.section-title{
    line-height: 45px;
    font-weight: 500;
    font-size: 32px;
    color: #223367;
    text-align: center;
}
.section-vc-title{
    margin-top: 14px;
    line-height: 22px;
    font-weight: 400;
    font-size: 16px;
    color: #777A85;
    text-align: center;
}
.section-btn-box{
    text-align: center;
    padding-top: 68px;
}

.section-banner .img-box{
    width: 100%;
    background-size: cover !important;
    height: 640px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.section-banner .index-banner-content{

}
.section-banner .swiper-pagination-bullet-active{
    width: 18px;
    background: #007aff;
    border-radius: 8px;

}
.section-banner .swiper-pagination.swiper-pagination-bullets{
    bottom: 60px;
}


/************banner****************/
/*图1*/
.section-banner .bannerPic1{

}
.section-banner .bannerPic1 .banner-title_1{
    height: 56px;
    font-weight: 600;
    font-size: 42px;
    color: #2B6EFF;
}
.section-banner .bannerPic1 .banner-title_2{
    margin-top: 10px;
    height: 56px;
    font-weight: 600;
    font-size: 42px;
    color: #2B6EFF;
}
.section-banner .bannerPic1 .banner-title_3{
    margin-top: 25px;
    font-weight: 400;
    font-size: 24px;
    color: #3D3D3D;
    width: 50%;
}

.section-banner .bannerPic1 .banner-btn-box{
    margin-top: 97px;
}

.section-banner .bannerPic1 .banner-btn-box a{

    width: 156px;
    line-height: 44px;

    border-radius: 22px;
    border: 1px solid #3073FF;
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
    color: #3073FF;
    text-align: center;
    position: relative;
    transition: all 0.4s ;
    z-index: 1;
    overflow: hidden;
}
.section-banner .bannerPic1 .banner-btn-box a:nth-child(2){
    margin-left: 15px;
}
.section-banner .bannerPic1 .banner-btn-box a:before {
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    background: #2268f0;
    z-index: -1;
    content: '';
    transition: all 0.3s ;
    transform: rotate(180deg);
}
.section-banner .bannerPic1 .banner-btn-box a:hover{
    color: #fff;
    border: 1px solid #2268f0;
}
.section-banner .bannerPic1 .banner-btn-box a:hover:before{
    width: 100%;
    right: 0px;
}


.section-banner .bannerPic2 .banner-title_1{
    width: 320px;
    line-height: 56px;
    font-weight: 500;
    font-size: 32px;
    color: #FFFFFF;
    border-radius: 30px 30px 30px 0px;
    text-align: center;
    background: #2E5FF8;
}
.section-banner .bannerPic2 .banner-title_2{
    margin-top: 10px;
    line-height: 56px;
    font-weight: 500;
    font-size: 40px;
    color: #223367;
}
.section-banner .bannerPic2 .banner-title_3{
    margin-top: 15px;
    font-weight: 500;
    font-size: 29px;
    color: #FC4F91;
}
.section-banner .bannerPic2 .banner-title_3 span{
    width: 313px;
    line-height: 36px;
    background: #4774FF;
    border-radius: 7px;
    display: inline-block;
    color: #fff;
    text-align: center;
    margin-left: 15px;
    font-size: 20px;
}
.section-banner .bannerPic2 .banner-title_4{
    font-weight: 400;
    font-size: 28px;
    color: #223367;
    line-height:40px;
    margin-top: 10px;
}
.section-banner .bannerPic2 .banner-btn-box{
    margin-top: 45px;
}

.section-banner .bannerPic2 .banner-btn-box a{
    width: 174px;
    line-height: 54px;
    border: 1px solid #207DFF;
    border-radius: 8px;
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
    color: #3073FF;
    text-align: center;
    position: relative;
    transition: all 0.4s ;
    z-index: 1;
    overflow: hidden;
}
.section-banner .bannerPic2 .banner-btn-box a:nth-child(2){
    margin-left: 15px;
}
.section-banner .bannerPic2 .banner-btn-box a:before {
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    background: #2268f0;
    z-index: -1;
    content: '';
    transition: all 0.3s ;
    transform: rotate(180deg);
}
.section-banner .bannerPic2 .banner-btn-box a:hover{
    color: #fff;
    border: 1px solid #2268f0;
}
.section-banner .bannerPic2 .banner-btn-box a:hover:before{
    width: 100%;
    right: 0px;
}
/****************为什么选择嗖卖ERP*******************/
.section-select{
    background: #fff;
    padding: 80px 0;
}
.section-select .main-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}
.section-select .main-box li{
    background: #FFFFFF;
    box-shadow: 0 6px 12px 0 rgba(213,220,236,0.55);
    border-radius: 8px;
    width: 49%;
    overflow: hidden;
    position: relative;
    height:264px;
    margin-bottom: 20px;
}
.section-select .main-box li .img-box{
    position:absolute;
    left:0;
    right:0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.section-select .main-box li .img-box img{
    width: 100%;
    height:100%;
}

.section-select .main-box li .content-box{

    padding: 60px 30px 0 30px;
    position: absolute;
    bottom: -56%;
    height: 100%;
    width: 100%;
    transition: all 0.3s;
}
.section-select .main-box li:hover .content-box{
    bottom: 0%;
}
.section-select .main-box li .title-box{
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;

}
.section-select .main-box li .desc-box{
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: justify;
    padding-right: 30%;
}
/*****************嗖卖ERP业务场景************************/
.section-business-scene{
    padding: 80px 0;
    background: url('https://ec-img.eccang.com/sellerwell/eccang/img/2022/10/27/ec_1666851696.png') no-repeat center center;
    background-size:cover;
}
.section-business-scene .main-box{
  margin-top: 40px;
}
.section-business-scene .main-box img{
 width: 100%;
}
.section-business-scene .main-box .top-box{
    text-align:center
}
.section-business-scene .main-box .top-box .title{
    font-weight: 500;
    font-size: 28px;
    color: #1764F1;
    letter-spacing: 0;
    text-align: center;
    line-height:36px;
    margin-bottom: 15px;
}
.section-business-scene .main-box .top-box ul{
    display:flex;
    justify-content:center;
    margin-bottom: 50px;
}
.section-business-scene .main-box .top-box ul li{
    width: 80px;
    height: 34px;
    background: #1764F1;
    border-radius: 17px;
    line-height:34px;
    text-align: center;
    color:#fff;
    margin-right: 18px;
    position:relative;
}
.section-business-scene .main-box .top-box ul li:before{
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    bottom: 0;
    margin: auto;
    width: 0px;
    height: 0px;
    border: 7px solid;
    border-color: transparent transparent transparent #1764F1;
    z-index: 1;
}
.section-business-scene .main-box .top-box ul li:last-child:before{
    border: 0;
}
.section-business-scene .main-box img{
    width: 100%;
}
.section-business-scene .main-box .center-box{
    position:relative;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
}
.section-business-scene .main-box .center-box .left-title{
    position: absolute;
    left: 11%;
    top: 48px;
    bottom: 0;
    margin: auto;
    z-index: 2;
    height: 36px;
}
.section-business-scene .main-box .center-box .right-title{
    position: absolute;
    top: 48px;
    right: 12%;
    bottom: 0;
    margin: auto;
    z-index: 2;
    height: 36px;
}
.section-business-scene .main-box .center-box .center-title{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50%;
    height: 64%;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;


}
.section-business-scene .main-box .center-box .center-title li{
    width:50%;
}
.section-business-scene .main-box .center-box .center-title li:nth-child(1),.section-business-scene .main-box .center-box .center-title li:nth-child(7){
    text-align:right;
    padding-right:15px;
}
.section-business-scene .main-box .center-box .center-title li:nth-child(2),.section-business-scene .main-box .center-box .center-title li:nth-child(8){
    text-align:left;
    padding-left:15px;
}
.section-business-scene .main-box .center-box .center-point-title{
    position: absolute;
    left: 0;
    right: 10px;
    top: 0;
    bottom: 0;
    font-size: 28px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    width: 100px;
    height: 64px;
    margin: auto;
}
.section-business-scene .main-box .bottom-box .title{
    font-weight: 500;
    font-size: 28px;
    line-height:36px;
    color: #0AA5FE;
    letter-spacing: 0;
    text-align: center;
    margin-top: 15px;
}
.section-business-scene .main-box .bottom-box ul{
    display:flex;
    justify-content:center;
    margin-top: 50px;
}

.section-business-scene .main-box .bottom-box ul li{
    width: 80px;
    height: 34px;
    margin-right: 18px;
    background: #0AA5FE;
    border-radius: 17px;
    line-height:34px;
    text-align: center;
    color:#fff;
    position:relative;
}
.section-business-scene .main-box .bottom-box ul li:before{
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    bottom: 0;
    margin: auto;
    width: 0px;
    height: 0px;
    border: 7px solid;
    border-color: transparent transparent transparent #0AA5FE;
    z-index: 1;
}
.section-business-scene .main-box .bottom-box ul li:last-child:before{
    border: 0;
}
/*****************嗖卖ERP核心功能************************/
.section-core-function{
    background:#fff;
    padding: 80px 0;
}
.section-core-function ul{
    margin-top:40px;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
.section-core-function ul li{
    width:24%;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    box-shadow: 0 7px 12px 0 rgba(0,0,0,0.04);
    border-radius: 12px;
    text-align: center;
    margin-bottom: 24px;
    overflow: hidden;
    height: 165px;
}
.section-core-function ul li .showBox{
    height: 165px;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position:relative;
}
.section-core-function ul li .showBox .icon-img-box{
    width:32px;
    height:32px;
    position: absolute;
    right:20px;
    top:20px;
}
.section-core-function ul li .hideBox{
    background: #3073FF;
    box-shadow: 0 7px 12px 0 rgba(48, 115, 255,0.27);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 165px;
    padding: 0 10px;

}

.section-core-function ul li:hover .showBox{
    margin-top: -165px;
    background: #3073FF;
}
.section-core-function ul li .img-box img{
    width: 56px;
    height: 56px;
}
.section-core-function ul li .title-box{
    margin-top:15px;
    font-weight: 500;
    font-size: 18px;
    color: #373737;
    text-align: center;
}
.section-core-function ul li .hideBox .title-box{
    color: #FFFFFF;
}
.section-core-function ul li .hideBox .desc-box{
    margin-top: 15px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
}
.section-core-function .btn-box{
    margin-top:16px;
    text-align: center;
}
.section-core-function .btn-box a{
    width: 148px;
    line-height: 42px;
    background: #FFFFFF;
    border: 1px solid #3073FF;
    border-radius: 22px;
    display:inline-block;
    font-weight: 400;
    font-size: 16px;
    color: #3073FF;
    text-align: center;
    margin:0 10px;
}
/***************嗖卖ERP操作流程*******************/

/*****************版本介绍*****************/
.section-version-introduction{
    background: #FAFBFE;
    padding: 80px 0;
}
.section-version-introduction .introduction-box{
    margin-top: 60px;
}
.section-version-introduction .introduction-box ul{
    display: flex;
    justify-content: space-between;

}
.section-version-introduction .introduction-box ul li{
    width: 32%;
}
.section-version-introduction .introduction-box ul li .title-box{
    font-weight: 400;
    font-size: 28px;
    color: #223367;
    text-align: center;
}
.section-version-introduction .introduction-box ul li .content-box{
    margin-top: 20px;
    background: #EEF5FD;
    border: 1px solid #D5E5F6;
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 14px;
    color: #5D6681;
    line-height: 28px;
    min-height: 160px;
}
.section-version-introduction .introduction-box ul li .desc-box{
    position: relative;
    padding-left: 25px;
}
.section-version-introduction .introduction-box ul li .desc-box img{
    position: absolute;
    left: 0;
    top: 7px;
    width: 16px;
    height: 16px;
}
.color_1{
  color: #223367;
}
.color_2{
    color: #1590F2;
}
.color_3{
    color: #1C56FC;
}
.color_4{

    color: #FF3B52;
}
.color_5{
    color: #333333;
}
.section-version-introduction .table-introduction-box{
    margin-top: 14px;
    text-align: center;
}
.section-version-introduction .table-introduction-box th{
    text-align: center;
    background: #EEF5FD;
    font-weight: 500;
    font-size: 18px;
    line-height: 37px;
    height: 37px;
}
.section-version-introduction .table-introduction-box tbody tr:nth-child(2n){
    background:#F8FBFE;
}
.section-version-introduction .layui-table td, .section-version-introduction .layui-table th{
    border-color: #D5E5F6;
}
.section-version-introduction .layui-table td.title-box{
  background: #fff;
}

.section-version-introduction .btn-box{
    text-align: center;
    margin-top: 50px;
}
.section-version-introduction .btn-box a{
    width: 148px;
    line-height: 42px;
    background: #FFFFFF;
    border: 1px solid #3073FF;
    border-radius: 22px;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    color: #3073FF;
    text-align: center;
    transition: all 0.3s;
}
.section-version-introduction .btn-box a:hover{
    transform: scale(1.05);
}
.section-version-introduction  a.submit-a-btn{
    display: inline-block;
    margin-right: 20px;
    background: #FFFFFF;
    color: #2A7DE1;
    display: inline-block;
    box-shadow: 0 4px 6px 0 rgba(125,128,138,0.27);
}




/* erp定价区域 */


.vip-table-large{ display:block; margin-bottom:30px;  }
.vip-item{ width:100%; display:flex; display: -webkit-flex; flex-direction:row;border-radius: 15px; justify-content: space-between;}
.v-col-1{ width:320px;box-shadow: 0 2px 5px 1px hsla(0,0%,88.6%,0.56);border-radius: 8px;}

.v-col-2,.v-col-3,.v-col-4{
    width:23%;
    margin-left:0px;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.15);
    transition: all .3s;
    transform-origin: center bottom;
    border-radius: 8px;
}
.v-row-top{
    height: 50px;
    border-bottom: 1px solid #eee;
}

.v-col-current1,
.v-col-current2,
.v-col-current3,
.v-col-current4{
    z-index:2 !important;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}
.vip-table-large .vip-item>div{
    position: relative;
    overflow: hidden;
    background: #fff;
    z-index: 1;
    box-shadow: 0 2px 5px 1px hsla(0,0%,88.6%,0.56);
}
.erp-title-box{
    border-bottom: 1px solid #eeeeee;
    width: 360px;
    overflow: hidden;
    height: 52px;
    margin: 28px auto 40px;
}
.erp-title-box a{
    width: 50%;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    color: #292A2F;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
    vertical-align: top;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    position: relative;
}
.erp-title-box a.active{
    color: #3073FF;
}
.erp-title-box a.active:before{
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    margin: auto;
    background:#3073FF;
    content:'';
    width:100%;
    height:1px;
}
.erp-product-box{
    text-align: center;
    color: #ffffff;
    padding: 40px 0 20px 0;
}
.erp-product-box .icon-img img{
    width:42px;
    height:42px;
}
.erp-product-box .title{
    margin-top:10px;
    font-weight: 500;
    font-size: 20px;

}
.v-col-1 .erp-product-box .title{
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    text-align: center;
    line-height: 28px;
    margin-top: 50px;
}
.erp-product-box .current-price-box{
    margin-top: 15px;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
}
.erp-product-box .current-price-box strong{
    font-weight: 500;
    font-size: 28px;
    color: #FFFFFF;
    text-align: center;
    margin-right: 5px;
}

.v-col-2 .erp-product-box{

    background: linear-gradient(180deg, #2988F7 0%, #4FBCFF 100%);
    border-radius: 8px 8px 0 0;
}
.v-col-3 .erp-product-box{

    background: linear-gradient(180deg, #2953FF 0%, #3987FF 100%);
    border-radius: 8px 8px 0 0;

}
.v-col-4 .erp-product-box{

    background: linear-gradient(14deg, #BF9E76 4%, #E1D3B4 100%);
    border-radius: 8px 8px 0 0;
}


.rep-order-box ul{
    background:#eeeeee;
}
.rep-order-box ul li{
    font-size: 15px;
    color: #262626;
    text-align: center;
    font-weight: 400;
    line-height: 44px;
    background: #ffffff;
    margin-bottom: 1px;
}
.rep-order-box ul li img{
    width:20px;
    height:20px;
}

.rep-order-box__title ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 15px;
    color: #262626;
}


.v-col-current{
    margin-top: -20px;
    box-shadow: 0 6px 8px 0 rgba(0,0,0,.15);
    border-radius: 8px 8px 0 0;
    transform: scaleY(1.03);
    z-index: 5!important;
    position: relative;
}
.v-col-current:before {
    display: block;
    content: "";
    position: absolute;
    border: 2px solid #2878ff;
    box-shadow: 0 6px 8px 0 rgba(0,0,0,.15);
    border-radius: 8px 8px 0 0;
    top: 3px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    z-index: 1;
}
.v-col-current .rep-order-box ul li{
    background: rgba(198, 224, 255, 0.1);
}
.v-col-current .rep-order-box ul li:nth-child(2n){
    background: #ffffff;
}


.title-box-btn{
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 36px;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    width: 80%;
    margin: 0 auto;
}
.title-box-btn a{
    display: inline-block;
    background: #FFFFFF;
    padding: 5px 10px;
    width: 109px;
}
.title-box-btn a.active{
    background: #2269F0;
    color:#fff;
}
.tab-content1 .title_1{
    color:#F73137;
}
.tab-content1 .title_2{
    position:relative;
}
.tab-content1 .title_2 img{
    position: absolute;
    left:15px;
    top:0;
    bottom: 0;
    margin: auto;
    width:24px;
    height: 24px;
}
.tab-content2{
    display: none;
}
.tab-content2 .v-col-1 .erp-product-box .title{
    margin-top:0px;
}
.tab-content2 .title_1{
    background: #EEF5FD;
    color: #207DFF;
}
.tab-content2 .v-col-2 .erp-product-box{
    background: linear-gradient(180deg, #2988F7 0%, #4FBCFF 100%);
}
.tab-content2 .v-col-3 .erp-product-box{
    background: linear-gradient(180deg, #2953FF 0%, #3987FF 100%);
}
.tab-content2 .v-col-4 .erp-product-box{
    background: linear-gradient(42deg, #DF1818 0%, #FF8394 100%);
}





























/********************即刻体验一站式跨境服务****************************/
.section-appointment-box{
    background: url("https://ec-img.eccang.com/sellerwell/eccang/img/2022/02/21/ec_1645428443.png") no-repeat;
    background-size: cover;
    background-position: center;
    height: 314px;
}
.section-appointment-box a{

    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-appointment-box .main-box{
    display: flex;
    justify-content: center;
}
.section-appointment-box .h4-title{
    font-size: 36px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 50px;
    padding-top: 0;
    text-align: center;
    height: 50px;
}
.section-appointment-box .h4-vc2-title{
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 25px;
    margin-top: 25px;
}
.section-appointment-box .appointment-btn-box{

    text-align: center;
    margin-top: 0px;
    margin-left: 20px;
}
.section-appointment-box .appointment-btn-box span{
    width: 160px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 4px;
    line-height: 50px;
    color: #2A7DE1;
    display: inline-block;
    transition: all 0.3s;
    font-size: 18px;

}
.section-appointment-box .appointment-btn-box a:hover{
    transform: scale(1.05);
}
