
:root{
  --vtgo-hd-h:64px;
  --vtgo-hd-h-m:56px;
  --vtgo-hd-px:32px;
  --vtgo-hd-px-m:16px;
  --vtgo-hd-maxw:2400px;
  --vtgo-hd-logo-h:13px;
  --vtgo-hd-logo-h-m:12px;
  --vtgo-hd-ff-nav:"Azeret Mono","SF Mono","Courier New",monospace;
  --vtgo-hd-fs-nav:15px;
  --vtgo-hd-fs-nav-m:11px;
  --vtgo-hd-ls-nav:0.08em;
  --vtgo-hd-fw-nav:500;
  --vtgo-hd-ff-panel:"Azeret Mono","SF Mono","Courier New",monospace;
  --vtgo-hd-fs-panel:14px;
  --vtgo-hd-fs-panel-m:13px;
  --vtgo-hd-ls-panel:0.12em;
  --vtgo-hd-fw-panel:500;
  --vtgo-hd-ff-feature:"Azeret Mono","SF Mono","Courier New",monospace;
  --vtgo-hd-fs-feature:20px;
  --vtgo-hd-fs-feature-m:18px;
  --vtgo-hd-ls-feature:-0.01em;
  --vtgo-hd-fw-feature:400;
  --vtgo-hd-panel-bg:#ffffff;
  --vtgo-hd-panel-text:#111111;
  --vtgo-hd-overlay:linear-gradient(to top,rgba(0,0,0,.35),transparent 50%);
  --vtgo-hd-nav-bg:transparent;
}
.vtgo-hd-header{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:61!important;color:#fff!important;background:var(--vtgo-hd-nav-bg)!important;border:0!important;box-shadow:none!important;mix-blend-mode:difference}
.vtgo-hd-header[data-theme=content]{color:#111!important;background:transparent!important;border:0!important;box-shadow:none!important;mix-blend-mode:normal}
.vtgo-hd-header[data-theme=content] .vtgo-hd-logo img{filter:brightness(0)}
.vtgo-hd-header[data-theme=content] .vtgo-hd-util svg{filter:none}
.vtgo-hd-page-spacer{display:block!important;position:relative!important;width:100%!important;height:0;min-height:0;margin:0!important;padding:0!important;border:0!important;visibility:hidden!important;pointer-events:none!important;flex:none!important;grid-column:1/-1}
.vtgo-hd-header[data-hidden]{visibility:hidden}
.vtgo-hd-header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;height:var(--vtgo-hd-h);padding:0 var(--vtgo-hd-px);gap:40px;max-width:var(--vtgo-hd-maxw);margin:0 auto}
.vtgo-hd-logo{display:inline-flex;align-items:center;justify-self:start}
.vtgo-hd-logo img{height:var(--vtgo-hd-logo-h);width:auto;display:block;filter:drop-shadow(0 1px 2px rgba(0,0,0,.4))}
.vtgo-hd-nav{display:flex;align-items:stretch;gap:32px;height:100%;justify-self:start}
.vtgo-hd-nav-item{display:flex;align-items:center}
.vtgo-hd-header .vtgo-hd-nav-link{display:inline-flex;align-items:center;gap:6px;background:none;border:0;padding:0;color:inherit!important;font-family:var(--vtgo-hd-ff-nav)!important;font-size:var(--vtgo-hd-fs-nav)!important;font-style:normal!important;font-weight:var(--vtgo-hd-fw-nav)!important;font-stretch:normal!important;font-synthesis:none!important;letter-spacing:var(--vtgo-hd-ls-nav)!important;text-transform:uppercase!important;line-height:1!important;-webkit-font-smoothing:auto!important;-moz-osx-font-smoothing:auto!important;text-rendering:auto!important;cursor:pointer;text-decoration:none;text-shadow:none!important}
.vtgo-hd-header .vtgo-hd-nav-link span,.vtgo-hd-header .vtgo-hd-util span{font-family:inherit!important;font-size:inherit!important;font-style:inherit!important;font-weight:inherit!important;letter-spacing:inherit!important;line-height:inherit!important}
.vtgo-hd-nav-link:hover{opacity:.55}
.vtgo-hd-caret{width:8px;height:8px;stroke:currentColor;stroke-width:1.6;fill:none;transition:transform .3s}
.vtgo-hd-nav-item[data-open] .vtgo-hd-caret{transform:rotate(180deg)}
.vtgo-hd-utils{display:flex;align-items:center;gap:24px;justify-self:end}
.vtgo-hd-header .vtgo-hd-util{position:relative;display:inline-flex;align-items:center;gap:7px;background:none;border:0;padding:0;color:inherit!important;font-family:var(--vtgo-hd-ff-nav)!important;font-size:var(--vtgo-hd-fs-nav)!important;font-style:normal!important;font-weight:var(--vtgo-hd-fw-nav)!important;font-stretch:normal!important;font-synthesis:none!important;letter-spacing:var(--vtgo-hd-ls-nav)!important;text-transform:uppercase!important;line-height:1!important;-webkit-font-smoothing:auto!important;-moz-osx-font-smoothing:auto!important;text-rendering:auto!important;cursor:pointer;text-decoration:none;text-shadow:none!important}
.vtgo-hd-util:hover{opacity:.55}
.vtgo-hd-util svg{width:15px;height:15px;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;filter:none}
.vtgo-hd-util-badge{position:absolute;top:-7px;right:-10px;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:currentColor;font-family:var(--vtgo-hd-ff-nav);font-size:10px;font-weight:500;line-height:17px;text-align:center}
.vtgo-hd-util-badge-num{mix-blend-mode:difference;color:#fff}
.vtgo-hd-search-fallback{position:fixed;inset:0;z-index:10020;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(0,0,0,.88);color:#fff;box-sizing:border-box;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease;mix-blend-mode:normal}
.vtgo-hd-search-fallback[data-open]{opacity:1;visibility:visible;pointer-events:auto}
.vtgo-hd-search-fallback-form{position:relative;width:min(680px,86vw);display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,.8)}
.vtgo-hd-search-fallback-input{width:100%;height:64px;padding:0 54px 0 0;border:0;background:transparent;color:#fff;font-family:var(--vtgo-hd-ff-nav);font-size:clamp(20px,3vw,36px);font-weight:400;letter-spacing:.02em;line-height:1;outline:0}
.vtgo-hd-search-fallback-input::placeholder{color:rgba(255,255,255,.55)}
.vtgo-hd-search-fallback-submit{position:absolute;right:0;top:50%;width:42px;height:42px;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:none;color:#fff;cursor:pointer}
.vtgo-hd-search-fallback-submit svg{width:24px;height:24px;stroke:currentColor;stroke-width:2;fill:none}
.vtgo-hd-search-fallback-close{position:absolute;top:22px;right:26px;width:44px;height:44px;padding:0;border:0;background:none;color:#fff;font-size:34px;font-weight:300;line-height:1;cursor:pointer}
@media(max-width:900px){.vtgo-hd-search-fallback{align-items:flex-start;padding:92px 20px 24px}.vtgo-hd-search-fallback-form{width:100%}.vtgo-hd-search-fallback-input{height:54px;font-size:20px}.vtgo-hd-search-fallback-close{top:18px;right:14px}}
.vtgo-hd-burger{display:none;width:40px;height:40px;align-items:center;justify-content:center;padding:0;border:0;background:none;color:inherit;cursor:pointer}
.vtgo-hd-burger svg{width:20px;height:20px;stroke:currentColor;stroke-width:1.5;fill:none}
.vtgo-hd-mega{position:fixed;top:0;left:0;right:0;z-index:60;background:var(--vtgo-hd-panel-bg);color:var(--vtgo-hd-panel-text);box-shadow:0 24px 40px rgba(0,0,0,.08);opacity:0;pointer-events:none;transform:translateY(-8px);transition:opacity .3s cubic-bezier(.22,.61,.36,1),transform .3s}
.vtgo-hd-mega[data-open]{opacity:1;pointer-events:auto;transform:none}
.vtgo-hd-mega-inner{max-width:var(--vtgo-hd-maxw);margin:0 auto;padding:calc(var(--vtgo-hd-h) + 40px) var(--vtgo-hd-px) 52px;display:grid;grid-template-columns:1fr 260px;gap:80px;align-items:start}
.vtgo-hd-mega-cols{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:40px}
.vtgo-hd-mega-col{display:flex;flex-direction:column;gap:16px}
.vtgo-hd-mega-col a{color:var(--vtgo-hd-panel-text);text-decoration:none;font-family:var(--vtgo-hd-ff-panel);font-size:var(--vtgo-hd-fs-panel);font-weight:var(--vtgo-hd-fw-panel);letter-spacing:var(--vtgo-hd-ls-panel);text-transform:uppercase;line-height:1}
.vtgo-hd-mega-col a:hover{opacity:.45}
.vtgo-hd-mega-feature{position:relative;display:block;aspect-ratio:3/4;overflow:hidden;background:#f2f2f2;text-decoration:none}
.vtgo-hd-mega-feature img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .8s}
.vtgo-hd-mega-feature:hover img{transform:scale(1.04)}
.vtgo-hd-mega-feature::after{content:"";position:absolute;inset:0;background:var(--vtgo-hd-overlay)}
.vtgo-hd-mega-feature-tag{position:absolute;top:14px;left:14px;z-index:2;padding:5px 7px;background:var(--vtgo-hd-panel-bg);color:var(--vtgo-hd-panel-text);font-family:var(--vtgo-hd-ff-panel);font-size:9px;font-weight:500;letter-spacing:.28em;text-transform:uppercase;line-height:1}
.vtgo-hd-mega-feature-text{position:absolute;left:18px;bottom:16px;right:18px;z-index:2;color:#fff;font-family:var(--vtgo-hd-ff-feature);font-size:var(--vtgo-hd-fs-feature);font-weight:var(--vtgo-hd-fw-feature);letter-spacing:var(--vtgo-hd-ls-feature);line-height:1.12;white-space:pre-line}
.vtgo-hd-m-drawer{position:fixed;inset:0;z-index:70;background:var(--vtgo-hd-panel-bg);color:var(--vtgo-hd-panel-text);display:none;flex-direction:column}
.vtgo-hd-m-drawer[data-open]{display:flex}
.vtgo-hd-m-top{display:flex;align-items:center;justify-content:space-between;height:var(--vtgo-hd-h-m);padding:0 var(--vtgo-hd-px-m);flex:0 0 auto}
.vtgo-hd-m-top img{height:18px;width:auto;display:block}
.vtgo-hd-m-close{width:40px;height:40px;border:0;background:none;color:inherit;font-size:28px;line-height:1;cursor:pointer}
.vtgo-hd-m-nav{flex:1;overflow-y:auto;padding:8px 0}
.vtgo-hd-m-group-head{display:flex;width:100%;align-items:center;justify-content:space-between;padding:20px 18px;border:0;background:none;color:inherit;font-family:var(--vtgo-hd-ff-panel);font-size:var(--vtgo-hd-fs-panel);font-weight:var(--vtgo-hd-fw-panel);letter-spacing:var(--vtgo-hd-ls-panel);text-transform:uppercase;line-height:1;cursor:pointer}
.vtgo-hd-m-sub{display:none;padding:0 18px 14px;flex-direction:column}
.vtgo-hd-m-group[data-open] .vtgo-hd-m-sub{display:flex}
.vtgo-hd-m-sub a{display:block;padding:10px 0;color:#666;text-decoration:none;font-family:var(--vtgo-hd-ff-panel);font-size:var(--vtgo-hd-fs-panel);font-weight:var(--vtgo-hd-fw-panel);letter-spacing:var(--vtgo-hd-ls-panel);text-transform:uppercase;line-height:1}
.vtgo-hd-m-direct{display:block;padding:20px 18px;color:var(--vtgo-hd-panel-text);text-decoration:none;font-family:var(--vtgo-hd-ff-panel);font-size:var(--vtgo-hd-fs-panel);font-weight:var(--vtgo-hd-fw-panel);letter-spacing:var(--vtgo-hd-ls-panel);text-transform:uppercase;line-height:1}
.vtgo-hd-m-foot{display:flex;flex-direction:column;gap:14px;padding:20px 18px 32px;flex:0 0 auto}
.vtgo-hd-m-foot a{color:#666;text-decoration:none;font-family:var(--vtgo-hd-ff-nav);font-size:11px;font-weight:var(--vtgo-hd-fw-nav);letter-spacing:.18em;text-transform:uppercase;line-height:1}
@media(max-width:900px){
  .vtgo-hd-header-inner{grid-template-columns:1fr auto 1fr;height:var(--vtgo-hd-h-m);padding:0 var(--vtgo-hd-px-m);gap:12px}
  .vtgo-hd-nav,.vtgo-hd-mega{display:none}
  .vtgo-hd-burger{display:inline-flex;justify-self:start}
  .vtgo-hd-logo{justify-self:center}
  .vtgo-hd-logo img{height:var(--vtgo-hd-logo-h-m)}
  .vtgo-hd-utils{justify-self:end}
  .vtgo-hd-header .vtgo-hd-nav-link{font-size:var(--vtgo-hd-fs-nav-m)!important}
  .vtgo-hd-header .vtgo-hd-util{font-size:var(--vtgo-hd-fs-nav-m)!important}
  .vtgo-hd-util [data-hide-m]{display:none}
  .vtgo-hd-mega-col a{font-size:var(--vtgo-hd-fs-panel-m)}
  .vtgo-hd-mega-feature-text{font-size:var(--vtgo-hd-fs-feature-m)}
}
/* 容器内窄布局兜底：部署环境导致 fixed 失效、页头宽度被容器限制时，JS 检测到宽度 <= 900px 自动加 data-compact 切换移动布局 */
.vtgo-hd-header[data-compact] .vtgo-hd-header-inner{grid-template-columns:undefined;height:var(--vtgo-hd-h-m);padding:0 var(--vtgo-hd-px-m);gap:12px}
.vtgo-hd-header[data-compact] .vtgo-hd-nav{display:none}
.vtgo-hd-header[data-compact] .vtgo-hd-burger{display:inline-flex;justify-self:start}
.vtgo-hd-header[data-compact] .vtgo-hd-logo{justify-self:center}
.vtgo-hd-header[data-compact] .vtgo-hd-logo img{height:var(--vtgo-hd-logo-h-m)}
.vtgo-hd-header[data-compact] .vtgo-hd-utils{justify-self:end}
.vtgo-hd-header[data-compact] .vtgo-hd-nav-link{font-size:var(--vtgo-hd-fs-nav-m)!important}
.vtgo-hd-header[data-compact] .vtgo-hd-util{font-size:var(--vtgo-hd-fs-nav-m)!important}
.vtgo-hd-header[data-compact] .vtgo-hd-util [data-hide-m]{display:none}
.vtgo-hd-mega[data-compact]{display:none}
.vtgo-hd-mega[data-compact] .vtgo-hd-mega-col a{font-size:var(--vtgo-hd-fs-panel-m)}
.vtgo-hd-mega[data-compact] .vtgo-hd-mega-feature-text{font-size:var(--vtgo-hd-fs-feature-m)}
@media(max-width:900px){.vtgo-hd-header-inner{grid-template-columns:1fr auto 1fr}}
.global_shopping_cart_bg{background:rgba(0,0,0,.42)!important;opacity:1!important}
.global_shopping_cart_box{background:#fff!important;opacity:1!important;mix-blend-mode:normal!important;isolation:isolate;color:#111!important}
.global_shopping_cart_box *{mix-blend-mode:normal}
.global_shopping_cart_box .gicon,.global_shopping_cart_box .gicon::before,.global_shopping_cart_box .gicon::after{font-family:icons!important}
.global_shopping_cart_box .cart_close .gicon.gicon-x{display:inline-flex!important;align-items:center;justify-content:center;width:18px;height:18px;font-size:0!important;line-height:1}
.global_shopping_cart_box .cart_close .gicon.gicon-x::before{content:"";display:block;width:14px;height:14px;background:linear-gradient(45deg,transparent 45%,currentColor 46%,currentColor 54%,transparent 55%),linear-gradient(-45deg,transparent 45%,currentColor 46%,currentColor 54%,transparent 55%)}
.global_shopping_cart_box .qless .gicon,.global_shopping_cart_box .qadd .gicon,.global_shopping_cart_box .less .gicon,.global_shopping_cart_box .gicon.qless,.global_shopping_cart_box .gicon.qadd{position:relative;display:inline-block!important;width:12px;height:12px;font-size:0!important;line-height:1;vertical-align:middle}
.global_shopping_cart_box .qless .gicon::before,.global_shopping_cart_box .qadd .gicon::before,.global_shopping_cart_box .less .gicon::before,.global_shopping_cart_box .gicon.qless::before,.global_shopping_cart_box .gicon.qadd::before{content:"";position:absolute;left:50%;top:50%;width:10px;height:2px;background:currentColor;transform:translate(-50%,-50%)}
.global_shopping_cart_box .qadd .gicon::after,.global_shopping_cart_box .gicon.qadd::after{content:"";position:absolute;left:50%;top:50%;width:2px;height:10px;background:currentColor;transform:translate(-50%,-50%)}
