footer {
  background: #353535;
  color: #fff;
}
footer .footer-info {
  display: flex;
  flex-direction: column;
}
footer .footer-info > li {
  border-bottom: 0.01rem solid #4D4D4D;
}
footer .footer-info > li .footer-title {
  font-size: 0.16rem;
  display: flex;
  justify-content: center;
  height: 0.46rem;
  line-height: 0.46rem;
}
footer .footer-info > li .footer-title img {
  width: 0.14rem;
  height: 0.08rem;
  vertical-align: middle;
  margin: auto 0.15rem auto 0;
}
footer .footer-info > li .footer-wechat {
  display: flex;
  justify-content: space-around;
}
footer .footer-info > li .footer-wechat img {
  width: 0.76rem;
  height: 0.76rem;
  vertical-align: top;
  margin-top: 0.12rem;
  margin-bottom: 0.1rem;
}
footer .footer-info > li .footer-wechat div {
  font-size: 0.12rem;
  color: #A2A2A2;
  text-align: center;
  line-height: 0.18rem;
}
footer .footer-info > li .footer-wechat div:last-child {
  padding-bottom: 0.12rem;
}
footer .footer-info > li .footer-data {
  display: flex;
  justify-content: space-between;
  width: 2.97rem;
  margin: 0 auto;
  padding-bottom: 0.15rem;
}
footer .footer-info > li .footer-data .item {
  position: relative;
}
footer .footer-info > li .footer-data .title {
  font-size: 0.13rem;
  line-height: 0.18rem;
  text-align: center;
  margin-bottom: 0.05rem;
}
footer .footer-info > li .footer-data .title a {
  color: #A2A2A2;
}
footer .footer-info > li .footer-data .cont {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0.68rem;
  height: 0;
  background: #43444A;
  transition: height 0.5s;
  z-index: 100;
  overflow: hidden;
}
footer .footer-info > li .footer-data .cont .cont-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.68rem;
  height: 1.03rem;
}
footer .footer-info > li .footer-data .cont .qrcode {
  display: flex;
  justify-content: center;
}
footer .footer-info > li .footer-data .cont .qrcode img {
  padding: 0.05rem 0;
  width: 0.59rem;
  height: 0.59rem;
}
footer .footer-info > li .footer-data .cont .desp {
  font-size: 0.12rem;
  line-height: 0.15rem;
  color: #fff;
  text-align: center;
}
footer .footer-related {
  color: #A2A2A2;
  font-size: 0.11rem;
  text-align: center;
  line-height: 0.16rem;
  padding: 0.2rem 0;
}
