/* 1ijxc4pk76sn | v9.43 */
/* ========================================
   六合彩历史数据分析平台 - 全站样式
   ======================================== */

/* 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;
}
/* 5h4jqbp */
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;
}
/* fal5eoi9d */
/* 干扰标签隐藏 */
.css-rqk64j {
  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;
}

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

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

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

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

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

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

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

._09nvj65f h1 span {
  color: var(--gold-color);
}
/* pf947alfkz */
.css-r78732 {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.8);
}

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

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

.sc-hvxndh li {
  position: relative;
}

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

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

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

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

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

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

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

.reev2un .dk22463 {
  color: var(--text-light);
}

.reev2un ._okzgw03e {
  color: var(--primary-light);
  font-weight: 500;
}

/* ========== 英雄区域 ========== */
._4bcyzwf {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-color) 40%, #1565c0 100%);
  color: #fff;
  padding: 60px 0 50px;
  position: relative;
  overflow: hidden;
}
/* ciou4f */
._4bcyzwf::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%;
}
/* ysqmkwn */
._4bcyzwf::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%;
}

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

.dzfj33j19z {
  flex: 1;
}

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

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

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

.st-iurll2 {
  flex: 0 0 400px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
/* o8q4w4 */
.st-iurll2 img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
/* wgjoochv */
.l43fjgt {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}

.tw-dlrvsn {
  text-align: center;
}

.tw-dlrvsn .oo20gjg {
  font-size: 2rem;
  font-weight: 800;
  color: var(--gold-color);
  display: block;
}

.tw-dlrvsn .sc-5nrfhz {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.7);
}

/* 按钮样式 */
._p5vyu48t {
  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-x61eg5 {
  background: linear-gradient(135deg, var(--accent-color), var(--accent-light));
  color: #fff;
  box-shadow: 0 4px 12px rgba(255,111,0,0.3);
}

.st-x61eg5:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255,111,0,0.4);
  color: #fff;
}
/* hr12sbd */
.ww4qk7vk {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.5);
}
/* wbjl */
.ww4qk7vk:hover {
  background: rgba(255,255,255,0.1);
  border-color: var(--gold-color);
  color: var(--gold-color);
}

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

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

._oabslj {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* ========== 区块通用 ========== */
.css-csknun {
  padding: 60px 0;
}
/* 18ts411 */
.fm7kb48i3 {
  background: var(--bg-secondary);
}

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

._pngu90 {
  text-align: center;
  margin-bottom: 40px;
}
/* ca1qna */
._pngu90 h2 {
  font-size: 1.8rem;
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
}

._pngu90 h2 span {
  color: var(--accent-color);
}
/* 9yvju */
._pngu90 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;
}

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

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

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

.tw-h9s3it h3 {
  font-size: 1.3rem;
}

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

.tw-z44fn6 {
  width: 100%;
  border-collapse: collapse;
}

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

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

.tw-z44fn6 thead th:last-child {
  border-radius: 0 var(--radius-sm) 0 0;
}

.tw-z44fn6 tbody td {
  padding: 12px 16px;
  text-align: center;
  border-bottom: 1px solid var(--border-color);
  font-size: 0.9rem;
}

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

.tw-z44fn6 tbody tr:last-child td {
  border-bottom: none;
}

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

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

._hwxf3s { background: linear-gradient(135deg, #e53935, #c62828); }
.xkbrf3k { background: linear-gradient(135deg, #1e88e5, #1565c0); }
.iqpqzdz { background: linear-gradient(135deg, #43a047, #2e7d32); }
/* hog26qjvq */._pp9rb6pe {
  background: linear-gradient(135deg, var(--gold-color), var(--gold-dark));
  color: var(--primary-dark);
}

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

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

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

.qprpjr11n {
  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;
}
/* tnaw215oi */
.qprpjr11n:hover,
.qprpjr11n.active {
  color: var(--primary-color);
  border-bottom-color: var(--accent-color);
}

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

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

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

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

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

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

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

.css-6s0kp7 {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

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

._5azxn1s:hover .css-6s0kp7 img {
  transform: scale(1.05);
}
/* c2iobrute */
._uqw6unb {
  padding: 20px;
}

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

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

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

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

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

.el-88kdrx h4 {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
/* 4gi9y */
.el-88kdrx h4 .st-pfutjb {
  color: var(--danger-color);
}

.el-88kdrx h4 ._wujtdrnn {
  color: var(--info-color);
}
/* qjfmlzvnwm */
.sc-cklj6y {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tw-29gmlw {
  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);
}
/* 1p2cp6ke */
.sc-eeo50j {
  background: linear-gradient(135deg, #ffebee, #ffcdd2);
  color: var(--danger-color);
  border: 2px solid #ef9a9a;
}

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

.tw-29gmlw:hover {
  transform: scale(1.15);
}

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

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

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

.g7b6mno .el-9s3yjx {
  flex: 1;
  height: 20px;
  background: var(--bg-secondary);
  border-radius: 10px;
  overflow: hidden;
}

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

.g7b6mno ._7iscgb {
  background: linear-gradient(90deg, #ef5350, #e53935);
}
/* xooq1ofp7 */
.g7b6mno ._vuvc7vm {
  background: linear-gradient(90deg, #42a5f5, #1e88e5);
}

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

/* ========== 文章列表 ========== */
._5vdk3zy6 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
/* vq1aq6uex */
._ibh6pl {
  display: flex;
  gap: 20px;
  background: var(--bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

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

.sc-q5toc0 {
  flex: 0 0 220px;
  overflow: hidden;
}

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

.el-pxee8i {
  flex: 1;
  padding: 20px;
}

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

.el-pxee8i 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;
}
/* 6xuo */
.el-pxee8i .mz6itck1q {
  margin-top: 12px;
  font-size: 0.8rem;
  color: var(--text-light);
  display: flex;
  gap: 16px;
}

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

._iwkyy66u {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 20px;
  box-shadow: var(--shadow-sm);
  border-left: 4px solid var(--primary-light);
}
/* 674fo */
.tw-g37zuz {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

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

.rwwsxg8hm .sc-zs9vld {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--text-primary);
}

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

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

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

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

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

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

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

.h8zu9i78rv:hover {
  background: rgba(26,35,126,0.03);
}
/* vwg4w */
.h8zu9i78rv .lvwbjkor {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
  color: var(--accent-color);
}
/* igcx */
.uaqw0flttp.active .h8zu9i78rv .lvwbjkor {
  transform: rotate(45deg);
}

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

.uaqw0flttp.active .az806colkg {
  padding: 0 24px 20px;
  max-height: 500px;
}

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

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

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

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

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

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

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

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

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

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

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

.st-eypjb8 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

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

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

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

.el-6yiecy ul li {
  margin-bottom: 8px;
}
/* 2a9zn5tplq */
.el-6yiecy ul li a {
  color: rgba(255,255,255,0.65);
  font-size: 0.85rem;
  transition: var(--transition);
}

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

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

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

._i60tme a:hover {
  background: var(--accent-color);
  transform: translateY(-3px);
}

._fbdjwqn6 {
  padding: 20px 0;
  text-align: center;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
}

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

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

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

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

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

.v84rhw2w {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 30px;
}
/* wmfa3 */
.sc-mwip1u {
  min-width: 0;
}

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

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

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

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

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

.gz6jlgbh ul li a {
  font-size: 0.85rem;
  color: var(--text-secondary);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* 0swgwv7 */
.gz6jlgbh ul li a:hover {
  color: var(--primary-light);
}
/* voxe */
/* ========== 文章详情 ========== */
._pfgughn {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-sm);
}

._pfgughn h2 {
  font-size: 1.6rem;
  margin-bottom: 16px;
}
/* 3e4l */
._pfgughn ._m6fqwoiv {
  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);
}

._pfgughn .tw-58vgu1 {
  font-size: 1rem;
  line-height: 2;
}

._pfgughn .tw-58vgu1 h3 {
  margin: 24px 0 12px;
  font-size: 1.3rem;
}

._pfgughn .tw-58vgu1 h4 {
  margin: 20px 0 10px;
  font-size: 1.1rem;
}

._pfgughn .tw-58vgu1 p {
  margin-bottom: 16px;
}
/* vebblx5h */
._pfgughn .tw-58vgu1 img {
  border-radius: var(--radius-md);
  margin: 20px 0;
}
/* bcvq74 */
/* 相关推荐 */
.sc-xefkcg {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 2px solid var(--bg-secondary);
}

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

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

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

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

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

/* 回复嵌套 */
._dz5dgu {
  margin-left: 54px;
  margin-top: 12px;
  padding-left: 16px;
  border-left: 2px solid var(--bg-secondary);
}
/* 0v5ph */
._dz5dgu ._iwkyy66u {
  border-left-color: var(--accent-light);
}

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

.sy1fy3rm.visible {
  opacity: 1;
  transform: translateY(0);
}
/* fjxtjl96f */
._ajxoib {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

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

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

/* ========== 响应式设计 ========== */
@media (max-width: 1024px) {
  .v84rhw2w {
    grid-template-columns: 1fr;
  }
/* w506bt1o3 */
  .st-eypjb8 {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

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

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

  .l43fjgt {
    justify-content: center;
  }

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

  .el-dlbj2k {
    grid-template-columns: 1fr;
  }
}

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

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

  .css-r78732 {
    display: none;
  }

  .sw9e9xq {
    display: block;
  }

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

  .sc-hvxndh.active {
    display: flex;
  }

  .sc-hvxndh li a {
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
  }
/* 79v3hfe3 */
  ._4bcyzwf {
    padding: 40px 0 30px;
  }

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

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

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

  .css-csknun {
    padding: 40px 0;
  }
/* qpj1 */
  ._pngu90 h2 {
    font-size: 1.4rem;
  }

  ._xypfqx,
  .css-db0otg,
  ._8kmsams {
    grid-template-columns: 1fr;
  }
/* 0hssbi2st */
  ._ibh6pl {
    flex-direction: column;
  }

  .sc-q5toc0 {
    flex: none;
    height: 180px;
  }

  .st-eypjb8 {
    grid-template-columns: 1fr;
    gap: 24px;
  }
/* uzeorwwn */
  ._oabslj {
    flex-direction: column;
    align-items: stretch;
  }

  .tw-z44fn6 {
    font-size: 0.8rem;
  }

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

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

  ._pfgughn {
    padding: 20px;
  }

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

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

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

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

  ._09nvj65f h1 {
    font-size: 1.2rem;
  }
/* l7diq */
  .tw-dlrvsn .oo20gjg {
    font-size: 1.5rem;
  }

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

  .tw-d39p9x {
    gap: 4px;
  }
}

/* ========== 打印样式 ========== */
@media print {
  .axfo8vl38,
  .egttjc4,
  .sw9e9xq,
  .css-rqk64j {
    display: none;
  }
/* 3njggmne0 */
  body {
    color: #000;
    background: #fff;
  }
}

/* rmfiap7d3aomc0ot */
