.meeting-drop-down{
  height:180px;
  width:160px;
  background:#fff;
  position:absolute;
  left:0;
  top:78px;
  z-index:99;
}

.meeting-drop-list{

}

.meeting-drop-list li{
    width:100%;
    display:block;
    line-height:60px;
    height:60px !important;
    font-weight:bold;
    font-size:16px !important;
}
.meeting-drop-list li:hover{
   background:#d9e9fc;
   border-bottom:none;
   color:#001cac !important;
}

.meeting-drop-list li a{
    line-height:60px;
    height:60px !important;
    font-weight:bold;
    font-size:16px !important;
}
.meeting-drop-list li a:hover{
    color:#001cac !important;
    border-bottom:none !important;
    font-weight:bold;
}
/*右侧快速导航---------*/

.right-fast-box{
    background:#f1801b;
    border-radius:60px;
    height:120px;
    width:70px;
    position: absolute;
    top: 0;
    right: 0;
    transition: top 0.5s ease;
    display:none;
    
  }
  
  .right-fast-list{
  
  }
  
  .right-fast-list li{
  
  }
  
  .u-right-fast-login{
      height:60px;
      width:60px;
      line-height:50px;
      text-align:center;
      border:2px solid #ffc592;
      font-size:18px;
      font-weight:bold;
      color:#fff;
      margin-left:5px;
      margin-top:5px;
      border-radius:50%;
  }
  
  .u-right-fast-login a{
      color:#fff;
      width:100%;
      height:100%;
      display:block;
      border-radius:50%;
  }
  
  .u-right-fast-login a:hover{
      color:#fff;
      background:#fff;
      color:#e87b0f;
  }
  
  .right-narrowdown ,.right-narrowup{
      height:50px;
      width:70px;
      display:flex;
      justify-content:center;
      align-items:center;
      cursor:pointer;
  }
  
  .right-narrowup-icon{
      width:30px;
      height:15px;
      display:block;
      background:url("/ver24/images/right-narrowup.png") no-repeat;
      background-size:100% 100%;
  }
  .right-narrowdown-icon{
      width:30px;
      height:15px;
      display:block;
      background:url("/ver24/images/right-narrowdown.png") no-repeat;
      background-size:100% 100%;
  }
  
  .right-fast-login-fixed {
      position:fixed;
      z-index: 2000;
      right:40px;
      top: 50%;
      transform: translate(0, -50%);
  }
  
  
  .right-fast-show{
   display:block;
  }
  
  .right-fast-box-zhankai{
    position:fixed;
    z-index: 2000;
    right:40px;
    top:45%;
    transform: translate(0, -50%);
    display:block;
    height:330px;
    background:#f1801b;
    width:70px;
    border-radius:60px; 
    padding-top:20px;
    display:none;
  
  }
  
  .m-right-fast-login ,.m-right-fast-register ,.m-right-fast-contact{  
      width:60px;
      height:70px;
      margin:0 auto;
      margin-bottom:10px;
  }
  .m-right-fast-contact{
      position:relative;
      top:0;
  }
  
  .m-right-fast-login a ,.m-right-fast-register a ,.m-right-fast-contact a{
      width:100%;
      height:100%;
      display:block;
      color:#fff;
      font-size:16px;
      display: flex;
      align-items: center;
      flex-direction: column;
      padding:5px 0; 
      box-sizing:border-box; 
  }
  
  /* .m-right-fast-login a ,.m-right-fast-register a ,.m-right-fast-contact a:before{
      content:"";
  } */
  
  .m-right-fast-login a:hover ,.m-right-fast-register a:hover ,.m-right-fast-contact a:hover{
      border:1px solid #ffeddd;
      color:#fff;
      border-radius:20px;
  }
  .m-login-icon{
      width:30px;
      height:32px;
      display:block;
      background:url("/ver24/images/right-loginicon.png") no-repeat;
      background-size:100% 100%;
      margin-bottom:5px;
  }
  .m-contact-icon{
      width:30px;
      height:32px;
      display:block;
      background:url("/ver24/images/right-zixunicon.png") no-repeat;
      background-size:100% 100%;
      margin-bottom:5px;
  }
  .m-register-icon{
      width:30px;
      height:32px;
      display:block;
      background:url("/ver24/images/right-registericon.png") no-repeat;
      background-size:100% 100%;
      margin-bottom:5px;
  }
  
  .m-right-fast-contact-down{
      width:200px;
      height:140px;
      background:#fff;
      position: absolute;
      left:-200px;
      top:0;
      border-top-left-radius:5px;
      border-bottom-left-radius:5px;
      border-bottom-right-radius:30px;
      padding:10px;
      display:none;
  }
  .block{
      display:block;
  }
  .hide{
      display:none;
  }
  .right-fast-contact-person{
     font-size:16px;
     
  }
  
  .fast-more-contact{
  height:40px !important;
  width:150px;
  border-radius:10px;
  background:#0f5fd3;
  color:#fff;
  border-radius:20px;
  margin-top:20px;
  }


/*video样式------------------*/
.videoOverlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
 .videoPlayer {
    width: 1200px;
    height:auto;
    margin: auto;
    object-fit: fill;
}
.closeVideo{
    width:30px;
    height:30px;
    background:url(https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/close-lightbtn.png) no-repeat;
    background-size:100% 100%;
    position:absolute;
    right:-40px;
    top:-40px;
    color:#fff;
}

.video-wrapbox{
    width: 1200px;
    height:auto;
    position:relative;
}

.bofang-btn{
    width:40px;
    height:40px;
    display:block;
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/bofang-btn.png") no-repeat;
    background-size:100% 100%;
    position:absolute;
    left:48%;
    top:48%;
}

.videoThumbbox{
    position:relative;
    cursor:pointer;
}



/*海运网模块*/
.shipping-wrap{
	margin-top:80px;
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/sanjiao-right.png")  no-repeat  right;
    background-size:45%;
    padding-bottom:30px;
}
.shipping-box{
    position:relative;
}

.shipping-first{
	margin-bottom:40px;
}

.shipping-first-logo{
	width:340px;
	height:115px;
	display:block;
}
.shipping-first-logo img{
    width:100%;
    height:100%;
}
.shipping-first-left{
	width:730px;
	padding-right:50px;
	color:#fff;
	float:left;
}
.shipping-first-text{
	padding-top:40px;
	line-height:24px;
}

.shipping-first-right{
	width:550px;
	height:320px;
	background:#081350;
	float:right;
    border-radius:10px;
}

.shipping-first-right img{
    border-radius:10px;
}
.shipping-first-more{
	margin-top:30px;
    display:inline-block;
}
.shipping-module-list{
    clear:both;
    overflow:hidden;
}
.shipping-module-list li{
    height:310px;
    width:270px;
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/shipinfo-itembg.png") no-repeat;
    background-size:100% 100%;
    float:left;
    margin-right:30px;
}

.shipping-module-list li a{
    width:100%;
    height:100%;
    box-sizing:border-box;
    padding:20px 30px;
    display:block;
}
.shipping-module-list-top{
    padding-top:40px;
    padding-bottom:40px;
}
.shipping-module-title{
    font-size:24px;
    color:#fff;
    font-weight:bold;
}
.shipping-module-icon01{
    width:40px;
    height:40px;
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/shipinfo-icon01.png") no-repeat;
    background-size:100% 100%;
    float:right;
}
.shipping-module-icon02{
    width:40px;
    height:40px;
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/shipinfo-icon02.png") no-repeat;
    background-size:100% 100%;
    float:right;
}
.shipping-module-icon03{
    width:40px;
    height:45px;
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/shipinfo-icon03.png") no-repeat;
    background-size:100% 100%;
    float:right;
}
.shipping-module-icon04{
    width:40px;
    height:40px;
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/shipinfo-icon04.png") no-repeat;
    background-size:100% 100%;
    float:right;
}


.shipping-module-list-bottom p{
    font-size:14px;
    color:#88cfff;
    text-align:justify;
    line-height:24px;
}

.icon-20th{
    width:320px;
    height:225px;
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/20th.png") no-repeat;
    background-size:100% 100%;
    position:absolute;
    right:-45px;
    bottom:165px;

}

.shippingtext-image{
    width: 1200px;
    height: 115px;
    margin-left: 50px;
    margin-top: 10px;
}
.shippingtext-image img{
    width:100%;
    height:100%;
}

.shipping-secondwrap{
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/sanjiao-left.png") no-repeat left bottom;
    background-size:15%;
   
}

/*公共模块抬头*/
.common-module-title-box{
    
}
.common-module-title{
   position:relative;
   display:flex;
    justify-content:center;
    align-items:flex-end;
    margin-bottom:50px;
}

.cicle-icon-left{
    width:36px;
    height:36px;
    display:block;
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/commontitle-iconleft.png") no-repeat;
    background-size:100% 100%;
    margin-right:10px;
    margin-bottom:10px;
}

.common-module-title span{
    font-size:40px;
    font-weight:bold;
    color:#fff;
    z-index:1;
    
}

.cicle-icon-right{
    width:130px;
    height:30px;
    display:block;
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/commontitle-iconright.png") no-repeat;
    background-size:100% 100%;
    position:absolute;
    right:42%;
    bottom:0;
}

/*会议模块*/
.meeting-wrap{
  padding-top:60px;  
}

.meeting-tab{
    display: flex;
    justify-content: flex-end;
    margin-bottom:30px !important;
}

.meeting-tab li{
    float:left;
    padding:10px 0;
    background:#001cac;
    border-radius:10px;
    margin-left:15px;
    color:#fff;
    font-size:16px;
    width:200px;
    text-align:center;
    cursor:pointer;
}
.meeting-tab li a{
    color:#fff;
}

.meeting-tab li:hover{
    background:#028afd;
}
.meeting-tab-active{
    background:#028afd !important;
}

.meeting-content{
    
}

.meeting-content-bg01{
  margin-top:-30px;
  padding-bottom:100px;
  display:flex;
  justify-content:center;

}

.meeting-container{
  background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/meeting-bg02.png") no-repeat right;
  background-size:100% 100%;
  clear:both;
  overflow:hidden;
  width: 1500px;
  height:480px;
  margin-bottom:80px;
  margin-right:60px;
  
}

.meeting-container-bgjinbo{
  background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/meeting-bg03.png") no-repeat right;
background-size:100% 100%;
  clear:both;
  overflow:hidden;
  width: 1500px;
  height:495px;
  margin-bottom:50px;
  margin-right:60px;
}
.meeting-content-bottom-jinbo{
    height:310px;
    background: url(https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/meeting-bgjinbo03.png) no-repeat bottom;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.meeting-content-left{
    width:780px;
    height:270px;
    float:left;
    margin-top:130px;
    margin-left:200px;
}


.meeting-content-left img{
    width:100%;
    height:100%;
}

.meeting-content-right{
    width:400px;
    height:300px;
    float: right;
    margin-top: 100px;
    margin-right:100px;
}
.hbh-logo{
    width:200px;
    height:100px;
    display:block;
    float:right;
}

.hbh-logo img{
    width:100%;
    height:100%;
}
.meeting-content-bottom{
  height:300px;
  background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/meeting-bg01.png") no-repeat bottom;
  background-size:100% 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.meeting-module{
    position:relative;
}

.hbh-text{
    font-size:14px;
    color:#fff;
    clear:both;
    overflow:hidden;
    padding-top:20px;
    text-align:justify;
    line-height:24px;
    
}

.hbh-text-title{
    font-size:24px;
    font-weight:bold;
    border-bottom:3px solid #07deff;
    margin-bottom:15px;
    padding-bottom:5px;
    display:inline-block;
    float:right;
}

.hbh-link{
    margin-top:30px;
    display:flex;
    justify-content: flex-end;
}

.hbh-more{
    width:120px;
    height:40px;
    line-height:40px;
    display:block;
    background-image:linear-gradient(to right, #00e3fe,#2a4af1);
    border-radius:10px;
    border-top-left-radius:0;
    text-align:center;
    color:#fff !important;
    font-size:16px;
    float:left;
}

.hbh-more:hover{
    text-decoration: none;
}

.hbh-bm{
    width:120px;
    height:40px;
    line-height:40px;
    display:block;
    background-image:linear-gradient(to right, #eaa22f,#ea8106);
    border-radius:10px;
    border-top-left-radius:0;
    text-align:center;
    color:#fff !important;
    font-size:16px;
    float:left;
    margin-left:20px;
}

.hide{
    display:none;
}

/*wiffa平台*/
.wiffa-wrap{
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/wiffabg.png") no-repeat top;
    background-size:100% 50%;
    padding:100px 0 60px 0;
}

.wiffa-box{

}

.wiffa-top{
    clear:both;
    overflow:hidden;
}

.wiffa-left{
    width:800px;
    height:350px;
    float:left;
    color:#fff;
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/wiffalogo-touming.png") no-repeat right bottom;
    background-size:65% 35%;
   
}
.wiffa-left a{
    color:#fff;
}

.wiffa-left a:hover{
    color:#fff !important;
}
.wiffa-text-title{
    font-size:24px;
    font-weight:bold;
    margin-bottom:12px;
    position:relative;
    height:40px;
}

.wiffa-text-title:before{
    content:"";
    height:5px;
    width:310px;
    display:block;
    background-image:linear-gradient(to right,#2d85ff,#07deff);
    position:absolute;
    left:0;
    bottom:0;
}

.wiffa-more{
    width: 120px;
    height: 35px;
    line-height: 35px;
    display: block;
    background-image: linear-gradient(to right, #00e3fe, #2a4af1);
    border-radius: 30px;
    border-bottom-left-radius:15px;
    border-top-left-radius: 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 10px;
}

.narrowmore-icon{
    width:26px;
    height:26px;
    display:block;
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/narrowwhite-right.png") no-repeat;
    background-size:100% 100%;
    margin-left:5px;
}

.wiffa-text{
    font-size:16px;
    line-height:28px;
    padding-bottom:40px;
    padding-top:10px;
    text-align:justify;
    padding-right:50px;
}

.wiffa-right{
float:right;
width:600px;
height:350px;
background:#081350;
}

.wiffa-right img{
    border-radius:10px;
}

.wiffa-bottom{
    height:370px;
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/wiffa-huan.png") no-repeat;
    background-size:100% 100%;
}
.wiffa-bright-list{
    width:750px;
    margin-left:480px;
    clear:both;
    overflow:hidden;
    padding-top:60px;
}

.wiffa-bright-list li{
    width:50%;
    float:left;
    color:#fff;
    display:flex;
    justify-content: left;
    align-items:center;
    margin-bottom:30px;
}

.wiffa-bright-tag{
    font-size:18px;
    position:relative;
    margin-right:10px;
    padding-bottom:5px;
    margin-top:20px;
}

.wiffa-bright-tag:before{
    content:"";
    width:50px;
    height:6px;
    display:block;
    background-image:linear-gradient(to right, #028bff,#ef9b3f);
    border-radius:10px;
    position:absolute;
    bottom:0;
    left:0;
}

.wiffa-bright-num{
    font-size:40px;
    font-weight:bold;
}
.wiffa-bright-unit{
    font-size:20px;
    padding-left:5px;
}

/*wiffa联合服务中心*/

.service-wrap{
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/servicebg.png") no-repeat;
    background-size:100% 100%;
    padding:60px 0;
}
.service-text{
    font-size:16px;
    color:#fff;
    line-height:28px;
}
.service-text p{
    font-size:16px;
}
.service-more{
    text-align:center;
    display:inline-block;
    margin-top:40px;
}


.swiper-container {
    width: 100%;
    height: 300px;
    margin: 20px auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.append-buttons {
    text-align: center;
    margin-top: 20px;
}
.append-buttons a {
    display: inline-block;
    border: 1px solid #007aff;
    color: #007aff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
}

/*wiffa联合服务中心--手风琴*/
.cloud-product-box{background:#f4f4f4}
.cloud-product-wrapper{margin:0 auto;width:100%;}
.cloud-product{position:relative;z-index:9;padding-top:40px;}
.cloud-product-title{height:32px;text-align:center;line-height:32px;font-size:32px;color:#333}
.color-blue{color:#009fd9}
.cloud-product-explain{margin-top:26px;margin-bottom:82px;height:16px;line-height:16px;text-align:center;font-size:16px;color:#999}
.cloud-product-ul{width:100%;display:flex;justify-content:center;clear: both;content: "";overflow:hidden;}
.cloud-product-ul li{position:relative;margin-left:15px;width:240px;height:410px;float:left;background:#fff;border-radius:10px;}
.cloud-product-ul li:first-child{margin-left:0}
.cloud-product-single-top{width:100%;height:60px;line-height:60px;text-align:center;background-color:#f2f2f2}
.cloud-product-name{font-size:18px;color:#333;font-weight:700}
.cloud-product-single-bottom{width:100%;height:410px}
.empty-space{height:150px;}
.single-bottom-item{height:410px;width:100%}
.single-bottom-item:first-child{border-right:1px solid #eee}
.bg-product-pic{width:auto;height:82px}
.server-header-01{background:url(../img/product_header_icon_01.png) center no-repeat}
.server-header-02{background:url(../img/product_header_icon_02.png) center no-repeat}
.server-header-03{background:url(../img/product_header_icon_03.png) center no-repeat}
.server-header-04{background:url(../img/product_header_icon_04.png) center no-repeat}
.server-header-05{background:url(../img/product_header_icon_05.png) center no-repeat}
.server-header-active-01{background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/servercenter-logo01.png") left no-repeat; background-size:35% 100%;margin-left:20px;}
.server-header-active-02{background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/servercenter-logo02.png") left no-repeat;background-size:35% 100%;margin-left:20px;}
.server-header-active-03{background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/servercenter-logo03.png") left no-repeat;background-size:38% 100%;margin-left:20px;}
.server-header-active-04{background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/servercenter-logo04.png") left no-repeat;background-size:32% 100%;margin-left:20px;}
.server-header-active-05{background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/servercenter-logo06.png") left no-repeat;background-size:38% 90%;margin-left:20px;}

.product-introduce-title{margin-bottom:14px;height:30px;line-height:30px;font-size:26px;text-align:left;padding-left:20px;}
.product-introduce-title.normal-weight{font-weight:400}
.product-introduce-content{margin:0 auto 26px;width:180px;line-height:14px;font-size:14px;text-align:center;color:#999;padding-left:20px;}
.product-introduce-list{margin-left:40px;padding-top:28px;height:170px;position:relative;}
.product-introduce-tagline{font-size:20px;font-weight:bold;color:#666;padding-bottom:15px;}
.introduce-list-small{margin-bottom:18px;line-height:14px;font-size:14px;color:#999;text-align:center}
.product-introduce-price{margin:48px auto 0;font-size:14px;text-align:center;color:#333}
.price-blue{color:#0af;font-size:38px}
.normal-inner{transition:all .5s;-moz-transition:all .5s;-webkit-transition:all .5s;-o-transition:all .5s}
.active-inner{position:relative;display:none;height:100%;-moz-opacity:0;-khtml-opacity:0;opacity:0;transition:all .5s;-moz-transition:all .5s;-webkit-transition:all .5s;-o-transition:all .5s}
.introduce-link{position:absolute;top:0;left:0;width:100%;height:410px}
.active-inner-01{background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/servercenter01bg-active.jpg") center no-repeat}
.active-inner-02{background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/servercenter02bg-active.jpg") center no-repeat}
.active-inner-03{background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/servercenter03bg-active.jpg") center no-repeat}
.active-inner-04{background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/servercenter04bg-active.jpg") center no-repeat}
.active-inner-05{background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/servercenter05bg-active.jpg") center no-repeat}
.cloud-product-ul li.active .active-inner{display:block;-moz-opacity:1;-khtml-opacity:1;opacity:1;border-radius:10px;}
.cloud-product-ul li.active .normal-inner{display:none;-moz-opacity:0;-khtml-opacity:0;opacity:0}
.cloud-product-ul li{-webkit-box-shadow:1px 1px 12px rgba(0,0,0,.08);-moz-box-shadow:1px 1px 12px rgba(0,0,0,.08);box-shadow:1px 1px 12px rgba(0,0,0,.08);-webkit-transition:width .15s linear;-o-transition:width .15s linear;-moz-transition:width .15s linear;transition:width .15s linear}
.cloud-product-ul li.active{z-index:9;width:420px;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.2);-moz-box-shadow:0 4px 20px rgba(0,0,0,.2);box-shadow:0 4px 20px rgba(0,0,0,.2)}
.active .product-introduce-content{color:#eff6ff}
.active-product-introduce-title{color:#333;font-weight:bold;padding-top:15px;}
.active .product-introduce-list{padding-top:22px;padding-left:20px;border-left:1px solid #bac4db;}
.introduce-list-large{margin:0 auto;color:#5b5b5b;font-size:14px;}
.active .product-introduce-price{margin-top:32px;color:#fefeff}
.product-introduce-price .price-white{display:inline-block;font-size:36px;height:36px;line-height:36px;color:#fff}
.buy-link-btn{position:absolute;left:60px;bottom:40px;}
.buy-link-btn .wiffa-more{
    background:#4265d8;
}

.bg-product-normal{width:100%;height:100%;}
.server-bg-01{background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/servicecenter01.jpg")  center no-repeat;background-size:100% 100%;border-radius:10px;}
.server-bg-02{background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/servicecenter03.jpg")  center no-repeat;background-size:100% 100%;border-radius:10px;}
.server-bg-03{background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/servicecenter02.jpg")  center no-repeat;background-size:100% 100%;border-radius:10px;}
.server-bg-04{background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/servicecenter04.jpg")  center no-repeat;background-size:100% 100%;border-radius:10px;}
.server-bg-05{background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/servicecenter06.jpg")  center no-repeat;background-size:100% 100%;border-radius:10px;}
.active .empty-space{margin-left:40px;margin-top:50px;border-left:3px solid #4a70e0;}








/*云平台*/
.cloud-wrap{
padding:60px 0;
}

.cloud-box{

}


.cloud-text{
    font-size:18px;
    color:#fff;
    padding-bottom:20px;
}


.cloud-list{
display:flex;
margin-top:30px;
}

.cloud-list li{
flex:1;
height:310px;
background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/cloud-listbg.png") no-repeat;
background-size:100% 100%;
margin-right:40px;

}

.cloud-list li:last-child{
    margin-right:0;
}
.cloud-list li a{
    color:#fff;
    padding:40px;
    display:block;
    text-align:center;
    position:relative;
    height:100%;
}
.cloud-list li a:hover{
    color:#fff;
}

.cloud-list li h2{
    font-size:24px;
    font-weight:bold;
    text-align:center;
    padding-bottom:10px;
}

.list-logo{
    height:40px;
    width:auto;
    display:inline-block;
    margin-bottom:20px;
}

.list-logo img{
    width:100%;
    height:100%;
}

.cloud-more{
    width:110px;
    display:flex;
    justify-content:center;
    align-items:center;
    position: absolute;
    left: 50%;
    bottom:50px;
    margin-left: -50px;
    font-size:16px;
}

.clound-narrow{
    width:20px;
    height:20px;
    display:block;
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/cloud-narrowright.png") no-repeat;
    background-size:100% 100%;
    float:left;
    margin-right:5px;
}

.cloud-litext{
    text-align:left;
}

.en-cloud-cangna{
    height:220px;
    width:100%;
}

.en-cloud-cangna a{
    display:block;
    width:100%;
    height:100%;
}

.en-cloud-cangna a img{
    border-radius:10px;
}

/*舱哪儿云搜索框*/
.cloud-search{
  background-image:linear-gradient(to bottom, #00c3ee,#0443a3);
  border-top:1px solid #d2fcff;
  border-left:1px solid #18aeea;
  border-right:1px solid #18aeea;
  border-radius:10px;
}
.search-tab{
    width:200px;
    height:50px;
    display:flex;
    float:left;
    background:#01ade1;
    border-radius:50px;
    padding:5px;
    margin-top:50px;
    margin-left:30px;
    margin-bottom:30px;
    border:1px solid #fff;

}

.search-tab li{
    flex:1;
    line-height:40px;
    text-align:center;
    cursor:pointer;
    font-weight:bold;
    color:#fff;
    font-size:16px;
    
}

.search-tab-active{
    background-image:linear-gradient(to right,#bcd4f7,#fff);
    border-radius:40px;
    color:#284493 !important;

}

.searchBox{
 background:transparent;
 box-shadow:none;
 width:100%;
 height:auto;
 padding:30px;
}

.inputDiv{
    background:transparent;
}
.inputDiv input{
    background:transparent;
    color:#fff;
    padding-left:0;
}

.inputDiv input[type=text]{
    color:#c0deed !important;
}

.inputDiv input[type=text]::placeholder{
    color:#c0deed !important;
}

.input-box{
    width:230px;
    float:left;
    margin-right:20px;
    border-bottom:1px solid #ccc;
}
.inputDiv{
    width:230px;
}

.input-title{
    color:#fff;
    font-size:16px;
}

.searchSouyeBtn{
    width:120px;
    border-radius:10px;
    margin-left:0;
}

.inputDiv select{
    background-color:transparent;
    color:#c0deed;
    line-height:40px;
    width:240px;
}


.selectDate{
  padding-left:0;
  background:transparent;
}

.selectDate option{
    padding:10px;
    color:#333;
    line-height:40px;
    font-size:16px;
}

.selectDate option:hover{
    background-color: #4471d9;
    color: #fff;
}

.inputdiv-icon01{
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/dingwei-icon.png") no-repeat right;
    background-size:10% 60%;
}

.inputdiv-icon02{
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/gongsi-icon.png") no-repeat right;
    background-size:10% 60%; 
}

.inputdiv-icon03{
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/rili-icon.png") no-repeat right;
    background-size:10% 60%; 
}

.cangna-logo{
    width:240px;
    height:70px;
    display:inline-block;
    margin-left:350px;
    margin-top:25px;
}

.cangna-logo img{
    width:100%;
    height:100%;
}

/*媒体平台-----------*/
.newsmedia-wrap{
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/xuanchuan-bg.png") no-repeat top;
    background-size:100% 100%;
    padding-top:60px;
}
.newsmedia-xuanchuan-box{
    height:300px;
}
.newsmedia-xuanchuan-box{
    margin-top:30px;
    clear:both;
    overflow:hidden;
    width:100%;
    display:flex;
    justify-content:center;
    
}

.newsmedia-xuanchuan-left{
    height:300px;
    width:620px;
    background-image:linear-gradient(to right, #081350,#04398e);
    float:left;
    padding-top:20px;
}

.newsmedia-xuanchuan-left-title{
    font-size:26px;
    font-weight:bold;
    color:#fff;
}

.newsmedia-xuanchuan-list{
    padding-top:20px;
}
.newsmedia-xuanchuan-list li{
    padding-bottom:20px;
}
.newsmedia-xuanchuan-list-top{
    color:#00a4ff;
   font-size:20px;
   font-weight:bold;
   display: flex;
   align-items: center;
   }
   
   .newsmedia-dot{
       width:14px;
       height:14px;
       display:block;
       background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/newsmedia-dot.png") no-repeat;
       background-size:100% 100%;
       float:left;
       margin-right:10px;
   }

.newsmedia-xuanchuan-list-bottom{
font-size:16px;
color:#fff;
padding-left:25px;
}


.newsmedia-xuanchuan-right{
    height:300px;
    width:820px;
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/mediabgright.png") no-repeat;
    background-size:100% 100%;
    float:left;
    
}

.newsmedia-xuanchuan-right-list{
    display:flex;
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/newsmedia-rightbottombg.png") no-repeat;
    background-size:100% 100%;
    height:90px;
    margin-top:170px;
    margin-left:-40px;
}

.newsmedia-xuanchuan-right-list li{
    flex:1;
    text-align:center;
}

.xuanchuan-ad-top{
    font-size:28px;
    font-weight:bold;
    color:#fff;
    display:block;
    padding-bottom:5px;
    margin-top:10px;
}
.xuanchuan-ad-bottom{
    color:#fff;
    display:block;
}


.newsmedia-newstbox{
    padding-top:60px;
}
.newsmedia-newstlist-list{
    font-size:26px;
    color:#fff;
    font-weight:bold;
    border-bottom:2px solid #00a4ff;
    padding-bottom:10px;
}


.newsmedia-newstbox-left{
    width:800px;
    float:left;
}

.newsmedia-newstbox-right{
    width:600px;
    float:right;
}
.newsmedia-newstlist{
    margin-top:20px;
}
.newsmedia-newstlist li{
  padding:10px 15px;
  background:#063f88;
  color:#fff;
  margin-bottom:15px;

}

.newsmedia-newstlist li a{
    color:#fff; 
    font-size:16px;
    width:100%;
    height:100%;
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/narrowright-media.png") no-repeat right center;
    background-size:2% 80%;
    display:flex;
    justify-content:space-between;
}

.newsmedia-newstlist li a span:nth-child(1){
    padding-right:30px;
    width:70%;
    display:block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}

.newsmedia-newstlist li a span:nth-child(2){
    float:right;
    margin-right:20px;
}

.newsmedia-newstlist li a span:nth-child(2) i{
    font-style:normal;
    padding-right:30px;
}

/*媒体平台---参展活动*/
.newsmedia-exh-list{
margin-top:20px;
width:60%;
float:left;
}

.newsmedia-exh-list li{
    border-left:10px solid #ff7300;
    padding-left:20px;
}

.newsmedia-exh-list li a{
    font-size:16px;
    color:#fff;
}

.newsmedia-exh-name{
    font-size:20px;
    font-weight:bold;
    border-bottom:1px solid #fff;
    padding-bottom:10px;
    margin-bottom:10px;
}

.newsmedia-exh-text{
    padding-bottom:10px;
}

.newsmedia-exh-right{
    width:40%;
    float:right;
}

.newsmedia-exh-img{
    width:280px;
    height:220px;
    margin-top:70px;
    display:block;
}

.newsmedia-exh-img img{
    width:100%;
    height:100%;
}

.newsmedia-exh-more{
    float: right;
    background: url(https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/narrowright-media.png) no-repeat right center;
    background-size: 15% 80%;
    padding-right: 20px;
    font-size: 16px;

}
.newsmedia-otherlist{
display:flex;
flex-wrap:wrap;
}

.newsmedia-otherlist li{
width:48%;
background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/othernewbg.png") no-repeat;
background-size:100% 100%;
border-radius: 10px;
padding: 20px;
border:1px solid #c0cced;
margin-right:4%;
margin-bottom:25px;
height:290px;
}

.newsmedia-otherlist li:nth-child(2n){
    margin-right:0;
}

.newsmedia-otherlist li a{
width:100%;
height:100%;
display:block;
color:#fff;
 position:relative; 
}

.otherlist-icon{
    width:80px;
    height:80px;
    display:block;
    position:absolute;
    right:0;
    bottom:0;
}

.otherlist-icon img{
width:100%;
height:100%;
}

.newsmedia-otherlist-title{
    font-size:24px;
    font-weight:bold;
    padding-bottom:20px;
}
.newsmedia-otherlist-text{
    font-size:16px;
    text-align:justify;
}

.otherlist-more-position{
    position:absolute;
    left:-10px;
    bottom:20px;
    margin-left:0;
}

/*平台商机-----*/
.pingtai-wrap{
    padding:120px 0 60px 0;
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/pingtaibg.png") no-repeat;
    background-size:100% 50%;
}

.paingtai-supermarket-ad{
    width:800px;
    height:380px;
    position:relative;
    padding-left:20px;
    padding-bottom:20px;
    float:left;

}

.paingtai-supermarket-ad a{
    width:100%;
    height:100%;
    display:block;

}

.paingtai-supermarket-ad a img{
    width:100%;
    height:100%;
}
.paingtai-supermarket-dianzui{
    width:246px;
    height:246px;
    display:block;
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/pingtai-adbg.png") no-repeat;
    background-size:100% 100%;
    position:absolute;
    left:0;
    bottom:0;
}

.paingtai-supermarket-box{
    width:600px;
    height:380px;
    float:right;
}

.paingtai-supermarket-title{
    font-size:24px;
    font-weight:bold;
    color:#fff;
    display:flex;
    justify-content:space-between;
    padding-bottom:30px;
}
.paingtai-supermarket-more{
    font-weight:normal;
}
.paingtai-huliansupermarket{
    height:380px;
}
.paingtai-huliansupermarket-list{

}
.paingtai-huliansupermarket-list li{
    margin-bottom:20px;
}
.paingtai-huliansupermarket-list li a{
    color:#fff;
    font-size:16px;
    width:100%;
    height:100%;
    display:block;
    padding-bottom:10px;
    padding-top:8px;
    box-sizing:border-box;
    border-bottom:1px solid #007ef5;
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/white-narrowright.png") no-repeat center right;
    background-size: 2% 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
    padding-right:10%;

}
.paingtai-huliansupermarket-list li:last-child{
    margin-bottom:0;
}

.pingtai-tool{
height:470px;
 padding-top:80px;
 position:relative;
 background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/pingtai-rightbg.png") no-repeat bottom right;
 background-size:48% 70%;
}

.pingtai-tool-left{
    width:860px;
    float:left;
    position:absolute;
    left:0;
    bottom:0;
    z-index:1;
}
.pingtai-tool-list{

}

.pingtai-tool-list li{
    float:left;
    width:185px;
    height:230px;
    margin-right:20px;
}

.pingtai-tool-list li:last-child{
    margin-right:0;
}

.pingtai-tool-list li a{
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/pingtai-iconbg.png") no-repeat;
    background-size:100% 100%;
    display:block;
    padding:20px;
    box-sizing:border-box;
}

.pingtai-tool-icon{
    width:60px;
    height:60px;
    display:block;
    margin-bottom:15px;
}

.pingtai-tool-icon img{
    width:100%;
    height:100%; 
}

.pingtai-tool-title{
    font-size:20px;
    font-weight:bold;
    color:#fff;
    padding-bottom:10px;
}

.pingtai-tool-text{
    font-size:16px;
    color:#fff;
}

.pingtai-tool-more{
    font-size:16px;
    color:#00e7ff;
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/pingtai-icon-narrow.png")  no-repeat right;
    background-size:15% 60%;
    padding-right:20px;
    margin-left:50px;
    margin-top: 20px;
    display: inline-block;
}
.pingtai-tool-right{
    width:710px;
    height:290px;
    float:right;
    /* background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/pingtai-rightbg.png") no-repeat;
    background-size:100% 100%; */
    position:absolute;
    right:0;
    bottom:0;
}

.pingtai-tool-minglu{
    margin-top:40px;
}
.pingtai-tool-minglu-title{
    font-size:26px;
    font-weight:bold;
    color:#fff;
    padding-bottom:20px;
}


.pingtai-tool-minglu-list li{
  height:100px;
  width:185px;
  padding-left:20px;
  float:left;
  margin-right:20px;

}

.pingtai-tool-minglu-list li a{
    height:100%;
    width:100%;
    position:relative;
}

.pingtai-tool-minglu-text{
    color:#fff;
    font-size:18px;
    font-weight:bold;
    padding-top:40px;
}

.pingtai-tool-minglu-text span{
    display:block;
}
.pingtai-tool-minglu-more{
    width:60px;
    height:60px;
    display:flex;
    border-radius:50%;
    margin:5px;
    color:#fff;
    text-align:center;
    position:absolute;
    right:0;
    bottom:-5px;
    line-height: 18px;
    justify-content: center;
    align-items: center;
}

.pingtai-tool-minglu-bg01{
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/minglu-wiffabg.png") no-repeat 10px top;
    background-size: 100% 65%;
    border-left:5px solid #ff7300;
}

.pingtai-tool-minglu-bg02{
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/minglu-hbhbg.png") no-repeat 10px top;
    background-size: 100% 65%;
    border-left:5px solid #007ef5;
}


.pingtai-tool-minglu-bg03{
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/minglu-cangnabg.png") no-repeat 10px top;
    background-size: 100% 65%;
    border-left:5px solid #f39700;
}

.pingtai-tool-minglu-bg04{
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/minglu-alliance.png") no-repeat 10px top;
    background-size: 100% 65%;
    border-left:5px solid #f39700;
}
.minglu-colororange{
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/minglu-icon01.png") no-repeat;
    background-size:100% 100%;
    border:2px solid #ff7300;
}

.minglu-colorblue{
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/minglu-icon02.png") no-repeat;
    background-size:100% 100%;
    border:2px solid #007ef5;
}

.minglu-coloryellow{
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/minglu-icon03.png") no-repeat;
    background-size:100% 100%;
    border:2px solid #f39700;
}

.minglu-colorgreen{
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/minglu-icon04.png") no-repeat;
    background-size:100% 100%;
    border:2px solid #00af47;
}

.pingtai-tool-zhishu{
    padding-left:110px;
}

.pingtai-tool-zhishu-left{
    width:370px;
    float:left;
}
.pingtai-tool-zhishu-left h2{
    color:#fff;
}

.pingtai-tool-zhishu-right{
    width:200px;
    float:right;
    padding-right:30px;
}
.pingtai-tool-zhishu-title{
    font-size:20px;
    font-weight:bold;
    color:#fff;
    padding-bottom:10px;
}

.pingtai-tool-zhishu-list li{
    color:#fff;
    font-size:14px;
    display:flex;
    justify-content:space-between;
    padding-bottom:15px;
}

.pingtai-tool-zhishu-title2{
    color:#fff;
    font-size:18px;
    font-weight:normal;
    padding-bottom:20px;
}

/*海歌商城----*/
.haige-shopping-wrap{
  padding:100px 0;
  background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/haige-bg.jpg") no-repeat;
  background-size:100% 100%;
}

.haige-shopping-box a{
    width:100%;
    height:100%;
    display:block;
}

.haige-shopping-box a img{
    width:100%;
    height:100%;
    border-radius:20px;
}

/*wiffa慈善----*/
.charity-wrap{
    padding:60px 0; 
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/charitybg2.png") no-repeat;
    background-size:100% 100%;
    position:relative;
}
.charity-box{
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/charitybg.png") no-repeat center 100px;
    background-size:100% 100%;
    height:710px;
}
.charity-introduce{
    padding-left:100px;
}
.charity-introduce-left{
    width: 450px;
    background: url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/cisan-imgborder.png") no-repeat left bottom;
    background-size: 90% 90%;
    padding-left: 20px;
    padding-bottom: 20px;
    position: absolute;
    left: 50%;
    top:70px;
    margin-left: -630px;
}
.charity-introduce-left-img{
    width:360px;
    height:380px;
    display:block;
}

.charity-introduce-left-img img{
    width:100%;
    height:100%;
    border-radius:10px;
    object-fit: cover;
}

.charity-introduce-right{
    width:840px;
    float:right;
}

.charity-introduce-title{
    font-size:20px;
    color:#fff;
    padding-bottom:15px;
}

.charity-introduce-text{
    font-size:16px;
    color:#fff;
}


.charity-explain{
    color:#fff;
    padding-top:70px;
    position:relative;
}
.charity-logo{
    width:200px;
    height:120px;
    display:block;
    float:left;
    margin-right:30px;
}


.charity-explain-info{
width:550px;
float:left;
padding-top:10px;
}

.charity-explain-title{
    font-size:20px;
    padding-bottom:20px;
}

.charity-explain-text{
    font-size:16px;
    line-height:24px;
}

.charity-other-list{
display:flex;
margin-top:50px;
}

.charity-other-list li{
   flex:1;
   margin-right:30px;
   height:350px;

}

.charity-other-list li:hover{
    transform:scale(1.1);
}

.charity-other-list li:last-child{
    margin-right:20px;
}

.charity-other-list li a{
    color:#fff;
    display:block;
    padding:15px 20px 15px 15px;
    height:100%;
}

.charity-other-num{
    font-size:30px;
    color:#95d197;
    font-weight:bold;
}

.charity-other-bg01{
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/cisan-img02.png") no-repeat;
    background-size:100% 100%;
}
.charity-other-bg02{
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/cisan-img03.png") no-repeat;
    background-size:100% 100%;
}
.charity-other-bg03{
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/cisan-img04.png") no-repeat;
    background-size:100% 100%;
}

.charity-other-title{
    font-size:22px;
    font-weight:bold;
    padding-bottom:15px;
}

.charity-other-text{
    font-size:16px;
}

.charity-more-btn{
    position:absolute;
    right:25px;
    top:33px;
}


/*公共底部----------*/

.footer-wrap{
    background:#031c77;
    padding-top:40px;
}
.footer-box{
    padding-bottom:50px;
    display:flex;
    justify-content:space-between;
}
.footer-box-left{
    width:400px;
    color:#fff;
}
.footer-box-right{
    width:840px;
    display:flex;
}
.footer-beian{
    background:#062c96;
    
}

.footer-beian-box{
    display:flex;
    justify-content:space-between;
    align-items:center;
    color:#fff;
    height:60px;
}

.beian-link{
    float:left;
    display:inline-block;
    margin-right:30px;
    margin-top:10px;
}

.beian-icon01{
    width:40px;
    height:40px;
    display:block;
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/beian-icon1.png") no-repeat;
    background-size:cover;
    float:left;
    margin-right:10px;
}

.beian-icon02{
    width:30px;
    height:40px;
    display:block;
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/beian-icon2.png") no-repeat;
    background-size:cover;
    float:left;
    margin-right:10px;
}

.beian-icon03{
    width:40px;
    height:40px;
    display:block;
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/beian-icon3.png") no-repeat;
    background-size:cover;
    float:left;
}

.footer-beian-box-right span{
   line-height:60px;
}
.footer-logo{
    width:300px;
    height:auto;
    display:block;
    margin-bottom:20px;
}
.footer-logo img{
    width:100%;
    height:100%;
}

.footer-left-text{
    font-size:16px;
    padding-bottom:10px;
}
.footer-product-item{
    float:left;
    color:#fff;
    margin-right:80px;
}

.footer-product-title{
    font-size:20px;
    font-weight:bold;
    position:relative;
    padding-bottom:15px;
    color:#34f4fc;
    margin-bottom:15px;
}

.footer-product-title:before{
    content:"";
    width:95px;
    height:10px;
    display:block;
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/product-line.png") no-repeat;
    background-size:100% 100%;
    position:absolute;
    left:-5px;
    bottom:0;
}

.footer-product-list li a{
 color:#fff;
 font-size:16px;
 padding-bottom:15px;
 display:block;
}

.footer-product-list li a:hover{
    color:#34f4fc;
}
.shipping-code{
    width:120px;
    height:120px;
    text-align:center;
    margin:0 auto;
    padding:10px;
    border:1px solid #3958bc;
}
.shipping-code-img{
    width:100px;
    height:100px;
    display:block;
}
.shipping-code-img img{
    width:100%;
    height:100%;
}

.shipping-code-text{
    font-size:16px;
    color:#fff;
    text-align:center;
    padding-top:10px;
    display:block;
    margin-top:10px;
    width:160px;
    margin-left:-30px;
}

/*英文版-----------------------------------------*/
.shipping-module-list-en{
 
}

.shipping-module-list-en .shipping-module-list-top{
display:flex;
justify-content:space-between;
align-items:center;
padding-top:20px;
padding-bottom:20px;
}

.shipping-module-list-en .shipping-module-title{
width:60%;
}

.en-uint{
    font-size:28px;
}

.wiffa-bottom-en{
    height:370px;
    background:url("https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/wiffa-huan-en.png") no-repeat;
    background-size:100% 100%;
}

.login-box-en{
    float:right !important;
    margin-right:20px;
}
.upIndex {
	background-image: url(https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/upIndex.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 8px auto;
    
}
.downIndex {
	background-image: url(https://wiffa-1251180497.cos.ap-nanjing.myqcloud.com/shippingchina/images/downIndex.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 8px auto;
}