header {
  width: 100%;
  height: 119px;
}
header .header-inner {
  width: 1080px;
  margin: 0 auto;
}
header .header-inner .logo {
  float: left;
  margin-top: 10px;
  width: 137px;
  height: 33px;
}
header .header-inner .login {
  float: right;
  margin-top: 42px;
  width: 86px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #ff7b28;
  border-radius: 2px;
}
header .header-inner .login .login-button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #ff7b28;
  cursor: pointer;
}
header .header-inner .login .login-button:hover {
  background-color: #ff7b28;
  color: #fff;
}
header .header-inner .login .login-button:hover .login-layer {
  display: block;
}
header .header-inner .login .login-wrapper {
  padding-top: 20px;
  float: right;
}
header .header-inner .login .login-wrapper .login-layer {
  position: relative;
  display: none;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  z-index: 20;
}
header .header-inner .login .login-wrapper .login-layer li a {
  display: block;
  width: 160px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 14px;
  color: #000;
  background-color: #fff;
}
header .header-inner .login .login-wrapper .login-layer li:hover a {
  color: #fff;
  background-color: #ff7b28;
}
header .header-inner .login .login-wrapper .login-layer .login-boss a {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
header .header-inner .login .login-wrapper .login-layer .login-partner a {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
header .header-inner nav ul {
  padding-left: 290px;
}
header .header-inner nav ul li {
  float: left;
  height: 119px;
  line-height: 119px;
  margin: 0 25px;
  overflow: hidden;
}
header .header-inner nav ul li.hover a {
  position: relative;
  text-align: center;
  padding-bottom: 10px;
}
header .header-inner nav ul li.hover a:before {
  position: absolute;
  right: 50%;
  bottom: -1px;
  content: '';
  height: 1px;
  width: 0;
  background-color: #ff7b28;
  transition: .3s;
}
header .header-inner nav ul li.hover a:after {
  position: absolute;
  left: 50%;
  bottom: -1px;
  content: '';
  height: 1px;
  width: 0;
  background-color: #ff7b28;
  transition: .3s;
}
header .header-inner nav ul li.hover a:hover {
  padding-bottom: 10px;
  color: #ff7b28;
}
header .header-inner nav ul li.hover a:hover:after,
header .header-inner nav ul li.hover a:hover:before {
  width: 50%;
}
header .header-inner nav ul li.active a {
  padding-bottom: 10px;
  color: #ff7b28;
  border-bottom: 1px solid #ff7b28;
}
header .header-inner nav ul li:last-of-type {
  margin-right: 0;
}
/* 动态为footer添加类fixed-bottom */
.fixed-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
}
footer {
  width: 100%;
  padding-top: 68px;
  background-color: #fff;
  border-top:1px solid #b7b7b7;
}
footer .footer-link {
  width: 1080px;
  margin: 0 auto;
}
footer .footer-link .footer-link-col {
  float: left;
  width: 200px;
  margin-bottom: 58px;
}
footer .footer-link .footer-link-col dt {
  color: #202020;
  margin-bottom: 25px;
}
footer .footer-link .footer-link-col dt label {
  padding-bottom: 10px;
  border-bottom: 1px solid #b7b7b7;
}
footer .footer-link .footer-link-col dd {
  line-height: 24px;
  padding-right: 50px;
}
footer .footer-link .footer-link-col dd i {
  color: #919191;
  margin-right: 16px;
}
footer .footer-link .footer-link-col dd a {
  font-size: 14px;
  color: #202020;
}
footer .footer-link .footer-link-col dd a:hover {
  color: #ff7b28;
}
footer .footer-link .footer-link-share {
  float: right;
  width: 200px;
}
footer .footer-link .footer-link-share h4 {
  font-size: 18px;
  color: #b1b1b1;
}
footer .footer-link .footer-link-share p {
  display: inline-block;
  line-height: 24px;
}
footer .footer-link .footer-link-share p a {
  color: #b1b1b1;
  font-weight: 200;
}
footer .footer-link .footer-link-share ul {
  padding-top: 42px;
}
footer .footer-link .footer-link-share ul li {
  float: left;
  position: relative;
  margin-right: 7px;
}
footer .footer-link .footer-link-share ul li .weixin-download-button:hover + .weixin-download-code {
  display: block;
}
footer .footer-link .footer-link-share ul li .apple-download-button:hover + .apple-download-code {
  display: block;
}
footer .footer-link .footer-link-share ul li .android-download-button:hover + .android-download-code {
  display: block;
}
footer .footer-link .footer-link-share ul li a {
  display: block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background-color: #000;
}
footer .footer-link .footer-link-share ul li a i {
  font-size: 18px;
  color: #919191;
  transition: all 300ms;
}
footer .footer-link .footer-link-share ul li .popCode {
  display: none;
  position: absolute;
  width: 168px;
  height: 200px;
  top: -230px;
  left: 50%;
  margin-left: -84px;
  background: #ff7b28;
  text-align: center;
  box-shadow: 0 0 5px #ff7b28;
}
footer .footer-link .footer-link-share ul li .popCode img {
  margin: 14px;
}
footer .footer-link .footer-link-share ul li .popCode p {
  font-weight: 200;
  color: #fff;
  font-size: 14px;
}
footer .footer-link .footer-link-share ul li a:hover {
  background-color: #ff7b28;
}
footer .footer-link .footer-link-share ul li a:hover i {
  transform: scale(1.4);
  color: #fff;
}
footer .footer-copyright {
  line-height: 60px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background-color: #353535;
}
footer .footer-copyright a {
  color: #fff;
}
.dph-title {
  padding-top: 10px;
  font-size: 30px;
  color: #333;
}
.dph-title span {
  padding-left: 3px;
  font-size: 16px;
  color: #666;
}
.dph-title-before {
  position: relative;
  padding: 30px 0 30px 0px;
  line-height: 18px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.dph-title-before:before {
  position: absolute;
  left: 0;
  top: 104px;
  content: '';
  width: 8px;
  height: 30px;
  background-color: #ff7b28;
}
.pt20 {
  padding-top: 20px;
}
.loading {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  margin: auto;
}
.loading:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-top: 5px solid #f1f1f1;
  border-bottom: 5px solid #f1f1f1;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-radius: 50%;
  -webkit-animation: animateL 3s infinite ease-in;
  -moz-animation: animateL 3s infinite ease-in;
  animation: animateL 3s infinite ease-in;
}
.loading:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #f1f1f1;
  border-right: 5px solid #f1f1f1;
  border-radius: 50%;
  animation: animateR 2s infinite ease-out;
}
@-webkit-keyframes animateL {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes animateL {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-ms-keyframes animateL {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animateL {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes animateR {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-90deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  75% {
    transform: rotate(-270deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-moz-keyframes animateR {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-90deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  75% {
    transform: rotate(-270deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-ms-keyframes animateR {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-90deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  75% {
    transform: rotate(-270deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes animateR {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-90deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  75% {
    transform: rotate(-270deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
  transition: all .3s !important;
  opacity: 1 !important;
}
.code {
  float: right;
}
.code div {
  float: left;
  margin-right: 100px;
}
.code .last-div {
  margin-right: 0;
}
.city-picker-selector {
  margin-right: -2%;
}
.city-picker-selector .selector-item {
  width: 31% !important;
  font-size: 14px;
  margin-left: 0 ;
  border-radius: 4px;
  height: 34px;
  line-height: 34px;
  padding-right: 3%;
  margin-right: 2%;
}
.city-picker-selector .selector-item a {
  font-size: 14px !important;
  height: 98% !important;
}
.city-picker-selector li {
  width: auto;
  padding-right: 15px;
}
#myModal {
  top: 50%;
  margin-top: -250px;
}
::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
