/* p7ecq6qz9nhv | v6.95 */
/* ========================================
   六合彩历史数据分析平台 - 全站样式
   ======================================== */

/* 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;
}

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);
}

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);
}
/* bjb1 */
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;
}
/* umb8oi4t */
/* 干扰标签隐藏 */
.nvaq2ptc1 {
  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;
}

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

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

/* ========== 头部导航 ========== */
.g88i5tc {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-color) 50%, #283593 100%);
  color: #fff;
  padding: 0;
  position: relative;
  z-index: 100;
}
/* qj4n71mk */
._a1ylc8 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

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

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

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

.g43ku84im h1 span {
  color: var(--gold-color);
}
/* xb6s4c7 */
.el-nnrm93 {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.8);
}
/* bccpp1e2j8 */
/* 主导航 */
.css-oumosb {
  padding: 0;
}

._xxne1hzh {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

._xxne1hzh li {
  position: relative;
}

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

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

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

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

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

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

.css-06spm0 a {
  color: var(--text-secondary);
}

.css-06spm0 a:hover {
  color: var(--primary-light);
}

.css-06spm0 ._22q1rm {
  color: var(--text-light);
}

.css-06spm0 .sc-9qk1vp {
  color: var(--primary-light);
  font-weight: 500;
}

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

.st-n3rg2y::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%;
}

.st-n3rg2y::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%;
}

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

.bvzqwn8q8 {
  flex: 1;
}

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

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

.bvzqwn8q8 p {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.85);
  margin-bottom: 24px;
  line-height: 1.8;
}
/* ux2fv */
.nhz8nbym6 {
  flex: 0 0 400px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

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

._r9yebf {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}

.css-9wwbou {
  text-align: center;
}
/* 85metu8ax */
.css-9wwbou ._lca9y1h {
  font-size: 2rem;
  font-weight: 800;
  color: var(--gold-color);
  display: block;
}
/* xvs2qmbium */
.css-9wwbou ._t6tc4qbp {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.7);
}

/* 按钮样式 */
._vhp2yl {
  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;
}

.st-ai0lfi {
  background: linear-gradient(135deg, var(--accent-color), var(--accent-light));
  color: #fff;
  box-shadow: 0 4px 12px rgba(255,111,0,0.3);
}
/* g9hqsj0wx8 */
.st-ai0lfi:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255,111,0,0.4);
  color: #fff;
}

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

.vlw07c1xgq:hover {
  background: rgba(255,255,255,0.1);
  border-color: var(--gold-color);
  color: var(--gold-color);
}

._fgu44ya4 {
  background: linear-gradient(135deg, var(--gold-color), var(--gold-dark));
  color: var(--primary-dark);
  font-weight: 700;
}
/* ene4tc */
._fgu44ya4:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255,215,0,0.4);
  color: var(--primary-dark);
}

.iiwy524 {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
/* hu89wbu */
/* ========== 区块通用 ========== */
.bmjn3mh9q {
  padding: 60px 0;
}

.tw-cpo2ep {
  background: var(--bg-secondary);
}

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

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

._lc5d7yc h2 {
  font-size: 1.8rem;
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
}

._lc5d7yc h2 span {
  color: var(--accent-color);
}

._lc5d7yc 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;
}
/* 3eejw1 */
._lc5d7yc p {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-top: 16px;
}
/* 6647haro */
/* ========== 最新开奖结果 ========== */
.st-pk1u4n {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 30px;
  box-shadow: var(--shadow-md);
  margin-bottom: 30px;
}

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

.l7234cmk5e h3 {
  font-size: 1.3rem;
}

.l7234cmk5e ._il02t3p {
  background: var(--accent-color);
  color: #fff;
  padding: 4px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
}

.o64un241a {
  width: 100%;
  border-collapse: collapse;
}

.o64un241a thead th {
  background: var(--primary-dark);
  color: #fff;
  padding: 12px 16px;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
}

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

.o64un241a tbody tr:hover {
  background: rgba(26,35,126,0.04);
}
/* 2af8drgc1a */
.o64un241a tbody tr:last-child td {
  border-bottom: none;
}

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

.d949wqq8g {
  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);
}
/* 3rpo7qty */
._gnft8de8 { background: linear-gradient(135deg, #e53935, #c62828); }
/* vi86i */.j4x1iji7s { background: linear-gradient(135deg, #1e88e5, #1565c0); }
.el-ypyedq { background: linear-gradient(135deg, #43a047, #2e7d32); }
._at034o {
  background: linear-gradient(135deg, var(--gold-color), var(--gold-dark));
  color: var(--primary-dark);
}

.sc-w480lv {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-light);
  margin: 0 4px;
}

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

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

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

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

.st-yklacp {
  width: 100%;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--bg-secondary);
  min-height: 300px;
}
/* pera */
.st-yklacp img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

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

.el-t7tl65 {
  grid-template-columns: repeat(3, 1fr);
}
/* q138o */
.tf7c8vgzb {
  grid-template-columns: repeat(2, 1fr);
}

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

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

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

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

.jajs72kzgj:hover .rz5v9esbp img {
  transform: scale(1.05);
}

.q0dh0a8a {
  padding: 20px;
}

.q0dh0a8a h4 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

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

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

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

._8ovr8ngp {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 24px;
  box-shadow: var(--shadow-sm);
}
/* n0w01nenf9 */
._8ovr8ngp h4 {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
/* 51tbzi */
._8ovr8ngp h4 .st-5wrgrh {
  color: var(--danger-color);
}

._8ovr8ngp h4 .tw-gglgop {
  color: var(--info-color);
}

.sc-xm32m6 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

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

.rf4kx2o {
  background: linear-gradient(135deg, #ffebee, #ffcdd2);
  color: var(--danger-color);
  border: 2px solid #ef9a9a;
}

.tw-3yxhu4 {
  background: linear-gradient(135deg, #e3f2fd, #bbdefb);
  color: var(--info-color);
  border: 2px solid #90caf9;
}

._s4yuxk4:hover {
  transform: scale(1.15);
}

/* 频率条 */
.p4wqoypx2 {
  margin-top: 16px;
}

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

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

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

._l0mplfdt ._v2ph162 {
  height: 100%;
  border-radius: 10px;
  transition: width 1s ease;
}

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

._l0mplfdt ._rahfd6 {
  background: linear-gradient(90deg, #42a5f5, #1e88e5);
}

._l0mplfdt .css-jnjcnm {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-secondary);
  min-width: 40px;
  text-align: right;
}

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

.st-5gyisq {
  display: flex;
  gap: 20px;
  background: var(--bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
/* mo0t */
.st-5gyisq:hover {
  box-shadow: var(--shadow-md);
  transform: translateX(4px);
}

._h83u9z1 {
  flex: 0 0 220px;
  overflow: hidden;
}

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

.mfl8fzebv {
  flex: 1;
  padding: 20px;
}

.mfl8fzebv h4 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

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

.mfl8fzebv .el-7l93rf {
  margin-top: 12px;
  font-size: 0.8rem;
  color: var(--text-light);
  display: flex;
  gap: 16px;
}

/* ========== 社区评论 ========== */
.el-4wb4ic {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

._5fpmhy {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 20px;
  box-shadow: var(--shadow-sm);
  border-left: 4px solid var(--primary-light);
}

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

.css-3wii0h {
  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;
}
/* pgdg30zxwn */
._uctjmd3 .tw-nvnrnu {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--text-primary);
}

._uctjmd3 ._v5hxwskp {
  font-size: 0.8rem;
  color: var(--text-light);
}

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

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

._6ifak4 span {
  cursor: pointer;
  transition: var(--transition);
}
/* 17szxhbq */
._6ifak4 span:hover {
  color: var(--primary-light);
}

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

.y6ghti6w {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-color);
}
/* rk3d0rnu */
.el-4n3v4o {
  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);
}

.el-4n3v4o:hover {
  background: rgba(26,35,126,0.03);
}

.el-4n3v4o .spm3z4b6 {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
  color: var(--accent-color);
}

.y6ghti6w.active .el-4n3v4o .spm3z4b6 {
  transform: rotate(45deg);
}

.el-ysoi5c {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.y6ghti6w.active .el-ysoi5c {
  padding: 0 24px 20px;
  max-height: 500px;
}

.el-ysoi5c p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.8;
}

/* ========== 数据筛选 ========== */
.css-udmt48 {
  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-udmt48 label {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.css-udmt48 select,
.css-udmt48 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);
}

.css-udmt48 select:focus,
.css-udmt48 input:focus {
  border-color: var(--primary-light);
  outline: none;
  box-shadow: 0 0 0 3px rgba(57,73,171,0.15);
}

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

.a8xgz19 a,
.a8xgz19 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);
}
/* 2t3q */
.a8xgz19 a {
  background: var(--bg-card);
  color: var(--text-secondary);
  border: 1px solid var(--border-color);
}

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

.a8xgz19 .active {
  background: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
}
/* djz3hu290 */
.a8xgz19 .disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

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

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

.zlgf32pv p {
  font-size: 0.9rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.65);
}

.tw-w8gnqr h4 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--accent-color);
  display: inline-block;
}

.tw-w8gnqr ul li {
  margin-bottom: 8px;
}
/* hzduc */
.tw-w8gnqr ul li a {
  color: rgba(255,255,255,0.65);
  font-size: 0.85rem;
  transition: var(--transition);
}

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

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

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

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

._ati16c44 ._x8j0q5r {
  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;
}
/* xv4428 */
/* ========== 内页通用 ========== */
._lsy0h2em {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary-color));
  color: #fff;
  padding: 40px 0;
  text-align: center;
}

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

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

._g1pj735 {
  padding: 40px 0;
}

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

.sc-hn3c1m {
  min-width: 0;
}

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

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

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

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

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

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

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

/* ========== 文章详情 ========== */
._bnhav6n {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-sm);
}

._bnhav6n h2 {
  font-size: 1.6rem;
  margin-bottom: 16px;
}

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

._bnhav6n .kude699fl {
  font-size: 1rem;
  line-height: 2;
}

._bnhav6n .kude699fl h3 {
  margin: 24px 0 12px;
  font-size: 1.3rem;
}

._bnhav6n .kude699fl h4 {
  margin: 20px 0 10px;
  font-size: 1.1rem;
}

._bnhav6n .kude699fl p {
  margin-bottom: 16px;
}

._bnhav6n .kude699fl img {
  border-radius: var(--radius-md);
  margin: 20px 0;
}
/* e0crkz */
/* 相关推荐 */
.sc-h4lhe1 {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 2px solid var(--bg-secondary);
}

.sc-h4lhe1 h3 {
  margin-bottom: 20px;
}

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

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

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

._f9etso5 textarea:focus {
  border-color: var(--primary-light);
  outline: none;
  box-shadow: 0 0 0 3px rgba(57,73,171,0.15);
}
/* r8jq */
._f9etso5 .krasilw {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
}

/* 回复嵌套 */
.st-2bqdoq {
  margin-left: 54px;
  margin-top: 12px;
  padding-left: 16px;
  border-left: 2px solid var(--bg-secondary);
}

.st-2bqdoq ._5fpmhy {
  border-left-color: var(--accent-light);
}

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

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

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

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

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

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

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

  .el-n5cta0 {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .tw-v5w2bf {
    flex-direction: column;
    text-align: center;
  }

  .nhz8nbym6 {
    flex: none;
    width: 100%;
    max-width: 500px;
  }

  ._r9yebf {
    justify-content: center;
  }

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

  .r9uy084ji {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  ._a1ylc8 {
    flex-direction: column;
    gap: 10px;
  }

  .el-nnrm93 {
    display: none;
  }

  .tw-va4yvk {
    display: block;
  }

  ._xxne1hzh {
    display: none;
    flex-direction: column;
    width: 100%;
    background: var(--primary-dark);
  }
/* n81yp4p7eo */
  ._xxne1hzh.active {
    display: flex;
  }

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

  .st-n3rg2y {
    padding: 40px 0 30px;
  }

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

  .nhz8nbym6 {
    max-width: 100%;
  }

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

  .bmjn3mh9q {
    padding: 40px 0;
  }

  ._lc5d7yc h2 {
    font-size: 1.4rem;
  }

  .mv19jybj6h,
  .el-t7tl65,
  .tf7c8vgzb {
    grid-template-columns: 1fr;
  }

  .st-5gyisq {
    flex-direction: column;
  }

  ._h83u9z1 {
    flex: none;
    height: 180px;
  }

  .el-n5cta0 {
    grid-template-columns: 1fr;
    gap: 24px;
  }

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

  .o64un241a {
    font-size: 0.8rem;
  }

  .d949wqq8g {
    width: 30px;
    height: 30px;
    font-size: 0.75rem;
  }
/* rlh9t */
  .css-udmt48 {
    flex-direction: column;
    align-items: stretch;
  }

  ._bnhav6n {
    padding: 20px;
  }

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

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

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

  h1 { font-size: 1.6rem; }
/* xyxr5ql */  h2 { font-size: 1.3rem; }

  .g43ku84im h1 {
    font-size: 1.2rem;
  }

  .css-9wwbou ._lca9y1h {
    font-size: 1.5rem;
  }

  .d949wqq8g {
    width: 26px;
    height: 26px;
    font-size: 0.7rem;
  }
/* usik3x4 */
  ._wxf6pw2 {
    gap: 4px;
  }
}

/* ========== 打印样式 ========== */
@media print {
  .g88i5tc,
  .tw-gab6wr,
  .tw-va4yvk,
  .nvaq2ptc1 {
    display: none;
  }

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

/* we8htrq57fk91j1o */
