
*{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','Microsoft YaHei',Arial,sans-serif;background:#F7F3EC;color:#3E4148;line-height:1.75}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}.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{flex:0 0 auto}.logo img{max-height:52px;width:auto;display:block}.nav-core{display:flex;align-items:center;gap:12px;flex-wrap:nowrap;min-width:0}.nav-core a{white-space:nowrap;color:#3E4148;padding:9px 12px;border-radius:999px;font-weight:700}.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{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#E8C89A 0%,#D6A96F 55%,#B98B5D 100%);color:#fff;border-radius:999px;padding:10px 22px;font-weight:800;box-shadow:0 12px 24px rgba(185,139,93,.22);border:0;white-space:nowrap;transition:.2s}.main-btn:hover{transform:translateY(-1px);filter:brightness(1.03)}.app-entry,.more-btn{white-space:nowrap;color:#B98B5D;background:#fff;border:1px solid rgba(185,139,93,.2);border-radius:999px;padding:9px 14px;font-weight:800;cursor:pointer}.more-menu{position:relative;flex-shrink:0}.more-dropdown{position:absolute;right:0;top:calc(100% + 12px);min-width:240px;background:#fff;border:1px solid rgba(185,139,93,.18);border-radius:18px;box-shadow:0 18px 42px rgba(185,139,93,.18);z-index:10000;padding:12px;display:none}.more-dropdown.show,.more-menu:hover .more-dropdown{display:grid;gap:8px}.more-dropdown a{display:grid;color:#3E4148;padding:10px;border-radius:12px}.more-dropdown a:hover{background:#FAF6EF;color:#B98B5D}.more-dropdown span{font-size:12px;color:#9A9FA8}.mobile-menu-btn{display:none;background:transparent;border:0;width:42px;height:42px}.mobile-menu-btn span{display:block;height:2px;background:#B98B5D;margin:7px 6px}.drawer-mask{position:fixed;inset:0;background:rgba(0,0,0,.38);z-index:10001;display:none}.drawer-mask.show{display:block}.mobile-drawer{position:fixed;left:0;top:0;width:min(84vw,320px);height:100vh;background:#fff;z-index:10002;transform:translateX(-105%);transition:.25s ease;box-shadow:18px 0 40px rgba(47,43,39,.18);overflow-y:auto}.mobile-drawer.show{transform:translateX(0)}.drawer-on{overflow:hidden}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:18px;border-bottom:1px solid rgba(185,139,93,.16)}.drawer-head img{height:48px}.drawer-head button{font-size:30px;border:0;background:transparent;color:#B98B5D}.mobile-drawer nav{display:grid;padding:14px}.mobile-drawer a{padding:12px 14px;border-radius:12px;color:#3E4148;font-weight:700}.mobile-drawer a:hover{background:#FAF6EF;color:#B98B5D}main{position:relative;z-index:1}.wrap{max-width:1200px;margin:0 auto;padding:0 20px}.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:390px}.banner-slider .slide{position:absolute;inset:0;opacity:0;transition:opacity .35s}.banner-slider .slide.active{opacity:1}.banner-slider img{width:100%;height:100%;object-fit:contain;background:#F7F3EC;display:block}.arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:1px solid rgba(185,139,93,.2);background:rgba(255,255,255,.9);color:#B98B5D;font-size:24px;z-index:3;cursor:pointer}.prev{left:16px}.next{right:16px}.dots{position:absolute;left:0;right:0;bottom:14px;display:flex;justify-content:center;gap:8px;z-index:3}.dot{width:10px;height:10px;border-radius:50%;border:0;background:rgba(185,139,93,.32);cursor:pointer}.dot.active{background:#B98B5D;width:24px;border-radius:999px}.notice{max-width:1200px;margin:0 auto 28px;padding:13px 20px;border:1px solid rgba(185,139,93,.18);border-radius:16px;background:#fff;color:#747A84;box-shadow:0 10px 24px rgba(185,139,93,.08)}.hero-intro,.section,.split,.app-section,.legal-box{max-width:1200px;margin:30px auto;padding:34px;border-radius:24px;background:#fff;border:1px solid rgba(185,139,93,.18);box-shadow:0 14px 36px rgba(185,139,93,.12)}.hero-intro{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center;background:linear-gradient(135deg,#fff 0%,#FAF6EF 68%,#EEF7FF 100%)}.kicker,.tag{color:#B98B5D;font-weight:800;letter-spacing:.04em}.hero-intro h1,.page-hero h1{font-size:42px;line-height:1.22;margin:10px 0 16px;color:#3A332C}.hero-intro p,.section p,.split p,.page-hero p,.text-muted{color:#747A84}.hero-img,.content-img{border-radius:22px;background:#FAF6EF;border:1px solid rgba(185,139,93,.16);padding:14px;max-height:320px;object-fit:contain;width:100%}.section-title{font-size:30px;margin:0 0 18px;color:#3A332C}.grid{display:grid;gap:18px}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}.card,.zone-card,.info-card,.review-card,.faq-item{background:#fff;border:1px solid rgba(185,139,93,.18);box-shadow:0 14px 36px rgba(185,139,93,.12);border-radius:20px;padding:22px}.zone-card img{width:100%;height:170px;object-fit:contain;background:#FAF6EF;border-radius:16px;margin-bottom:14px}.text-link{color:#B98B5D;font-weight:800}.num{color:#B98B5D;font-weight:900;font-size:22px}.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:center}.app-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:26px;align-items:center;background:linear-gradient(135deg,#fff,#FAF6EF)}.app-section img{max-height:300px;object-fit:contain;background:#fff;border-radius:18px}.page-hero{max-width:1200px;margin:28px auto;padding:42px 34px;border-radius:24px;background:linear-gradient(135deg,#fff 0%,#FAF6EF 72%,#EEF7FF 100%);box-shadow:0 14px 36px rgba(185,139,93,.12);border:1px solid rgba(185,139,93,.18)}.page-layout{max-width:1200px;margin:30px auto;display:grid;grid-template-columns:1fr 330px;gap:24px;padding:0 20px}.article{background:#fff;border:1px solid rgba(185,139,93,.18);border-radius:24px;padding:34px;box-shadow:0 14px 36px rgba(185,139,93,.12)}.side{display:grid;gap:18px}.side img{width:100%;max-height:240px;object-fit:contain;background:#FAF6EF;border-radius:20px;border:1px solid rgba(185,139,93,.18);padding:10px}.article h2,.article h3{color:#3A332C}.article p,.article li{color:#747A84}.article ul{padding-left:20px}.faq-list{display:grid;gap:16px}.faq-item h3{margin:0 0 8px;color:#3A332C}.site-footer{background:#2F2B27;color:#F7F3EC;margin-top:54px;padding:42px 20px 22px}.footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:26px}.footer-brand img{height:54px;background:#fff;border-radius:12px;padding:4px}.site-footer a{display:block;color:#F7F3EC;margin:8px 0;opacity:.9}.site-footer p,.footer-note{color:#E8D2B5}.footer-note{max-width:1200px;margin:26px auto 0;border-top:1px solid rgba(255,255,255,.12);padding-top:18px;font-size:14px}@media(max-width:1024px){.nav-core,.app-entry,.more-menu{display:none}.mobile-menu-btn{display:block}.header-inner{min-height:68px;display:grid;grid-template-columns:48px 1fr auto}.logo{justify-self:center}.logo img{max-height:46px}.banner-slider{height:300px;margin:18px 14px}.hero-intro,.split,.app-section,.page-layout{grid-template-columns:1fr}.grid-4{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.hero-intro h1,.page-hero h1{font-size:32px}}@media(max-width:640px){body{padding-bottom:0}.header-inner{padding:0 12px}.main-btn{padding:9px 16px}.banner-slider{height:210px;border-radius:14px}.hero-intro,.section,.split,.app-section,.legal-box,.page-hero{margin:18px 12px;padding:22px}.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.zone-card img{height:150px}.arrow{width:36px;height:36px}.hero-intro h1,.page-hero h1{font-size:28px}.page-layout{padding:0 12px}}
