.header.ant-layout {
    background: #009688;
    height: 96px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 999;
    display: initial!important;
    padding-left:0%;
    border-bottom: none;
}

.content.ant-layout {
    display: inherit!important
}

.content.ant-layout,.contentBg {
    background: #fff!important
}

.header-top {
    max-width: 1080px;
    margin: 0 auto
}

.clear {
    clear: both
}

.last {
    border-right: none!important
}

.header-left {
    float: left
}


.header-right {
    float: right;
    line-height: 48px;

    color: #fff
}

.header-control {
    display: inline-block
}

.header-control a,.login-r a,.login-s a:hover {
    color: #fff
}

.header-control a:hover,.login-r a:hover {
    color: #fbb97f
}

.login-s a {
    color: #fbb97f!important;
    font-size: 16px;
}

.login-s a:hover {
	font-size: 17px;
    color: #fff!important
}

.login-r a:hover {
	 font-size: 16px;
    color: #fbb97f!important
}

.header-login {
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 14px;
    border-color:white;
    margin-left: 50px;
	margin-top: 35px;
}

.header-menu-active {
	border: 1px solid #fff;
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 14px;
    border-color:white;
	margin-top: 35px;
	margin-left: 10px;
}


.header-menu {
	border: 1px solid #00a971;
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 14px;
    border-color:#00a971;
	margin-top: 35px;
	margin-left: 10px;
}


.header-menu-w {
   	 color: #fbb97f
}

.header-login img {
    position: relative;
    top: -2px;
    margin-right: 5px
}

.login-s {
    color: #fbb97f
}

.login-r {
    border-left: 1px solid #fff;
    padding-left: 8px;
    margin-left: 8px
}

.footer-copy {
    background: #009688;
    height: 60px;
    padding-top: 10px;
    line-height: 55px;
    position: fixed;
    bottom: 0px;
    width: 100%
}

.footer-copy-text {

    margin: 0 auto;
    max-width: 1080px
}

.footer-copy-text span {
    display: inline-block;
    width: 49%;
    color: #ccc;
    font-size: 14px;
	padding-bottom:30px;
}

.copy-right {
    text-align: right
}
/*头部样式*/
.comm-header {
  width: 100%;
}
.topmenu {
  background: #fcfcfc;
}
.head-warp {
  background: #009688;
}
.comm-header.on {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 210;
  background: rgba(0, 0, 0, 0.3);
}
.top-con {
  width: 1200px;
  margin: 0 auto;
  padding: 0 60px 0 32px;
  height: 36px;
  line-height: 36px;
}
.top-con img {
  margin: 0 7px;
  display: inline-block;
}
.top-con span {
  float: left;
  display: block;
  font-size: 14px;
  color: #545a60;
  margin-right: 24px;
}
.top-con span.com-name {
  max-width: 254px;
  margin-right: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.top-con span a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  margin-right: 10px;
}
.top-con span a.login-text,
.top-con span.com-name.login-text,
.top-con span.com-name.login-text a {
  margin: 0;
}
.top-con span a:hover {
  color: #00a971;
}
.top-con ul {
  float: right;
}
.top-con ul li {
  float: left;
  display: inline;
  margin-left: 21px;
}
.top-con ul li a {
  display: block;
  font-size: 12px;
  color: #545a60;
}
.top-con ul li a:hover {
  color: #00a971;
}
.top-con ul .open-appqrcode{
  position: relative;
}

.top-con ul .open-appqrcode .qrcodepopup{
  /* display: none!important; */
  display: none;
  z-index: 9999;
  position: absolute;
  bottom: -186px;
  left: 50%;
  transform: translate(-50%,0);
  max-width: 300px;
  min-width: 134px;
  height: 186px;
  background: rgba(255,255,255,1);
  border-radius: 2px;
  box-shadow: 0px 0px 2px 2px rgba(244,244,244,1);
  padding: 18px 20px 12px;
}

.top-con ul .open-appqrcode .qrcodepopup .qcbox{
  width: 88px;
  margin: 0 10px;
  /* display: none!important; */
}
.top-con ul .open-appqrcode .qrcodepopup .qcbox img{
  width: 88px;
  height: 88px;
  background-color: #eee;
  flex-shrink: 0;
}
.top-con ul .open-appqrcode .qrcodepopup .qcbox p:nth-of-type(1){
  font-size:12px;
font-family:Microsoft YaHei;
font-weight:300;
color:rgba(85,85,85,1);
line-height: 12px;
text-align: center;
margin-top: 12px;

}
.top-con ul .open-appqrcode .qrcodepopup .qcbox p:nth-of-type(2){
  width: 142px;
  text-align: center;
  font-size:10px;
  font-family:Microsoft YaHei;
  font-weight:300;
  color:rgba(153,153,153,1);
  line-height:20px;
  margin-top: 4px;
  padding-left: 12px;
}
.head-warp-con {
  max-width: 1366px;
  margin: 0 auto;
}
.logo {
  max-width: 230px;
  height: 78px;
  float: left;
  display: flex;
  margin: 8px 0;
  justify-content: center;
  align-items: center;
}
.img-logo-pc {
  width: auto;
  height: 100%;
}
.total-nav {
  float: right;
}
.total-nav li {
  position: relative;
  float: left;
  display: inline;
  width: 103px;
  height: 78px;
}
.total-nav li a {
  display: block;
  width: 103px;
  height: 52px;
  text-align: center;
  padding-top: 26px;
  font-size: 16px;
  color: #333;
}
.total-nav li a img.down-pc-img {
  display: inline-block;
  padding: 0 0 0 8px;
}
.total-nav li:hover,
.total-nav li.active {
  border-bottom: 3px solid #00a971;
  height: 75px;
}
.total-nav li a:hover,
.total-nav li.active a {
  color: #fff;
}
.total-nav li.on,
.total-nav li.about-us-pcon {
  border-bottom: 3px solid #00a971;
  height: 75px;
}
.total-nav li a.on,
.total-nav li a.about-us-pcon {
  color: #009999;
}
.total-nav li .down-menu a {
  width: 150px;
  padding: 0;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  font-weight: 400;
}

/******山西安速*****/
.total-nav li.login{
  top: 22px;
  left: 14px;
  height: 30px;
  line-height: 30px;
}
.total-nav li.register{
  left: 14px;
}
.total-nav li.login:hover,.total-nav li.register:hover{
  border-bottom:0;
}
.total-nav li.login a{
  padding: 0;
  height: 30px;
  line-height: 30px;
  background: #00a971;
  color: #fff;
  border-radius: 16px;
}
.popup-content{
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 0 30px 20px 30px;
  width: 530px;
  margin: -290px 0 0 -265px;
  background-color: #fff;
  border-radius: 10px;
  z-index: 100;
}
.popup-content h3{
  height: 66px;
  line-height: 66px;
  color: #515c6e;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
}
.popup-content .close{
  float: right;
  width: 20px;
  height: 20px;
  margin: 20px 0 0 0;
  cursor: pointer;
}
.popup-content .close img{
  width: 100%;
}
.popup-content ul li{
  width: 480px;
  height: 32px;
  color: #515a6e;
  margin: 0 0 25px 0;
  white-space: nowrap;
}
.popup-content .split{
  margin: 10px 0 20px 0;
  width: 100%;
  height: 1px;
  background-color: #eee;
}
.popup-content ul li i{
  display: inline-block;
  width: 100px;
  text-align: right;
  font-style: normal;
  color: #424752;
}
.popup-content ul li i:before{
  content: '*';
  color: #f00;
  font-size: 12px;
  padding: 0 5px 0 0;
}

.popup-content ul li input,.popup-content ul li select{
  display: inline-block;
  width: 354px;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 12px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #424752;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  -webkit-transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.popup-content ul li select{
  color: #999;
}
.popup-content ul li select option{
  color:#424752 ;
}
.popup-content ul li.code-li{
  position: relative;
}
.popup-content ul li input.switch-service{
  width: 310px;
  margin: 0 10px 0 0;
}
.popup-content ul li input.img-code{
  width: 200px;
}
#img-code-goods,#img-code-car{
  position: absolute;
  width: 126px;
  height: 50px;
  right: 26px;
  top: -10px;
  cursor: pointer;
}
::-webkit-input-placeholder,textarea::-webkit-input-placeholder { /* WebKit browsers */
  color: #999;
  font: 400 13.3333px Arial;
}

::-moz-placeholder,textarea::-webkit-input-placeholder { /* Mozilla Firefox 19+ */
  color: #999;
  font: 400 13.3333px Arial;
}

:-ms-input-placeholder,textarea::-webkit-input-placeholder { /* Internet Explorer 10+ */
  color: #999;
  font: 400 13.3333px Arial;
}
.sub-btn{
  float: none;
  display: block;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}
label.error{
  position: absolute;
  display: block;
  color: #f00;
  padding: 0 0 0 104px;
}
.reset-btn {
  display: none;
}

.sub-btn{
  display: block;
  width: 82px;
  height: 34px;
  line-height: 34px;
  background: #00a971;
  color: #fff;
  margin: 20px auto 0 auto;
  border: 0;
  cursor:pointer;
}
/****************/


a.cooperation_adv{
    position: fixed;
    display: block;
    right: 10px;
    bottom: 20px;
    width: 86px;
    height: 187px;
    background: url(../../../static/home/images/adv.png) center center/100% 100%;
    z-index: 10;
}
.popup-anshu.cooperation ul li i{
  padding: 0 10px 0 0;
}
a.cooperation_mobile{
  display: none;
}
.popup-content ul li.customer_desc {
    height: auto;
}
.popup-content ul li.customer_desc i {
    position: relative;
    top: -68px;
}
.popup-content ul li.customer_desc textarea{
    display: inline-block;
    width: 354px;
    height: 80px;
    padding: 4px 7px;
    font-size: 12px;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    color: #424752;
    background-color: #fff;
    font-family: 'Arial';
    resize:none;
}
.line-long {
  width: 100%;
  height: 1px;
  background: rgba(246, 246, 246, 0.25);
}


/*底部样式*/
footer {
  width: 100%;
  background: #3d3e49;
}
.cooper-con {
  width: 1200px;
  margin: 0 auto;
  padding: 36px 0 23px 0;
  border-bottom: 1px solid #515050;
}
.cooper-con {
  background: #202120;
}
.cooper-con ul {
  float: left;
}
.cooper-con ul.com-link {
  width: 245px;
}
.cooper-con ul.com-link li a {
  font-size: 14px;
  font-weight: 300;
  color: #aca9a9;
  line-height: 30px;
}
.cooper-con ul.com-link li a.com-link-us,
.cooper-con ul.com-link li {
  color: #fff;
  font-size: 0;
}
.cooper-con ul.com-link li a:hover {
  color: #099;
}
.cooper-con ul.com-ewm {
  width: 636px;
}
.cooper-con ul.com-ewm li {
  float: left;
  padding: 0 50px;
  text-align: center;
}
.cooper-con ul.com-ewm li img {
  width: 102px;
  height: 102px;
  padding: 0 0 12px 0;
}
.cooper-con ul.com-ewm li span {
  display: block;
  font-size: 12px;
  color: #666;
  line-height: 18px;
}
.cooper-con ul.com-server {
  width: 318px;
}
.cooper-con ul.com-server li {
  line-height: 40px;
  text-align: right;
}
.server-num {
  font-size: 22px;
  font-weight: 400;
  color: #d2d2d2;
}
.com-num {
  font-size: 26px;
  font-weight: 400;
  color: #fff;
}
.com-num img {
  position: relative;
  top: -3px;
  width: 23px;
  height: 25px;
  padding: 0 10px 0 0;
}
.server-time {
  font-size: 14px;
  font-weight: 300;
  color: #d2d2d2;
}

.foot {
  padding: 22px 0;
  width: 1030px;
  margin: 0 auto;
  text-align: center;
  color:#fff;
}
.foot a{
  color:#fff;
}
.foot p {
  text-align: center;
}
.webfoot {
  padding-top: 30px;
}
.foot span {
  font-size: 12px;
  color: #5c5c63;
  text-align: center;
  font-weight: 400;
  padding: 0 26px 0 0;
}
.foot span a {
  color: #666;
}
.webfoot span {
  color: #fff;
}
.record {
  width: 380px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.record li {
  float: left;
  margin-right: 5px;
}

.com-box {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  background: #fff;
  padding: 0 0 30px 0;
  margin: -177px 0 0 -250px;
  z-index: 21;
}
.com-box h3 {
  height: 36px;
  line-height: 36px;
  padding: 0 30px 0 0;
  margin: 0 0 20px 0;
  text-indent: 14px;
  font-size: 12px;
  color: #fff;
  background: #008887;
}
.com-box h3 span {
  float: right;
  cursor: pointer;
}
.com-box p {
  padding: 0 0 0 100px;
  font-size: 16px;
  color: #666;
  line-height: 36px;
}
.com-box p span {
  display: inline-block;
  width: 80px;
  text-align: right;
  color: #000;
}
.com-box button {
  display: block;
  border: none;
  width: 180px;
  height: 50px;
  background: #ff6326;
  color: #fff;
  font-size: 18px;
  margin: 20px auto 0 auto;
}
#master-unit {
  cursor: pointer;
}
.page-wrapper {
  margin-top: 20px;
  text-align: center;
}
.page-wrapper .item {
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #dce0e1;
  background-color: #ffffff;
  cursor: pointer;
}
.page-wrapper .item.active {
  color: #ffffff;
  background-color: #00a971;
}
.popup,.popup-anshu {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup .mask,.popup-anshu .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.popup .content,.popup-anshu .content {
  position: absolute;
  top: 10%;
  left: 50%;
  margin-left: -150px;
  padding-top: 10px;
  width: 300px;
  background-color: #fff;
  border-radius: 6px;
}
.popup .content .close,.popup-anshu .content .close {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.popup .content .close img,.popup-anshu .content .close img {
  width: 100%;
  height: 100%;
}
.popup .content .popup-img,.popup-anshu .content .popup-img {
  margin: 0 auto;
}

/*商务合作意向移动端*/
@media screen and (min-width:312px) and (max-width:480px) {
  .popup-content{
    width: 340px;
    margin: -290px 0 0 -170px;
    font-size: 16px;
    border-radius:0;
  }
  .main.on{
    position: absolute;
    height: 2000px;
    left: 50%;
    margin: 0 0 0 -170px;
    overflow-y: scroll;
  }
  .cooperation-popup.on{
    position: static;
    margin: 0;
  }
  .popup-content h3{
    font-size: 20px;
  }
  .popup-content .close{
    margin: 22px 0 0 0;
  }
  .popup-content ul li i{
    display: none;
  }
  .popup-content ul li{
    width: 284px;
    margin-bottom: 44px;
  }
  .popup-content ul li input{
    width: 284px;
    height: 44px;
    font-size: 16px;
    padding: 4px 7px 4px 15px;
    border-radius:0;
  }
  .popup-content ul li.customer_desc textarea{
    width: 284px;
    padding: 4px 7px 4px 15px;
    color: #424752;
    background-color: #fff;
    font-family: 'Arial';
    font-size: 16px;
  }
  a.cooperation_adv{
    display: none;
  }
  a.cooperation_mobile {
    display: block;
    width: 100%;
    height: 5.2rem;
    background: url(../../../static/home/images/adv_m.jpg) center center/100% 100%;
    left: 0;
    bottom: 0;
  }
  label.error{
    padding: 0;
  }
  .sub-btn{
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
}
