.content-footer {
  position: absolute;
  top: 600px;
  width: 100%;
  min-width: 1200px;
  height: 332px;
}
.div-footer-main {
  position: absolute;
  top: 50px;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  background-color: #363636;
}
.container-footer {
  width: 1200px;
}
.div-footer-top-container {
  width: 100%;
  height: 105px;
  background: url('../images/footer-top-black.png') center/cover;
}
.div-footer-arrow-up {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translate(-50%);
  width: 18px;
  height: 10px;
  transition: all 0.5s;
}
.arrowUp{
  background: url('../images/arrow-up.png') center/cover;
}
.arrowDown{
  background: url('../images/arrow-down.png') center/cover;
}
.div-footer-arrow-up:hover {
  animation-name: arrowBounce;
  animation-duration: 0.5s;
  animation-iteration-count: 2;
  animation-timing-function: ease;
}
@keyframes arrowBounce {
  0% {
    top: 15px;
  }
  50% {
    top: 20px;
  }
  to {
    top: 15px;
  }
}
.div-footer-link-code-container {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.footer-link-left {
  display: inline-block;
  width: 570px;
  overflow: hidden;
  vertical-align: top;
}
.div-footer-lin-right {
  position: relative;
  display: inline-block;
  width: 570px;
  padding-left: 40px;
  overflow: hidden;
  vertical-align: top;
}
.qrcode-box {
  position: absolute;
  top: 60px;
  left: 260px;
}
.qrcode-box li {
  display: inline-block;
  margin-right: 20px;
  color: #fff;
  text-align: center;
}
.qrcode-box li img {
  width: 70px;
  height: 70px;
}
.div-footer-center-logo {
  position: relative;
  display: inline-block;
  width: 48px;
  /*height: 100%;*/
  overflow: hidden;
  vertical-align: top;
}
.div-footer-logo {
  width: 48px;
  height: 38px;
  background: url('../images/footer-logo.png') center/cover;
  opacity: 0.5;
  transition: all 0.5s;
}
.div-footer-logo:hover {
  opacity: 1;
}
.div-footer-link-col {
  display: inline-block;
  width: 139px;
  height: 100%;
  overflow: hidden;
  vertical-align: top;
}
.div-footer-link-title,
.div-footer-code-title {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.div-footer-link-title a {
  color: #fff;
  font-size: 20px;
}
.a-footer-link {
  display: inline-block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  text-align: left;
  padding-left: 27px;
}
.div-footer-code-col {
  display: inline-block;
  width: 114px;
  height: 100%;
  overflow: hidden;
  margin-left: 25px;
  vertical-align: top;
}
.div-footer-code-image {
  width: 114px;
  height: 114px;
  background: no-repeat center/cover;
}
.div-footer-code-image-1 {
  background-image: url('../images/owner-QRCode.png');
}
.div-footer-code-image-2 {
  background-image: url('../images/mall-QRCode.png');
}
.div-footer-code-image-3 {
  background-image: url('../images/driver-QRCode.png');
}
.div-footer-line {
  border-bottom: 1px solid #fff;
  opacity: 0.2;
}
.div-footer-bottom-container {
  padding: 10px 0;
  color: #ffffff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.div-footer-bottom-wechat {
  position: relative;
  display: flex;
  align-items: center;
}
.div-wechat-icon {
  display: inline-block;
  width: 36px;
  height: 29px;
  background: url('../images/wechat.png') center/cover;
}
.div-wechat-title {
  display: inline-block;
  height: 100%;
  font-size: 14px;
  margin-left: 10px;
  overflow: hidden;
}
.div-wechat-QRCode {
  position: absolute;
  display: inline-block;
  top: -133px;
  left: 12px;
  width: 130px;
  height: 136px;
  /*padding: 5px;*/
  background: url('../images/wechat-dialog.png') center/cover;
  overflow: hidden;
}
.div-wechat-QRCode-image {
  width: 130px;
  height: 130px;
  background: url('../images/wechat-qrcode.jpg') center/cover;
}
.div-footer-bottom-service-phone {
  display: inline-block;
  overflow: hidden;
  margin-left: 50px;
  float: left;
}
.div-phone-icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url('../images/phone-white.png') center/cover;
}
.div-phone-title {
  display: inline-block;
  height: 100%;
  font-size: 14px;
  margin-left: 10px;
  overflow: hidden;
}
.div-footer-bottom-copyright {
  display: inline-block;
  float: right;
  font-size: 14px;
  font-weight: 300;
}
.div-footer-bottom-copyright a {
  color: inherit;
}
@media screen and (max-height: 887px) {
  .content-footer {
    height: 877px;
  }
}
@media screen and (max-height: 768px) {
  .content-footer {
    height: 768px;
  }
}
