.banner1{
    padding-top: 80px;
    font-family:  Arial;
    width: 100%;
    background: url(../img/images202412/feigebg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}

.banner1 .left{
    width: 315px;
    float: left;
    margin-top: 70px;
}
.banner1 .left .salesman{
    font-size: 36px;
    font-weight: 900;
    color: #6E75FF;
    line-height: 51px;
    letter-spacing: 4px;
}
.banner1 .left .needim{
    font-size: 35px;
    font-weight: 900;
    color: #212136;
    line-height: 52px;
}
.banner1 .left .details{
    color: #323258;
    margin-top: 43px;
    
}
.banner1 .left .inputmobile{
    width: 260px;
    height: 54px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 163px;
    background-color: white;
    border: 1px solid rgba(110, 117, 255, 0.14);
    box-shadow: 0px 1px 5px 0px rgba(122, 116, 255, 0.1);
    margin-bottom: 132px;
    font-size: 0;
}
.banner1 .left .inputmobile input{
    width: 160px;
    height: 54px;
    margin-left: 15px;
}
/* WebKit browsers */
.banner1 .left .inputmobile input::-webkit-input-placeholder {
    color: rgba(110, 117, 255, 0.8);
    font-size: 14px;
}
/* Mozilla Firefox 4 to 18 */
.banner1 .left .inputmobile input:-moz-placeholder {
    color: rgba(110, 117, 255, 0.8);
    font-size: 14px;
}
/* Mozilla Firefox 19+ */
.banner1 .left .inputmobile input::-moz-placeholder {
    color: rgba(110, 117, 255, 0.8);
    font-size: 14px;
}
/* Internet Explorer 10+ */
.banner1 .left .inputmobile input:-ms-input-placeholder {
    color: rgba(110, 117, 255, 0.8);
    font-size: 14px;
}
.banner1 .left .inputmobile .arrowWrap{
    width: 80px;
    height: 54px;
    color: white;
    background: #6E75FF;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 54px;
    cursor: pointer;
    font-size: 12px;
    float: right;
}
.banner1 .left .inputmobile .arrowWrap i{
    font-size: 23px;
}
.banner1 .right {
    width: 818px;
    height: 498px;
    text-align: right;
    /* padding-top: 128px; */
    margin-top: 68px;
    float: right;
}
.banner1 .right img{
    /* width: 818px;
    height: 498px; */
}
.banner1 .bottom{
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.6);
    height: 86px;
}
.banner1 .bottom ul{
    width: 1400px;
    overflow: hidden;
    margin: 0 auto;
}
.banner1 .bottom li{
    width: 466px;
    float: left;
    text-align: center;
    padding: 21px 0;
}

.banner1 .bottom li:hover {
    background: #FFFFFF;
}
.banner1 .bottom li a{
    display: block;
    height: 45px;

}

.banner1 .bottom li .title{
    height: 21px;
    line-height: 21px;
    opacity: 1;
    font-family: "MiSans-M";
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 2px;
}
.banner1 .bottom li .text{
    height: 23px;
    opacity: 1;
    font-family: MiSans;
    font-size: 14px;
    font-weight: normal;
    line-height: 23px;
    color: #474F5E;
}


/* ***************************************************************************** */

.header_box {
    width: 1400px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    padding-top: 186px!important;
    height: 566px;
    overflow: hidden;
}

.header_box .header_box_title {
    height: 64px;
    line-height: 64px;
    width: 100%;
    font-family: "MiSans-M";
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0em;
    /* margin-top: 35px; */
      
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    z-index: 0;
    color: #333333; 
    
  
}

.header_box_title span{
    float: left;
}

.header_box .header_box_title span:nth-of-type(2) {
    margin-left: 10px;
}

.linear-text {
    width: 0;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    animation: typing 0.8s steps(8) forwards;
}

@keyframes typing {
    0% {
        width: 0
    }
  
    to {
        width: 440px;
    }
}

.text-input {
    content: "";
    display: inline-block;
    margin-left: 8px;
    height: .1875rem;
    width: 24px;
    background-color: #1265FF;
    vertical-align: middle;
    position: relative;
    top: 2.8rem;
    left: 0;
    animation: blink 0.6s infinite alternate;
}

.header_box_text {
    display: block;
    height: 56px;
    width: 468px;
    font-family: MiSans;
    font-size: 16px;
    font-weight: normal;
    line-height: 160%;
    color: #474F5E;
    margin-bottom: 40px;
}

.freeTrialBox_btn {
    width: 136px;
    height: 48px;
    line-height: 48px;
    border-radius: 8px;
    opacity: 1;
    background: #071EF6;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    position: relative;
    padding-left: 28px;
    cursor: pointer;

}

.freeTrialBox_btn a i {
    /* display: block; */
    position: absolute;
    right: 26px;
    transition: all 0.2s;
}

.freeTrialBox_btn:hover a i {
    right: 18px;
    transition: all 0.2s;
}

.header_gif_box {
    position: absolute;
    left: 535px;
    top: -38px;
    width: 1080px;
    height: 797px;
}

.header_gif_box_img {
    width: 675px;
    height: 420px;
    background: url(../img/home/top_img.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 110px;
    margin-left: 120px;
}

/* ************************************************************************************** */

.section_2 {
    width: 100%;
    height: 720px;
    overflow: hidden;
    background: linear-gradient(181deg, #FBFBFF 2%, #F1F3FF 77%);
    position: relative;
}

.sec_box > h2 {
    padding-top: 80px;
    font-family: "MiSans-M";
    font-size: 40px;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    color: #333333;
    margin-bottom: 41px;
    text-align: center;
}


.bannercontent {
    width: 1400px;
    margin-top: 40px;
    opacity: 1;
    margin: 40px auto 0;
  }
  
  .bannercontent_border {
    padding: 2px;
    border-radius: 12px;
    background: linear-gradient(to bottom, white, transparent);
  }
  
  .bannercontent>li{
    display: none;
  }
  .bannercontent li.curr{
    display: block;
    overflow: hidden;
  }
  
  .bannercontent .content{
    display: none;
  }
  .bannercontent .show{
    display: block;
  }
  
  
  .bannercontent .bannersss{
    width: 218px;
    height: 100%;
    
    
  }
  .bannercontent .bannersss li{
    width: 100px;
    height: 100px;
    border-radius: 4px;
    margin-bottom: 8px;
    position: relative;
    cursor: pointer;
  }
  .bannercontent .bannersss li.active{
    background: linear-gradient(270deg, #FBFBFB 0%, #FBFBFB 45%, #E3F0FF 100%);
  }
  
  
  .bannercontent .bannersss li img{
    width: 48px;
    height: 48px;
    /* position: absolute; */
    margin-top: 12px;
    margin-left: 26px;
  }
  .bannercontent .bannersss li span{
    display: block;
    font-family: MiSans;
    font-size: 14px;
    line-height: 160%;
    text-align: center;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    color: #333333;
  }
  
  .bannercontent .bannersss li.active{
    background: #F3F7FF;
  }
  .bannercontent .bannersss li.active span{
    font-weight: 600;
  }
  .bannercontent .content{
    height: 536px;
    float: left;
    position: relative;
  
  }
  .bannercontent .content1{
    height: 501px;
    position: relative;
    background: linear-gradient(180deg, #F4F4FF 0%, #FFFFFF 100%);
    border-radius: 12px;
    overflow: hidden;
  }
  .bannercontent .content .left_img {
    width: 483px;
    height: 456px;
    margin-right: 35px;
    float: left;
  }
  .bannercontent .content .left_img img {
    width: 100%;
    height: auto;
  }
  
  .bannercontent .content .left_box {
    width: 620px;
    height: 501px;
    margin-right: 27px;
    float: left;
    padding: 32px;
  }
  
  .bannercontent .content .left_box .left_box_title {
    height: 52px;
    line-height: 52px;
    opacity: 1;
    font-family: "MiSans-M";
    font-size: 32px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 16px;
  
  }
  .bannercontent .content .left_box .left_box_list {
    width: 558px;
    min-height: 21px;
    padding-bottom: 41px;
  }

  
.left_box_list_item {
    position: relative;
    padding-left: 24px;
    font-family: MiSans;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #474F5E;
    margin-bottom: 20px;
  }
  
  .left_box_list_item span {
    font-family: "MiSans-M";
    font-weight: 500;
  }
  
  .left_box_list_item_icon {
    position: absolute;
    top: 1px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../img/home/plan_gou.png) no-repeat;
    background-size: 100% 100%;
  }
  
  .relatedProducts {
    height: 32px;
    line-height: 32px;
    opacity: 1;
    font-family: "MiSans-M";
    font-size: 20px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 8px;
  }
  
  .left_box_list_labels {
    height: 32px;
  }
  .left_box_list_labels div{
    float: left;
    height: 32px;
    line-height: 32px;
    border-radius: 8px;
    opacity: 1;
    padding: 0 12px;
    background: rgba(82, 140, 249, 0.06);
    margin-right: 12px;
    
  }
  
  .left_box_chat {
    width: 216.5px;
    height: 44px;
    line-height: 44px;
    border-radius: 8px;
    opacity: 1;
    background: #1265FF;
    font-family: "MiSans-M";
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    color: #FFFFFF;
    position: absolute;
    left: 32px;
    top: auto!important;
    bottom: 32px;
  }
  
  .left_box_list_labels div img {
    width: 16px;
    height: 16px;
    float: left;
    margin-top: 8px;
    margin-right: 8px;
  }
  .left_box_list_labels div span {
    height: 16px;
    font-family: MiSans;
    font-size: 14px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.9);
  }


  .bannercontent .content .left_img {
    width: 483px;
    height: 456px;
    margin-right: 35px;
    float: left;
  }
  .bannercontent .content .left_img img {
    width: 100%;
    height: auto;
  }

  .bannercontent .content .right_card_box {
    width: 882px;
    height: 456px;
    float: left;
  }

  .right_card_box6 .right_card_box_item {
    margin-left: 16px;
  }
  
  .right_card_box6 .right_card_box_item:nth-of-type(3n+1) {
    margin-left: 0px;
  }

  .right_card_box_item {
    width: 283px;
    height: 220px;
    border-radius: 12px;
    background: linear-gradient(179deg, #F4F3F9 0%, #FFFFFF 71%);
    border: 2px solid #FFFFFF;
    box-shadow: 0px 20px 60px -30px rgba(0, 0, 0, 0.16);
    float: left;
    margin-left: 16px;
    margin-bottom: 16px;
    position: relative;
  
  }
  
  .bannercontent .content .left_box {
    width: 682px;
    height: 501px;
    margin-right: 27px;
    float: left;
    padding: 32px;
  }
  
  .bannercontent .content .left_box .left_box_title {
    height: 52px;
    line-height: 52px;
    opacity: 1;
    font-family: "MiSans-M";
    font-size: 32px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 16px;
  
  }
  .bannercontent .content .left_box .left_box_list {
    width: 558px;
    min-height: 21px;
  }

  .bannercontent .content .right_img {
    width: 686.5px;
    height: 501px;
    float: right;
  
  }
  .bannercontent .content .right_img img {
    width: 100%;
    height: auto;
  }

  
.right_card_box_item:hover .hoverBox {
    visibility: visible;
  }
  .right_card_box_item:hover .hoverBox .hoverBox_btn {
    opacity: 1;
    transform: translateY(0);
  
  }
  
  
  .right_card_box_item:nth-of-type(1) {
    margin-left: 0px;
  }
  
  .right_card_box5 .right_card_box_item:nth-of-type(1) {
    height: 456px;
  }
  .right_card_box4 .right_card_box_item {
    width: 433px;
    margin-left: 0;
  }
  
  .right_card_box4 .right_card_box_item:nth-of-type(2n) {
    margin-left: 16px;
  }
  
  .right_card_box6 .right_card_box_item {
    margin-left: 16px;
  }
  
  .right_card_box6 .right_card_box_item:nth-of-type(3n+1) {
    margin-left: 0px;
  }
  
  .right_card_box_item .item_title{
    width: 100%;
    height: 80px;
    padding: 20px;
  
  }
  
  .right_card_box_item .item_text{
    width: 100%;
    height: 80px;
    padding: 20px;
    font-family: MiSans;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.9);
  
  }
  
  
  
  
  .right_card_box_item .item_labels {
    width: 100%;
    height: 24px;
    padding: 0 20px;
  
  }
  
  .right_card_box_item .item_labels span { 
    display: inline-block;
    height: 24px;
    border-radius: 4px;
    padding: 0px 8px;
    background: #F3F3F8;
  
    font-family: MiSans;
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
    color: #555F87;
    margin-right: 8px;
  }
  
  
  .right_card_box_item .item_title_img {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
    float: left;
  }
  
  .right_card_box_item .item_title img {
    width: 100%;
    height: 100%;
  }
  
  
  .right_card_box_item .item_title span {
    height: 40px;
    line-height: 40px;
    float: left;
    margin-left: 8px;
    font-family: "MiSans-M";
    font-size: 20px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.9);
  }
  
  .right_card_box_item .product_img {
    width: 100%;
    height: 191px;
    margin-top: 70px;
  }


  
.right_card_box_item .hoverBox {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(244, 243, 249, 0) 55%, #FFFFFF 63%);
    top: 0;
    padding: 20px;
    display: flex;
    flex-direction: column-reverse;
    visibility: hidden;
  
  }
  
  .right_card_box_item .hoverBox .hoverBox_btn {
    width: 100%;
    height: 41px;
    line-height: 41px;
    border-radius: 8px;
    background: #1265FF;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    font-family: "MiSans-M";
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
  
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    
  }
  
  .right_card_box_item:hover .hoverBox {
    visibility: visible;
  }
  .right_card_box_item:hover .hoverBox .hoverBox_btn {
    opacity: 1;
    transform: translateY(0);
  
  }
  
 /* ****************************************************************************** */

 .section_22 {
    width: 100%;
    height: 847px;
    overflow: hidden;
    background: linear-gradient(180deg, #FBFBFF 0%, #F7F8FF 51%);
    position: relative;
}

 .tab_top {
    width: 1400px;
    height: 58px;
    text-align: left;
    display: flex;
    margin: 0 auto;
  }
  
  .tab_top li {
    flex: 1;
    min-width: 159px;
    height: 58px;
    line-height: 58px;
    font-family: "MiSans-M";
    font-size: 20px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.9);
    margin-right: 12px;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  
  }
  
  .tab_top li img {
    display: block;
    width: 48px;
    height: 48px;
    float: left;
    margin-left: 173px;
    margin-right: 4px;
  }
  .tab_top li span {
    float: left;
    line-height: 48px;
    
  }
  
  .tab_top li:nth-last-child(1) {
    margin-right: 0;
  }
  
  .tab_top > .is_act {
    font-family: "MiSans-M";
    font-weight: 600;
    opacity: 1;
    box-sizing: border-box;
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.9);
  }


/* *********************************************************************** */

.center{
    position: relative;
    width: 1400px;
}


.section_brand {
    height: 227.1px;
    padding-top: 80px;
    overflow: hidden;
  }
  .section_brand_leftCover {
    height: 67.1px;
    width: 600px;
    background: linear-gradient(to right, white 80%, transparent 100%);
    position: absolute;
    top: 0;
    right: 1250px;
    z-index: 1;
  }

  
.section_brand_lists img {
    width: auto;
    height: 100%;
    display: inline-block;
    float: left;
  }
  
  
  .section_brand_listBox {
    width: 1250px;
    margin: 0 auto;
    height: 392px;
    text-align: left;
    position: relative;
  }
  
  .section_brand_lists {
    /* width: 1744px; */
    width: 4400px;
    height: 67.1px;
    margin-left: -104px;
    animation: scroll 40s linear infinite normal
  }
  
  @keyframes scroll {
    0% {
        transform: translateZ(0)
    }
  
    to {
        transform: translate3d(-50%,0,0)
    }
  }
  
  .section_brand_lists img {
    width: auto;
    height: 100%;
    display: inline-block;
    float: left;
  }
  
  


.banner6{
    height: 484px;
    background: #FFFFFF;
}

.banner6_box {
    width: 1400px;
    height: 220px;

    
    border-radius: 12px;
    background: linear-gradient(179deg, #F4F3F9 0%, #FFFFFF 71%);
    border: 2px solid #FFFFFF;
    box-shadow: 0px 20px 60px -30px rgba(0, 0, 0, 0.16);
    margin-left: 16px;
    margin-bottom: 16px;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 64px 157px;

}

.banner6_card {
    height: 91px;
    margin-right: 48px;
}

.banner6_card:nth-last-child(1) {
    margin-right: 0;

}

.banner6_card_img {
    width: 40px;
    height: 40px;
    margin: 10px 41px;
}

.banner6_card_img img {
    width: 100%;
    height: auto;
}

.banner6_card p {
    height: 23px;
    line-height: 23px;
    font-family: MiSans;
    font-size: 14px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.9);
    text-align: center;
    margin-top: 8px;

}














