:root{--bg:#E6EBF2;--nav:#F5F7FB;--white:#FFFFFF;--soft:#EEF2F7;--soft2:#DDE4EE;--blue:#289CFF;--navText:#4E5F7A;--text:#243447;--muted:#66788A;--light:#8A9AAF;--footer:#243447;--footerText:#EAF3FF;--shadow:0 14px 36px rgba(56,92,138,.12);--border:rgba(40,156,255,.16);--btn:linear-gradient(180deg,#32D1F6 0%,#27B9F4 35%,#249BFF 100%)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;line-height:1.75;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}.site-header{position:sticky;top:0;z-index:9999;background:var(--nav);box-shadow:0 8px 28px rgba(56,92,138,.10);border-bottom:1px solid rgba(40,156,255,.10)}.header-inner{max-width:1240px;margin:0 auto;padding:0 22px;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:72px}.logo{flex:0 0 auto}.logo img{max-height:52px;width:auto}.nav-wrap{flex:1 1 auto;min-width:0;display:flex;justify-content:center}.nav{display:flex;align-items:center;gap:22px;white-space:nowrap;flex-wrap:nowrap}.nav a,.more-dropdown button{color:var(--navText);font-size:15px;font-weight:700;background:transparent;border:0;cursor:pointer;padding:24px 0}.nav a.active,.nav a:hover,.more-dropdown button:hover{color:var(--blue)}.nav a.active{box-shadow:inset 0 -3px 0 var(--blue)}.header-action{flex:0 0 auto;display:flex;align-items:center}.main-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 22px;border-radius:999px;background:var(--btn);color:#fff!important;font-weight:800;box-shadow:0 12px 24px rgba(36,155,255,.24);border:0}.dropdown,.more-dropdown{position:relative}.dropdown-menu,.more-menu{display:none;position:absolute;top:100%;left:0;min-width:180px;background:#fff;border:1px solid rgba(40,156,255,.12);border-radius:14px;box-shadow:0 18px 38px rgba(56,92,138,.16);z-index:10000;padding:8px;overflow:hidden}.more-menu{right:0;left:auto}.dropdown:hover .dropdown-menu,.more-dropdown:hover .more-menu,.dropdown:focus-within .dropdown-menu,.more-dropdown:focus-within .more-menu{display:block}.dropdown-menu a,.more-menu a{display:block;padding:10px 14px;color:var(--navText);white-space:nowrap;border-radius:10px;box-shadow:none}.dropdown-menu a:hover,.more-menu a:hover{color:var(--blue);background:rgba(40,156,255,.08)}.menu-toggle{display:none;background:#fff;border:1px solid var(--border);border-radius:12px;width:42px;height:38px;align-items:center;justify-content:center;flex-direction:column;gap:5px;flex:0 0 auto}.menu-toggle span{width:20px;height:2px;background:var(--blue);border-radius:2px}.page-main,.home-main{max-width:1200px;margin:0 auto;padding:28px 20px 54px}.section-panel{background:rgba(255,255,255,.72);border:1px solid rgba(40,156,255,.12);border-radius:24px;box-shadow:var(--shadow);padding:30px;margin:0 0 28px}.soft-panel{background:#EEF2F7}.page-hero{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:30px;align-items:center}.hero-copy h1,.section-head h2,h1,h2,h3,.section-title{color:var(--blue);margin:0}.hero-copy p,.section-panel p{color:var(--text)}.eyebrow{display:inline-flex;color:var(--blue);background:rgba(40,156,255,.10);border:1px solid rgba(40,156,255,.14);border-radius:999px;padding:6px 14px;font-weight:800;margin-bottom:12px}.hero-media{background:#fff;border-radius:22px;border:1px solid var(--border);padding:12px;box-shadow:0 12px 28px rgba(56,92,138,.10)}.hero-media img,.content-img,.zone-card img,.app-section img{width:100%;height:auto;object-fit:contain;border-radius:16px;background:#fff}.section-head{display:flex;align-items:center;gap:12px;margin-bottom:18px}.section-head span{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:14px;color:var(--blue);background:rgba(40,156,255,.12);font-weight:900}.grid{display:grid;gap:18px}.four-grid{grid-template-columns:repeat(4,1fr)}.three-grid{grid-template-columns:repeat(3,1fr)}.two-grid{grid-template-columns:repeat(2,1fr)}.info-card,.zone-card,.review-card,.quick-card{background:rgba(255,255,255,.92);border:1px solid var(--border);border-radius:20px;box-shadow:0 14px 36px rgba(56,92,138,.10);padding:22px}.info-card h3,.zone-card h3,.quick-card h3{color:var(--blue);margin-top:0}.quick-card a,.text-link{color:var(--blue);font-weight:800}.steps-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.step-item{display:flex;gap:14px;align-items:flex-start;background:#fff;border:1px solid var(--border);border-radius:18px;padding:18px}.step-item b{color:var(--blue);font-size:22px}.review-card p{color:var(--text);margin-top:0}.review-card strong{color:var(--blue)}.faq-list{display:grid;gap:12px}.faq-list details{background:#fff;border:1px solid var(--border);border-radius:16px;padding:16px 18px}.faq-list summary{cursor:pointer;color:var(--text);font-weight:800}.faq-list p{color:var(--muted);margin-bottom:0}.banner-slider{max-width:1200px;margin:28px auto 36px;border-radius:20px;background:#fff;box-shadow:0 18px 40px rgba(56,92,138,.12);overflow:hidden;position:relative;border:1px solid rgba(40,156,255,.14)}.slides{position:relative;min-height:420px}.slide{display:none;grid-template-columns:1fr 360px;align-items:center;background:#fff}.slide.active{display:grid}.slide-img{height:420px;display:flex;align-items:center;justify-content:center;background:#fff}.banner-slider img{width:100%;height:100%;object-fit:contain;background:#fff}.slide-copy{padding:34px;background:#F5F7FB;margin-right:20px;border-radius:22px;border:1px solid var(--border)}.slide-copy h1{font-size:32px;line-height:1.25;margin:8px 0;color:var(--blue)}.slide-copy p{color:var(--muted)}.slider-prev,.slider-next{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:999px;border:1px solid var(--border);background:#fff;color:var(--blue);font-size:28px;cursor:pointer;box-shadow:0 10px 24px rgba(56,92,138,.15)}.slider-prev{left:18px}.slider-next{right:18px}.slider-dots{position:absolute;left:0;right:0;bottom:14px;display:flex;justify-content:center;gap:9px}.slider-dot{width:10px;height:10px;border-radius:50%;border:0;background:#DDE4EE;cursor:pointer}.slider-dot.active{background:var(--blue)}.welcome{display:grid;grid-template-columns:1.1fr .9fr;gap:26px;align-items:center}.welcome img{border-radius:20px;background:#fff;border:1px solid var(--border);padding:10px}.category-grid{grid-template-columns:repeat(4,1fr)}.product-grid{grid-template-columns:repeat(5,1fr)}.zone-card img{margin-bottom:16px;max-height:150px;object-fit:contain}.app-section{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center}.app-points{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.app-points span{background:#fff;border:1px solid var(--border);border-radius:15px;padding:13px;color:var(--blue);font-weight:800}.notice-strip{background:#DDE4EE;border:1px solid var(--border);border-radius:20px;padding:22px;color:var(--text)}.site-footer{background:var(--footer);color:var(--footerText);padding:42px 20px 22px}.footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:34px}.footer-brand img{max-height:54px;width:auto;margin-bottom:14px}.footer-brand p,.footer-note{color:#EAF3FF}.footer-links{display:flex;flex-direction:column;gap:8px}.footer-links h3{color:#fff;margin:0 0 8px}.footer-links a{color:#EAF3FF}.footer-note{max-width:1200px;margin:26px auto 0;border-top:1px solid rgba(234,243,255,.18);padding-top:18px;font-size:14px}.mobile-drawer{position:fixed;left:0;top:0;bottom:0;width:84vw;max-width:320px;background:#fff;z-index:10001;transform:translateX(-105%);transition:.28s ease;box-shadow:20px 0 40px rgba(36,52,71,.18);padding:18px;overflow:auto}.drawer-open .mobile-drawer{transform:translateX(0)}.drawer-mask{position:fixed;inset:0;background:rgba(36,52,71,.38);z-index:10000;display:none}.drawer-open .drawer-mask{display:block}.drawer-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.drawer-logo img{max-height:48px;width:auto}.drawer-close{font-size:28px;color:var(--blue);background:#EEF2F7;border:0;border-radius:12px;width:40px;height:40px}.drawer-nav{display:grid;gap:8px}.drawer-nav a{padding:12px 14px;border-radius:12px;color:var(--navText);background:#F5F7FB;font-weight:800}.drawer-nav a:hover{color:var(--blue)}@media (max-width:1120px){.nav{gap:14px}.nav a,.more-dropdown button{font-size:14px}.product-grid{grid-template-columns:repeat(3,1fr)}.category-grid,.four-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:860px){.header-inner{min-height:66px;padding:0 14px;gap:10px}.menu-toggle{display:flex}.nav-wrap{display:none}.logo{position:absolute;left:50%;transform:translateX(-50%)}.logo img{max-height:46px}.header-action .main-btn{min-height:38px;padding:0 16px}.page-main,.home-main{padding:18px 12px 38px}.section-panel{padding:20px;border-radius:20px}.page-hero,.welcome,.app-section{grid-template-columns:1fr}.four-grid,.three-grid,.two-grid,.category-grid,.product-grid,.steps-list{grid-template-columns:1fr}.slides{min-height:0}.slide.active{display:block}.slide-img{height:auto;min-height:220px;padding:10px}.banner-slider img{height:auto;max-height:none;object-fit:contain}.slide-copy{margin:0;padding:18px;border-radius:0;border-left:0;border-right:0;border-bottom:0}.slide-copy h1{font-size:24px}.slider-prev,.slider-next{top:34%;width:36px;height:36px;font-size:22px}.slider-prev{left:8px}.slider-next{right:8px}.slider-dots{bottom:auto;top:calc(100% - 132px)}.app-points{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr}.banner-slider{margin:18px 12px 24px;border-radius:18px}}@media (max-width:420px){.header-action .main-btn{padding:0 13px}.logo img{max-height:42px}.slide-img{min-height:180px}.hero-copy h1{font-size:28px}}
