
.yuyue-main-box{
    text-align: center;
}
.section-list-box{
    padding-top: 120px;
    padding-bottom: 60px;
    text-align: center;
}
.section-list-box:nth-child(3),.section-list-box:nth-child(5){
    width: 100%;
    background: #f6F7F9;
    background-image: url(http://eccang-img.oss-cn-shenzhen.aliyuncs.com/www/eccang/img/2021/04/25/ec_1619321441.png),url(http://eccang-img.oss-cn-shenzhen.aliyuncs.com/www/eccang/img/2021/04/25/ec_1619321431.png);
    background-repeat: no-repeat, no-repeat;
    background-position: -15% -40%, 115% 140%;
    background-size: 30% 60%,30% 60%;
    padding-bottom: 50px;
    transition: all 1s;
    -moz-transition: all 1s;

}
.section-list-box:nth-child(3):hover,.section-list-box:nth-child(5):hover{
    background-position: 0% -16%, 106% 110%;
}
.section-list-box .h4-title{
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    color: #000000;
}

.yuyue-btn-box{
    width: 160px;
    height: 46px;
    opacity: 1;
    background: #2a7de1;
    border-radius: 4px;
    line-height:46px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    margin-right: 20px;

}
a.yuyue-btn-box:focus{
    color: #fff !important;
}
.yuyue-btn-box:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    color: #fff;
}
/*************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;
    width: 62%;
    padding: 0% 5% 0% 10%;

}
.section-banner .index-banner-content .index-banner-title{
    font-size: 48px;
    font-weight: 700;
    text-align: left;
    color: #207DFF;
}
.section-banner .index-banner-content .index-banner-vc-title{
    margin-top: 15px;
    font-size: 45px;
    font-weight: 600;
    text-align: left;
    color: #000000;
}

.section-banner .index-banner-content .index-banner-desc{
    margin-top: 25px;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: #000000;
    width: 485px;
    line-height: 30px;
}
.section-banner .index-banner-content .index-banner-btn a{
    margin-top: 25px;
    width: 160px;
    height: 46px;
    opacity: 1;
    background: #2a7de1;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 46px;
    display: inline-block;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.index-banner-btn a:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
/*********************************ECCANG ERP跨境卖家运营解决方案*********************************************/
.section-solution-box .main-box{
    margin-top: 60px;
    text-align: center;
}
.section-solution-box .main-box img{
    width: 100%;
    max-width: 1200px;
}

/*********************************ECCANG ERP服务哪些业务模式卖家*********************************************/

.section-business-model-seller-box .nav-box{
    display: flex;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.10);
    width: 960px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    margin-top: 40px;
    overflow: hidden;
}
.section-business-model-seller-box .nav-box li{
    width: 16.66%;
}
.section-business-model-seller-box .nav-box li.active{
    background: #2a7de1;
    color: #ffffff;
}

.section-business-model-seller-box .swiper-business-model-seller .swiper-wrapper{
    height: unset;
    margin-top: 40px;
}
.section-business-model-seller-box .swiper-business-model-seller .swiper-slide{
    display: flex;
    align-items: center;
    height: unset;
    justify-content: center;
    text-align: left;
}

.section-business-model-seller-box .swiper-business-model-seller .swiper-slide .desc-box .swiper-big-title {
    font-size: 30px;
    font-weight: 700;
    color: #2a7de1;
}
.section-business-model-seller-box .swiper-business-model-seller .swiper-slide .desc-box .swiper-min-title {
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #2a7de1;
    position: relative;
    padding-top: 20px;
}
.section-business-model-seller-box .swiper-business-model-seller .swiper-slide .desc-box .swiper-min-title:after{
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 38px;
    height: 4px;
    background: #2a7de1;
    border-radius: 2px;
}
.section-business-model-seller-box .swiper-business-model-seller .swiper-slide .desc-box .swiper-desc-box01{
    margin-top: 15px;
}

.section-business-model-seller-box .swiper-business-model-seller .swiper-slide .desc-box .swiper-desc-box {
    font-size: 14px;
    font-weight: 500;
    color: #7db4f8;
    line-height: 28px;
}
.section-business-model-seller-box .swiper-business-model-seller .swiper-slide .desc-box .swiper-desc-box img{
    padding-right: 10px;
}
.section-business-model-seller-box .swiper-business-model-seller .swiper-slide .img-box{
    padding-left: 40px;
    flex: 1;
}
.section-business-model-seller-box .swiper-business-model-seller .swiper-slide .img-box img{
    width: 100%;
}

/***************************************/
.section-appointment{
    padding-top: 60px;
    background:url('https://ec-img.eccang.com/www/eccang/img/2022/12/26/ec_1672027221.jpg') no-repeat center center;
    min-height: 586px;
}
.section-appointment .main-box{
    max-width: 1140px;
    width: 100%;
    height: 336px;
    background: rgba(255,255,255,0.55);
    border: 1px solid #FFFFFF;
    box-shadow: 0 10px 10px 0 rgb(0 0 0 / 8%);
    border-radius: 8px;
    backdrop-filter: blur(17px);
    padding: 36px 88px;
    margin-top: 28px;

}
.section-appointment .main-box .icon_xing{
    color:red;
}
.section-appointment .main-box .layui-form-item{
    margin-bottom: 24px;
}
.section-appointment .main-box .layui-form-item:last-child{
    margin-bottom: 0;
}
.section-appointment .layui-form-label{
    width: 100px;
    font-weight: 400;
    font-size: 16px;
    color: #363741;
    margin: 0;
    padding: 0;
    line-height: 48px;

}
.section-appointment .main-box .layui-input{
    height: 48px;
    line-height: 48px;
    border-color: #C8C8C8 !important;
    border-radius: 24px;
    padding: 0 20px;
}
.section-appointment .submit-btn-box{
    text-align: center;
}
.section-appointment .submit-box{
    width: 172px;
    line-height: 48px;
    background: #3073FF;
    border-radius: 24px;
    height: 48px;
}
.section-appointment .submit-a-btn{
    width: 172px;
    line-height: 48px;
    border-radius: 24px;
    display: inline-block;
    text-align: center;
    color:#3073FF;
    border:1px #3073FF solid;
    background: #fff;
    margin-left: 16px;
}
/*********************************ECCANG ERP强大的产品亮点*********************************************/
.section-product-highlights-box .main-box{
    margin-top: 60px;
}
.section-product-highlights-box .content-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.section-product-highlights-box .product-highlights-img{
    position: absolute;
    left: calc(50% - 80px);
    top: calc(50% - 110px);
}
.section-product-highlights-box .content-box .list-box{
    width: 49%;
    display: flex;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.10);
    overflow: hidden;
    margin-bottom: 30px;
    padding: 45px 20px;
}

.section-product-highlights-box .content-box .list-box .title{
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

.section-product-highlights-box .content-box .list-box .desc{
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #6c6c6c;
    line-height:28px;
}
.section-product-highlights-box .content-box .list-box .desc01{
    margin-top: 20px;
    display: flex;
}
.section-product-highlights-box .content-box .list-box .img-box{
    height: 230px;
    width: 340px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    animation:highlightsImg 5s infinite;
    -webkit-animation:highlightsImg 5s infinite; /* Safari 和 Chrome */
}
@keyframes highlightsImg
{
    0%{
        transform: scale(1);
    }
    25%{
        transform: scale(0.8);
    }
    50%{
        transform: scale(1);
    }
    75%{
        transform: scale(0.8);
    }

}
.section-product-highlights-box .content-box .list-box:hover{
    background: linear-gradient(0deg,#E1F1FF, #FEFEFE);
}
.section-product-highlights-box .content-box .list-box:hover .title{
    color: #2a7de1;
}
.section-product-highlights-box .content-box .list-box:hover .desc{
    color: #2a7de1;
}
/*********************************ECCANG ERP的服务优势*********************************************/
.section-Service-advantage-box .main-box{
    margin-top: 60px;
}
.section-Service-advantage-box .main-box ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section-Service-advantage-box .main-box ul li{
    width: 31.5%;
    border-radius: 8px;
    box-shadow: 1px 3px 8px 1px rgba(0,0,0,0.10);
    text-align: center;
    margin-bottom: 30px;
    padding: 20px 40px;
}

.section-Service-advantage-box .main-box ul li .title{
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-top: 20px;
}
.section-Service-advantage-box .main-box ul li .desc{
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #808080;

}
.section-Service-advantage-box .main-box ul li:hover{
    background: linear-gradient(0deg,#46a8ff, #e1f1ff);
}
.section-Service-advantage-box .main-box ul li:hover .title{
    color: #ffffff;
}
.section-Service-advantage-box .main-box ul li:hover .desc{
    color: #ffffff;
}
/*********************************ECCANG ERP 1000+亿级卖家用户、20000+成长型卖家用户的选择*********************************************/
.section-choose-box{
    background:url('http://eccang-img.oss-cn-shenzhen.aliyuncs.com/www/eccang/img/2021/08/24/ec_1629786787.png') no-repeat 100% 100%;

}
.section-choose-box .main-box{
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    position: relative;
}
.section-choose-box .title{
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #000000;
}
.section-choose-box .btn-box{
    margin-top: 30px;
}
.section-choose-box .btn-box .common-demo-erp-btn{
    background: #fff;
    color: #2a7de1;
    border:1px #2a7de1 solid;
}
.section-choose-box .common-demo-erp-btn:focus,.section-choose-box .common-demo-erp-btn:hover{
    color: #2a7de1 !important;
}
.section-choose-box .left-img-box{
    position: absolute;
    left: -210px;
    top: -128px;
}
@media only screen and (max-width: 1630px) {

    .section-choose-box .left-img-box{
        display: none;
    }

}
@media only screen and (max-width: 1500px) {

    .section-banner .index-banner-content .index-banner-title{
        font-size: 36px;
    }
    .section-banner .index-banner-content .index-banner-vc-title{
        font-size: 28px;
    }
}
@media only screen and (max-width: 1200px){
    .section-business-model-seller-box .swiper-business-model-seller .swiper-slide .img-box{

        width: 100%;
    }
    .section-business-model-seller-box .swiper-business-model-seller .swiper-slide .img-box img{
        width: 100%;
    }
}
