*{box-sizing:border-box}html{scroll-behavior:smooth;max-width:100%;overflow-x:hidden}body{margin:0;max-width:100%;overflow-x:hidden;background:#fff;color:#1F2329;font-family:Arial,"PingFang SC","Microsoft YaHei",sans-serif;line-height:1.8}a{color:inherit}img,.media,.panel,.grid>*{max-width:100%}.wrap{max-width:1280px;margin:0 auto;padding-left:24px;padding-right:24px}.site-header{position:sticky;top:0;z-index:9999;width:100%;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(201,0,0,.08);backdrop-filter:blur(10px)}.header-inner{max-width:1280px;min-height:74px;margin:0 auto;padding:0 22px;display:flex;align-items:center;justify-content:space-between;gap:20px}.site-logo{display:inline-flex;align-items:center;justify-content:center;min-width:100px;text-decoration:none}.site-logo-media{display:block;width:160px;height:48px;max-width:160px}.site-logo img,.drawer-head img,.footer-brand img{display:block;height:48px;width:auto;max-width:160px;object-fit:contain}.logo-ph{display:block;width:142px;height:42px;border-radius:10px;background:linear-gradient(145deg,#F1F3F6,#fff);border:1px solid rgba(201,0,0,.10)}.nav-core{display:flex;align-items:center;gap:18px;white-space:nowrap;flex-wrap:nowrap}.nav-core a{color:#1F2329;padding:10px 4px;position:relative;font-weight:700;text-decoration:none}.nav-core a:hover,.nav-core a.active{color:#C90000}.nav-core a.active:after{content:"";position:absolute;left:0;right:0;bottom:-10px;height:3px;border-radius:999px;background:#C90000}.header-reg-btn{height:44px;min-width:88px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#F12B2B 0%,#C90000 55%,#A80000 100%);color:#fff;border-radius:999px;text-decoration:none;font-weight:700;white-space:nowrap}.menu-toggle{display:none;width:44px;height:44px;border:0;background:#fff;border-radius:12px;align-items:center;justify-content:center;flex-direction:column;gap:4px}.menu-toggle span{width:20px;height:2px;background:#1F2329;border-radius:2px}.drawer-overlay{position:fixed;inset:0;z-index:10020;background:rgba(17,21,28,.55);opacity:0;visibility:hidden;pointer-events:none;transition:.2s}.drawer-overlay.open{opacity:1;visibility:visible;pointer-events:auto}.mobile-drawer{position:fixed;left:0;top:0;bottom:0;width:min(84vw,320px);z-index:10030;background:#fff;transform:translateX(-102%);visibility:hidden;pointer-events:none;transition:.25s;overflow:auto}.mobile-drawer.open{transform:translateX(0);visibility:visible;pointer-events:auto}.drawer-head{min-height:74px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ECEFF3}.drawer-head a{display:flex}.drawer-close{width:42px;height:42px;border:1px solid #E4E7EC;background:#fff;border-radius:12px;font-size:28px;line-height:1}.drawer-group{padding:14px 0}.drawer-group strong{display:block;padding:0 18px 8px;color:#8A93A0;font-size:13px}.drawer-group a{display:block;padding:11px 20px;border-top:1px solid #F0F2F5;text-decoration:none;font-weight:600}.drawer-group a.active{color:#C90000;border-left:3px solid #C90000;padding-left:17px;background:#FFF7F7}.drawer-open{overflow:hidden}.site-shell{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:228px minmax(0,1fr);gap:28px;padding:28px 22px 0}.channel-rail{position:sticky;top:100px;align-self:start;max-height:calc(100vh - 120px);overflow:auto;background:#fff;border:1px solid rgba(201,0,0,.12);border-radius:18px;padding:12px;box-shadow:0 12px 30px rgba(18,28,45,.06)}.channel-rail section{padding:6px 0 12px}.channel-rail h2{margin:0 0 5px;padding:0 10px;color:#8A93A0;font-size:13px}.channel-rail a{display:block;padding:8px 10px;border-radius:10px;text-decoration:none;font-weight:600;font-size:14px}.channel-rail a:hover,.channel-rail a.active{color:#C90000;background:#FFF5F5}.site-main{min-width:0}.hero{padding:54px 0 36px}.hero h1{margin:0 0 14px;font-size:clamp(34px,4.7vw,56px);line-height:1.18;letter-spacing:-.02em}.hero .lead{max-width:840px;margin:0;color:#5D6673;font-size:19px}.eyebrow{display:inline-block;margin-bottom:12px;color:#C90000;font-weight:800;font-size:14px;letter-spacing:.08em}.section{padding:72px 0}.section.alt{background:#F6F7F9;border-radius:24px;padding-left:28px;padding-right:28px}.section h2{margin:0 0 16px;font-size:clamp(26px,3vw,36px);line-height:1.25}.section h3{font-size:22px;line-height:1.35;margin:0 0 10px}.section p{margin:0 0 18px;color:#3C4652;font-size:17px}.section .muted{color:#6B7480}.grid{display:grid;gap:20px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.panel{background:#fff;border:1px solid rgba(201,0,0,.10);border-radius:18px;padding:22px;box-shadow:0 12px 30px rgba(18,28,45,.06);transition:transform .18s,border-color .18s}.panel:hover{transform:translateY(-3px);border-color:rgba(201,0,0,.24)}.panel p:last-child{margin-bottom:0}.text-link{color:#C90000;font-weight:700;text-decoration:none}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.btn{min-height:44px;padding:0 22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:800}.btn.primary{background:linear-gradient(180deg,#F12B2B 0%,#C90000 55%,#A80000 100%);color:#fff}.btn.secondary{border:1px solid rgba(201,0,0,.20);color:#C90000;background:#fff}.media{position:relative;width:100%;max-width:100%;overflow:hidden;border-radius:16px;background:#F7F8FA}.media>img{position:absolute;inset:0;width:100%;height:100%;max-width:100%;object-fit:contain;object-position:center center;display:block}.media-ph{width:100%;height:100%;background:linear-gradient(160deg,#F1F3F6,#FFFFFF)}.media-card{aspect-ratio:16/10;max-height:210px}.media-block{aspect-ratio:16/10;max-height:300px}.media-banner{aspect-ratio:16/6;min-height:260px;max-height:360px}.media-app{aspect-ratio:9/16;max-width:280px;max-height:460px;margin:0 auto}.split{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(280px,.92fr);gap:32px;align-items:center}.reading{max-width:880px}.reading h2{margin-top:38px}.tag-row{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 0}.tag{display:inline-flex;align-items:center;min-height:30px;padding:0 11px;border-radius:999px;background:#FFF4F4;color:#C90000;font-weight:700;font-size:13px}.notice{border-left:4px solid #C90000;background:#FFF8F8;border-radius:12px;padding:18px 20px;color:#424C57}.review{position:relative;padding-top:26px}.review:before{content:"“";position:absolute;left:0;top:-10px;font-size:48px;line-height:1;color:#C90000;opacity:.24}.related{display:flex;flex-wrap:wrap;gap:10px}.related a{padding:9px 14px;border:1px solid #E4E7EC;border-radius:12px;text-decoration:none;background:#fff}.faq-list{display:grid;gap:12px}.faq-item{border:1px solid #E5E8ED;border-radius:14px;background:#fff;overflow:hidden}.faq-q{width:100%;text-align:left;border:0;background:#fff;padding:18px 20px;font-size:17px;font-weight:800;color:#1F2329;display:flex;justify-content:space-between;gap:18px}.faq-q:after{content:"−";color:#C90000}.faq-answer{padding:0 20px 18px;color:#4C5663}.js-ready .faq-item.collapsed .faq-answer{display:none}.js-ready .faq-item.collapsed .faq-q:after{content:"+"}.home-slider{position:relative;margin-top:20px}.slide{display:none}.slide.active{display:block}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:44px;height:44px;border-radius:50%;border:1px solid rgba(31,35,41,.18);background:rgba(255,255,255,.92);font-size:24px}.slider-arrow.prev{left:14px}.slider-arrow.next{right:14px}.slider-dots{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);display:flex;gap:8px;z-index:4}.slider-dot{width:10px;height:10px;padding:0;border-radius:50%;border:1px solid rgba(31,35,41,.28);background:#fff}.slider-dot.active{background:#C90000;border-color:#C90000}.site-footer{margin-top:72px;background:#11151C;color:#E7ECF3;border-top:1px solid rgba(255,255,255,.08)}.footer-grid{padding-top:52px;padding-bottom:42px;display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:34px}.site-footer h2{font-size:15px;margin:0 0 12px;color:#fff}.site-footer a{display:block;color:#D8DEE7;text-decoration:none;margin:7px 0}.footer-brand p{color:#AEB7C3;max-width:360px;margin:16px 0 0}.footer-bottom{padding-top:18px;padding-bottom:22px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;gap:18px;color:#AEB7C3;font-size:14px}.mobile-bottom{display:none}.pill-list{display:flex;flex-wrap:wrap;gap:10px}.pill-list span{padding:8px 13px;background:#F6F7F9;border-radius:999px;font-weight:700;font-size:14px}.compact p{font-size:16px}.site-main>:first-child{margin-top:0}:focus-visible{outline:2px solid #C90000;outline-offset:3px}
@media(max-width:1180px){.site-shell{display:block;max-width:1040px}.channel-rail{display:none}}
@media(max-width:900px){.nav-core{gap:10px}.nav-core a{font-size:14px}.header-inner{gap:12px}.grid.four{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(2,minmax(0,1fr))}.split{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:767px){body{padding-bottom:66px}.header-inner{min-height:64px;padding:0 14px;display:grid;grid-template-columns:52px minmax(0,1fr) 78px;gap:6px}.menu-toggle{display:flex;justify-self:start}.nav-core{display:none}.site-logo{justify-self:center;min-width:0}.site-logo-media{width:132px;height:42px}.site-logo img{height:42px;max-width:132px}.header-reg-btn{justify-self:end;min-width:70px;height:40px;padding:0 14px}.site-shell{padding:18px 16px 0}.hero{padding:38px 0 24px}.hero h1{font-size:clamp(30px,9vw,38px)}.hero .lead{font-size:17px}.section{padding:52px 0}.section.alt{padding:44px 18px;margin-left:-4px;margin-right:-4px}.grid.two,.grid.three,.grid.four{grid-template-columns:1fr}.media-banner{min-height:150px;max-height:210px}.media-card{max-height:160px}.media-block{max-height:200px}.media-app{max-width:200px;max-height:340px}.footer-grid{grid-template-columns:1fr;padding-top:40px}.footer-bottom{flex-direction:column}.mobile-bottom{position:fixed;left:0;right:0;bottom:0;z-index:9000;height:58px;display:grid;grid-template-columns:repeat(4,1fr);background:rgba(255,255,255,.97);border-top:1px solid #E6E9ED;padding-bottom:env(safe-area-inset-bottom)}.mobile-bottom a{display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:13px;font-weight:800}.site-footer{margin-top:52px}.section p{font-size:16px}.slider-arrow{width:38px;height:38px}}
@media(max-width:430px){.header-inner{grid-template-columns:48px minmax(0,1fr) 72px;padding:0 10px}.site-logo-media{width:120px}.site-logo img{max-width:120px;height:40px}.header-reg-btn{min-width:66px;padding:0 12px}.wrap{padding-left:16px;padding-right:16px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}.panel:hover{transform:none}.mobile-drawer{transition:none}.slider-arrow{transform:translateY(-50%)}}
