/* roulang page: index */
:root{
  --bg:#F7F5F0;
  --surface:#FFFFFF;
  --dark-1:#14121B;
  --dark-2:#1E1B28;
  --brand:#FF6A2B;
  --brand-hover:#E2541A;
  --brand-active:#C74612;
  --brand-soft:#FFF1E9;
  --brand-tint:#FFF7F3;
  --accent:#0FBF9F;
  --accent-soft:#E3F7F2;
  --gold:#FFC53D;
  --ink:#14121B;
  --ink-2:#2A2733;
  --muted:#5C5870;
  --faint:#8E8A9C;
  --line:#E7E3DA;
  --danger:#D93A2B;
  --r-card:14px;
  --r-btn:10px;
  --r-img:12px;
  --r-pill:999px;
  --sh-1:0 1px 2px rgba(20,18,27,.04),0 8px 24px -12px rgba(20,18,27,.12);
  --sh-2:0 14px 32px -14px rgba(20,18,27,.20);
  --maxw:1200px;
  --font:"PingFang SC","Microsoft YaHei","Noto Sans SC","Hiragino Sans GB",sans-serif;
  --font-num:"Rajdhani","Barlow Condensed","PingFang SC","Microsoft YaHei",sans-serif;
}
*,*::before,*::after{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;}
body{
  margin:0;
  background:var(--bg);
  color:var(--ink-2);
  font-family:var(--font);
  font-size:16px;
  line-height:1.9;
  font-weight:400;
  letter-spacing:.01em;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4{margin:0;color:var(--ink);font-weight:700;line-height:1.3;letter-spacing:.01em;}
h1{font-size:44px;}
h2{font-size:30px;}
h3{font-size:19px;}
p{margin:0 0 1.15em;}
p:last-child{margin-bottom:0;}
a{color:inherit;text-decoration:none;transition:color .18s ease,border-color .18s ease,background-color .18s ease;}
img{max-width:100%;display:block;}
ul,ol{margin:0;padding:0;list-style:none;}
button,input{font-family:inherit;font-size:15px;}
:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:4px;}
.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 32px;}
.grid-x.gutter-24{margin-left:-12px;margin-right:-12px;row-gap:24px;}
.grid-x.gutter-24>.cell{padding-left:12px;padding-right:12px;}
.section{padding:80px 0;}
.section-tight{padding:56px 0;}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:32px;}
.section-head .section-kicker{display:block;font-size:13px;color:var(--accent);letter-spacing:.16em;text-transform:uppercase;margin-bottom:10px;font-family:var(--font-num);}
.section-head .section-sub{color:var(--muted);font-size:15px;margin-top:10px;max-width:640px;}
.section-more{font-size:14px;color:var(--accent);white-space:nowrap;border-bottom:1px solid transparent;padding-bottom:2px;}
.section-more:hover{color:var(--brand);border-bottom-color:var(--brand);}

/* 按钮 */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:46px;padding:0 24px;border-radius:var(--r-btn);
  font-size:15px;font-weight:600;line-height:1;border:1px solid transparent;
  cursor:pointer;transition:transform .16s ease,background-color .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease;
  background:transparent;color:var(--ink);
}
.btn-primary{background:var(--brand);color:#fff;box-shadow:0 8px 20px -10px rgba(255,106,43,.75);}
.btn-primary:hover{background:var(--brand-hover);transform:translateY(-1px);color:#fff;}
.btn-primary:active{background:var(--brand-active);transform:translateY(0);}
.btn-secondary{background:#fff;color:var(--ink);border-color:var(--line);}
.btn-secondary:hover{border-color:var(--brand);color:var(--brand);}
.btn-ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.55);}
.btn-ghost:hover{background:#fff;color:var(--ink);border-color:#fff;}
.btn-sm{min-height:38px;padding:0 16px;font-size:14px;}
.btn-block{width:100%;}
.btn:disabled,.btn.is-disabled{opacity:.45;box-shadow:none;pointer-events:none;}

/* 标签与徽章 */
.tag{display:inline-flex;align-items:center;height:24px;padding:0 10px;border-radius:var(--r-pill);font-size:12.5px;font-weight:600;line-height:1;white-space:nowrap;}
.tag-accent{background:var(--accent-soft);color:#0B8D76;}
.tag-brand{background:var(--brand-soft);color:var(--brand-active);}
.tag-gold{background:rgba(255,197,61,.2);color:#8A6100;}
.tag-dark{background:rgba(255,255,255,.14);color:#fff;}

/* 导航 */
.site-header{position:sticky;top:0;z-index:60;background:#fff;box-shadow:0 1px 0 var(--line);}
.brand-bar{border-bottom:1px solid var(--line);transition:height .2s ease;}
.brand-inner{display:flex;align-items:center;height:70px;gap:16px;}
.brand{display:flex;align-items:center;gap:10px;min-height:36px;flex:0 0 auto;}
.brand-mark{
  width:36px;height:36px;border-radius:11px;display:flex;align-items:center;justify-content:center;
  background:linear-gradient(140deg,var(--brand),#FF9350);color:#fff;font-size:18px;font-weight:700;letter-spacing:0;
  box-shadow:0 8px 18px -10px rgba(255,106,43,.9);
}
.brand-text{font-size:19px;font-weight:700;color:var(--ink);letter-spacing:.02em;}
.nav-search{position:relative;display:flex;align-items:center;flex:1 1 auto;max-width:360px;margin-left:16px;}
.nav-search .search-icon{position:absolute;left:14px;width:16px;height:16px;color:var(--faint);pointer-events:none;}
.nav-search input[type="search"]{
  width:100%;height:44px;border:1px solid var(--line);border-radius:var(--r-btn);
  background:#FBF9F5;padding:0 92px 0 40px;color:var(--ink-2);transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease;
}
.nav-search input[type="search"]::placeholder{color:var(--faint);}
.nav-search input[type="search"]:focus{outline:none;background:#fff;border-color:var(--brand);box-shadow:0 0 0 3px rgba(255,106,43,.12);}
.search-btn{
  position:absolute;right:5px;height:34px;padding:0 14px;border:none;border-radius:8px;
  background:var(--brand);color:#fff;font-size:13.5px;font-weight:600;cursor:pointer;transition:background-color .18s ease;
}
.search-btn:hover{background:var(--brand-hover);}
.brand-actions{display:flex;align-items:center;gap:18px;margin-left:auto;}
.ghost-link{font-size:14.5px;color:var(--muted);}
.ghost-link:hover{color:var(--brand);}
.menu-toggle{
  display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:var(--r-btn);
  background:#fff;color:var(--ink);font-size:20px;line-height:1;cursor:pointer;
}
.menu-toggle:hover{border-color:var(--brand);color:var(--brand);}
.mobile-panel{display:none;border-top:1px solid var(--line);background:#fff;padding:16px 0 20px;}
.mobile-panel.is-open{display:block;}
.mobile-panel .nav-search{max-width:none;margin:0 0 14px;}
.mobile-panel .mobile-links{display:flex;flex-direction:column;gap:4px;}
.mobile-panel .mobile-links a{padding:12px 4px;font-size:15.5px;color:var(--ink-2);border-bottom:1px solid var(--line);}
.mobile-panel .mobile-links a:last-child{border-bottom:none;}
.mobile-panel .mobile-links a:hover{color:var(--brand);}

.channel-bar{background:#fff;}
.channel-inner{display:flex;align-items:center;gap:6px;height:52px;overflow-x:auto;}
.channel{
  position:relative;flex:0 0 auto;display:inline-flex;align-items:center;height:36px;padding:0 16px;border-radius:var(--r-pill);
  font-size:15px;color:var(--ink-2);white-space:nowrap;transition:background-color .18s ease,color .18s ease;
}
.channel:hover{background:var(--brand-soft);color:var(--brand-active);}
.channel.is-active{color:var(--brand-active);font-weight:600;background:var(--brand-soft);}
.channel.is-active::after{
  content:"";position:absolute;left:16px;right:16px;bottom:2px;height:3px;border-radius:3px;background:var(--brand);
}
.site-header.is-scrolled .brand-inner{height:62px;}
.site-header.is-scrolled{box-shadow:0 6px 22px -14px rgba(20,18,27,.4);}

/* Hero */
.hero{
  position:relative;color:#fff;overflow:hidden;
  background:
    linear-gradient(100deg,rgba(20,18,27,.94) 0%,rgba(20,18,27,.80) 42%,rgba(30,27,40,.58) 100%),
    url('/assets/images/backpic/back-1.webp') center/cover no-repeat;
  padding:76px 0 96px;
}
.hero::after{
  content:"";position:absolute;inset:auto 0 0 0;height:160px;
  background:linear-gradient(180deg,rgba(20,18,27,0) 0%,rgba(20,18,27,.55) 100%);
  pointer-events:none;
}
.hero-inner{position:relative;z-index:2;}
.hero-copy{max-width:720px;}
.hero-badge{
  display:inline-flex;align-items:center;gap:8px;height:30px;padding:0 14px;border-radius:var(--r-pill);
  background:rgba(255,106,43,.18);border:1px solid rgba(255,106,43,.5);color:#FFD6C0;
  font-size:13px;letter-spacing:.04em;
}
.hero-badge i{width:7px;height:7px;border-radius:50%;background:var(--brand);display:inline-block;}
.hero h1{margin:20px 0 16px;color:#fff;font-size:46px;line-height:1.26;}
.hero-sub{font-size:17px;color:rgba(255,255,255,.82);max-width:600px;line-height:1.85;}
.hero-cta{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px;}
.hero-stats{display:flex;flex-wrap:wrap;gap:36px;margin-top:38px;}
.hero-stat strong{display:block;font-family:var(--font-num);font-size:28px;color:var(--gold);line-height:1.1;letter-spacing:.02em;}
.hero-stat span{font-size:13.5px;color:rgba(255,255,255,.7);}
.hero-card-wrap{margin-top:-64px;position:relative;z-index:3;}
.hero-card{
  display:flex;gap:24px;align-items:center;background:var(--surface);border-radius:var(--r-card);
  box-shadow:var(--sh-2);padding:20px;border:1px solid var(--line);
}
.hero-card-cover{flex:0 0 260px;border-radius:var(--r-img);overflow:hidden;aspect-ratio:16/10;background:#EDE9E1;}
.hero-card-cover img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;}
.hero-card:hover .hero-card-cover img{transform:scale(1.04);}
.hero-card-body{flex:1 1 auto;min-width:0;}
.hero-card-body h2{font-size:22px;margin:10px 0 8px;}
.hero-card-body h2 a:hover{color:var(--brand);}
.hero-card-desc{color:var(--muted);font-size:14.5px;line-height:1.85;}
.hero-card-foot{display:flex;align-items:center;gap:20px;margin-top:14px;flex-wrap:wrap;}
.hero-card-figure{font-family:var(--font-num);font-size:22px;color:var(--brand);font-weight:600;}
.hero-card-figure small{font-family:var(--font);font-size:13px;color:var(--faint);font-weight:400;margin-left:6px;}

/* 卡片网格 */
.card{
  background:var(--surface);border:1px solid var(--line);border-radius:var(--r-card);
  box-shadow:var(--sh-1);overflow:hidden;display:flex;flex-direction:column;height:100%;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.card:hover{transform:translateY(-2px);box-shadow:var(--sh-2);border-color:#DED8CC;}
.card-cover{position:relative;aspect-ratio:16/10;overflow:hidden;background:#EDE9E1;}
.card-cover img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;}
.card:hover .card-cover img{transform:scale(1.04);}
.card-badges{position:absolute;top:12px;left:12px;right:12px;display:flex;justify-content:space-between;gap:8px;}
.card-body{padding:18px 18px 20px;display:flex;flex-direction:column;flex:1 1 auto;}
.card-title{font-size:18px;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.card:hover .card-title{color:var(--brand);}
.card-desc{
  color:var(--muted);font-size:14px;line-height:1.8;margin-bottom:16px;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.card-foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:14px;border-top:1px solid var(--line);}
.card-foot .meta{font-size:13px;color:var(--faint);font-family:var(--font-num);letter-spacing:.03em;}
.link-arrow{font-size:14px;color:var(--brand);font-weight:600;}
.link-arrow:hover{color:var(--brand-active);text-decoration:underline;text-underline-offset:4px;}

/* 保障条 */
.guarantee{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;}
.guarantee-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;padding:34px 0;}
.guarantee-item{display:flex;gap:14px;align-items:flex-start;}
.guarantee-icon{
  flex:0 0 44px;height:44px;border-radius:12px;background:var(--accent-soft);color:#0B8D76;
  display:flex;align-items:center;justify-content:center;
}
.guarantee-icon svg{width:22px;height:22px;}
.guarantee-item h3{font-size:16px;margin-bottom:4px;}
.guarantee-item p{font-size:13.5px;color:var(--muted);margin:0;line-height:1.7;}

/* 评价轮播 */
.reviews{background:var(--dark-1);color:#fff;}
.reviews .section-head{margin-bottom:26px;}
.reviews h2{color:#fff;}
.reviews .section-sub{color:rgba(255,255,255,.65);}
.review-controls{display:flex;gap:10px;}
.review-btn{
  width:44px;height:44px;border-radius:50%;background:transparent;border:1px solid rgba(255,255,255,.35);
  color:#fff;font-size:17px;line-height:1;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease;
}
.review-btn:hover{background:#fff;color:var(--dark-1);border-color:#fff;}
.review-viewport{overflow:hidden;}
.review-track{display:flex;transition:transform .5s cubic-bezier(.4,.1,.2,1);}
.review-card{flex:0 0 33.3333%;padding:0 12px;}
.review-inner{
  background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:var(--r-card);
  padding:24px;height:100%;display:flex;flex-direction:column;gap:16px;
}
.review-quote{font-size:15.5px;line-height:1.9;color:rgba(255,255,255,.88);flex:1 1 auto;margin:0;}
.review-user{display:flex;align-items:center;gap:12px;}
.review-avatar{
  width:40px;height:40px;border-radius:50%;background:linear-gradient(140deg,var(--accent),#0B8D76);
  display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;color:#fff;flex:0 0 40px;
}
.review-user strong{display:block;font-size:14.5px;color:#fff;font-weight:600;}
.review-stars{font-family:var(--font-num);font-size:14px;color:var(--gold);letter-spacing:.06em;}
.review-dots{display:flex;gap:8px;justify-content:center;margin-top:26px;}
.review-dot{width:8px;height:8px;border-radius:50%;border:none;background:rgba(255,255,255,.28);cursor:pointer;padding:0;transition:background-color .18s ease,transform .18s ease;}
.review-dot.is-active{background:var(--brand);transform:scale(1.25);}

/* 转化条 */
.cta-band{background:linear-gradient(96deg,var(--brand) 0%,#FF8C4A 100%);color:#fff;}
.cta-band-inner{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:44px 0;flex-wrap:wrap;}
.cta-band h2{color:#fff;font-size:26px;margin-bottom:8px;}
.cta-band p{color:rgba(255,255,255,.9);font-size:15px;margin:0;}
.cta-band-actions{display:flex;gap:14px;flex-wrap:wrap;}
.btn-white{background:#fff;color:var(--brand-active);}
.btn-white:hover{background:#FFF3EC;color:var(--brand-active);transform:translateY(-1px);}
.btn-outline-white{background:transparent;color:#fff;border-color:rgba(255,255,255,.7);}
.btn-outline-white:hover{background:rgba(255,255,255,.14);border-color:#fff;color:#fff;}

/* CMS 最新信息 */
.cms-feature{
  display:flex;flex-direction:column;height:100%;background:var(--surface);border:1px solid var(--line);
  border-radius:var(--r-card);overflow:hidden;box-shadow:var(--sh-1);transition:transform .2s ease,box-shadow .2s ease;
}
.cms-feature:hover{transform:translateY(-2px);box-shadow:var(--sh-2);}
.cms-feature-cover{aspect-ratio:16/10;overflow:hidden;background:#EDE9E1;display:block;}
.cms-feature-cover img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;}
.cms-feature:hover .cms-feature-cover img{transform:scale(1.04);}
.cms-feature-body{padding:22px;display:flex;flex-direction:column;flex:1 1 auto;}
.cms-feature-title{font-size:21px;margin:12px 0 10px;}
.cms-feature-title a:hover{color:var(--brand);}
.cms-feature-desc{color:var(--muted);font-size:14.5px;line-height:1.85;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.cms-meta{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:14px;border-top:1px solid var(--line);}
.cms-date{font-family:var(--font-num);font-size:14px;color:var(--faint);letter-spacing:.03em;}
.cms-list{border-top:1px solid var(--line);}
.cms-item{border-bottom:1px solid var(--line);}
.cms-item a{display:flex;align-items:center;gap:14px;min-height:56px;padding:8px 4px;transition:background-color .18s ease;}
.cms-item a:hover{background:#FBF8F3;}
.cms-item a:hover .cms-item-title{color:var(--brand);text-decoration:underline;text-underline-offset:4px;}
.cms-item-title{flex:1 1 auto;min-width:0;font-size:15.5px;color:var(--ink-2);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.cms-item-date{flex:0 0 auto;font-family:var(--font-num);font-size:13.5px;color:var(--faint);letter-spacing:.03em;}
.cms-empty{
  min-height:200px;border:1px dashed #D8D2C6;border-radius:var(--r-card);background:#FCFAF6;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--faint);text-align:center;padding:32px;
}
.cms-empty strong{color:var(--ink-2);font-size:16px;font-weight:600;}
.cms-empty svg{width:36px;height:36px;color:#CFC8BA;}

/* FAQ */
.faq{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line);}
.faq-list{max-width:900px;}
.faq-item{border-bottom:1px solid var(--line);}
.faq-item:first-child{border-top:1px solid var(--line);}
.faq-q{
  width:100%;text-align:left;background:none;border:none;cursor:pointer;padding:22px 0;
  display:flex;align-items:center;gap:14px;font-size:17px;font-weight:700;color:var(--ink);font-family:inherit;line-height:1.6;
}
.faq-q:hover{color:var(--brand);}
.faq-index{font-family:var(--font-num);color:var(--accent);font-size:16px;flex:0 0 30px;letter-spacing:.05em;}
.faq-caret{margin-left:auto;flex:0 0 auto;width:22px;height:22px;color:var(--faint);transition:transform .25s ease;}
.faq-item.is-open .faq-caret{transform:rotate(180deg);color:var(--brand);}
.faq-a{padding:0 0 24px 44px;color:var(--muted);font-size:15.5px;line-height:1.9;max-width:820px;display:none;}
.faq-item.is-open .faq-a{display:block;}

/* 页脚 */
.site-footer{background:var(--dark-1);color:#B6B2C2;padding:64px 0 0;font-size:14.5px;}
.footer-grid{row-gap:32px;}
.footer-brand .brand-text{color:#fff;}
.footer-brand p{color:#B6B2C2;line-height:1.9;font-size:14px;margin:14px 0 0;}
.footer-contact{margin-top:8px !important;color:#8E8A9C !important;}
.footer-col h3{color:#fff;font-size:15px;margin-bottom:18px;letter-spacing:.04em;}
.footer-col li{margin-bottom:12px;}
.footer-col a{color:#B6B2C2;}
.footer-col a:hover{color:var(--brand);}
.footer-sub p{color:#B6B2C2;font-size:14px;line-height:1.9;margin-bottom:16px;}
.subscribe-form{display:flex;gap:10px;flex-wrap:wrap;}
.subscribe-form input{
  flex:1 1 200px;height:46px;border-radius:var(--r-btn);border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.06);padding:0 16px;color:#fff;transition:border-color .18s ease,box-shadow .18s ease;
}
.subscribe-form input::placeholder{color:#8E8A9C;}
.subscribe-form input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px rgba(255,106,43,.18);}
.footer-bottom{
  margin-top:48px;border-top:1px solid rgba(255,255,255,.1);padding:22px 0 26px;
  display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:13.5px;color:#8E8A9C;
}
.footer-bottom a{color:#B6B2C2;}
.footer-bottom a:hover{color:var(--brand);}
.to-top{display:inline-flex;align-items:center;gap:6px;font-size:13.5px;}

/* 响应式 */
@media screen and (max-width:1023px){
  h1{font-size:34px;}
  h2{font-size:25px;}
  .hero h1{font-size:36px;}
  .hero{padding:60px 0 84px;}
  .hero-card-cover{flex:0 0 220px;}
  .guarantee-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .review-card{flex:0 0 50%;}
  .section{padding:64px 0;}
  .container{padding:0 24px;}
}
@media screen and (max-width:639px){
  body{font-size:15.5px;}
  h1{font-size:28px;}
  h2{font-size:22px;}
  .container{padding:0 16px;}
  .grid-x.gutter-24{margin-left:-8px;margin-right:-8px;row-gap:16px;}
  .grid-x.gutter-24>.cell{padding-left:8px;padding-right:8px;}
  .section{padding:44px 0;}
  .section-head{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:24px;}
  .brand-inner{height:60px;gap:10px;}
  .brand-text{font-size:17px;}
  .nav-search,.brand-actions .ghost-link{display:none;}
  .menu-toggle{display:inline-flex;align-items:center;justify-content:center;margin-left:auto;}
  .brand-actions{margin-left:auto;gap:10px;}
  .brand-actions .btn{display:none;}
  .channel-inner{height:48px;padding:0 4px;gap:2px;}
  .hero{padding:44px 0 72px;}
  .hero h1{font-size:29px;line-height:1.34;}
  .hero-sub{font-size:15.5px;}
  .hero-cta{flex-direction:column;align-items:stretch;}
  .hero-cta .btn{width:100%;}
  .hero-stats{gap:24px;margin-top:28px;}
  .hero-stat strong{font-size:23px;}
  .hero-card-wrap{margin-top:-44px;}
  .hero-card{flex-direction:column;align-items:stretch;gap:16px;padding:16px;}
  .hero-card-cover{flex:none;}
  .guarantee-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:26px 0;}
  .review-card{flex:0 0 100%;padding:0 4px;}
  .cta-band-inner{flex-direction:column;align-items:stretch;padding:34px 0;}
  .cta-band-actions{flex-direction:column;}
  .cta-band-actions .btn{width:100%;}
  .cms-item a{flex-wrap:wrap;gap:8px;padding:12px 4px;}
  .cms-item-title{white-space:normal;flex:1 1 100%;order:2;}
  .cms-item-date{order:3;}
  .faq-q{font-size:16px;padding:18px 0;}
  .faq-a{padding-left:0;}
  .site-footer{padding-top:44px;}
  .footer-bottom{flex-direction:column;align-items:flex-start;gap:12px;}
}

/* roulang page: article */
:root{
  --bg:#F7F5F0;
  --surface:#FFFFFF;
  --surface-soft:#FBFAF7;
  --dark:#14121B;
  --dark-2:#1E1B28;
  --primary:#FF6A2B;
  --primary-hover:#E2541A;
  --primary-active:#C74612;
  --primary-soft:#FFF1E9;
  --primary-soft-2:#FFF7F3;
  --accent:#0FBF9F;
  --accent-soft:#E3F7F2;
  --badge:#FFC53D;
  --text:#14121B;
  --text-body:#2A2733;
  --text-sub:#5C5870;
  --text-muted:#8E8A9C;
  --line:#E7E3DA;
  --danger:#D93A2B;
  --radius-card:14px;
  --radius-btn:10px;
  --radius-img:12px;
  --radius-pill:999px;
  --shadow-card:0 1px 2px rgba(20,18,27,.04), 0 8px 24px -12px rgba(20,18,27,.12);
  --shadow-hover:0 14px 32px -14px rgba(20,18,27,.20);
  --font-cn:"PingFang SC","Microsoft YaHei","Noto Sans SC","Hiragino Sans GB",sans-serif;
  --font-num:"Rajdhani","Barlow Condensed","PingFang SC",sans-serif;
}
*,*::before,*::after{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;}
body{
  margin:0;
  background:var(--bg);
  color:var(--text-body);
  font-family:var(--font-cn);
  font-size:16px;
  line-height:1.9;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block;border-style:none;}
a{color:inherit;text-decoration:none;background-color:transparent;}
button,input,textarea,select{font-family:inherit;font-size:inherit;color:inherit;}
h1,h2,h3,h4,p,ul,ol,figure{margin:0;}
ul,ol{padding:0;list-style:none;}
:focus-visible{outline:2px solid var(--primary);outline-offset:2px;}
.container{
  width:100%;
  max-width:1200px;
  margin:0 auto;
  padding:0 32px;
}
/* ---------- 按钮 ---------- */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-height:44px;
  padding:0 22px;
  border-radius:var(--radius-btn);
  border:1px solid transparent;
  font-size:15px;
  font-weight:600;
  letter-spacing:.01em;
  cursor:pointer;
  transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease;
}
.btn-primary{
  background:var(--primary);
  color:#fff;
  box-shadow:0 8px 20px -10px rgba(255,106,43,.75);
}
.btn-primary:hover{background:var(--primary-hover);transform:translateY(-1px);color:#fff;}
.btn-primary:active{background:var(--primary-active);transform:translateY(0);}
.btn-secondary{
  background:#fff;
  border-color:var(--line);
  color:var(--text);
}
.btn-secondary:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-1px);}
.btn-secondary:active{color:var(--primary-active);border-color:var(--primary-active);transform:translateY(0);}
.btn-ghost{
  background:transparent;
  border-color:rgba(255,255,255,.45);
  color:#fff;
}
.btn-ghost:hover{background:#fff;color:var(--dark);border-color:#fff;}
.btn-white{
  background:#fff;
  color:var(--primary);
}
.btn-white:hover{background:var(--primary-soft);color:var(--primary-hover);transform:translateY(-1px);}
.btn-sm{min-height:38px;padding:0 16px;font-size:14px;}
.btn:disabled,.btn[disabled]{opacity:.45;box-shadow:none;cursor:not-allowed;transform:none;}
/* ---------- 徽章 / 标签 ---------- */
.tag{
  display:inline-flex;
  align-items:center;
  height:26px;
  padding:0 10px;
  border-radius:var(--radius-pill);
  background:var(--accent-soft);
  color:#0B8C75;
  font-size:13px;
  font-weight:600;
  transition:background-color .18s ease,color .18s ease;
}
a.tag:hover{background:#C9F0E7;color:#07624F;}
.badge-hot{
  display:inline-flex;
  align-items:center;
  height:24px;
  padding:0 9px;
  border-radius:var(--radius-pill);
  background:var(--badge);
  color:#4A3300;
  font-size:12px;
  font-weight:700;
}
/* ---------- 顶部导航 ---------- */
.site-header{
  position:sticky;
  top:0;
  z-index:70;
  background:#fff;
  box-shadow:0 1px 0 rgba(20,18,27,.05);
}
.brand-bar{border-bottom:1px solid var(--line);}
.brand-inner{
  display:flex;
  align-items:center;
  gap:20px;
  height:68px;
}
.brand{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:32px;
  flex:none;
}
.brand-mark{
  width:36px;
  height:36px;
  border-radius:10px;
  background:linear-gradient(140deg,#FF8A4C 0%,var(--primary) 55%,#E2541A 100%);
  color:#fff;
  font-size:18px;
  font-weight:700;
  display:grid;
  place-items:center;
  letter-spacing:0;
}
.brand-text{
  font-size:19px;
  font-weight:700;
  color:var(--text);
  letter-spacing:.01em;
  white-space:nowrap;
}
.nav-search{
  position:relative;
  flex:1 1 auto;
  max-width:340px;
  margin-left:12px;
}
.nav-search input{
  width:100%;
  height:44px;
  padding:0 14px 0 42px;
  border:1px solid var(--line);
  border-radius:var(--radius-btn);
  background:var(--surface-soft);
  font-size:15px;
  transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease;
}
.nav-search input::placeholder{color:var(--text-muted);}
.nav-search input:focus{
  outline:none;
  background:#fff;
  border-color:var(--primary);
  box-shadow:0 0 0 3px rgba(255,106,43,.12);
}
.nav-search .search-icon{
  position:absolute;
  left:15px;
  top:50%;
  transform:translateY(-50%);
  color:var(--text-muted);
  font-size:14px;
  pointer-events:none;
}
.nav-actions{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:16px;
  flex:none;
}
.nav-text-link{
  font-size:15px;
  color:var(--text-sub);
  padding:6px 2px;
  transition:color .18s ease;
}
.nav-text-link:hover{color:var(--primary);}
.menu-toggle{
  display:none;
  width:44px;
  height:44px;
  align-items:center;
  justify-content:center;
  border:1px solid var(--line);
  border-radius:var(--radius-btn);
  background:#fff;
  color:var(--text);
  font-size:16px;
  cursor:pointer;
  transition:border-color .18s ease,color .18s ease;
}
.menu-toggle:hover{border-color:var(--primary);color:var(--primary);}
/* ---------- 频道行 ---------- */
.channel-bar{
  background:#fff;
  border-bottom:1px solid var(--line);
}
.channel-inner{
  display:flex;
  align-items:center;
  gap:8px;
  height:52px;
  overflow-x:auto;
  scrollbar-width:none;
}
.channel-inner::-webkit-scrollbar{display:none;}
.channel{
  position:relative;
  display:inline-flex;
  align-items:center;
  height:36px;
  padding:0 15px;
  border-radius:8px;
  font-size:15px;
  color:var(--text-sub);
  white-space:nowrap;
  transition:background-color .18s ease,color .18s ease;
}
.channel:hover{background:var(--primary-soft);color:var(--primary);}
.channel:active{background:#FFE4D5;color:var(--primary-active);}
.channel.is-active{
  background:var(--primary-soft);
  color:var(--primary);
  font-weight:700;
}
/* ---------- 面包屑 ---------- */
.breadcrumb{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  padding:22px 0 0;
  font-size:14px;
  color:var(--text-muted);
}
.breadcrumb a{color:var(--text-sub);transition:color .18s ease;}
.breadcrumb a:hover{color:var(--primary);}
.breadcrumb .sep{color:#CFCABE;}
.breadcrumb .current{
  color:var(--text-sub);
  max-width:420px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
/* ---------- 文章布局 ---------- */
.article-layout{margin-top:26px;}
.article-main{
  background:var(--surface);
  border-radius:var(--radius-card);
  box-shadow:var(--shadow-card);
  padding:40px 44px 36px;
}
.article-cat-line{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:14px;
}
.article-title{
  font-size:38px;
  line-height:1.3;
  font-weight:700;
  letter-spacing:.01em;
  color:var(--text);
  margin-bottom:18px;
  word-break:break-word;
}
.article-meta{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px 20px;
  padding-bottom:20px;
  border-bottom:1px solid var(--line);
  font-size:14px;
  color:var(--text-muted);
}
.article-meta .meta-item{display:inline-flex;align-items:center;gap:6px;}
.article-meta .meta-item i{color:var(--accent);font-size:13px;}
.article-cover{
  margin:26px 0 30px;
  border-radius:var(--radius-img);
  overflow:hidden;
  aspect-ratio:16 / 9;
  background:#EFECE4;
}
.article-cover img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.article-cover figcaption{
  font-size:13px;
  color:var(--text-muted);
  text-align:center;
  padding-top:10px;
}
/* ---------- 正文排版 ---------- */
.article-body{
  max-width:800px;
  font-size:16px;
  line-height:1.92;
  color:var(--text-body);
}
.article-body > *:first-child{margin-top:0;}
.article-body h2{
  font-size:26px;
  line-height:1.35;
  font-weight:700;
  color:var(--text);
  margin:34px 0 12px;
  padding-left:0;
}
.article-body h3{
  font-size:19px;
  line-height:1.4;
  font-weight:700;
  color:var(--text);
  margin:28px 0 10px;
}
.article-body h4{
  font-size:17px;
  font-weight:700;
  color:var(--text);
  margin:22px 0 8px;
}
.article-body p{margin:0 0 1.15em;}
.article-body ul,.article-body ol{margin:0 0 1.15em;padding-left:1.35em;}
.article-body ul li{list-style:disc;margin-bottom:.45em;}
.article-body ol li{list-style:decimal;margin-bottom:.45em;}
.article-body blockquote{
  margin:22px 0;
  padding:14px 20px;
  border-left:3px solid var(--primary);
  background:var(--primary-soft-2);
  border-radius:0 10px 10px 0;
  color:var(--text-sub);
}
.article-body img{
  max-width:100%;
  height:auto;
  border-radius:var(--radius-img);
  margin:22px auto;
}
.article-body figure{margin:22px 0;}
.article-body figcaption{
  font-size:13px;
  color:var(--text-muted);
  text-align:center;
  margin-top:8px;
}
.article-body a{
  color:#0B8C75;
  border-bottom:1px solid rgba(15,191,159,.4);
  transition:color .18s ease,border-color .18s ease;
}
.article-body a:hover{color:var(--primary);border-color:var(--primary);}
.article-body table{
  width:100%;
  border-collapse:collapse;
  margin:22px 0;
  font-size:15px;
  border-radius:10px;
  overflow:hidden;
}
.article-body th{
  background:#F2F0EA;
  color:var(--text);
  font-weight:700;
  text-align:left;
  padding:11px 14px;
  border:1px solid var(--line);
}
.article-body td{
  padding:11px 14px;
  border:1px solid var(--line);
  color:var(--text-body);
}
.article-body tbody tr:nth-child(even) td{background:var(--surface-soft);}
.article-body code{
  font-family:ui-monospace,Menlo,Consolas,monospace;
  font-size:14px;
  background:#F2F0EA;
  border-radius:6px;
  padding:2px 6px;
  color:#8A3D12;
}
.article-body pre{
  background:#F2F0EA;
  border-radius:12px;
  padding:16px 18px;
  overflow-x:auto;
  margin:22px 0;
}
.article-body pre code{background:none;padding:0;}
.article-body hr{
  border:none;
  border-top:1px solid var(--line);
  margin:30px 0;
}
/* ---------- 空态 ---------- */
.empty-state{
  margin:8px 0 4px;
  padding:48px 24px;
  text-align:center;
  background:var(--surface-soft);
  border:1px dashed var(--line);
  border-radius:var(--radius-card);
}
.empty-state .empty-icon{
  width:52px;
  height:52px;
  margin:0 auto 14px;
  border-radius:50%;
  background:var(--accent-soft);
  color:#0B8C75;
  display:grid;
  place-items:center;
  font-size:20px;
}
.empty-state .empty-title{
  font-size:19px;
  font-weight:700;
  color:var(--text);
  margin-bottom:6px;
}
.empty-state .empty-desc{
  font-size:15px;
  color:var(--text-sub);
  max-width:460px;
  margin:0 auto 18px;
  line-height:1.8;
}
/* ---------- 标签行 ---------- */
.article-tags{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
  margin-top:34px;
  padding-top:22px;
  border-top:1px solid var(--line);
}
.article-tags .tags-label{
  font-size:14px;
  color:var(--text-muted);
  margin-right:2px;
}
/* ---------- 上一篇 / 下一篇 ---------- */
.post-nav{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin-top:22px;
}
.post-nav-item{
  display:block;
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:var(--radius-card);
  padding:18px 20px;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.post-nav-item:hover{
  border-color:var(--primary);
  box-shadow:var(--shadow-hover);
  transform:translateY(-2px);
}
.post-nav-item .pn-label{
  display:block;
  font-size:13px;
  color:var(--text-muted);
  margin-bottom:6px;
}
.post-nav-item .pn-title{
  display:block;
  font-size:16px;
  font-weight:600;
  color:var(--text);
  line-height:1.6;
  transition:color .18s ease;
}
.post-nav-item:hover .pn-title{color:var(--primary);}
.post-nav-item.next{text-align:right;}
/* ---------- 侧栏 ---------- */
.side-wrap{position:sticky;top:100px;}
.side-card{
  background:var(--surface);
  border-radius:var(--radius-card);
  box-shadow:var(--shadow-card);
  padding:22px;
  margin-bottom:20px;
}
.side-card h2{
  font-size:17px;
  font-weight:700;
  color:var(--text);
  margin-bottom:14px;
  display:flex;
  align-items:center;
  gap:8px;
}
.side-card h2::before{
  content:"";
  width:3px;
  height:15px;
  border-radius:2px;
  background:var(--primary);
}
.side-list li + li{border-top:1px solid var(--line);}
.side-list a{
  display:block;
  padding:12px 0;
  font-size:15px;
  color:var(--text-body);
  line-height:1.7;
  transition:color .18s ease,padding-left .18s ease;
}
.side-list a:hover{color:var(--primary);padding-left:4px;}
.side-list .side-meta{
  display:block;
  font-size:13px;
  color:var(--text-muted);
  margin-top:4px;
}
.side-mini{
  display:flex;
  gap:12px;
  padding:12px 0;
  align-items:flex-start;
}
.side-mini + .side-mini{border-top:1px solid var(--line);}
.side-mini .mini-pic{
  flex:none;
  width:74px;
  aspect-ratio:4 / 3;
  border-radius:10px;
  overflow:hidden;
  background:#EFECE4;
}
.side-mini .mini-pic img{width:100%;height:100%;object-fit:cover;}
.side-mini .mini-title{
  font-size:14px;
  font-weight:600;
  color:var(--text-body);
  line-height:1.6;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  transition:color .18s ease;
}
.side-mini:hover .mini-title{color:var(--primary);}
.side-tags{display:flex;flex-wrap:wrap;gap:8px;}
.side-tags a{
  display:inline-flex;
  align-items:center;
  height:30px;
  padding:0 12px;
  border-radius:var(--radius-pill);
  background:var(--surface-soft);
  border:1px solid var(--line);
  font-size:13px;
  color:var(--text-sub);
  transition:background-color .18s ease,color .18s ease,border-color .18s ease;
}
.side-tags a:hover{background:var(--primary-soft);color:var(--primary);border-color:#FFD9C4;}
/* ---------- 转化条 ---------- */
.cta-band{
  margin-top:56px;
  position:relative;
  overflow:hidden;
  border-radius:var(--radius-card);
  background:linear-gradient(105deg,var(--dark) 0%,var(--dark-2) 62%,#2A2436 100%);
  color:#fff;
  padding:38px 40px;
}
.cta-band::after{
  content:"";
  position:absolute;
  right:-60px;
  top:-70px;
  width:280px;
  height:280px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,106,43,.32) 0%,rgba(255,106,43,0) 70%);
  pointer-events:none;
}
.cta-band-inner{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
}
.cta-band h2{
  font-size:24px;
  font-weight:700;
  color:#fff;
  margin-bottom:8px;
  line-height:1.4;
}
.cta-band p{
  font-size:15px;
  color:#B6B2C2;
  max-width:560px;
  line-height:1.8;
}
.cta-actions{display:flex;gap:12px;flex:none;}
/* ---------- 页脚 ---------- */
.site-footer{
  margin-top:72px;
  background:var(--dark);
  color:#B6B2C2;
  padding:60px 0 0;
}
.footer-grid{gap:0;}
.site-footer h3{
  font-size:15px;
  font-weight:700;
  color:#fff;
  margin-bottom:16px;
}
.footer-brand .brand{margin-bottom:16px;}
.footer-brand .brand-text{color:#fff;}
.footer-brand p{
  font-size:14px;
  line-height:1.9;
  max-width:360px;
  margin-bottom:10px;
}
.footer-contact{
  font-size:14px;
  color:#8E8A9C;
}
.footer-col ul li{margin-bottom:11px;}
.footer-col ul a{
  font-size:14px;
  color:#B6B2C2;
  transition:color .18s ease;
}
.footer-col ul a:hover{color:var(--primary);}
.footer-sub p{font-size:14px;line-height:1.9;margin-bottom:16px;max-width:360px;}
.subscribe-form{display:flex;gap:10px;max-width:400px;}
.subscribe-form input{
  flex:1 1 auto;
  min-width:0;
  height:46px;
  padding:0 14px;
  border-radius:var(--radius-btn);
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.06);
  color:#fff;
  font-size:14px;
  transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease;
}
.subscribe-form input::placeholder{color:#7E7A8C;}
.subscribe-form input:focus{
  outline:none;
  background:rgba(255,255,255,.1);
  border-color:var(--primary);
  box-shadow:0 0 0 3px rgba(255,106,43,.18);
}
.footer-bottom{
  margin-top:52px;
  padding:22px 0;
  border-top:1px solid rgba(255,255,255,.09);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px 26px;
  font-size:13px;
  color:#8E8A9C;
}
.footer-bottom .to-top{
  margin-left:auto;
  color:#B6B2C2;
  transition:color .18s ease;
}
.footer-bottom .to-top:hover{color:var(--primary);}
/* ---------- 响应式 ---------- */
@media screen and (max-width:1023px){
  .container{padding:0 24px;}
  .nav-search{max-width:260px;}
  .article-main{padding:32px 30px 30px;}
  .article-title{font-size:32px;}
  .side-wrap{position:static;margin-top:24px;}
  .article-body{max-width:100%;}
  .cta-band{padding:32px 28px;}
  .cta-band-inner{flex-direction:column;align-items:flex-start;gap:20px;}
  .cta-actions{width:100%;}
  .cta-actions .btn{flex:1 1 0;}
}
@media screen and (max-width:639px){
  body{font-size:15px;}
  .container{padding:0 16px;}
  .brand-inner{height:60px;gap:12px;}
  .brand-text{font-size:17px;}
  .brand-mark{width:32px;height:32px;font-size:16px;}
  .nav-search{display:none;}
  .menu-toggle{display:inline-flex;}
  .nav-actions .nav-text-link{display:none;}
  .channel-inner{
    height:48px;
    margin:0 -16px;
    padding:0 16px;
    gap:6px;
  }
  .channel{height:34px;padding:0 13px;font-size:14px;}
  .breadcrumb{padding-top:16px;font-size:13px;}
  .breadcrumb .current{max-width:180px;}
  .article-main{padding:22px 18px 24px;border-radius:12px;}
  .article-title{font-size:26px;line-height:1.35;}
  .article-meta{gap:6px 14px;font-size:13px;}
  .article-cover{margin:18px 0 22px;}
  .article-body{font-size:15.5px;line-height:1.95;}
  .article-body h2{font-size:21px;margin:28px 0 10px;}
  .article-body h3{font-size:18px;}
  .post-nav{grid-template-columns:1fr;}
  .post-nav-item.next{text-align:left;}
  .side-mini .mini-pic{width:64px;}
  .cta-band{margin-top:40px;padding:26px 20px;border-radius:12px;}
  .cta-band h2{font-size:20px;}
  .cta-actions{flex-direction:column;}
  .cta-actions .btn{width:100%;}
  .site-footer{margin-top:48px;padding-top:44px;}
  .footer-col{margin-bottom:28px;}
  .footer-brand{margin-bottom:28px;}
  .footer-sub{margin-top:8px;}
  .subscribe-form{flex-direction:column;max-width:100%;}
  .subscribe-form .btn{width:100%;}
  .footer-bottom{flex-direction:column;align-items:flex-start;gap:8px;}
  .footer-bottom .to-top{margin-left:0;}
}

/* roulang page: category1 */
:root{
  --bg:#F7F5F0;
  --surface:#FFFFFF;
  --dark:#14121B;
  --dark-2:#1E1B28;
  --primary:#FF6A2B;
  --primary-hover:#E2541A;
  --primary-press:#C74612;
  --primary-soft:#FFF1E9;
  --accent:#0FBF9F;
  --accent-deep:#0B7F6A;
  --accent-soft:#E3F7F2;
  --gold:#FFC53D;
  --ink:#14121B;
  --text:#2A2733;
  --muted:#5C5870;
  --faint:#8E8A9C;
  --line:#E7E3DA;
  --r-card:14px;
  --r-btn:10px;
  --r-img:12px;
  --r-pill:999px;
  --shadow-card:0 1px 2px rgba(20,18,27,.04),0 8px 24px -12px rgba(20,18,27,.12);
  --shadow-hover:0 14px 32px -14px rgba(20,18,27,.20);
  --gap-section:84px;
}
*,*::before,*::after{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;}
body{
  margin:0;
  font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC",system-ui,-apple-system,sans-serif;
  font-size:16px;
  line-height:1.9;
  color:var(--text);
  background:var(--bg);
  overflow-x:hidden;
}
h1,h2,h3,h4{margin:0;color:var(--ink);font-weight:700;line-height:1.3;letter-spacing:.01em;}
p{margin:0 0 1.1em;}
p:last-child{margin-bottom:0;}
a{color:var(--accent-deep);text-decoration:none;transition:color .18s ease,border-color .18s ease;}
a:hover{color:var(--primary);}
img{max-width:100%;display:block;border:0;}
button{font-family:inherit;}
ul{margin:0;padding:0;list-style:none;}
input,select,textarea{font-family:inherit;font-size:15px;color:var(--ink);}
::selection{background:var(--primary);color:#fff;}
.container{width:100%;max-width:1200px;margin:0 auto;padding:0 32px;}
.grid-x{display:flex;flex-wrap:wrap;}
.grid-x.gutter-24{margin-left:-12px;margin-right:-12px;}
.gutter-24>.cell{padding-left:12px;padding-right:12px;min-width:0;}
.section{padding:var(--gap-section) 0;}
.section-tight{padding:56px 0;}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:36px;}
.section-head h2{font-size:30px;}
.section-head p{margin:8px 0 0;color:var(--muted);font-size:15px;}
.section-head .head-link{font-size:15px;font-weight:600;white-space:nowrap;}
.eyebrow{display:inline-flex;align-items:center;height:28px;padding:0 12px;border-radius:var(--r-pill);background:var(--primary-soft);color:var(--primary-press);font-size:13px;font-weight:600;letter-spacing:.02em;}

/* ---------- 导航 ---------- */
.site-header{position:relative;z-index:60;background:var(--surface);}
.topbar{border-bottom:1px solid var(--line);}
.topbar-inner{display:flex;align-items:center;gap:28px;min-height:70px;}
.brand{display:inline-flex;align-items:center;gap:10px;color:var(--ink);flex:0 0 auto;}
.brand:hover{color:var(--ink);}
.brand-mark{width:34px;height:34px;border-radius:10px;background:linear-gradient(140deg,var(--primary),#FF9257);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:17px;font-weight:700;flex:0 0 auto;box-shadow:0 6px 16px -8px rgba(255,106,43,.85);}
.brand-text{font-size:18px;font-weight:700;letter-spacing:.01em;white-space:nowrap;}
.search-box{display:flex;align-items:center;flex:1 1 auto;max-width:360px;height:44px;background:#F4F1EA;border:1px solid transparent;border-radius:var(--r-btn);padding:0 4px 0 14px;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease;}
.search-box:focus-within{background:#fff;border-color:var(--primary);box-shadow:0 0 0 3px rgba(255,106,43,.12);}
.search-box input{flex:1 1 auto;min-width:0;height:40px;border:0;background:transparent;outline:none;}
.search-box input::placeholder{color:var(--faint);}
.search-box button{height:34px;padding:0 16px;border:0;border-radius:8px;background:var(--ink);color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:background .18s ease;}
.search-box button:hover{background:var(--primary);}
.topbar-actions{display:flex;align-items:center;gap:16px;margin-left:auto;flex:0 0 auto;}
.link-plain{font-size:14px;color:var(--muted);}
.link-plain:hover{color:var(--primary);}
.nav-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);background:#fff;border-radius:var(--r-btn);color:var(--ink);font-size:18px;cursor:pointer;}
.nav-toggle:hover{border-color:var(--primary);color:var(--primary);}
.channel-bar{position:sticky;top:0;z-index:55;background:var(--surface);border-bottom:1px solid var(--line);}
.channel-bar.is-stuck{box-shadow:0 10px 24px -18px rgba(20,18,27,.45);}
.channel-inner{display:flex;align-items:center;gap:8px;min-height:52px;overflow-x:auto;scrollbar-width:none;}
.channel-inner::-webkit-scrollbar{display:none;}
.channel{position:relative;display:inline-flex;align-items:center;height:52px;padding:0 14px;font-size:15px;font-weight:600;color:var(--muted);white-space:nowrap;border-radius:0;}
.channel:hover{color:var(--primary);background:var(--primary-soft);}
.channel.is-active{color:var(--primary);}
.channel.is-active::after{content:"";position:absolute;left:14px;right:14px;bottom:0;height:3px;background:var(--primary);border-radius:3px;}
.mobile-nav{display:none;background:var(--surface);border-bottom:1px solid var(--line);padding:8px 16px 16px;}
.mobile-nav a{display:block;padding:14px 4px;font-size:15px;font-weight:600;color:var(--ink);border-bottom:1px solid var(--line);}
.mobile-nav a:last-child{border-bottom:0;}
.mobile-nav.is-open{display:block;}

/* ---------- 按钮 ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:46px;padding:0 24px;border:1px solid transparent;border-radius:var(--r-btn);font-size:15px;font-weight:600;line-height:1;letter-spacing:.01em;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease;}
.btn-primary{background:var(--primary);color:#fff;box-shadow:0 10px 22px -14px rgba(255,106,43,1);}
.btn-primary:hover{background:var(--primary-hover);color:#fff;transform:translateY(-1px);box-shadow:0 14px 26px -14px rgba(255,106,43,1);}
.btn-primary:active{background:var(--primary-press);transform:translateY(0);}
.btn-outline{background:#fff;border-color:var(--line);color:var(--ink);}
.btn-outline:hover{border-color:var(--primary);color:var(--primary);background:#fff;}
.btn-ghost{background:transparent;border-color:rgba(255,255,255,.55);color:#fff;}
.btn-ghost:hover{background:#fff;border-color:#fff;color:var(--ink);}
.btn-light{background:#fff;color:var(--primary-press);}
.btn-light:hover{background:var(--primary-soft);color:var(--primary-press);transform:translateY(-1px);}
.btn-sm{min-height:40px;padding:0 18px;font-size:14px;}
.btn-block{width:100%;}
.btn:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible{outline:2px solid var(--primary);outline-offset:2px;}
.btn:disabled,.btn[disabled]{opacity:.45;box-shadow:none;cursor:not-allowed;transform:none;}

/* ---------- 分类横幅 ---------- */
.page-banner{position:relative;overflow:hidden;background:var(--surface);border-bottom:1px solid var(--line);}
.banner-bg{position:absolute;inset:0;background-size:cover;background-position:center right;opacity:.18;}
.banner-veil{position:absolute;inset:0;background:linear-gradient(100deg,#FBF9F5 34%,rgba(251,249,245,.55) 70%,rgba(251,249,245,.2) 100%);}
.banner-inner{position:relative;padding:44px 0 52px;min-height:248px;display:flex;flex-direction:column;justify-content:center;}
.breadcrumb{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--faint);margin-bottom:18px;}
.breadcrumb a{color:var(--muted);}
.breadcrumb a:hover{color:var(--primary);}
.breadcrumb .current{color:var(--ink);font-weight:600;}
.banner-inner h1{font-size:44px;max-width:820px;margin:14px 0 14px;}
.banner-inner .banner-sub{font-size:17px;color:var(--muted);max-width:640px;margin:0;}
.banner-stats{display:flex;gap:36px;margin-top:26px;flex-wrap:wrap;}
.banner-stats .stat b{display:block;font-size:26px;color:var(--primary);line-height:1.2;}
.banner-stats .stat span{font-size:13px;color:var(--faint);}

/* ---------- 筛选标签 ---------- */
.filter-bar{display:flex;flex-wrap:wrap;gap:10px;padding:26px 0 6px;}
.chip{display:inline-flex;align-items:center;height:38px;padding:0 18px;border-radius:var(--r-pill);border:1px solid var(--line);background:#fff;color:var(--muted);font-size:14px;font-weight:600;cursor:pointer;transition:all .18s ease;}
.chip:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-soft);}
.chip.is-current{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 10px 20px -14px rgba(255,106,43,1);}
.chip:focus-visible{outline:2px solid var(--primary);outline-offset:2px;}

/* ---------- 礼包卡片 ---------- */
.gift-card{display:flex;flex-direction:column;height:100%;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-card);box-shadow:var(--shadow-card);overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;}
.gift-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover);border-color:#DBD5C9;}
.card-media{position:relative;display:block;aspect-ratio:16/10;overflow:hidden;background:#EDE9E1;}
.card-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;}
.gift-card:hover .card-media img{transform:scale(1.04);}
.badge{position:absolute;top:12px;display:inline-flex;align-items:center;height:26px;padding:0 11px;border-radius:var(--r-pill);font-size:12px;font-weight:600;line-height:1;letter-spacing:.01em;}
.badge-cat{left:12px;background:var(--accent-soft);color:var(--accent-deep);}
.badge-state{right:12px;background:rgba(20,18,27,.8);color:#fff;}
.badge-state.is-hot{background:var(--gold);color:#4A3405;}
.card-body{display:flex;flex-direction:column;flex:1 1 auto;padding:20px;}
.card-body h3{font-size:18px;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.card-body h3 a{color:var(--ink);}
.gift-card:hover .card-body h3 a{color:var(--primary);}
.card-body p{font-size:14.5px;color:var(--muted);margin:0 0 18px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.card-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:14px;border-top:1px solid var(--line);font-size:13px;color:var(--faint);}
.card-link{font-size:14px;font-weight:600;color:var(--primary);white-space:nowrap;}
.card-link:hover{color:var(--primary-hover);text-decoration:underline;text-underline-offset:4px;}

/* ---------- 图文推荐条 ---------- */
.feature-row{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-card);box-shadow:var(--shadow-card);overflow:hidden;}
.feature-row .media{position:relative;aspect-ratio:4/3;overflow:hidden;background:#EDE9E1;height:100%;}
.feature-row .media img{width:100%;height:100%;object-fit:cover;}
.feature-body{padding:34px 32px;}
.feature-body h3{font-size:24px;margin:14px 0 12px;}
.feature-body p{color:var(--muted);font-size:15px;}
.tag-row{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 22px;}
.tag{display:inline-flex;align-items:center;height:26px;padding:0 11px;border-radius:var(--r-pill);background:var(--accent-soft);color:var(--accent-deep);font-size:12.5px;font-weight:600;}
.tag-warm{background:var(--primary-soft);color:var(--primary-press);}

/* ---------- 流程 ---------- */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
.step{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-card);padding:26px 22px;box-shadow:var(--shadow-card);transition:transform .22s ease,box-shadow .22s ease;}
.step:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover);}
.step b{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:var(--dark);color:#fff;font-size:15px;margin-bottom:16px;}
.step h3{font-size:17px;margin-bottom:8px;}
.step p{font-size:14.5px;color:var(--muted);margin:0;}

/* ---------- 保障条 ---------- */
.assure{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;padding:32px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);}
.assure-item{display:flex;gap:14px;align-items:flex-start;}
.assure-item svg{flex:0 0 auto;width:24px;height:24px;color:var(--accent);margin-top:4px;}
.assure-item b{display:block;font-size:15px;color:var(--ink);margin-bottom:4px;}
.assure-item span{font-size:13.5px;color:var(--muted);line-height:1.7;}

/* ---------- 玩家反馈 ---------- */
.review-band{background:#F1EEE6;border-radius:var(--r-card);padding:52px 0;}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.review-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-card);padding:26px;box-shadow:var(--shadow-card);}
.review-card .stars{color:var(--gold);font-size:14px;letter-spacing:2px;margin-bottom:12px;display:block;}
.review-card blockquote{margin:0 0 18px;font-size:15px;color:var(--text);line-height:1.85;}
.review-user{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--muted);}
.avatar{width:38px;height:38px;border-radius:50%;background:var(--accent-soft);color:var(--accent-deep);display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;}

/* ---------- FAQ ---------- */
.faq-wrap{max-width:900px;margin:0 auto;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-card);padding:8px 28px;box-shadow:var(--shadow-card);}
.faq-item{border-bottom:1px solid var(--line);}
.faq-item:last-child{border-bottom:0;}
.faq-q{width:100%;display:flex;align-items:center;gap:14px;padding:22px 0;background:none;border:0;text-align:left;cursor:pointer;font-size:17px;font-weight:700;color:var(--ink);line-height:1.5;}
.faq-q .q-index{flex:0 0 auto;color:var(--accent);font-weight:700;}
.faq-q .q-text{flex:1 1 auto;}
.faq-arrow{flex:0 0 auto;width:20px;height:20px;color:var(--faint);transition:transform .25s ease,color .25s ease;}
.faq-item.is-open .faq-arrow{transform:rotate(180deg);color:var(--primary);}
.faq-item.is-open .faq-q{color:var(--primary-press);}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;}
.faq-a-inner{max-width:820px;padding:0 0 24px 30px;color:var(--muted);font-size:15px;line-height:1.9;}

/* ---------- CTA 色带 ---------- */
.cta-band{background:linear-gradient(135deg,#1E1B28,#14121B);color:#fff;border-radius:var(--r-card);padding:48px 44px;display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap;}
.cta-band h2{color:#fff;font-size:28px;margin-bottom:10px;}
.cta-band p{color:#B6B2C2;margin:0;font-size:15px;max-width:560px;}
.cta-actions{display:flex;gap:14px;flex-wrap:wrap;}

/* ---------- 页脚 ---------- */
.site-footer{background:var(--dark);color:#B6B2C2;padding:68px 0 0;margin-top:0;}
.site-footer h3{color:#fff;font-size:15px;margin:0 0 18px;letter-spacing:.02em;}
.site-footer a{color:#B6B2C2;font-size:14px;}
.site-footer a:hover{color:#fff;}
.footer-grid{padding-bottom:8px;}
.footer-brand .brand{margin-bottom:18px;}
.footer-brand .brand-text{color:#fff;}
.footer-brand p{font-size:14px;line-height:1.85;max-width:340px;}
.footer-contact{font-size:13.5px;color:#8E8A9C;margin:10px 0 0;}
.footer-col ul li{margin-bottom:12px;}
.footer-sub p{font-size:14px;line-height:1.85;margin-bottom:16px;}
.subscribe-form{display:flex;gap:10px;flex-wrap:wrap;}
.subscribe-form input{flex:1 1 200px;min-width:0;height:48px;padding:0 16px;border:1px solid rgba(255,255,255,.18);border-radius:var(--r-btn);background:rgba(255,255,255,.06);color:#fff;outline:none;transition:border-color .18s ease,box-shadow .18s ease;}
.subscribe-form input::placeholder{color:#8E8A9C;}
.subscribe-form input:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(255,106,43,.18);}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:48px;padding:22px 0;border-top:1px solid rgba(255,255,255,.1);font-size:13px;color:#8E8A9C;}
.to-top{color:#B6B2C2;}
.to-top:hover{color:var(--primary);}

/* ---------- 响应式 ---------- */
@media screen and (max-width:1023px){
  :root{--gap-section:56px;}
  .container{padding:0 24px;}
  .search-box{display:none;}
  .topbar-inner{min-height:62px;gap:16px;}
  .banner-inner h1{font-size:34px;}
  .section-head{margin-bottom:28px;}
  .section-head h2{font-size:25px;}
  .steps{grid-template-columns:repeat(2,1fr);}
  .assure{grid-template-columns:repeat(2,1fr);gap:22px;}
  .review-grid{grid-template-columns:repeat(2,1fr);}
  .cta-band{padding:38px 30px;}
}
@media screen and (max-width:767px){
  :root{--gap-section:44px;}
  .container{padding:0 16px;}
  body{font-size:15.5px;}
  .topbar-actions .link-plain{display:none;}
  .nav-toggle{display:inline-flex;align-items:center;justify-content:center;margin-left:auto;}
  .brand-text{font-size:16px;}
  .banner-inner{padding:32px 0 36px;min-height:200px;}
  .banner-inner h1{font-size:28px;}
  .banner-inner .banner-sub{font-size:15px;}
  .banner-stats{gap:24px;margin-top:20px;}
  .banner-stats .stat b{font-size:22px;}
  .section-head{flex-direction:column;align-items:flex-start;gap:12px;}
  .section-head h2{font-size:22px;}
  .card-body{padding:16px;}
  .feature-body{padding:26px 20px;}
  .feature-body h3{font-size:20px;}
  .steps{grid-template-columns:1fr;}
  .assure{grid-template-columns:repeat(2,1fr);}
  .review-grid{grid-template-columns:1fr;}
  .review-band{padding:32px 0;}
  .faq-wrap{padding:4px 18px;}
  .faq-q{font-size:16px;padding:18px 0;}
  .faq-a-inner{padding-left:0;}
  .cta-band{padding:32px 22px;border-radius:var(--r-card);}
  .cta-band h2{font-size:22px;}
  .cta-actions{width:100%;flex-direction:column;}
  .cta-actions .btn{width:100%;}
  .footer-bottom{flex-direction:column;align-items:flex-start;}
}

/* roulang page: category2 */
*,*::before,*::after{box-sizing:border-box}

:root{
  --bg:#F7F5F0;
  --surface:#FFFFFF;
  --dark-1:#14121B;
  --dark-2:#1E1B28;
  --primary:#FF6A2B;
  --primary-hover:#E2541A;
  --primary-active:#C74612;
  --primary-soft:#FFF1E9;
  --accent:#0FBF9F;
  --accent-soft:#E3F7F2;
  --gold:#FFC53D;
  --text:#14121B;
  --text-body:#2A2733;
  --text-sub:#5C5870;
  --text-muted:#8E8A9C;
  --line:#E7E3DA;
  --r-card:14px;
  --r-btn:10px;
  --r-img:12px;
  --r-input:10px;
  --shadow-1:0 1px 2px rgba(20,18,27,.04),0 8px 24px -12px rgba(20,18,27,.12);
  --shadow-2:0 14px 32px -14px rgba(20,18,27,.20);
  --num-font:"Rajdhani","Barlow Condensed","PingFang SC","Microsoft YaHei",sans-serif;
}

html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  margin:0;
  background:var(--bg);
  color:var(--text-body);
  font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:16px;
  line-height:1.9;
  letter-spacing:.01em;
}
h1,h2,h3,h4{margin:0;color:var(--text);font-weight:700;line-height:1.3;letter-spacing:.01em}
p{margin:0}
ul,ol{margin:0;padding:0;list-style:none}
img{max-width:100%;display:block;border:0}
a{color:inherit;text-decoration:none}
button,input{font:inherit;color:inherit}
button{background:none;border:0}
a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:6px}

.container{width:100%;max-width:1200px;margin:0 auto;padding:0 32px}
.grid-x{display:flex;flex-flow:row wrap}
.cell{flex:0 0 auto;min-width:0}
.gutter-24{row-gap:36px}

/* ---------- 按钮 ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:44px;padding:0 22px;border:1px solid transparent;border-radius:var(--r-btn);
  font-size:15px;font-weight:600;letter-spacing:.02em;cursor:pointer;text-align:center;
  transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease;
}
.btn-sm{min-height:38px;padding:0 16px;font-size:14px;border-radius:9px}
.btn-primary{background:var(--primary);color:#fff;box-shadow:0 10px 20px -12px rgba(255,106,43,.85)}
.btn-primary:hover{background:var(--primary-hover);transform:translateY(-1px)}
.btn-primary:active{background:var(--primary-active);transform:translateY(0)}
.btn-outline{background:#fff;color:var(--text);border-color:var(--line)}
.btn-outline:hover{border-color:var(--primary);color:var(--primary)}
.btn-ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.55)}
.btn-ghost:hover{background:#fff;color:var(--text);border-color:#fff}
.btn-block{width:100%}
.btn:disabled{opacity:.45;box-shadow:none;transform:none;cursor:not-allowed}

/* ---------- 标签 / 徽章 ---------- */
.tag{display:inline-flex;align-items:center;height:26px;padding:0 10px;border-radius:999px;font-size:13px;font-weight:500;line-height:1}
.tag-accent{background:var(--accent-soft);color:#0A8E76}
.tag-plain{background:#F1EEE7;color:var(--text-sub)}
.badge-gold{background:#FFF6DE;color:#96700A;border:1px solid #F4E2AF;border-radius:999px;padding:0 10px;height:26px;display:inline-flex;align-items:center;font-size:13px;font-weight:600;line-height:1}
.badge-live{background:var(--primary-soft);color:var(--primary-active);border-radius:999px;padding:0 10px;height:26px;display:inline-flex;align-items:center;font-size:13px;font-weight:600;line-height:1}
.meta-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px}

/* ---------- 顶部导航 ---------- */
.site-header{position:sticky;top:0;z-index:80;background:#fff;border-bottom:1px solid var(--line);transition:box-shadow .25s ease}
.site-header.is-scrolled{box-shadow:0 8px 24px -16px rgba(20,18,27,.35)}
.brand-row{display:flex;align-items:center;gap:24px;height:68px}
.brand{display:flex;align-items:center;gap:10px;flex:0 0 auto;min-height:36px}
.brand-mark{
  width:36px;height:36px;border-radius:11px;flex:0 0 36px;
  background:linear-gradient(135deg,#FF6A2B,#FF9A5C);
  color:#fff;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;
}
.brand-text{font-size:17px;font-weight:700;color:var(--text);white-space:nowrap}
.nav-search{position:relative;flex:1 1 auto;max-width:340px;min-width:0}
.nav-search input{
  width:100%;height:42px;padding:0 84px 0 16px;border:1px solid var(--line);
  border-radius:var(--r-input);background:#FBFAF7;font-size:14px;color:var(--text);
  transition:border-color .18s,box-shadow .18s,background-color .18s;
}
.nav-search input::placeholder{color:var(--text-muted)}
.nav-search input:focus{outline:none;background:#fff;border-color:var(--primary);box-shadow:0 0 0 3px rgba(255,106,43,.14)}
.nav-search button{
  position:absolute;right:5px;top:5px;height:32px;padding:0 14px;border-radius:8px;
  background:var(--primary-soft);color:var(--primary-active);font-size:13px;font-weight:600;cursor:pointer;
  transition:background-color .18s,color .18s;
}
.nav-search button:hover{background:#FFE1D0}
.nav-actions{display:flex;align-items:center;gap:18px;margin-left:auto}
.nav-link{font-size:14px;color:var(--text-sub);transition:color .18s}
.nav-link:hover{color:var(--primary)}
.nav-toggle{display:none;width:44px;height:44px;border-radius:10px;font-size:20px;color:var(--text);cursor:pointer;align-items:center;justify-content:center}
.nav-toggle:hover{background:var(--primary-soft);color:var(--primary)}
.nav-drawer{
  display:none;border-top:1px solid var(--line);background:#fff;padding:8px 0 16px;
}
.nav-drawer.is-open{display:block}
.nav-drawer a{display:block;padding:12px 32px;font-size:15px;color:var(--text-sub)}
.nav-drawer a:hover{background:var(--primary-soft);color:var(--primary)}

.channel-bar{background:#fff;border-top:1px solid var(--line)}
.channel-inner{display:flex;align-items:center;gap:6px;height:50px;overflow-x:auto;scrollbar-width:none}
.channel-inner::-webkit-scrollbar{display:none}
.channel{
  position:relative;display:inline-flex;align-items:center;height:50px;padding:0 14px;
  font-size:15px;font-weight:500;color:var(--text-sub);white-space:nowrap;border-radius:8px;
  transition:color .18s,background-color .18s;
}
.channel:hover{color:var(--primary);background:var(--primary-soft)}
.channel.is-active{color:var(--text);font-weight:700}
.channel.is-active::after{content:"";position:absolute;left:14px;right:14px;bottom:0;height:3px;border-radius:3px 3px 0 0;background:var(--primary)}

/* ---------- 面包屑 ---------- */
.breadcrumb-bar{background:#fff;border-bottom:1px solid var(--line)}
.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:12px 0;font-size:13px;color:var(--text-muted)}
.breadcrumb li{display:inline-flex;align-items:center;gap:8px}
.breadcrumb li+li::before{content:"/";color:#C9C4BA}
.breadcrumb a{color:var(--text-sub);transition:color .18s}
.breadcrumb a:hover{color:var(--primary)}
.breadcrumb [aria-current="page"]{color:var(--text)}

/* ---------- 分类标题区（无大图） ---------- */
.cat-head{position:relative;background:#fff;border-bottom:1px solid var(--line);padding:46px 0 42px;overflow:hidden}
.cat-head::before{content:"";position:absolute;inset:0;background:radial-gradient(760px 260px at 10% -20%,rgba(15,191,159,.12),transparent 68%),radial-gradient(560px 220px at 88% 120%,rgba(255,106,43,.10),transparent 70%);pointer-events:none}
.cat-head-inner{position:relative;display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:32px}
.cat-head-main{flex:1 1 460px;min-width:0}
.eyebrow{display:inline-flex;align-items:center;gap:8px;height:28px;padding:0 12px;border-radius:999px;background:var(--accent-soft);color:#0A8E76;font-size:13px;font-weight:600}
.cat-head h1{margin:16px 0 12px;font-size:44px;letter-spacing:.01em}
.cat-head p{max-width:640px;color:var(--text-sub);font-size:16px}
.cat-head-note{margin-top:14px;font-size:13px;color:var(--text-muted);display:flex;align-items:center;gap:8px}
.cat-head-note .dot-live{width:8px;height:8px;border-radius:50%;background:var(--accent);display:inline-block;box-shadow:0 0 0 4px rgba(15,191,159,.16)}
.stats{display:flex;flex-wrap:wrap;gap:14px}
.stat{min-width:140px;background:var(--bg);border:1px solid var(--line);border-radius:12px;padding:14px 18px}
.stat-num{font-family:var(--num-font);font-size:30px;font-weight:700;line-height:1.1;color:var(--primary)}
.stat-num.is-accent{color:var(--accent)}
.stat-label{font-size:13px;color:var(--text-sub);margin-top:4px}

/* ---------- 通用板块 ---------- */
.section{padding:80px 0}
.section-tight{padding:64px 0}
.section-head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:34px}
.section-head h2{font-size:30px}
.section-head .sub{margin-top:10px;color:var(--text-sub);font-size:15px;max-width:640px}
.more-link{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--accent);transition:color .18s,gap .18s}
.more-link:hover{color:#0A8E76;gap:10px}

/* ---------- 横向列表流 ---------- */
.stream-list{border-top:1px solid var(--line)}
.stream-item{
  display:flex;gap:32px;align-items:flex-start;padding:30px 0;border-bottom:1px solid var(--line);
  transition:background-color .2s ease;
}
.stream-item:hover{background:#FDFBF7}
.stream-index{
  flex:0 0 46px;font-family:var(--num-font);font-size:26px;font-weight:700;color:#CFC9BC;line-height:1;padding-top:6px;
}
.stream-item:hover .stream-index{color:var(--primary)}
.stream-media{flex:0 0 38%;max-width:38%;min-width:0}
.stream-body{flex:1 1 auto;min-width:0;padding-top:2px}
.stream-body h3{margin:12px 0 10px;font-size:20px;transition:color .2s}
.stream-item:hover .stream-body h3{color:var(--primary)}
.stream-body p{color:var(--text-sub);font-size:15px;line-height:1.85}
.stream-meta{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-top:14px;font-size:13px;color:var(--text-muted)}
.stream-meta .num{font-family:var(--num-font);font-size:17px;font-weight:700;color:var(--text)}
.stream-meta .sep{width:1px;height:12px;background:var(--line)}
.text-link{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--primary);transition:color .18s,gap .18s}
.text-link:hover{color:var(--primary-active);gap:10px}

.media-frame{position:relative;overflow:hidden;border-radius:var(--r-img);background:#EFEBE3;aspect-ratio:16/10}
.media-frame img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.stream-item:hover .media-frame img{transform:scale(1.04)}
.media-frame .cover-tag{
  position:absolute;left:12px;top:12px;height:26px;padding:0 10px;border-radius:999px;
  background:rgba(227,247,242,.94);color:#0A8E76;font-size:13px;font-weight:600;display:inline-flex;align-items:center;
}

/* ---------- 转化 CTA 条 ---------- */
.cta-band{position:relative;background:var(--dark-1);color:#fff;overflow:hidden}
.cta-band::before{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(20,18,27,.96) 0%,rgba(20,18,27,.82) 48%,rgba(20,18,27,.66) 100%),
             url(/assets/images/backpic/back-2.webp) center/cover no-repeat;
}
.cta-inner{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:24px;padding:44px 0}
.cta-inner h2{color:#fff;font-size:28px}
.cta-inner p{margin-top:10px;color:#C6C2D0;font-size:15px;max-width:640px}
.cta-actions{display:flex;flex-wrap:wrap;gap:12px}
.cta-band .btn-primary{background:#fff;color:var(--primary-active);box-shadow:0 12px 26px -16px rgba(0,0,0,.6)}
.cta-band .btn-primary:hover{background:#FFF1E9;color:var(--primary-active)}

/* ---------- 相关专题 ---------- */
.topic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.topic-link{
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  background:#fff;border:1px solid var(--line);border-radius:12px;padding:18px 20px;
  font-size:15px;font-weight:600;color:var(--text);
  transition:border-color .2s,box-shadow .2s,transform .2s,color .2s;
}
.topic-link span.arrow{color:var(--text-muted);font-size:16px;transition:color .2s,transform .2s}
.topic-link:hover{border-color:var(--primary);color:var(--primary);box-shadow:var(--shadow-2);transform:translateY(-2px)}
.topic-link:hover span.arrow{color:var(--primary);transform:translateX(3px)}
.topic-note{margin-top:18px;font-size:13px;color:var(--text-muted)}

/* ---------- FAQ ---------- */
.faq-wrap{max-width:900px}
.faq-list{border-top:1px solid var(--line);margin-top:26px}
.faq-item{border-bottom:1px solid var(--line)}
.faq-q{
  width:100%;display:flex;align-items:center;gap:14px;padding:20px 0;cursor:pointer;text-align:left;
  font-size:17px;font-weight:700;color:var(--text);transition:color .18s;
}
.faq-q:hover{color:var(--primary)}
.faq-q .q-mark{font-family:var(--num-font);font-size:18px;font-weight:700;color:var(--accent);flex:0 0 auto}
.faq-q .arrow{margin-left:auto;color:var(--text-muted);transition:transform .28s ease;flex:0 0 auto}
.faq-item.is-open .faq-q .arrow{transform:rotate(180deg);color:var(--primary)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease}
.faq-a p{max-width:820px;padding:0 0 22px 32px;color:var(--text-sub);font-size:15px;line-height:1.9}

/* ---------- 页脚 ---------- */
.site-footer{background:var(--dark-1);color:#B6B2C2;padding:66px 0 0;margin-top:0}
.footer-brand .brand{margin-bottom:18px}
.footer-brand .brand-text{color:#fff}
.footer-brand p{font-size:14px;line-height:1.9;max-width:360px}
.footer-contact{margin-top:10px;color:#8E8A9C;font-size:13px}
.footer-col h3{color:#fff;font-size:15px;margin-bottom:16px;letter-spacing:.02em}
.footer-col li{margin-bottom:12px}
.footer-col a{font-size:14px;color:#B6B2C2;transition:color .18s}
.footer-col a:hover{color:var(--primary)}
.footer-sub h3{color:#fff;font-size:15px;margin-bottom:12px}
.footer-sub p{font-size:14px;max-width:400px}
.subscribe-form{display:flex;gap:10px;margin-top:18px}
.subscribe-form input{
  flex:1 1 auto;min-width:0;height:46px;padding:0 16px;border-radius:var(--r-input);
  border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.06);color:#fff;font-size:14px;
  transition:border-color .18s,box-shadow .18s,background-color .18s;
}
.subscribe-form input::placeholder{color:#8E8A9C}
.subscribe-form input:focus{outline:none;border-color:var(--primary);background:rgba(255,255,255,.1);box-shadow:0 0 0 3px rgba(255,106,43,.18)}
.footer-bottom{
  margin-top:52px;padding:22px 0;border-top:1px solid rgba(255,255,255,.09);
  display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;
  font-size:13px;color:#8E8A9C;
}
.footer-bottom .to-top{color:#B6B2C2;transition:color .18s}
.footer-bottom .to-top:hover{color:var(--primary)}

/* ---------- 响应式 ---------- */
@media (max-width:1023px){
  .container{padding:0 24px}
  .section{padding:64px 0}
  .cat-head h1{font-size:34px}
  .section-head h2{font-size:26px}
  .topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .stream-media{flex:0 0 42%;max-width:42%}
}
@media (max-width:767px){
  .brand-row{height:60px;gap:12px}
  .nav-search{max-width:200px}
  .nav-actions .nav-link{display:none}
  .stream-item{flex-wrap:wrap;gap:18px;padding:24px 0}
  .stream-index{flex:0 0 34px;font-size:20px;padding-top:2px}
  .stream-media{flex:0 0 100%;max-width:100%;order:2}
  .stream-body{flex:1 1 calc(100% - 46px);order:1}
  .stream-body h3{font-size:18px}
  .stats{width:100%}
  .stat{flex:1 1 calc(50% - 7px);min-width:0}
}
@media (max-width:639px){
  body{font-size:15px}
  .container{padding:0 16px}
  .section{padding:48px 0}
  .section-tight{padding:40px 0}
  .nav-search{display:none}
  .nav-toggle{display:flex}
  .nav-actions{margin-left:auto}
  .nav-actions .btn-sm{min-height:36px;padding:0 12px;font-size:13px}
  .brand-text{font-size:15px}
  .channel-inner{height:46px;padding:0 16px;margin:0 -16px}
  .channel{height:46px;font-size:14px;padding:0 12px}
  .cat-head{padding:32px 0 30px}
  .cat-head h1{font-size:28px;margin:14px 0 10px}
  .cat-head p{font-size:15px}
  .section-head h2{font-size:22px}
  .cta-inner{padding:36px 0}
  .cta-inner h2{font-size:22px}
  .cta-actions{width:100%;flex-direction:column}
  .cta-actions .btn{width:100%}
  .topic-grid{grid-template-columns:1fr}
  .faq-q{font-size:16px}
  .faq-a p{padding-left:0}
  .subscribe-form{flex-direction:column}
  .subscribe-form .btn{width:100%}
  .footer-bottom{flex-direction:column;align-items:flex-start}
  .site-footer{padding-top:48px}
}
