/* source: wanpishi-support-mobile-nav-light */
  @media (max-width:760px) {
    .wanpishi-mobile-nav-panel { border-color:rgba(15, 23, 42, .12); color:#111827; background:rgba(255, 255, 255, .98); box-shadow:0 18px 42px rgba(15, 23, 42, .18); }
    .wanpishi-mobile-nav-panel a { color:#111827 !important; }
    .wanpishi-mobile-nav-panel a[aria-current="page"], .wanpishi-mobile-nav-panel a:hover, .wanpishi-mobile-nav-panel a:focus-visible { color:#111827 !important; background:#e8f1ff; }
  }


/* source: wanpishi-support-help-center-embed */
  .support-help-center-embed { position:relative; left:50%; width:100vw; overflow:hidden; margin:70px 0 0; background:#f7f9ff; transform:translateX(-50%); scroll-margin-top:60px; }
  .support-help-center-embed iframe { display:block; width:100%; height:760px; min-height:0; border:0; }
  .support-help-center-embed::before,.support-help-center-embed::after { position:absolute; z-index:2; right:0; left:0; height:clamp(72px,8vw,150px); content:""; pointer-events:none; }
  .support-help-center-embed::before { display:block; top:0; height:36px; background:linear-gradient(to bottom,#fff 0%,rgba(255,255,255,.78) 34%,rgba(255,255,255,.28) 72%,transparent 100%); }
  .support-help-center-embed::after { bottom:0; background:linear-gradient(to top,#fff 0%,rgba(255,255,255,.9) 20%,rgba(255,255,255,.38) 62%,transparent 100%); }
  .support-help-center-embed::after { height:56px; }
  @media (max-width:900px) { .support-help-center-embed { margin-top:54px; } }
  @media (max-width:600px) {
    body:not(.detail-mode) .page { padding-bottom:24px; }
    body:not(.detail-mode) .support-content { padding-bottom:0; }
    .support-help-center-embed { margin-top:42px; }
    .support-help-center-embed iframe { height:1550px; }
    .support-help-center-embed::before { height:28px; }
    .support-help-center-embed::after { height:24px; }
  }

