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

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

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-prepit {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

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

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

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

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

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

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

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

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

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

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

._ucq4gdf a {
  color: var(--text-secondary);
}
/* t4q1v45 */
._ucq4gdf a:hover {
  color: var(--primary-light);
}

._ucq4gdf span {
  margin: 0 8px;
}

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

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

.st-9lrgxj {
  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;
}

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

.y7g2by8zb 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;
}

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

/* 搜索框 */
.f6bj8jv6gg {
  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;
}
/* lcxg3 */
.f6bj8jv6gg select,
.f6bj8jv6gg 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);
}

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

.f6bj8jv6gg select {
  width: 140px;
  cursor: pointer;
}

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

.f6bj8jv6gg 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;
}

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

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

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

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

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

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

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

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

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

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

.css-6j8gpo ._yhleebce {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.css-6j8gpo ._yhleebce img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.css-6j8gpo:hover ._yhleebce img {
  transform: scale(1.05);
}

.css-6j8gpo ._51jrsx {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--primary);
  color: white;
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 600;
}
/* zvko474 */
.css-6j8gpo .css-53lfjt {
  padding: 20px;
}

.css-6j8gpo .tw-rm2si6 {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--text-primary);
}

.css-6j8gpo ._sv66f1 {
  display: flex;
  gap: 12px;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 12px;
}

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

.css-6j8gpo .sc-q34ct4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* qc14 */
.css-6j8gpo .el-yw7cxd {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--accent);
}
/* 5xypc */
.css-6j8gpo .el-yw7cxd small {
  font-size: 0.75rem;
  color: var(--text-muted);
  font-weight: 400;
}

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

.tw-9n03ll {
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  color: white;
}
/* wp499aa1 */
.tw-9n03ll:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(198, 40, 40, 0.4);
  color: white;
}

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

.st-1vr327:hover {
  border-color: var(--primary-light);
  color: var(--primary-light);
}

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

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

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

._wbg1op0 .sc-ytckke {
  text-align: center;
  color: white;
}

._wbg1op0 .sc-ytckke h3 {
  font-size: 1.5rem;
  margin-bottom: 8px;
}

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

.n4o8cr7 {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
}
/* bgj1r */
.n4o8cr7:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 30px rgba(198, 40, 40, 0.2);
}

.n4o8cr7 .q955aayz {
  position: relative;
  height: 320px;
  overflow: hidden;
}

.n4o8cr7 .q955aayz img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.n4o8cr7 .q955aayz ._e5qwile0 {
  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;
}

.n4o8cr7 .uf2i76sx {
  padding: 16px;
}
/* fmje */
.n4o8cr7 .lqpt48xjp7 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 6px;
}

.n4o8cr7 .dqq45ud {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 10px;
}
/* 37dt0q */
.n4o8cr7 .dqq45ud span {
  background: rgba(198, 40, 40, 0.15);
  color: var(--primary-light);
  padding: 2px 8px;
  border-radius: 4px;
  margin-right: 6px;
}
/* d6fnz */
/* ========== 旅游攻略 ========== */
._1iat56 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

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

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

._q6xgtl1 ._6oe37zdf {
  height: 220px;
  overflow: hidden;
}

._q6xgtl1 ._6oe37zdf img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}
/* 84w2tgsr8 */
._q6xgtl1:hover ._6oe37zdf img {
  transform: scale(1.05);
}

._q6xgtl1 .el-io80om {
  padding: 20px;
}

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

._q6xgtl1 ._dzy4ul8 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
}
/* mat1 */
._q6xgtl1 .dckdxayu {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

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

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

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

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

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

.djkal6ts .u57p5ofr3 {
  font-weight: 600;
  font-size: 0.95rem;
}

.djkal6ts .l0m0f9t0 {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.tw-wmyi7a {
  color: var(--accent);
  font-size: 0.9rem;
  margin-bottom: 10px;
}
/* 9whw3c7zx1 */
._8b2z18 {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.7;
}
/* c8gvpphvg */
/* ========== FAQ ========== */
._syc38gtt {
  max-width: 800px;
  margin: 0 auto;
}

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

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

._13e1atn:hover {
  background: rgba(198, 40, 40, 0.05);
}

._13e1atn .el-n47j2l {
  font-size: 1.2rem;
  transition: var(--transition);
  color: var(--primary-light);
}

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

._jab7reav.active .st-pxmmzq {
  display: block;
}

._jab7reav.active ._13e1atn .el-n47j2l {
  transform: rotate(45deg);
}

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

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

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

.css-botabj tr:hover td {
  background: rgba(198, 40, 40, 0.05);
}
/* sf73lbuxj */
.css-botabj ._0c8ejx7 {
  font-weight: 600;
  color: var(--accent);
}

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

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

._o8pb11 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
/* 5klu */
.dvxq8e1 h3 {
  font-size: 1.2rem;
  margin-bottom: 16px;
  color: var(--primary-light);
}

.dvxq8e1 p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.7;
}
/* cvhbv */
._pely9u67 h4 {
  font-size: 1rem;
  margin-bottom: 16px;
  color: var(--text-primary);
}
/* iz15b */
._pely9u67 ul {
  list-style: none;
}
/* emhev2 */
._pely9u67 li {
  margin-bottom: 8px;
}

._pely9u67 a {
  color: var(--text-secondary);
  font-size: 0.9rem;
}
/* iu5dy */
._pely9u67 a:hover {
  color: var(--primary-light);
}

.ryfysjw7ox {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}
/* hypk6zj */
.ryfysjw7ox 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);
}

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

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

._0zqqrwei ._xkijf1 {
  display: inline-block;
  background: var(--primary);
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 700;
  margin-left: 8px;
}
/* pa7wy */
/* ========== 内页通用 ========== */
.wdcb19j {
  position: relative;
  height: 280px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* rgdmx */
.wdcb19j img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.wdcb19j .sc-5fsv7c {
  position: relative;
  z-index: 2;
  text-align: center;
}
/* puqqvdfczr */
.wdcb19j h1 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 8px;
}
/* 85xiv */
.wdcb19j p {
  font-size: 1.05rem;
  color: var(--text-secondary);
}

._mv5r05 {
  padding: 40px 0 60px;
}

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

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

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

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

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

.css-7e6eh9 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--accent);
}

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

/* ========== 设施标签 ========== */
._dmk7dlh9 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0;
}
/* 1l9aulg647 */
._dw5cp50t {
  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);
}

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

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

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

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

._p9b3rbpe {
  position: relative;
}

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

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

.g61eqv9dc ul {
  list-style: none;
}

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

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

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

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

.css-xgc016 {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 32px;
  flex-wrap: wrap;
}
/* wmy2p */
.d0zk0j0 {
  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;
}

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

.d0zk0j0 .el-n47j2l {
  font-size: 2rem;
}

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

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

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

.st-yquq5y.visible {
  opacity: 1;
  transform: translateX(0);
}

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

@media (max-width: 768px) {
  .sc-r85gfv {
    flex-wrap: wrap;
  }
/* bxmz3h */  
  .ejomkbe {
    display: none;
    width: 100%;
    flex-direction: column;
    padding-top: 16px;
  }
  
  .ejomkbe.active {
    display: flex;
  }
  
  .css-nyj35m {
    display: block;
  }
  
  .y7g2by8zb h1 {
    font-size: 1.8rem;
  }
  
  .f6bj8jv6gg {
    flex-direction: column;
  }
  
  .f6bj8jv6gg select {
    width: 100%;
  }
  
  ._65osvcca {
    grid-template-columns: repeat(2, 1fr);
  }
  
  ._1iat56 {
    grid-template-columns: 1fr;
  }
  
  .sc-ylj5dh {
    grid-template-columns: 1fr;
  }
  
  .el-6q2nfq {
    grid-template-columns: 1fr;
  }
  
  ._o8pb11 {
    grid-template-columns: 1fr;
  }
  
  ._wvmayql h2 {
    font-size: 1.5rem;
  }
  
  .wdcb19j {
    height: 200px;
  }
  
  .wdcb19j h1 {
    font-size: 1.6rem;
  }
  
  .css-xgc016 {
    flex-direction: column;
    align-items: center;
  }
  
  .css-botabj {
    font-size: 0.8rem;
  }
  
  .css-botabj th,
  .css-botabj td {
    padding: 10px 8px;
  }
/* ojjt2w32nb */}
/* lc7q */
@media (max-width: 480px) {
  ._65osvcca {
    grid-template-columns: 1fr;
  }
/* fjwayhic */  
  .y7g2by8zb h1 {
    font-size: 1.5rem;
  }
  
  .sc-prepit {
    padding: 0 16px;
  }
}
/* sxt2bnnz */
/* ========== 滚动条美化 ========== */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
/* emy1xchd */
::-webkit-scrollbar-track {
  background: var(--bg-dark);
}
/* s409w */
::-webkit-scrollbar-thumb {
  background: var(--border-color);
  border-radius: 4px;
}

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

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

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

/* ========== 社区帖子 ========== */
.el-lffoz8 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
/* kix1qxy31 */
.eudh34ysq {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 24px;
  transition: var(--transition);
}

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

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

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

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

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

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

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

._gfr4yc4:hover {
  border-color: var(--primary);
  transform: translateY(-2px);
}
/* gflrryc */
._gfr4yc4 .el-n47j2l {
  font-size: 2rem;
  margin-bottom: 12px;
}

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

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

@media (max-width: 768px) {
  .bh6nvkq {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* mwuhm7sdxc915kl0 */
