@media screen and (max-width: 1024px) {
  /* .footer .footer-top{
    display: none;
  } */
  .footer .footer-content {
    /* flex-direction: column-reverse; */
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: center;
    padding-left: 0.4rem !important;
    /* transform: translateX(25%); */
  }
  .footer .footer-content .right{
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-bottom: 0.2rem;
  }
  .footer .footer-content .left{
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
  .footer .footer-content .right .consult-photo{
    margin-bottom: 0.2rem;
  }
  .footer .footer-bottom{
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 768px) {
  .footer{
    font-size: 0.26rem !important;
  }
  .footer .footer-top{
    display: none;
  }
  .footer .footer-content {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-left: 0.4rem !important;
    transform: translateX(0%);
  }
  .footer .footer-content .right{
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-bottom: 0.2rem;
  }
  .footer .footer-content .left{
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
  .footer .footer-content .right .consult-photo{
    margin-bottom: 0.2rem;
  }
  .footer .footer-bottom{
    font-size: 0.16rem;
  }
  .footer-content .right .company-title{
    display: block !important;
  }
  .footer .qr-code-box img{
    width: 1.5rem !important;
  }
}

/* 页脚 */
.footer {
  background-color: #2e354d;
  font-size: 0.14rem;
  overflow: hidden;
}
.footer-top {
  height: 1.04rem;
  box-shadow: 0 0.06rem 0.08rem rgba(2, 13, 28, 0.06);
}
.footer-top .footer-top-box {
  height: 100%;
}
.footer-top .support-list {
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0;
}
.footer-top .support-list .support-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-top .support-list .line {
  width: 1px;
  height: 0.4rem;
  background-color: white;
}
.footer-top .support-list .support-box img {
  margin-right: 0.15rem;
  width: 0.4rem;
}
.footer-top .support-list .support-box .text {
  color: white;
  font-size: 0.16rem;
  text-align: center;
}
.footer-content {
  padding: 0.48rem 0.15rem !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-content .left {
}
.footer-content .left li {
  display: flex;
  align-items: center;
}
.footer-content .left li:not(:last-child) {
  margin-bottom: 0.32rem;
}
.footer-content .left li span {
  margin-right: 0.32rem;
  color: white;
}
.footer-content .left li a {
  margin-right: 0.32rem;
  color: rgba(255, 255, 255, 0.5);
}
.footer-content .right {
  display: flex;
  align-items: center;
}
.footer-content .right .qr-code-list {
  display: flex;
  align-items: center;
  margin-right: 0.3rem;
}
.footer-content .right .qr-code-list .qr-code-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer-content .right .qr-code-list .qr-code-box:not(:last-child) {
  margin-right: 0.24rem;
}
.footer-content .right .qr-code-list .qr-code-box img {
  width: 0.92rem;
  margin-bottom: 0.12rem;
}
.footer-content .right .qr-code-list .qr-code-box span {
  color: white;
}
.footer-content .right .consult-photo {
  flex: 1;
}
.footer-content .right .consult-photo .consult-photo-box {
}
.footer-content .right .consult-photo .consult-photo-box:not(:last-child) {
  margin-bottom: 0.24rem;
}
.footer-content .right .consult-photo .consult-photo-box .title {
  color: white;
  margin-bottom: 0.1rem;
}
.footer-content .right .consult-photo .consult-photo-box .des {
  color: rgba(255, 255, 255, 0.5);
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.16rem 0;
  color: rgba(255, 255, 255, 0.3);
}
.footer-bottom a {
  color: rgba(255, 255, 255, 0.3);
}
.footer-content .right .company-title{
  font-weight: bold;
  margin-bottom: 0.3rem;
  font-size: 0.32rem;
  color: white;
  display: none;
}
