@charset "utf-8";
/* CSS Document */
*{padding:0; margin:0;}
body{font-size:14px; font-family:"微软雅黑";}
html{overflow-x: hidden;}
ul,ol,li{ list-style:none;}
img{border:none; vertical-align:middle;}
h1, h2, h3, h4, h5, h6, hr, blockquote, form, ul, ol, li, p, pre, dl, dt, dd, fieldset, legend, button, input, textarea{margin:0; padding:0; font-weight:normal;}
a:link{color:#333; text-decoration:none;}
a:visited{color:#333; text-decoration:none;}
a:hover{color:#333; text-decoration:none;}
b{font-weight: normal;}
.clear{clear:both; font-size:0; font-family:"sans-serif"; height:0; line-height:0;}
.clear_fix:after{content: ""; clear: both; height: 0; overflow: hidden; display: block; visibility: hidden;}
.fl{float:left}
.fr{float:right;}
.cen{text-align: center;}


/* 公用样式 */
.box{ width:1600px; margin:0 auto; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}
.box1{ width:1200px; margin:0 auto; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}
@media screen and (max-width: 1440px) and (min-width:1025px) {/* 小屏幕的尺寸 */
  .box{ width:1200px;}
  .box1{ width:1200px;}
}
@media screen and (max-width: 1024px) and (min-width:0px) {/* pad */
  .box{ width:95%; margin:0 auto; overflow: hidden;}
  .box1{ padding-left:2%; padding-right:2%;}
}
@media screen and (max-width: 767px) and (min-width:0px) {/* 移动端的尺寸 */
  .box{ width:95%; margin:0 auto; overflow: hidden;}
  .box1{ width:auto; padding-left:5%; padding-right:5%;}
}

.container{max-width: 1600px; margin:0 auto; position: relative;}
.c-nav .show{display:inline-block}
.c-nav .hiden{display:none}
.c-nav{width: 100%;}
.c-nav .navFlex{display:flex;display:-webkit-flex;align-items:center; -webkit-align-content:center;color:#fff;
/*justify-content:space-between;-webkit-justify-content:space-between;*/}
.c-nav .logo{margin-right: 177px;}
.c-nav ul{ margin-top: 0px;}
.c-nav ul li{display:inline-block;line-height:80px; font-size:16px; margin-right: 44px; /*border-bottom: 4px solid #f2f2f2;*/}
.c-nav ul li a{color:#000;text-decoration:none;width:100%}
.c-nav ul li.active{ border-bottom: 4px solid #f2980a;}
.c-nav ul li.active a{color:#f2980a; font-weight: bold;}
.c-nav ul li:hover{ border-bottom: 4px solid #f2980a;}
.c-nav ul li:hover a{color:#f2980a; font-weight: bold;}
.c-nav .btnImg{height:20px;width:25px;padding:3px 8px 3px 8px;box-sizing:content-box;margin-right:5px;}
.c-nav .header-btn{position: absolute; right: 0px; top: 25px; color: #f2980a;}
.c-nav .header-btn span{color: #f2980a; height: 30px; line-height: 30px; margin-left: 15px; width: 80px; text-align: center; display: inline-block; border: 1px solid #f2980a;}
.c-nav .header-btn span:hover{background: #f2980a; color: #fff;}
.c-nav .header-btn span.active{background: #f2980a; color: #fff;}

@media screen and (max-width: 1420px) and (min-width:1200px){
  .c-nav .logo{margin-right: 40px;}
  .c-nav ul li{margin-right:20px}

}
@media screen and (max-width: 1238px) and (min-width:1200px){
  .c-nav .logo{margin-right: 40px; width: 400px;}
  .c-nav .logo img{width: 100%;}
  .c-nav ul li{margin-right:18px}
  .c-nav .header-btn{display: none;}
}
@media screen and (max-width:1200px){
  .c-nav .logo{margin-right: 40px; width: 350px;}
  .c-nav .logo img{width: 100%;}
  .c-nav ul li{margin-right:15px}
  .c-nav .header-btn{display: none;}
}
@media screen and (max-width:992px){
  .c-nav ul li{margin-right:10px}
  .c-nav .header-btn{display: none;}
}
@media screen and (max-width:768px){
}
@media screen and (max-width:576px){

.c-nav{padding:10px 0 10px 0;opacity:.9; margin: 0;}
.c-nav .navFlex{font-size:20px;justify-content:space-between;flex-wrap:wrap;}
.c-nav .logo{margin-left:.5rem;width:50%; margin-right: 0;}
.c-nav ul{margin-top:10px}
.c-nav ul li{padding-top:0;margin-left:0;display:block;line-height:3rem;background:#000; border-bottom: none; margin-right: 0;}
.c-nav ul li a{color:#fff;width:100%;display:block}
.c-nav ul li:nth-child(4),.c-nav ul li:nth-child(5){display:block}
.c-nav .hiden{display:block; position: absolute; right: 0.5rem; top: 0rem;}
.c-nav .show{width:100%;font-size:14px;text-align:center;display:none}
.c-nav .header-btn{display: none;}

}

#banner{display: none;}
/*PC端- banner*/
.center{width:100%;height:489px;background:#ccc}
.content_middle{height:489px;margin:0 auto;position:relative}
.content_middle:hover .common{display:block}
.content_middle .common{display:block;width:50px;height:100px;position:absolute;z-index:25;top:40%;display:none}
.content_middle .btnLeft{opacity:.5;left:0;background:url(../images/l.png) no-repeat}
.content_middle .btnRight{opacity:.5;right:0;background:url(../images/r.png) no-repeat;margin-right:20px}
.content_middle ul li{width:100%;height:489px;opacity:0;position:absolute;margin:0 auto}
.content_middle .table{width:120px;height:10px;position:absolute;bottom:10px;left:50%;z-index:9;line-height:24px}
.content_middle .table a{width:10px;height:10px;margin:0 5px;border-radius:10px;background:#fff;float:left;overflow:hidden}
.content_middle .table a.small_active{background:#00a0e9;color:#fff}
/*PC端- banner*/

@media screen and (max-width:576px){
.center{display: none;}
/*移动端-banner*/
#banner{ width:100%; height:200px; display: block;}
.addWrap{width:100%;background:#fff;margin:auto;position:relative;}
.addWrap .swipe{height:200px;overflow: hidden;visibility: hidden;position:relative;}
.addWrap .swipe-wrap{overflow:hidden;position:relative;}
.addWrap .swipe-wrap img{ width:100%;}
.addWrap .swipe-wrap > div {float: left;width: 100%;position:relative;}

#position{ position:absolute;padding:0; margin:0; bottom:2px; right:38%;text-align:center; z-index:10;}
#position li{width:10px;height:10px;margin:0 3px;display:inline-block;-webkit-border-radius:5px;border-radius:5px;background-color:#AFAFAF;}
#position li.cur{background-color:#00a0e9;}
#position li a{ position:absolute; left:0px;}
#addtitle{ position:absolute; bottom:0px;width:100%; height:20px;overflow:hidden; line-height:30px; font-size:14px; background:rgba(0,0,0,0.5); cursor:pointer; }
#addtitle li{width:100%;height:30px; color:#fff; text-indent:1em; display:none;}
#addtitle a{ text-decoration:none;color:#fff;}
#addtitle .cur{ display:block;}
/*移动端-banner*/
}

.index-inquiry-box{position: relative; height: 535px; background: url(../images/index-inquiry-bg.jpg) no-repeat center 75px;}
.index-inquiry-tab{text-align: center; padding-top: 230px;}
.index-inquiry-tab-list{width: 380px; margin: 0 20px; display: inline-block; height: 55px; line-height: 55px; text-align: center; font-size: 20px; color: #fff; border-radius: 20px;}
.index-inquiry-tab-list:hover{cursor: pointer;}
.index-inquiry-tab-orange{ background: #f38022;}
.index-inquiry-tab-violet{background: #7752ae; }
.index-inquiry-explain{font-size: 18px; color: #333; text-align: center; margin: 40px 0 35px;}
.index-inquiry-content{}
.index-inquiry-content .index-inquiry-content-list{ display: none;}
.index-inquiry-tit{font-size: 18px; color: #333; font-weight: bold; margin-bottom: 30px;}
.index-inquiry-select select{ width: 250px; font-size: 16px; box-sizing: border-box; padding-left: 10px; height: 50px; cursor: pointer; display: inline-block; margin-right: 10px; background: #f5f5f5; border-radius: 3px;
   border: 1px solid #e3e3e3;}
.index-inquiry-btn{width: 250px; cursor: pointer; font-size: 16px; height: 50px; background: #f2980a; display: inline-block; line-height: 50px; text-align: center; border-radius: 10px; color: #fff;}

@media screen and (max-width:576px){
  .index-inquiry-box{position: relative; height: auto; background: url(../images/index-inquiry-bg.jpg) no-repeat center 1rem;}
  .index-inquiry-tab{text-align: center; padding-top: 190px;}
  .index-inquiry-tab-list{width: 150px; box-sizing: border-box; margin: 0 1rem; display: inline-block; height: 55px; line-height: 55px; text-align: center;
     font-size: 1.2rem; color: #fff; border-radius: 20px;}
  .index-inquiry-tab-list:hover{cursor: pointer;}
  .index-inquiry-tab-orange{ background: #f38022;}
  .index-inquiry-tab-violet{background: #7752ae; }
  .index-inquiry-explain{font-size: 1rem; color: #333; text-align: center; margin: 1.5rem 0 ;}
  .index-inquiry-content{}
  .index-inquiry-content .index-inquiry-content-list{ display: none;}
  .index-inquiry-tit{font-size: 1.2rem; color: #333; font-weight: bold; margin-bottom: 1rem;}
  .index-inquiry-select select{ width: 45%; font-size: 16px; box-sizing: border-box; padding-left: 10px; height: 50px; cursor: pointer; display: inline-block; margin-right: 10px; background: #f5f5f5; border-radius: 3px;
     border: 1px solid #e3e3e3; margin-bottom: 1rem;}
  .index-inquiry-btn{width: 250px; margin: 1rem auto; cursor: pointer; font-size: 16px; height: 50px; background: #f2980a; display: block; line-height: 50px; text-align: center; border-radius: 10px; color: #fff;}

}

.index-notice-box{background: #f2f2f2;}
.index-notice{padding: 60px 0;}
.index-notice-tit{font-size: 36px; font-weight: bold; color: #333; text-align: center; margin-bottom: 40px;} 
.index-notice-list{width: 31.5%; float: left; margin-right: 1.8%; margin-bottom: 35px; background: #fff; box-sizing: border-box; padding: 40px; position: relative;}

.index-notice-list .index-notice-list-tit{font-size: 20px; color: #222; margin-bottom: 1rem; font-weight: bold;}
.index-notice-list .index-notice-list-dis{font-size: 16px; color: #666; margin-bottom: 1rem;}
.index-notice-list .index-notice-list-info{font-size: 14px; color: #333; line-height: 2rem;}
.index-notice-list .index-notice-icon-box{position: absolute; right: 2rem; top: 2rem; width: 60px; text-align: center;}
.index-notice-list .index-notice-icon{width: 60px; height: 60px; border-radius: 100%;}
.index-notice-list .index-notice-icon img{width: 100%;}
.index-notice-icon-jt{margin: 1.5rem 0;}


@media screen and (max-width:576px){

  .index-notice-box{background: #f2f2f2;}
  .index-notice{padding: 1.5rem 0;}
  .index-notice-tit{font-size: 1.4rem; font-weight: bold; color: #333; text-align: center; margin-bottom: 1rem;} 
  .index-notice-list{width: 100%; float: none; margin-right: 0; margin-bottom: 1rem; background: #fff; box-sizing: border-box; padding: 40px; position: relative;}
  
  .index-notice-list .index-notice-list-tit{font-size: 20px; color: #222; margin-bottom: 1rem; font-weight: bold;}
  .index-notice-list .index-notice-list-dis{font-size: 16px; color: #666; margin-bottom: 1rem;}
  .index-notice-list .index-notice-list-info{font-size: 14px; color: #333; line-height: 2rem;}
  .index-notice-list .index-notice-icon-box{position: absolute; right: 1rem; top: 2rem; width: 60px; text-align: center;}
  .index-notice-list .index-notice-icon{width: 60px; height: 60px; border-radius: 100%;}
  .index-notice-list .index-notice-icon img{width: 100%;}
  .index-notice-icon-jt{margin: 1.5rem 0;}
  }

.index-seller{padding: 60px 0;}
.index-seller-tit{font-size: 36px; font-weight: bold; color: #333; text-align: center; margin-bottom: 40px;} 
.index-seller-list{margin-bottom: 30px;}
.index-seller-list-pic{width: 55%; float: left;}
.index-seller-list-pic img{width: 100%;}
.index-seller-list-information{width: 45%; position: relative; float: left; box-sizing: border-box; padding: 120px 70px;}
.index-seller-list-information-info{ width: 80%; position: absolute; left: 70px; top: 120px; z-index: 1;}
.index-seller ul li:nth-child(2) .index-seller-list-information-info{top: 60px;}
.index-seller-list-information-icon{float: right;}
.index-seller-list-information-text{float: left;}
.index-seller-list-information-tit{font-size: 24px; color: #333; margin-bottom: 20px;}
.index-seller-list-information-dis{font-size: 16px; color: #666; line-height: 40px;}
.index-seller-list-information-dis b{font-weight: bold; font-size:18px; color:#165fb8}
.index-seller-list-information-bg{position: absolute; left: 90px; top: 70px; color: #f7f7f7; font-size: 100px; z-index: 0; text-transform:uppercase}

@media screen and (max-width:576px){

  .index-seller{padding: 1rem 0;}
  .index-seller-tit{font-size: 1.4rem; font-weight: bold; color: #333; text-align: center; margin-bottom: 1rem;} 
  .index-seller-list{margin-bottom: 30px; border: 1px solid #f2980a; box-sizing: border-box;}
  .index-seller-list-pic{width: 100%; float: none;}
  .index-seller-list-pic img{width: 100%;}
  .index-seller-list-information{width: 100%; position: relative; float: left; box-sizing: border-box; padding: 1rem 0.8rem; height: 160px;}
  .index-seller-list-information-info{ width: 90%; position: absolute; left: 1rem; top: 1rem; z-index: 1;}
  .index-seller ul li:nth-child(2) .index-seller-list-information-info{top: 1rem;}
  .index-seller ul li:nth-child(2) .index-seller-list-information{height: 420px;}
  .index-seller ul li:nth-child(3) .index-seller-list-information{height: 280px;}
  .index-seller-list-information-icon{float: right;}
  .index-seller-list-information-text{float: left;}
  .index-seller-list-information-tit{font-size: 24px; color: #333; margin-bottom: 20px;}
  .index-seller-list-information-dis{font-size: 16px; color: #666; line-height: 40px;}
  .index-seller-list-information-dis b{font-weight: bold; font-size:18px; color:#165fb8}
  .index-seller-list-information-bg{position: absolute; left: 1rem; top: 1rem; color: #f7f7f7; font-size: 60px; z-index: 0; text-transform:uppercase}
  
 }
 
.index-advantage-box{background: #f2f2f2;}
.index-advantage{padding: 60px 0;}
.index-advantage-tit{font-size: 36px; font-weight: bold; color: #333; text-align: center; margin-bottom: 30px;} 
.index-advantage-dis{font-size: 18px; color: #333; text-align: center;}
.index-advantage-list-top-tit{font-size: 24px; color: #333; text-align: center; margin: 65px 0 50px;}
.index-advantage-list{}
.index-advantage-list ul li{width: 31.25%; height: 200px; margin-bottom: 50px; position: relative; box-sizing: border-box; float: left; margin-right: 3.125%; background: #fff; padding: 40px 95px;}
.index-advantage-list ul li:nth-child(3n){margin-right: 0;}
.index-advantage-list ul li .index-advantage-list-icon{ position: absolute; left: 47px; top: 40px;}
.index-advantage-list ul li .index-advantage-list-info{ margin-left: 40px;}
.index-advantage-list ul li .index-advantage-list-info-tit{font-size: 24px; color: #333; margin-bottom: 20px;}
.index-advantage-list ul li .index-advantage-list-info-dis{font-size: 16px; color: #666; line-height: 30px;}
.index-advantage-list ul li .index-advantage-list-bg{position: absolute; right: 20px; top: 10px; font-size: 80px; color: #f7f7f7;}

@media screen and (max-width:576px){

  .index-advantage-box{background: #f2f2f2;}
  .index-advantage{padding: 1rem 0;}
  .index-advantage-tit{font-size: 1.6rem; font-weight: bold; color: #333; text-align: center; margin-bottom: 1rem;} 
  .index-advantage-dis{font-size: 1rem; color: #333; text-align: center; line-height: 1.8rem; margin: 0 1rem;}
  .index-advantage-list-top-tit{font-size: 1rem; color: #333; text-align: center; margin: 1rem 0;}
  .index-advantage-list{}
  .index-advantage-list ul li{width: 100%; height: 200px; margin-bottom: 1rem; position: relative; box-sizing: border-box; float: left; margin-right: 0; background: #fff; padding: 2rem 4rem;}
  .index-advantage-list ul li:nth-child(3n){margin-right: 0;}
  .index-advantage-list ul li .index-advantage-list-icon{ position: absolute; left: 1rem; top: 2rem;}
  .index-advantage-list ul li .index-advantage-list-info{ margin-left: 1.5rem;}
  .index-advantage-list ul li .index-advantage-list-info-tit{font-size: 24px; color: #333; margin-bottom: 20px;}
  .index-advantage-list ul li .index-advantage-list-info-dis{font-size: 16px; color: #666; line-height: 30px;}
  .index-advantage-list ul li .index-advantage-list-bg{position: absolute; right: 1rem; top: 0rem; font-size: 80px; color: #f7f7f7;}
 }
 
.index-cooperation{padding: 60px 0;}
.index-cooperation-tit{font-size: 36px; font-weight: bold; color: #333; text-align: center; margin-bottom: 30px;} 
.index-cooperation-list{}
.index-cooperation-list ul li{ border: 1px solid #ccc; width: 232px; height: 80px; float: left; margin-right: 32px; margin-bottom: 30px;}
 

@media screen and (max-width:576px){

  .index-cooperation{padding: 1rem 0;}
  .index-cooperation-tit{font-size: 1.6rem; font-weight: bold; color: #333; text-align: center; margin-bottom: 30px;} 
  .index-cooperation-list{}
  .index-cooperation-list ul li{ border: 1px solid #ccc; width: 49%; box-sizing: border-box; height: 80px; float: left; margin-right: 0; margin-bottom: 1rem;}
  .index-cooperation-list ul li img{width: 100%;}
  .index-cooperation-list ul li:nth-child(2n){float: right;}
   
 
}

.footer-box{background: #232e31; overflow: hidden;}
.footer{ margin: 40px auto;}
.footer-l{float: left;}
.footer-list{font-size: 16px; color: #fff; margin-bottom: 50px;}
.footer-list a{color: #fff; border-right: 2px solid #bcbebf; padding-right: 16px; margin-right: 16px;}
.footer-list a:last-child{border-right: none;}
.footer-information{color: #ccc; line-height: 30px;}
.footer-r{float: right; font-size: 14px; color: #aaa;}
.footer-r ul li{text-align: center; float: left; margin-left: 34px;}
.footer-r ul li p{margin: 10px 0;}

@media screen and (max-width:576px){
  .footer-box{background: #232e31; overflow: hidden;}
  .footer{width: 95%; margin: 2rem auto;}
  .footer-l{float: none; margin-bottom: 1rem;}
  .footer-list{font-size: 16px; color: #fff; margin-bottom: 1rem;}
  .footer-list a{color: #fff; border-right: 2px solid #bcbebf; padding-right: 0; margin-right: 0; margin-bottom: 1rem; display: inline-block; width: 30%; box-sizing: border-box; text-align: center;}
  .footer-list a:nth-child(3n){border-right: none;}
  .footer-information{color: #ccc; line-height: 30px;}
  .footer-r{float: none; font-size: 14px; color: #aaa;}
  .footer-r ul li{text-align: center; float: left; margin-left: 0; margin-right: 2rem;}
  .footer-r ul li p{margin: 10px 0;}
}



/*关于我们*/
.about-ban{position: relative;}
.pc-ban{display: block;}
.mobile-ban{display: none;}
.about-ban-information{position: absolute; left: 12%; top: 15%;}
.about-ban-tit{font-size: 48px; font-weight: bold; color: #fff; margin-bottom: 30px;}
.about-ban-dis{font-size: 30px; color: #fff;}

.about-company{padding: 60px 0;}
.about-company-tit{font-size: 36px; font-weight: bold; color: #333; text-align: center; margin-bottom: 30px;} 
.about-company-video{width: 50%; float: left;}
.about-company-information{width: 50%; float: left; box-sizing: border-box; padding-left: 20px; font-size: 16px; color: #444; line-height: 28px;}
.about-company-information-tit{font-size: 18px;}
.about-company-information-tit .y{color: #f2980a; font-size: 18px; font-weight: bold;}

.about-channel-box{background: #f5f5f5;}
.about-channel{padding: 60px 0;}
.about-channel-tit{font-size: 36px; font-weight: bold; color: #333; text-align: center; margin-bottom: 30px;} 
.about-channel-line{width: 50px; height: 3px; background: #f2980a; margin: 30px auto;}
.about-channel-dis{font-size: 18px; color: #666; line-height: 30px; text-align: center; margin-bottom: 50px;}

.about-channel-list{}
.about-channel-list ul li{width: 31.875%; float: left; margin-right: 2.1875%; margin-bottom: 15px;}
.about-channel-list ul li:nth-child(3n){margin-right: 0;}
.about-channel-list-tit{line-height: 60px; text-align: center; font-size: 18px; color: #333;}

.about-support{padding: 60px 0;}
.about-support-tit{font-size: 36px; font-weight: bold; color: #333; text-align: center; margin-bottom: 30px;}
.about-support-dis{font-size: 18px; color: #666; text-align: center; margin-bottom: 40px;}
.about-support-list ul li{width: 31.875%; float: left; margin-right: 2.1875%; margin-bottom: 15px; position: relative;}
.about-support-list ul li:nth-child(3n){margin-right: 0;}
.about-support-list-tit{line-height: 60px; text-align: center; font-size: 18px; color: #333;}
.about-support-list ul li .about-support-list-info{width: 100%; height: 100%; box-sizing: border-box; padding: 70px 0; position: absolute; left: 0; top: 0; background: rgba(0,0,0,0.4); text-align: center;}
.about-support-list ul li .about-support-list-tit{font-size: 24px; color: #fff; }
.about-support-list ul li .about-support-list-dis{font-size: 18px; color: #fff; line-height: 40px; margin: 25px 0;}

@media screen and (max-width:576px){
  .pc-ban{display: none;}
  .mobile-ban{display: block;}
  .about-ban-information{position: absolute; left: 5%; top: 10%; }
  .about-ban-tit{font-size: 1.4rem; font-weight: bold; color: #fff; margin-bottom: 0.5rem;}
  .about-ban-dis{font-size: 1.2rem; color: #fff;}

  .about-company{padding: 1rem 0;}
  .about-company-tit{font-size: 1.6rem; font-weight: bold; color: #333; text-align: center; margin-bottom: 1rem;} 
  .about-company-video{width: 100%; float: none; margin-bottom: 1rem;}
  .about-company-information{width: 100%; float: none; padding-left: 0; padding: 0.8rem;}

  .video-js.vjs-fluid,
  .video-js.vjs-16-9,
  .video-js.vjs-4-3 {
    width: 100%;
    max-width: 100%;
    height: 0; 
  }


  .about-channel-box{background: #f5f5f5;}
  .about-channel{padding: 1rem 0;}
  .about-channel-tit{font-size: 1.6rem; font-weight: bold; color: #333; text-align: center; margin-bottom: 1rem;} 
  .about-channel-line{width: 50px; height: 3px; background: #f2980a; margin: 30px auto;}
  .about-channel-dis{font-size: 18px; color: #666; line-height: 30px; text-align: center; margin-bottom: 1rem;}
  .about-channel-list{}
  .about-channel-list ul li{width: 100%; float: left; margin-right: 0%;}
  .about-channel-list ul li:nth-child(3n){margin-right: 0;}
  .about-channel-list-tit{line-height: 3rem; text-align: center; font-size: 1rem; color: #333;}

  .about-support{padding: 1rem 0;}
  .about-support-tit{font-size: 1.6rem; font-weight: bold; color: #333; text-align: center; margin-bottom: 1rem;}
  .about-support-dis{font-size: 1rem; color: #666; text-align: center; margin-bottom: 1rem;}
  .about-support-list ul li{width: 100%; float: left; margin-right: 0%; margin-bottom: 1.5rem; position: relative;}
  .about-support-list ul li:nth-child(3n){margin-right: 0;}
  .about-support-list-tit{line-height: 60px; text-align: center; font-size: 1.2rem; color: #333;}
  .about-support-list ul li .about-support-list-pic img{width: 100%;}
  .about-support-list ul li .about-support-list-info{width: 100%; height: 100%; box-sizing: border-box; padding: 1rem 0; position: absolute; left: 0; top: 0; background: rgba(0,0,0,0.4); text-align: center;}
  .about-support-list ul li .about-support-list-tit{font-size: 1.2rem; color: #fff; }
  .about-support-list ul li .about-support-list-dis{font-size: 1rem; color: #fff; line-height: 2.5rem; margin: 1rem 0;}


}
/*关于我们*/


/*快速下单*/
.Member-login{width: 320px; height: 60px; text-align: center; line-height: 60px; margin: 0 auto; background: #f2980a; border-radius: 10px; font-size: 18px; color: #fff; margin-top: 160px; letter-spacing: 3px;}
@media screen and (max-width:576px){
  .Member-login{margin-top: 30px; margin-bottom: 30px; width: 60%; height: 3.5rem; line-height: 3.5rem; font-size: 1.2rem;}
  }
/*快速下单*

/*新闻资讯*/
.news{padding: 60px 0; width: 1200px; margin: 0 auto;}
.news-tit{font-size: 36px; color: #333; margin-bottom: 50px;}
.news-tit span{color: #666; font-size: 16px; margin-left: 30px;}
.news-tit a{margin: 0 20px;}
.news-tit a.on{color: #f2980a;}
.news-list ul li{border-bottom: 1px solid #dedede; padding-bottom: 30px; margin-bottom: 30px;}
.news-list ul li .news-list-pic{width: 30%; float: left;}
.news-list ul li .news-list-pic img{width: 100%;}
.news-list ul li .news-list-info{width: 68%; float: right; padding: 20px 0;}
.news-list ul li .news-list-info-time{font-size: 16px; color: #333;}
.news-list ul li .news-list-info-tit{font-size: 24px; color: #222; margin: 30px 0;}
.news-list ul li .news-list-info-dis{font-size: 16px; color: #666; line-height: 30px;}
.news-list ul li .news-list-info-more{font-size: 16px; color: #333; text-decoration: underline; margin-top: 50px;}
@media screen and (max-width:576px){

  .news{padding: 1rem 0; width: 95%; margin: 0 auto;}
  .news-tit{font-size: 1.6rem; color: #333; margin-bottom: 1rem;}
  .news-tit span{color: #666; font-size: 16px; margin-left: 1rem;}
  .news-tit a{margin: 0 1rem;}
  .news-tit a.on{color: #f2980a;}
  .news-list ul li{border-bottom: 1px solid #dedede; padding-bottom: 1rem; margin-bottom: 1rem;}
  .news-list ul li .news-list-pic{width: 100%; float: none;}
  .news-list ul li .news-list-pic img{width: 100%;}
  .news-list ul li .news-list-info{width: 100%; float: right; padding: 1rem 0;}
  .news-list ul li .news-list-info-time{font-size: 1rem; color: #333;}
  .news-list ul li .news-list-info-tit{font-size: 1.2rem; color: #222; margin: 1rem 0; line-height: 2.2rem;}
  .news-list ul li .news-list-info-dis{font-size: 1rem; color: #666; line-height: 30px;}
  .news-list ul li .news-list-info-more{font-size: 1rem; color: #333; text-decoration: underline; margin-top: 1rem;}

}

/*新闻资讯*/

/*跨境电商服务*/
.service{width: 1100px; margin: 80px auto;}
.service-icon{text-align: center; margin-bottom: 50px;}
.service-tit{font-size: 36px; color: #333; text-align: center; font-weight: bold;}
.service-line{width: 50px; height: 2px; background: #f2980a; margin: 30px auto 40px;}
.service-info{font-size: 18px; color: #444; line-height: 35px;}

.service-list{}
.service-list ul li{padding: 60px 0; background: #f5f5f5;}
.service-list ul li:nth-child(2n){background: #fff;}
.service-list ul li .service-list-information{width: 37.5%; min-height: 600px; float: left; background: #fff; box-sizing: border-box; padding: 13% 5%;}
  .service-list ul li:nth-child(2n) .service-list-information{background: #f5f5f5; float: right;}
.service-list ul li .service-list-information .service-list-information-tit{font-size: 36px; color: #333; margin-bottom: 50px;}
.service-list ul li .service-list-information .service-list-information-dis{font-size: 16px; color: #666; line-height: 30px;}
.service-list ul li .service-list-pic{width: 58.75%; float: right; overflow: hidden;}
.service-list ul li:nth-child(2n) .service-list-pic{float: left;}


@media screen and (max-width:576px){

  .service{width: 90%; margin: 2rem auto;}
  .service-icon{text-align: center; margin-bottom: 1rem;}
  .service-tit{font-size: 1.6rem; color: #333; text-align: center; font-weight: bold;}
  .service-line{width: 50px; height: 2px; background: #f2980a; margin: 1rem auto ;}
  .service-info{font-size: 18px; color: #444; line-height: 35px;}

  
.service-list{}
.service-list ul li{padding: 2rem 0; background: #f5f5f5;}
.service-list ul li:nth-child(2n){background: #fff;}
.service-list ul li .service-list-information{width: 100%; min-height: auto; float: none; background: #fff; box-sizing: border-box; padding: 8% 5%;
   margin-bottom: 1rem;}
  .service-list ul li:nth-child(2n) .service-list-information{background: #f5f5f5; float: none;}
.service-list ul li .service-list-information .service-list-information-tit{font-size: 1.6rem; color: #333; margin-bottom: 1rem;}
.service-list ul li .service-list-information .service-list-information-dis{font-size: 16px; color: #666; line-height: 30px;}
.service-list ul li .service-list-pic{width: 100%; float: none; overflow: hidden;}
.service-list ul li:nth-child(2n) .service-list-pic{float: none;}

}

/*跨境电商服务*/

/*首页新增*/
.index-project{position:relative;padding-top:57.8125%;background-image:url(../images/index-bg4_02.jpg);background-repeat:no-repeat;background-position:left top;
  background-size:75% 66.7%}
.index-project .bg-white{background-color:#fff}
.index-project .project-item{position:absolute;width:25%;padding-top:19.3%; 
  transition: all 0.33s ease-in 0s;}
  .index-project .project-item .bg-img,
  .index-project .project-item .bg-img-last{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}
.index-project .project-item .bg-img .mask{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#000}
.index-project .project-item .bg-img img{height:100%;width:100%;object-fit:cover}
.index-project .project-item .bg-img .mask,.index-project .project-item .bg-img img{opacity:0}
.index-project .project-item .index-project-list{opacity: 0; text-align:center; margin-top: 20px;transition: all 0.33s ease-in 0s;}
.index-project .project-item .index-project-list ul li{width:20%;display:inline-block;height:30px;line-height:30px;text-align:center; background: #f27d0a; margin: 0 15px;}
.index-project .project-item .index-project-list ul li a{color:#fff;}
.index-project .project-item .index-project-list ul li:hover{background: #fff;} 
.index-project .project-item .index-project-list ul li:hover a{ color: #f27d0a;} 
.index-project .project-item .item{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:90%;text-align:center}
.index-project .project-item span{display:flex;justify-content:center;align-items:center;margin:0 auto;border-radius:50%;color:#fff}
.index-project .project-item h4{margin:20px 0 12px;font-size:24px;font-weight:700;color:#666}
.index-project .project-item p{font-size:15px;color:#9b9b9b; transition: all 0.33s ease-in 0s;}
.index-project .project-item:hover p{opacity: 0; }
  .index-project .project-item:hover .index-project-list{opacity: 1; margin-top: 30px;}
.index-project .project-item:hover .bg-img .mask{opacity:.3}
.index-project .project-item:hover .bg-img img{opacity:1}

.index-project .bg-yellow{background-color:#f27d0a}
.index-project .bg-yellow .item h4,
.index-project .bg-yellow .item p{color:#fff}
.index-project .bg-yellow:hover .item span,.index-project .bg-white:hover .item span{color:#fff;background-color:transparent}
.index-project .bg-yellow:hover .item h4,.index-project .bg-white:hover .item h4{color:#fff}

.index-project .project-item:nth-child(1){top:0;right:0}
.index-project .project-item:nth-child(2){top:33.3%;right:0}
.index-project .project-item:nth-child(3){box-sizing:border-box;top:33.3%;right:25%;border-left:1px solid #e9e9e9}
.index-project .project-item:nth-child(4){top:33.3%;right:50%}
.index-project .project-item:nth-child(5){top:66.6%;left:0}
.index-project .project-item:nth-child(6){top:66.6%;left:25%}
.index-project .project-item:nth-child(7){top:66.6%;right:25%}
.index-project .project-item:nth-child(8){top:66.6%;right:0%}
.index-project-title{position:absolute;top:16%;left:27%}
@media (min-width:1260px){.index-project-title{max-width:46%}
}
.index-project-title h2{font-size:48px;font-weight:700;color:#fff;margin-bottom:10px}
.index-project-title p{font-size:24px;color:#fff}
@media screen and (max-width:576px){

  .index-project{display: none;}

}

/*首页新增*/

.zgwuliu-list{width:1120px; margin:0 auto; margin-top:0px; background:#f5f5f5; padding:15px 0; overflow:hidden}
.zgwuliu-list li{width:90%; padding:15px 5%; overflow:hidden; font-size:16px; line-height:30px}
.zgwuliu-list li span{display:block; float:left}
.zgwuliu-list li:nth-of-type(1){color:#00a0e9}
.zgwuliu-list li span:nth-of-type(1){width:230px;background:url(../images/wuliuyuandian-2.jpg) no-repeat right;margin-right:40px}
.zgwuliu-list li:nth-of-type(1) span:nth-of-type(1){width:230px;background:url(../images/wuliuyuandian-1.jpg) no-repeat right;margin-right:40px}
.zgwuliu-list li span:nth-of-type(2){   }


/*会员登陆*/
.denglu{width:380px; margin:60px auto; overflow: hidden;}
.denglu-logo{text-align:center; font-size: 36px; color: #00a0e9; font-weight: bold; margin-bottom: 40px;}
#denglu-tab{margin: 20px 0; overflow: hidden;}
#denglu-tab ul li{width: 49%; float: left; height: 45px; line-height: 45px;  text-align: center; background: #ddd; color: #333; font-size: 16px;}
#denglu-tab ul li:nth-child(2){float: right;}
#denglu-tab ul li.current{background: #00a0e9; color: #fff;}
#denglu-tab ul li:hover{cursor: pointer;}
.denglu .inputs{ width:100%; height:43px; outline: none; line-height:43px; padding:0 2%; border:#a7afb8 solid 1px; border-radius: 2px; box-sizing: border-box; margin-bottom: 10px; }
.denglucss2{text-align:right; font-size:14px; color:#00a0e9}
.denglu .denglucss2 a{color:#00a0e9}
.denglubtn{ width:100%; height:45px; line-height:45px; cursor: pointer; font-size:16px; color:#FFFFFF; border:0; background:#00a0e9; text-align:center;border-radius: 2px; margin: 20px 0;}
.denglucss1{font-size: 16px; text-align: center;}
.denglu .zhucebtn{width:378px; height:43px; cursor: pointer; line-height:43px; text-align:center; border-radius: 2px; border:#959ca4 solid 1px; display:block; font-size:16px; margin:20px 0;}
.denglu li.copy{color: #888; font-size: 14px;}
#sendmsgbtn{width:28%;height:43px;background:#00a0e9;float:right;line-height:43px;color:#fff;text-align:center;border:0;border-radius:2px;cursor:pointer}
#denglu-content{display: none;}
@media screen and (max-width:576px){
.denglu{width:96%; margin:60px auto; overflow: hidden;}
.denglu .inputs{ width:100%; height:43px; outline: none; line-height:43px; padding:0 2%; border:#a7afb8 solid 1px; border-radius: 2px; box-sizing: border-box; margin-bottom: 10px; }
}
/*会员登陆*/

/*会员注册*/
.zhuce{width:360px; margin:0 auto; margin-top:60px;margin-bottom:60px}
.zhuce li{width:100%; margin-bottom:15px;  line-height:45px}
.zhuce li.zhuce-css1{text-align:center; font-size:16px}
.zhuce li .inputs{ width:96%; height:43px; line-height:43px; padding:0 2%; border:#a7afb8 solid 1px; border-radius: 2px;}
.zhuce li .selects{height:43px; line-height:43px;border:#a7afb8 solid 1px; border-radius: 2px; margin-right:10px; width:110px}
.zhuce li .selects:nth-of-type(3){margin-right:0}
.zhuce li .textareas{ width:96%; height:30px; line-height:30px; padding:2%; border:#a7afb8 solid 1px; border-radius: 2px; height:100px; font-family:"微软雅黑"}
.zhuce li .zhucebtn{ width:100%; height:45px; line-height:45px; font-size:16px; color:#FFFFFF; border:0; background:#00a0e9; text-align:center;border-radius: 2px;}
.zhuce li a.denglubtn{width:358px; height:43px; line-height:43px; text-align:center; border-radius: 2px; border:#959ca4 solid 1px; display:block; font-size:16px}
.zhuce li .zhucebtn{ width:100%; height:45px; line-height:45px; font-size:16px; color:#FFFFFF; border:0; background:#00a0e9; text-align:center;border-radius: 2px;}
.zhuce li a.denglubtn{width:358px; height:43px; line-height:43px; text-align:center; border-radius: 2px; border:#959ca4 solid 1px; display:block; font-size:16px}
.zhuce li label{width:22%; text-align:right; padding-right:3%; float:left}
.zhuce li .input-div{float:left; width:75%}
@media screen and (max-width:576px){
.zhuce{width:96%; margin:0 auto; margin-top:60px;margin-bottom:60px}
.zhuce li .inputs{ width:95%; height:43px; line-height:43px; padding:0 2%; border:#a7afb8 solid 1px; border-radius: 2px; }
.zhuce li a.denglubtn{width:100%; height:43px; line-height:43px; text-align:center; border-radius: 2px; border:#959ca4 solid 1px; display:block; font-size:16px}
.zhuce li .selects{height:43px; line-height:43px;border:#a7afb8 solid 1px; border-radius: 2px; margin-right:10px; width:30%}
}
.manager{width:500px; margin:0 auto; margin-top:60px;margin-bottom:60px; }
.manager li{width:100%; margin-bottom:15px; height:45px; line-height:45px}
.manager li.zhuce-css1{text-align:center; font-size:16px}
.manager li .inputs{ width:96%; height:43px; line-height:43px; padding:0 2%; border:#a7afb8 solid 1px; border-radius: 2px;}
.manager li .selects{height:43px; line-height:43px;border:#a7afb8 solid 1px; border-radius: 2px; margin-right:10px; width:110px}
.manager li .selects:nth-of-type(3){margin-right:0}
.manager li .textareas{ width:95.5%; height:30px; line-height:30px; padding:2%; border:#a7afb8 solid 1px; border-radius: 2px; height:100px; font-family:"微软雅黑"}
.manager li label{width:22%; text-align:right; padding-right:3%; float:left}
.manager li .input-div{float:left; width:75%}
.manager li .zhucebtn{ width:75%; height:45px; line-height:45px; font-size:16px; color:#FFFFFF; border:0; background:#00a0e9; text-align:center;border-radius: 2px; margin-left:25%}
.manager li a.denglubtn{width:358px; height:43px; line-height:43px; text-align:center; border-radius: 2px; border:#959ca4 solid 1px; display:block; font-size:16px}
.manager li label{width:22%; text-align:right; padding-right:3%; float:left}
.manager li .input-div{float:left; width:75%}
.manager li:nth-of-type(9){height:auto; overflow:hidden}
@media screen and (max-width:576px){
.manager{width:96%; margin:0 auto; margin-top:60px;margin-bottom:60px; }
.manager li .input-div{float:left; width:73%}
.manager li .selects{height:43px; line-height:43px;border:#a7afb8 solid 1px; border-radius: 2px; margin-right:0px; width:96%; margin-bottom:10px}
}




/*搜索框*/
.search-bg{width:100%; border-bottom:#dedede solid 1px;  height:59px; background:#FFFFFF; margin-bottom:30px}
.search-content{width:1200px; margin:0 auto; }
.search-content-1{width:317px; float:left;margin-top:13px}
.search-content-1 .lefter{width:77px; float:left; color:#444444; font-size:14px; line-height:35px}
.search-content-1 .righter{width:216px; padding:7px 12px; background:#eeeeee;border-radius: 10px; float:left}
.search-content-1 .righter .inputs{width:175px; height:20px; line-height:20px; background:#eeeeee; border:0; float:left; }
.search-content-1 .righter input.searchbtn{width:20px; height:20px; float:right; border:0; background:url(../images/search-btn.jpg) no-repeat; cursor:pointer}
.search-content-2{float:left; width:321px; margin-left:215px; margin-top:20px;}

.search-content-2 li a{width:auto; float:left; height:18px; line-height:18px; display:block; font-size:14px;padding-right:30px }
.search-content-2 li a:hover{color:#00a0e9}
.search-content-2 li a.on{color:#00a0e9}
.search-content-2 li a img{float:left; margin-right:8px}
.search-content-2 li a:nth-of-type(2){padding-right:0}
.search-content-3{float:left; width:285px;  margin-top:20px}
.search-content-3 .layui-nav {
	position: relative;
	padding: 0 0px;
	background-color: #fff;
	color: #333;
	border-radius: 0px;
	font-size: 0;
	box-sizing: border-box
}
.search-content-3 .layui-nav .layui-nav-item a:hover,.layui-nav .layui-this a {
	color: #00a0e9
}
.search-content-3 .layui-nav .layui-nav-item a.on {
	color: #00a0e9
}
.search-content-3 .layui-nav-img {
	width:auto;
	height:auto;
	margin-right: 10px;
	border-radius: 50%
}
.search-content-3 .layui-nav .layui-nav-item {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	line-height: 18px
}
.search-content-3 .layui-nav .layui-this:after,.layui-nav-bar,.layui-nav-tree .layui-nav-itemed:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0px;
	 background-color: #fff; 
	transition: all .2s;
	-webkit-transition: all .2s;
}
.search-content-3 .layui-nav .layui-nav-item a {
	display: block;
	padding: 0 20px;
	color: #333;
	/*color: rgba(255,255,255,.7);*/
	transition: all .3s;
	-webkit-transition: all .3s
}
.search-content-3 .layui-nav-child { top:39px}
.layui-nav .layui-nav-more {
	content: '';
	width: 0;
	height: 0;
	border-style: solid dashed dashed;
	border-color: #fff transparent transparent;
	overflow: hidden;
	cursor: pointer;
	transition: all .2s;
	-webkit-transition: all .2s;
	position: absolute;
	top: 50%;
	right: 3px;
	margin-top: -3px;
	border-width: 6px;
	border-top-color: rgba(52,207,108,.7)
}
.search{width:980px; margin:0 auto; margin-bottom:30px}
.search-input-css{width:150px; height:36px; line-height:36px; border:#D2D2D2 solid 1px; padding:0 2%; font-size:16px;    border-radius: 2px; margin-right:10px}
.search-btn{ padding:0 20px; height:36px; height:36px;color:#fff; background:#00a0e9; border:0; font-size:16px;border-radius: 2px;}
.search .selects{height:36px; line-height:36px;border:#D2D2D2 solid 1px; border-radius: 2px; margin-right:10px}

.dsxiadan{width:100%; margin:0 auto; margin-top:15px; overflow:hidden}

@media screen and (max-width:576px)
{
.search-bg{width:100%; border-bottom:#dedede solid 1px;  height:59px; background:#FFFFFF; margin-bottom:30px}
.search-content{width:95%; margin:0 auto; }
.search-content-1{width:317px; float:left;margin-top:13px}
.search-content-1 .lefter{width:77px; float:left; color:#444444; font-size:14px; line-height:35px}
.search-content-1 .righter{width:216px; padding:7px 12px; background:#eeeeee;border-radius: 10px; float:left}
.search-content-1 .righter .inputs{width:175px; height:20px; line-height:20px; background:#eeeeee; border:0; float:left; }
.search-content-1 .righter input.searchbtn{width:20px; height:20px; float:right; border:0; background:url(../images/search-btn.jpg) no-repeat; cursor:pointer}
.search-content-2{float:left; width:321px; margin-left:215px; margin-top:20px;}

.search-content-2 li a{width:auto; float:left; height:18px; line-height:18px; display:block; font-size:14px;padding-right:30px }
.search-content-2 li a:hover{color:#00a0e9}
.search-content-2 li a.on{color:#00a0e9}
.search-content-2 li a img{float:left; margin-right:8px}
.search-content-2 li a:nth-of-type(2){padding-right:0}
.search-content-3{float:left; width:100%;  margin-top:20px}
.search-content-3 .layui-nav {
	position: relative;
	padding: 0 0px;
	background-color: #fff;
	color: #333;
	border-radius: 0px;
	font-size: 0;
	box-sizing: border-box
}
.search-content-3 .layui-nav .layui-nav-item a:hover,.layui-nav .layui-this a {
	color: #00a0e9
}
.search-content-3 .layui-nav .layui-nav-item a.on {
	color: #00a0e9
}
.search-content-3 .layui-nav-img {
	width:auto;
	height:auto;
	margin-right: 10px;
	border-radius: 50%
}
.search-content-3 .layui-nav .layui-nav-item {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	line-height: 30px
}
.search-content-3 .layui-nav .layui-this:after,.layui-nav-bar,.layui-nav-tree .layui-nav-itemed:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0px;
	 background-color: #fff; 
	transition: all .2s;
	-webkit-transition: all .2s;
}
.search-content-3 .layui-nav .layui-nav-item a {
	display: block;
	padding: 0 20px;
	color: #333;
	/*color: rgba(255,255,255,.7);*/
	transition: all .3s;
	-webkit-transition: all .3s
}
.search-content-3 .layui-nav-child { top:39px}
.layui-nav .layui-nav-more {
	content: '';
	width: 0;
	height: 0;
	border-style: solid dashed dashed;
	border-color: #fff transparent transparent;
	overflow: hidden;
	cursor: pointer;
	transition: all .2s;
	-webkit-transition: all .2s;
	position: absolute;
	top: 50%;
	right: 3px;
	margin-top: -3px;
	border-width: 6px;
	border-top-color: rgba(52,207,108,.7)
}
  
  .search{width:96%; margin:0 auto; margin-bottom:30px}
.search-input-css{width:96%; height:36px; line-height:36px; border:#D2D2D2 solid 1px; padding:0 2%; font-size:16px;    border-radius: 2px; margin-right:0px; margin-bottom:10px}
.search-btn{ padding:0 20px; height:36px; height:36px;color:#fff; background:#00a0e9; border:0; font-size:16px;border-radius: 2px;}
.search .selects{height:36px; line-height:36px;border:#D2D2D2 solid 1px; border-radius: 2px; margin-right:10px}
    
}


.xinxi{width:1158px; margin:0 auto;border:#dedede solid 1px;background:#FFFFFF; padding:20px; margin-bottom:30px; overflow:hidden}
.xinxi .lefter{ width:65px; float:left; display:block; color:#00a0e9; font-size:16px}
.xinxi .righter{width:1065px; float:left; font-size:16px; color:#666666; line-height:28px}


@media screen and (max-width:576px)
{
.xinxi{width:95%; margin:1rem auto; box-sizing: border-box;  border:#dedede solid 1px;background:#FFFFFF; padding:1rem; margin-bottom:30px; overflow:hidden}
.xinxi .lefter{ width:65px; float:left; display:block; color:#00a0e9; font-size:16px}
.xinxi .righter{width:100%; float:none; font-size:16px; color:#666666; line-height:28px}

    
}


/*整柜订单详情*/
.zgorder-view{width:1198px; margin:0 auto; border:#dedede solid 1px; background:#FFFFFF; padding:40px 0; overflow:hidden; margin-bottom:20px}
.zgorder-content{width:1120px; margin:0 auto}thead
.zgorder-content table tr th{padding:10px 5px; font-size:14px; text-align:center}
.zgorder-content table tr td{padding:10px 5px; font-size:14px; text-align:center}
.zgorder-content table tr th.tab1 {color:#000; background:#f5f5f5;padding:10px 5px;}
.zgorder-content .title{ font-size:30px; color:#00a0e9; font-weight:bold; padding:15px 0; overflow:hidden}
.zgorder-content .title2{width:100%; padding:15px 0; overflow:hidden; font-size:16px}
.zgorder-content .title2 span{float:left; display:block; font-size:16px; margin-right:110px}
.zgorder-content .title2 span:nth-of-type(1){ font-size:18px; color:#333333; font-weight:bold}
.zgorder-content .title2 span:nth-of-type(2){color:#00a0e9}
.zgorder-content .title2 span:nth-of-type(4){margin-right:0}
.zgorder-content table tr td a {color:#00a0e9; display:block;width:80px; margin:0 auto}
.zgorder-content table tr td a img{float:left; margin-right:5px; }
.zgorder-content .title3{width:100%; display:block; }
.zgorder-content .title3 span{ display:block;  font-size:14px;padding:15px 0;overflow:hidden; float:left;display:block; margin-right:25px}
.zgorder-content .title3 span:nth-of-type(4){margin-right:0}
.zgorder-content .title3 strong{padding-right:5px}
/*整物流单详情*/
.zgwuliu-view{width:1198px; margin:0 auto; border:#dedede solid 1px; background:#FFFFFF; padding:40px 0; overflow:hidden; margin-bottom:15px}
.zgwuliu-content{width:1120px; margin:0 auto}
.zgwuliu-content table tr td{padding:10px 5px; font-size:14px; text-align:center}
.zgwuliu-content table tr td.tab1 {color:#000; background:#f5f5f5}
.zgwuliu-content .title{ font-size:30px; color:#00a0e9; font-weight:bold; padding:15px 0; overflow:hidden}
.zgwuliu-content .title2{width:100%; padding:15px 0; overflow:hidden; font-size:16px}
.zgwuliu-content .title2 span{float:left; display:block; font-size:16px; width:33.3%}
.zgwuliu-content .title2 span:nth-of-type(2){ font-size:18px; color:#333333; font-weight:bold; text-align:center}
.zgwuliu-content .title2 span:nth-of-type(1){color:#00a0e9}
.zgwuliu-content .title2 span:nth-of-type(3){ text-align:right}
.zgwuliu-list{width:1120px; margin:0 auto; margin-top:0px; background:#f5f5f5; padding:15px 0; overflow:hidden}
.zgwuliu-list li{width:90%; padding:15px 5%; overflow:hidden; font-size:16px; line-height:30px}
.zgwuliu-list li span{display:block; float:left}
.zgwuliu-list li:nth-of-type(1){color:#00a0e9}
.zgwuliu-list li span:nth-of-type(1){width:230px;background:url(../images/wuliuyuandian-2.jpg) no-repeat right;margin-right:40px}
.zgwuliu-list li:nth-of-type(1) span:nth-of-type(1){width:230px;background:url(../images/wuliuyuandian-1.jpg) no-repeat right;margin-right:40px}
.zgwuliu-list li span:nth-of-type(2){   }
@media screen and (max-width:576px)
{
/*整柜订单详情*/
.zgorder-view{width:96%; margin:0 auto; border:#dedede solid 1px; background:#FFFFFF; padding:0px 0; overflow:hidden}
.zgorder-content{width:96%; padding:2%; margin:0 auto}
.zgorder-content table tr td{padding:10px 5px; font-size:14px; text-align:center}
.zgorder-content table tr td.tab1 {color:#000; background:#f5f5f5}
.zgorder-content .title{ font-size:30px; color:#00a0e9; font-weight:bold; padding:15px 0; overflow:hidden}
.zgorder-content .title2{width:100%; padding:15px 0; overflow:hidden; font-size:16px; line-height:36px}
.zgorder-content .title2 span{float:left; display:block; font-size:16px; margin-right:110px}
.zgorder-content .title2 span:nth-of-type(1){ font-size:18px; color:#333333; font-weight:bold}
.zgorder-content .title2 span:nth-of-type(2){color:#00a0e9}
.zgorder-content .title2 span:nth-of-type(4){margin-right:0}
.zgorder-content table tr td a {color:#00a0e9; display:block;width:80px; margin:0 auto}
.zgorder-content table tr td a img{float:left; margin-right:5px; }
.zgorder-content .title3{width:100%; display:block; }
.zgorder-content .title3 span{ display:block;  font-size:14px;padding:15px 0;overflow:hidden; float:left;display:block; margin-right:25px}
.zgorder-content .title3 span:nth-of-type(4){margin-right:0}
.zgorder-content .title3 strong{padding-right:5px}
/*表格*/
 .zgorder-content table {
      border: 0;
    }

  .zgorder-content table thead {
      display: none;
    }

   .zgorder-content table tr {
      margin-bottom: 0px;
      display: block;
      border-bottom: 2px solid #ddd;
    }

   .zgorder-content table tr td {
      display: block;
      text-align: right;
      font-size: 13px;
      border-bottom: 1px dotted #ccc; min-height:25px; line-height:25px; padding:10px 15px
    }

   .zgorder-content table td:last-child {
      border-bottom: 0;
    }

   .zgorder-content table td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }


/*整物流单详情*/
.zgwuliu-view{width:96%; margin:0 auto; border:#dedede solid 1px; background:#FFFFFF; padding:0px 0; overflow:hidden; margin-bottom:15px}
.zgwuliu-content{width:96%; padding:2%; margin:0 auto}
.zgwuliu-content table tr td{padding:10px 5px; font-size:14px; text-align:center}
.zgwuliu-content table tr td.tab1 {color:#000; background:#f5f5f5}
.zgwuliu-content .title2{width:100%; padding:15px 0; overflow:hidden; font-size:14px; line-height:30px}
.zgwuliu-content .title2 span{float:left; display:block; font-size:14px; width:100%}
.zgwuliu-content .title2 span:nth-of-type(2){ font-size:18px; color:#333333; font-weight:bold; text-align:left}
.zgwuliu-content .title2 span:nth-of-type(1){color:#00a0e9}
.zgwuliu-content .title2 span:nth-of-type(3){ text-align:left}
/*表格*/
.zgwuliu-content table {
      border: 0;
    }
.zgwuliu-content table thead {
      display: none;
    }
.zgwuliu-content table tr {
      margin-bottom: 0px;
      display: block;
      border-bottom: 2px solid #ddd;
}
.zgwuliu-content table tr td {
      display: block;
      text-align: right;
      font-size: 13px;
      border-bottom: 1px dotted #ccc; min-height:25px; line-height:25px; padding:10px 15px
}
.zgwuliu-content table td:last-child {
      border-bottom: 0;
}
.zgwuliu-content table td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
}
.zgwuliu-list{width:100%; margin:0 auto; margin-top:0px; background:#f5f5f5; padding:15px 0; overflow:hidden}
}
/*门到门询价结果*/
.xunjia-view{width:1298px; margin:0 auto; border:#dedede solid 1px; background:#FFFFFF; padding:30px 0; overflow:hidden;position:relative; }
.xunjia-content{width:1120px; margin:0 auto}
.xunjia-content table tr td{padding:10px 5px; font-size:14px; text-align:center}
.xunjia-content table tr th.tab1 {color:#000; background:#f5f5f5;padding:10px 5px; font-size:14px; text-align:center}
.xunjia-content .title{ font-size:30px; color:#00a0e9; font-weight:bold; padding:15px 0; overflow:hidden}
.xunjia-content .title2{width:100%; padding:15px 0; overflow:hidden; font-size:16px}
.xunjia-content .title2 span{float:left; display:block; font-size:16px; font-size:18px; color:#333333;font-weight:bold;}
.xunjia-content .title2 a{width:80px; height:35px; line-height:35px; float:right; display:block; background:#00a0e9; text-align:center; color:#FFFFFF}
.xiadan{width:100%; margin:0 auto; margin-top:15px; overflow:hidden}
.xiadan li{width:33.3%; float:left; height:36px; line-height:36px; margin-bottom:15px}
.xiadan li label{width:25%; text-align:right; padding-right:3%; float:left}
.xiadan li .input-div{float:left; width:72%}
.xiadan li .input-div .input-css{width:94%; height:36px; line-height:36px; border:#D2D2D2 solid 1px; padding:0 2%; font-size:14px;    border-radius: 2px;}

.xiadanlist{width:100%; margin:0 auto; margin-top:15px; overflow:hidden; }
.xiadanlist ul{width:90%; float:left}
.xiadanlist li{width:25%; float:left; height:36px; line-height:36px; margin-bottom:15px}
.xiadanlist li label{width:30%; text-align:right; padding-right:3%; float:left}
.xiadanlist li .input-div{float:left; width:67%}
.xiadanlist li .input-div .input-css{width:94%; height:36px; line-height:36px; border:#D2D2D2 solid 1px; padding:0 2%; font-size:14px;    border-radius: 2px;}
.xiadanlistbtn{float:left; width:5%; text-align:right;line-height:36px}
.price{ width:95%; margin:0 auto; }
 .price li{width:100%;line-height:30px}
 .price li h1{ width:60%; text-align:right; display:block; font-weight:normal; font-size:14px; float:left}
  .price li h2{ width:40%; text-align:left; display:block; font-weight:normal; font-size:14px;float:left}
  .huowuzhonglei{text-align:left; line-height:25px}
@media screen and (max-width:576px){
.xunjia-view{width:95%; margin:0 auto; border:#dedede solid 1px; background:#FFFFFF; padding:30px 0; overflow:hidden;position:relative; }
.xunjia-content{width:95%; margin:0 auto}
.xunjia-content table tr td{padding:10px 15px; font-size:14px; text-align:right}
.xunjia-content table tr th.tab1 {color:#000; background:#f5f5f5;padding:10px 5px; font-size:14px; text-align:center}
.xunjia-content .title{ font-size:1.6rem; color:#00a0e9; font-weight:bold; padding:15px 0; overflow:hidden}
.huowuzhongleiTitle{display:none}
.xunjia-content table {
      border: 0;
    }

.xunjia-content table thead {
      display: none;
    }

.xunjia-content table tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
    }

.xunjia-content table td {
      display: block;
      text-align: right;
      font-size: 13px;
      border-bottom: 1px dotted #ccc; height:30px; line-height:30px;
    }

.xunjia-content table td:last-child {
      border-bottom: 0;
    }

.xunjia-content table td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }

.price{ width:60%; float:right; overflow:hidden }
.price li{width:100%;line-height:20px; text-align:right;}
.price li h1{ width:auto; text-align:right; display:inline; font-weight:normal; font-size:2vw; float:none}
.price li h2{ width:auto; text-align:left; display:inline; font-weight:normal; font-size:2vw;float:none}

.xunjia-content .title2{width:100%; padding:15px 0; overflow:hidden; font-size:16px}
.xunjia-content .title2 span{float:left; display:block; font-size:16px; font-size:18px; color:#333333;font-weight:bold;}
.xunjia-content .title2 a{width:80px; height:35px; line-height:35px; float:right; display:block; background:#00a0e9; text-align:center; color:#FFFFFF}
.xiadan{width:100%; margin:0 auto; margin-top:15px; overflow:hidden}
.xiadan li{width:100%; float:left; height:36px; line-height:36px; margin-bottom:15px}
.xiadan li label{width:25%; text-align:right; padding-right:3%; float:left; display:none}
.xiadan li .input-div{float:left; width:100%}
.xiadan li .input-div .input-css{width:94%; height:36px; line-height:36px; border:#D2D2D2 solid 1px; padding:0 2%; font-size:14px;    border-radius: 2px;}

.xiadanlist ul{width:90%; float:left}
.xiadanlist li{width:100%; float:left; height:36px; line-height:36px; margin-bottom:15px}
.xiadanlist li label{width:30%; text-align:right; padding-right:3%; float:left; display:none}
.xiadanlist li .input-div{float:left; width:100%}
.xiadanlist li .input-div .input-css{width:94%; height:36px; line-height:36px; border:#D2D2D2 solid 1px; padding:0 2%; font-size:14px;    border-radius: 2px;}
.xiadanlistbtn{float:left; width:10%; text-align:right;line-height:36px}

}


.xiadan li .selects{height:36px; line-height:36px;border:#a7afb8 solid 1px; border-radius: 2px;  width:100%; }
.xunjia-content  .layui-form-radio {
	line-height: 28px;
	 margin:0; 
	padding-right: 0px; 
	cursor: pointer;
	font-size: 0;
}
.xunjia-content .layui-form-radio>i {
	 margin-right: 0px; 
	font-size: 22px;
	color: #c2c2c2;
}
.zxlist{width:100%; margin:0 auto; }
.zxlist li{width:33.3%; float:left;  line-height:36px; margin-bottom:15px}
.zxlist li label{width:22%; text-align:right; padding-right:3%; float:left}
.zxlist li .input-div{float:left; width:75%}
.zxlist li .input-div .input-css{width:94%; height:36px; line-height:36px; border:#D2D2D2 solid 1px; padding:0 2%; font-size:16px;    border-radius: 2px;}

.zxlist .webuploader-pick {
	position: relative;
	display: inline-block;
	cursor: pointer;
	background: #00a0e9;
	width:75%; padding:0;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
}
.zxlist .webuploader-pick-hover {
	background: #00a0e9;
}
.zxlist .parentFileBox {
	width:auto;
	height:auto;
	overflow:hidden;
	position:relative; margin-left:23%; width:180px
}
.zxlist .parentFileBox>.fileBoxUl {
	position:relative;
	width:180px;
	height:auto;
	overflow:hidden;
	padding-bottom:5px;
}
.zxlist .layui-form-select dl {}
.xiadan-btn{width:300px; margin:0 auto; margin-top:20px}
.xiadanbtn{width:300px; height:50px; text-align:center; background:#00a0e9; color:#FFFFFF; font-size:18px; margin:0 auto; font-family:"微软雅黑"; border:0; border-radius:2px}
.zxlist li .selects{height:36px; line-height:36px;border:#a7afb8 solid 1px; border-radius: 2px;  width:100%}

/*会员信息*/
.user-view{width:1298px; margin:0 auto; border:#dedede solid 1px; background:#FFFFFF; padding:30px 0; overflow:hidden;position:relative; }
.user-content{width:980px; margin:0 auto}
.user-content .title{ font-size:30px; color:#00a0e9; font-weight:bold; padding:15px 0; overflow:hidden; margin-bottom:15px}
.userlist{width:100%; margin:0 auto; }
.userlist li{width:50%; float:left;  line-height:36px; margin-bottom:15px}
.userlist li label{width:22%; text-align:right; padding-right:3%; float:left}
.userlist li .input-div{float:left; width:75%}
.userlist li .input-div .input-css{width:94%; height:36px; line-height:36px; border:#D2D2D2 solid 1px; padding:0 2%; font-size:16px;    border-radius: 2px;}
.userlist li .selects{height:36px; line-height:36px;border:#a7afb8 solid 1px; border-radius: 2px; margin-right:11px; width:110px}
.userlist li .selects:nth-of-type(3){margin-right:0}
.userlist li .textareas{ width:94%; height:30px; line-height:30px; padding:2%; border:#a7afb8 solid 1px; border-radius: 2px; height:100px}
.user-btn{width:300px; margin:0 auto; margin-top:20px}
.userbtn{width:300px; height:50px; text-align:center; background:#00a0e9; color:#FFFFFF; font-size:18px; margin:0 auto; font-family:"微软雅黑"; border:0; border-radius:2px}


/*订单查询*/
.dingdan-bg{background:#f2f2f2}
.dingdan-banner{width:100%}
.dingdan-menu{width:100%; background:#232e31; position:relative; padding:60px 0; overflow:hidden}
.dingdan-content{width:1200px; margin:0 auto; padding:45px 0; overflow:hidden; background:#FFFFFF;/*border-radius: 10px 10px 0 0;*//* margin-top:-70px;*/ overflow:hidden; z-index:9999; position:relative; margin-bottom:50px}
.dingdan-title{width:980px; margin:0 auto; font-size:30px; color:#fff; margin-bottom:25px; text-align:center}
.dingdan-num{width:980px; padding:15px 0; margin:0 auto; overflow:hidden; font-size:16px}
.dingdan-list{width:980px; margin:0 auto; background:#eeeeee;}
.dingdan-list table tr td{padding:10px 5px; font-size:14px; text-align:center}
.dingdan-list table tr td.tab1 {color:#000; background:#f5f5f5}
.dingdan-list li{width:940px; border-bottom:#FFFFFF solid 1px; padding:20px; overflow:hidden}
.dingdan-list li .lefter{width:45px; float:left; margin-right:20px}
.dingdan-list li .righter{width:875px; float:right}
.dingdan-list li .righter p{float:left; display:block; line-height:24px}
.dingdan-list li .righter p lable{ font-size:16px; font-weight:normal}
.dingdan-list li .righter p span{color:#777777; font-size:14px; display:block}
.dingdan-list li .righter p:nth-of-type(1){ width:320px}
.dingdan-list li .righter p:nth-of-type(2){ width:70px; text-align:center; margin-right:50px}
.dingdan-list li .righter p:nth-of-type(3){ width:150px;  }
.dingdan-list li .righter a.view{float:right; width:100px; height:36px; line-height:36px; text-align:center; font-size:16px; color:#FFFFFF; background:#00a0e9;border-radius:2px; display:block; margin-top:5px; margin-left:10px}
.dingdan-content .layui-tab-title { height:36px; margin:0 auto; border-bottom:0;  margin-bottom:15px; width:515px}
.dingdan-content .layui-tab-title li{line-height:36px; height:36px; font-size:16px; color:#fff; padding:0; width:150px; background:#999999; border-radius:2px; margin-right:25px}
.dingdan-content .layui-tab-title li:nth-of-type(3){margin-right:0}
.dingdan-content .layui-tab-title .layui-this:after { border:0; height:55px}
.dingdan-content .layui-tab-title .layui-this{color:#fff; background:#00a0e9}

@media screen and (max-width:576px)
{
    
.dingdan-bg{background:#f2f2f2}
.dingdan-banner{width:100%}
.dingdan-menu{width:100%; background:#232e31; position:relative; padding:60px 0; overflow:hidden}
.dingdan-content{width:95%; margin:0 auto; padding:45px 0; overflow:hidden; background:#FFFFFF;/*border-radius: 10px 10px 0 0;*//* margin-top:-70px;*/ overflow:hidden; z-index:9999; position:relative}
.dingdan-title{width:100%; margin:0 auto; font-size:30px; color:#fff; margin-bottom:25px; text-align:center}
.dingdan-num{width:100%; padding:15px 0; margin:0 auto; overflow:hidden; font-size:16px}
.dingdan-list{width:100%; margin:0 auto; background:#eeeeee;}
.dingdan-list table tr td{padding:10px 5px; font-size:14px; text-align:center}
.dingdan-list table tr td.tab1 {color:#000; background:#f5f5f5}
.dingdan-list li{width:940px; border-bottom:#FFFFFF solid 1px; padding:20px; overflow:hidden}
.dingdan-list li .lefter{width:45px; float:left; margin-right:20px}
.dingdan-list li .righter{width:875px; float:right}
.dingdan-list li .righter p{float:left; display:block; line-height:24px}
.dingdan-list li .righter p lable{ font-size:16px; font-weight:normal}
.dingdan-list li .righter p span{color:#777777; font-size:14px; display:block}
.dingdan-list li .righter p:nth-of-type(1){ width:320px}
.dingdan-list li .righter p:nth-of-type(2){ width:70px; text-align:center; margin-right:50px}
.dingdan-list li .righter p:nth-of-type(3){ width:150px;  }
.dingdan-list li .righter a.view{float:right; width:100px; height:36px; line-height:36px; text-align:center; font-size:16px; color:#FFFFFF; background:#00a0e9;border-radius:2px; display:block; margin-top:5px; margin-left:10px}
.dingdan-content .layui-tab-title { height:36px; margin:0 auto; border-bottom:0;  margin-bottom:15px; width:515px}
.dingdan-content .layui-tab-title li{line-height:36px; height:36px; font-size:16px; color:#fff; padding:0; width:150px; background:#999999; border-radius:2px; margin-right:25px}
.dingdan-content .layui-tab-title li:nth-of-type(3){margin-right:0}
.dingdan-content .layui-tab-title .layui-this:after { border:0; height:55px}
.dingdan-content .layui-tab-title .layui-this{color:#fff; background:#00a0e9}

}

.kuaishuxiadan{width:100%; margin:0 auto; overflow:hidden; text-align:center}
.kuaishuxiadan li{display:inline-block; font-size:16px; margin-right:15px; border-radius: 5px }
.kuaishuxiadan li a{display:block;padding:15px 15px;border-radius: 5px;border:#dedede solid 1px;}
.kuaishuxiadan li a.on{ background:#00a0e9; color:#FFFFFF;border:#00a0e9 solid 0px;}

/*门到门询价结果*/
.xunjia-view{width:1298px; margin:0 auto; border:#dedede solid 1px; background:#FFFFFF; padding:30px 0; overflow:hidden;position:relative; }
.xunjia-content{width:1120px; margin:0 auto}
.xunjia-content table tr td{padding:10px 5px; font-size:14px; text-align:center}
.xunjia-content table tr th.tab1 {color:#000; background:#f5f5f5;padding:10px 5px; font-size:14px; text-align:center}
.xunjia-content .title{ font-size:30px; color:#00a0e9; font-weight:bold; padding:15px 0; overflow:hidden}
.xunjia-content .title2{width:100%; padding:15px 0; overflow:hidden; font-size:16px}
.xunjia-content .title2 span{float:left; display:block; font-size:16px; font-size:18px; color:#333333;font-weight:bold;}
.xunjia-content .title2 a{width:80px; height:35px; line-height:35px; float:right; display:block; background:#00a0e9; text-align:center; color:#FFFFFF}
.xiadan{width:100%; margin:0 auto; margin-top:15px; overflow:hidden}
.xiadan li{width:33.3%; float:left; height:36px; line-height:36px; margin-bottom:15px}
.xiadan li label{width:25%; text-align:right; padding-right:3%; float:left}
.xiadan li .input-div{float:left; width:72%}
.xiadan li .input-div .input-css{width:94%; height:36px; line-height:36px; border:#D2D2D2 solid 1px; padding:0 2%; font-size:14px;    border-radius: 2px;}

.xiadanlist{width:100%; margin:0 auto; margin-top:15px; overflow:hidden; }
.xiadanlist ul{width:90%; float:left}
.xiadanlist li{width:25%; float:left; height:36px; line-height:36px; margin-bottom:15px}
.xiadanlist li label{width:30%; text-align:right; padding-right:3%; float:left}
.xiadanlist li .input-div{float:left; width:67%}
.xiadanlist li .input-div .input-css{width:94%; height:36px; line-height:36px; border:#D2D2D2 solid 1px; padding:0 2%; font-size:14px;    border-radius: 2px;}
.xiadanlistbtn{float:left; width:5%; text-align:right;line-height:36px}
.price{ width:95%; margin:0 auto; }
 .price li{width:100%;line-height:30px}
 .price li h1{ width:60%; text-align:right; display:block; font-weight:normal; font-size:14px; float:left}
  .price li h2{ width:40%; text-align:left; display:block; font-weight:normal; font-size:14px;float:left}
  .huowuzhonglei{text-align:left; line-height:25px}
@media screen and (max-width:576px){
.xunjia-view{width:95%; margin:0 auto; border:#dedede solid 1px; background:#FFFFFF; padding:30px 0; overflow:hidden;position:relative; }
.xunjia-content{width:95%; margin:0 auto}
.xunjia-content table tr td{padding:10px 15px; font-size:14px; text-align:right}
.xunjia-content table tr th.tab1 {color:#000; background:#f5f5f5;padding:10px 5px; font-size:14px; text-align:center}
.xunjia-content .title{ font-size:1.6rem; color:#00a0e9; font-weight:bold; padding:15px 0; overflow:hidden}
.huowuzhongleiTitle{display:none}
.xunjia-content table {
      border: 0;
    }

.xunjia-content table thead {
      display: none;
    }

.xunjia-content table tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
    }

.xunjia-content table td {
      display: block;
      text-align: right;
      font-size: 13px;
      border-bottom: 1px dotted #ccc; height:30px; line-height:30px;
    }

.xunjia-content table td:last-child {
      border-bottom: 0;
    }

.xunjia-content table td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }

.price{ width:60%; float:right; overflow:hidden }
.price li{width:100%;line-height:20px; text-align:right;}
.price li h1{ width:auto; text-align:right; display:inline; font-weight:normal; font-size:2vw; float:none}
.price li h2{ width:auto; text-align:left; display:inline; font-weight:normal; font-size:2vw;float:none}

.xunjia-content .title2{width:100%; padding:15px 0; overflow:hidden; font-size:16px}
.xunjia-content .title2 span{float:left; display:block; font-size:16px; font-size:18px; color:#333333;font-weight:bold;}
.xunjia-content .title2 a{width:80px; height:35px; line-height:35px; float:right; display:block; background:#00a0e9; text-align:center; color:#FFFFFF}
.xiadan{width:100%; margin:0 auto; margin-top:15px; overflow:hidden}
.xiadan li{width:100%; float:left; height:36px; line-height:36px; margin-bottom:15px}
.xiadan li label{width:25%; text-align:right; padding-right:3%; float:left; display:none}
.xiadan li .input-div{float:left; width:100%}
.xiadan li .input-div .input-css{width:94%; height:36px; line-height:36px; border:#D2D2D2 solid 1px; padding:0 2%; font-size:14px;    border-radius: 2px;}

.xiadanlist ul{width:90%; float:left}
.xiadanlist li{width:100%; float:left; height:36px; line-height:36px; margin-bottom:15px}
.xiadanlist li label{width:30%; text-align:right; padding-right:3%; float:left; display:none}
.xiadanlist li .input-div{float:left; width:100%}
.xiadanlist li .input-div .input-css{width:94%; height:36px; line-height:36px; border:#D2D2D2 solid 1px; padding:0 2%; font-size:14px;    border-radius: 2px;}
.xiadanlistbtn{float:left; width:10%; text-align:right;line-height:36px}

}


.xiadan li .selects{height:36px; line-height:36px;border:#a7afb8 solid 1px; border-radius: 2px;  width:100%; }
.xunjia-content  .layui-form-radio {
	line-height: 28px;
	 margin:0; 
	padding-right: 0px; 
	cursor: pointer;
	font-size: 0;
}
.xunjia-content .layui-form-radio>i {
	 margin-right: 0px; 
	font-size: 22px;
	color: #c2c2c2;
}
.zxlist{width:100%; margin:0 auto; }
.zxlist li{width:33.3%; float:left;  line-height:36px; margin-bottom:15px}
.zxlist li label{width:22%; text-align:right; padding-right:3%; float:left}
.zxlist li .input-div{float:left; width:75%}
.zxlist li .input-div .input-css{width:94%; height:36px; line-height:36px; border:#D2D2D2 solid 1px; padding:0 2%; font-size:16px;    border-radius: 2px;}

.zxlist .webuploader-pick {
	position: relative;
	display: inline-block;
	cursor: pointer;
	background: #00a0e9;
	width:75%; padding:0;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
}
.zxlist .webuploader-pick-hover {
	background: #00a0e9;
}
.zxlist .parentFileBox {
	width:auto;
	height:auto;
	overflow:hidden;
	position:relative; margin-left:23%; width:180px
}
.zxlist .parentFileBox>.fileBoxUl {
	position:relative;
	width:180px;
	height:auto;
	overflow:hidden;
	padding-bottom:5px;
}
.zxlist .layui-form-select dl {}
.xiadan-btn{width:300px; margin:0 auto; margin-top:20px}
.xiadanbtn{width:300px; height:50px; text-align:center; background:#00a0e9; color:#FFFFFF; font-size:18px; margin:0 auto; font-family:"微软雅黑"; border:0; border-radius:2px}
.zxlist li .selects{height:36px; line-height:36px;border:#a7afb8 solid 1px; border-radius: 2px;  width:100%}



@media screen and (max-width:576px){
}
/*会员登陆*/


.zgbtn-div{width:340px; margin:0 auto; margin-top:20px; clear:both}
.zgbtn{width:340px; height:50px; text-align:center; background:#00a0e9; color:#FFFFFF; font-size:18px; margin:0 auto; font-family:"微软雅黑"; border:0}

@media screen and (max-width:576px){
.xunjia-view{width:95%; margin:0 auto; border:#dedede solid 1px; background:#FFFFFF; padding:30px 0; overflow:hidden;position:relative; }
.xunjia-content{width:95%; margin:0 auto}
.xunjia-content table tr td{padding:10px 15px; font-size:14px; text-align:right}
.xunjia-content table tr th.tab1 {color:#000; background:#f5f5f5;padding:10px 5px; font-size:14px; text-align:center}
.xunjia-content .title{ font-size:1.6rem; color:#00a0e9; font-weight:bold; padding:15px 0; overflow:hidden}
.huowuzhongleiTitle{display:none}
.xunjia-content table {
      border: 0;
    }

.xunjia-content table thead {
      display: none;
    }

.xunjia-content table tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
    }

.xunjia-content table td {
      display: block;
      text-align: right;
      font-size: 13px;
      border-bottom: 1px dotted #ccc; height:30px; line-height:30px;
    }

.xunjia-content table td:last-child {
      border-bottom: 0;
    }

.xunjia-content table td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }

.price{ width:60%; float:right; overflow:hidden }
.price li{width:100%;line-height:20px; text-align:right;}
.price li h1{ width:auto; text-align:right; display:inline; font-weight:normal; font-size:2vw; float:none}
.price li h2{ width:auto; text-align:left; display:inline; font-weight:normal; font-size:2vw;float:none}

.xunjia-content .title2{width:100%; padding:15px 0; overflow:hidden; font-size:16px}
.xunjia-content .title2 span{float:left; display:block; font-size:16px; font-size:18px; color:#333333;font-weight:bold;}
.xunjia-content .title2 a{width:80px; height:35px; line-height:35px; float:right; display:block; background:#00a0e9; text-align:center; color:#FFFFFF}
.xiadan{width:100%; margin:0 auto; margin-top:15px; overflow:hidden}
.xiadan li{width:100%; float:left; height:36px; line-height:36px; margin-bottom:15px}
.xiadan li label{width:25%; text-align:right; padding-right:3%; float:left; display:none}
.xiadan li .input-div{float:left; width:100%}
.xiadan li .input-div .input-css{width:94%; height:36px; line-height:36px; border:#D2D2D2 solid 1px; padding:0 2%; font-size:14px;    border-radius: 2px;}

.xiadanlist ul{width:90%; float:left}
.xiadanlist li{width:100%; float:left; height:36px; line-height:36px; margin-bottom:15px}
.xiadanlist li label{width:30%; text-align:right; padding-right:3%; float:left; display:none}
.xiadanlist li .input-div{float:left; width:100%}
.xiadanlist li .input-div .input-css{width:94%; height:36px; line-height:36px; border:#D2D2D2 solid 1px; padding:0 2%; font-size:14px;    border-radius: 2px;}
.xiadanlistbtn{float:left; width:10%; text-align:right;line-height:36px}

}


    #bg {
    width:100%;
    height:100%;
    background-color:#000;
    position:fixed;
    top:0;
    left:0;
    z-index:2;
    opacity:0.3;
    /*兼容IE8及以下版本浏览器*/
    filter: alpha(opacity=30);
    display:none;
}
.opendiv{width: 50%; margin: 0px auto; position: fixed; top: 10%; left: 0px; right: 0px; background: rgb(238, 238, 238); padding: 10px; border: 1px solid rgb(204, 204, 204); display:none; z-index:9999999}
.wuliuclose{width:100%; text-align:right; line-height:30px}


@media screen and (max-width:576px){
.opendiv{width: 90%;}
}





























































































































































































































































