.footer {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 23.4vw;
  background-color: #414141;
  padding: 3.12vw 0 1.924vw;
  min-height: 200px;
}

.footer-top ul {
  display: flex;
  justify-content: start;
}

.footer-top li a {
  /* width: 120px; */
  height: 1.352vw;
  font-size: 1.04vw!important;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  /* line-height: 1.456vw; */
}

.footer-top li:nth-child(2n + 1) {
  padding: 0 1.04vw;
  cursor: pointer;
}
.footer-top li:nth-child(2n + 1):hover {
  color: #6e87ff;
}

.footer-top li:nth-child(2n) {
  width: 0.104vw;
  height: 1.456vw;
  /* background: #EDEDED; */
  padding-top: 0.26vw;
  margin: 0 1.04vw;
}
.footer-top li:nth-child(2n) div {
  width: 0.104vw;
  height: 0.936vw;
  background: #ededed;
}

.footer-txt {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 4.68vw 0;
}

.footer-txt p {
  margin: 0.208vw 0;
}

.footer-txt p {
  margin: 0.208vw 0;
}
.footer-conten {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  margin: 3.64vw 0 2.6vw;
  font-family: PingFangSC-Semibold, PingFang SC;
}
.footer-conten .footer-logo {
  font-size: 1.04vw;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 3.12vw;
  letter-spacing: 0.052vw;
  padding-top: 1.56vw;
}
.footer-conten .footer-logo img {
 width: 12.48vw;
 height: 2.912vw;
}

.footer-conten .footer-route {
  margin: 0 10.4vw;
}
.footer-conten .footer-route p {
  font-size: 0.728vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0.78vw;
}
.footer-conten .footer-route p:nth-child(2){
    margin-bottom: 0vw;

}
.footer-conten .footer-route p:nth-child(2),
.footer-conten .footer-route p:nth-child(3) {
  font-size: 1.248vw;
  font-weight: bold;
  letter-spacing: 0.052vw;
}

.footer-conten .footer-qrcode {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* padding: 1.5vw 2vw; */
  padding-top: 0.52vw;
}

.footer-conten .footer-qrcode .imgBox {
  display: flex;
}

.footer-conten .footer-qrcode img {
  width: 6.24vw;
  margin: 1vw;
}
.footer-conten .footer-qrcode p {
  font-size: 0.832vw;
}

.footer-top {
  font-size: 0.728vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  /* line-height: 1.56vw; */
}
