@media (max-width: 767px) {
  .header .navbar-header > button.navbar-toggle {
    visibility: hidden;
    pointer-events: none;
  }

  .zmt-mobile-menu-trigger {
    position: fixed;
    z-index: 10020;
    top: 4px;
    left: 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: 40px;
    height: 40px;
    padding: 0 10px;
  }

  .zmt-mobile-menu-trigger .css-icon {
    color: #58626e;
    font-size: 18px;
  }

  .zmt-mobile-menu-panel {
    position: fixed;
    z-index: 10030;
    inset: 0 auto 0 0;
    display: none;
    width: min(84vw, 320px);
    padding: calc(16px + env(safe-area-inset-top)) 20px 28px;
    overflow-y: auto;
    background: #fff;
    box-shadow: 12px 0 28px rgba(17, 28, 42, .22);
  }

  .zmt-mobile-menu-panel:target { display: block; }

  .zmt-mobile-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 36px;
    margin-bottom: 13px;
    color: #18202b;
    border-bottom: 1px solid #e1e5e9;
  }

  .zmt-mobile-menu-head strong { font-size: 16px; font-weight: 700; }
  .zmt-mobile-menu-head a { width: 36px; height: 36px; color: #58626e; font-size: 28px; line-height: 32px; text-align: right; }

  .zmt-mobile-menu-panel > a {
    display: block;
    padding: 15px 0;
    color: #26313d;
    border-bottom: 1px solid #edf0f2;
    font-size: 15px;
    font-weight: 650;
    line-height: 1.4;
  }

  .footer-tabbar .zmt-mobile-tabbar-item {
    min-height: 49px;
    padding: 0 8px;
    color: var(--muted-color);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
  }

  .footer-tabbar .zmt-mobile-tabbar-item span {
    display: block;
    width: auto;
    transform: none;
  }

  .footer-tabbar .zmt-mobile-tabbar-item.active {
    color: var(--focus-color);
    font-weight: 700;
  }
}


@media (max-width: 767px) {
  .footer-tabbar .zmt-mobile-tabbar-item {
    display: flex;
    min-height: 54px;
    padding: 5px 8px 4px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: var(--muted-color);
    font-size: 11px;
    font-weight: 650;
    line-height: 1;
    text-decoration: none;
  }
  .footer-tabbar .zmt-mobile-tabbar-icon {
    display: block;
    width: 19px;
    height: 19px;
    color: currentColor;
    font-size: 19px;
    line-height: 19px;
  }
  .footer-tabbar .zmt-mobile-tabbar-label { display: block; width: auto; letter-spacing: 0; }
  .footer-tabbar .zmt-mobile-tabbar-item.active { color: var(--focus-color); font-weight: 750; }
  .footer-tabbar .zmt-mobile-tabbar-item.active .zmt-mobile-tabbar-icon { transform: translateY(-1px); }
}
