/**************公用***************/
.section-list-box .h4-title{
  font-size: 42px;
  font-weight: 500;
  color: #2E3039;
  line-height: 60px;
  text-align: center;

  position: relative;
}

.h4-vc-title{

  font-size: 20px;
  color: #505668;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  margin:15px auto 0;
}
.section-title{
  font-size: 48px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 20px;
}
.advisory-btn-box{
  text-align: center;
}
.advisory-btn-box a{
  width: 100px;
  height: 40px;
  background: #2A7DE1;
  border-radius: 5px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  font-weight: 400;
  margin-right: 20px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  display: inline-block;
}
/************banner************/
.section-banner{
  background: url(http://eccang-img.oss-cn-shenzhen.aliyuncs.com/tmswms/eccang/img/2021/12/15/ec_1639566823.png) no-repeat center center;
  background-size: 100% 100%;
  height: 586px;
  width: 100%;
}
.section-banner .title-box{
  margin-top: 120px;
  font-size: 36px;
  font-weight: bold;
}
.section-banner .desc-box{
  margin-top: 40px;
}
.section-banner .desc-box span{
  font-size: 20px;
  font-weight: 300;
  color: #707070;
  position: relative;
  padding-left: 24px;
  margin-right: 2px;
}
.section-banner .desc-box span:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background:url("http://eccang-img.oss-cn-shenzhen.aliyuncs.com/www/eccang/img/2021/12/15/ec_1639549462.png") no-repeat ;
  background-size: 20px;
  width: 20px;
  height: 20px;
}
.section-banner .btn-box{
  margin-top: 60px;
  display: flex;
}
.section-banner .btn-box a.btn-practice-box{
  width: 100px;
  height: 40px;
  background: #2A7DE1;
  border-radius: 5px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  font-weight: 400;
  margin-right: 20px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.section-banner .btn-box .video-btn-box{
  width: 100px;
  height: 40px;
  border-radius: 5px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  margin-right: 20px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  color: #000000;
}
.section-banner .btn-box .video-btn-box img{
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.section-banner .btn-box a:hover{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
/************公共栏目************/
.section-nav-box ul{

  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.10);
  display: flex;
  margin-top: 100px;
  overflow: hidden;
  margin-bottom: 120px;
}
.section-nav-box ul li{
  text-align: center;
  width: 33.33%;
  line-height: 55px;
}

.section-nav-box ul li a{
  width: 100%;
  display: inline-block;
  color: #000000;
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
}
.section-nav-box ul li.active a{
  background: #2a7de1;
  color: #ffffff;
}
.section-nav-box ul li:hover a{
  background: #2a7de1;
  color: #ffffff;
}
/************公司视频************/
.section-video>div.container{
  display: flex;
}
.section-video .left-box{
  width: 43%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.section-video .left-box .title-box{
  font-size: 38px;
  font-family: PingFang SC, PingFang SC-Bold;
  font-weight: 700;
  text-align: LEFT;
  color: #000000;
}
.section-video .left-box .vc-title-box{
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-Bold;
  font-weight: 700;
  text-align: LEFT;
  color: #000000;
}
.section-video .left-box .desc-box{
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: LEFT;
  color: #828282;
  padding-right: 24%;
  line-height: 24px;
}
.section-video .right-box{
  width: 57%;
}
.section-video .right-box .about-video-box{
  width: 100%;
}
/************企业文化************/
.section-culture{
  padding-bottom: 40px;
}
.section-culture .container{
  overflow: hidden;
  padding: 0;
}
.section-culture ul{
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  flex-wrap: wrap;
}
.section-culture ul li{
  width: 30%;
  margin-bottom: 70px;
  padding: 30px 25px;
}
.section-culture ul li:hover{
  box-shadow: 0px 3px 30px rgba(123, 123, 123, 0.07);
}
.section-culture ul li .img-box{
  width: 90px;
  height: 90px;
}
.section-culture ul li .img-box img{
  width: 100%;
}
.section-culture ul li .title-box{
  margin-top: 60px;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}
.section-culture ul li .desc-box{
  padding-top:40px;
  font-size: 15px;
  font-weight: 400;
  color: #707070;
}
/************你是否还在经历这些痛苦************/
.section-team{
  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-team:hover,.section-address:hover{
  background-position: 0% -16%, 106% 110%;
}
.section-team .nav-box ul{
  display: flex;
  height:60px;
  background: #FFFFFF;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 60px;
  overflow: hidden;
}
.section-team .nav-box ul li{
  width: 16.66%;
  text-align: center;
  position: relative;

}
.section-team .nav-box ul li.active{
  color:#ffffff;
  background:#2A7DE1;
}
.section-team .nav-box ul li:after{
  content: '';
  position: absolute;
  right: 0;
  top: 20px;
  bottom: 0;
  width: 1px;
  height: 22px;
  background: #F0F0F0;
  margin: 0 auto;
}
.section-team .nav-box ul li:last-child:after,.section-team .nav-box ul li.active:after{
  width: 0;
}
.section-team .main-box .content-box{
  display: flex;
  color: #000000;
  margin-top: 80px;
}
.section-team .main-box .left-box .title-box{
  font-size: 28px;
  font-weight: bold;
}
.section-team .main-box .left-box .desc-box{
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #808080;
  position: relative;
  padding-left: 25px;
  margin-top: 50px;
}
.section-team .main-box .left-box .desc-box:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background:url("http://eccang-img.oss-cn-shenzhen.aliyuncs.com/www/eccang/img/2021/12/13/ec_1639382318.png") no-repeat ;
  background-size: 20px;
  width: 20px;
  height: 20px;
}
.section-team .main-box .left-box .desc-box strong{
  font-size: 18px;
  color: #000000;
}
.section-team .main-box .left-box .title-box{
  font-size: 28px;
  font-weight: bold;
  color: #000000;
}
.section-team .main-box .left-box .btn-box{
  position: absolute;
  bottom: 0;
}
.section-team .main-box .left-box .btn-box a{
  width: 160px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  color: #ffffff;
  display: block;
  background:#2a7de1 ;

}
.section-team .main-box  .right-box{
  width: 50%;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  padding-top: 120px;
}
.section-team .main-box  .right-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-service-advantage .main-box{
  margin-top: 50px;
}
.section-service-advantage .main-box ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-service-advantage .main-box ul li{
  width: 30%;
  text-align: center;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 50px;
}
.section-service-advantage .main-box ul li .title-box{
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}
.section-service-advantage .main-box ul li .desc-box{
  font-size: 14px;
  font-weight: 400;
  line-height: 41px;
  color: #808080;
}
/*******************听听ECCANG ERP的客户声音*****************/

.section-customer{
  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);
  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-customer:hover{
  background-position: 0% -16%, 106% 110%;
}

.section-customer .main-box{
  background:url("http://eccang-img.oss-cn-shenzhen.aliyuncs.com/www/eccang/img/2021/12/13/ec_1639399974.png") no-repeat;
  background-size: 100%;
}
.section-customer .content-box{
  border-radius: 32px;
  text-align: center;
  height: 350px;
  width: 530px;
  padding: 70px 30px;
  background: #FFFFFF;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.06);
  margin: 168px auto;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.section-customer .content-box .img-box{
  height: 50px;
  position: relative;
}
.section-customer .content-box .img-box>div{
  position: absolute;
  top: -118px;
  left: 0;
  right: 0;
  width: 124px;
  height: 124px;
  background: #2A7DE1;
  border: 4px solid #FFFFFF;
  border-radius: 50%;
  margin: auto;
  line-height: 110px;
}
.section-customer .swiper-slide-active .content-box .img-box>div{
  box-shadow: 0px 2px 13px rgba(42, 42, 226, 0.36);
}

.section-customer .content-box .desc-box{
  font-size: 20px;
  font-weight: 400;
  color: #707070;
}
.section-customer .content-box .title-box{
  margin-top: 10px;
}
.section-customer .content-box .title-box .company-box{
  font-size: 20px;
  font-weight: 600;
  line-height: 58px;
  color: #393939;
}
.section-customer .content-box .title-box .customer-box{
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: #2680EB;
}


.section-customer .swiper-button-next{
  width: 55px;
  height: 21px;

  right: 44%;
  top: unset;
  bottom: 120px;
  background-size: 55px 21px;
  background-image: url(http://eccang-img.oss-cn-shenzhen.aliyuncs.com/www/eccang/img/2021/12/13/ec_1639402869.png);
}
.section-customer .swiper-button-prev{
  left: 44%;
  top: unset;
  bottom: 120px;
  width: 55px;
  height: 21px;
  background-size: 55px 21px;
  background-image: url(http://eccang-img.oss-cn-shenzhen.aliyuncs.com/www/eccang/img/2021/12/13/ec_1639402862.png);

}
/*******ECCANG ERP多平台店铺管理******************/
.section-conpany-logo{
  padding-bottom: 100px;
}
.section-conpany-logo .main-box{
  padding: 50px 0 50px 0;
}
.section-conpany-logo .main-box img{
  width: 100%;
}


/****************************/
.section-seller-selection{
  height: 196px;
  background: linear-gradient(180deg,#e1f1ff, #e3f2fe 13%, #f6f7f9 100%);

}
.section-seller-selection>div.container{
  height: 100%;
}
.section-seller-selection .main-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
}
.section-seller-selection .main-box:before{
  content: '';
  position: absolute;
  left: -12%;
  top: -200px;
  background: url(http://eccang-img.oss-cn-shenzhen.aliyuncs.com/www/eccang/img/2021/12/15/ec_1639558529.png) no-repeat;
  background-size: 321px 321px;
  width: 321px;
  height: 321px;

}
.section-seller-selection .title{
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
.section-seller-selection .btn-box{
  text-align: center;
  margin-top: 30px;
}
.section-seller-selection .btn-box a{
  text-align: center;
  width: 180px;
  height: 46px;
  background: #2A7DE1;
  border-radius: 4px;
  line-height: 46px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  display: inline-block;
  margin: 0 10px;
}
/******************************/

.common-video-main__erp{
  box-shadow: unset !important;
  border: 0 !important;
}
.common-video-main__erp .common-video-erp-box{
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 0 20px;
}
.common-video-main__erp .common-video-erp-box>video{
  background-color: #fff;
  width: 100%;
  display: block;
}
.common-video-main__erp .layui-layer-setwin .layui-layer-close2 {

  right: -38px;
  top: 0px;
  width: 35px;
  height: 35px;
  margin-left: 0;
  background-position:unset;
}
.common-video-main__erp .layui-layer-setwin .layui-layer-close2:hover{
  background-position:unset;
}
.common-video-main__erp .layui-layer-ico {
  background: url(https://eccang-img.oss-cn-shenzhen.aliyuncs.com/www/eccang/img/2021/05/21/ec_1621574190.png) no-repeat;
  background-size: 100%;
}
