.slideshow {
    height: 400px;
    object-fit: cover;
}

/* 1SEO优化用隐藏主标题 */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}
  /* 强制清除 QR 生成的任何背景/阴影 */
  footer .code,
  footer .code * {
    background: none !important;
    box-shadow: none !important;
  }

  /* 二维码纵向居中包装器 */
  .qr-wrapper {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* 二维码图片 */
  .qr-wrapper img {
    display: block;
    width: 140px;
    height: 140px;
    object-fit: cover;
    border: none !important;
    margin: 0 auto;
  }
  /* 二维码下方文字 */
  .qr-wrapper .qr-text {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: #ffffff;
  }

  /* 技术支持 */
  footer p.support {
    color: #8b949e;
    font-size: 0.85rem;
    text-align: center;
    margin-top: 2rem;
  }