.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.98rem;
  box-shadow: 0px 0px 0px 0px rgba(7, 0, 2, 0.21);
  z-index: 9;
  background: #fff;
  padding: 0.1rem 0;
}
.footer .list {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-around;
}
.footer .list a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .list a img {
  width: 0.4rem;
  height: 0.4rem;
}
.footer .list a span {
  font-size: 0.18rem;
  color: #a9a9a9;
}
.footer .pitch a span {
  color: #f5333f;
}
