img {
    image-rendering:-moz-crisp-edges;
    image-rendering:-o-crisp-edges;
    image-rendering:-webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode:nearest-neighbor;
}
.mobile-body-main-box,footer-mobile-title-box{
    display: none;
}
.headerbox-padding-top{
    background: #fff;
    height: 64px;
}
.swiper-wrapper,.swiper-slide{
    height: unset;
}
.swiper-pagination-bullet{
    width: 35px;
    height: 8px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 50px;
}
.section-btn{
    width: 148px;
    line-height: 40px;
    border-radius: 20px;
    border: 1px solid #3272F2;
    color: #3272F2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    margin-top: 22px;
    position: relative;
    transition: all 0.4s ;
    z-index: 1;
    overflow: hidden;

}
.section-btn svg{
    width: 16px;
    height: 16px;
    margin-left:16px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    fill: #2268f0;
}
.section-btn:before{
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    background: #2268f0;
    z-index: -1;
    content: '';
    transition: all 0.4s ;
    transform: rotate(180deg);
}
.section-btn:hover{
    color: #fff;
}

.section-btn:hover:before{
    width: 100%;
    right: 0px;
}
.section-btn:hover svg{
    fill: #fff;

}


.section-title{
    font-weight: 500;
    font-size: 42px;
    color: #191C27;
    text-align: center;
    line-height:58px;
}

.section-vc-title{
    margin-top: 18px;
    font-weight: 400;
    font-size: 20px;
    color: #505668;
    text-align: center;
    line-height: 28px;
}
/***********************************/

/*************banner***********************/
.section-banner{
    position: relative;
}
.section-banner .img-box img{
    width: 100%;
}
.section-banner .index-banner-content{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding: 0 10%;
}
.section-banner .index-banner-content .title_1{
    font-weight: 600;
    font-size: 62px;
    color: #ffffff;
}
.section-banner .index-banner-content .title_2{
    margin-top: 20px;
    font-weight: 500;
    font-size: 28px;
    color: #ffffff;
    width: 492px;
    background-image: linear-gradient(-83deg, #bb84fb00 0%, #C18EFB 33%, #cca9fb00 100%);
}
.section-banner .index-banner-content .title_3{
    margin-top: 20px;
    font-weight: 400;
    font-size: 26px;
    color: #ffffff;
    line-height: 32px;
}
.section-banner .index-banner-content .index-banner-btn a{
    margin-top: 56px;
    width: 135px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 24px;
    opacity: 1;
    font-size: 20px;
    color: #3073FF;
    font-weight: 500;
    text-align: center;
    line-height: 46px;
    display: inline-block;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.section-banner .index-banner-content .index-banner-btn a:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    color: #3073FF;
}

/************产品******************/
.section-full-link{
    /*background-image: url("/img/tiktok/bg.png");*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    background-color: #FFFFFF;
    padding-top: 84px;
    position:relative;

}
.section-full-link .main-box{
    margin-top: 40px;
}
.section-full-link .main-box .list-box{
    display: flex;
    align-items: center;
    padding:80px 0;

}
.section-full-link .main-box .list-box:nth-child(1){
    padding-top: 0px;
    padding-bottom: 60px;
}
.section-full-link .main-box .list-box .left-box{
    width: 50%;
    z-index:2;
}
.section-full-link .main-box .list-box .left-box:nth-child(odd){
    padding-right: 60px;
}
.section-full-link .main-box .list-box .left-box:nth-child(2n){
    padding-left: 60px;
}

.section-full-link .main-box .list-box .left-box .max-title{
    font-weight: 500;
    font-size: 40px;
    color: #191C27;
    line-height: 50px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
    font-size: 40px;
}
.section-full-link .main-box .list-box .left-box .max-title::before{
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 38px;
    height: 6px;
    background: #3073FF;
    border-radius: 22px;
}
.section-full-link .main-box .list-box .left-box .title-list{
    line-height:22px;
    margin-bottom:20px;
}
.section-full-link .main-box .list-box .left-box .title{
    font-weight: 400;
    font-size: 20px;
    color: #292A2F;
    line-height:37px;
    position: relative;
    padding-left: 30px;
}
.section-full-link .main-box .list-box .left-box .title:before{
    content: '';
    background:url(https://ec-img.eccang.com/www/eccang/img/2022/08/26/eccang_1661498691.svg) no-repeat center;
    position:absolute;
    left:0;
    top: 9px;
    width:20px;
    height:20px;
    margin: auto;
}

.section-full-link .main-box .list-box00 .right-box img{
    max-width:688px;
}

.section-full-link .main-box .list-box01 .right-box img{
    max-width:699px;
}

.section-full-link .main-box .list-box02 .right-box img{
    max-width: 701px;
}

.section-full-link .main-box .list-box03 .right-box img{
    width: 695px;
}

.section-full-link .main-box .list-box00 .left-box .title span{
    font-weight: 500;
}

/*************优惠券***********************/
.section-coupon .section-title{
    font-weight: 500;
    font-size: 40px;
    color: #000000;
    position: relative;
    padding: 43px 0 20px 0;
}
.section-coupon .section-title::before {
    position: absolute;
    left: 48%;
    bottom: 0;
    content: '';
    width: 38px;
    height: 6px;
    background: #3073FF;
    border-radius: 22px;
}
.section-coupon .section-content{
    width: 1200px;
    height: 260px;
    background: url("/img/tiktok/fl.png") no-repeat center;
    background-size: 100% 100%;
    margin: 22px 0 118px 0;
}
.section-coupon .section-content .blank_1{
    float: left;
    width: 31%;
    text-align: center;
    font-weight: 700;
    font-size: 68px;
    color: #FF7524;
    height: 260px;
    line-height: 260px;
}
.section-coupon .section-content .blank_1 span{
    font-weight: 700;
    font-size: 32px;
    color: #FF7524;
    padding-left: 6px;
}
.section-coupon .section-content .blank_2{
    float: left;
    width: 39%;
    padding: 100px 0 0 42px;
}
.section-coupon .section-content .blank_2 .coupon-title{
    width: 190px;
    height: 38px;
    font-weight: 500;
    font-size: 27px;
    color: #292A2F;
    text-align: center;
}

.section-coupon .section-content .blank_2 .coupon-desc{
    font-weight: 400;
    color: #292a2f;
    font-size: 20px;
}
.section-coupon .section-content .blank_3{
    float: left;
    width: 30%;
    position: relative;
}
.section-coupon .section-content .blank_3 .blank_3_left{
    float: left;
    line-height: 28px;
    font-weight: 500;
    font-size: 20px;
    color: #FFE9A2;
    padding: 100px 0 0 26px;
}
.section-coupon .section-content .blank_3 .blank_3_right{
    float: left;
    width: 196px;
    height: 196px;
    background: #FFFFFF;
    border-radius: 12px;
    position: absolute;
    right: 26px;
    top: 30px;
}
.section-coupon .section-content .blank_3 .blank_3_right img{
    width: 190px;
    height: 190px;
    padding: 3px;
}