
:root{--red:#c90000;--red-dark:#a80000;--text:#1f2329;--muted:#5d6673;--light:#f6f7f9;--line:rgba(201,0,0,.12);--shadow:0 12px 30px rgba(18,28,45,.08);--radius:18px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--text);font-family:"Microsoft YaHei","PingFang SC",Arial,sans-serif;line-height:1.75}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid rgba(201,0,0,.08)}.header-inner{max-width:1440px;margin:auto;min-height:74px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{flex:0 0 auto}.logo img{max-height:52px;width:auto}.nav-core{display:flex;align-items:center;gap:10px;white-space:nowrap;flex-wrap:nowrap}.nav-core a{color:var(--text);background:var(--light);border-radius:999px;padding:9px 16px;font-size:15px;transition:.2s}.nav-core a:hover,.nav-core a.active{color:var(--red);background:rgba(201,0,0,.08)}.main-btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#f12b2b 0%,#c90000 55%,#a80000 100%);color:#fff;border-radius:12px;padding:10px 22px;font-weight:700;box-shadow:0 8px 18px rgba(201,0,0,.2);border:0;white-space:nowrap}.header-register{flex:0 0 auto}.menu-toggle{display:none;background:transparent;border:0;padding:8px}.menu-toggle span{display:block;width:22px;height:2px;background:#222;margin:4px 0}.site-shell{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:210px minmax(0,1fr);gap:26px;padding:98px 24px 40px}.side-category{position:sticky;top:96px;align-self:start;max-height:calc(100vh - 116px);overflow:auto;background:#fff;border:1px solid rgba(201,0,0,.1);border-radius:18px;box-shadow:var(--shadow);padding:14px}.side-title{font-weight:800;color:var(--red);padding:4px 10px 10px;border-bottom:1px solid #eee;margin-bottom:8px}.side-category nav{display:grid;gap:4px}.side-category a{padding:8px 10px;border-radius:12px;font-size:14px}.side-category a:hover,.side-category a.active{color:var(--red);background:rgba(201,0,0,.08)}.main-content{min-width:0}.hero-simple,.content-section,.notice-panel,.reviews,.faq-box,.intro-split{margin-bottom:28px}.hero-simple{background:linear-gradient(135deg,#fff 0%,#f7f8fa 100%);border:1px solid var(--line);border-radius:24px;padding:38px;box-shadow:var(--shadow)}.eyebrow{color:var(--red);font-weight:800;letter-spacing:.08em;font-size:14px}.hero-simple h1,.section-title,h1,h2,h3{color:var(--red)}.hero-simple h1{margin:.3em 0;font-size:clamp(30px,4vw,52px);line-height:1.18}.hero-simple p{font-size:17px;color:var(--muted);max-width:860px;margin:0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.text-link{display:inline-flex;align-items:center;padding:9px 16px;border-radius:12px;border:1px solid var(--line);color:var(--red);font-weight:700}.banner-slider{max-width:1180px;margin:0 auto 34px;border-radius:22px;background:#f7f8fa;box-shadow:var(--shadow);overflow:hidden;position:relative;height:clamp(260px,29vw,360px)}.slide{display:none;width:100%;height:100%}.slide.active{display:block}.slide img{width:100%;height:100%;object-fit:contain;background:#f7f8fa}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:0;background:rgba(17,21,28,.55);color:#fff;font-size:24px;cursor:pointer}.slider-prev{left:18px}.slider-next{right:18px}.slider-dots{position:absolute;left:0;right:0;bottom:14px;display:flex;justify-content:center;gap:8px}.slider-dot{width:10px;height:10px;padding:0;border-radius:50%;border:1px solid #fff;background:rgba(255,255,255,.55);cursor:pointer}.slider-dot.active{background:var(--red)}.intro-split{display:grid;grid-template-columns:1.15fr .85fr;gap:24px;align-items:center}.intro-copy,.image-panel,.content-section,.notice-panel,.faq-box{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.intro-copy{padding:30px}.intro-copy h2{margin-top:0}.image-panel{padding:14px;background:#f7f8fa}.image-panel img{width:100%;height:260px;object-fit:contain}.summary-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;background:linear-gradient(135deg,#df1616,#a80000);padding:20px;border-radius:20px;margin-bottom:28px}.summary-item{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);border-radius:15px;padding:18px;color:#fff}.summary-item h3{color:#fff;margin:0 0 6px}.summary-item p{margin:0;color:rgba(255,255,255,.9);font-size:14px}.content-section{padding:30px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:18px}.section-head h2{margin:0}.section-head p{margin:0;color:var(--muted)}.quick-grid,.card-grid,.review-grid,.faq-grid,.mini-grid{display:grid;gap:18px}.quick-grid{grid-template-columns:repeat(3,1fr)}.quick-card,.card,.review-card,.faq-item,.mini-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px;box-shadow:0 8px 22px rgba(18,28,45,.06)}.quick-card h3,.card h3,.mini-card h3{margin:0 0 8px}.quick-card p,.card p,.mini-card p,.faq-item p{color:var(--muted);margin:0 0 12px}.quick-card a,.card a,.mini-card a{color:var(--red);font-weight:700}.card-grid{grid-template-columns:repeat(3,1fr)}.card img,.product-card img{width:100%;height:170px;object-fit:contain;background:#f7f8fa;border-radius:12px;margin-bottom:14px}.wide-card-grid{display:grid;grid-template-columns:repeat(4,minmax(220px,1fr));gap:16px;overflow-x:auto;padding-bottom:6px}.product-card{min-width:220px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:14px;box-shadow:0 8px 22px rgba(18,28,45,.06)}.product-card h3{margin:8px 0}.product-card p{color:var(--muted);font-size:14px}.media-row{display:grid;grid-template-columns:.85fr 1.15fr;gap:24px;align-items:center}.media-row.reverse{grid-template-columns:1.15fr .85fr}.content-img{width:100%;height:260px;object-fit:contain;background:#f7f8fa;border-radius:16px}.media-copy h2{margin-top:0}.media-copy p{color:var(--muted)}.notice-panel{padding:26px;background:#fff8f8;border-left:5px solid var(--red)}.notice-panel h2{margin-top:0}.notice-list{display:grid;gap:10px;margin:0;padding-left:20px}.review-grid{grid-template-columns:repeat(2,1fr)}.review-card{position:relative;padding-top:26px}.review-card:before{content:'“';position:absolute;top:2px;left:14px;font-size:34px;color:rgba(201,0,0,.25)}.review-card p{margin:0;color:#46505c}.review-card span{display:block;color:var(--red);font-size:13px;margin-top:10px}.faq-grid{grid-template-columns:repeat(2,1fr)}.faq-item h3{margin-top:0}.inner-hero{display:grid;grid-template-columns:1.15fr .85fr;gap:24px;align-items:center;margin-bottom:28px}.inner-hero .hero-simple{margin:0}.inner-hero .image-panel img{height:280px}.stack-sections{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-bottom:28px}.stack-section{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px;box-shadow:var(--shadow)}.stack-section h2{margin-top:0}.stack-section p{color:var(--muted);margin-bottom:0}.tips-box{background:#f6f7f9;border-radius:16px;padding:24px;margin-bottom:28px}.tips-box h2{margin-top:0}.tips-box ul{margin:0;padding-left:22px}.image-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin-bottom:28px}.image-gallery figure{margin:0;background:#f7f8fa;border:1px solid var(--line);border-radius:16px;padding:12px}.image-gallery img{width:100%;height:190px;object-fit:contain}.image-gallery figcaption{text-align:center;color:var(--muted);font-size:14px;margin-top:8px}.site-footer{background:#11151c;color:#e7ecf3;padding:46px 24px 20px}.footer-grid{max-width:1180px;margin:auto;display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:26px}.footer-brand img{max-height:50px;width:auto;margin-bottom:14px}.footer-brand p{color:#b9c0ca;max-width:420px}.site-footer h3{color:#fff;margin-top:0}.site-footer a{display:block;color:#cbd2dc;margin:8px 0}.site-footer a:hover{color:#fff}.footer-note,.footer-copy{max-width:1180px;margin:22px auto 0;padding-top:18px;border-top:1px solid rgba(255,255,255,.1);color:#aab2be;font-size:13px}.footer-copy{text-align:center;margin-top:14px;padding-top:14px}.mobile-drawer{position:fixed;z-index:1200;left:0;top:0;bottom:0;width:84%;max-width:320px;background:#fff;transform:translateX(-105%);transition:.25s;box-shadow:20px 0 40px rgba(0,0,0,.15);overflow:auto}.mobile-drawer.open{transform:translateX(0)}.drawer-overlay{position:fixed;z-index:1100;inset:0;background:rgba(0,0,0,.45)}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #eee}.drawer-logo img{max-height:44px}.drawer-close{border:0;background:transparent;font-size:30px}.drawer-nav{display:grid;padding:12px}.drawer-nav a{padding:11px 12px;border-radius:10px}.drawer-nav a.active,.drawer-nav a:hover{background:rgba(201,0,0,.08);color:var(--red)}.mobile-bottom-nav{display:none}.drawer-open{overflow:hidden}
@media(max-width:1180px){.site-shell{grid-template-columns:1fr;max-width:1180px}.side-category{display:none}.quick-grid,.card-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){body{padding-bottom:70px}.site-header{position:fixed}.header-inner{min-height:64px;padding:0 12px;gap:10px}.menu-toggle{display:block;flex:0 0 auto}.logo img{max-height:42px}.nav-core{display:none}.header-register{padding:8px 16px;border-radius:10px}.site-shell{display:block;padding:84px 14px 26px}.hero-simple{padding:24px}.hero-simple h1{font-size:32px}.banner-slider{height:clamp(150px,52vw,210px);margin-bottom:22px;border-radius:16px}.slider-btn{width:36px;height:36px}.slider-prev{left:8px}.slider-next{right:8px}.intro-split,.inner-hero,.media-row,.media-row.reverse{grid-template-columns:1fr}.image-panel img,.inner-hero .image-panel img,.content-img{height:210px}.summary-strip{grid-template-columns:repeat(2,1fr)}.quick-grid,.card-grid,.review-grid,.faq-grid,.stack-sections{grid-template-columns:1fr}.wide-card-grid{grid-template-columns:repeat(4,220px)}.content-section{padding:22px}.section-head{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr}.site-footer{padding-bottom:90px}.mobile-bottom-nav{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;z-index:999;left:0;right:0;bottom:0;background:#fff;border-top:1px solid #ddd;box-shadow:0 -6px 18px rgba(0,0,0,.06)}.mobile-bottom-nav a{padding:7px 4px;text-align:center;color:#5d6673;font-size:12px}.mobile-bottom-nav span{display:block;font-weight:800;font-size:14px}.mobile-bottom-nav a.active{color:var(--red)}.image-gallery{grid-template-columns:1fr 1fr}.image-gallery img{height:150px}}
@media(max-width:430px){.summary-strip{grid-template-columns:1fr}.image-gallery{grid-template-columns:1fr}.hero-actions{display:grid}.main-btn,.text-link{width:100%}.quick-card,.card,.review-card,.faq-item,.mini-card{padding:18px}}
