#footer {
  width: 100%;
  padding: 1.08rem 0 0.43rem;
}

.footer-center-box {
  width: 14.7rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-left-list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.once-list-box {
  margin-left: 0.7rem;
}

.once-list-box:nth-of-type(1) {
  margin-left: 0;
}

.once-list-box li {
  display: flex;
  margin-top: 0.24rem;
}
.once-list-box li:nth-of-type(1) {
  display: flex;
  margin-top: 0;
}

.once-list-box li:nth-of-type(2) {
  margin-top: 0.35rem;
}

.once-list-box li:nth-of-type(1) a {
  color: #000;
  font-size: 0.24rem;
  font-family: 微软雅黑;
}

.once-list-box a {
  color: #6d6d6d;
  font-size: 0.21rem;
  font-family: 微软雅黑;
}

.footer-right-msg {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-right-msg a {
  color: #000;
  font-size: 0.38rem;
  font-family: 微软雅黑;
}

.footer-right-msg img {
  width: 1.78rem;
  height: 1.78rem;
  margin-top: 0.39rem;
}

.footer-right-msg span {
  color: #6d6d6d;
  font-size: 0.24rem;
  margin-top: 0.2rem;
  font-family: 微软雅黑;
}

#bottom {
  padding: 0.19rem 0 1.21rem;
  border-top: 2px solid #d2d2d2;
}

.bottom-box {
  width: 15.2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  /* margin-left: 2.19rem; */
  margin: 0 auto;
}

.bottom-box span {
  color: #000;
  font-size: 0.21rem;
  font-family: 微软雅黑;
}

.footer-img-box {
  width: 1.54rem;
  height: 0.49rem;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  margin-right: 0.4rem;
}

.footer-img-box a:nth-of-type(1) {
  width: 0.5rem;
  height: 0.49rem;
  background-image: url("../images/footer-wx.png");
  background-repeat: no-repeat;
  background-size: 0.5rem 0.49rem;
}

.footer-img-box a:nth-of-type(2) {
  width: 0.53rem;
  height: 0.44rem;
  background-image: url("../images/footer-wb.png");
  background-repeat: no-repeat;
  background-size: 0.53rem 0.44rem;
}