.sesstion-bg{
    background: #F3F5FC;
}
.s3-tag{
    position: relative;
    padding-left: 8px;
}
.s3-tag::after{
    position: absolute;
    content: "";
    width: 3px;
    height: 12px;
    background: #2469F3;
    left: 0;
    bottom: 3px;
}
.list-track-item-ico{
    position: relative;
    z-index: 2;
    align-self: baseline;
}
.s3-box{
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    transition: all ease 0.3s;
    cursor: pointer;
}
.batch-search{
    cursor: pointer;
}
.s4-box{
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    transition: all ease 0.3s;
}
.s4-box:hover{
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.s3-box:hover{
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.s3-box:hover .s3-title{
    color: #2469F3;
}
.s3-box .s3-tag-block{
    opacity: 0;
    transition: all ease 0.5s;
}
.s3-box:hover .s3-tag-block{
    opacity: 1;
}
.s3-b-group{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.s3-more{
    width: 140px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    border: 1px solid #2469F3;
    color: #2469F3;
    margin: 0 auto;
}

.feture{
    width: 100px;
    border: 1px solid #eee;
    text-align: center;
    height: 32px;
    line-height: 32px;
    color: #999;
    font-size: 14px;
}
.h-line{
    height: 1px;
    background: #EEEEEE;
}
.tab-item{
    cursor: pointer;
}
.tab-item>div{
    transition: all ease 0.5s;
}

.tab-item:hover div{
    color: #2469F3 !important;
}
.tab-item:hover .bottom-line{
    width: 60px;
}
.bottom-line{
    transition: all ease 1s;
    width: 0px;
    height: 2px;
    background: #2469F3;
}
.left-wapper{
    position: relative;
}
.bottom-box{
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-left: 60px;
    padding-bottom: 50px;
}
.tab-act >div{
    color: #2469F3 ;
}
.tab-act .bottom-line{
    width: 60px;
}
.img-item{
    width: 380px;
    overflow: hidden;
    position: relative;

}
.img-item >img{
    width: 100%;
    height: 100%;
    transition: all ease 1s;
}
.img-item .s4-ico{
    opacity: 0;
    transition: all ease 1s;
}
.img-item:hover .s4-ico{
    opacity: 1;
}
.img-item .s4-item-desc{
    height: 0;
    overflow: hidden;
    transition: all ease 1s;
}
.img-item:hover .s4-item-desc{
    height: 100px;
}
.img-item:hover >img{
    transform: scale(1.5);
}
.s4-h-line{
    width: 60px;
    height: 4px;
    background: #00FFFF;
}
.s4-tag{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 24px;
}
.s5-v-line{
    width: 320px;
height: 1px;
background: #E5EAF1;
opacity: 0.8;
}
.s4-sq{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    color: #fff;
    font-size: 24px;
}
.s4-tips{
    width: 1060px;
    height: 60px;
    background: rgba(36, 105, 243,0.8);
    border-radius: 8px;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    position: relative;
    padding: 0 30px;
    position: fixed;
    bottom: 0px;
    z-index: 1;
    left: 50%;
    transform: translate3d(-50%,0,0);
}
.s4-tips-close-w{
    background: #fff;
    border-radius: 100%;
    width: 20px;
    height: 20px;
}
.s4-tips-close{
    /* position: absolute;
    top: -20px;
    right: 30px;
    background: #373D40;
    border-radius: 100%;
    opacity: 0.8; */
    cursor: pointer;
    width: 12px;
}
.s4-tips-btn{
    width: 104px;
    height: 36px;
    line-height: 36px;
    background: #FFFFFF;
    border-radius: 4px;
    color: #2469F3;
    font-weight: bold;
    cursor: pointer;
    /* display: block; */
}

.why-wrapper {
    padding-top:76px;
    height:400px;
    text-align:center;
   background-image:url("/assets/v2/images/newact/bg_why@2x.png");
        background-repeat:no-repeat;
        background-position:center;
        background-size:cover;
}
.why-item {
    width:240px;
    float:left;
}
.why-desc {
    color:#fff;
}
.why-desc-big {
    font-size:46px;
    line-height:46px;

}
.why-wrapper-title {
    height: 32px;
    font-size: 32px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 32px;
}
.item-wapper {
    padding-top:30px;
    padding-left:20px;
    padding-right:30px;
    height:156px;
}
.item-desc{
height: 24px;
font-size: 24px;
font-weight: 500;
color: #333333;
line-height: 24px;
}
.s8bg1{
    background: url('/assets/v2021/img/index/s8_b1@2x.png');
    background-size: cover;
    background-position: center;
}
.s8bg2{
    background: #081940;
}
.s8bg3{
    background: url('/assets/v2021/img/index/s8_b3@2x.png');
    background-size: cover;
    background-position: center;
}
.s8bg4{
    background: #2469F3;

}
.s9bg{
    background: url('/assets/v2021/img/index/bg3@2x.png');
    background-size: cover;
    background-position: center;
}
.s4-item{
    transition: ease all 1s;

}
.img-item:hover .s4-item{
    right: 0px;
}
.s4-item-link{
    position: absolute;
    bottom: 30px;
    right: 40px;
    color: #fff;
}
.s9-btn{
    cursor: pointer;
    text-align: center;
    width: 144px;
    height: 64px;
    background: #2469F3;
    border-radius: 2px;
    color: white;
    font-size: 16px;
    line-height: 64px;
}
.s2-btn{
    cursor: pointer;
    text-align: center;
    width: 110px;
    height: 48px;
    background: #2469F3;
    border-radius: 2px;
    color: white;
    font-size: 14px;
    line-height: 48px;
    transition: all ease 0.5s;
}
.s2-btn:hover{
    opacity: 0.8;
}
.s2-btn1{
    cursor: pointer;
    text-align: center;
    width: 194px;
    height: 48px;
    background: #F5F8FD;
    border-radius: 2px;
    color: #2469F3;
    font-size: 14px;
    line-height: 48px;
}
.s8-box{
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #EBECEC;
}
.s8-img-item{
    transition: all ease 1s;

}
.s8-img-item:hover{
    transform: scale(1.1);
}
.mask{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.3) !important;
    overflow: hidden;
    opacity: 1 !important;
}
.success-box{
    background:#fff;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate3d(-50%,-50%,0);
    width:400px;
    height:300px;
    text-align:center;
    border:1px solid #ddd;
}
.success-box img{
    width:70px;
    height:70px;
    margin:0 auto;
    margin-top:63px;
    margin-bottom:30px;
}

  .s2-box {
      top: 670px;
      margin: 0 auto;
      padding: 20px;
      left: 50%;
      transform: translate3d(-50%,0,0);
    position: absolute;
    width: 1180px;
    /* height: 100px; */
    background: #fff;
    box-shadow: 0px 3px 19px 0px rgb(0 0 0 / 21%);
    z-index: 101;
}
.s2-box-tab1::before {
    z-index: 100;
    position: absolute;
    top: -10px;
    left: 690px;
    content: '';
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(135deg);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.s2-box-tab1::after {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 685px;
    content: '';
    width: 30px;
    height: 15px;
    background: #fff;
}
.s2-box-tab0::before {
    z-index: 100;
    position: absolute;
    top: -10px;
    left: 470px;
    content: '';
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(135deg);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.s2-box-tab0::after {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 465px;
    content: '';
    width: 30px;
    height: 15px;
    background: #fff;
}
.search-btn{
    width: 200px;
    height: 64px;
    background: #2469F3;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
}
.search-input{
    width: 920px;
    height: 64px;
    background: #F8F8F8;
    padding-left: 20px;
}
.s2-mask{
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.list-waper{
    position: absolute;
    box-shadow: 0px 3px 19px 0px rgb(0 0 0 / 21%);
    width: 920px;
}
.index-list-item{
    padding: 20px;
    cursor: pointer;
}
.index-list-item:hover{
    background: rgba(36, 105, 243, 0.1);
}
.type-tab{
    cursor: pointer;
}
.s2-list-c{
	top: 830px;
      margin: 0 auto;
      padding: 20px;
      left: 50%;
      transform: translate3d(-50%,0,0);
    position: absolute;
    width: 1180px;
    /* height: 100px; */
    background: #fff;
    box-shadow: 0px 3px 19px 0px rgb(0 0 0 / 21%);
    z-index: 100;
}
.s2-v-line{
    position: relative;
    z-index: 1;
}
.s2-v-line:last-child::after{
    content: none;
}
.s2-v-line::after{
    position: absolute;
    top: 0;
    left: 168px;
    height: 100%;
    width: 1px;
    background: #c9c9c9;
    content: "";
    z-index: 0;
}
.s2-v-line img{
    position: relative;
    z-index: 1;
}
.partner-banner-item{
    width: 380px;
    height: 400px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    transition: all ease 0.5s;
}
.partner-banner-item:hover{
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.s5-label{
    font-size: 20px;
    color: #999999;
    font-weight: bold;
}
.s5-p-item:hover{
    background: #F5F5F5;
}
.s5-p-item:hover .s5-label{
    color: #2469F3;
    border-bottom: 1px solid #2469F3 ;
}
.s8-img-text{
    position: absolute;
    top: 20px;
    left: 0;
    line-height: 30px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
    font-size: 24px;
    z-index: 1;
    color: #fff;
    text-align: center;
    width: 100%;
    padding-top: 36px;
}
.s8-v-line{
    width: 1px;
height: 240px;
background: #E5EAF1;
}
a[target="_blank"]:hover{
    color: #2469F3;
}
.type-tab-act{
    color: #333 !important;
}
.sf-dialog{
    width: 400px;
    height: 370px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: 1px solid #EBECEC;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    position: absolute;
    padding: 40px;
}
.sf-ver-input{
    height: 60px;
    font-size: 40px;
    width: 320px;
    line-height: 60px;
    border-bottom:1px solid #CCCCCC;
    text-align: center;
    letter-spacing: 20px;
    /* letter-spacing: 40px; */
    /* padding-left: 40px; */
}
.sf-ver-input-line{
    position: relative;
    width: 60px;
    height: 1px;
    background: #CCCCCC;
}
.sf-ver-btn{
    width: 320px;
    height: 64px;
    background: #2469F3;
    border-radius: 2px;
    margin: 0 auto;
    line-height: 64px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}
.sf-ver-btn:hover{
   opacity: 0.8;
}

.sf-close{
    width: 20px;
    height: 20px;
    background: #999999;
    text-align: center;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: 18px;
    border-radius: 50%;
    font-size: 12px;
    padding-bottom: 2px;
    cursor: pointer;
}
