*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,"PingFang SC","Microsoft YaHei",sans-serif;color:#333;background:#f8f9fa;line-height:1.7}a{color:#c20c0c;text-decoration:none}a:hover{color:#8f0a0a}.wrap{max-width:1180px;margin:0 auto;padding:0 20px}.site-header{background:linear-gradient(90deg,#1a0a0a,#3a0d0d);position:sticky;top:0;z-index:99;box-shadow:0 2px 12px rgba(0,0,0,.18)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:68px}.logo{display:flex;align-items:center;gap:10px;color:#fff;font-size:20px;font-weight:700}.logo span{color:#fff}.main-nav ul{display:flex;list-style:none;gap:4px;flex-wrap:wrap}.main-nav a{display:block;color:#f0d9d9;padding:8px 12px;border-radius:8px;font-size:15px}.main-nav a:hover,.main-nav a.active{background:#c20c0c;color:#fff}.nav-cta{background:#ff5f6d;color:#fff;padding:9px 18px;border-radius:20px;font-weight:600}.nav-cta:hover{background:#e04a57;color:#fff}main{padding:24px 0 60px}.breadcrumb{margin:8px 0 20px;font-size:14px}.breadcrumb ol{list-style:none;display:flex;flex-wrap:wrap;gap:6px}.breadcrumb li+li::before{content:"›";color:#bbb;margin-right:6px}.hero{display:flex;align-items:center;gap:40px;background:linear-gradient(135deg,#fff5f5,#fdeaea);border-radius:20px;padding:48px;margin-bottom:32px;box-shadow:0 8px 30px rgba(194,12,12,.08)}.hero-text h1{font-size:38px;color:#2b0a0a;line-height:1.3}.hero-text p{color:#666;margin:16px 0 24px;font-size:17px}.hero-btns a{display:inline-block;background:#c20c0c;color:#fff;padding:13px 26px;border-radius:26px;font-weight:600;margin-right:12px}.hero-btns a.ghost{background:transparent;color:#c20c0c;border:2px solid #c20c0c}.hero-btns a:hover{opacity:.9}.hero-img img{max-width:100%;border-radius:18px}.section-title{font-size:26px;color:#2b0a0a;margin:40px 0 20px;padding-left:14px;border-left:5px solid #c20c0c}.section-desc{color:#777;margin-bottom:20px}.cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.cat-card{background:#fff;border-radius:16px;padding:26px;box-shadow:0 4px 16px rgba(0,0,0,.06);transition:transform .2s}.cat-card:hover{transform:translateY(-4px)}.cat-card img{width:64px;height:64px}.cat-card h3{font-size:19px;color:#2b0a0a;margin:14px 0 8px}.cat-card p{color:#777;font-size:14px;margin-bottom:14px}.cat-card .more{font-weight:600}.faq-item{background:#fff;border-radius:14px;margin-bottom:18px;padding:22px;box-shadow:0 3px 12px rgba(0,0,0,.05)}.faq-item h3{color:#2b0a0a;font-size:17px;margin-bottom:12px;display:flex;align-items:flex-start;gap:8px}.faq-item h3::before{content:"问";flex-shrink:0;background:#c20c0c;color:#fff;border-radius:6px;padding:0 8px;font-size:14px;line-height:1.6}.faq-item ol{margin-left:22px;color:#555}.faq-item ol li{margin-bottom:6px}.news-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.news-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.06)}.news-card img{width:100%;height:200px;object-fit:cover;display:block}.news-card .news-body{padding:20px}.news-card h3{font-size:18px;color:#2b0a0a;line-height:1.4}.news-card h3 a{color:inherit}.news-card .meta{color:#999;font-size:13px;margin:10px 0}.news-card p{color:#666;font-size:14px}.article{background:#fff;border-radius:16px;padding:40px;box-shadow:0 4px 16px rgba(0,0,0,.05);max-width:860px;margin:0 auto}.article h1{font-size:30px;color:#2b0a0a;line-height:1.4}.article .meta{color:#999;font-size:14px;margin:16px 0;border-bottom:1px solid #eee;padding-bottom:16px}.article img.cover{width:100%;border-radius:14px;margin-bottom:24px}.article h2{font-size:21px;color:#c20c0c;margin:28px 0 12px}.article p{color:#444;margin-bottom:14px}.sitemap-list{background:#fff;border-radius:14px;padding:28px;box-shadow:0 3px 12px rgba(0,0,0,.05)}.sitemap-list h2{color:#2b0a0a;margin:20px 0 10px}.sitemap-list ul{list-style:none;margin-left:0}.sitemap-list li{margin-bottom:8px}.about{background:#fff;border-radius:16px;padding:40px;box-shadow:0 4px 16px rgba(0,0,0,.05)}.about h1{color:#2b0a0a}.about p{color:#555;margin:14px 0}.site-footer{background:#1a0a0a;color:#d9c8c8;margin-top:40px;padding:50px 0 30px}.footer-cols{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.footer-col h3{color:#fff;margin-bottom:14px;font-size:17px}.footer-col ul{list-style:none}.footer-col li{margin-bottom:8px}.footer-col a{color:#d9c8c8}.footer-col a:hover{color:#ff5f6d}.footer-col p{color:#c0abab;font-size:14px}.footer-bottom{border-top:1px solid #3a2222;margin-top:30px;padding-top:20px;text-align:center;color:#9a8686;font-size:13px}.footer-bottom a{color:#c0abab}@media(max-width:900px){.hero{flex-direction:column}.cat-grid{grid-template-columns:1fr 1fr}.news-grid{grid-template-columns:1fr}.footer-cols{grid-template-columns:1fr 1fr}.main-nav ul{display:none}}@media(max-width:560px){.cat-grid{grid-template-columns:1fr}}