/**
 * 官网统一页脚：上区双二维码居中，下区略深背景三行版权/客服（与设计稿一致）
 */
.site-footer {
  width: 100%;
  overflow: hidden;
  margin-top: 0;
}

.site-footer__top {
  background: #272c32;
  padding: 40px 20px 48px;
  text-align: center;
}

.site-footer__qr-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 48px 72px;
  max-width: 520px;
  margin: 0 auto;
}

.site-footer__qr-item {
  text-align: center;
  flex: 0 0 auto;
}

.site-footer__qr-item img {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto 14px;
  padding: 8px;
  box-sizing: border-box;
  object-fit: contain;
  background: #fff;
  border-radius: 4px;
}

.site-footer__qr-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
}

.site-footer__legal {
  background: #1e2838;
  padding: 28px 16px 36px;
  text-align: center;
}

.site-footer__legal-inner {
  max-width: 960px;
  margin: 0 auto;
}

.site-footer__line {
  margin: 0;
  font-size: 14px;
  line-height: 28px;
  color: #e8e8e8;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
}

.site-footer__line + .site-footer__line {
  margin-top: 2px;
}

.site-footer__legal a {
  color: #e8e8e8;
  text-decoration: none;
}

.site-footer__legal a:hover {
  text-decoration: underline;
}

.site-footer__copy-text {
  margin-left: 0.35em;
}

@media (max-width: 480px) {
  .site-footer__qr-list {
    gap: 32px 48px;
  }
  .site-footer__qr-item img {
    width: 104px;
    height: 104px;
  }
  .site-footer__line {
    font-size: 12px;
    line-height: 24px;
  }
}
