/* mn9aq8uco7am | v2.86 */
/* ========================================
   六合彩历史数据分析平台 - 全站样式
   ======================================== */

/* CSS变量定义 */
:root {
  --primary-color: #1a237e;
  --primary-light: #3949ab;
  --primary-dark: #0d1642;
  --accent-color: #ff6f00;
  --accent-light: #ffa040;
  --accent-dark: #c43e00;
  --gold-color: #ffd700;
  --gold-dark: #b8960f;
  --success-color: #2e7d32;
  --danger-color: #c62828;
  --info-color: #0277bd;
  --bg-primary: #f5f7fa;
  --bg-secondary: #eef1f6;
  --bg-card: #ffffff;
  --text-primary: #212121;
  --text-secondary: #616161;
  --text-light: #9e9e9e;
  --border-color: #e0e0e0;
  --shadow-sm: 0 2px 4px rgba(0,0,0,0.08);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.12);
  --shadow-lg: 0 8px 24px rgba(0,0,0,0.16);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --font-main: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  --font-heading: 'Noto Serif SC', 'STSong', serif;
  --transition: all 0.3s ease;
}

/* 重置样式 */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* ehvciu7os */
html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-main);
  color: var(--text-primary);
  background-color: var(--bg-primary);
  line-height: 1.8;
  overflow-x: hidden;
}

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

a {
  color: var(--primary-light);
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  color: var(--accent-color);
}
/* 8vjx3ujye7 */
ul, ol {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.4;
  color: var(--primary-dark);
}

h1 { font-size: 2.2rem; }
h2 { font-size: 1.8rem; }
h3 { font-size: 1.4rem; }
h4 { font-size: 1.2rem; }

p {
  margin-bottom: 1rem;
  line-height: 1.8;
}
/* 6deu */
/* 干扰标签隐藏 */
._mf7apel {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  opacity: 0;
  pointer-events: none;
  z-index: -9999;
}

/* 容器 */
._npt3b0 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

._un9erkgz {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ========== 头部导航 ========== */
.st-wgazbw {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-color) 50%, #283593 100%);
  color: #fff;
  padding: 0;
  position: relative;
  z-index: 100;
}

.sc-gfw87g {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

._6uo3yc {
  display: flex;
  align-items: center;
  gap: 12px;
}

._6uo3yc .dpdwq48 {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--gold-color), var(--accent-color));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--primary-dark);
}

._6uo3yc h1 {
  font-size: 1.5rem;
  color: #fff;
  font-family: var(--font-heading);
}

._6uo3yc h1 span {
  color: var(--gold-color);
}

.v55palti2 {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.8);
}
/* 9n7x6 */
/* 主导航 */
.uzw9oyg {
  padding: 0;
}

.l1qrhtowd0 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
/* eg51bd */
.l1qrhtowd0 li {
  position: relative;
}

.l1qrhtowd0 li a {
  display: block;
  padding: 14px 22px;
  color: rgba(255,255,255,0.9);
  font-size: 0.95rem;
  font-weight: 500;
  transition: var(--transition);
  border-bottom: 3px solid transparent;
}

.l1qrhtowd0 li a:hover,
.l1qrhtowd0 li a.active {
  color: var(--gold-color);
  background: rgba(255,255,255,0.08);
  border-bottom-color: var(--gold-color);
}

/* 移动端菜单按钮 */
.css-l8k28k {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 8px;
}

.css-l8k28k span {
  display: block;
  width: 28px;
  height: 3px;
  background: #fff;
  margin: 5px 0;
  border-radius: 2px;
  transition: var(--transition);
}

/* ========== 面包屑导航 ========== */
._vaij2gek {
  background: var(--bg-secondary);
  padding: 12px 0;
  border-bottom: 1px solid var(--border-color);
}

.css-ny21qb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--text-secondary);
}

.css-ny21qb a {
  color: var(--text-secondary);
}
/* flxsi04u */
.css-ny21qb a:hover {
  color: var(--primary-light);
}

.css-ny21qb .tw-a9x129 {
  color: var(--text-light);
}

.css-ny21qb .st-rueyb2 {
  color: var(--primary-light);
  font-weight: 500;
}

/* ========== 英雄区域 ========== */
._agduoe {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-color) 40%, #1565c0 100%);
  color: #fff;
  padding: 60px 0 50px;
  position: relative;
  overflow: hidden;
}

._agduoe::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255,215,0,0.15) 0%, transparent 70%);
  border-radius: 50%;
}

._agduoe::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255,111,0,0.1) 0%, transparent 70%);
  border-radius: 50%;
}

.x8v4r66d {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 40px;
}

.x1mzwxwag {
  flex: 1;
}

.x1mzwxwag h2 {
  font-size: 2.4rem;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.3;
}

.x1mzwxwag h2 span {
  color: var(--gold-color);
}

.x1mzwxwag p {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.85);
  margin-bottom: 24px;
  line-height: 1.8;
}

.st-jx7dus {
  flex: 0 0 400px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.st-jx7dus img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.sls5vlyh {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
/* mj33 */
.hri9klp8 {
  text-align: center;
}

.hri9klp8 ._htacjq {
  font-size: 2rem;
  font-weight: 800;
  color: var(--gold-color);
  display: block;
}

.hri9klp8 .el-xrmtle {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.7);
}

/* 按钮样式 */
.poelse1 {
  display: inline-block;
  padding: 12px 28px;
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  border: none;
  text-align: center;
}

.xl5xz32l {
  background: linear-gradient(135deg, var(--accent-color), var(--accent-light));
  color: #fff;
  box-shadow: 0 4px 12px rgba(255,111,0,0.3);
}

.xl5xz32l:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255,111,0,0.4);
  color: #fff;
}

.st-ucn8g7 {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.5);
}

.st-ucn8g7:hover {
  background: rgba(255,255,255,0.1);
  border-color: var(--gold-color);
  color: var(--gold-color);
}
/* adfpdrs */
._gpjydvny {
  background: linear-gradient(135deg, var(--gold-color), var(--gold-dark));
  color: var(--primary-dark);
  font-weight: 700;
}

._gpjydvny:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255,215,0,0.4);
  color: var(--primary-dark);
}

._9jig8a4 {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
/* 9u4ujdj20 */
/* ========== 区块通用 ========== */
.el-fpiwh9 {
  padding: 60px 0;
}

.el-c2gio4 {
  background: var(--bg-secondary);
}

.coxysjtk5 {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary-color));
  color: #fff;
}

.r2bxx4ejxi {
  text-align: center;
  margin-bottom: 40px;
}

.r2bxx4ejxi h2 {
  font-size: 1.8rem;
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
}
/* vdvsedikq */
.r2bxx4ejxi h2 span {
  color: var(--accent-color);
}

.r2bxx4ejxi h2::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-color), var(--gold-color));
  border-radius: 2px;
}

.r2bxx4ejxi p {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-top: 16px;
}

/* ========== 最新开奖结果 ========== */
.y2dw58on68 {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 30px;
  box-shadow: var(--shadow-md);
  margin-bottom: 30px;
}

.tw-1r46aw {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--bg-secondary);
}

.tw-1r46aw h3 {
  font-size: 1.3rem;
}
/* 0p1pvdtf */
.tw-1r46aw ._zp2j0f {
  background: var(--accent-color);
  color: #fff;
  padding: 4px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
}

.sc-1cs7r2 {
  width: 100%;
  border-collapse: collapse;
}
/* 07art9kv */
.sc-1cs7r2 thead th {
  background: var(--primary-dark);
  color: #fff;
  padding: 12px 16px;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
}

.sc-1cs7r2 thead th:first-child {
  border-radius: var(--radius-sm) 0 0 0;
}

.sc-1cs7r2 thead th:last-child {
  border-radius: 0 var(--radius-sm) 0 0;
}
/* j2yvuid */
.sc-1cs7r2 tbody td {
  padding: 12px 16px;
  text-align: center;
  border-bottom: 1px solid var(--border-color);
  font-size: 0.9rem;
}

.sc-1cs7r2 tbody tr:hover {
  background: rgba(26,35,126,0.04);
}

.sc-1cs7r2 tbody tr:last-child td {
  border-bottom: none;
}

/* 号码球样式 */
._2ppcxe8e {
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
}

.sc-svwpiz {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
  box-shadow: inset 0 -3px 6px rgba(0,0,0,0.2), 0 2px 4px rgba(0,0,0,0.15);
}

._dk52moqp { background: linear-gradient(135deg, #e53935, #c62828); }
.css-e1sgyk { background: linear-gradient(135deg, #1e88e5, #1565c0); }
.nrxac4l { background: linear-gradient(135deg, #43a047, #2e7d32); }
._a9qsx3p {
  background: linear-gradient(135deg, var(--gold-color), var(--gold-dark));
  color: var(--primary-dark);
}
/* 1ulktq0 */
._rrbg880 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-light);
  margin: 0 4px;
}

/* ========== 走势图面板 ========== */
._yaw4dd {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 30px;
  box-shadow: var(--shadow-md);
}

._8kehvi {
  display: flex;
  gap: 0;
  margin-bottom: 24px;
  border-bottom: 2px solid var(--border-color);
}

.fbjdblg0 {
  padding: 10px 24px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-secondary);
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition: var(--transition);
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
}

.fbjdblg0:hover,
.fbjdblg0.active {
  color: var(--primary-color);
  border-bottom-color: var(--accent-color);
}

.sc-irhsoy {
  width: 100%;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--bg-secondary);
  min-height: 300px;
}

.sc-irhsoy img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

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

._7husylgs {
  grid-template-columns: repeat(3, 1fr);
}

._4grvwrsz {
  grid-template-columns: repeat(2, 1fr);
}

.ennkebl7wy {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

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

.hwwkyuq9w {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.hwwkyuq9w img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.ennkebl7wy:hover .hwwkyuq9w img {
  transform: scale(1.05);
}

._3rmgnnzw {
  padding: 20px;
}
/* r8b2c8lc */
._3rmgnnzw h4 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

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

._q84n4e {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  border-top: 1px solid var(--border-color);
  font-size: 0.8rem;
  color: var(--text-light);
}

/* ========== 冷热号码统计 ========== */
.n4kix69i1r {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.st-u84qz3 {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 24px;
  box-shadow: var(--shadow-sm);
}

.st-u84qz3 h4 {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
/* w97k5q7v3 */
.st-u84qz3 h4 .st-25ujkh {
  color: var(--danger-color);
}

.st-u84qz3 h4 .tw-v80c4w {
  color: var(--info-color);
}

.el-oh1yjg {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.css-cwxlc7 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 0.9rem;
  font-weight: 700;
  transition: var(--transition);
}

._z0iwzw0n {
  background: linear-gradient(135deg, #ffebee, #ffcdd2);
  color: var(--danger-color);
  border: 2px solid #ef9a9a;
}
/* 0uhrtgxm8 */
.el-h6utfy {
  background: linear-gradient(135deg, #e3f2fd, #bbdefb);
  color: var(--info-color);
  border: 2px solid #90caf9;
}

.css-cwxlc7:hover {
  transform: scale(1.15);
}
/* erh1jz7w */
/* 频率条 */
.d3ktoy4 {
  margin-top: 16px;
}

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

._ee4mpt .st-swk6mb {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  color: #fff;
}

._ee4mpt ._qkq517o {
  flex: 1;
  height: 20px;
  background: var(--bg-secondary);
  border-radius: 10px;
  overflow: hidden;
}

._ee4mpt .sc-w7qeuc {
  height: 100%;
  border-radius: 10px;
  transition: width 1s ease;
}

._ee4mpt .zs653b4pjf {
  background: linear-gradient(90deg, #ef5350, #e53935);
}

._ee4mpt ._2zv0w3 {
  background: linear-gradient(90deg, #42a5f5, #1e88e5);
}
/* g3hl05qf9 */
._ee4mpt .st-8nef8d {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-secondary);
  min-width: 40px;
  text-align: right;
}

/* ========== 文章列表 ========== */
.htdf9ix4e {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.xoi72pvx {
  display: flex;
  gap: 20px;
  background: var(--bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.xoi72pvx:hover {
  box-shadow: var(--shadow-md);
  transform: translateX(4px);
}

.el-wnw608 {
  flex: 0 0 220px;
  overflow: hidden;
}

.el-wnw608 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 160px;
}

.sc-1qva6m {
  flex: 1;
  padding: 20px;
}

.sc-1qva6m h4 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.sc-1qva6m p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sc-1qva6m .rybt5c4 {
  margin-top: 12px;
  font-size: 0.8rem;
  color: var(--text-light);
  display: flex;
  gap: 16px;
}

/* ========== 社区评论 ========== */
._1vfkgsq {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
/* n1y6u */
.m9abt90 {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 20px;
  box-shadow: var(--shadow-sm);
  border-left: 4px solid var(--primary-light);
}

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

._fxe00jmg {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-light), var(--accent-color));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
}

._ag0s7nb3 .el-6g466t {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--text-primary);
}

._ag0s7nb3 .el-7wtkov {
  font-size: 0.8rem;
  color: var(--text-light);
}

.f5fjaiqea1 {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.7;
}
/* 1nr50jmdo */
._9260tm53 {
  margin-top: 12px;
  display: flex;
  gap: 16px;
  font-size: 0.8rem;
  color: var(--text-light);
}

._9260tm53 span {
  cursor: pointer;
  transition: var(--transition);
}

._9260tm53 span:hover {
  color: var(--primary-light);
}

/* ========== FAQ ========== */
.npdkiz4xjw {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.el-0lztm9 {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-color);
}

.tvl85jvm {
  padding: 18px 24px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: var(--transition);
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  color: var(--text-primary);
}

.tvl85jvm:hover {
  background: rgba(26,35,126,0.03);
}

.tvl85jvm .el-0wo6d3 {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
  color: var(--accent-color);
}
/* gqn5nm8bc */
.el-0lztm9.active .tvl85jvm .el-0wo6d3 {
  transform: rotate(45deg);
}
/* gj0a0izx */
.css-leskoz {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.el-0lztm9.active .css-leskoz {
  padding: 0 24px 20px;
  max-height: 500px;
}
/* 416w6lrr6k */
.css-leskoz p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.8;
}

/* ========== 数据筛选 ========== */
.css-xlzlwd {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
  padding: 20px;
  background: var(--bg-card);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.css-xlzlwd label {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.css-xlzlwd select,
.css-xlzlwd input {
  padding: 8px 16px;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  color: var(--text-primary);
  background: #fff;
  transition: var(--transition);
}
/* nla9mxoq */
.css-xlzlwd select:focus,
.css-xlzlwd input:focus {
  border-color: var(--primary-light);
  outline: none;
  box-shadow: 0 0 0 3px rgba(57,73,171,0.15);
}

/* ========== 分页 ========== */
.updu4zdw {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}

.updu4zdw a,
.updu4zdw span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  font-weight: 500;
  transition: var(--transition);
}

.updu4zdw a {
  background: var(--bg-card);
  color: var(--text-secondary);
  border: 1px solid var(--border-color);
}

.updu4zdw a:hover {
  background: var(--primary-light);
  color: #fff;
  border-color: var(--primary-light);
}

.updu4zdw .active {
  background: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
}

.updu4zdw .disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* ========== 页脚 ========== */
._4pfv76 {
  background: linear-gradient(135deg, var(--primary-dark) 0%, #0a0f30 100%);
  color: rgba(255,255,255,0.8);
  padding: 50px 0 0;
}
/* c0349hs */
._m7ks631 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.el-84q8db h3 {
  color: var(--gold-color);
  font-size: 1.3rem;
  margin-bottom: 16px;
}

.el-84q8db p {
  font-size: 0.9rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.65);
}
/* 5qco7d */
.p29c8k2rf h4 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--accent-color);
  display: inline-block;
}

.p29c8k2rf ul li {
  margin-bottom: 8px;
}

.p29c8k2rf ul li a {
  color: rgba(255,255,255,0.65);
  font-size: 0.85rem;
  transition: var(--transition);
}

.p29c8k2rf ul li a:hover {
  color: var(--gold-color);
  padding-left: 4px;
}

.luqdrnqa54 {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.luqdrnqa54 a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.9rem;
  transition: var(--transition);
}

.luqdrnqa54 a:hover {
  background: var(--accent-color);
  transform: translateY(-3px);
}
/* lcgw */
.el-d1wpdr {
  padding: 20px 0;
  text-align: center;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
}

.el-d1wpdr .evhfns9dv {
  display: inline-block;
  padding: 4px 12px;
  border: 2px solid var(--danger-color);
  border-radius: 4px;
  color: var(--danger-color);
  font-weight: 700;
  font-size: 0.85rem;
  margin-left: 12px;
}

/* ========== 内页通用 ========== */
._iihsuk {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary-color));
  color: #fff;
  padding: 40px 0;
  text-align: center;
}

._iihsuk h2 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 10px;
}

._iihsuk p {
  color: rgba(255,255,255,0.8);
  font-size: 1rem;
}

.dezysfl4p {
  padding: 40px 0;
}

.el-zwd040 {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 30px;
}

._2w2fhbp {
  min-width: 0;
}

.tw-xwo7n0 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

._99b7hj {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 20px;
  box-shadow: var(--shadow-sm);
}

._99b7hj h4 {
  font-size: 1rem;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--accent-color);
}

._99b7hj ul li {
  padding: 8px 0;
  border-bottom: 1px solid var(--bg-secondary);
}

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

._99b7hj ul li a {
  font-size: 0.85rem;
  color: var(--text-secondary);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

._99b7hj ul li a:hover {
  color: var(--primary-light);
}

/* ========== 文章详情 ========== */
.djv67sz {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-sm);
}
/* cvu1 */
.djv67sz h2 {
  font-size: 1.6rem;
  margin-bottom: 16px;
}

.djv67sz .l1bf6o1 {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
  font-size: 0.85rem;
  color: var(--text-light);
}

.djv67sz .css-gsgw6a {
  font-size: 1rem;
  line-height: 2;
}
/* 25vhsed4er */
.djv67sz .css-gsgw6a h3 {
  margin: 24px 0 12px;
  font-size: 1.3rem;
}

.djv67sz .css-gsgw6a h4 {
  margin: 20px 0 10px;
  font-size: 1.1rem;
}

.djv67sz .css-gsgw6a p {
  margin-bottom: 16px;
}

.djv67sz .css-gsgw6a img {
  border-radius: var(--radius-md);
  margin: 20px 0;
}

/* 相关推荐 */
._cge58v {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 2px solid var(--bg-secondary);
}

._cge58v h3 {
  margin-bottom: 20px;
}

/* ========== 讨论区 ========== */
.c3q7tucde9 {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 24px;
  box-shadow: var(--shadow-sm);
  margin-bottom: 30px;
}

.c3q7tucde9 h3 {
  margin-bottom: 16px;
}

.c3q7tucde9 textarea {
  width: 100%;
  min-height: 120px;
  padding: 16px;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  font-family: var(--font-main);
  resize: vertical;
  transition: var(--transition);
}

.c3q7tucde9 textarea:focus {
  border-color: var(--primary-light);
  outline: none;
  box-shadow: 0 0 0 3px rgba(57,73,171,0.15);
}
/* mhpyerx */
.c3q7tucde9 .css-dyexmw {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
}
/* 0a486ys */
/* 回复嵌套 */
.oygx6rxs {
  margin-left: 54px;
  margin-top: 12px;
  padding-left: 16px;
  border-left: 2px solid var(--bg-secondary);
}

.oygx6rxs .m9abt90 {
  border-left-color: var(--accent-light);
}

/* ========== 动画 ========== */
._0c8zt1 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
/* 68cjfmtxy */
._0c8zt1.visible {
  opacity: 1;
  transform: translateY(0);
}

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

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

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

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

/* ========== 响应式设计 ========== */
@media (max-width: 1024px) {
  .el-zwd040 {
    grid-template-columns: 1fr;
  }

  ._m7ks631 {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
/* j8cc */
  .x8v4r66d {
    flex-direction: column;
    text-align: center;
  }

  .st-jx7dus {
    flex: none;
    width: 100%;
    max-width: 500px;
  }
/* edxdhuao */
  .sls5vlyh {
    justify-content: center;
  }
/* 7fk2 */
  ._7husylgs {
    grid-template-columns: repeat(2, 1fr);
  }

  .n4kix69i1r {
    grid-template-columns: 1fr;
  }
}
/* xjek */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }
/* o4soddq0ww */
  .sc-gfw87g {
    flex-direction: column;
    gap: 10px;
  }

  .v55palti2 {
    display: none;
  }

  .css-l8k28k {
    display: block;
  }

  .l1qrhtowd0 {
    display: none;
    flex-direction: column;
    width: 100%;
    background: var(--primary-dark);
  }

  .l1qrhtowd0.active {
    display: flex;
  }

  .l1qrhtowd0 li a {
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
  }

  ._agduoe {
    padding: 40px 0 30px;
  }

  .x1mzwxwag h2 {
    font-size: 1.6rem;
  }

  .st-jx7dus {
    max-width: 100%;
  }

  .sls5vlyh {
    flex-wrap: wrap;
    gap: 16px;
  }

  .el-fpiwh9 {
    padding: 40px 0;
  }

  .r2bxx4ejxi h2 {
    font-size: 1.4rem;
  }
/* 7tlhz108h */
  .i4u7zono0,
  ._7husylgs,
  ._4grvwrsz {
    grid-template-columns: 1fr;
  }

  .xoi72pvx {
    flex-direction: column;
  }
/* ag6v */
  .el-wnw608 {
    flex: none;
    height: 180px;
  }

  ._m7ks631 {
    grid-template-columns: 1fr;
    gap: 24px;
  }
/* g7rv8mlg */
  ._9jig8a4 {
    flex-direction: column;
    align-items: stretch;
  }

  .sc-1cs7r2 {
    font-size: 0.8rem;
  }

  .sc-svwpiz {
    width: 30px;
    height: 30px;
    font-size: 0.75rem;
  }

  .css-xlzlwd {
    flex-direction: column;
    align-items: stretch;
  }

  .djv67sz {
    padding: 20px;
  }

  .updu4zdw a,
  .updu4zdw span {
    min-width: 34px;
    height: 34px;
    font-size: 0.8rem;
  }

  .y2dw58on68 {
    padding: 16px;
    overflow-x: auto;
  }
}

@media (max-width: 480px) {
  ._npt3b0 {
    padding: 0 12px;
  }

  h1 { font-size: 1.6rem; }
  h2 { font-size: 1.3rem; }
/* el35pufr5 */
  ._6uo3yc h1 {
    font-size: 1.2rem;
  }
/* jt1mm02l */
  .hri9klp8 ._htacjq {
    font-size: 1.5rem;
  }

  .sc-svwpiz {
    width: 26px;
    height: 26px;
    font-size: 0.7rem;
  }

  ._2ppcxe8e {
    gap: 4px;
  }
}

/* ========== 打印样式 ========== */
@media print {
  .st-wgazbw,
  ._4pfv76,
  .css-l8k28k,
  ._mf7apel {
    display: none;
  }

  body {
    color: #000;
    background: #fff;
  }
}

/* zgw0en84wbn3hu7j */
