.footer {
  background: #222;
}
.footer .main {
  padding: 3rem 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.footer .main .left {
  width: 30%;
}
.footer .main .left .logo {
  width: 12.9rem;
  height: 5.8rem;
}
.footer .main .right {
  width: 68%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.footer .main .right .qrcode-p {
  margin-left: 1.6rem;
  letter-spacing: 0.5rem;
}
.footer .main .right .qrcode-p .qrcode {
  width: 11.4rem;
  height: 11.4rem;
}
.footer .main, .footer a {
  font-size: 1.6rem;
  color: #FAFAFA;
  line-height: 3.2rem;
}

.footer a {
  display: inline-block;
}

@media (max-width: 1025px) {
  .footer .main .left {
    width: 100%;
    display: none;
  }
  .footer .main .right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer .main {
    padding: 1.5rem 0;
  }
  .footer .main, .footer a {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
  .footer .qrcode-p {
    letter-spacing: 0 !important;
  }
  .footer .qrcode-p .qrcode {
    width: 7.4rem !important;
    height: 7.4rem !important;
  }
}
@media (max-width: 420px) {
  .footer .main, .footer a {
    font-size: 1.1rem;
    line-height: 2.2rem;
  }
  .footer .qrcode-p {
    letter-spacing: 0.2rem !important;
  }
}

/*# sourceMappingURL=footer.css.map */
