/* Shared Chinese inner-page footer. Home and the existing mobile skin are excluded. */
@media (min-width: 761px) {
  body:not(.home-page) > .site-footer.footer-pro {
    padding: 48px 0 24px;
    border-top: 1px solid #dfe4e8;
    background: #f6f7f8;
    color: #515a63;
  }

  body:not(.home-page) > .site-footer.footer-pro::before {
    content: none;
  }

  body:not(.home-page) > .site-footer.footer-pro .footer-shell {
    width: min(1180px, calc(100% - 80px));
    gap: 34px;
  }

  body:not(.home-page) > .site-footer.footer-pro .footer-main {
    grid-template-columns: minmax(250px, 1.25fr) minmax(205px, 1fr) minmax(112px, .6fr) minmax(250px, 1.2fr);
    gap: 32px;
    align-items: start;
  }

  body:not(.home-page) > .site-footer.footer-pro .footer-brand-panel {
    max-width: 300px;
  }

  body:not(.home-page) > .site-footer.footer-pro .footer-logo-line {
    gap: 11px;
    color: #22282e;
  }

  body:not(.home-page) > .site-footer.footer-pro .footer-logo-mark {
    width: 36px;
    height: 36px;
    filter: none;
    opacity: 1;
  }

  body:not(.home-page) > .site-footer.footer-pro .footer-logo-line strong {
    color: #22282e;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
  }

  body:not(.home-page) > .site-footer.footer-pro .footer-brand-panel p {
    margin-top: 16px;
    color: #69727a;
    font-size: 13px;
    line-height: 1.85;
  }

  body:not(.home-page) > .site-footer.footer-pro .footer-column {
    gap: 10px;
  }

  body:not(.home-page) > .site-footer.footer-pro .footer-column strong {
    margin-bottom: 8px;
    color: #252c33;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.5;
  }

  body:not(.home-page) > .site-footer.footer-pro .footer-column a {
    color: #515d68;
    font-size: 13px;
    line-height: 1.65;
    transition: color .18s ease;
  }

  body:not(.home-page) > .site-footer.footer-pro .footer-contact {
    grid-column: auto;
  }

  body:not(.home-page) > .site-footer.footer-pro .footer-qr {
    grid-template-columns: 96px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 16px;
    row-gap: 8px;
    align-items: end;
    margin: 0;
  }

  body:not(.home-page) > .site-footer.footer-pro .footer-qr img {
    grid-row: 1 / 3;
    width: 96px;
    height: 96px;
    border-radius: 0;
  }

  body:not(.home-page) > .site-footer.footer-pro .footer-qr span {
    align-self: end;
    color: #65717a;
    font-size: 13px;
    line-height: 1.65;
  }

  body:not(.home-page) > .site-footer.footer-pro .footer-qr .footer-phone {
    align-self: start;
    color: #2b506d;
    font-size: 13px;
    font-weight: 650;
    white-space: nowrap;
  }

  body:not(.home-page) > .site-footer.footer-pro .footer-bottom {
    align-items: center;
    gap: 16px 24px;
    padding-top: 20px;
    border-top: 1px solid #dfe4e8;
  }

  body:not(.home-page) > .site-footer.footer-pro .footer-copyright {
    flex: 0 0 auto;
    color: #626e78;
    font-size: 12px;
    line-height: 1.6;
  }

  body:not(.home-page) > .site-footer.footer-pro .footer-legal {
    gap: 8px 16px;
    color: #626e78;
    font-size: 12px;
    line-height: 1.6;
  }

  body:not(.home-page) > .site-footer.footer-pro .footer-legal a {
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    color: #626e78;
    font-size: 12px;
    line-height: 1.6;
    text-decoration: none;
  }

  body:not(.home-page) > .site-footer.footer-pro .footer-police::before {
    width: 14px;
    height: 14px;
  }

  body:not(.home-page) > .site-footer.footer-pro a:hover {
    color: #235d88;
    transform: none;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  body:not(.home-page) > .site-footer.footer-pro a:focus-visible {
    outline: 2px solid #527c9b;
    outline-offset: 5px;
  }
}

@media (min-width: 761px) and (max-width: 1100px) {
  body:not(.home-page) > .site-footer.footer-pro .footer-main {
    grid-template-columns: minmax(200px, 1.1fr) minmax(112px, .7fr) minmax(250px, 1.25fr);
    gap: 30px 24px;
  }

  body:not(.home-page) > .site-footer.footer-pro .footer-brand-panel {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(250px, 1fr) minmax(0, 1.4fr);
    align-items: center;
    gap: 32px;
    max-width: none;
  }

  body:not(.home-page) > .site-footer.footer-pro .footer-brand-panel p {
    margin: 0;
  }

  body:not(.home-page) > .site-footer.footer-pro .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  body:not(.home-page) > .site-footer.footer-pro .footer-legal {
    justify-content: flex-start;
  }
}

@media (min-width: 761px) and (max-width: 840px) {
  body:not(.home-page) > .site-footer.footer-pro .footer-shell {
    width: calc(100% - 48px);
  }

  body:not(.home-page) > .site-footer.footer-pro .footer-main {
    gap: 28px 20px;
  }
}

@media (min-width: 761px) and (prefers-reduced-motion: reduce) {
  body:not(.home-page) > .site-footer.footer-pro .footer-column a {
    transition: none;
  }
}
