/* xc7lf1w5r136 | v9.22 */
/* ========================================
   院线排片查询网站 - 主样式表
   独特配色方案与布局设计
   ======================================== */

/* 基础重置与变量 */
:root {
  --primary: #c62828;
  --primary-light: #ef5350;
  --primary-dark: #8e0000;
  --secondary: #1565c0;
  --secondary-light: #5e92f3;
  --accent: #ff8f00;
  --accent-light: #ffc046;
  --bg-dark: #0d0d1a;
  --bg-card: #1a1a2e;
  --bg-section: #12121f;
  --text-primary: #f5f5f5;
  --text-secondary: #b0b0c0;
  --text-muted: #7a7a8e;
  --border-color: #2a2a3e;
  --shadow: 0 4px 20px rgba(0,0,0,0.3);
  --radius: 12px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* 0gxi */
html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  background: var(--bg-dark);
  color: var(--text-primary);
  line-height: 1.8;
  overflow-x: hidden;
}
/* rcnxcc61 */
a {
  color: var(--secondary-light);
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  color: var(--accent);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.el-6jcj91 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 干扰标签区块 - 肉眼不可见 */
.fd8cs5oz6 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: -1px;
  opacity: 0;
  pointer-events: none;
  user-select: none;
}

/* ========== 导航栏 ========== */
.hf0x45k {
  background: linear-gradient(135deg, var(--bg-dark) 0%, var(--bg-card) 100%);
  border-bottom: 1px solid var(--border-color);
  padding: 0;
  z-index: 100;
  /* 禁止sticky导航 */
  position: relative;
}

._l3upy4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}

.st-nbak61 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--primary-light);
}

.st-nbak61 ._b8t2217 {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.st-qa7c2x {
  display: flex;
  list-style: none;
  gap: 8px;
}
/* gep558 */
.st-qa7c2x a {
  color: var(--text-secondary);
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 0.95rem;
  transition: var(--transition);
}

.st-qa7c2x a:hover,
.st-qa7c2x a.active {
  color: var(--text-primary);
  background: rgba(198, 40, 40, 0.15);
}

.us36vz7vu {
  display: none;
  background: none;
  border: none;
  color: var(--text-primary);
  font-size: 1.5rem;
  cursor: pointer;
  padding: 8px;
}

/* ========== 面包屑导航 ========== */
._k0gin5 {
  padding: 12px 0;
  font-size: 0.85rem;
  color: var(--text-muted);
}

._k0gin5 a {
  color: var(--text-secondary);
}

._k0gin5 a:hover {
  color: var(--primary-light);
}

._k0gin5 span {
  margin: 0 8px;
}

/* ========== 英雄区域 ========== */
.x0s88x2xhr {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #0d0d1a 0%, #1a1a2e 50%, #16213e 100%);
}

.tw-cfv4bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.tw-cfv4bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.25;
}

._1wooyeq {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13,13,26,0.6) 0%, rgba(13,13,26,0.9) 100%);
  z-index: 1;
}

.tw-o6wtwu {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 60px 20px;
}

.tw-o6wtwu h1 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 16px;
  background: linear-gradient(135deg, var(--primary-light), var(--accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.tw-o6wtwu p {
  font-size: 1.15rem;
  color: var(--text-secondary);
  max-width: 680px;
  margin: 0 auto 32px;
}

/* 搜索框 */
.st-6fmif7 {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  gap: 12px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 8px;
}

.st-6fmif7 select,
.st-6fmif7 input {
  background: var(--bg-section);
  border: 1px solid var(--border-color);
  color: var(--text-primary);
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 0.95rem;
  outline: none;
  transition: var(--transition);
}

.st-6fmif7 select:focus,
.st-6fmif7 input:focus {
  border-color: var(--primary-light);
}

.st-6fmif7 select {
  width: 140px;
  cursor: pointer;
}

.st-6fmif7 input {
  flex: 1;
  min-width: 0;
}
/* s5qnzomzmc */
.st-6fmif7 button {
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  color: white;
  border: none;
  padding: 12px 28px;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap;
}

.st-6fmif7 button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(198, 40, 40, 0.4);
}

/* ========== 通用区块标题 ========== */
.sc-d03wrw {
  text-align: center;
  margin-bottom: 40px;
}

.sc-d03wrw h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--text-primary);
}

.sc-d03wrw h2 span {
  color: var(--primary-light);
}

.sc-d03wrw p {
  font-size: 1rem;
  color: var(--text-secondary);
  max-width: 600px;
  margin: 0 auto;
}
/* gyr73 */
/* ========== 内容区块 ========== */
._abufaat {
  padding: 60px 0;
}

._abufaat:nth-child(even) {
  background: var(--bg-section);
}

/* ========== 排片卡片 ========== */
.f9di5db {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.stq07r52 {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
}

.stq07r52:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: var(--primary);
}

.stq07r52 .st-713iy7 {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.stq07r52 .st-713iy7 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.stq07r52:hover .st-713iy7 img {
  transform: scale(1.05);
}

.stq07r52 .r1mdot8ox {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--primary);
  color: white;
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 600;
}

.stq07r52 ._u7r5r8 {
  padding: 20px;
}

.stq07r52 .tw-shbxr0 {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--text-primary);
}

.stq07r52 .b2ahxl2w9 {
  display: flex;
  gap: 12px;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 12px;
}

.stq07r52 .j27nk7o {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 16px;
}

.stq07r52 ._1yzpjql {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stq07r52 ._qapyukms {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--accent);
}

.stq07r52 ._qapyukms small {
  font-size: 0.75rem;
  color: var(--text-muted);
  font-weight: 400;
}

._ro6prut2 {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  border: none;
  text-align: center;
}

.qn5sn3h {
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  color: white;
}

.qn5sn3h:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(198, 40, 40, 0.4);
  color: white;
}

.sc-7cezk8 {
  background: var(--bg-section);
  color: var(--text-secondary);
  border: 1px solid var(--border-color);
}

.sc-7cezk8:hover {
  border-color: var(--primary-light);
  color: var(--primary-light);
}

._39dzkz8 {
  background: linear-gradient(135deg, var(--accent), var(--accent-light));
  color: var(--bg-dark);
}

/* ========== 影院地图区域 ========== */
.c9dvk3g3 {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border-color);
  margin-top: 20px;
}

.c9dvk3g3 img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
/* u4k5su */
.gjq5gdwr2e {
  position: absolute;
  inset: 0;
  background: rgba(13,13,26,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gjq5gdwr2e ._vshx729 {
  text-align: center;
  color: white;
}

.gjq5gdwr2e ._vshx729 h3 {
  font-size: 1.5rem;
  margin-bottom: 8px;
}

/* ========== 热门影片 ========== */
._bake98 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.eppx7oo0z {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
}

.eppx7oo0z:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 30px rgba(198, 40, 40, 0.2);
}

.eppx7oo0z .css-r22n90 {
  position: relative;
  height: 320px;
  overflow: hidden;
}

.eppx7oo0z .css-r22n90 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eppx7oo0z .css-r22n90 .el-hij6rk {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(0,0,0,0.7);
  color: var(--accent);
  padding: 4px 10px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.9rem;
}

.eppx7oo0z ._86tgih {
  padding: 16px;
}

.eppx7oo0z ._nangw9 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 6px;
}

.eppx7oo0z .css-97oki1 {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 10px;
}
/* ye0qjlbj */
.eppx7oo0z .css-97oki1 span {
  background: rgba(198, 40, 40, 0.15);
  color: var(--primary-light);
  padding: 2px 8px;
  border-radius: 4px;
  margin-right: 6px;
}

/* ========== 旅游攻略 ========== */
._11rqs27c {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.st-9ni1vv {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
}

.st-9ni1vv:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.st-9ni1vv .mcnnk2hwjt {
  height: 220px;
  overflow: hidden;
}
/* za42wnh */
.st-9ni1vv .mcnnk2hwjt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.st-9ni1vv:hover .mcnnk2hwjt img {
  transform: scale(1.05);
}

.st-9ni1vv .bn70taqcas {
  padding: 20px;
}

.st-9ni1vv ._iue2zpty {
  display: inline-block;
  background: rgba(21, 101, 192, 0.15);
  color: var(--secondary-light);
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 0.8rem;
  margin-bottom: 10px;
}

.st-9ni1vv ._sgngwqb {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.st-9ni1vv ._i8ac6f {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* ========== 用户评论 ========== */
.sc-xnttyy {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
/* as3kzl6 */
._6q4ji7u {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 24px;
  transition: var(--transition);
}

._6q4ji7u:hover {
  border-color: var(--primary);
}

.el-ei20zq {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.tw-nl0g6d {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  color: white;
}

._5c8oq5uw .rwtta93 {
  font-weight: 600;
  font-size: 0.95rem;
}

._5c8oq5uw .q2d951kcyb {
  font-size: 0.8rem;
  color: var(--text-muted);
}
/* bgc28y0j79 */
.st-kms6bn {
  color: var(--accent);
  font-size: 0.9rem;
  margin-bottom: 10px;
}
/* bcl1n */
.ed4axx3 {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

/* ========== FAQ ========== */
._vgpbrt0w {
  max-width: 800px;
  margin: 0 auto;
}

._2ptyrbon {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  margin-bottom: 12px;
  overflow: hidden;
}

.st-jmknvt {
  padding: 20px 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  transition: var(--transition);
}

.st-jmknvt:hover {
  background: rgba(198, 40, 40, 0.05);
}

.st-jmknvt .tqgb45q67 {
  font-size: 1.2rem;
  transition: var(--transition);
  color: var(--primary-light);
}

.sc-o1z5ba {
  padding: 0 24px 20px;
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.8;
  display: none;
}

._2ptyrbon.active .sc-o1z5ba {
  display: block;
}

._2ptyrbon.active .st-jmknvt .tqgb45q67 {
  transform: rotate(45deg);
}
/* 6yesyynhgt */
/* ========== 排片表格 ========== */
.tw-jtyh8t {
  width: 100%;
  border-collapse: collapse;
  background: var(--bg-card);
  border-radius: var(--radius);
  overflow: hidden;
}
/* 0rto */
.tw-jtyh8t th {
  background: var(--bg-section);
  padding: 14px 16px;
  text-align: left;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--text-secondary);
  border-bottom: 1px solid var(--border-color);
}

.tw-jtyh8t td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--border-color);
  font-size: 0.9rem;
}

.tw-jtyh8t tr:hover td {
  background: rgba(198, 40, 40, 0.05);
}

.tw-jtyh8t .hw8lo6hj {
  font-weight: 600;
  color: var(--accent);
}
/* wk1h52hjmd */
.tw-jtyh8t .css-fdgehy {
  display: inline-block;
  background: rgba(21, 101, 192, 0.15);
  color: var(--secondary-light);
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.8rem;
}
/* k9599sk0 */
/* ========== 页脚 ========== */
.css-kbrobp {
  background: var(--bg-card);
  border-top: 1px solid var(--border-color);
  padding: 60px 0 0;
}
/* y1nvz0112d */
.xti05ifsi2 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

._j033s9p h3 {
  font-size: 1.2rem;
  margin-bottom: 16px;
  color: var(--primary-light);
}

._j033s9p p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

.tw-mnuw0e h4 {
  font-size: 1rem;
  margin-bottom: 16px;
  color: var(--text-primary);
}

.tw-mnuw0e ul {
  list-style: none;
}

.tw-mnuw0e li {
  margin-bottom: 8px;
}
/* 6nu05 */
.tw-mnuw0e a {
  color: var(--text-secondary);
  font-size: 0.9rem;
}
/* n480b */
.tw-mnuw0e a:hover {
  color: var(--primary-light);
}
/* nsf3at */
.ms3zs49mv8 {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.ms3zs49mv8 a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--bg-section);
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-secondary);
  transition: var(--transition);
}

.ms3zs49mv8 a:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: white;
}

.tw-qmqyxg {
  border-top: 1px solid var(--border-color);
  padding: 20px 0;
  text-align: center;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.tw-qmqyxg ._4ge8tj {
  display: inline-block;
  background: var(--primary);
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 700;
  margin-left: 8px;
}

/* ========== 内页通用 ========== */
.tw-h41t3v {
  position: relative;
  height: 280px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* yv8t9o */
.tw-h41t3v img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.tw-h41t3v ._r3xep6y {
  position: relative;
  z-index: 2;
  text-align: center;
}

.tw-h41t3v h1 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.tw-h41t3v p {
  font-size: 1.05rem;
  color: var(--text-secondary);
}

.ga8418e2b {
  padding: 40px 0 60px;
}
/* w27238fzd */
.ga8418e2b h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 32px 0 16px;
  color: var(--text-primary);
}

.ga8418e2b h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 24px 0 12px;
  color: var(--text-primary);
}

.ga8418e2b p {
  margin-bottom: 16px;
  color: var(--text-secondary);
  line-height: 1.8;
}

/* ========== 评分系统 ========== */
.vt4a76f {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sc-d2o4d7 {
  color: var(--accent);
}

.st-odosdu {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--accent);
}
/* ww0g3547 */
.pxotwf017 {
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* ========== 设施标签 ========== */
.xfcbqqfi7 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0;
}

.kp3qp5n84 {
  background: rgba(21, 101, 192, 0.1);
  color: var(--secondary-light);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.85rem;
  border: 1px solid rgba(21, 101, 192, 0.2);
}

/* ========== 日期选择器 ========== */
.css-56stel {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  overflow-x: auto;
  padding-bottom: 8px;
}

._sfapd5ae {
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  background: var(--bg-card);
  color: var(--text-secondary);
  cursor: pointer;
  white-space: nowrap;
  transition: var(--transition);
  font-size: 0.9rem;
}

._sfapd5ae:hover,
._sfapd5ae.active {
  background: var(--primary);
  border-color: var(--primary);
  color: white;
}

/* ========== 侧边栏 ========== */
.q0scm65j32 {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 32px;
}

.st-wp3wjl {
  position: relative;
}

.bf19mfts3 {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 24px;
  margin-bottom: 24px;
}

.bf19mfts3 h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border-color);
}

.bf19mfts3 ul {
  list-style: none;
}

.bf19mfts3 li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(42, 42, 62, 0.5);
}

.bf19mfts3 li:last-child {
  border-bottom: none;
}

.bf19mfts3 li a {
  color: var(--text-secondary);
  font-size: 0.9rem;
}

/* ========== 下载页面 ========== */
.st-whqvxl {
  text-align: center;
  padding: 80px 20px;
}

.spvhv2ga9 {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 32px;
  flex-wrap: wrap;
}

._tumbyl {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 16px 32px;
  color: var(--text-primary);
  transition: var(--transition);
  font-size: 1rem;
}

._tumbyl:hover {
  border-color: var(--primary);
  transform: translateY(-2px);
  color: var(--text-primary);
}
/* z76dlxw */
._tumbyl .tqgb45q67 {
  font-size: 2rem;
}

/* ========== 动画效果 ========== */
.rfjwxz15kn {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.rfjwxz15kn.visible {
  opacity: 1;
  transform: translateY(0);
}
/* a8i2zl */
.yjmtcuf {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.yjmtcuf.visible {
  opacity: 1;
  transform: translateX(0);
}

/* ========== 响应式设计 ========== */
@media (max-width: 1024px) {
  ._bake98 {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .xti05ifsi2 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .q0scm65j32 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  ._l3upy4 {
    flex-wrap: wrap;
  }
  
  .st-qa7c2x {
    display: none;
    width: 100%;
    flex-direction: column;
    padding-top: 16px;
  }
  
  .st-qa7c2x.active {
    display: flex;
  }
  
  .us36vz7vu {
    display: block;
  }
  
  .tw-o6wtwu h1 {
    font-size: 1.8rem;
  }
  
  .st-6fmif7 {
    flex-direction: column;
  }
  
  .st-6fmif7 select {
    width: 100%;
  }
  
  ._bake98 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  ._11rqs27c {
    grid-template-columns: 1fr;
  }
  
  .sc-xnttyy {
    grid-template-columns: 1fr;
  }
  
  .f9di5db {
    grid-template-columns: 1fr;
  }
  
  .xti05ifsi2 {
    grid-template-columns: 1fr;
  }
  
  .sc-d03wrw h2 {
    font-size: 1.5rem;
  }
  
  .tw-h41t3v {
    height: 200px;
  }
  
  .tw-h41t3v h1 {
    font-size: 1.6rem;
  }
  
  .spvhv2ga9 {
    flex-direction: column;
    align-items: center;
  }
  
  .tw-jtyh8t {
    font-size: 0.8rem;
  }
  
  .tw-jtyh8t th,
  .tw-jtyh8t td {
    padding: 10px 8px;
  }
}

@media (max-width: 480px) {
  ._bake98 {
    grid-template-columns: 1fr;
  }
  
  .tw-o6wtwu h1 {
    font-size: 1.5rem;
  }
  
  .el-6jcj91 {
    padding: 0 16px;
  }
/* xse1ol4o */}
/* aaqin6k1 */
/* ========== 滚动条美化 ========== */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: var(--bg-dark);
}

::-webkit-scrollbar-thumb {
  background: var(--border-color);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--primary);
}
/* 4qlu5aot3 */
/* ========== 筛选标签 ========== */
.tw-dvf58p {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.qdqib7qv {
  padding: 8px 18px;
  border-radius: 20px;
  border: 1px solid var(--border-color);
  background: transparent;
  color: var(--text-secondary);
  cursor: pointer;
  font-size: 0.9rem;
  transition: var(--transition);
}

.qdqib7qv:hover,
.qdqib7qv.active {
  background: var(--primary);
  border-color: var(--primary);
  color: white;
}

/* ========== 社区帖子 ========== */
._m7q01e3 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.er9wpk1rer {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 24px;
  transition: var(--transition);
}

.er9wpk1rer:hover {
  border-color: var(--primary);
}

.d1ulmfg {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.avinn0n1 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.sc-1h3hsp {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 12px;
}
/* 0oadgbhz */
.tw-9ryxeu {
  display: flex;
  gap: 20px;
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* ========== 信息卡片 ========== */
._uebc7fz1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 24px 0;
}

.lzl2x2q3x {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 24px;
  text-align: center;
  transition: var(--transition);
}

.lzl2x2q3x:hover {
  border-color: var(--primary);
  transform: translateY(-2px);
}

.lzl2x2q3x .tqgb45q67 {
  font-size: 2rem;
  margin-bottom: 12px;
}

.lzl2x2q3x h4 {
  font-size: 1rem;
  margin-bottom: 6px;
}

.lzl2x2q3x p {
  font-size: 0.85rem;
  color: var(--text-muted);
}

@media (max-width: 768px) {
  ._uebc7fz1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* kbemjm */
/* jl5nqrbavaiop85a */
