*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;background:#E6EBF2;color:#243447;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 30px 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;display:flex;align-items:center}.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,.dropdown>a{color:#4E5F7A;font-size:15px;font-weight:700;padding:24px 0 22px;display:inline-flex;align-items:center;transition:.2s}.nav a:hover,.dropdown:hover>a,.nav a.active,.dropdown.active>a{color:#289CFF}.nav a.active:after,.dropdown.active>a:after{content:"";height:3px;border-radius:999px;background:#289CFF;position:absolute;left:0;right:0;bottom:12px}.nav>a,.dropdown>a{position:relative}.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:10px 22px;border-radius:999px;background:linear-gradient(180deg,#32D1F6 0%,#27B9F4 35%,#249BFF 100%);color:#FFFFFF!important;font-weight:800;box-shadow:0 10px 22px rgba(36,155,255,.28);border:0;transition:transform .2s,box-shadow .2s}.main-btn:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(36,155,255,.36)}.header-btn{min-width:82px}.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;padding:8px;opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s}.right-menu{left:auto;right:0}.dropdown:hover .dropdown-menu,.more-dropdown:hover .more-menu,.dropdown:focus-within .dropdown-menu,.more-dropdown:focus-within .more-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu a,.more-menu a{display:block;padding:10px 14px;color:#4E5F7A;white-space:nowrap;border-radius:10px;font-weight:700}.dropdown-menu a:hover,.more-menu a:hover{color:#289CFF;background:rgba(40,156,255,.08)}.more-dropdown{display:none}.menu-toggle{display:none;flex:0 0 auto;width:42px;height:42px;border:0;border-radius:12px;background:#FFFFFF;box-shadow:0 8px 22px rgba(56,92,138,.12);padding:10px}.menu-toggle span{display:block;height:2px;background:#289CFF;border-radius:20px;margin:5px 0}.site-main{padding-top:0}.container{max-width:1220px;margin:0 auto;padding:0 22px}.hero-section{max-width:1220px;margin:28px auto 36px;border-radius:22px;background:#FFFFFF;box-shadow:0 18px 40px rgba(56,92,138,.12);overflow:hidden;position:relative}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:36px;align-items:center;padding:50px}.eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:12px;padding:6px 12px;border-radius:999px;background:#EEF2F7;color:#289CFF;font-weight:800;font-size:14px}.hero-section h1,.page-hero h1{font-size:42px;line-height:1.18;margin:0 0 18px;color:#289CFF}.hero-lead,.page-lead{font-size:18px;color:#243447;margin:0 0 18px}.hero-text p,.page-hero p{color:#66788A;margin:0 0 22px}.tag-list{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0}.tag-list span,.pill{display:inline-flex;align-items:center;padding:7px 12px;border-radius:999px;background:#EEF2F7;color:#289CFF;font-weight:800;font-size:13px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;align-items:center}.text-link{color:#289CFF;font-weight:800}.hero-image,.page-image{border-radius:20px;background:#F5F7FB;border:1px solid rgba(40,156,255,.12);padding:12px;box-shadow:0 14px 36px rgba(56,92,138,.10)}.hero-section img,.content-img,.zone-card img,.app-section img{max-width:100%;height:auto}.section{margin:42px auto}.section-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:20px}.section-title,h1,h2,h3{color:#289CFF}.section-title{font-size:30px;line-height:1.25;margin:0}.section-desc{color:#66788A;margin:8px 0 0;max-width:720px}.grid{display:grid;gap:20px}.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))}.grid-5{grid-template-columns:repeat(5,minmax(0,1fr))}.card,.zone-card,.info-card,.review-card,.faq-item,.notice-box{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:18px;padding:22px}.card h3,.zone-card h3,.info-card h3,.review-card h3,.faq-item h3{margin:0 0 10px;color:#289CFF}.card p,.zone-card p,.info-card p,.review-card p,.faq-item p{margin:0;color:#66788A}.card .num{display:inline-flex;width:36px;height:36px;border-radius:12px;align-items:center;justify-content:center;background:#EEF2F7;color:#289CFF;font-weight:900;margin-bottom:12px}.zone-card img{margin-bottom:16px;border-radius:16px;background:#F5F7FB}.page-hero{max-width:1220px;margin:28px auto 36px;padding:42px 50px;background:#FFFFFF;border-radius:22px;box-shadow:0 18px 40px rgba(56,92,138,.12);display:grid;grid-template-columns:1.1fr .9fr;gap:32px;align-items:center}.page-hero.no-image{display:block}.text-block{background:#FFFFFF;border-radius:20px;padding:28px;box-shadow:0 14px 36px rgba(56,92,138,.10);border:1px solid rgba(40,156,255,.12)}.text-block p{color:#66788A;margin:0 0 14px}.list-clean{list-style:none;margin:0;padding:0}.list-clean li{padding:13px 0;border-bottom:1px solid rgba(40,156,255,.10);color:#243447}.list-clean li:last-child{border-bottom:0}.list-clean strong{color:#289CFF}.steps{counter-reset:step}.step{position:relative;padding-left:58px}.step:before{counter-increment:step;content:counter(step);position:absolute;left:20px;top:22px;width:28px;height:28px;border-radius:10px;background:#EEF2F7;color:#289CFF;display:flex;align-items:center;justify-content:center;font-weight:900}.app-section{display:grid;grid-template-columns:.95fr 1.05fr;gap:26px;align-items:center;background:#FFFFFF;border-radius:22px;padding:30px;box-shadow:0 18px 40px rgba(56,92,138,.12)}.app-section img{border-radius:18px;background:#F5F7FB}.notice-box{background:#DDE4EE}.notice-box p{color:#243447;margin:0}.faq-list{display:grid;gap:16px}.faq-item h3{font-size:18px}.review-card{position:relative}.review-card:before{content:"“";position:absolute;right:20px;top:8px;font-size:52px;line-height:1;color:rgba(40,156,255,.18);font-family:Georgia,serif}.review-name{display:block;margin-top:14px;color:#289CFF;font-weight:900}.footer-spacer{height:20px}.site-footer{background:#243447;color:#EAF3FF;margin-top:54px}.footer-inner{max-width:1220px;margin:0 auto;padding:44px 22px;display:grid;grid-template-columns:1.05fr 1.7fr;gap:40px}.footer-brand img{max-height:54px;width:auto;margin-bottom:16px}.footer-brand p{color:#DDE4EE;margin:0}.footer-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.footer-links h3{color:#FFFFFF;margin:0 0 12px;font-size:18px}.footer-links a{display:block;color:#EAF3FF;margin:8px 0}.footer-links a:hover{color:#32D1F6}.footer-bottom{border-top:1px solid rgba(234,243,255,.12);max-width:1220px;margin:0 auto;padding:18px 22px;display:flex;justify-content:space-between;gap:20px;color:#DDE4EE;font-size:14px}.footer-bottom p{margin:0}.drawer-mask{position:fixed;inset:0;background:rgba(36,52,71,.42);z-index:10001;opacity:0;visibility:hidden;transition:.25s}.mobile-drawer{position:fixed;left:0;top:0;bottom:0;width:84vw;max-width:320px;background:#FFFFFF;z-index:10002;transform:translateX(-105%);transition:.28s;box-shadow:0 18px 48px rgba(36,52,71,.24);overflow-y:auto}.drawer-open .drawer-mask{opacity:1;visibility:visible}.drawer-open .mobile-drawer{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-logo img{max-height:48px;width:auto}.drawer-close{width:38px;height:38px;border:0;border-radius:12px;background:#EEF2F7;color:#289CFF;font-size:28px;line-height:1}.drawer-nav{display:grid;gap:6px;padding:14px}.drawer-nav a{padding:12px 14px;border-radius:12px;color:#4E5F7A;font-weight:800}.drawer-nav a:hover{background:#EEF2F7;color:#289CFF}@media (max-width:1180px){.nav{gap:16px}.product-nav,.support-nav{display:none}.more-dropdown{display:block}}@media (max-width:960px){.header-inner{gap:14px;padding:0 14px;min-height:66px}.nav-wrap{display:none}.menu-toggle{display:block}.logo{position:absolute;left:50%;transform:translateX(-50%);max-width:38vw}.logo img{max-height:46px;max-width:100%}.header-btn{min-width:74px;padding:9px 16px}.hero-grid,.page-hero,.app-section{grid-template-columns:1fr;padding:28px}.hero-section,.page-hero{margin:18px 14px 28px}.hero-section h1,.page-hero h1{font-size:32px}.grid-2,.grid-3,.grid-4,.grid-5{grid-template-columns:1fr}.section{margin:32px auto}.section-head{display:block}.footer-inner{grid-template-columns:1fr}.footer-links{grid-template-columns:1fr}.footer-bottom{display:block}.footer-bottom p+p{margin-top:8px}.container{padding:0 14px}}@media (min-width:961px){.drawer-mask,.mobile-drawer{display:none}}