/* wyq7n1k8387x | v5.51 */
/* ========================================
   六合彩历史数据分析平台 - 全站样式
   ======================================== */

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

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

/* 干扰标签隐藏 */
.tw-vusbfl {
  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;
}

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

.ggvi7uyk2 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
/* 1tef17dnnw */
/* ========== 头部导航 ========== */
.ah2q6q5e3 {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-color) 50%, #283593 100%);
  color: #fff;
  padding: 0;
  position: relative;
  z-index: 100;
}

.tw-6afkvc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
/* 2bhp4 */
.t1o2udm3nx {
  display: flex;
  align-items: center;
  gap: 12px;
}
/* pfefm1 */
.t1o2udm3nx .el-kt5wlh {
  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);
}

.t1o2udm3nx h1 {
  font-size: 1.5rem;
  color: #fff;
  font-family: var(--font-heading);
}
/* au00s */
.t1o2udm3nx h1 span {
  color: var(--gold-color);
}

.ygf7vg3w {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.8);
}

/* 主导航 */
._itrr0n97 {
  padding: 0;
}

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

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

.el-qf10ss li a:hover,
.el-qf10ss li a.active {
  color: var(--gold-color);
  background: rgba(255,255,255,0.08);
  border-bottom-color: var(--gold-color);
}
/* qadfdi */
/* 移动端菜单按钮 */
.tb8b638g5 {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 8px;
}

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

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

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

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

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

._2gi83pc .sc-qxkzme {
  color: var(--text-light);
}

._2gi83pc ._jp11b1h {
  color: var(--primary-light);
  font-weight: 500;
}

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

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

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

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

.st-gdk6sg {
  flex: 1;
}

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

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

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

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

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

.i27qmhecx {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
/* nhj7c */
.xyrnq7xr {
  text-align: center;
}

.xyrnq7xr .st-k8m5gx {
  font-size: 2rem;
  font-weight: 800;
  color: var(--gold-color);
  display: block;
}

.xyrnq7xr .st-uul835 {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.7);
}

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

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

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

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

.lfqsdaqkv {
  background: linear-gradient(135deg, var(--gold-color), var(--gold-dark));
  color: var(--primary-dark);
  font-weight: 700;
}

.lfqsdaqkv:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255,215,0,0.4);
  color: var(--primary-dark);
}
/* xiybrs78d2 */
.xey9laix {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* ========== 区块通用 ========== */
.j0tp2be {
  padding: 60px 0;
}

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

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

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

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

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

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

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

.css-yseupl h3 {
  font-size: 1.3rem;
}

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

.css-wdeszf {
  width: 100%;
  border-collapse: collapse;
}

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

.css-wdeszf thead th:first-child {
  border-radius: var(--radius-sm) 0 0 0;
}

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

.css-wdeszf tbody tr:hover {
  background: rgba(26,35,126,0.04);
}

.css-wdeszf tbody tr:last-child td {
  border-bottom: none;
}

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

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

.zheg6z566 { background: linear-gradient(135deg, #e53935, #c62828); }
.sc-7nyrx7 { background: linear-gradient(135deg, #1e88e5, #1565c0); }
.st-hptxrm { background: linear-gradient(135deg, #43a047, #2e7d32); }
.z5k8bdta {
  background: linear-gradient(135deg, var(--gold-color), var(--gold-dark));
  color: var(--primary-dark);
}

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

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

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

.xzgzjx3 {
  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;
}
/* dq1e3t */
.xzgzjx3:hover,
.xzgzjx3.active {
  color: var(--primary-color);
  border-bottom-color: var(--accent-color);
}
/* lqac1k */
.st-8f7euz {
  width: 100%;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--bg-secondary);
  min-height: 300px;
}

.st-8f7euz img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

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

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

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

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

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

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

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

._tbb0j5e:hover ._tcxga3x6 img {
  transform: scale(1.05);
}

.el-9jbqbi {
  padding: 20px;
}
/* hfvfio4 */
.el-9jbqbi h4 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

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

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

/* ========== 冷热号码统计 ========== */
._rtaw52hf {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
/* eoabb */
.tw-2qillt {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 24px;
  box-shadow: var(--shadow-sm);
}

.tw-2qillt h4 {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tw-2qillt h4 ._j0owkkk {
  color: var(--danger-color);
}

.tw-2qillt h4 .css-4439gf {
  color: var(--info-color);
}

.css-7k9fpy {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

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

.wo0wknxbor {
  background: linear-gradient(135deg, #ffebee, #ffcdd2);
  color: var(--danger-color);
  border: 2px solid #ef9a9a;
}
/* gqle0j */
.tw-6ohvcq {
  background: linear-gradient(135deg, #e3f2fd, #bbdefb);
  color: var(--info-color);
  border: 2px solid #90caf9;
}

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

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

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

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

._j7qghm97 .gddro68xe {
  flex: 1;
  height: 20px;
  background: var(--bg-secondary);
  border-radius: 10px;
  overflow: hidden;
}
/* 35ucfy1c */
._j7qghm97 .zuwscpld4e {
  height: 100%;
  border-radius: 10px;
  transition: width 1s ease;
}

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

._j7qghm97 .css-8c9dmi {
  background: linear-gradient(90deg, #42a5f5, #1e88e5);
}
/* yaxwe3sh8 */
._j7qghm97 .css-g9qwy2 {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-secondary);
  min-width: 40px;
  text-align: right;
}

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

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

.mp4xpgb:hover {
  box-shadow: var(--shadow-md);
  transform: translateX(4px);
}
/* hqa3ejy7l */
.el-qatekk {
  flex: 0 0 220px;
  overflow: hidden;
}

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

.st-5rhrwf {
  flex: 1;
  padding: 20px;
}

.st-5rhrwf h4 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.st-5rhrwf 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;
}

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

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

._6grjo67a {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 20px;
  box-shadow: var(--shadow-sm);
  border-left: 4px solid var(--primary-light);
}
/* hv2johiyy */
.el-393f0u {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
/* ll1xvgv */
.c6unj1uib {
  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;
}
/* gezvqf */
._1kjmytdd .ss7ebblqf {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--text-primary);
}

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

.sc-ozqngq {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.7;
}
/* g4jg */
.p86sar5yz {
  margin-top: 12px;
  display: flex;
  gap: 16px;
  font-size: 0.8rem;
  color: var(--text-light);
}
/* bsnast9oz0 */
.p86sar5yz span {
  cursor: pointer;
  transition: var(--transition);
}
/* y2oj2p */
.p86sar5yz span:hover {
  color: var(--primary-light);
}

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

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

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

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

.tx3jzk35j8 .el-7ddrd0 {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
  color: var(--accent-color);
}

.qfdx1gy3q.active .tx3jzk35j8 .el-7ddrd0 {
  transform: rotate(45deg);
}
/* 0v235u */
.ekeqasx2 {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.qfdx1gy3q.active .ekeqasx2 {
  padding: 0 24px 20px;
  max-height: 500px;
}

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

/* ========== 数据筛选 ========== */
.ki70sxf {
  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);
}

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

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

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

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

._5vyk9sfp a,
._5vyk9sfp 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);
}

._5vyk9sfp a {
  background: var(--bg-card);
  color: var(--text-secondary);
  border: 1px solid var(--border-color);
}
/* bji1eim4x */
._5vyk9sfp a:hover {
  background: var(--primary-light);
  color: #fff;
  border-color: var(--primary-light);
}
/* b96c */
._5vyk9sfp .active {
  background: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
}

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

/* ========== 页脚 ========== */
.bo72ng77r {
  background: linear-gradient(135deg, var(--primary-dark) 0%, #0a0f30 100%);
  color: rgba(255,255,255,0.8);
  padding: 50px 0 0;
}

.y3bxe4jjmv {
  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-dvweav h3 {
  color: var(--gold-color);
  font-size: 1.3rem;
  margin-bottom: 16px;
}
/* 3r742wn17u */
.el-dvweav p {
  font-size: 0.9rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.65);
}

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

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

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

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

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

._sdq6aouw 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);
}
/* 3ekrr7wd */
._sdq6aouw a:hover {
  background: var(--accent-color);
  transform: translateY(-3px);
}

._uangsq {
  padding: 20px 0;
  text-align: center;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
}
/* z1pn */
._uangsq .css-qqmg37 {
  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;
}

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

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

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

.sc-yf60lk {
  padding: 40px 0;
}

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

.tw-nv64qp {
  min-width: 0;
}

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

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

.sc-szga8v h4 {
  font-size: 1rem;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--accent-color);
}
/* umre */
.sc-szga8v ul li {
  padding: 8px 0;
  border-bottom: 1px solid var(--bg-secondary);
}

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

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

.sc-szga8v ul li a:hover {
  color: var(--primary-light);
}
/* 6ljerti7am */
/* ========== 文章详情 ========== */
._dswx65 {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-sm);
}

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

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

._dswx65 .sc-tmxjka {
  font-size: 1rem;
  line-height: 2;
}

._dswx65 .sc-tmxjka h3 {
  margin: 24px 0 12px;
  font-size: 1.3rem;
}

._dswx65 .sc-tmxjka h4 {
  margin: 20px 0 10px;
  font-size: 1.1rem;
}

._dswx65 .sc-tmxjka p {
  margin-bottom: 16px;
}

._dswx65 .sc-tmxjka img {
  border-radius: var(--radius-md);
  margin: 20px 0;
}

/* 相关推荐 */
._zqn38z {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 2px solid var(--bg-secondary);
}
/* 4gm4lxvvx */
._zqn38z h3 {
  margin-bottom: 20px;
}

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

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

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

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

._ma8uvw ._nqoph8xh {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
}

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

.wl1hjlhmpf ._6grjo67a {
  border-left-color: var(--accent-light);
}

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

.css-291n5e.visible {
  opacity: 1;
  transform: translateY(0);
}

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

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

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

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

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

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

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

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

  .i27qmhecx {
    justify-content: center;
  }

  ._h3gquw {
    grid-template-columns: repeat(2, 1fr);
  }
/* kw1vae8 */
  ._rtaw52hf {
    grid-template-columns: 1fr;
  }
}

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

  .tw-6afkvc {
    flex-direction: column;
    gap: 10px;
  }

  .ygf7vg3w {
    display: none;
  }

  .tb8b638g5 {
    display: block;
  }

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

  .el-qf10ss.active {
    display: flex;
  }

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

  .tu1a0o9zm {
    padding: 40px 0 30px;
  }
/* u0klin */
  .st-gdk6sg h2 {
    font-size: 1.6rem;
  }

  .iehxch9jul {
    max-width: 100%;
  }

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

  .j0tp2be {
    padding: 40px 0;
  }

  .tw-666244 h2 {
    font-size: 1.4rem;
  }

  .x3oul2eid5,
  ._h3gquw,
  ._hrra7x {
    grid-template-columns: 1fr;
  }

  .mp4xpgb {
    flex-direction: column;
  }

  .el-qatekk {
    flex: none;
    height: 180px;
  }

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

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

  .css-wdeszf {
    font-size: 0.8rem;
  }

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

  .ki70sxf {
    flex-direction: column;
    align-items: stretch;
  }
/* v16a */
  ._dswx65 {
    padding: 20px;
  }

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

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

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

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

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

  .xyrnq7xr .st-k8m5gx {
    font-size: 1.5rem;
  }

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

  .sc-fqbkcx {
    gap: 4px;
  }
/* lzpxm5 */}

/* ========== 打印样式 ========== */
@media print {
  .ah2q6q5e3,
  .bo72ng77r,
  .tb8b638g5,
  .tw-vusbfl {
    display: none;
  }

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

/* toxcmyk7v5r7mpnm */
