.footer {
  background: #f0f0f0;
  width: 100%;
  padding: 0 0 0.2rem 0;
  margin: 0 auto;
  font-size: 0.24rem;
}
.footer .footLink {
  background: #0d609e;
  color: #FFFFFF;
  text-align: center;
  line-height: 0.6rem;
}
.footer .footIcon {
  margin: 0.2rem auto 0;
  display: flex;
  width: 80%;
  justify-content: space-around;
}
.footer .footIcon .jiucuo {
  margin: 0.2rem 0.3rem 0 0;
}
.footer .footIcon .wsjb {
  margin-top: 0.26rem;
}
.footer .footIcon .wsjb img {
  width: 1rem;
}
.footer .footText {
  text-align: center;
  line-height: 0.5rem;
}
.footer .footText a {
  margin-left: 0.3rem;
}
.footer .footText a img {
  width: 0.28rem;
  margin-right: 0.1rem;
}
.footer .footCode {
  margin: 0.2rem auto;
  display: flex;
  width: 60%;
  justify-content: space-around;
}
.footer .footCode img {
  width: 22vw;
  display: block;
}