
*{box-sizing:border-box}html,body{margin:0;min-height:100%;overflow-x:hidden;overflow-y:auto}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;background:#F7F3EC;color:#3E4148;line-height:1.75}a{text-decoration:none}.site-header{position:sticky;top:0;width:100%;z-index:9999;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);box-shadow:0 8px 24px rgba(185,139,93,.12)}.header-inner{max-width:1280px;margin:0 auto;min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 22px;overflow:visible}.logo{display:flex;align-items:center;flex-shrink:0}.logo img{max-height:52px;width:auto;display:block}.nav-core{display:flex;align-items:center;gap:10px;flex-wrap:nowrap;min-width:0}.nav-core a{white-space:nowrap;color:#3E4148;padding:9px 13px;border-radius:999px;font-size:15px}.nav-core a:hover,.nav-core a.active{color:#B98B5D;background:#FAF6EF}.header-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.main-btn{background:linear-gradient(135deg,#E8C89A 0%,#D6A96F 55%,#B98B5D 100%);color:#fff;border-radius:999px;padding:10px 22px;font-weight:700;box-shadow:0 12px 24px rgba(185,139,93,.22);display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.main-btn:hover{transform:translateY(-1px)}.more-menu{position:relative;flex-shrink:0}.more-toggle{border:1px solid rgba(185,139,93,.2);background:#fff;color:#B98B5D;border-radius:999px;padding:10px 16px;font-weight:700;cursor:pointer}.more-dropdown{position:absolute;right:0;top:calc(100% + 12px);min-width:230px;background:#fff;border:1px solid rgba(185,139,93,.18);box-shadow:0 18px 42px rgba(185,139,93,.18);z-index:10000;border-radius:18px;padding:10px;display:none}.more-menu:hover .more-dropdown,.more-menu:focus-within .more-dropdown{display:grid;grid-template-columns:1fr}.more-dropdown a{color:#3E4148;padding:10px 12px;border-radius:12px}.more-dropdown a:hover{background:#FAF6EF;color:#B98B5D}.mobile-menu-btn{display:none;background:#fff;border:1px solid rgba(185,139,93,.2);border-radius:12px;width:42px;height:42px;align-items:center;justify-content:center;flex-direction:column;gap:5px}.mobile-menu-btn span{width:20px;height:2px;background:#B98B5D;border-radius:2px}.drawer-mask{position:fixed;inset:0;background:rgba(0,0,0,.42);z-index:10001;opacity:0;pointer-events:none;transition:.25s}.mobile-drawer{position:fixed;left:0;top:0;height:100vh;width:84%;max-width:320px;background:#fff;z-index:10002;transform:translateX(-105%);transition:.28s;box-shadow:0 20px 52px rgba(47,43,39,.22);padding:18px;overflow-y:auto}.drawer-open .drawer-mask{opacity:1;pointer-events:auto}.drawer-open .mobile-drawer{transform:none}.drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.drawer-head img{max-height:48px;width:auto}.drawer-close{border:0;background:#FAF6EF;color:#B98B5D;border-radius:50%;font-size:24px;width:40px;height:40px}.drawer-links{display:grid;gap:8px}.drawer-links a{color:#3E4148;background:#FAF6EF;border:1px solid rgba(185,139,93,.13);border-radius:13px;padding:10px 12px}.drawer-note{font-size:13px;color:#747A84;background:#EEF7FF;border-radius:14px;padding:12px}.mobile-bottom{display:none}.wrap{max-width:1280px;margin:0 auto;padding:0 22px}.section{padding:34px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}.section-kicker,.tag{color:#B98B5D;font-weight:700;font-size:14px}.section-title,h1,h2,h3{color:#3A332C;line-height:1.28;margin:0 0 12px}.section-title{font-size:30px}.lead{font-size:17px;color:#747A84}.banner-slider{max-width:1280px;margin:24px auto 30px;border-radius:18px;background:#fff;box-shadow:0 14px 36px rgba(185,139,93,.14);overflow:hidden;position:relative;z-index:1;height:clamp(190px,32vw,420px)}.slide{position:absolute;inset:0;opacity:0;transition:opacity .45s}.slide.active{opacity:1}.banner-slider img{width:100%;height:100%;object-fit:contain;background:#F7F3EC;display:block}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;border:0;background:rgba(255,255,255,.88);color:#B98B5D;width:42px;height:42px;border-radius:999px;font-size:25px;cursor:pointer}.slider-arrow.prev{left:16px}.slider-arrow.next{right:16px}.slider-dots{position:absolute;left:0;right:0;bottom:14px;display:flex;justify-content:center;gap:9px}.dot{width:9px;height:9px;border-radius:50%;border:0;background:rgba(185,139,93,.35);cursor:pointer}.dot.active{background:#B98B5D}.notice{max-width:1280px;margin:0 auto 22px;padding:13px 20px;border:1px solid rgba(185,139,93,.18);background:#fff;border-radius:16px;color:#747A84;box-shadow:0 10px 26px rgba(185,139,93,.08)}.hero-intro,.split,.app-row,.security-row,.inner-hero{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:center}.card,.zone-card,.info-card,.review-card,.faq-card{background:#fff;border:1px solid rgba(185,139,93,.18);box-shadow:0 14px 36px rgba(185,139,93,.12);border-radius:22px;padding:22px}.content-img,.zone-card img,.app-section img,.banner-slider img{max-width:100%;height:auto}.content-img{width:100%;max-height:300px;object-fit:contain;background:#FAF6EF;border-radius:20px;padding:10px}.grid{display:grid;gap:18px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.channel-grid{grid-template-columns:repeat(4,1fr)}.channel-card h3{font-size:20px}.text-link{color:#B98B5D;font-weight:700}.zone-card img{width:100%;height:170px;object-fit:contain;background:#FAF6EF;border-radius:16px;margin-bottom:14px;padding:8px}.mini-list{display:grid;gap:8px;margin-top:14px}.mini-list span{padding:9px 11px;background:#FAF6EF;border-radius:12px;color:#747A84}.review-card{color:#5f646c}.faq-card h3{font-size:18px}.safe-band{background:linear-gradient(135deg,#fff,#FAF6EF 55%,#EEF7FF);border:1px solid rgba(185,139,93,.18);border-radius:24px;padding:26px;box-shadow:0 14px 36px rgba(185,139,93,.1)}.site-footer{background:#2F2B27;color:#F7F3EC;margin-top:36px}.footer-inner{max-width:1280px;margin:0 auto;padding:34px 22px;display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:24px}.footer-brand img{max-height:48px;width:auto;background:#fff;border-radius:12px;padding:4px}.footer-links{display:grid;gap:10px}.footer-links a{color:#F7F3EC}.footer-safe{color:#d9d0c5}.inner-hero{padding:38px 0}.inner-hero h1{font-size:36px}.article{display:grid;gap:20px}.article p{margin:0;color:#5C626B}.pill-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.pill-list span{background:#FAF6EF;border:1px solid rgba(185,139,93,.18);color:#B98B5D;border-radius:999px;padding:8px 12px}@media(max-width:1024px){.nav-core,.more-menu{display:none}.mobile-menu-btn{display:flex}.header-inner{min-height:66px}.logo img{max-height:46px}.hero-intro,.split,.app-row,.security-row,.inner-hero{grid-template-columns:1fr}.channel-grid,.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:1fr 1fr}.footer-inner{grid-template-columns:1fr}.mobile-bottom{display:flex;position:fixed;left:0;right:0;bottom:0;height:58px;background:#fff;z-index:9998;border-top:1px solid rgba(185,139,93,.16);align-items:center;justify-content:space-around}.mobile-bottom a{color:#747A84;font-weight:700}.mobile-bottom a:hover{color:#B98B5D}body{padding-bottom:64px}}@media(max-width:640px){.header-actions{gap:6px}.main-btn{padding:9px 14px}.wrap{padding:0 14px}.banner-slider{border-radius:14px;margin:16px 14px 22px;height:220px}.section-title{font-size:24px}.channel-grid,.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.content-img{max-height:220px}.zone-card img{height:145px}.footer-inner{padding-bottom:76px}.slider-arrow{width:34px;height:34px;font-size:20px}.notice{margin-left:14px;margin-right:14px}.header-inner{padding:0 12px}.logo img{max-height:40px}}
