
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#E6EBF2;color:#243447;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","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 8px 28px rgba(56,92,138,.08)}.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}.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{color:#4E5F7A;font-weight:700;font-size:15px;padding:22px 0;position:relative}.nav a:hover,.nav a.active{color:#289CFF}.nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:14px;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;padding:10px 24px;border-radius:999px;background:linear-gradient(180deg,#32D1F6 0%,#27B9F4 35%,#249BFF 100%);color:#fff!important;font-weight:800;border:0;box-shadow:0 10px 22px rgba(36,155,255,.22)}.main-btn:hover{transform:translateY(-1px)}.dropdown,.more-dropdown{position:relative}.dropdown-menu,.more-menu{position:absolute;top:100%;left:0;min-width:180px;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(10px);transition:.2s}.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}.dropdown-menu a:hover,.more-menu a:hover{color:#289CFF;background:rgba(40,156,255,.08)}.more-dropdown{display:none}.mobile-menu-btn{display:none;border:0;background:#fff;color:#289CFF;font-size:24px;border-radius:12px;width:42px;height:42px;box-shadow:0 8px 18px rgba(56,92,138,.12)}.drawer-mask{display:none;position:fixed;inset:0;background:rgba(36,52,71,.42);z-index:10001}.drawer-mask.show{display:block}.mobile-drawer{position:fixed;top:0;left:0;width:84vw;max-width:320px;height:100vh;background:#fff;z-index:10002;transform:translateX(-102%);transition:.28s ease;box-shadow:18px 0 42px rgba(36,52,71,.22);overflow-y:auto}.mobile-drawer.open{transform:translateX(0)}.drawer-open{overflow:hidden}.drawer-head{display:flex;justify-content:space-between;align-items:center;padding:18px;border-bottom:1px solid rgba(40,156,255,.12)}.drawer-head img{max-height:48px}.drawer-head button{border:0;background:#EEF2F7;color:#289CFF;border-radius:12px;font-size:24px;width:40px;height:40px}.drawer-links{padding:12px 16px 30px}.drawer-links a{display:block;padding:12px 14px;margin:4px 0;border-radius:12px;color:#4E5F7A;font-weight:700}.drawer-links a:hover{background:#EEF2F7;color:#289CFF}.container{max-width:1200px;margin:0 auto;padding:0 22px}.hero-space{padding-top:28px}.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}.slides{position:relative;min-height:420px}.slide{display:none}.slide.active{display:block}.slide img{width:100%;height:420px;object-fit:contain;background:#fff}.slide-caption{position:absolute;left:34px;bottom:30px;max-width:460px;padding:20px 24px;border-radius:18px;background:rgba(255,255,255,.9);box-shadow:0 14px 36px rgba(56,92,138,.12)}.slide-caption h1,.slide-caption h2{margin:0 0 8px;color:#289CFF;font-size:30px;line-height:1.25}.slide-caption p{margin:0;color:#243447}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:0;background:rgba(255,255,255,.92);color:#289CFF;font-size:24px;box-shadow:0 10px 24px rgba(56,92,138,.18);cursor:pointer}.prev{left:18px}.next{right:18px}.slider-dots{position:absolute;left:0;right:0;bottom:12px;display:flex;justify-content:center;gap:8px}.slider-dots button{width:10px;height:10px;border:0;border-radius:999px;background:#DDE4EE;cursor:pointer}.slider-dots button.active{width:28px;background:#289CFF}.section{padding:42px 0}.section-head{margin-bottom:22px}.eyebrow{display:inline-flex;color:#289CFF;background:#EEF2F7;border:1px solid rgba(40,156,255,.16);border-radius:999px;padding:4px 12px;font-weight:800;font-size:13px}.section-title,h1,h2,h3{color:#289CFF}.section-title{font-size:30px;margin:12px 0 8px;line-height:1.25}.lead{color:#66788A;max-width:820px}.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))}.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}.card h3,.zone-card h3,.info-card h3{margin-top:0}.text-link{color:#289CFF;font-weight:800}.content-img,.zone-card img,.app-section img,.banner-slider img{max-width:100%;height:auto}.content-img{border-radius:18px;background:#fff;box-shadow:0 14px 30px rgba(56,92,138,.10);object-fit:contain}.zone-card img{height:160px;width:100%;object-fit:contain;margin-bottom:14px;background:#fff;border-radius:14px}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center}.steps{counter-reset:item}.step{display:flex;gap:14px;margin:14px 0}.step:before{counter-increment:item;content:counter(item);flex:0 0 34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#EEF2F7;color:#289CFF;font-weight:900}.notice{background:#DDE4EE;border-left:4px solid #289CFF;border-radius:18px;padding:22px;color:#243447}.faq details{background:#fff;border:1px solid rgba(40,156,255,.16);border-radius:16px;padding:16px 18px;margin:12px 0;box-shadow:0 10px 24px rgba(56,92,138,.08)}.faq summary{cursor:pointer;color:#289CFF;font-weight:900}.page-hero{padding:62px 0 26px}.page-hero .card{padding:34px}.page-hero h1{font-size:38px;margin:0 0 12px}.tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.tag{color:#289CFF;background:#EEF2F7;border:1px solid rgba(40,156,255,.16);padding:6px 12px;border-radius:999px;font-weight:800}.site-footer{background:#243447;color:#EAF3FF;margin-top:46px}.footer-inner{max-width:1200px;margin:0 auto;padding:42px 22px;display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:26px}.footer-brand img{max-height:52px;margin-bottom:14px}.footer-col a{display:block;color:#EAF3FF;margin:8px 0;opacity:.9}.footer-col h3{color:#EAF3FF;margin-top:0}.footer-bottom{text-align:center;padding:16px;color:#EAF3FF;border-top:1px solid rgba(234,243,255,.14)}
@media(max-width:1120px){.product-drop,.support-drop,.about-link{display:none}.more-dropdown{display:block}.nav{gap:16px}.nav a{font-size:14px}}
@media(max-width:820px){.header-inner{min-height:66px;padding:0 14px;gap:10px}.mobile-menu-btn{display:block;flex:0 0 auto}.nav-wrap{display:none}.logo{position:absolute;left:50%;transform:translateX(-50%)}.logo img{max-height:44px}.main-btn{padding:8px 16px}.hero-space{padding-top:12px}.banner-slider{margin:16px 14px 26px;border-radius:18px}.slides{min-height:0}.slide img{height:auto;min-height:220px;max-height:360px;object-fit:contain}.slide-caption{position:static;max-width:none;margin:0;padding:18px;border-radius:0;box-shadow:none;background:#fff}.slide-caption h1,.slide-caption h2{font-size:22px}.slider-arrow{width:38px;height:38px}.slider-dots{bottom:auto;top:200px}.section{padding:30px 0}.grid-2,.grid-3,.grid-4,.split,.footer-inner{grid-template-columns:1fr}.page-hero{padding:34px 0 16px}.page-hero h1{font-size:28px}.section-title{font-size:24px}.card,.zone-card,.info-card,.review-card{padding:20px}.zone-card img{height:auto;max-height:220px}.footer-inner{padding:32px 22px}.container{padding:0 16px}}
