.pc-body-main-box{
    display: none;
}
.mobile-body-main-box{
    display: block;
}
.section-btn svg {
    width: 16px;
    height: 16px;
    margin-left: 16px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    fill: #2268f0;
}

.a-btn90{
    width: 90px;
    height: 30px;
    background: #2A7DE1;
    border-radius: 15px;
    display: inline-block;
    color: #fff;
    line-height: 30px;
}
.swiper-wrapper,.swiper-slide{
    height: unset;
}
.section-title{
    font-weight: 500;
    font-size: 2.4rem;
    color: #292A2F;
    text-align: center;
}
.section-vc-title{
    margin-top:1rem;
    font-weight: 400;
    font-size: 1.8rem;
    color: #505668;
    line-height:2.5rem;
    text-align: center;
}
/*************banner****************/
.section-banner{
    position: relative;
}
.section-banner .layout-center{
    text-align: center;
}
.section-banner .img-box img{
    width: 100%;
}
.section-banner .index-banner-content{
    position: absolute;
    bottom: 4rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.section-banner .index-banner-content .title_1{
    font-weight: 900;
    font-size: 2.8rem;
    color: #ffffff;
}
.section-banner .index-banner-content .title_2{
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #ffffff;
    margin: 1.6rem 2.6rem;
    background-image: linear-gradient(-83deg, hsla(267.7, 93.7%, 75.1%, 0) 0%, #C18EFB 33%, hsla(265.6, 91.1%, 82.4%, 0) 100%);
}
.section-banner .index-banner-content .title_3{
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #ffffff;
}
.section-banner .index-banner-content .index-banner-btn a{
    margin-top: 1.6rem;
    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{
    padding: 6.4rem 2.2rem 0 2.2rem;
    /*background-image: url("/img/tiktok/mobile_bg.png");*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    background-color: #FFFFFF;
}
.section-full-link .list-box{
    margin-bottom: 6.4rem;
}
.section-full-link .list-box .right-box img{
    width: 100%;
}
.section-full-link .list-box .left-box .max-title{
    margin-top: 2rem;
    font-weight: 500;
    font-size:2rem;
    color: #292A2F;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    line-height: 36px;
}
.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{
    margin-top: 1.2rem;
    font-size: 1.4rem;
    line-height:2rem;
    position: relative;
    padding-left: 2rem;
}
.section-full-link .main-box .list-box .left-box .title-list: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: 0.2rem;
    bottom: 0;
    width:1.6rem;
    height:1.6rem;
}
.section-full-link .main-box .list-box .left-box .title{
    font-weight: 500;
    color: #505668;

}

.section-full-link .main-box .list-box .left-box .desc-box{
    font-size:1.4rem;
    color: #505668;
    font-weight: 400;
}
.section-full-link .main-box .list-box .section-btn{
    margin-top:2rem;
    width: 18rem;
    line-height: 4.2rem;
    background: #FFFFFF;
    border: 1px solid #3073FF;
    border-radius: 2.2rem;
    text-align:center;
    display:flex;
    align-items: center;
    color: #3073FF;
    justify-content: center;

}

.section-full-link .main-box .list-box .section-btn svg{
    width:2rem;
    height:2rem;
    margin-left: 0.5rem;
    fill: #2268f0;
}
/*********************************************/

/*************优惠券***********************/
.section-coupon{
    position: relative;
    text-align: center;
}
.section-coupon .section-pic{
    margin: 18px 2.2rem 40px 2.2rem;
    height: 387px;
    background: url("/img/tiktok/mobile_welfare.png") no-repeat center;
    background-size: 100% 100%;
}
.section-coupon .section-pic img{
    height: 665px;
    margin-top: 18px;
}
.section-coupon .section-title{
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    position: relative;
    padding: 0 0 20px 0;
}
.section-coupon .section-title::before {
    position: absolute;
    left: 45%;
    bottom: 0;
    content: '';
    width: 38px;
    height: 6px;
    background: #3073FF;
    border-radius: 22px;
}
.section-coupon .section-content{
    width: 100%;
    position: absolute;
    top: 70px;
    z-index: 2;
    text-align: center;
}

.section-coupon .section-content .blank_3{
    width: 90%;
    position: relative;
    margin: 0 auto;
}
.section-coupon .section-content .blank_3 .blank_3_top{
    width: 176px;
    height: 176px;
    background: #FFFFFF;
    border-radius: 12px;
    margin: 0 auto;
}
.section-coupon .section-content .blank_3 .blank_3_top img{
    width: 170px;
    height: 170px;
    padding: 3px;
}
.section-coupon .section-content .blank_3 .blank_3_bottom{
    line-height: 28px;
    font-weight: 500;
    font-size: 20px;
    color: #FFE9A2;
    padding: 16px 0 0 8px;
}

.blank_input{
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    font-weight: 400;
    color: #FFE9A2;
}

.blank_input input{
    width: 64%;
    background: #D43B12;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    height: 38px;
    padding-left: 6px;
}

.blank_input input::placeholder{
    opacity: 0.38;
    color: #ffffff;
}
.blank_bottom{
    text-align: center;
    background: #FFE9A2;
    border-radius: 4px;
    font-weight: 600;
    font-size: 20px;
    color: #F06234;
    width: 81%;
    margin: 9px auto;
    height: 38px;
    line-height: 38px;
}