.footer {
  width: 100%;
}
.footer .footer-container {
  background-color: #15223C;
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: 1920px auto;
  background-position: center;
}
.footer .footer-content {
  width: 1570px;
  margin: 0 auto;
}
.footer .footer-top {
  min-height: 312px;
  padding-top: 48px;
}
.footer .footer-nav {
  padding-left: 40px;
}
.footer .nav-item-title {
  margin-bottom: 26px;
}
.footer .nav-item-title > a {
  font-size: 23px;
  color: #fff;
  font-weight: 600;
  text-align: left;
  display: inline-block;
}
.footer .footer-nav li{
  margin-right:100px;
}
.footer .footer-nav li > a {
  display: block;
  font-family: 'AlibabaPuHuiTi_2_55_Regular';
  font-size: 18px;
  color: #fff;
  margin: 12px 0;
}
.footer .footer-contact {
  padding-bottom: 70px;
}
.footer .contact-qr {
  padding-left: 55px;
}
.footer .contact-qr li {
  position: relative;
}
.footer .contact-app {
  height: 100%;
  padding-left: 100px;
}
.footer .contact-app li + li {
  margin-top: 28px;
}

.footer .footer-contact .contact-icon {
  width: 44px;
  height: 44px;
}
.footer .footer-contact .contact-icon img {
  width: 100%;
  height: 100%;
}
.footer .contact-pop {
  width: 128px;
  height: 128px;
  background-color: #fff;
  border-radius: 2px;
  padding: 1px;
  margin:0 auto;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}
.footer .contact-pop::before {
  content: "";
  border: 10px solid transparent;
  border-bottom-width: 0;
  border-top-color: #fff;
  position: absolute;
  bottom: -8px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.footer .contact-pop .qr-code {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.footer .contact-text {
  font-family: 'AlibabaPuHuiTi_2_55_Regular';
  font-size: 18px;
  color: #fff;
  margin-left: 14px;
}
.footer .footer-copyright {
  min-height: 76px;
  padding-top: 4px;
}
.footer .copyright {
  font-family: 'AlibabaPuHuiTi_2_55_Regular';
  font-size: 22px;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
}

@media (min-width: 1601px) and (max-width: 1800px) {
  .footer .footer-content {
    width: 1470px;
  }
  .footer .footer-top {
    min-height: 290px;
  }
  /*.footer .nav-item-title {*/
  /*  margin-right: 112px;*/
  /*}*/
  .footer .nav-item-title > a {
    font-size: 23px;
  }
  .footer .footer-nav li{
    margin-right: 90px;
  }
  .footer .footer-nav li > a {
    font-size: 17px;
  }
  .footer .footer-contact {
    padding-bottom: 50px;
  }
  .footer .footer-contact .contact-icon {
    width: 41px;
    height: 41px;
  }
  .footer .footer-copyright {
    min-height: 66px;
  }
  .footer .copyright {
    font-size: 20px;
  }
}

@media (min-width: 1401px) and (max-width: 1600px) {
  .footer .footer-content {
    width: 1300px;
  }
  .footer .footer-top {
    min-height: 260px;
  }
  /*.footer .nav-item-title {*/
  /*  margin-right: 98px;*/
  /*}*/
  .footer .footer-nav li {
    margin-right: 80px;
  }
  .footer .nav-item-title > a {
    font-size: 19px;
  }
  .footer .footer-nav li > a {
    font-size: 15px;
  }
  .footer .footer-contact {
    padding-bottom: 50px;
  }
  .footer .footer-contact .contact-icon {
    width: 36px;
    height: 36px;
  }
  .footer .contact-pop {
    width: 110px;
    height: 110px;
    bottom: 50px;
  }
  .footer .contact-text {
    font-size: 15px;
    margin-left: 10px;
  }
  .footer .footer-copyright {
    min-height: 56px;
  }
  .footer .copyright {
    font-size: 18px;
  }
}

@media (max-width: 1400px) {
  .footer .footer-content {
    width: 1100px;
  }
  .footer .footer-top {
    min-height: 220px;
  }
  /*.footer .nav-item-title {*/
  /*  margin-right: 84px;*/
  /*}*/
  .footer .nav-item-title > a {
    font-size: 17px;
  }
  .footer .footer-nav li {
    margin-right: 40px;
  }
  .footer .footer-nav li > a {
    font-size: 14px;
  }
  .footer .footer-contact {
    padding-bottom: 40px;
  }
  .footer .footer-contact .contact-icon {
    width: 32px;
    height: 32px;
  }
  .footer .contact-pop {
    width: 90px;
    height: 90px;
    bottom: 45px;
  }
  .footer .contact-text {
    font-size: 14px;
    margin-left: 10px;
  }
  .footer .footer-copyright {
    min-height: 52px;
  }
  .footer .copyright {
    font-size: 14px;
  }
}