﻿
@font-face {
    font-family: "Roboto"; 
    src: url('../fonts/Roboto-Regular.ttf') format('ttf');
}

@font-face {
    font-family: "Roboto-M"; 
    src: url('../fonts/Roboto-Medium.ttf') format('ttf');
}

@font-face {
    font-family: "Roboto-S"; 
    src: url('../fonts/Roboto-SemiBold.ttf') format('ttf');
}
  

/* 通用 */
*{padding:0;margin:0;border:0;vertical-align:baseline;-webkit-box-sizing:border-box;box-sizing:border-box;}
input,select,button{outline:0;}button{border:0;background-clip:padding-box;}
table{border-collapse:collapse;border-spacing:0;}img{border:none;vertical-align:baseline;}
textarea,input{word-wrap:break-word;word-break:break-all;}span,p,div{word-wrap:break-word;}
.lf{float:left;}.rt{float:right;}html,body,div,p,ul,ol,li{list-style:none;}
a{text-decoration:none;cursor:pointer;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.cu_layer{
    display: none;
}
input::-ms-clear{display:none;}/*删除文本框中的叉号*/
input::-ms-reveal{display:none;} /*删除密码框中的小眼睛*/
/* 页面部分 */
html{
    width:100%;
    height:100%;
    position: relative;
    margin: 0 auto;
    font-family: "Roboto";
}
body{
    max-width:2560px;
    min-width:1400px;
    width:100%;
    position: relative;
    margin: 0 auto;
}
.wrap{
    display: block;
    /* height:1400px; */
    /* background:  url('./img/back.png')top center no-repeat; */
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-top: 62px;
}

/* header */
header{
    width:100%;
    height:72px;
    min-width: 1400px;
    font-size:16px;
    box-sizing: border-box;
    position: fixed;
    top:0;
    z-index: 999999;
    text-align:center;
}
.top3{
    box-shadow: 0 4px 6px rgba(130,155,227,.09);
}
.fadeInDown1{
    animation: t1 0.2s forwards linear alternate;
}
.fadeOutUp1{
    animation: t2 0.2s forwards linear alternate;
}
@keyframes t1 {
    0% {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes t2 {
    0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    }
    100% {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
    }
}


.navAct{
    /* font-size: 16px!important; */
    /* color: #0091FF!important; */
}
.whites{
    background:white!important;
}
header .left {
    position: absolute;
    top: 17px;
    left: 40px;
    width: 220px;
    text-align: left;
    height:80px;
    vertical-align: top;
}
header .left a{
    height: 37px;
    vertical-align: middle;
    display: inline-block;
}
html body header .right {
    margin-left: 370px;
}
/* header .right>div{
    display: inline-block;
    
} */

.logoBox {
    width: 132px;
    height: 37.4px;
    background: url(../img/logo.png) no-repeat;
    background-size: 100% 100%;
}

header li{
    float: left;
    /* width:145px; */
    margin-right: 42px;
    text-align:center;
    /* background: url(../images/1_02.jpg) right center no-repeat; */
}
header li>a{
    display: inline-block;
    line-height:72px;
    text-align: center;
    color:#325192;
    font-weight: 600!important;
    font-size: 16px!important;

    font-family: MiSans;
    font-weight: normal;
    font-variation-settings: "opsz" auto;
    color: rgba(0, 0, 0, 0.9);
}
header li>div{
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 20px 60px -30px rgba(0, 0, 0, 0.1);
    height:0;
    overflow: hidden;
    position: absolute;
    left: 0;
    top:72px;
    display: flex;
    z-index: 1001;
}




.connect {
    float: left;
    width: 140px;
    height: 23px;
    display: inline-block;
    font-family: MiSans;
    font-size: 14px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.9);
    cursor: pointer;
}

.arrow_ljlx {
    position: absolute;
    left: 180px;
    top: 174px;
    width: 18px;
    height: 18px;
    /* background: url("../img/arrow_black.png") no-repeat; */
    background-size: 100% 100%;
    margin-left: 0;
    transition: all 0.2s;
}

.connect:hover .arrow_ljlx {
    left: 174px;
    transition: all 0.2s;
}



header .second-nav{
    /* margin: 0 auto; */
    text-align: left;
    /* width: 1400px; */
    height: 471px;
    background: #FFFFFF;
    float: left;
    width: 100%;
}
header .second-nav2{
    height:265px;
}

header .second-nav>.right_box{
    width: 198px;
    height:100%;
    background: rgba(0, 145, 255, 0.05);
    padding:18px 29px 0 29px;
    float: right;
    overflow: hidden;
}
header .second-nav>.right_box>p:nth-child(1){
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    line-height: 20px;
}
header .second-nav>.right_box>p:nth-child(2){
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
    position: relative;
    margin-top: 5px;
    margin-bottom: 23px;
}
header .second-nav>.right_box>p.bgs span{
    position: relative;
    z-index: 99;
}
header .second-nav>.right_box>p.bgs::before{
    content: '';
    width: 114px;
    height: 10px;
    background: #B5DDFF;
    border-radius: 5px;
    position: absolute;
    top:0px;
    z-index: 1;
}
header .second-nav>.right_box>p:nth-child(3){
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    line-height: 20px;
    margin-bottom: 34px;
}
header .second-nav>.right_box>p:nth-child(4){
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    line-height: 17px;
    margin-bottom: 4px;
}
header .second-nav>.right_box>p:nth-child(4) span{
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    margin-left: 10px;
}
header .second-nav>.right_box>p:nth-child(5){
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    line-height: 17px;
    margin-bottom: 35px;
}
header .second-nav>.right_box>p:nth-child(5)::before{
    content: '';
    width: 13px;
    height: 13px;
    display: inline-block;
    background:url('../img/new/dianhua.png') no-repeat 100%/100%;
    position: relative;
    top:0px;
    margin-right: 6px;
}
header .second-nav>.right_box>p:nth-child(6){
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    line-height: 17px;
    margin-bottom: 4px;
}
header .second-nav>.right_box>p:nth-child(7){
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    line-height: 17px;
    margin-bottom: 35px;
}
header .second-nav>.right_box>p:nth-child(7)::before{
    content: '';
    width: 13px;
    height: 13px;
    display: inline-block;
    background:url('../img/new/dianhua.png') no-repeat 100%/100%;
    position: relative;
    top:0px;
    margin-right: 6px;
}
header .second-nav>.right_box>p:nth-child(8) {
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    line-height: 17px;
    margin-bottom: 4px;
}
header .second-nav>.right_box>p:nth-child(9){
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    line-height: 17px;
    margin-bottom: 105px;
}



header .second-nav>.right_box>.last{
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    line-height: 20px;
    cursor: pointer;
}
header .second-nav>.right_box>.last span:hover{
    text-decoration:underline;
    color:#0091ff;
}
header .second-nav>.right_box>.last::before{
    content: '';
    display:inline-block;
    width:27px;
    height:27px;
    background: url('../img/new/jiantou.png') no-repeat 100%/100%;
    overflow: hidden;
    position: relative;
    top:8px;
    margin-right: 10px;
}
header .second-nav>.right_box>div{
    margin:18px 0 34px 0;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    line-height: 18px;
}
header .second-nav>.left_box{
    display: inline-block;
    padding-top: 40px;
    padding-left: 50px;
    float: left;
    width: 100%;
}
header .second-nav>.left_box>div{
    display: inline-block;
    width: 264px;
    vertical-align: top;
    margin-right: 8px;
}
header .second-nav>.left_box>div>a{
    width: 100%;
    height: 69px;
    overflow: hidden;
    display: block;
    padding: 12px 0 12px 12px;
    border-radius: 4px;
    opacity: 1;
}   


header .second-nav>.left_box > div > a:hover {
    background: rgba(82, 140, 249, 0.1);

}

header .second-nav>.left_box>div>a>p{
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.9);
}
header .second-nav>.left_box>div>a>img{
    float: left;
    width: 14px;
    height: 14px;
    display: block;
    margin-top: 7px;

}
header .second-nav>.left_box>div>a .imgr{
    float: left;
    margin-left: 4px;
    padding-top: 3px;
    width: 152px;
}
header .second-nav>.left_box>div>a .imgr p{
    margin-bottom: 2px;
    position: relative;

    height: 23px;
    opacity: 1;
    font-family: "MiSans-M";
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    /* 333文字 */
    color: rgba(0, 0, 0, 0.9);

}

header .second-nav>.left_box>div>a .imgr p span {
    float: left;
}
header .second-nav>.left_box>div>a .imgr p span:nth-of-type(2){
    color: #EB3121;
    font-size: 10px;
    margin-left: 2px;
    margin-top: -1px;
}

header .second-nav>.left_box>div>a .imgr div{
    width: 200px;
    height: 20px;
    font-family: MiSans;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    color: #474F5E;
}


header .second-nav>.left_box>div>.dmt p::before{
    right: 0px;
}

header .second-nav>.left_box>div>.identity>p::before{
    content: '';
    width: 22px;
    height:22px;
    display: inline-block;
    background:url('../img/identity/identity400.png') no-repeat ;
    background-size: 100% 100%;
    position: absolute;
    top:1px;
    left:0;
    background-position-x: 0px!important;
}
header .second-nav>.left_box>div>.videomessage>p::before{
    content: '';
    width: 22px;
    height:22px;
    display: inline-block;
    background:url('../img/spdx.png') no-repeat ;
    background-size: 100% 100%;
    position: absolute;
    top:1px;
    left:0;
    background-position-x: 0px!important;
}



header .second-nav>.left_box>div>a:nth-child(2)>p::before{
    background-position-x: -66px;
}
header .second-nav>.left_box>div>a:nth-child(3)>p::before{
    background-position-x: -22px;
}


header .second-nav>.left_box>div:nth-child(2)>a:nth-child(1)>p::before{
    background-position-x: -110px;
}
header .second-nav>.left_box>div:nth-child(2)>a:nth-child(2)>p::before{
    background-position-x: -88px;
}

header .second-nav>.left_box>div:nth-child(3)>a:nth-child(1)>p::before{
    background-position-x: -44px;
}

header .menu_r_icon{
    display: inline-block;
    position: relative;
    color: rgba(0, 145, 255, 0.4);
}
header .icon-youjiantou-{
    width: 19px;
    height: 19px;
    color: #000;
    float: right;
    margin-right: 10px;
}
header .rotate180{
    transition: all 0.5s;
    transform: rotate(180deg);
}
header .rotate0{
    transition: all 0.5s;
    transform: rotate(0deg);
}
header .triangle{
    display: inline-block;
    width: 16px;
    height: 16px;
    /* background: url(../img/images202412/triangle.svg) no-repeat; */
    background-size: 100% 100%;
    float: right;
    margin-top: 24px;
    margin-left: 4px;
}
header .latestActivity {
    line-height: 64px;
    font-family: "MiSans-M";
    font-size: 14px;
    font-weight: 500;
    background: linear-gradient(126deg, #0033FF 38%, #FA36E0 62%, #FF3784 83%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
header .navbtnBox{
    height: 72px;
    line-height: 72px;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 26px;
    z-index: 10;
}
header .navbtnBox div{
    display: inline-block;
    font-family: MiSans;
    font-size: 14px;
    font-weight: normal;
    font-variation-settings: "opsz" auto;
    color: rgba(0, 0, 0, 0.9);
    float: left;
}

header .navbtnBox div:nth-of-type(1) {
    /* margin-right: 40px; */
}


header .navbtnBox .triangle{
    margin-top: 22px;
}
.translate_icon {
    float: left;
    display: inline-block;
    background: url(../img/images202412/translate_icon.svg) no-repeat;
    background-size: 100% 100%;
    width: 14px;
    height: 14px;
    margin: 5px 4px 0 0;
}
.login_btn {
    width: 100px;
    height: 72px;
    line-height: 72px;
    font-family: MiSans;
    font-size: 14px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.9)!important;
    cursor: pointer;
    margin-right: 0px!important;
}

.login_btn:hover {
    color: #1265FF!important;
}

.free_use_btn {
    width: 160px;
    height: 72px;
    line-height: 72px;
    background: #071EF6;
    font-family: MiSans;
    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF!important;
    cursor: pointer;
}
header .navbtnBox a{
    /* width: 75px; */
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    display:inline-block;
    position: relative;
    vertical-align: middle;
}
header .navbtnBox a:nth-of-type(3){
    width: 72px;
    height: 36px;
    background: rgba(255, 255, 255, 0.3)!important;
    font-size: 14px;
    color: #A6B4FF;
    line-height: 36px;
    border-radius: 18px;
}
header .navbtnBox a:nth-of-type(3) .icon-youjiantou-{
    color: #A6B4FF;
}
header .navbtnBox a img{
    width: 20px;
    height: 20px;
    margin-top: -23px;
    display: block;
    float: left;
    margin-left: 12px;
}
header .navbtnBox a:nth-child(2):hover{
    color:#0091ff;
    border: 1px solid #1372FF;
}
header .navbtnBox a:nth-child(2){
    background: linear-gradient(133deg, #80C8FF 0%, #0091FF 100%);
    color:white;
    text-align: center;
    line-height: 36px;
    margin-right:22px;
}




/* 分页 */
#prePage i{
    display: inline-block;
    transform: rotate(180deg);
}

/* 外面盒子样式---自己定义 */
.page_div {
    margin:32px 0 82px 0;
}            
/* 页数按钮样式 */
.page_div button {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    line-height: 33px;
    background: #EBF6FF;
    color: #0091FF;
    font-size: 13px;
    text-align: center;
    margin: 0 8px;
}
.page_div button:hover{
    background: rgb(120, 195, 253);
    opacity: .9;
}
.page_div .current {
	background-color: #0091FF;
	border-color: #0091FF;
	color: #FFF;
}        /* 页面数量 */.totalPages {
	margin: 0 10px;
}
#nextPage{
    margin-left: 30px;
    background:url(../img/newsListnext.png) no-repeat;
    width: 33px;
    height: 33px;
    display: inline-block;
    background-size: 100%;
}
#prePage{
    margin-right: 30px;
    background:url(../img/newsListprev.png) no-repeat;
    width: 33px;
    height: 33px;
    display: inline-block;
    background-size: 100%;
}
.totalPages span, .totalSize span {
	color: #0073A9;
	margin: 0 5px;
}        /*button禁用*/.page_div button:disabled {
	opacity: .5;
	cursor: no-drop;
}


/* ************************* new footer ************************** */
.section_footer {
    height: 396px;
    background: url(../img/home/bottom_bg.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 58.5px;
    position: relative;
}

.section_title {
    font-family: Roboto;
    font-size: 52px;
    font-weight: 900;
    line-height: normal;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    opacity: 1;
}

.freeTrialBox_btn {
    width: 180px;
    height: 48px;
    line-height: 48px;
    border-radius: 8px;
    opacity: 1;
    background: #071EF6;
    font-weight: 500;
    color: #FFFFFF;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    float: left;
    margin-right: 12px;
    font-family: Roboto;
    font-size: 16px;
  }
  
  .freeTrialBox_btn2 {
    background: #ffffff;
    color: #333333;
  
    box-sizing: border-box;
    /* 输入框色-CAD1DF */
    border: 1px solid #CAD1DF;
  
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  }
  
  .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;
  }
  


.section_footer .section_title {
    font-family: Roboto;
    font-size: 52px;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    /* 白-FFFFFF */
    color: #FFFFFF;
    margin-bottom: 24px;
    padding-top: 80px;
}


.section_free_content {
    width: 1250px;
    height: 100%;
    text-align: left;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}


.linksBox {
    height: 19px;
    width: 693px;
    margin-top: 80px;
    margin-left: 478px;
    text-align: center;

}

.linksBox div {
    float: left;
    color: #FFFFFF;
    cursor: pointer;
    /* width: 180px; */
    margin-right: 40px;
    text-align: center;

}



.linksBox_line {
    width: 1.29px;
    height: 14.7px;
    opacity: 0.5;
    background: #FFFFFF;
    margin-right: 12px;
    margin-top: 2.15px;
}
  
.section_footer .freeTrialBox_btn {
    width: 180px;
    height: 48px;
    line-height: 48px;
    border-radius: 8px;
    opacity: 1;
    background: #000000;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    margin: 0 auto;
    float: none!important;
    
  
  }

a{
    color: #FFFFFF;
}
 


.footerBox{
    background: #FCFDFD;
    position: relative;
    z-index: 2;
    padding-top: 32px;
  }

  .footerBox_cardBox {
    width: 1400px;
    margin: 0 auto;
    height: 72px;
    border-bottom: 1px solid #EAEDF3;
    display: flex;
    justify-content: space-between;
    padding: 0 28px;
  }

  .footerBox_cardBox_card .icon {
    width: 40px;
    height: 40px;
    float: left;
  }

  .footerBox_cardBox_card .icon img {
    width: 100%;
    height: 100%;
  }

  .footerBox_cardBox_card .text {
    float: left;
    font-family: MiSans;
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
    color: rgba(0, 0, 0, 0.9);
    line-height: 40px;
    margin-left: 8px;

  }
  
  .footerBox_top {
    width: 1400px;
    margin: 0 auto;
    height: 295px;
    padding-top: 32px;
    padding-bottom: 46px;
    box-sizing: content-box;
  }
  
  .footerBox_bottom{
    /* text-align: center; */
    border: 1px solid #D8D8D8;
    font-family: MiSans;
    font-size: 14px;
    font-weight: normal;
    line-height: 160%;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    /* 666文字 */
    color: #666666;
    padding-bottom: 18px;
  }
  .footerBox_bottom p{
    width: 1400px;
    margin: 0 auto;
    position: relative;
    margin-top:16px;
  }
  .footerBox_bottom p span:nth-of-type(1) {
    margin-right: 15px;
  }
  .footerBox_bottom p span:nth-of-type(3) {
    margin-left: 278px;
  }
  .footerBox_bottom img{
    position: relative;
    top:3px;
  }
  .footerBox_bottom a{
    display: inline-block;
    color:#666666;
  }
  .footerBox_bottomspan{
    display: inline-block;
    margin:0 10px;
  }
  
  .footerBox_bottom a:hover{
    color:black;
    text-decoration: underline;
  }
  
  
  .footerBox_top_left {
    width: 522px;
    height: 272px;
    float: left;
  }
  
  .footerBox_top_right {
    float: right;
    width: 252px;
  }

  
  .footerBox_top_right_title_icon {
    width: 32.06px;
    height: 32.39px;
    border-radius: 6.85px;
    opacity: 1;
    background: #0091FF;
    float: left;
    margin-right: 11px;
    padding: 7.26px 0 0 3.33px
    
  }
  
  .footerBox_top_right_title_fg1 {
    width: 74.29px;
    height: 17.95px;
    background-color: palegoldenrod;
    float: left;
    margin-right: 4px;
    margin-top: 7px;
    background: url(../img/fg_icon1.svg) no-repeat;
    background-size: 100% 100%;
  }
  
  .footerBox_top_right_title_fg2 {
    background-color: firebrick;
    width: 39.03px;
    height: 18.42px;
    float: left;
    margin-top: 7px;
    background: url(../img/fg_icon2.svg) no-repeat;
    background-size: 100% 100%;
  }
  
  .footerBox_top_right_list p{
    font-family: MiSans;
    font-size: 14px;
    font-weight: normal;
    line-height: 160%;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    /* 333文字 */
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 8px;
    
  }

  .qrcode_box {
    width: 98px;
    height: 98px;
    opacity: 1;
    background: linear-gradient(180deg, #ECEEF9 2%, #FFFFFF 100%);
    /* 白色 */
    border: 2px solid #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(125, 153, 223, 0.302);
    /* width: 92px;
    height: 92px; */
    border-radius: 8px;
    opacity: 1;
    padding: 3px;
  }
  
  .qrcode_box_text {
    font-family: MiSans;
    font-size: 14px;
    font-weight: normal;
    line-height: 160%;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    /* 999文字 */
    color: #999999;
    margin-left: 14px;
    margin-top: 4px;
  }
  
  .qrcode_box img {
    width: 100%;
    height: 100%;
  }
  
  
  
  .footerBox_list {
    width: 70px;
    margin-right: 80px;
    float: left;
  }
  
  
  .footerBox_list:nth-of-type(4) {
    margin-right: 0px;
  }
  
  .footerBox_list_title{
    font-family: "MiSans-M";
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    /* 333文字 */
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 28px;
  }
  
  .footerBox_list div a{
    width: 100px;
    display: block;
  
    font-family: MiSans;
    font-size: 14px;
    font-weight: normal;
    line-height: 160%;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    /* 666文字 */
    color: #666666;
    margin-bottom: 16px;
  }
  .footerBox_list div a:hover{
    color:#0091ff;
  }

  /* ************************* new footer ************************** */






/* 按钮 */
.Btn:hover{
    opacity: .9;
}
.Btn{
    position: relative;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.Btn dd{
    border-radius: 50%;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    transform: translate(-50%,-50%);
    animation: tran .6s linear alternate;
}

@keyframes  tran{
    0%{
        width:0;
        height:0;
        opacity: .6;
    }
    100%{
        width:500px;
        height:500px;
        opacity: 0;
    }

}
.redx{
    color: #c7254e;
}

/* api文档 */
.content .search-box{
    position: fixed;
    display: inline-block;
    width: 264px;
    top: 0;
    /* background: #FAFAFA; */
    margin-top: 72px;
    border-right: 1px solid #D8E1F7;
}
.content .search-box>h2{
    font-size: 20px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.9);
    line-height: 20px;
    margin:30px 0 20px 44px;
}
.content .search-box .input_box{
    /* width: 240px; */
    height: 34px;
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 26px;
    margin-left: 30px;
    border-radius: 20px;
}
.content .search-box .input_box input{
    margin-top: 9px;
    margin-left:6px;
    width: 180px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: #666666;
}
.content .search-box .input_box>i{
    margin-left: 10px;
    cursor: pointer;

}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: auto!important;
}


.tabs_box .tab_top{
    font-size: 15px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.9);
    line-height: 21px;
    padding-left: 50px;
    text-align:left;
}
.tabs_box .tab_top .is_act{
    color: #0091FF;
    background: #FFFFFF;
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.07);
    border-radius: 6px 6px 0px 0px;
}
.tabs_box .tab_top li{
    width: 250px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    padding-left: 20px;
    text-align:left;
}
.tabs_box .tab_top li:hover{
    cursor: pointer;
}
.tabs_box .tab_bottom{
    position: relative;
    z-index: 100;
}
.tabs_box .tab_bottom li{
    display:inline-block;
    width:1400px;
    height:600px;
    overflow: hidden;
}
.tabs_box .tab_bottom li>div{
    margin-left: 90px;
    text-align:left;
    width: 440px;
}

.tabs_box .tab_bottom li>img{
   
    overflow: hidden;
    position: absolute;
    top:75px;right:70px;
}
.tabs_box .tab_bottom li>div>div:nth-child(1){
    margin-top: 95px;
    
}
.tabs_box .tab_bottom li>div>div:nth-child(1) p:nth-child(1){
    font-size: 36px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.9);
    line-height: 46px;
}
.tabs_box .tab_bottom li>div>div:nth-child(1) p:nth-child(2){
    font-size: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.9);
    line-height: 28px;
    margin:20px 0 50px 0;
}
.tabs_box .text_box{
    width: 440px;
    height: 78px;
    overflow: hidden;
    border-bottom:2px solid #afdcff;
    cursor: pointer;
}
.tabs_box .text_box i{
    color:#0091FF;
    
}
.tabs_box .one{
    position: relative;
    border-bottom:2px solid #afdcff;
    border-top:2px solid #afdcff;
}
.tabs_box .text_box p:nth-child(1){
    line-height: 78px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.9);
    
}
.tabs_box .text_box p:nth-child(2){
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.9);
    line-height: 20px;
}

.tabs_box .tab_bottom>.ani{
    animation: ars 0.5s forwards;
    opacity: 0;
}
.tabs_box .tab_bottom>li{
    position: relative;
    display:none;
}
.tabs_box .tab_bottom>li:nth-child(1){
    display:block;
}
@keyframes ars {
    0% {
        top: 20px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}
.section_4>div>i{
    width: 1400px;
    height: 600px;
    overflow: hidden;
    position: absolute;
    top: 229px;
    background: white;
}
.tabs_box .text_box{
    position: relative;
}
.tabs_box i{
    position: absolute;
    right:0;
    top:0;
    font-weight: bold;
    animation: all 0.4s;
}
.tabs_box img{
    position: absolute;
    top:31px;
    right:0;
    font-weight: bold;
    animation: all 0.4s;
}
body .tabs_box .ro0{
    transform: rotate(0);
}
body .tabs_box .ro180{
    transform: rotate(180deg);
}


header .nav ul>li:nth-child(3) .right_box > div > a > p{
    padding-left: 12px;
}
header .nav ul>li:nth-child(3) .right_box > div > a > p::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0px;
    background: rgb(0, 145, 255);
}
header .nav ul>li:nth-child(4) .right_box > div > a > p{
    padding-left: 12px;
}
header .nav ul>li:nth-child(4) .right_box > div > a > p::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0px;
    background: rgb(0, 145, 255);
}
header .nav ul>li:nth-child(3) .right_box > div:nth-child(1)>a> p::before{
    background:#f69E2e;
}

.r_layer{
    width: 90px;
    height: 90px;
    border-radius: 272px;
    opacity: 1;
    /* background: linear-gradient(180deg, #E7EFFF 0%, #FFFFFF 100%); */
    /* 白色 */
    /* border: 3px solid #FFFFFF; */
    /* box-shadow: 0px 20px 60px -20px rgba(0, 0, 0, 0.7); */
    position: fixed;
    bottom: 300px!important;
    top: auto!important;
    right: 24px;
    z-index: 100000;
}

.r_layer_hoverBox1 {
    width: 125px;
    height: 64px;
    border-radius: 4px;
    background-color: #ffffff;
    position: absolute;
    top: 12px;
    left: -140px;
    padding: 12px 20px;
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.09);
    display: none;
}
.r_layer_hoverBox1 i {
    display: block;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    opacity: 1;
    background: #ffffff;
    position: absolute;
    top: 24px;
    right: -5px;
    border-radius: 2px;
}
.r_layer_hoverBox2 {
    width: 125px;
    height: 64px;
    border-radius: 4px;
    background-color: #ffffff;
    position: absolute;
    top: 14px;
    left: -140px;
    padding: 12px 20px;
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.09);
    display: none;
}
.r_layer_hoverBox2 i {
    display: block;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    opacity: 1;
    background: #ffffff;
    position: absolute;
    top: 24px;
    right: -5px;
    border-radius: 2px;
}
.r_layer_hoverBox_img1 {
    display: block;
    height: 20px!important;
    width: 85px!important;
    margin-bottom: 4px;
}
.r_layer_hoverBox_img2 {
    height: 20px!important;
    width: 78px!important;
    margin-bottom: 4px;
}

.r_layer_hoverBox_txt {
    height: 16px;
    opacity: 1;

    font-family: MiSans;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    color: #474F5E;

}

.r_layer .link1:hover .r_layer_hoverBox1{
    display: block;
}
.r_layer.link2:hover .r_layer_hoverBox2{
    display: block;
}

.r_layer_toTop {
    width: 44px;
    height: 44px;
    border-radius: 272px;
    background: linear-gradient(180deg, #E7EFFF 0%, #FFFFFF 100%);
    border: 3px solid #FFFFFF;
    box-shadow: 0px 20px 60px -15px #000000;
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 100000;
    cursor: pointer;
}  

.r_layer_toTop i {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 272px;
    background: url(../img/images202412/toTop.png) no-repeat;
    background-size: 100% 100%;
    margin: 7px;
}

.r_layer .link1{
    width: 90px;
    height: 90px;
    border-radius: 100px;
    background: #2AABEE;
    /* padding: 13px; */
    display: inline-block;
    position: absolute; 
    top: 0px;
    left: 0px;
    box-shadow: 0px 20px 60px -20px rgba(0, 0, 0, 0.7);
    cursor: pointer;
}
.r_layer .link1 img {
    width: 32px;
    height: 32px;
}

.r_layer .link2 img {
    width: 50px;
    height: 50px;
}

.r_layer .link1:hover div{
    display: block;
}
.r_layer .link2{
    width: 90px;
    height: 90px;
    border-radius: 100px;
    background: #25D366;
    padding: 20px;
    display: inline-block;
    position: absolute;
    top: 101px;
    left: 0px;
    box-shadow: 0px 20px 60px -20px rgba(0, 0, 0, 0.7);
    cursor: pointer;
}
.r_layer_hover1_left {
    width: 125px;
    height: 100%;
    float: left;
    margin-right: 11px;
}

.r_layer_hover1 {
    position: relative;
}
.r_layer_hover1 > i {
    display: block;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    opacity: 1;
    background: #F2F5FA;
    position: absolute;
    top: 24px;
    right: -8px;
    border: 3px solid #FFFFFF;
    border-left: none;
    border-bottom: none;
}
.r_layer_hover2 > i {
    display: block;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    opacity: 1;
    background: #FFFFFF;
    position: absolute;
    bottom: 24px;
    right: -8px;
    border: 3px solid #FFFFFF;
    border-left: none;
    border-bottom: none;
}

.r_layer_hover1_title {
    width: 94px;
    height: 23px;
    margin-top: 13px;
}

.r_layer_hover1_text {
    margin-top: 4px;
    width: 126px;
    height: 45px;
    opacity: 1;

    font-family: "MiSans-L";
    font-size: 14px;
    font-weight: normal;
    line-height: 160%;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    /* 333文字 */
    color: rgba(0, 0, 0, 0.9);

}

.r_layer_hover2 .r_layer_hover1_title {
    margin-bottom: 8px;
}

.r_layer_hover2_text {
    /* width: 126px; */
    height: 23px;
    opacity: 1;

    font-family: "MiSans-L";
    font-size: 14px;
    font-weight: normal;
    line-height: 160%;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    /* 333文字 */
    color: rgba(0, 0, 0, 0.9);

}

.r_layer_hover2_text span:nth-of-type(1) {
    color: #FF5918;
}

.r_layer_hover2_text span:nth-of-type(2) {
    color: #666666;
    font-size: 12px;
}
.r_layer_hover1_title i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../img/images202412/float_qrcode.svg');
    background-size: 100% 100%;
    float: left;
    margin-top: 1px;
}

.r_layer_hover1_title span {
    float: left;
    height: 23px;
    font-family: "MiSans-M";
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    /* 333文字 */
    color: rgba(0, 0, 0, 0.9);
    margin-left: 4px;
}
  
.r_layer_hover1_right {
    float: left;
    width: 98px;
    height: 98px;
    opacity: 1;
    background: linear-gradient(180deg, #ECEEF9 2%, #FFFFFF 100%);
    /* 白色 */
    border: 2px solid #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(125, 153, 223, 0.302);
    /* width: 92px;
    height: 92px; */
    border-radius: 8px;
    opacity: 1;
    padding: 3px;
}

.r_layer_hover1_right img {
    width: 100%;
    height: 100%;
}

.r_layer>a:nth-child(1) .r_layer_hover1{
    width: 272px;
    height: 133px;
    border-radius: 4px;
    display: inline-block;
    background: linear-gradient(180deg, #F2F5FA 0%, #FFFFFF 100%);
    border: 3px solid #FFFFFF;
    box-shadow: 0px 20px 60px -31px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: -30px;
    left: -296px;
    padding: 16px;
    display:none;
}
.r_layer>a:nth-child(2):hover div{
    display: block;
}

.r_layer>a:nth-child(2) .r_layer_hover2{
    width: 272px;
    height: 133px;
    border-radius: 4px;
    display: inline-block;
    background: linear-gradient(180deg, #F2F5FA 0%, #FFFFFF 100%);
    border: 3px solid #FFFFFF;
    box-shadow: 0px 20px 60px -31px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: -87px;
    left: -296px;
    padding: 16px;
    padding-right: 0;
    display:none;
}

.r_layer_IM {
    width: 44px;
    height: 149px;
    border-radius: 116.44px;
    opacity: 1;
    background: linear-gradient(180deg, #ED4F12 0%, #FF8018 100%);
    border: 3px solid #FFFFFF;
    box-shadow: 0px 20px 60px -20px rgba(0, 0, 0, 0.7);
    position: fixed!important;
    top: auto!important;
    bottom: 136px!important;
    right: 20px;
    z-index: 100000;
    cursor: pointer;
}

.r_layer_IM i {
    display: block;
    width: 34px;
    height: 34px;
    opacity: 1;
    background: url(../img/images202412/r_layer_head.png) no-repeat;
    background-size: 100% 100%;
    border: 2px solid #FFFFFF;
    border-radius: 100px;
    margin: 2px;
}

.r_layer_IM span {
    display: block;
    width: 21px;
    height: 77px;
    opacity: 1;

    font-family: MiSans;
    font-size: 16px;
    font-weight: normal;
    line-height: 120%;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #FFFFFF;
    margin: 11px;
}


.bt_menu{
    position: absolute;
    top: 191px;
    left: 31px;
    width: 238px;
    min-height: 55px;
    display: inline-block;
    background:white;
    border-radius: 5px;
    box-shadow: 0px 4px 10px 0px rgba(17, 17, 17, 0.1);
}
.bt_menu a{
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-left: 30px;
    margin-bottom:16px;
}
.bt_menu a:nth-child(1){
    margin-top: 16px;
}


.newv{
    width: 120px;
    display: inline-block;
    vertical-align: top;
    background: #0091ff;
    color: white;
    font-size: 15px;
    text-align: center;
    line-height:44px;
    border-radius: 3px;
}
.oldv{
    width: 120px;
    display: inline-block;
    vertical-align: top;
    background: #0091ff;
    color: white;
    font-size: 15px;
    text-align: center;
    line-height:44px;
    margin-left: 40px;
    border-radius: 3px;
}

.cuclass1 {
    background: white!important
}
.cuclass1 .lay_title{
    background: white!important;
    color:black;
    text-align: left;
    padding-top: 3px;
    padding-left: 16px;
    font-size: 17px;
}
.cuclass1 .lay_close{
    color:black;
    font-size: 14px;
    top: 18px;
    right: 16px;
}





header .right ul li {
    position: relative;
}

.hot4 {
    width: 45px;
    height: 45px;
    display: inline-block;
    background: url('../img/Hot4.png') top no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50px;
    left: 65px;
    animation: myhot 3s infinite linear;
    transform-origin: top center;
}

@keyframes myhot {
    0% {
        transform: rotate(-30deg);
        transition-timing-function: cubic-bezier(0.1, 0.12, 0.32, 1.275)
    }

    50% {
        transform: rotate(30deg);
        transition-timing-function: cubic-bezier(0.1, 0.12, 0.32, 1.275)
    }

    100% {
        transform: rotate(-30deg);
        transition-timing-function: cubic-bezier(0.1, 0.12, 0.32, 1.275)
    }
}

header .right ul li {
    position: inherit;
}

.hot4 {
    left: 493px;
}


.smallIcon3 {
    opacity: 0!important;
}


header .second-nav .left_box h1{
    width: 236px;
    height: 27px;
    opacity: 1;
    
    /* 自动布局 */
    display: flex;
    flex-direction: column;
    padding: 0px 0px 4px 0px;
    
    box-sizing: border-box;
    /* 描边色 */
    /* 样式描述：按钮 */
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #D8E1F7;


    font-family: MiSans;
    font-size: 14px;
    font-weight: normal;
    line-height: 160%;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    /* 666文字 */
    color: #666666;
    margin-left: 12px;
    margin-bottom: 20px;
    
}

.h1_nav2 {
    width: 96%!important;
}
.h1_nav3 {
    width: 390px!important;
}
header .second-nav .left_box2{
    float: left;
    width: 812px;
    height: 265px;
    background: #FFFFFF;
    padding-top: 30px;
    padding-left: 42px;
}
header .second-nav .left_box2>div{
    display: inline-block;
    width: 184px;
    height: auto;
    vertical-align: top;
}
header .second-nav .left_box2 a{
    width: 184px;
    height: 116px;
    display: block;
}
header .second-nav .left_box2 a .dot{
    margin-right: 12px;
}
header .second-nav .left_box2 a .dot span{
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-top: 6px;
    background: linear-gradient(133deg, #80C8FF 0%, #0091FF 100%);
}
header .second-nav .left_box2 a .dot span.act{
    background: linear-gradient(64deg, #FE4201 0%, #FF875D 100%);
    opacity: 0.8;
}


header .second-nav .left_box2 a>div{
    float: left;
    height: 116px;
}
header .second-nav .left_box2 a>div:nth-of-type(2) p{
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
    margin-bottom: 8px;
}
header .second-nav .left_box2 a>div:nth-of-type(2) div{
    width: 88px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.3);
    line-height: 16px;
}
header .second-nav .right_box2{
    float: right;
    width: 388px;
    height: 265px;
    background: rgba(0, 145, 255, 0.05);
    padding-top: 18px;
    padding-left: 40px;
}

header .second-nav>.right_box2>p:nth-child(1){
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    line-height: 20px;
}
header .second-nav>.right_box2>p:nth-child(2){
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
}
header .second-nav>.right_box2>p.bgs span{
    position: relative;
    z-index: 99;
}
header .second-nav>.right_box2>p.bgs::before{
    content: '';
    width: 71px;
    height: 10px;
    background: #B5DDFF;
    border-radius: 5px;
    position: absolute;
    top:0px;
    z-index: 1;
}
header .second-nav>.right_box2>p:nth-child(3){
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    line-height: 20px;
    margin-bottom: 34px;
}
header .second-nav>.right_box2 div{
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
header .second-nav>.right_box2>div>p:nth-child(1){
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    line-height: 17px;
    margin-bottom: 4px;
}
header .second-nav>.right_box2>div>p:nth-child(1) span{
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    margin-left: 10px;
}
header .second-nav>.right_box2>div>p:nth-child(2){
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    line-height: 17px;
    margin-bottom: 19px;
}
header .second-nav>.right_box2>div:nth-of-type(1)>p:nth-child(2)::before{
    content: '';
    width: 13px;
    height: 13px;
    display: inline-block;
    background:url('../img/new/dianhua.png') no-repeat 100%/100%;
    position: relative;
    top:0px;
    margin-right: 6px;
}
header .second-nav>.right_box2>div:nth-of-type(1)>p:nth-child(3){
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    line-height: 17px;
    margin-bottom: 4px;
}
header .second-nav>.right_box2>div:nth-of-type(1)>p:nth-child(4){
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    line-height: 17px;
    margin-bottom: 35px;
}
header .second-nav>.right_box2>div:nth-of-type(1)>p:nth-child(4)::before{
    content: '';
    width: 13px;
    height: 13px;
    display: inline-block;
    background:url('../img/new/dianhua.png') no-repeat 100%/100%;
    position: relative;
    top:0px;
    margin-right: 6px;
}
header .second-nav>.right_box2 .last{
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    line-height: 20px;
    cursor: pointer;
}
header .second-nav>.right_box2 .last span:hover{
    text-decoration:underline;
    color:#0091ff;
}
header .second-nav>.right_box2 .last::before{
    content: '';
    display:inline-block;
    width:27px;
    height:27px;
    background: url('../img/new/jiantou.png') no-repeat 100%/100%;
    overflow: hidden;
    position: relative;
    top:8px;
    margin-right: 10px;
}

header .second-nav2 .left_box{
    padding-top: 21px;
    padding-left: 38px;
}
header .hots{
    position: absolute;
    width: 22px;
    height: 22px;
    top: 10px;
    left: 80px;
}
header .left>a>img{
    width: 51px;
    height: 37px;
    vertical-align: middle;
}
header .left>a>img:nth-of-type(2){
    width: 83px;
    height: 18px;
    margin-left: 6px;
    vertical-align: middle;
}

header .navbtnBox a.Btn{
    width: 75px;
    height: 36px;
    font-size: 14px;
    font-weight:500;
    color: #fff !important;
    background: linear-gradient(90deg, #79B5FF 0%, #6286FF 100%) !important;
    box-shadow: 0px 2px 8px 0px rgba(116,142,255,0.72)!important;
    border-radius: 18px;
}
header .navbtnBox img{
    display: inline-block;
    width: 14px;
    height: 15px;
    position: absolute;
    top: 32px;
    left: 0px;
}

header .navbtnBox .stationBox {
    cursor: pointer;
    position: relative;
}

header .navbtnBox .stationBox .stationList {
    width: 183px;
    height: 59px;
    position: absolute;
    top: 72px;
    left: -20px;
    background-color: #ffffff;
    display: none;


}
header .navbtnBox .stationBox .stationList a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 59px;
    color: rgba(0, 0, 0, 0.9);
    font-family: MiSans;
    font-size: 14px;
    font-weight: normal;

}

.freeTrialBox_btn span {
    float: left;
}
  
.freeTrialBox_btn .arrowRight_icon{
    margin-top: 14px;
}

.arrowRight_icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/arrow.svg) no-repeat;
    background-size: 100% 100%;
    float: left;
}


.freeTrialBox_btn i {
    margin-left: 6px;
    transition: all 0.2s;
  }
  
  .freeTrialBox_btn:hover i {
    margin-left: 8px;
    transition: all 0.2s;
  }