.wanpishi-shared-footer {
  width: 100%;
  padding: 56px 24px 24px;
  overflow: hidden;
  color: #fff;
  background-image: linear-gradient(180deg, rgba(2,136,225,0) 0%, rgba(2,136,225,.64) 100%), linear-gradient(90deg, #000 0%, #000 100%);
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}
.wanpishi-shared-footer *, .wanpishi-shared-footer *::before, .wanpishi-shared-footer *::after { box-sizing: border-box; }
.wanpishi-shared-footer__inner { width: min(1900px, 100%); margin: 0 auto; }
.wanpishi-shared-footer__main { display: flex; align-items: flex-start; gap: 32px; }
.wanpishi-shared-footer__copy { min-width: 280px; flex: 1 1 0; }
.wanpishi-shared-footer h2 { margin: 0; color: #fff; font-size: 30.8px; font-weight: 700; line-height: 1.2; white-space: nowrap; }
.wanpishi-shared-footer__description { max-width: 542px; margin: 10px 0 0; color: rgba(255,255,255,.6); font-size: 14px; line-height: 1.6; }
.wanpishi-shared-footer__contact-row { display: flex; max-width: 100%; margin-top: 40px; align-items: center; gap: 8px; }
.wanpishi-shared-footer__contact { display: inline-flex; min-width: 202px; height: 36.4px; padding: 0 16.8px; align-items: center; justify-content: center; border: 0; border-radius: 21px; appearance: none; background: rgba(198,196,239,.4); color: #fff; cursor: pointer; font: inherit; font-size: 11.2px; line-height: 16.8px; text-decoration: none; user-select: none; transition: transform .2s ease, background-color .2s ease; }
.wanpishi-shared-footer__contact:hover { transform: scale(1.05); }
.wanpishi-shared-footer__contact:active { transform: scale(.94); }
.wanpishi-shared-footer__contact:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.wanpishi-shared-footer__contact-status { flex: 0 0 auto; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1; white-space: nowrap; }
.wanpishi-shared-footer__qrs { display: flex; flex: 0 0 auto; gap: 24px; }
.wanpishi-shared-footer__qr { width: 126px; text-align: center; }
.wanpishi-shared-footer__qr-card { display: grid; width: 126px; height: 126px; place-items: center; overflow: hidden; border-radius: 11.2px; background: #fff; }
.wanpishi-shared-footer__qr-card img { display: block; width: 90%; height: 90%; object-fit: contain; }
.wanpishi-shared-footer__qr-label { margin: 28px 0 0; color: rgba(255,255,255,.6); font-size: 14px; line-height: 21px; white-space: nowrap; }
.wanpishi-shared-footer__bottom { margin-top: 46px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: space-between; gap: 16px; color: rgba(255,255,255,.6); font-size: 12px; line-height: 24px; }
.wanpishi-shared-footer__bottom-left { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.wanpishi-shared-footer__bottom a { color: inherit; text-decoration: none; }
.wanpishi-shared-footer__bottom a:hover { color: #fff; }
@media (max-width: 1100px) {
  .wanpishi-shared-footer__main { flex-direction: column; }
  .wanpishi-shared-footer__qrs { width: 100%; justify-content: center; flex-wrap: wrap; }
}
@media (max-width: 620px) {
  .wanpishi-shared-footer { padding: 44px 24px 20px; }
  .wanpishi-shared-footer__main { gap: 32px; }
  .wanpishi-shared-footer__copy { min-width: 0; width: 100%; }
  .wanpishi-shared-footer h2 { font-size: 19.6px; white-space: normal; }
  .wanpishi-shared-footer__description { font-size: 11.2px; }
  .wanpishi-shared-footer__contact-row { margin-top: 30px; gap: 6px; }
  .wanpishi-shared-footer__contact { min-width: 176px; height: 32.2px; padding: 0 12.6px; font-size: 9.8px; }
  .wanpishi-shared-footer__contact-status { font-size: 13px; }
  .wanpishi-shared-footer__qrs { display: grid; width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); justify-content: space-between; gap: 24px 0; }
  .wanpishi-shared-footer__qr { width: calc((100vw - 72px) / 2); min-width: 0; }
  .wanpishi-shared-footer__qr-card { width: 70%; height: auto; aspect-ratio: 1; margin: 0 auto; border-radius: 9.8px; }
  .wanpishi-shared-footer__qr:first-child .wanpishi-shared-footer__qr-card img { width: 90%; height: auto; }
  .wanpishi-shared-footer__qr:nth-child(2) .wanpishi-shared-footer__qr-card img { width: 83.333%; height: auto; }
  .wanpishi-shared-footer__qr-label { margin-top: 16px; font-size: 9.8px; line-height: 1.5; white-space: normal; }
  .wanpishi-shared-footer__bottom { margin-top: 34px; padding-top: 14px; align-items: flex-start; flex-direction: column; gap: 4px; }
}
@media (max-width: 260px) {
  .wanpishi-shared-footer { padding-right: 12px; padding-left: 12px; }
  .wanpishi-shared-footer__contact-row { gap: 4px; }
  .wanpishi-shared-footer__contact { min-width: 0; height: 30px; padding: 0 6px; font-size: 7px; }
  .wanpishi-shared-footer__contact-status { font-size: 8px; }
}
