.responsive-header-v2__mobile {
  display: none;
}

.responsive-footer-v2__mobile {
  display: none;
}

@media (max-width: 760px) {
  html,
  body {
    min-width: 0 !important;
    max-width: 100% !important;
    padding-bottom: calc(74px + env(safe-area-inset-bottom, 0px)) !important;
    overflow-x: hidden !important;
  }

  .responsive-header-v2__desktop {
    display: none !important;
  }

  .responsive-header-v2__mobile {
    position: sticky;
    top: 0;
    z-index: 999999;
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) 56px;
    align-items: center;
    width: 100%;
    height: 62px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #dedede;
    color: #111b25;
    background: #fff;
    box-shadow: none;
    box-sizing: border-box;
    font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  }

  .responsive-header-v2__back {
    position: relative;
    width: 56px;
    height: 62px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    color: #102d4a;
    background: transparent;
    cursor: pointer;
  }

  body .responsive-header-v2__back:hover,
  body .responsive-header-v2__back:focus-visible {
    color: #102d4a !important;
    background: #fff3dd !important;
    box-shadow: none !important;
  }

  body .responsive-header-v2__back:active {
    color: #102d4a !important;
    background: #f9e3ba !important;
  }

  .responsive-header-v2__back span,
  .responsive-header-v2__back::after {
    position: absolute;
    top: 50%;
    left: 18px;
    display: block;
    content: "";
    transform: translateY(-50%);
  }

  .responsive-header-v2__back span {
    width: 22px;
    height: 2px;
    background: currentColor;
  }

  .responsive-header-v2__back::after {
    width: 11px;
    height: 11px;
    border-bottom: 2px solid currentColor;
    border-left: 2px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
  }

  .responsive-header-v2__title {
    overflow: hidden;
    color: #111b25;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .04em;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .article-social-rail,
  .article-social-toast,
  .customer-service-rail,
  .customer-service-icon {
    display: none !important;
  }

  .bodhi-global-footer,
  .site-footer,
  .footer-bg,
  footer.footer-hd {
    display: none !important;
  }

  .responsive-footer-v2__mobile {
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 999999;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: center;
    width: 100vw;
    max-width: 760px;
    height: calc(74px + env(safe-area-inset-bottom, 0px));
    margin: 0;
    padding: 6px 8px env(safe-area-inset-bottom, 0px);
    border-top: 1px solid #dedede;
    color: #111;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 -5px 18px rgba(18, 42, 63, .08);
    box-sizing: border-box;
    font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
    transform: translateX(-50%);
  }

  .responsive-footer-v2__mobile > a {
    display: flex;
    min-width: 0;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
    margin: 0;
    padding: 0;
    border: 0;
    color: #111;
    background: transparent;
    text-decoration: none;
    box-sizing: border-box;
  }

  .responsive-footer-v2__mobile > a > img {
    display: block;
    width: auto;
    height: 28px;
    margin: 0;
    object-fit: contain;
  }

  .responsive-footer-v2__mobile > a > span {
    overflow: hidden;
    max-width: 100%;
    color: #111;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .responsive-footer-v2__mobile > .responsive-footer-v2__home > img {
    width: 42px;
    height: 42px;
  }
}

@media print {
  .responsive-footer-v2__mobile {
    display: none !important;
  }
}
