.zh-site .wrap{width:92%;max-width:1680px}
.zh-site .wrap .wrap{width:100%;max-width:none}
.zh-site .article-layout>*{min-width:0}

@media(min-width:1181px){
  .zh-site .nav-products>.mega-menu{width:100%;max-width:1680px}
}
@media(min-width:1181px) and (max-width:1399px){
  .site-header .nav-row{gap:12px}
  .site-header .header-brand{gap:9px}
  .site-header .header-brand .brand-gjp{width:112px}
  .site-header .brand-service strong{font-size:17px}
  .site-header .brand-service small{font-size:11.5px}
  .site-header #main-nav{gap:4px}
  .site-header #main-nav>a,.site-header #main-nav>.nav-products>summary,.site-header #main-nav>.nav-services>summary{font-size:14px;padding:10px 8px;white-space:nowrap}
  .site-header #main-nav .nav-cta{min-width:86px;padding:10px 9px;font-size:14px}
}
/* Collapse navigation before the logo and menu can crowd each other. */
@media(min-width:981px) and (max-width:1180px){
  .site-header .menu-toggle{display:inline-flex}
  .site-header #main-nav{position:absolute;top:100%;left:0;right:0;display:none;flex-direction:column;align-items:stretch;gap:2px;background:#fff;border-bottom:1px solid var(--line);box-shadow:var(--shadow-l);padding:12px 18px 20px;max-height:calc(100vh - 100px);overflow:auto}
  .site-header #main-nav.is-open{display:flex}
  .site-header #main-nav>a,.site-header #main-nav>.nav-products>summary,.site-header #main-nav>.nav-services>summary{display:flex;padding:13px 12px;font-size:16px;border-radius:10px}
  .site-header #main-nav>a.active::after{display:none}
  .site-header .nav-products>.mega-menu,.site-header .service-submenu{position:static;transform:none;width:100%;max-height:none;box-shadow:none;border:0;border-top:1px dashed var(--line);border-radius:0;padding:10px 8px 6px}
  .site-header .mega-heading{display:none}
  .site-header .mega-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2px 18px}
  .site-header #main-nav .nav-cta{margin:8px 4px 0;text-align:center;justify-content:center}
}
@media(max-width:980px){
  .zh-site .wrap{width:100%;max-width:none}
}
