
*{box-sizing:border-box}body{margin:0;background:#E6EBF2;color:#243447;font-family:Arial,"Microsoft YaHei",sans-serif;line-height:1.75;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.site-header{position:sticky;top:0;z-index:9999;background:#F5F7FB;box-shadow:0 10px 28px rgba(56,92,138,.10)}.header-inner{max-width:1240px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:72px;padding:0 22px}.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:20px;white-space:nowrap;flex-wrap:nowrap}.nav a,.more-btn{color:#4E5F7A;font-weight:700;font-size:15px;background:none;border:0;cursor:pointer;padding:24px 0}.nav a:hover,.nav a.active,.more-btn:hover{color:#289CFF}.nav a.active{position:relative}.nav a.active:after{content:"";position:absolute;left:50%;bottom:14px;width:24px;height:3px;background:#289CFF;border-radius:99px;transform:translateX(-50%)}.header-action{flex:0 0 auto}.main-btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:linear-gradient(180deg,#32D1F6 0%,#27B9F4 35%,#249BFF 100%);color:#fff;font-weight:800;padding:12px 24px;box-shadow:0 12px 24px rgba(36,155,255,.25)}.main-btn.small{padding:9px 20px}.dropdown,.more-dropdown{position:relative}.dropdown-menu,.more-menu{position:absolute;top:100%;left:0;min-width:190px;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;opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s;overflow:hidden}.dropdown:hover .dropdown-menu,.more-dropdown:hover .more-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu a,.more-menu a{display:block;padding:12px 16px;color:#4E5F7A;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:#fff;color:#289CFF;border-radius:12px;font-size:22px;padding:7px 11px}.mobile-drawer{position:fixed;left:0;top:0;bottom:0;width:84%;max-width:320px;background:#fff;z-index:10001;transform:translateX(-105%);transition:.3s;box-shadow:0 30px 60px rgba(36,52,71,.24);overflow:auto}.mobile-drawer.open{transform:translateX(0)}.drawer-mask{position:fixed;inset:0;background:rgba(0,0,0,.36);z-index:10000;display:none}.drawer-mask.show{display:block}.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{height:46px}.drawer-head button{border:0;background:#EEF2F7;border-radius:50%;width:34px;height:34px;font-size:22px;color:#289CFF}.drawer-nav{display:grid;padding:12px}.drawer-nav a{padding:12px 14px;border-bottom:1px solid rgba(40,156,255,.08);color:#4E5F7A}.no-scroll{overflow:hidden}.container{max-width:1200px;margin:auto;padding:0 22px}.section{padding:34px 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;height:360px}.banner-slider .slide{display:none;height:100%}.banner-slider .slide.active{display:block}.banner-slider img{width:100%;height:100%;object-fit:contain;background:#fff}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);border:0;border-radius:50%;width:42px;height:42px;color:#289CFF;background:rgba(255,255,255,.88);box-shadow:0 10px 22px rgba(56,92,138,.2);font-size:24px;z-index:3}.slider-arrow.prev{left:16px}.slider-arrow.next{right:16px}.slider-dots{position:absolute;left:50%;bottom:15px;transform:translateX(-50%);display:flex;gap:8px;z-index:3}.slider-dots button{width:10px;height:10px;border:0;border-radius:50%;background:rgba(40,156,255,.25)}.slider-dots button.active{background:#289CFF}.hero-copy{max-width:1200px;margin:-16px auto 34px;padding:0 22px}.hero-copy .card{padding:22px}.grid{display:grid;gap:22px}.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{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:24px}.section-title,h1,h2,h3{color:#289CFF;line-height:1.3}h1{font-size:38px;margin:0 0 14px}.section-title{font-size:28px;margin:0 0 18px}.kicker,.tag,.num{color:#289CFF;font-weight:800}.lead{font-size:17px;color:#66788A}.text-link{color:#289CFF;font-weight:800}.content-img,.zone-card img,.app-section img{max-width:100%;height:auto;max-height:250px;object-fit:contain;margin:auto}.product-card img{height:150px;width:100%;object-fit:contain;background:#EEF2F7;border-radius:16px;margin-bottom:12px}.split{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}.steps{counter-reset:x}.step{display:flex;gap:14px;padding:16px;border-bottom:1px solid rgba(40,156,255,.12)}.step:before{counter-increment:x;content:counter(x);flex:0 0 34px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(40,156,255,.12);color:#289CFF;font-weight:800}.faq-item{padding:18px 0;border-bottom:1px solid rgba(40,156,255,.12)}.notice{background:#DDE4EE;border:1px solid rgba(40,156,255,.16);border-radius:20px;padding:22px;color:#4E5F7A}.site-footer{background:#243447;color:#EAF3FF;margin-top:50px;padding:44px 22px}.footer-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:1.4fr 1fr 1.2fr;gap:32px}.footer-logo img{height:52px}.site-footer a{display:block;color:#EAF3FF;margin:8px 0}.page-hero{max-width:1200px;margin:28px auto;padding:42px 22px}.page-card{background:#fff;border-radius:24px;padding:34px;box-shadow:0 14px 36px rgba(56,92,138,.10)}
@media(max-width:980px){.nav-wrap{display:none}.menu-toggle{display:inline-flex}.header-inner{gap:10px;padding:0 14px}.logo img{max-height:44px}.banner-slider{height:240px;margin:18px auto}.grid-4,.grid-3,.grid-2,.split{grid-template-columns:1fr}.hero-copy{margin:0 auto 20px}.footer-grid{grid-template-columns:1fr}.section{padding:22px 0}h1{font-size:30px}.section-title{font-size:24px}.card,.zone-card,.info-card,.review-card,.page-card{padding:20px}.product-card img{height:130px}.content-img,.zone-card img{max-height:210px}}
@media(max-width:560px){body{padding-bottom:0}.header-inner{min-height:64px}.main-btn.small{padding:8px 14px;font-size:14px}.banner-slider{height:200px;border-radius:16px}.slider-arrow{width:34px;height:34px}.container{padding:0 16px}.hero-copy .card{padding:18px}.step{align-items:flex-start}.step:before{margin-top:2px}.drawer-nav a{padding:11px 12px}.content-img,.zone-card img{max-height:180px}}
