
*{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.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:#F5F7FB;border-bottom:1px solid rgba(40,156,255,.12);box-shadow:0 10px 28px rgba(56,92,138,.08)}.header-inner{max-width:1220px;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:20px;white-space:nowrap;flex-wrap:nowrap}.nav a,.nav button{border:0;background:transparent;color:#4E5F7A;font-size:15px;font-weight:650;cursor:pointer;padding:24px 0;line-height:1}.nav a.active,.nav a:hover,.nav button:hover{color:#289CFF}.nav a.active{box-shadow:inset 0 -3px 0 #289CFF}.header-action{flex:0 0 auto;display:flex;align-items:center}.main-btn{display:inline-flex;align-items:center;justify-content:center;min-width:92px;padding:11px 22px;border-radius:999px;background:linear-gradient(180deg,#32D1F6 0%,#27B9F4 35%,#249BFF 100%);color:#FFFFFF!important;font-weight:800;box-shadow:0 10px 24px rgba(36,155,255,.26)}.dropdown,.more-dropdown{position:relative}.dropdown-menu,.more-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;opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s ease;padding:8px;overflow:hidden}.dropdown:hover .dropdown-menu,.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;border-radius:10px;box-shadow:none}.dropdown-menu a:hover,.more-menu a:hover{color:#289CFF;background:rgba(40,156,255,.08)}.menu-toggle{display:none;background:#fff;border:1px solid rgba(40,156,255,.18);border-radius:12px;width:42px;height:42px;padding:9px}.menu-toggle span{display:block;height:2px;background:#4E5F7A;margin:5px 0;border-radius:8px}.drawer-mask{position:fixed;inset:0;background:rgba(36,52,71,.42);z-index:10001;opacity:0;visibility:hidden;transition:.2s}.drawer-mask.open{opacity:1;visibility:visible}.mobile-drawer{position:fixed;top:0;left:0;width:84%;max-width:320px;height:100vh;background:#FFFFFF;z-index:10002;transform:translateX(-105%);transition:.26s ease;box-shadow:18px 0 42px rgba(36,52,71,.18);overflow:auto}.mobile-drawer.open{transform:translateX(0)}.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:38px;height:38px;color:#289CFF;font-size:26px;line-height:38px}.drawer-links{display:grid;padding:12px}.drawer-links a{padding:13px 14px;border-radius:12px;color:#4E5F7A;font-weight:700}.drawer-links a:hover{background:#EEF2F7;color:#289CFF}.no-scroll{overflow:hidden}.wrap{max-width:1200px;margin:0 auto;padding:0 22px}.section{padding:58px 0}.section.compact{padding:34px 0}.hero-page{padding:68px 0 38px}.hero-card,.card,.zone-card,.info-card,.review-card,.faq-item{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:22px}.hero-card{padding:42px;display:grid;grid-template-columns:1.1fr .9fr;gap:34px;align-items:center}.hero-card p,.section-lead,p{color:#243447}.muted{color:#66788A}.eyebrow,.tag,.num{color:#289CFF;font-weight:800}.section-title,h1,h2,h3{color:#289CFF;line-height:1.25}h1{font-size:42px;margin:0 0 18px}h2{font-size:30px;margin:0 0 18px}h3{font-size:20px;margin:0 0 10px}.grid{display:grid;gap:22px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card,.zone-card,.info-card,.review-card,.faq-item{padding:24px}.zone-card img,.content-img,.app-section img{width:100%;object-fit:contain;background:#FFFFFF;border-radius:18px;max-height:320px}.text-link{color:#289CFF;font-weight:800}.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}.slides{position:relative;min-height:438px}.slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .45s ease;background:#FFFFFF}.slide.active{opacity:1;visibility:visible;position:relative}.slide img{width:100%;height:438px;object-fit:contain;background:#FFFFFF}.slide-caption{position:absolute;left:34px;bottom:34px;max-width:410px;background:rgba(255,255,255,.88);border:1px solid rgba(40,156,255,.14);border-radius:18px;padding:20px;box-shadow:0 12px 32px rgba(56,92,138,.12)}.slide-caption h2{font-size:28px;margin:0 0 8px}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:0;background:rgba(255,255,255,.9);color:#289CFF;font-size:26px;cursor:pointer;z-index:2}.slider-arrow.prev{left:18px}.slider-arrow.next{right:18px}.slider-dots{position:absolute;left:0;right:0;bottom:14px;display:flex;justify-content:center;gap:8px;z-index:3}.slider-dots button{width:10px;height:10px;border-radius:50%;border:0;background:#DDE4EE;cursor:pointer}.slider-dots button.active{background:#289CFF;width:26px;border-radius:999px}.steps{counter-reset:s;display:grid;gap:16px}.steps li{list-style:none;padding:18px 20px;border-radius:18px;background:#FFFFFF;border:1px solid rgba(40,156,255,.14);box-shadow:0 8px 22px rgba(56,92,138,.08)}.steps li:before{counter-increment:s;content:counter(s);display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;border-radius:50%;background:#EEF2F7;color:#289CFF;font-weight:900;margin-right:10px}.notice{background:#DDE4EE;border:1px solid rgba(40,156,255,.18);border-radius:20px;padding:24px;color:#243447}.site-footer{background:#243447;color:#EAF3FF;margin-top:50px}.footer-inner{max-width:1200px;margin:0 auto;padding:46px 22px;display:grid;grid-template-columns:1.7fr repeat(3,1fr);gap:28px}.footer-brand img{max-height:52px;margin-bottom:16px}.footer-brand p,.footer-note{color:#EAF3FF}.footer-col{display:grid;align-content:start;gap:8px}.footer-col h3{color:#EAF3FF}.footer-col a{color:#EAF3FF;opacity:.9}.footer-col a:hover{color:#32D1F6}.footer-note{border-top:1px solid rgba(234,243,255,.14);max-width:1200px;margin:0 auto;padding:18px 22px;font-size:14px}.app-points{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.app-points span{display:block;background:#EEF2F7;border-radius:16px;padding:16px;color:#289CFF;font-weight:800}.split{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}.check-list{display:grid;gap:12px;padding:0;margin:0}.check-list li{list-style:none;background:#F5F7FB;border:1px solid rgba(40,156,255,.12);padding:13px 16px;border-radius:14px}.check-list li:before{content:'•';color:#289CFF;font-weight:900;margin-right:8px}@media(max-width:1080px){.nav{gap:14px}.nav a,.nav button{font-size:14px}.grid-4{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:1fr 1fr}.hero-card{grid-template-columns:1fr}}@media(max-width:820px){.header-inner{min-height:66px;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-width:auto;padding:9px 16px}.header-action{margin-left:auto}.section{padding:40px 0}.hero-page{padding:38px 0 20px}.hero-card{padding:26px}.grid-2,.grid-3,.grid-4,.split{grid-template-columns:1fr}.slides{min-height:auto}.slide img{height:auto;min-height:210px;object-fit:contain}.slide-caption{position:static;margin:0;border-radius:0;border-left:0;border-right:0;box-shadow:none;background:#FFFFFF;max-width:none}.slider-arrow{top:38%;width:36px;height:36px}.slider-dots{bottom:auto;top:calc(100% - 116px)}.app-points{grid-template-columns:1fr 1fr}.footer-inner{grid-template-columns:1fr}.banner-slider{margin:16px 14px 26px}.wrap{padding:0 14px}h1{font-size:30px}h2{font-size:25px}}@media(max-width:420px){.app-points{grid-template-columns:1fr}.header-action .main-btn{padding:8px 13px}.logo img{max-height:38px}.slide img{min-height:180px}}
