*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;background:#E6EBF2;color:#243447;line-height:1.7;overflow-x:hidden}a{color:#289CFF;text-decoration:none}a:hover{color:#1E90F0}img{max-width:100%;height:auto;display:block}.site-header{position:sticky;top:0;z-index:9999;background:#F5F7FB;backdrop-filter:blur(10px);box-shadow:0 8px 24px rgba(56,92,138,.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;display:inline-flex;align-items:center}.logo img{max-height:52px;width:auto;display:block}.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,.dropdown>a{position:relative;color:#4E5F7A;font-weight:700;font-size:15px;padding:23px 0;display:inline-flex;align-items:center;gap:5px}.nav>a.active,.dropdown.active>a,.nav a:hover,.dropdown:hover>a{color:#289CFF}.nav>a.active::after,.dropdown.active>a::after{content:"";position:absolute;left:0;right:0;bottom:15px;height:3px;border-radius:999px;background:#289CFF}.header-action{flex:0 0 auto;display:flex;align-items:center}.main-btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#32D1F6 0%,#27B9F4 35%,#249BFF 100%);color:#FFFFFF!important;border-radius:999px;box-shadow:0 10px 24px rgba(36,155,255,.25);font-weight:800;border:0;min-height:44px;padding:10px 24px;transition:.22s ease}.main-btn.small{min-height:40px;padding:8px 21px}.main-btn:hover{background:linear-gradient(180deg,#48D9F7 0%,#1E90F0 100%);transform:translateY(-1px);box-shadow:0 14px 28px rgba(36,155,255,.32)}.dropdown{position:relative;display:inline-flex}.dropdown-menu{position:absolute;top:100%;left:0;min-width:180px;background:#FFFFFF;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(10px);transition:.18s ease}.dropdown-right{left:auto;right:0}.dropdown:hover .dropdown-menu,.dropdown:focus-within .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu a{display:block;padding:10px 14px;color:#4E5F7A;white-space:nowrap;border-radius:10px;font-weight:700}.dropdown-menu a:hover{color:#289CFF;background:rgba(40,156,255,.08)}.chevron{font-size:12px;color:#8A9AAF}.mobile-header{display:none;min-height:66px;padding:0 14px;align-items:center;justify-content:space-between;gap:10px}.menu-toggle{width:44px;height:44px;border:0;background:#FFFFFF;border-radius:12px;box-shadow:0 8px 22px rgba(56,92,138,.12);display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.menu-toggle span{width:22px;height:2px;background:#4E5F7A;border-radius:10px}.mobile-logo img{max-height:46px}.drawer-overlay{position:fixed;inset:0;background:rgba(36,52,71,.35);z-index:10001;opacity:0;visibility:hidden;transition:.2s ease}.drawer-overlay.show{opacity:1;visibility:visible}.mobile-drawer{position:fixed;top:0;bottom:0;left:0;width:82vw;max-width:320px;background:#FFFFFF;z-index:10002;transform:translateX(-102%);transition:.25s ease;box-shadow:20px 0 48px rgba(36,52,71,.20);padding:18px;overflow-y:auto}.mobile-drawer.open{transform:translateX(0)}.drawer-open{overflow:hidden}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid rgba(40,156,255,.14)}.drawer-head .logo img{max-height:46px}.drawer-close{width:40px;height:40px;border:0;border-radius:12px;background:#EEF2F7;color:#4E5F7A;font-size:28px;line-height:1}.drawer-nav{display:grid;gap:8px;padding:18px 0}.drawer-nav a{display:block;padding:12px 14px;border-radius:12px;color:#4E5F7A;font-weight:800;background:#F5F7FB}.drawer-nav a:hover{color:#289CFF;background:rgba(40,156,255,.10)}.site-main{min-height:60vh}.container{max-width:1200px;margin:0 auto;padding:0 22px}.banner-slider{max-width:1200px;margin:28px auto 36px;border-radius:20px;background:#FFFFFF;box-shadow:0 18px 40px rgba(56,92,138,.12);overflow:hidden;position:relative;z-index:1}.slides{position:relative;width:100%;aspect-ratio:16/6;background:#FFFFFF}.slide{position:absolute;inset:0;opacity:0;transition:opacity .45s ease}.slide.active{opacity:1;z-index:2}.banner-slider img{width:100%;height:100%;object-fit:contain;background:#FFFFFF}.slider-prev,.slider-next{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:42px;height:42px;border:0;border-radius:999px;background:rgba(255,255,255,.86);color:#289CFF;font-size:32px;box-shadow:0 8px 20px rgba(56,92,138,.16);cursor:pointer;line-height:42px}.slider-prev{left:16px}.slider-next{right:16px}.slider-dots{position:absolute;left:0;right:0;bottom:15px;z-index:3;display:flex;justify-content:center;gap:9px}.slider-dot{width:10px;height:10px;border:0;border-radius:999px;background:rgba(78,95,122,.32);cursor:pointer;padding:0}.slider-dot.active{width:28px;background:#289CFF}.banner-caption,.banner-text,.slide-title,.slide-desc,.slide-content,.slide-card,.banner-card{display:none!important}.section{padding:42px 0}.section.alt{background:#EEF2F7}.hero-panel,.card,.zone-card,.info-card,.review-card,.faq-item,.notice-card,.product-card,.feature-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}.hero-panel{padding:34px;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:30px;align-items:center}.hero-panel.no-image{grid-template-columns:1fr}.hero-kicker,.tag,.number{color:#289CFF;font-weight:900}.hero-kicker{letter-spacing:.08em;margin-bottom:8px}h1,h2,h3,.section-title{color:#289CFF;line-height:1.25;margin-top:0}h1{font-size:42px;margin-bottom:18px}h2,.section-title{font-size:30px;margin-bottom:18px}h3{font-size:20px;margin-bottom:10px}p{margin:0 0 14px}.lead{font-size:18px;color:#243447}.muted{color:#66788A}.hint{color:#8A9AAF;font-size:14px}.hero-img,.content-img{border-radius:18px;background:#FFFFFF;border:1px solid rgba(40,156,255,.12);padding:10px;box-shadow:0 12px 28px rgba(56,92,138,.10)}.hero-img img,.content-img img{width:100%;max-height:420px;object-fit:contain;margin:0 auto}.grid{display:grid;gap:20px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.card,.zone-card,.info-card,.review-card,.faq-item,.notice-card,.product-card,.feature-card{padding:24px}.product-card img,.zone-card img,.app-section img{width:100%;max-height:240px;object-fit:contain;background:#FFFFFF;border-radius:16px;margin-bottom:16px}.text-link{font-weight:900;color:#289CFF;display:inline-flex;align-items:center;gap:5px}.text-link::after{content:"›"}.section-head{max-width:800px;margin:0 auto 26px;text-align:center}.split{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.85fr);gap:24px;align-items:center}.steps{counter-reset:step}.step{position:relative;padding-left:58px}.step::before{counter-increment:step;content:counter(step);position:absolute;left:22px;top:22px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:rgba(40,156,255,.12);color:#289CFF;font-weight:900}.review-card{position:relative}.review-card::before{content:"“";position:absolute;top:12px;right:20px;color:rgba(40,156,255,.22);font-size:62px;line-height:1}.reviewer{margin-top:14px;color:#289CFF;font-weight:900}.faq-list{display:grid;gap:16px}.faq-item h3{margin-bottom:8px}.notice-card{background:#DDE4EE;border-color:rgba(40,156,255,.18)}.footer-reminder{margin-top:24px;padding:18px 20px;border-left:4px solid #289CFF;border-radius:14px;background:#FFFFFF;color:#66788A}.site-footer{margin-top:52px;background:#243447;color:#EAF3FF}.footer-inner{max-width:1200px;margin:0 auto;padding:44px 22px 26px;display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:26px}.footer-logo img{max-height:52px;margin-bottom:14px}.footer-brand p{color:#D8E8F8}.footer-col h3{color:#FFFFFF;margin-bottom:12px}.footer-col a{display:block;color:#EAF3FF;margin:8px 0}.footer-col a:hover{color:#32D1F6}.footer-notice{max-width:1200px;margin:0 auto;padding:18px 22px;border-top:1px solid rgba(234,243,255,.14);color:#D8E8F8}.copyright{text-align:center;color:#BFD2E8;padding:14px 22px 22px}.mini-list{list-style:none;padding:0;margin:0;display:grid;gap:10px}.mini-list li{position:relative;padding-left:20px;color:#66788A}.mini-list li::before{content:"";position:absolute;left:0;top:.75em;width:8px;height:8px;background:#289CFF;border-radius:50%}.pill-row{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}.pill{display:inline-flex;padding:7px 13px;border-radius:999px;background:rgba(40,156,255,.10);color:#289CFF;font-weight:900}.page-hero{padding:42px 0 24px}.page-hero .hero-panel{margin-top:0}.breadcrumb{color:#8A9AAF;margin-bottom:12px}.app-section{padding:24px;border-radius:22px;background:#FFFFFF;border:1px solid rgba(40,156,255,.16);box-shadow:0 14px 36px rgba(56,92,138,.10)}@media (max-width:1100px){.nav{gap:12px}.nav a,.dropdown>a{font-size:14px}.header-inner{gap:16px;padding:0 16px}.main-btn.small{padding:8px 17px}}@media (max-width:980px){.desktop-header{display:none}.mobile-header{display:flex}.site-main{padding-top:0}.banner-slider{margin:18px 14px 28px;border-radius:16px}.slides{aspect-ratio:16/8}.section{padding:32px 0}.container{padding:0 16px}.hero-panel,.split{grid-template-columns:1fr;padding:24px}.grid.four,.grid.three,.grid.two{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr 1fr}.slider-prev,.slider-next{width:36px;height:36px;font-size:26px;line-height:36px}.slider-prev{left:10px}.slider-next{right:10px}h1{font-size:32px}h2,.section-title{font-size:25px}.lead{font-size:16px}}@media (max-width:560px){.mobile-logo img{max-height:38px}.main-btn.small{padding:7px 15px;min-height:38px}.menu-toggle{width:40px;height:40px}.slides{aspect-ratio:16/10}.footer-inner{grid-template-columns:1fr}.card,.zone-card,.info-card,.review-card,.faq-item,.notice-card,.product-card,.feature-card{padding:20px}.hero-panel{padding:20px}h1{font-size:28px}.footer-notice{text-align:left}.slider-dots{bottom:10px}.slider-dot{width:8px;height:8px}.slider-dot.active{width:22px}}

.five-grid{grid-template-columns:repeat(5,minmax(0,1fr))}@media (max-width:1180px){.five-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.five-grid{grid-template-columns:1fr}}
