/* 版心 */
#footer-container {
  max-width: 79.167vw;
  width: 90%;
  margin: 0 auto;
}

.footer-map {
  background-color: #FFFFFF;
}

.footer-main {
  display: flex;
  padding: 6.25vw 0;
}

.footer-map .footer-left {
  flex: auto;
  display: flex;
  align-items: center;
}

.footer-map .footer-left .line {
  width: 1px;
  height: 100%;
  background-color: #000;
  margin: 0 5vw;
}

.footer-map .us .top {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  padding-bottom: 1.042vw;
  border-bottom: 1px solid #000;
}

.footer-map .us>div {
  margin-bottom: .833vw;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}

.footer-map .us .link-to>a {
  color: #000;
}

.footer-map .us .link-to>a:hover {
  font-weight: bold;
}

.footer-map .qrcode {
  display: flex;
}

.footer-map .qrcode .qrcode-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 2.5vw;
  text-align: center;
}

.footer-map .qrcode .qrcode-item .img-block {
  padding: .417vw;
  width: 7.813vw;
  height: 7.813vw;
  background-color: #fff;
}

.footer-map .qrcode .qrcode-item .img-block img {
  width: 100%;
  height: 100%
}

.footer-map .qrcode .qrcode-item img {
  width: 7.813vw;
  height: 7.813vw;
  background-color: #dbdbdb
}

.footer-map .qrcode .qrcode-item span {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}

.footer-phone {
  font-size: 1rem;
  font-weight: 600;
  color: #b3b3b3;
  margin-top: 1.25vw;
}

.footer-bar {
  background-color: #0155dc;
  height: 1.667vw;
  color: #fff;
}

.footer-bar-con {
  height: 1.667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.83rem;
  letter-spacing: 0.1rem;
}

.footer-bar-con a {
  color: #fff;
  margin-left: 0.729vw
}