.footer {
  height: 1.33333333rem;
  display: flex;
  align-items: center;
  color: #767680;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #212121;
  font-size: 0.29333333rem;
}
.footer a {
  display: block;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: inherit;
}
.footer a span {
  display: inline-block;
  width: 0.49333333rem;
  height: 0.49333333rem;
  margin-bottom: 0.06666667rem;
}
.footer a:nth-child(1) span {
  background: url(../images/img1.png) no-repeat center;
  background-size: contain;
}
.footer a:nth-child(2) span {
  background: url(../images/img2.png) no-repeat center;
  background-size: contain;
}
.footer a:nth-child(3) span {
  background: url(../images/img3.png) no-repeat center;
  background-size: contain;
}
.footer a:nth-child(4) span {
  background: url(../images/img4.png) no-repeat center;
  background-size: contain;
}
.footer a:nth-child(5) span {
  background: url(../images/img5.png) no-repeat center;
  background-size: contain;
}
.footer a.active:nth-child(1) span {
  background: url(../images/img_a1.png) no-repeat center;
  background-size: contain;
}
.footer a.active:nth-child(2) span {
  background: url(../images/img_a2.png) no-repeat center;
  background-size: contain;
}
.footer a.active:nth-child(3) span {
  background: url(../images/img_a3.png) no-repeat center;
  background-size: contain;
}
.footer a.active:nth-child(4) span {
  background: url(../images/img_a4.png) no-repeat center;
  background-size: contain;
}
.footer a.active:nth-child(5) span {
  background: url(../images/img_a5.png) no-repeat center;
  background-size: contain;
}
.footer a.active p {
  color: #2DB492;
}
