.footer {
  width: 100%;
  height: 266px;
  background: url(../images/bg-9.png) no-repeat center top;
  background-size: 100% 100%;
  padding: 40px 0;
  box-sizing: border-box;
}
.footer .footer-box {
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: 1400px;
  margin: 0 auto;
}
.footer .footer-box .footer-left {
  width: 650px;
  height: 100%;
}
.footer .footer-box .footer-left .logo {
  width: 321px;
  height: 54px;
  margin-bottom: 30px;
}
.footer .footer-box .footer-left .footer-info {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  position: relative;
}
.footer .footer-box .footer-left .footer-info .hint > img {
  width: 24px;
  height: 21px;
  margin-right: 4px;
  vertical-align: text-bottom;
}
.footer .footer-box .footer-left .footer-info > a {
  position: absolute;
  right: 60px;
  bottom: -18px;
}
.footer .footer-box .footer-left .footer-info > a > img {
  width: 80px;
  height: 80px;
}
.footer .footer-box .footer-right {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 560px;
  height: 100%;
}
.footer .footer-box .footer-right .qr-code-box {
  display: inline-block;
}
.footer .footer-box .footer-right .qr-code-box .qr-code {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
  padding: 6px;
  box-sizing: border-box;
}
.footer .footer-box .footer-right .qr-code-box .qr-code > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer .footer-box .footer-right .qr-code-box > span {
  display: block;
  width: 80px;
  font-size: 12px;
  color: #fff;
  margin-top: 6px;
  text-align: center;
}

@media only screen and (min-width: 1px) and (max-width: 926px) {
  .footer {
    display: none;
  }
}
