/* IE10+ */

.IEborder {
    border-bottom: 3px solid #ff9900;
}

@keyframes douyinCode {
    0% {
        opacity: 0;
    }

    25% {
        opacity: .25;
    }

    50% {
        opacity: .5;
    }

    75% {
        opacity: .75;
    }

    100% {
        opacity: 1;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

    /* ���Զ����ص� */
    .app_header,
    .app_timeline,
    .header_app,
    .app_swiper,
    #banner-app,
    .app-jiang,
    .suit-app,
    #app_banner,
    .anli_wrapapp,
    .rice_showapp,
    .scratch_app,
    .app_pinpa,
    .app_card,
    .app_pinpai,
    .app_cardd,
    #middle_appcard,
    #middle_appcard1,
    #middle_appcard2,
    #middle_appcard3,
    .app_riceintel,
    #aixarm_appbanner,
    #wrapper_app,
    #AI_wrap,
    #race_app,
    .app_ricetel {
        display: none !important;
    }
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 20;
    transition: all .3s cubic-bezier(.215,.61,.355,1);
}

.header-line{
    margin: 0 auto;
    position: relative;
}
.header {
    display: flex;
    justify-content: space-between;
    height: 100%;
    position: relative;
    z-index: 10;
    margin: auto;
}
.d-flex{
    display: flex;
}
.d-grid{
    display: grid;
}
.head-activity img{
    display: inline;
    position: relative;
    width: 30px;
    top: 9px;
    vertical-align: baseline;
}
.drawer-item {
    display: none;
}
.drawer-item.active {
    display: block;
}
.c_tel, .c_mail, .track, .subscribe{
    align-items: center;
}

.about-head img{
    margin-right: 5px;
}
.list-3 a{
    position: relative;
    display: flex;
    align-items: center;
}
.about-our .about-head{
    flex-direction: row;
    align-items: center;
}
.about-our .about-head p{
    font-weight: 700;
    color: #fff;
    line-height: 1;
    transition: color .3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@keyframes get_focus {
    0% {
        box-shadow: 0 0 0 2px #f9880085;
    }
    50% {
        box-shadow: 0 0 0 2px #f98800;
    }
    100% {
        box-shadow: 0 0 0 2px #f9880085;
    }
}
.font-bold{
    font-weight: bold;
}
#email-sub.focused {
    transition: box-shadow 0.3s ease;
    animation: get_focus 1s 4 linear;
}
@media (min-width:1025px) {

    /* ���Զ����ص� */
    .app_header,
    .app_timeline,
    .header_app,
    .app_swiper,
    #banner-app,
    .app-jiang,
    .suit-app,
    #app_banner,
    .anli_wrapapp,
    .rice_showapp,
    .scratch_app,
    .app_pinpa,
    .app_card,
    .app_pinpai,
    .app_cardd,
    #middle_appcard,
    #middle_appcard1,
    #middle_appcard2,
    #middle_appcard3,
    .app_riceintel,
    #aixarm_appbanner,
    #wrapper_app,
    #AI_wrap,
    #race_app,
    .app_ricetel,
    .app-wechat-wrap,
    .footer-tablist-app,
    .homepage-app-grid,
    .hiwonder-productCenter-app,
    .app-iosBtn,
    #hiwonder-productCenter-app,
    .address-aboutsus-wrap,
    .footer_wrap_app,
    .downloads-banner-app,
    .onlineCourse-banner-app,
    .about-us-swiper-app,
    .softDownload-btn-app,
    .left-support-langage-app,
    .app-brief-introduction,
    .softDownload-btn-pc {
        display: none !important;
    }

    .navbar-dropdown .navbar-item {
        padding: .775rem 1rem !important;
        white-space: nowrap;
    }

    #banner,
    .downloads-banner,
    .onlineCourse-banner,
    .news-wrap,
    #from_main {
        min-width: 1366px;
    }
    main::before {
        display: block;
        content: '';
        width: 100%;
        height: 40px;
        background: #F9F9F9;
    }
    .about_usmap img {
        width: 100%;
        margin-top: 61px;
    }

    .swiper-slide a img {
        width: auto;
    }
    .btn-menu {
        display: none;
    }
    /*.column a:hover {*/
    /*    color: #ffa500;*/
    /*}*/

    /*.column p:hover {*/
    /*    color: #ffa500 !important;*/
    /*}*/

    .middle_swiper:nth-child(2) .swiper_readmore,
    .middle_swiper:last-child .swiper_readmore {
        color: #fff;
        border-color: #fff;
    }

    .popup {
        display: none;
        position: absolute;
        bottom: 33px;
        right: 0;
        width: 144px;
        height: 160px;
    }

    .form_wrap {
        min-width: 569px;
    }

    .pc-brief-introduction:nth-child(0) {
        padding-bottom: 20px !important;
    }

    .triangle {
        position: absolute;
        background: #ffffff;
        -ms-box-shadow: 4px 4px 8px rgba(0, 0, 0, .1);
        -o-box-shadow: 4px 4px 8px rgba(0, 0, 0, .1);
        box-shadow: 4px 4px 8px rgba(0, 0, 0, .1);
        z-index: 8;
        width: 11px;
        height: 11px;
        bottom: 25px;
        right: 16px;
        transform: translateY(50%) rotate(45deg);
    }
    .header-logo{
        text-align: left;
        flex-shrink: 0;
        width: 220px
    }
    .readmore_index {
        display: inline-block;
        padding: 7px 52px;
        margin-bottom: 40px;
        border-radius: 11px !important;
        background-color: rgba(255, 255, 255, 0);
        color: rgb(255, 255, 255);
        font-size: 20px;
        text-align: center;
        border: 2px solid rgb(255, 255, 255);
        font-weight: 900;
    }

    .suit_introducetwo h3 {
        position: relative;
        top: 130px;
        color: rgba(16, 16, 16, 1);
        font-size: 48px;
        text-align: left;
    }

    .suit_introducetwo_rice p {
        line-height: 28px;
        color: rgba(16, 16, 16, 1);
        font-size: 16px;
        text-align: left;
        padding-bottom: 10px;
    }
    .back, .header-right{
        display: none !important;
    }
    .suit_introducetwo p {
        position: relative;
        top: 130px;
        line-height: 35px;
        color: rgba(57, 57, 57, 1);
        font-size: 16px;
        text-align: left;
    }

    .suit_introduce h3 {
        color: rgba(57, 57, 57, 1);
        font-size: 48px;
        text-align: left;
    }

    .suit_introduce {
        position: absolute;
        left: 17%;
        top: 24%;
        max-width: 500px;
    }

    .suit_introduce p {
        line-height: 35px;
        color: rgba(57, 57, 57, 1);
        font-size: 16px;
        text-align: left;
    }

    .show {
        display: flex;
        justify-content: space-between;
        max-width: 1210px;
        margin: 0 auto;
    }

    .index_center,
    .show_rice,
    #banner,
    .rice-product-wrap,
    .step,
    .name,
    .parts_wrap,
    #program_center,
    main,
    .intel_wrap,
    .douyinCode,
    #right-side ul,
    .Steering,
    .Camera {
        position: relative;
    }
    .match-img img{
        border-radius: 50px;
    }
    .index_center .cn_index {
        position: absolute;
        top: 7%;
        width: 100%;
        color: rgba(255, 255, 255, 1) !important;
        font-size: 30px !important;
        text-align: center !important;
        font-weight: 900;
    }

    .index_center p:nth-of-type(2) {
        position: absolute;
        top: 17%;
        left: 0%;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-weight: 900;
    }

    #header .topbar{
        transition: all .2s cubic-bezier(.215,.61,.355,1);
        background-color: #fafafa;
    }
    .hk_tel {
        max-width: 1270px;
        margin: 0 auto;}

    .hk_tel {
        justify-content: space-between;
    }
    .hk_tel .c_tel, .track {
        padding-right: 20px;
    }

    .c_tel::after, .track::after {
        content: '';
        display: inline-block;
        width: 1px;
        height: 20px;
        background-color: #302c25;
        position: relative;
        /* top: 5px; */
    }
    .hk_tel span {
        font-family: Arial, Helvetica, sans-serif;
        line-height: 40px;
        font-size: 12px;
        position: relative;
        color: #302c25;
        cursor: pointer;
    }
    .after-line {
        padding-right: 10px;
    }
    .indextitle_wrap, .header-logo a{
        display: flex;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .robotic_arm,
    .smart_car {
        box-shadow: 0 3px 5px #efefef;
    }

    .robotic_arm img,
    .smart_car img {
        border-radius: 5px;
    }

    .header .column a {
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        transition: all .3s cubic-bezier(.215,.61,.355,1);
        display: inline-block;
    }
    .hover-drawer .icon-next{
        display: none;
    }
    .banner_container .show_footer {
        padding-bottom: 162px !important;
    }

    .show_rice {
        margin-top: 100px;

    }

    .show_rice img {
        width: 100%;
        border-radius: 5px;
    }

    #related_products {
        display: flex;
        justify-content: space-between;
        max-width: 1226px;
        padding-bottom: 50px;
        margin: auto;
    }

    #related_products p {
        padding-top: 52px;
    }

    .related_products {
        display: flex;
        justify-content: space-between;
        gap: 24px;
    }

    .toppadd {
        padding-top: 20px;
    }

    .product-top-module{
        max-width: 1600px;
        margin: 0 auto;
    }

    #mini_video {
        width: 90% !important;
        height: 68% !important;
        position: fixed;
        top: 0px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: 666;
        display: none;
    }

    .player:hover {
        cursor: pointer;
        user-select: none;
    }

    #banner video {
        width: 100%;
        object-fit: fill;
        max-height: 730px;
    }

    #rbce {
        width: 100%;
        padding: 0 2em;
        padding-bottom: 50px;
    }

    #footer {
        background: #161616;
    }

    .footer_wrap h5 {
        font-size: 18px;
        color: #fff;
        font-weight: bold;
        line-height: 44px;
    }

    .footer_wrap ul li a {
        font-size: 14px;
        color: #9fa3a6;
        text-align: left;
        line-height: 32px;
    }

    .code img {
        max-width: 100%;
        width: 160px;
        margin-top: 8px;
    }

    .code p {
        font-size: 14px;
        color: #fff;
        line-height: 32px;
        text-align: center;
        padding: 8px 0;
    }
    .mr-10{
        margin-right: 10px;
    }
    .leftafter_IE::after {
        left: 15%;
    }

    .rice_product-name {
        position: absolute;
        top: 50%;
        left: 6%;
        transform: translateY(-50%);
    }

    .rice_product-name h3 {
        color: rgb(255, 255, 255);
        font-size: 50px;
        padding-bottom: 0px;
        font-weight: 900;
    }
    .info-date{
        font-size: 12px;
        padding:10px
    }
    .rice_product-name p {
        font-size: 16px;
        color: #fff;
        line-height: 34px;
    }
    .matchinformation-wrap {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 104px;
        width: 100%;
    }

    #banner_index img {
        width: 100%;
    }


    .wrap_shourice {
        background: #fff;
        flex-shrink: 0;
        width: 50%;
    }

    .rice_introduce {
        text-align: center;
        padding: 0 2em;
    }

    .rice_introduce h1 {
        color: rgba(57, 57, 57, 1);
        font-size: 35px;
        padding: 22px 0 30px 0;
        text-align: center;
        font-weight: 900;
    }



    .rice_introduce p {
        color: rgba(16, 16, 16, 1);
        font-size: 16px;
        text-align: left;
        width: 100%;
        line-height: 30px;
    }

    .rice_product {
        display: flex;
        justify-content: space-around;
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
    }

    .rice_production {
        top: 0;
        left: 0;
        text-align: center;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 30%;
        height: 30%;
    }

    .product_introduce {
        width: 50%;
        padding: 20px 0 0 60px;
    }

    .productcenter-video-wrap .contain-fulid {
        width: 100%;
    }

    .product_introduce h3 {
        color: rgba(16, 16, 16, 1);
        font-size: 48px;
        text-align: left;
        line-height: 70px;
    }

    .product_introduce p {
        color: rgba(16, 16, 16, 1);
        font-size: 14px;
        text-align: left;
        line-height: 30px;
    }

    .rice_catanier a {
        font-size: 20px !important;
        color: #000;
    }

    #courseVideo .product-center-informatiom {
        min-height: 310px;
    }

    .rice_show {
        text-align: -webkit-center;
        -moz-text-align: center;
        -ms-text-align: center;
        -o-text-align: center;
    }

    .rice_catanier {
        max-width: 1200px;
        width: 100%;
        margin: 0 auto !important;
        line-height: 60px;
        display: flex;
        justify-content: space-between;
    }

    #video img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        margin: 30px auto
    }



    .introduce {
        min-width: 1366px;
    }

    .related-product {
        min-width: 1366px;
    }

    .anli_wrap {
        min-width: 1466px;
    }

    .index_solutioinwrap {
        min-width: 1366px;
    }


    .about_us p {
        max-width: 1270px;
        width: 100%;
        margin: 0 auto 20px;
        color: #303030;
        font-size: 18px;
        text-align: left;
        line-height: 45px;
    }


    .hiwonder-about-us-wrap {
        min-width: 1200px;
        width: 1200px;
        margin: auto;
    }

    .map_honnor {
        position: relative;
        width: 100%;
        overflow: hidden;
        padding-bottom: 86px;
    }

    .swiper-container2 img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }
    .map_honnor img {
        max-width: 1480px;
        margin: auto;
    }

    .business {
        position: absolute;
        right: 32%;
        bottom: 8%;
        outline: none;
        border-radius: 6px;
    }

    .business a {
        display: inline-block;
        font-size: 22px;
        border-radius: 6px;
        border: 2px solid #fff;
        padding: 4px 34px;
        color: #fff;
    }

    .business:active a {
        transition: all .4s cubic-bezier(0.64, 0.07, 0.1, 0.58);
        cursor: pointer;
        user-select: none;
        color: #fff;
    }

    .business:hover a {
        transition: all .4s cubic-bezier(0.64, 0.07, 0.1, 0.58);
        cursor: pointer;
        user-select: none;
        color: #fff;
    }

    .justify {
        flex: 0 0 100px;
        text-align: justify;
        margin-right: 36px;
        font-size: 22px;
        font-weight: 600;
        text-justify: inter-ideograph;
        word-break: break-all;
        text-justify: distribute;
        display: block;
    }

    .justify i {
        display: inline-block;
        padding-left: 100%;
        width: 100%;
    }

    .call-phone-aboutus {
        display: block;
        flex: 1;
        font-size: 20px;
    }

    /* �������ǵ���ʽ����*/
    /* ���ҳ�����ʽ��ʼ */
    #servo_banner {
        background: #f9f9f9;
    }

    #servo_banner img {
        width: 100%;
    }

    #servo_content {
        width: 100%;
        background: #f9f9f9;
        padding-top: 15px;
    }

    .content_wrap {
        max-width: 1162px;
        width: 100%;
        margin: 0 auto;
    }



    .step h3 {
        position: absolute;
        top: -0.4%;
        width: 100%;
        text-align: center;
        line-height: 40px;
    }

    .aviation {
        width: 100%;
        background: #fff;
        padding-bottom: 100px;
    }

    .aviation img {
        margin: 0 auto;
    }

    .aviation p {
        font-size: 16px;
        color: rgba(0, 0, 0, 1);
        text-align: center;
        padding-top: 38px;
    }

    .aviation h3 {
        padding-top: 48px !important;
    }

    .software {
        padding-bottom: 30px;
    }

    .software img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        margin: 0 auto;
    }

    .software h3 {
        padding-top: 48px;
    }
    .news-item__head{
        width: 100%;
        padding: 15px 15px 10px;
        position: relative;
    }
    .software p {
        font-size: 16px;
        color: rgba(0, 0, 0, 1);
        text-align: center;
        padding-top: 34px;
        padding-bottom: 26px;
        max-width: 1080px;
        margin: 0 auto;
    }

    .brief {
        width: 100%;
    }

    .Bracket {
        background: #fff;
        padding-bottom: 50px;
    }

    .downloads-item {
        min-width: 890px;
    }

    .Bracket h3 {
        padding-top: 48px;
    }

    .Bracket img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        margin: 0 auto;
    }

    .Bracket p {
        font-size: 16px;
        color: rgba(0, 0, 0, 1);
        text-align: center;
        padding-top: 34px;
        padding-bottom: 26px;
    }

    .Dialog_video video {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: fill;
    }


    .cd-main-nav ul {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .cd-main-nav ul.is-visible {
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px)
    }

    .cd-main-nav a {
        display: block;
        height: 50px;
        line-height: 50px;
        padding-left: 5%;
        background: #2f292a;
        border-top: 1px solid #453c3d;
        color: #8e7d7f
    }

    .cd-main-nav {
        width: auto;
        height: auto;
        background: 0 0;
        cursor: auto
    }

    .cd-main-nav ul {
        position: static;
        width: auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        line-height: 70px
    }

    .cd-main-nav ul.is-visible {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .cd-main-nav li {
        display: inline-block;
        margin-left: 1em
    }

    .cd-main-nav a {
        display: inline-block;
        height: auto;
        line-height: normal;
        background: 0 0;
        padding: .6em 1em;
        border-top: none;
        color: #3d3536;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        font-size: .875rem
    }

    .cd-main-content {
        width: 100%;
        z-index: 1
    }

    .cd-fixed-bg {
        position: relative;
        min-height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        z-index: 1
    }

    .Characteristic {
        padding-top: 100px;
        width: 100%;
        padding-bottom: 120px;
    }

    .animate_wrap {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #parts_wrap{
        position: relative;
    }

    .parts_intro {
        position: absolute;
        top: 10%;
        left: 10%;
    }

    .parts_intro h1 {
        font-size: 40px;
        color: rgba(0, 0, 0, .85);
        font-weight: 900;
        line-height: 102px;
    }

    .parts_banner {
        width: 100%;
    }

    .parts_banner img {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: auto;
        object-fit: fill;
    }

    .animate_wrap ul {
        display: flex;
        justify-content: space-between;
        height: 100%;
    }

    .animate_wrap ul li {
        flex: 1;
        position: relative;
        overflow: hidden;
        height: 100%;
    }

    .last_rice {
        margin-bottom: 118px;
    }

    .animate_wrap ul li:hover {
        user-select: none;
        cursor: pointer;
    }

    .animate_wrap ul li p {
        font-size: 16px;
        color: #fff;
        line-height: 30px;
        width: 66%;
        margin: 0 auto;
        padding-bottom: 50px;
    }

    .animate_wrap ul li h3 {
        font-weight: 600;
        margin-top: 16px;
        margin-bottom: 60px;
        font-size: 18px;
        line-height: 32px;
        color: #fff;
        letter-spacing: 0;
        transition: all .3s ease-in-out;
    }

    .charcter_wrap {
        max-width: 1000px;
        padding-top: 30px;
        margin: 0 auto;
    }

    .charcter_wrap img {
        width: 100%;
    }

    .Characteristic h1 {
        max-width: 1200px;
        text-align: center;
        font-size: 55px;
        text-shadow: 0 1px 3px rgba(0, 0, 0, .3);
        color: #fff;
        padding-bottom: 150px;
    }

    .chart {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        padding-top: 64px;
    }

    .chart_item {
        flex-shrink: 0;
        width: 32%;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 16px;
        color: #fff;
        font-weight: 900;
        margin-bottom: 28px;
    }

    .index_card {
        max-width: 100%;
        border-radius: 0 !important;
        margin-bottom: 0 !important;
    }

    .index_newswrap .card_collectionindex {
        width: 100%;
    }

    .card_collectionindex {
        display: flex;
        justify-content: space-around;
        max-width: 1100px;
        /*width: 60%;*/
        flex-wrap: wrap;
        align-items: flex-start;
        margin: 0 auto;
    }

    .index_padd {
        margin: 0 !important;
    }

    .chart_item img {
        margin-bottom: 40px;
    }

    .soul_video,.home_soul_video,.soul_video2{
        position: absolute;
        top: -2rem;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.46);
        z-index: 9;
        display: none;
    }

    .close_video,.home_close_video {
        width: 40px;
        display: block;
        position: absolute;
        top: 0em;
        right: -43px;
        outline: none;
        cursor: pointer;
        user-select: none;
    }

    .soul_video2 {
        top: 0;
    }
    .video_item {
        margin: auto;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto;
        max-width: 50%;
        max-height: 60%;
    }
    .video_item video{
        width: 100%;
        height: 100%;
    }

    .height_video {
        margin: auto;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto;
        max-width: 50%;
        max-height: 60%;
    }

    .height_video video,.video_item video {
        outline: none;
        border: none;
        border-radius: 5px;
    }

    .btn-text {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .soulvideo_wrap {
        display: none;
    }

    .btn_textwrap, .home_btn_textwrap {
        text-align: center;
        width: 150px;
        padding: 8px;
        border-radius: 25px;
        border: 2px solid #fff;
        color: #fff;
        cursor: pointer;
        margin: 0 auto;
        background-color: rgba(0, 0, 0, 0.3);
    }

    .btn_textwrap span,.home_btn_textwrap span {
        transition: all .3s linear;
        font-weight: normal !important;
    }

    .btn_textwrap svg,.home_btn_textwrap svg {
        transition: all .3s linear;
    }

    .chart_item {
        cursor: pointer;
        user-select: none;
    }

    .chart_item img {
        width: 60px;
    }

    .homepage-placeholder {
        height: calc(100vh - 440px);
    }

    .Characteristic p {
        color: #fff;
        font-size: 16px;
        line-height: 32px;
        text-align: center;
    }
/*/static/v2/image/soul_banner.png  */
    .cd-fixed-bg.cd-bg-1 {
        background: url('https://store.hiwonder.com/uploads/20220707/Fn-ZXA6GW-zqIvgWIC-hn6OkttT6/1.jpg') center no-repeat;
        background-size: 100% 99.9%;
    }
/*/static/v2/image/aixarm_banner.png  */
    .cd-fixed-bg.cd-bg-1.aiaxrm {
        background: url('https://store.hiwonder.com/uploads/20220730/Fu3HbiBEvccVVZdOV8msh98WddZ4/aixarm_banner.png') center no-repeat;
        background-size: 100% 99.9%;
    }

    .animate_wrap ul li:nth-of-type(1)::after {
        display: none;
    }

    .animate_wrap ul li::after {
        display: inline-block;
        content: '';
        width: 2px;
        height: 100%;
        background: #fff;
    }

    .Camera img {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: auto;
    }

    .soulvideo_wrap {
        max-height: 760px;
        width: 100%;
    }

    .soulvideo_wrap video {
        max-height: 760px;
        width: 100%;
        object-fit: fill;
    }

    .text_introduce {
        max-width: 900px;
        position: absolute;
        top: 0;
        left: 50%;
        right: 0;
        bottom: 0;
        margin: auto;
        transform: translateX(-50%);
    }

    .text_introduce h1 {
        color: #fff;
        padding: 30px 0;
        font-size: 35px;
        text-align: center;
        font-weight: 600;
    }

    .text_introduce p {
        line-height: 32px;
        font-size: 16px;
        color: #fff;
        text-align: center;
    }



    .Steering img {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: auto;
    }

    .cd-fixed-bg {
        background-attachment: fixed !important;
    }

    .title_swiper h1 {
        color: rgba(0, 0, 0, .85);
        font-size: 35px;
        line-height: 48px;
        font-weight: 600;
        padding-bottom: 24px;
    }

    #wrapper {
        background-color: #fff;
        display: flex;
        align-items: center;
        overflow: hidden;
        background: rgb(255, 255, 255);
        justify-content: space-between;
        padding: 6% 14% 14% 10%;
    }

    .choose p {
        font-size: 14px;
        color: #000;
    }

    .pay p {
        font-size: 14px;
        color: #000;
    }

    #left-side {
        height: 70%;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        justify-content: center;
        padding-left: 26px;
    }

    .line_wrap {
        display: flex;
        width: 100%;
        margin-top: 8%;
    }

    #left-side ul li {
        padding-top: 10px;
        padding-bottom: 10px;
        color: #000;
        font-size: 18px;
        line-height: 30px;
        font-weight: 500;
        cursor: pointer;
        transition: all .2s ease-out;
    }

    .pay p {
        display: none;
    }

    .choose p {
        display: block;
    }

    #left-side ul li:hover {
        color: #333333;
        transition: all .2s ease-out;
    }

    #border {
        height: 132px;
        width: 2px;
        background-color: rgb(132, 132, 132);
    }

    #border #line.one {
        width: 4px;
        height: 54px;
        background-color: #000;
        margin-left: -1px;
        margin-top: 16px;
        border-radius: 2px;
        transition: all .4s ease-in-out;
        border-radius: 5px;
    }

    #border #line.two {
        width: 4px;
        height: 54px;
        background-color: #000000;
        margin-left: -1px;
        margin-top: 60px;
        transition: all .4s ease-in-out;
        border-radius: 5px;
    }

    .title_swiper>p {
        color: rgba(0, 0, 0, .65);
        font-size: 16px;
        line-height: 24px;
        width: 80%;
    }

    #border #line.three {
        width: 5px;
        height: 54px;
        background-color: rgb(0, 0, 0);
        margin-left: -2px;
        margin-top: 143px;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    #border #line.four {
        width: 5px;
        height: 54px;
        background-color: rgb(0, 0, 0);
        margin-left: -2px;
        margin-top: 197px;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }


    #right-side ul li {
        width: 100%;
        height: 100%;
    }

    .title_swiper,
    #right-side {
        flex-shrink: 0;
        width: 50%;
    }

    #right-side ul li img {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

    #right-side ul li:nth-of-type(2) {
        position: absolute;
        top: 0;
        left: 0;
    }

    .AI_title {
        font-weight: 600;
        font-size: 40px;
        color: #3b3e40;
        letter-spacing: 0;
        line-height: 48px;
        text-align: center;
        width: 693px;
        margin: 0 auto;
    }

    #AI_wrap {
        position: relative;
        background: #fff;
        padding-top: 106px;
        padding-bottom: 64px;
    }

    #AI_wrap p {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 24px;
        width: 900px;
        margin: 32px auto 0;
        text-align: center;
        color: rgba(0, 0, 0, .65);
    }
    .footer_wrap {
        width: 1330px;
        display: flex;
        position: relative;
        align-items: center;
        margin: 0 auto;
        padding: 60px 15px;
    }

    .douyinCode:hover>.popup {
        display: block !important;
        animation: douyinCode .5s linear;
    }

    .footer-tablist {
        width: 100%;
        display: flex;
        justify-content: space-between;
        column-gap: 34px;
    }
    .p-absolute{
        position: absolute;
        top: 220px;
        left: 563px;
    }
    .footer-tablist ul li{
        color: #9fa3a6;
        line-height: 32px;
    }
    .footer_slider ul li:hover a {
        transition: all .4s linear;
        color: #fff;
    }

    .footer-logo li{
        width: 40px;
    }
    .clickvideo_wrap {
        position: relative;
        width: 100%;
        padding: 0 2em;
    }

    #video {
        max-width: 100%;
        margin: 0 auto;
        cursor: pointer;
        user-select: none;
    }


    #header:hover {
        background: #000;
    }
    .relate-product-name {
        font-size: 35px;
        text-align: center;
        padding: 30px 0;
        font-weight: bolder;
        color: rgba(57, 57, 57, 1);
    }

    .c_regist:hover, .header .column span:hover {
        color: #f98800;
    }
    .related-product {
        background-color: #f5f5f5;
    }

    .index_center img {
        width: 100%;
        margin: auto;
    }
    .mt-10{
        margin-top: 10px;
    }
    .mt-20{
        margin-top: 20px;
    }
    .mt-30{
        margin-top: 30px;
    }
    .mt-40 {
        margin-top: 40px;
    }
    .mt-60 {
        margin-top: 60px;
    }
    .mt-80 {
        margin-top: 80px;
    }

    .mt-100 {
        margin-top: 100px;
    }
    .mb-10{
        margin-bottom: 10px;
    }
    .mb-60{
        margin-bottom: 60px;
    }
    .mb-24{
        margin-bottom: 24px;
    }
    .mb-40 {
        margin-bottom: 40px;
    }
    .mb-80 {
        margin-bottom: 80px;
    }
    .mb-100 {
        margin-bottom: 100px;
    }
    #colloage {
        margin-bottom: 170px;
    }
    .fz-12{
        font-size: 12px;
    }
    .fz-40 {
        font-size: 40px;
    }
    .fz-13{
        font-size: 13px;
    }
    .fz-15{
        font-size: 15px;
    }
    .fz-14{
        font-size: 14px;
    }
    .fz-18{
        font-size: 18px;
    }
    .fz-24{
        font-size: 24px;
    }
    .fz-26{
        font-size: 26px;
    }
    .fz-42 {
        font-size: 42px;
    }
    .fz-48 {
        font-size: 48px;
    }
    .fz-54 {
        font-size: 54px;
    }
    .fz-60{
        font-size: 60px;
    }
    .fz-100{
        font-size: 100px;
    }
    .ihonor-item{
        width: 90%;
        max-width: 240px;
        margin-right: auto;
        margin-left: auto;
    }
    .ar-0a{
        margin: 0 auto;
    }
    .ptb-150 {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .ptb-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .ptb-60{
        padding-top: 60px;
        padding-bottom: 60px; 
    }
    .pt-30{
        padding-top: 30px;
    }
    .pt-50{
        padding-top: 50px;
    }
    .pt-20{
        padding-top: 20px;
    }
    .pb-100{
        padding-bottom: 100px;
    }
    .fz-17{
        font-size: 17px;
    }
    .fz-38{
        font-size: 38px;
    }
    .fz-36{
        font-size: 36px;
    }
    .fz-30{
        font-size: 30px;
    }
    .en_us a {
        font-size: 14px;
    }
    .common-container{
        margin: 0 auto;
        max-width: 1300px;
        padding: 0 15px;
    }
    .swiper-container {
        max-width: 100vw;
        width: 100%;
        margin: 0 auto;
    }
    .swiper-slide img {
        width: 100%;
    }
    /* 改版2020 */
    .homepage_swiper_shell {
        background-color: #f5f5f5;
    }

    .homepage_swiper {
        width: 100%;
        overflow: hidden;
        padding: 6px 0 80px 0;
    }
    .homepage_swiper-item {
        display: inline-block;
        width: 300px !important;
    }
    .homepage_swiper .swiper-wrapper {
        -webkit-transition-timing-function: linear;
        /*之前是ease-out*/
        -moz-transition-timing-function: linear;
        -ms-transition-timing-function: linear;
        -o-transition-timing-function: linear;
        transition-timing-function: linear;
    }

    /* 改版2020 */
    .header {
        max-width: 1300px;
    }
    #header.fixed-menu{
        background-color: #000;
    }
    .fixed-menu .topbar{
        margin-top: -40px;
    }
    /*#header.ag_t__70{*/
    /*    margin-top: -99px;*/
    /*}*/

    .drawer-header::before,.header-line::before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        height: 1px;
    }
    .show-drawer{
        border-bottom:1px solid #e8e8e8;
    }

    .header .customer {
        column-gap: 8px;
        justify-content: space-between;
        align-items: center;
    }
    .header .customer .hk_buy{
        background: #f98800;
        padding: 2px 12px;
        border-radius: 15px;
    }
    .header .customer .hk_buy a{
        display: flex;
        align-items: center;
        column-gap: 4px;
        color: #fff;
        font-size: 12px;
    }
    .about-our .about-head img{
        width: 25px;
    }
    .about-our .about-desc{
        line-height: 1.5;
        color: #fff;
        font-weight: 300;
        max-width: 360px;
        letter-spacing: .03em;
        transition: color .3s;
    }
    .hk_buy svg{
        width: 20px;
    }
    .column-nav{
        display: flex;
        column-gap: 3%;
        flex: 1;
        justify-content: space-evenly;
        /*grid-template-columns: minmax(auto, 20%) minmax(auto, 13%) minmax(auto, 10%) minmax(auto, 13%) minmax(auto, 12%) minmax(auto, 8%) minmax(auto, 11%) minmax(auto, 13%);*/
    }
    .column {
        text-align: center;
        align-items: center;
    }
    .c_regist, .header .column span{
        font-size: 14px;
        font-weight: 800;
        transition: all .3s cubic-bezier(.215,.61,.355,1);
        user-select: none;
        color: #fff;
    }

    .head-activity{
        font-weight: 600;
        position: relative;
    }
    .hover-drawer{
        line-height: 59px;
    }
    .navbar-item {
        font-size: 14px !important;
    }
    .drawer-header{
        /*overflow: hidden;*/
        height: 0;
        max-height: calc(100vh - 40px);
        overflow-y: overlay;
        transition: all .3s cubic-bezier(.215,.61,.355,1);
        background-color: #1b1b1b;
    }

    .drawer-industrial {
        padding: 20px 0 0;
    }
    .drawer-industrial .drawer-item__links{
        color: #000;
        text-align: center;
    }
    .product-top-module .product-ul{
        color: #89898e;
        flex-direction: column;
        flex-wrap: wrap;
        height: 125px;
        font-size: 14px;
    }
    .product-ul li{
        width: calc(100% / 3);
        height: 25px;
    }
    .product-ul li a{
        transition: all .3s linear;
    }
    .product-ul li:hover a{
        color: #fff;
    }
    .hiseries-item__img {
        overflow: hidden;
        display: block;
    }
    .hiseries-item__img>img {
        transition: transform .6s ease;
    }
    .list-3 {
        display: grid;
        grid-template-columns: minmax(auto, 36%) minmax(auto, 28%) minmax(auto, 36%);
    }
    .list-3 a{
        height: 150px;
        justify-content: center;
        transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .list-3 a:hover{
        background-color: #f98800;
        color: #fff;
    }
    .about-our{
        position: absolute;
    }
    .list-3 li:nth-of-type(1) .about-our{
        right: 20%;
    }
    .list-3 li:nth-of-type(3) .about-our{
        left: 25%;
    }
    /*.list-3 a:hover .about-our .about-head, .list-3 a:hover .about-our .about-desc{*/
    /*    color: #fff ;*/
    /*}*/
    .list-4>li {
        width: 22%;
        margin: 0 14px;
        display: inline-block;
    }
    .col-md3 > li{
        width: calc((100% - 95px) / 3);
        margin: 0 14px 40px;
        display: inline-block;
    }
    .hiseries-item__img:hover>img {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    .img-box>img {
        width: 100%;
    }
    .subip-item__links {
        display: flex;
        justify-content: space-between;
    }
    .subip-item__cate {
        display: block;
        line-height: 24px;
        color: #000;
        transition: color .3s;
    }
    .pc_logo a img {
        max-width: 86%;
        padding-top: 10px;
    }
    .en_us {
        line-height: 64px;
    }
    .sign-head-wrap a span {
        transition: all .4s linear;
    }

    .sign-head-wrap a span:hover {
        color: #ffa500 !important;
    }
    .introduce h3 {
        position: relative;
        font-size: 35px;
        padding: 30px 0;
        color: rgba(57, 57, 57, 1);
    }

    .rice_production h3 {
        font-size: 88px;
    }

    .rice_production p {
        font-size: 30px;
    }
    #card_news {
        padding-bottom: 70px;
    }
    .Intelligence {
        position: relative;
        color: rgba(57, 57, 57, 1);
        font-size: 25px;
        text-align: center;
        font-weight: bolder;
    }
    .zhihuiIntelligence {
        position: relative;
        color: rgba(57, 57, 57, 1);
        font-size: 35px;
        text-align: center;
        font-weight: bolder;
    }
    .student_title {
        font-size: 35px;
        text-align: center;
        font-weight: 600;
        color: rgba(57, 57, 57, 1);
    }
    .fz-20{
        font-size: 20px;
    }
    .fz-28{
        font-size: 28px;
    }
    .fz-50{
        font-size: 50px;
    }
    .index_Intelligence {
        position: relative;
        color: rgba(57, 57, 57, 1);
        margin: 0;
        font-weight: bolder;
    }
    .en_index {
        font-size: 16px;
        padding: 0;
        text-align: center;
        color: #393939;
        font-weight: 600;
    }
    .Brightspot li::before {
        display: inline-block;
        content: '';
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #000;
        margin-right: 12px;
        transform: translateY(2px);
    }
    .Brightspot li {
        line-height: 40px;
        font-size: 20px;
    }

    /* �м���Сѧ��Ӳ�����ѧ��̽��� */
    /* ��Сѧ�����������ʼ*/
    .introduce h1 {
        text-align: center;
        color: rgba(16, 16, 16, 1);
        font-size: 48px;
    }

    .anli_wrap img,
    #banner img,
    .suit img {
        object-fit: fill;
        width: 100%;
    }

    .suit_introducetwo_rice {
        position: absolute;
        bottom: 0;
        left: 0;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        background: #000;
        width: 100%;
        cursor: pointer;
        user-select: none;
        opacity: .56;
        height: 80px;
    }

    .match-name {
        position: absolute;
        bottom: 0;
        left: 0;
        color: #fff;
        width: 100%;
        line-height: 80px;
        font-size: 1.6vw;
        font-weight: 600;
        text-align: center;
    }

    .introduce p {
        font-size: 16px;
        line-height: 30px;
        color: #000;
        word-break: break-all;
    }

    .suit {
        position: relative;
        padding-bottom: 30px;
    }

    .suit_introducetwo_rice h3 {
        color: rgb(255, 255, 255);
        font-size: 24px;
        text-align: center;
        font-weight: bolder;
        padding: 10px 0;
    }

    .suit_introducetwo_rice:hover p {
        transition: all .3s linear;
        color: #ff9900;
    }

    .et_pb_video_overlay {
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
    }

    .et_pb_video_overlay_hover {
        background: rgba(0, 0, 0, 0);
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 100;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .et_pb_video_play {
        display: flex;
        position: absolute;
        z-index: 100;
        color: #FFF;
        left: 0;
        top: 0;
        background: #000;
        opacity: .8;
        border-radius: 10px;
        bottom: 0;
        right: 9;
        margin: auto;
        width: 120px;
        height: 50px;
        justify-content: center;
    }

    .info_img {
        position: relative;
        top: 6px;
    }

    .amap-icon {
        overflow: inherit;
        width: 50px;
    }

    .BMap_shadow div {
        display: none;
    }
    
    .cooperation-container{
        position: relative;
    }
    
    .cooperation-container .cooperation-left{
        position: absolute;
        z-index: 2;
        top: 30%;
        left: 18.5%;
        width:560px;
    }
    .cooperation-container .cooperation-desc{
        margin-bottom: 70px;
        color: #FFF;
        font-size: 19px;
    }
    .cooperation-container .cooperation-button{
        font-size: 22px;
        font-weight: 600;
        fill: #fff;
        color: #fff;
        background-color: #d00234;
        border-style: solid;
        border-width: 0 0 0 0;
        border-radius: 29px 29px 29px 29px;
        padding: 15px 30px;
        transition: all .3s ease;
    }
    .cooperation-container .cooperation-button:hover{
        background-color: #df3837;
    }
}
.t-button{
    color: #fff;
    width: fit-content;
    margin: 0 auto;
    padding: 5px 20px;
    background-color: #f98800;
    border-radius: 1.1rem;
}
.left-btn {
    justify-content: space-around;
}

.info-tit {
    font-size: 24px;
    font-weight: 900;
}
#learning .central-navigation-wrap,#learning .navFix{
		z-index:9
}

.info-btn {
    width: 30%;
    line-height: 2.5em;
    color: #000;
    text-align: center;
    padding: 0.3rem 0;
    background: white;
    -webkit-border-radius: 3.5rem;
    -moz-border-radius: 3.5rem;
    border-radius: 4rem;
    margin-bottom: 0.65rem;
    font-size: 20px;
}
.pc {
    display: flex;
}

.phone {
    display: none;
}
.text-center {
    text-align: center;
}

.line2{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.shadow {
    box-shadow: 0 3px 5px #efefef !important;
}
.footer-logo{
    display: flex;
    column-gap: 15px;
    flex-direction: row;
    margin-left: -3px;
}
.foot_email_form{
    display: flex;
    column-gap: 4px;
    flex-direction: row;
    margin-top: 10px;
}
.email-input{
    width: 260px;
    height: 38px;
    border: 2px solid #161616;
    border-radius: 9px;
    padding-left: 10px;
}
.foot_submit{
    width: 60px;
    background-color: #f98800;
    border-radius: 8px;
    border: 2px solid #161616;
}
@media (max-width:1024px) {
    .phone {
        display: flex;
    }

    .pc {
        display: none;
    }

    .left-btn {
        flex-wrap: wrap;
        width: 100%;
    }

    .info-tit {
        font-size: 0.17rem;
    }

    .info-btn {
        width: 90%;
        line-height: 2;
        padding: 0.05rem 0;
        margin-bottom: 0.15rem;
        font-size: 0.14rem;
    }
    .news-item__desc{
        font-size: 12px;
        padding: 0 5px;
    }
    .info-date{
        font-size: 12px;
        padding:10px 5px
    }

}

@media(min-width:1025px) and (max-width:1279px) {
    .pc {
        display: flex;
    }

    .phone {
        display: none;
    }

    .info-tit {
        font-size: 20px;
    }

    .info-btn {
        width: 30%;
        padding: 0.1rem 0;
        margin-bottom: 0.15rem;
        font-size: 16px;
    }
    .footer-tablist{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
    .p-absolute{
        position: relative;
        top: unset;
        left: unset;
    }
}