.footer {
  height: 1.33333333rem;
  display: flex;
  align-items: center;
  color: #999;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  font-size: 0.32rem;
  z-index: 9;
}
.footer a {
  display: block;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.footer a span {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
}
.footer a:nth-child(1) span {
  background: url(../image/footer/img1.png) no-repeat center;
  background-size: contain;
}
.footer a:nth-child(2) span {
  background: url(../image/footer/img2.png) no-repeat center;
  background-size: contain;
}
.footer a:nth-child(3) span {
  background: url(../image/footer/img3.png) no-repeat center;
  background-size: contain;
}
.footer a:nth-child(4) span {
  background: url(../image/footer/img4.png) no-repeat center;
  background-size: contain;
}
.footer a:nth-child(5) span {
  background: url(../image/footer/img5.png) no-repeat center;
  background-size: contain;
}
.footer a.active:nth-child(1) span {
  background: url(../image/footer/img_a1.png) no-repeat center;
  background-size: contain;
}
.footer a.active:nth-child(2) span {
  background: url(../image/footer/img_a2.png) no-repeat center;
  background-size: contain;
}
.footer a.active:nth-child(3) span {
  background: url(../image/footer/img_a3.png) no-repeat center;
  background-size: contain;
}
.footer a.active:nth-child(4) span {
  background: url(../image/footer/img_a4.png) no-repeat center;
  background-size: contain;
}
.footer a.active:nth-child(5) span {
  background: url(../image/footer/img_a5.png) no-repeat center;
  background-size: contain;
}
.footer a p {
  margin-top: 0.08rem;
  color: #999;
}
.footer a.active p {
  color: #333;;
}
