*{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:#289CFF}img{max-width:100%;height:auto;display:block}.site-header{position:sticky;top:0;z-index:9999;background:#F5F7FB;box-shadow:0 8px 24px rgba(56,92,138,.10);backdrop-filter:blur(10px)}.header-inner{max-width:1240px;margin:0 auto;padding:0 20px;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:18px;white-space:nowrap;flex-wrap:nowrap}.nav a,.more-dropdown>button{color:#4E5F7A;font-weight:700;font-size:15px;background:none;border:0;cursor:pointer;padding:24px 0 20px;position:relative}.nav a.active,.nav a:hover,.more-dropdown>button:hover{color:#289CFF}.nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:14px;height:3px;border-radius:9px;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;box-shadow:0 10px 24px rgba(36,155,255,.25);transition:.2s}.main-btn:hover{transform:translateY(-1px);filter:saturate(1.08)}.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;display:none}.dropdown:hover .dropdown-menu,.more-dropdown:hover .more-menu{display:block}.dropdown-menu a,.more-menu a{display:block;padding:10px 14px;color:#4E5F7A;white-space:nowrap;border-radius:10px;font-size:14px}.dropdown-menu a:hover,.more-menu a:hover{color:#289CFF;background:rgba(40,156,255,.08)}.mobile-menu-btn{display:none;background:transparent;border:0;padding:8px;width:42px}.mobile-menu-btn span{display:block;height:3px;background:#289CFF;margin:5px 0;border-radius:10px}.mobile-drawer{position:fixed;top:0;left:0;width:84vw;max-width:320px;height:100vh;background:#fff;z-index:10002;transform:translateX(-105%);transition:.28s ease;box-shadow:16px 0 32px rgba(36,52,71,.18);overflow-y:auto}.drawer-mask{position:fixed;inset:0;background:rgba(0,0,0,.38);z-index:10001;display:none}.drawer-open .mobile-drawer{transform:translateX(0)}.drawer-open .drawer-mask{display:block}.drawer-open{overflow:hidden}.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-close{font-size:28px;border:0;background:transparent;color:#4E5F7A}.drawer-nav{display:grid;padding:14px}.drawer-nav a{padding:13px 14px;border-radius:12px;color:#4E5F7A;font-weight:700}.drawer-nav a:hover{background:#EEF2F7;color:#289CFF}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{margin:42px auto}.section-head{margin-bottom:22px}.eyebrow{color:#289CFF;font-weight:800;letter-spacing:.06em}.section-title,h1,h2,h3{color:#289CFF;line-height:1.25}.section-title{font-size:30px;margin:8px 0 10px}.lead{font-size:17px;color:#66788A;max-width:820px}.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:410px}.slide{position:absolute;inset:0;opacity:0;transition:opacity .45s ease;display:flex;align-items:center;justify-content:center;background:#fff}.slide.active{opacity:1;position:relative}.banner-slider img{width:100%;height:100%;max-height:520px;object-fit:contain;background:#fff}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.92);color:#289CFF;font-size:24px;box-shadow:0 8px 18px rgba(56,92,138,.16);cursor:pointer}.prev{left:16px}.next{right:16px}.dots{position:absolute;left:0;right:0;bottom:14px;display:flex;gap:8px;justify-content:center;z-index:6}.dot{width:10px;height:10px;border-radius:50%;border:0;background:rgba(40,156,255,.28);cursor:pointer}.dot.active{background:#289CFF;width:26px;border-radius:999px}.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,.hero-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}.content-img,.zone-card img,.app-section img{width:100%;height:auto;object-fit:contain;border-radius:18px;background:#fff}.image-card{padding:12px}.split{display:grid;grid-template-columns:1.2fr .8fr;gap:26px;align-items:center}.link-more{font-weight:800;color:#289CFF}.tag{display:inline-flex;padding:5px 12px;border-radius:999px;background:#EEF2F7;color:#289CFF;font-weight:800;font-size:13px}.steps{counter-reset:step;display:grid;gap:16px}.step{counter-increment:step;display:grid;grid-template-columns:58px 1fr;gap:18px;align-items:start;background:rgba(255,255,255,.92);border:1px solid rgba(40,156,255,.16);border-radius:18px;padding:20px}.step:before{content:counter(step);width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#32D1F6 0%,#249BFF 100%);color:#fff;font-weight:900;box-shadow:0 10px 20px rgba(36,155,255,.22)}.step h3{margin:0 0 6px}.review-card p{margin:0;color:#4E5F7A}.notice{background:#DDE4EE;border-left:4px solid #289CFF;border-radius:16px;padding:20px;color:#4E5F7A}.faq-item{background:rgba(255,255,255,.92);border:1px solid rgba(40,156,255,.16);border-radius:16px;padding:20px;margin-bottom:14px}.faq-item h3{margin:0 0 8px}.site-footer{margin-top:56px;background:#243447;color:#EAF3FF}.footer-inner{max-width:1200px;margin:0 auto;padding:38px 20px}.footer-brand{display:grid;grid-template-columns:160px 1fr;gap:24px;align-items:center}.footer-brand img{max-height:54px}.footer-links{display:flex;flex-wrap:wrap;gap:18px;margin:22px 0}.footer-links a{color:#EAF3FF}.footer-note{color:#c8d6e6;font-size:14px}.page-hero{padding:42px 0 12px}.page-hero h1{font-size:38px;margin:0 0 12px}.content-section{max-width:1200px;margin:0 auto;padding:0 20px}.content-section p{color:#4E5F7A}.mobile-only-note{display:none}.banner-caption,.banner-text,.slide-title,.slide-desc,.slide-content,.slide-card,.banner-card{display:none!important}
@media (max-width:1120px){.nav{gap:12px}.nav a,.more-dropdown>button{font-size:14px}.dropdown:nth-of-type(2){display:none}}
@media (max-width:900px){.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}.header-action .main-btn{padding:8px 16px;font-size:14px}.slides{min-height:220px}.banner-slider{margin:18px 14px 26px;border-radius:16px}.banner-slider img{max-height:260px}.slider-arrow{width:34px;height:34px;font-size:20px}.prev{left:8px}.next{right:8px}.grid-2,.grid-3,.grid-4,.split{grid-template-columns:1fr}.section{margin:30px auto}.section-title{font-size:24px}.card,.zone-card,.info-card,.review-card,.hero-card{padding:20px}.step{grid-template-columns:1fr;gap:10px;padding:20px}.step:before{position:static;margin-bottom:4px;width:42px;height:42px}.step h3{font-size:20px;line-height:1.35;margin-top:0}.footer-brand{grid-template-columns:1fr}.page-hero h1{font-size:30px}.mobile-only-note{display:block}}
@media (max-width:520px){.slides{min-height:176px}.banner-slider img{max-height:210px}.container,.content-section{padding:0 14px}.section-title{font-size:22px}.lead{font-size:15px}.dot{width:8px;height:8px}.dot.active{width:22px}.header-action .main-btn{padding:7px 13px}.logo img{max-height:38px}.step{padding:18px}.step:before{width:40px;height:40px}.step h3{font-size:19px}.mobile-drawer{width:86vw}}
