body{
    background: #FAFAFC;
}
.section-title{
    height: 40px;
    font-size: 28px;
    font-weight: 500;
    color: #223266;
    line-height: 40px;
    text-align: center;
}
.section-banner .img-box{
    position: relative;
}
.section-banner .img-box img{
    width: 100%;
}
.section-banner .img-box .banner-content{
    position: absolute;
    top: 0px;
    left:0px;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.section-banner .img-box .banner-content .title-1{
    font-size: 28px;
    font-weight: 400;
    color: #0019A3;
    line-height: 72px;
}
.section-banner .img-box .banner-content .title-1 strong{
    color:rgba(255, 121, 64, 1);
    margin: 0 5px;
}
.section-banner .img-box .banner-content .title-1 .tag-box{
    margin-left: 5px;
    width: 124px;
    height: 50px;
    background: #EC572B;
    font-size: 24px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    position: relative;
    display: inline-block;
    border-radius: 4px;

}
.section-banner .img-box .banner-content .title-1 .tag-box:before{
    content: '';
    position: absolute;
    left: 10px;
    bottom: -12px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 12px solid #EC572B;
}
.section-banner .img-box .banner-content .title-2{
    font-size: 40px;
    font-weight: 400;
    color: #0019A3;
    line-height: 72px;
    position: relative;
    padding-bottom: 20px;
}
.section-banner .img-box .banner-content .title-2:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 4px;
    background: #0019A3;
}
.section-banner .img-box .banner-content .title-3{
    margin-top: 30px;
    font-size: 26px;
    font-weight: 400;
    color: #0019A3;
    line-height: 28px;
    letter-spacing: 1px;
}
.section-banner .img-box .banner-content .btn-box{
    margin-top: 85px;
}
.section-banner .img-box .banner-content .btn-box a{
    width: 140px;
    height: 44px;
    background: #FFFFFF;
    box-shadow: 0px 3px 8px 0px rgba(36, 104, 242, 0.2);
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    color: #0019A3;
    line-height: 44px;
    text-align: center;
    display: inline-block;
    transition: all .3s;
}
.section-banner .img-box .banner-content .btn-box a:hover{
    transform: scale(1.05);
}
/*********东南亚海外仓老板，你是否遇到以下问题？****************/
.section-question{
    padding-top: 45px;
}
.section-question .main-box{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section-question .main-box li{

    width: 32%;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E1E6F0;
    text-align: center;
    margin-bottom: 20px;
    padding: 20px 5%;
}
.section-question .main-box li .title-box{
    margin-top: 30px;
    font-size: 20px;
    font-weight: 600;
    color: #223266;
    line-height: 28px;
}
.section-question .main-box li .desc-box{
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #223266;
    line-height: 32px;
}



/****************ECCANG WMS东南亚代发系统为你排忧解难********************/
.section-troubleshooting{
    padding-top: 50px;
}
.section-troubleshooting .nav-box{
    display: flex;
    justify-content: space-around;
    text-align: center;
}
.section-troubleshooting .nav-box li{
    margin-top: 45px;
    width: 20%;
    position: relative;
    cursor: pointer;

}
.section-troubleshooting .nav-box li:after{
    content: '';
    position: absolute;
    right: -27%;
    top: -32px;
    bottom: 0;
    margin: auto;
    width: 53%;
    height: 1px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E1E6F0;
}
.section-troubleshooting .nav-box li:last-child:after{
    width: 0%;
}
.section-troubleshooting .nav-box li .img-box{
    width: 64px;
    height: 64px;
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    border-radius: 32px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.section-troubleshooting .nav-box li.active .img-box{
    border: 1px solid #2468F2;
}
.section-troubleshooting .nav-box li .img-box img{
    transform: scale(0.6);
}
.section-troubleshooting .nav-box li:last-child .img-box img{
    transform: scale(1);
}

.section-troubleshooting .nav-box li .title-box{
    font-size: 16px;
    font-weight: 600;
    color: #223266;
    line-height: 22px;
    margin-top: 20px;
    text-align: center;
}
.section-troubleshooting .main-box{
    margin-top: 60px;
    position: relative;
}
.section-troubleshooting .main-box .swiper-slide{
    display: flex;

}
.section-troubleshooting .main-box .left-box{
    width: 60%;
    padding-right: 2%;
}
.section-troubleshooting .main-box .left-box img{
    width: 100%;
}
.section-troubleshooting .main-box .right-box{
    width: 40%;
}
.section-troubleshooting .main-box .right-box .title-box{
    font-size: 24px;
    font-weight: 600;
    color: #223266;
    line-height: 42px;
    margin-top: 5px;
    font-size: 24px;
    font-weight: 600;
    color: #223266;
    line-height: 42px;
}
.section-troubleshooting .main-box .right-box .content-box{
    margin-top: 45px;
}
.section-troubleshooting .main-box .right-box .content-box p{
    font-size: 16px;
    font-weight: 400;
    color: #223266;
    line-height: 28px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
}
.section-troubleshooting .main-box .right-box .content-box p:before{
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 12px;
    height: 12px;
    border: 2px solid #3272F2;
    background: #fff;
    border-radius: 50%;

}

.section-troubleshooting .main-box .right-box  .btn-box a{
    width: 140px;
    height: 40px;
    background: #3272F2;
    border-radius: 4px;
    border: 1px solid #3272F2;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    display: inline-block;
}
.section-troubleshooting .swiper-button-next,.section-troubleshooting .swiper-button-prev{
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #E1E6F0;
    color: #7A8BA6;
    display: flex;
    align-items: center;
}
.section-troubleshooting .swiper-button-next{
    background-image: unset;
    transform: translateX(50px);
}
.section-troubleshooting .swiper-button-prev{
    background-image: unset;
    transform: translateX(-50px);
}

/**************专为东南亚第三方海外仓打造，他们都在用*********************/
.section-warehouse-use{
    padding-top: 80px;
    padding-bottom: 90px;
}
.section-warehouse-use .main-box{
    margin-top: 50px;
    position: relative;
}
.section-warehouse-use .main-box .swiper-slide{
    display: flex;

}
.section-warehouse-use .img-box{
    width: 48%;
}
.section-warehouse-use .img-box img{
    width: 100%;
}
.section-warehouse-use .content-box{
    padding: 20px 10px 20px;
    width: 52%;
    background: #fff;
    border-radius: 4px;
}
.section-warehouse-use .content-box{
    padding-left: 2%;
}
.section-warehouse-use .content-box .title-box{
    font-size: 24px;
    font-weight: 500;
    color: #223266;
    line-height: 32px;
}
.section-warehouse-use .content-box .tag-box{
    padding: 14px 0 25px;
}
.section-warehouse-use .content-box .tag-box span{
    width: 100px;
    height: 24px;
    background: #F0F4FB;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #223266;
    margin-right: 10px;

}
.section-warehouse-use .content-box .tag-box span.area{
    background: #FF8250;
    color: #fff;
}
.section-warehouse-use .content-box .desc-box{
    border-top: 1px solid #E1E6F0;
    padding-top: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #223266;
    line-height: 32px;
    text-align: justify;
}
.section-warehouse-use .swiper-button-next,.section-warehouse-use .swiper-button-prev{
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #E1E6F0;
    color: #7A8BA6;
    display: flex;
    align-items: center;
}
.section-warehouse-use .swiper-button-next{
    background-image: unset;
    transform: translateX(50px);
}
.section-warehouse-use .swiper-button-prev{
    background-image: unset;
    transform: translateX(-50px);
}

/******************/
.section-learn{
    background:url("http://eccang-img.oss-cn-shenzhen.aliyuncs.com/www/eccang/img/2022/04/09/ec_1649472275.png") no-repeat center ;
    background-size: cover;
    height: 258px;
    display: flex;
    align-items: center;
    text-align: center;

}
.section-learn .title-box{
    font-size: 32px;
    color: #FFFFFF;
    line-height: 52px;
}
.section-learn .btn-box a{
    width: 160px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    color: #2468F2;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
}
#whatsapp-box{
    position: fixed;
    top: 71vh;
    right: 10px;
    width: 68px;
    border-radius: 50%;
    background: #fff;
    padding: 7px;
    animation: ballImgBox 1.3s ease-in-out 2.7s infinite alternate;
}
#whatsapp-box img{
    width: 100%;
}

@keyframes ballImgBox{
    from{
        transform : translate(0,0px)
    }
    to{
        transform : translate(0,20px)
    }
}