footer {
  width: 100%;
  height: 1.2rem;
  background: #2B5D9F;
}

.footer-box {
  width: 12.8rem;
  height: 100%;
  margin: 0 auto;
}

.footer-img-box {
  position: relative;
}

.footer-qrcode {
  position: absolute;
  width: .86rem;
  height: .86rem;
  object-fit: cover;
  left: .119rem;
  top: .107rem;
}

.footer-font {
  text-align: center;
  font-family: AlibabaPuHuiTi;
  font-size: .18rem;
  font-weight: normal;
  line-height: .24rem;
  text-align: center;
  letter-spacing: 0px;
  padding-top: .34rem;
  color: #FFFFFF;
}

.footer-font>a {
  color: #fff;
}

.footer-font-bottom {
  padding-top: 0;
}