.wechat-qrcode-page {
  padding: 28px 0 48px;
}

.p-breadcrumbs {
  margin-top: var(--site-topbar-offset);
  padding: 12px 16px;
  border-bottom: 1px solid rgba(9, 9, 11, 0.08);
  background: #ffffff;
  color: #3f3f46;
  font-size: 12.5px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", Roboto, Helvetica, Arial, sans-serif;
}

.p-breadcrumbs .nav-lists {
  max-width: 760px;
  margin: 0 auto;
}

.p-breadcrumbs .nav-lists a {
  color: #71717a;
  text-decoration: none;
}

.p-breadcrumbs .nav-lists a:hover {
  color: #09090b;
}

.p-breadcrumbs .sep {
  margin: 0 7px;
  color: rgba(9, 9, 11, 0.13);
}

.p-breadcrumbs .trail {
  color: #a1a1aa;
  font-size: 13px;
}

.wechat-qrcode-card__panel { margin: 28px auto 0; width: min(100%, 340px); }
.wechat-qrcode-card__panel img { width: 100%; height: auto; display: block; border-radius: 22px; background: rgb(255, 255, 255); }
.wechat-qrcode-card__hint { margin-top: 16px; color: rgb(100, 116, 139); font-size: 14px; line-height: 1.6; text-align: center; }
@media (max-width: 640px) {
  .wechat-qrcode-page { padding-top: 16px; }
  .wechat-qrcode-card { padding: 22px 18px 28px; border-radius: 26px; }
  .wechat-qrcode-card__panel { margin-top: 0; padding: 12px; border-radius: 22px; }
}

