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

/* 基础重置与变量 */
: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;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}
/* yyqhs60vq8 */
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;
}
/* 8e0l */
a {
  color: var(--secondary-light);
  text-decoration: none;
  transition: var(--transition);
}

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

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

.sc-8t2x9s {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 干扰标签区块 - 肉眼不可见 */
.sc-mt7gc1 {
  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;
}

/* ========== 导航栏 ========== */
.css-kffst9 {
  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;
}

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

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

._2jtq2qit .iu14v4ic {
  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;
}

.w6hgi3sbu7 {
  display: flex;
  list-style: none;
  gap: 8px;
}

.w6hgi3sbu7 a {
  color: var(--text-secondary);
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 0.95rem;
  transition: var(--transition);
}

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

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

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

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

.r9vgak21 a:hover {
  color: var(--primary-light);
}
/* e034ddv6 */
.r9vgak21 span {
  margin: 0 8px;
}
/* rrwjo7ht */
/* ========== 英雄区域 ========== */
._14aut4o {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #0d0d1a 0%, #1a1a2e 50%, #16213e 100%);
}

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

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

._z9zgh2 {
  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;
}

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

.el-mnaqci 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;
}

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

/* 搜索框 */
.el-h90hfz {
  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;
}

.el-h90hfz select,
.el-h90hfz 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);
}

.el-h90hfz select:focus,
.el-h90hfz input:focus {
  border-color: var(--primary-light);
}
/* o9wvof */
.el-h90hfz select {
  width: 140px;
  cursor: pointer;
}

.el-h90hfz input {
  flex: 1;
  min-width: 0;
}

.el-h90hfz 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;
}

.el-h90hfz button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(198, 40, 40, 0.4);
}
/* hemvpw5ld */
/* ========== 通用区块标题 ========== */
._75jccg {
  text-align: center;
  margin-bottom: 40px;
}

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

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

._75jccg p {
  font-size: 1rem;
  color: var(--text-secondary);
  max-width: 600px;
  margin: 0 auto;
}

/* ========== 内容区块 ========== */
.cscoh6b58 {
  padding: 60px 0;
}

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

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

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

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

.el-ywbhij ._y7xhemlo {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.el-ywbhij ._y7xhemlo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.el-ywbhij:hover ._y7xhemlo img {
  transform: scale(1.05);
}

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

.el-ywbhij ._f8nka43b {
  padding: 20px;
}

.el-ywbhij ._uawzex {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--text-primary);
}

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

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

.el-ywbhij .sc-4pg9n1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.el-ywbhij .q6ulqlpo2 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--accent);
}

.el-ywbhij .q6ulqlpo2 small {
  font-size: 0.75rem;
  color: var(--text-muted);
  font-weight: 400;
}
/* 3ryu */
._njkq6ze {
  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;
}

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

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

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

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

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

/* ========== 影院地图区域 ========== */
.tw-a8k138 {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border-color);
  margin-top: 20px;
}
/* mmwn */
.tw-a8k138 img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.st-4prx8n {
  position: absolute;
  inset: 0;
  background: rgba(13,13,26,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.st-4prx8n .sc-9ix1qm {
  text-align: center;
  color: white;
}

.st-4prx8n .sc-9ix1qm h3 {
  font-size: 1.5rem;
  margin-bottom: 8px;
}

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

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

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

.xp7gdvdmw .g6lc3qoe {
  position: relative;
  height: 320px;
  overflow: hidden;
}

.xp7gdvdmw .g6lc3qoe img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.xp7gdvdmw .g6lc3qoe .ef8g35app {
  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;
}

.xp7gdvdmw .gepblc0y {
  padding: 16px;
}
/* 4rlr */
.xp7gdvdmw .tw-laovh7 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 6px;
}

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

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

._2ggvcs {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
}
/* ipwkp */
._2ggvcs:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

._2ggvcs .st-72b2bq {
  height: 220px;
  overflow: hidden;
}
/* u5uy */
._2ggvcs .st-72b2bq img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

._2ggvcs:hover .st-72b2bq img {
  transform: scale(1.05);
}

._2ggvcs ._72rqar {
  padding: 20px;
}

._2ggvcs .el-zlt41r {
  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;
}

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

._2ggvcs .nsxo7nnbxh {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* ========== 用户评论 ========== */
.gqci3q8 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

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

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

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

.ui3qaj2 {
  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;
}

.krtf05pm7t ._sc23lgix {
  font-weight: 600;
  font-size: 0.95rem;
}

.krtf05pm7t .tw-rxkvo8 {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.bsbwyb4f {
  color: var(--accent);
  font-size: 0.9rem;
  margin-bottom: 10px;
}

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

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

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

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

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

.tw-a4fkkx .mchnuszvs {
  font-size: 1.2rem;
  transition: var(--transition);
  color: var(--primary-light);
}
/* qt845i */
._ekxs5c1n {
  padding: 0 24px 20px;
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.8;
  display: none;
}

.h6kqwwgh.active ._ekxs5c1n {
  display: block;
}

.h6kqwwgh.active .tw-a4fkkx .mchnuszvs {
  transform: rotate(45deg);
}

/* ========== 排片表格 ========== */
.tw-xhixoa {
  width: 100%;
  border-collapse: collapse;
  background: var(--bg-card);
  border-radius: var(--radius);
  overflow: hidden;
}

.tw-xhixoa 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-xhixoa td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--border-color);
  font-size: 0.9rem;
}

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

.tw-xhixoa .t1yynpgne {
  font-weight: 600;
  color: var(--accent);
}

.tw-xhixoa .wqasg3xz {
  display: inline-block;
  background: rgba(21, 101, 192, 0.15);
  color: var(--secondary-light);
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.8rem;
}

/* ========== 页脚 ========== */
._3ido2ft {
  background: var(--bg-card);
  border-top: 1px solid var(--border-color);
  padding: 60px 0 0;
}

._ng67f3xc {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.sc-qxgmyp h3 {
  font-size: 1.2rem;
  margin-bottom: 16px;
  color: var(--primary-light);
}
/* 9bf5 */
.sc-qxgmyp p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

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

._zj43by ul {
  list-style: none;
}

._zj43by li {
  margin-bottom: 8px;
}

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

._zj43by a:hover {
  color: var(--primary-light);
}
/* 14ad9ys0u */
.css-y0qkm1 {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.css-y0qkm1 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);
}

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

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

._46d6po .st-widnuw {
  display: inline-block;
  background: var(--primary);
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 700;
  margin-left: 8px;
}
/* ahw4fbvs7w */
/* ========== 内页通用 ========== */
._yymzd0 {
  position: relative;
  height: 280px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

._yymzd0 img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

._yymzd0 .qmx3ix6j6 {
  position: relative;
  z-index: 2;
  text-align: center;
}

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

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

.el-vrcw2e {
  padding: 40px 0 60px;
}

.el-vrcw2e h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 32px 0 16px;
  color: var(--text-primary);
}

.el-vrcw2e h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 24px 0 12px;
  color: var(--text-primary);
}
/* i5gzsbt4 */
.el-vrcw2e p {
  margin-bottom: 16px;
  color: var(--text-secondary);
  line-height: 1.8;
}

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

._4jd7onno {
  color: var(--accent);
}

.sc-quo6nn {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--accent);
}

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

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

.st-joxbp5 {
  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);
}

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

.css-ifbic2 {
  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;
}

.css-ifbic2:hover,
.css-ifbic2.active {
  background: var(--primary);
  border-color: var(--primary);
  color: white;
}
/* 8s1bqrgdvq */
/* ========== 侧边栏 ========== */
.mbf9xuaeo {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 32px;
}

.css-ajpy84 {
  position: relative;
}

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

.spynwmmun h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border-color);
}
/* xketcwm */
.spynwmmun ul {
  list-style: none;
}

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

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

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

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

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

.d3npr36 {
  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;
}

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

.d3npr36 .mchnuszvs {
  font-size: 2rem;
}

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

.kg637ja431.visible {
  opacity: 1;
  transform: translateY(0);
}

.gvohviw {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

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

@media (max-width: 768px) {
  .evq421f0 {
    flex-wrap: wrap;
  }
  
  .w6hgi3sbu7 {
    display: none;
    width: 100%;
    flex-direction: column;
    padding-top: 16px;
  }
  
  .w6hgi3sbu7.active {
    display: flex;
  }
  
  .css-9qldw7 {
    display: block;
  }
  
  .el-mnaqci h1 {
    font-size: 1.8rem;
  }
  
  .el-h90hfz {
    flex-direction: column;
  }
  
  .el-h90hfz select {
    width: 100%;
  }
  
  ._25gjjrc4 {
    grid-template-columns: repeat(2, 1fr);
  }
/* chc1l9 */  
  .psoote32nf {
    grid-template-columns: 1fr;
  }
  
  .gqci3q8 {
    grid-template-columns: 1fr;
  }
  
  .st-6x9w3j {
    grid-template-columns: 1fr;
  }
/* 83kckp1e1y */  
  ._ng67f3xc {
    grid-template-columns: 1fr;
  }
  
  ._75jccg h2 {
    font-size: 1.5rem;
  }
  
  ._yymzd0 {
    height: 200px;
  }
  
  ._yymzd0 h1 {
    font-size: 1.6rem;
  }
  
  ._ka0dthcy {
    flex-direction: column;
    align-items: center;
  }
  
  .tw-xhixoa {
    font-size: 0.8rem;
  }
/* hiqz9 */  
  .tw-xhixoa th,
  .tw-xhixoa td {
    padding: 10px 8px;
  }
}

@media (max-width: 480px) {
  ._25gjjrc4 {
    grid-template-columns: 1fr;
  }
  
  .el-mnaqci h1 {
    font-size: 1.5rem;
  }
  
  .sc-8t2x9s {
    padding: 0 16px;
  }
}

/* ========== 滚动条美化 ========== */
::-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);
}

/* ========== 筛选标签 ========== */
.a9l3ail {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

._e2vzsd {
  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);
}

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

/* ========== 社区帖子 ========== */
.el-6bodo2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
/* 7qxognz2q0 */
.sc-3fqict {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 24px;
  transition: var(--transition);
}

.sc-3fqict:hover {
  border-color: var(--primary);
}

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

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

._bpa56bi {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 12px;
}

.zyeydrleyr {
  display: flex;
  gap: 20px;
  font-size: 0.85rem;
  color: var(--text-muted);
}

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

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

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

.dmd22x9 .mchnuszvs {
  font-size: 2rem;
  margin-bottom: 12px;
}

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

.dmd22x9 p {
  font-size: 0.85rem;
  color: var(--text-muted);
}
/* ise0 */
@media (max-width: 768px) {
  .yrhe1g9 {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* judk */
/* muobeujl7gzmrxkx */
