
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#E6EBF2;color:#243447;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;line-height:1.7;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}main{padding-top:86px}.site-header{position:fixed;left:0;right:0;top:0;z-index:9999;background:#F5F7FB;border-bottom:1px solid rgba(40,156,255,.13);box-shadow:0 10px 24px rgba(56,92,138,.08)}.header-inner{max-width:1240px;margin: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:18px;white-space:nowrap;flex-wrap:nowrap}.nav a,.more-btn{color:#4E5F7A;font-weight:700;border:0;background:transparent;font-size:15px;padding:22px 0;cursor:pointer;position:relative}.nav a:hover,.nav a.active,.more-btn:hover{color:#289CFF}.nav a.active:after{content:"";position:absolute;left:50%;bottom:14px;width:24px;height:3px;background:#289CFF;border-radius:20px;transform:translateX(-50%)}.header-action{flex:0 0 auto}.main-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 22px;border-radius:999px;background:linear-gradient(180deg,#32D1F6 0%,#27B9F4 35%,#249BFF 100%);color:#fff!important;font-weight:800;box-shadow:0 12px 24px rgba(36,155,255,.28)}.dropdown,.more-dropdown{position:relative}.dropdown-menu,.more-menu{position:absolute;top:100%;left:0;min-width:188px;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;opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s}.dropdown:hover .dropdown-menu,.more-dropdown:hover .more-menu,.more-dropdown.open .more-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu a,.more-menu a{display:block;padding:10px 14px;color:#4E5F7A;border-radius:10px;white-space:nowrap}.dropdown-menu a:hover,.more-menu a:hover{color:#289CFF;background:rgba(40,156,255,.08)}.menu-toggle{display:none;border:0;background:transparent;width:40px;height:40px}.menu-toggle span{display:block;height:2px;background:#4E5F7A;margin:6px 6px;border-radius:4px}.container{width:min(1200px,calc(100% - 36px));margin:auto}.section{margin:34px auto}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.eyebrow{color:#289CFF;font-weight:800;letter-spacing:.08em}.section-title,h1,h2,h3{color:#289CFF}.section-title{font-size:30px;line-height:1.25;margin:4px 0}.muted{color:#66788A}.banner-slider{width:min(1200px,calc(100% - 36px));height:348px;margin:28px auto 30px;border-radius:22px;background:#fff;box-shadow:0 18px 40px rgba(56,92,138,.12);overflow:hidden;position:relative}.slide{position:absolute;inset:0;opacity:0;transition:opacity .45s;display:flex;align-items:center;justify-content:center;background:#fff}.slide.active{opacity:1;z-index:2}.banner-slider img{width:100%;height:100%;object-fit:contain;background:#fff}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;border:0;width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.86);color:#289CFF;font-size:25px;box-shadow:0 12px 22px rgba(56,92,138,.18);cursor:pointer}.slider-arrow.prev{left:16px}.slider-arrow.next{right:16px}.slider-dots{position:absolute;left:0;right:0;bottom:13px;z-index:5;display:flex;justify-content:center;gap:8px}.dot{width:9px;height:9px;border-radius:50%;border:0;background:#C8D7E8;cursor:pointer}.dot.active{width:24px;border-radius:999px;background:#289CFF}.hero-note{width:min(1120px,calc(100% - 48px));margin:-12px auto 28px;background:rgba(255,255,255,.94);border:1px solid rgba(40,156,255,.16);border-radius:18px;box-shadow:0 14px 30px rgba(56,92,138,.1);padding:18px 22px}.hero-note h1{font-size:28px;margin:0 0 8px}.grid{display:grid;gap:18px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card,.zone-card,.info-card,.review-card,.faq-card{background:rgba(255,255,255,.92);border:1px solid rgba(40,156,255,.16);box-shadow:0 14px 36px rgba(56,92,138,.10);border-radius:20px;padding:22px}.card h3,.zone-card h3,.info-card h3{margin:0 0 8px}.pill{display:inline-flex;color:#289CFF;background:rgba(40,156,255,.1);padding:5px 12px;border-radius:999px;font-weight:800;margin-bottom:10px}.content-img,.zone-card img,.info-card img,.app-section img{max-width:100%;height:auto;max-height:245px;object-fit:contain;background:#F5F7FB;border-radius:16px;margin-bottom:14px}.product-card img{width:100%;height:155px;object-fit:contain;background:#F5F7FB;border-radius:16px;margin-bottom:12px}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:22px;align-items:center}.quick-list{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.quick-list a{display:block;background:#fff;border:1px solid rgba(40,156,255,.16);border-radius:16px;padding:16px;box-shadow:0 10px 24px rgba(56,92,138,.08)}.quick-list b{color:#289CFF;display:block;margin-bottom:5px}.steps{counter-reset:s;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.step{background:#fff;border:1px solid rgba(40,156,255,.16);border-radius:18px;padding:20px}.step:before{counter-increment:s;content:"0" counter(s);display:inline-flex;margin-bottom:12px;color:#fff;background:linear-gradient(180deg,#32D1F6,#249BFF);padding:3px 10px;border-radius:999px;font-weight:800}.notice{background:#DDE4EE;border-left:4px solid #289CFF;border-radius:16px;padding:18px 22px;color:#4E5F7A}.site-footer{background:#243447;color:#EAF3FF;margin-top:46px;padding:42px 20px 90px}.footer-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:24px}.footer-brand img{max-height:52px;margin-bottom:12px}.site-footer a{display:block;color:#EAF3FF;margin:8px 0;opacity:.9}.site-footer p{color:#D8E8FA}.footer-bottom{max-width:1200px;margin:25px auto 0;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);color:#CFE1F7}.drawer-mask{position:fixed;inset:0;background:rgba(20,32,48,.38);z-index:10001;display:none}.mobile-drawer{position:fixed;left:0;top:0;bottom:0;width:84%;max-width:320px;background:#fff;z-index:10002;transform:translateX(-105%);transition:.25s;box-shadow:20px 0 48px rgba(36,52,71,.2);overflow:auto}.drawer-open .drawer-mask{display:block}.drawer-open .mobile-drawer{transform:translateX(0)}.drawer-open{overflow:hidden}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:18px;border-bottom:1px solid rgba(40,156,255,.12)}.drawer-head img{max-height:46px}.drawer-close{border:0;background:#EEF2F7;border-radius:50%;width:34px;height:34px;font-size:22px;color:#4E5F7A}.drawer-links{padding:14px}.drawer-link{display:block;padding:12px 14px;border-radius:12px;color:#4E5F7A}.drawer-link.active,.drawer-link:hover{background:rgba(40,156,255,.09);color:#289CFF}.mobile-bottom-nav{display:none}.legal{font-size:14px;color:#66788A}.page-hero{padding:48px 0 22px}.page-hero .card{padding:32px}.page-hero h1{font-size:34px;margin:0 0 12px}.small-link{color:#289CFF;font-weight:800}.banner-caption,.banner-text,.slide-title,.slide-desc,.slide-content,.slide-card,.banner-card{display:none!important}
@media(max-width:1100px){.nav{gap:12px}.nav a,.more-btn{font-size:14px}.grid-4{grid-template-columns:repeat(2,1fr)}.quick-list{grid-template-columns:repeat(2,1fr)}}
@media(max-width:860px){body{padding-bottom:64px}main{padding-top:72px}.header-inner{min-height:64px;padding:0 14px;gap:10px}.menu-toggle{display:block;flex:0 0 auto}.nav-wrap{display:none}.logo{position:absolute;left:50%;transform:translateX(-50%)}.logo img{max-height:42px}.main-btn{min-height:36px;padding:8px 16px}.banner-slider{height:198px;margin-top:18px;border-radius:16px}.slider-arrow{width:34px;height:34px;font-size:20px}.hero-note{margin-top:12px;width:min(100% - 28px,720px)}.hero-note h1{font-size:22px}.grid-2,.grid-3,.grid-4,.split,.steps{grid-template-columns:1fr}.quick-list{grid-template-columns:1fr}.section-title{font-size:24px}.section-head{display:block}.content-img,.zone-card img,.info-card img{max-height:190px}.product-card img{height:135px}.footer-grid{grid-template-columns:1fr}.mobile-bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:9998;background:#fff;border-top:1px solid rgba(40,156,255,.14);display:grid;grid-template-columns:repeat(4,1fr);height:58px}.mobile-bottom-nav a{display:flex;align-items:center;justify-content:center;color:#4E5F7A;font-size:13px;font-weight:800}.mobile-bottom-nav a:hover{color:#289CFF}.site-footer{padding-bottom:90px}.page-hero h1{font-size:26px}.page-hero{padding-top:28px}}
