/* ulbvbgngqcye | v4.0 */
/* ========================================
   体育明星粉丝社区 - 主样式表
   ======================================== */

/* CSS变量定义 */
:root {
  --primary-color: #1a3a5c;
  --primary-light: #2a5a8c;
  --primary-dark: #0d1f33;
  --accent-color: #e63946;
  --accent-light: #ff6b6b;
  --accent-dark: #c1121f;
  --gold-color: #ffd60a;
  --gold-dark: #e6b800;
  --bg-color: #f0f2f5;
  --bg-dark: #1a1a2e;
  --bg-card: #ffffff;
  --text-primary: #1a1a2e;
  --text-secondary: #4a4a6a;
  --text-light: #8a8aaa;
  --text-white: #ffffff;
  --border-color: #e0e0e0;
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.08);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.12);
  --shadow-lg: 0 8px 32px rgba(0,0,0,0.16);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --font-main: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
  --font-title: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --max-width: 1280px;
}

/* 重置样式 */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* 2mwv8lj6ii */
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-color);
  line-height: 1.8;
  overflow-x: hidden;
}

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

a:hover {
  color: var(--accent-color);
}

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

ul, ol {
  list-style: none;
}

/* 干扰标签区块 - 肉眼不可见 */
.el-tlgwdu {
  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;
  font-size: 0;
  line-height: 0;
  color: transparent;
  z-index: -9999;
}

/* 容器 */
.st-q50lqh {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
}

/* ========================================
   顶部导航 (非sticky)
   ======================================== */
._4zs4ubs {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary-color));
  color: var(--text-white);
  padding: 0;
  box-shadow: var(--shadow-md);
  position: relative;
  z-index: 100;
}

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

.hes33ze093 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hes33ze093 ._wc45itf {
  width: 42px;
  height: 42px;
  background: var(--accent-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--text-white);
}
/* kysxm */
.hes33ze093 .el-7vez6d {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 1px;
  font-family: var(--font-title);
}

._i9bdyn {
  display: flex;
  align-items: center;
  background: rgba(255,255,255,0.15);
  border-radius: 25px;
  padding: 6px 16px;
  max-width: 360px;
  flex: 1;
  margin: 0 20px;
}
/* jukdld */
._i9bdyn input {
  background: transparent;
  border: none;
  color: var(--text-white);
  font-size: 0.9rem;
  width: 100%;
  outline: none;
}

._i9bdyn input::placeholder {
  color: rgba(255,255,255,0.6);
}

._i9bdyn button {
  background: none;
  border: none;
  color: var(--text-white);
  cursor: pointer;
  font-size: 1.1rem;
  padding: 4px 8px;
}

.hfeuee2r {
  display: flex;
  align-items: center;
  gap: 16px;
}

.hfeuee2r a {
  color: var(--text-white);
  font-size: 0.9rem;
  padding: 6px 14px;
  border-radius: 20px;
  transition: var(--transition);
}

.hfeuee2r a:hover {
  background: rgba(255,255,255,0.15);
}

.tlet0j5 {
  background: var(--accent-color) !important;
}

.tlet0j5:hover {
  background: var(--accent-dark) !important;
}

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

.w54ene64 ul {
  display: flex;
  align-items: center;
  gap: 0;
}

.w54ene64 ul li {
  position: relative;
}

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

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

/* 移动端菜单按钮 */
.css-ha3u61 {
  display: none;
  background: none;
  border: none;
  color: var(--text-white);
  font-size: 1.5rem;
  cursor: pointer;
  padding: 8px;
}

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

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

.wvusaa2f6 a {
  color: var(--text-secondary);
}
/* 64uhn6h3 */
.wvusaa2f6 a:hover {
  color: var(--accent-color);
}

.wvusaa2f6 .el-s4v21k {
  color: var(--text-light);
}
/* 1ceos */
.wvusaa2f6 .st-4w9su2 {
  color: var(--text-primary);
  font-weight: 500;
}
/* b2md */
/* ========================================
   英雄横幅区域
   ======================================== */
.tw-w23oqx {
  position: relative;
  height: 520px;
  overflow: hidden;
  background: var(--primary-dark);
}

._nl5zmpls {
  position: relative;
  width: 100%;
  height: 100%;
}
/* roc35t */
._x3ymxb48 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease;
}

._x3ymxb48.active {
  opacity: 1;
}

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

._lbv118 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.7));
  display: flex;
  align-items: flex-end;
  padding: 40px;
}

.st-7sja3j {
  max-width: 700px;
  color: var(--text-white);
}

.st-7sja3j h1 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 12px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
  line-height: 1.3;
}

.st-7sja3j p {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 20px;
}

._4p6wi7qw {
  position: absolute;
  bottom: 20px;
  right: 40px;
  display: flex;
  gap: 10px;
}

.el-j68bj8 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  cursor: pointer;
  transition: var(--transition);
}
/* kaj8t3k5xt */
.el-j68bj8.active {
  background: var(--gold-color);
  transform: scale(1.2);
}
/* axp82bt0 */
/* ========================================
   通用区块标题
   ======================================== */
.q8ynyaghi {
  text-align: center;
  margin-bottom: 40px;
}

.q8ynyaghi h2 {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 8px;
  font-family: var(--font-title);
}

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

.q8ynyaghi p {
  color: var(--text-secondary);
  font-size: 1rem;
}

/* ========================================
   明星动态快讯栏
   ======================================== */
.css-4tgxtl {
  background: var(--primary-dark);
  color: var(--text-white);
  padding: 10px 0;
  overflow: hidden;
}

.css-209d1b {
  display: flex;
  align-items: center;
  gap: 12px;
}

.css-ecqffo {
  background: var(--accent-color);
  padding: 4px 14px;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
}

.fitk05hsw {
  overflow: hidden;
  flex: 1;
}

._xmycg8b {
  display: flex;
  animation: ticker-scroll 30s linear infinite;
  gap: 60px;
}

._xmycg8b span {
  white-space: nowrap;
  font-size: 0.9rem;
}

@keyframes ticker-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
/* 9a0y8us */}

/* ========================================
   视频专区
   ======================================== */
.el-elctuw {
  padding: 60px 0;
  background: var(--bg-color);
}

._xzqfo0 {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
/* xronthpw */
._uoej54rc {
  padding: 8px 24px;
  border: 2px solid var(--border-color);
  border-radius: 25px;
  background: var(--bg-card);
  color: var(--text-secondary);
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 500;
  transition: var(--transition);
}

._uoej54rc:hover,
._uoej54rc.active {
  border-color: var(--accent-color);
  color: var(--accent-color);
  background: rgba(230, 57, 70, 0.05);
}

.q099yj1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
/* cbk14hd */
._oq2ah38 {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

._oq2ah38:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
/* 4ftzznzxom */
.st-ejxlwg {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.st-ejxlwg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

._oq2ah38:hover .st-ejxlwg img {
  transform: scale(1.08);
}

.h6ikl6bp34 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(230, 57, 70, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--transition);
}

._oq2ah38:hover .h6ikl6bp34 {
  opacity: 1;
}

.h6ikl6bp34::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent white;
  margin-left: 3px;
}

._nupvuupj {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0,0,0,0.75);
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.75rem;
}

.lfby41vpth {
  padding: 14px;
}

.lfby41vpth h3 {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

._z2pik14 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.8rem;
  color: var(--text-light);
}

._z2pik14 span {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* ========================================
   社区互动模块
   ======================================== */
._tlsj4uda {
  padding: 60px 0;
  background: var(--bg-card);
}
/* 9rw6wxoi */
.finn6w60r {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.lg0bwxa59i {
  background: var(--bg-color);
  border-radius: var(--radius-md);
  padding: 28px;
  transition: var(--transition);
  border: 1px solid var(--border-color);
}

.lg0bwxa59i:hover {
  border-color: var(--accent-color);
  box-shadow: var(--shadow-md);
}

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

.ekzb6l3 {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--text-white);
}

.mswr6d75nv { background: linear-gradient(135deg, #ff6b6b, #ee5a24); }
.jzq0cei { background: linear-gradient(135deg, #4834d4, #686de0); }
/* 3zrvllqd7y */.wqzyqks { background: linear-gradient(135deg, #f9ca24, #f0932b); }

.lg0bwxa59i h3 {
  font-size: 1.1rem;
  font-weight: 700;
}

.ik2gl8e {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

._zmnr5j {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: var(--bg-card);
  border-radius: var(--radius-sm);
  transition: var(--transition);
  cursor: pointer;
}

._zmnr5j:hover {
  background: rgba(230, 57, 70, 0.05);
}

._w05vdm4 {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--text-light);
  color: var(--text-white);
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
}

._w05vdm4.tw-6zhpb0 { background: var(--accent-color); }
._w05vdm4.tw-w3oo6e { background: var(--gold-dark); }
._w05vdm4._bsc47ips { background: var(--primary-light); }

._c68cc79 {
  flex: 1;
  font-size: 0.9rem;
  line-height: 1.4;
}

._zrr8n7w {
  font-size: 0.75rem;
  color: var(--text-light);
  white-space: nowrap;
}

/* 投票区 */
.tw-6ixoo6 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: var(--bg-card);
  border-radius: var(--radius-sm);
  margin-bottom: 10px;
  cursor: pointer;
  transition: var(--transition);
}

.tw-6ixoo6:hover {
  background: rgba(72, 52, 212, 0.05);
}

._ksldvt {
  flex: 1;
  height: 8px;
  background: var(--border-color);
  border-radius: 4px;
  overflow: hidden;
}
/* fpz8 */
._r4rssr {
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(90deg, #4834d4, #686de0);
  transition: width 0.8s ease;
}

.st-316gyp {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--primary-light);
  min-width: 40px;
  text-align: right;
}

/* 排行榜 */
._7uoh5z9 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background: var(--bg-card);
  border-radius: var(--radius-sm);
  margin-bottom: 8px;
}

._25k9kkp {
  font-size: 1.3rem;
}

.dsq1b2oz9 {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-light), var(--accent-color));
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.8rem;
  font-weight: 700;
}
/* 5aq8yfw8kl */
.el-x4yrji {
  flex: 1;
}

.muq3ccfb4k {
  font-size: 0.9rem;
  font-weight: 600;
}

.tw-g40svo {
  font-size: 0.75rem;
  color: var(--text-light);
}

._czd8lr {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--gold-dark);
}

/* ========================================
   YouTube视频流嵌入
   ======================================== */
.sc-il4bep {
  padding: 60px 0;
  background: var(--bg-dark);
  color: var(--text-white);
}

.sc-il4bep .q8ynyaghi h2 {
  color: var(--text-white);
}

.sc-il4bep .q8ynyaghi p {
  color: rgba(255,255,255,0.6);
}

.fng6ussm {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
}

.muidauye {
  border-radius: var(--radius-md);
  overflow: hidden;
  background: rgba(255,255,255,0.05);
}

.muidauye .el-ftv3z4 {
  position: relative;
  padding-top: 56.25%;
}

.muidauye .el-ftv3z4 iframe,
.muidauye .el-ftv3z4 ._uhr4ic5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

._uhr4ic5 {
  background: linear-gradient(135deg, #1a1a2e, #2a2a4e);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  color: rgba(255,255,255,0.5);
}

._uhr4ic5 .css-1c1zts {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

._uhr4ic5 .css-1c1zts::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent white;
  margin-left: 4px;
}
/* ox6kz5 */
.muidauye ._6irtlze {
  padding: 18px;
}
/* k71nd8 */
.muidauye ._6irtlze h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.muidauye ._6irtlze p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.6);
}

.f7hzy6kiy {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 500px;
  overflow-y: auto;
}

.f7hzy6kiy::-webkit-scrollbar {
  width: 4px;
}

.f7hzy6kiy::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.2);
  border-radius: 2px;
}

.sc-wl3jsl {
  display: flex;
  gap: 12px;
  padding: 10px;
  background: rgba(255,255,255,0.05);
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: var(--transition);
}
/* 79de43 */
.sc-wl3jsl:hover {
  background: rgba(255,255,255,0.1);
}
/* 5av1z3 */
.sc-wl3jsl.active {
  background: rgba(230, 57, 70, 0.2);
  border-left: 3px solid var(--accent-color);
}

._7y258w {
  width: 120px;
  height: 68px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}

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

.tmi9exs9s1 h4 {
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tmi9exs9s1 p {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.5);
}

/* ========================================
   FAQ模块
   ======================================== */
._4dxjt1v {
  padding: 60px 0;
  background: var(--bg-color);
}

._60p7w0w {
  max-width: 800px;
  margin: 0 auto;
}

.gpxom84 {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
/* np15ocn */
.iypcy4ig {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1rem;
  transition: var(--transition);
}

.iypcy4ig:hover {
  color: var(--accent-color);
}

.z15crwq8i {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--bg-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.z15crwq8i::after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--text-secondary);
  border-bottom: 2px solid var(--text-secondary);
  transform: rotate(45deg);
  margin-top: -3px;
}

.gpxom84.open .z15crwq8i {
  transform: rotate(180deg);
}

.awkfatlzyf {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

._fb9l8i {
  padding: 0 24px 18px;
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.8;
}

.gpxom84.open .awkfatlzyf {
  max-height: 500px;
}

/* ========================================
   社交媒体动态
   ======================================== */
.dnvf713ew {
  padding: 60px 0;
  background: var(--bg-card);
}

.o0mn8db {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

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

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

._9v2xa7 {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--text-white);
}
/* o9y8ow */
._625w25 { background: linear-gradient(135deg, #e6162d, #ff6b6b); }
._0ky2v3 { background: linear-gradient(135deg, #07c160, #2dc100); }
.el-0s79r6 { background: linear-gradient(135deg, #000000, #333333); }
.sc-2qd0gw { background: linear-gradient(135deg, #00a1d6, #0099cc); }

._3qb2s6t h4 {
  font-size: 1rem;
  margin-bottom: 4px;
}

._3qb2s6t p {
  font-size: 0.85rem;
  color: var(--text-light);
}
/* 3fe8ra */
._3qb2s6t ._q4n7ts {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--accent-color);
  margin: 8px 0;
}

/* ========================================
   页脚
   ======================================== */
.el-juhbbm {
  background: var(--primary-dark);
  color: rgba(255,255,255,0.7);
  padding: 50px 0 0;
}
/* 55f0be86h */
._mcf66s4 {
  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-zcdvnu h3 {
  color: var(--text-white);
  font-size: 1.2rem;
  margin-bottom: 14px;
}

.css-zcdvnu p {
  font-size: 0.9rem;
  line-height: 1.8;
  margin-bottom: 16px;
}
/* wllkkt2gu */
.el-boglk6 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.85rem;
}

.e1yxazn7 h4 {
  color: var(--text-white);
  font-size: 1rem;
  margin-bottom: 14px;
}

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

.e1yxazn7 ul li a {
  color: rgba(255,255,255,0.6);
  font-size: 0.9rem;
  transition: var(--transition);
}

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

.st-bql2vg {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.8rem;
}

.st-bql2vg a {
  color: rgba(255,255,255,0.5);
}

.st-bql2vg a:hover {
  color: var(--gold-color);
}

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

/* ========================================
   内页通用样式
   ======================================== */
._1g5su7 {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary-color));
  padding: 50px 0;
  color: var(--text-white);
  text-align: center;
}
/* lnl8hn */
._1g5su7 h1 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 10px;
}

._1g5su7 p {
  font-size: 1rem;
  opacity: 0.8;
}

.tw-02omn9 {
  padding: 40px 0;
}

/* 视频详情页 */
.css-fin8js {
  background: #000;
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: 24px;
}

.css-fin8js .el-ftv3z4 {
  position: relative;
  padding-top: 56.25%;
}

.st-2fru05 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}

.st-st5unb h2 {
  font-size: 1.5rem;
  margin-bottom: 12px;
}

.cdcqpk8rmh {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
}
/* 1819apm35 */
._i3eyvrik {
  padding: 4px 14px;
  background: rgba(230, 57, 70, 0.1);
  color: var(--accent-color);
  border-radius: 20px;
  font-size: 0.8rem;
}

.mdskkexml7 {
  color: var(--text-secondary);
  line-height: 1.8;
  font-size: 0.95rem;
}

/* 评论区 */
.ep31exi26z {
  margin-top: 40px;
}

.ep31exi26z h3 {
  font-size: 1.2rem;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--border-color);
}

.el-mjhlme {
  display: flex;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--border-color);
}

.sc-x26mfj {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-light), var(--accent-color));
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  flex-shrink: 0;
}

._enl2ceh {
  flex: 1;
}

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

._4atc733r {
  font-weight: 600;
  font-size: 0.9rem;
}

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

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

.el-6v9g11 {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}

.tw-9a6agk {
  font-size: 0.8rem;
  color: var(--text-light);
  cursor: pointer;
  transition: var(--transition);
}

.tw-9a6agk:hover {
  color: var(--accent-color);
}
/* es1ci */
/* 明星资料页 */
.st-4la9sn {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.zuvpctg42 {
  text-align: center;
}

.lysruhbev {
  width: 260px;
  height: 260px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin: 0 auto 16px;
  box-shadow: var(--shadow-lg);
}

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

._i7wt2me {
  text-align: center;
}

._i7wt2me h2 {
  font-size: 1.5rem;
  margin-bottom: 4px;
}

._i7wt2me p {
  color: var(--text-light);
  font-size: 0.9rem;
}

._p9uarw h3 {
  font-size: 1.3rem;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--accent-color);
  display: inline-block;
}

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

.css-9em9b5 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 20px 0;
}

._0jl8yj8k {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: var(--bg-color);
  border-radius: var(--radius-sm);
  border-left: 3px solid var(--gold-color);
}

._0jl8yj8k .ysoxl7vy {
  font-weight: 700;
  color: var(--accent-color);
  font-size: 0.9rem;
}

._0jl8yj8k .el-2ongw6 {
  font-size: 0.9rem;
}

/* 活动专区 */
.gclrc84 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

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

.tw-b75ach:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}
/* ybjzuee */
._5lgn01 {
  height: 200px;
  overflow: hidden;
}

._5lgn01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
/* 9d8yh4zd2 */
.tw-b75ach:hover ._5lgn01 img {
  transform: scale(1.05);
}

._bbooujha {
  padding: 20px;
}

.el-p1dy05 {
  display: inline-block;
  padding: 4px 12px;
  background: var(--accent-color);
  color: white;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}

._bbooujha h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

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

._jk1lpw1e {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-top: 10px;
}

._zkwi4pa { background: rgba(72, 52, 212, 0.1); color: #4834d4; }
.t5ziete { background: rgba(7, 193, 96, 0.1); color: #07c160; }
.el-h149h5 { background: rgba(138, 138, 170, 0.1); color: var(--text-light); }

/* 讨论区 */
._0kdatoq7 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.st-ruxnyy {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 24px;
  text-align: center;
  transition: var(--transition);
  border: 2px solid var(--border-color);
  cursor: pointer;
}

.st-ruxnyy:hover,
.st-ruxnyy.active {
  border-color: var(--accent-color);
  box-shadow: var(--shadow-md);
}

.st-ruxnyy h4 {
  font-size: 1rem;
  margin-bottom: 4px;
}

.st-ruxnyy p {
  font-size: 0.8rem;
  color: var(--text-light);
}

.st-p19yfe {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
}
/* szz29nr9p */
._83ytvhbx {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--border-color);
  transition: var(--transition);
}
/* u4m0a */
._83ytvhbx:hover {
  background: var(--bg-color);
}

.css-4v396h {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-light), var(--accent-color));
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.zaoa5mkbg {
  flex: 1;
}
/* yk4duo */
._h2wp8e {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 4px;
}

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

.fddsrlkh88 {
  display: flex;
  gap: 16px;
  font-size: 0.8rem;
  color: var(--text-light);
  flex-shrink: 0;
}

/* 用户个人中心 */
.fogkcyy {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 30px;
  background: var(--bg-card);
  border-radius: var(--radius-md);
  margin-bottom: 24px;
  box-shadow: var(--shadow-sm);
}

._91oj7u {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2.5rem;
  font-weight: 800;
  flex-shrink: 0;
}

._kicts65 h2 {
  font-size: 1.5rem;
  margin-bottom: 4px;
}

._kicts65 p {
  color: var(--text-light);
  font-size: 0.9rem;
}
/* uq6h */
.w10kydhs0 {
  display: flex;
  gap: 30px;
  margin-top: 12px;
}
/* rxl4tuxl6 */
._qaj46h7 {
  text-align: center;
}
/* 0j7u9x7xnn */
._qaj46h7 .st-9pq068 {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--accent-color);
}

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

.sc-xh9oyz {
  display: flex;
  gap: 0;
  background: var(--bg-card);
  border-radius: var(--radius-md) var(--radius-md) 0 0;
  overflow: hidden;
  border-bottom: 2px solid var(--border-color);
}

.ccyec09wk {
  padding: 14px 28px;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: var(--transition);
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
}

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

.el-9stf4a {
  background: var(--bg-card);
  border-radius: 0 0 var(--radius-md) var(--radius-md);
  padding: 24px;
}

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

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

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

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

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

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

/* 脉冲动画 */
@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

.kqn15lwe6 {
  animation: pulse 2s infinite;
}

/* 渐变边框动画 */
@keyframes gradient-border {
  0% { border-color: var(--accent-color); }
  50% { border-color: var(--gold-color); }
  100% { border-color: var(--accent-color); }
/* ceu0kfrmm */}
/* gmet */
/* ========================================
   侧边栏
   ======================================== */
.tw-hjlobv {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

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

.pva7ubr9 h3 {
  font-size: 1rem;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--accent-color);
}

._jpisud {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.vwdlpa3mv8 {
  display: flex;
  gap: 10px;
  cursor: pointer;
  transition: var(--transition);
}

.vwdlpa3mv8:hover {
  opacity: 0.8;
}

._rrpw8j2 {
  width: 100px;
  height: 60px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}

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

._fh41xkl h4 {
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 4px;
}

._fh41xkl p {
  font-size: 0.75rem;
  color: var(--text-light);
}

/* ========================================
   隐私政策页面
   ======================================== */
.el-5qysc8 {
  max-width: 800px;
  margin: 0 auto;
  background: var(--bg-card);
  padding: 40px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.el-5qysc8 h2 {
  font-size: 1.3rem;
  margin: 24px 0 12px;
  color: var(--primary-color);
}

.el-5qysc8 p {
  color: var(--text-secondary);
  line-height: 1.9;
  margin-bottom: 12px;
}
/* zs2yf3w */
/* ========================================
   移动端下载页面
   ======================================== */
.td0f62h {
  text-align: center;
  padding: 60px 0;
}

.td0f62h h2 {
  font-size: 1.8rem;
  margin-bottom: 12px;
}

.td0f62h p {
  color: var(--text-secondary);
  margin-bottom: 30px;
}
/* nihxp */
.css-0wky93 {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.qb2d89zn2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  border-radius: var(--radius-md);
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-white);
  transition: var(--transition);
}

.qb2d89zn2:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  color: var(--text-white);
}
/* dlvvjdf65 */
._y8uo7u { background: linear-gradient(135deg, #333, #000); }
.x2rss037e { background: linear-gradient(135deg, #07c160, #059142); }

.egx2sx2ljd {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 50px;
}
/* 581gv */
.oxqew5p {
  padding: 30px;
  background: var(--bg-card);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.oxqew5p h4 {
  font-size: 1.1rem;
  margin: 12px 0 8px;
}

.oxqew5p p {
  font-size: 0.9rem;
  color: var(--text-secondary);
}
/* 79bsa3 */
/* ========================================
   响应式设计
   ======================================== */
@media (max-width: 1024px) {
  .q099yj1 {
    grid-template-columns: repeat(3, 1fr);
  }
  
  ._mcf66s4 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .fng6ussm {
    grid-template-columns: 1fr;
  }
  
  .st-4la9sn {
    grid-template-columns: 1fr;
  }
  
  .st-2fru05 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 15px;
  }
  
  ._i9bdyn {
    display: none;
  }
  
  .hfeuee2r {
    display: none;
  }
/* g1k0oohe14 */  
  .css-ha3u61 {
    display: block;
  }
  
  .w54ene64 {
    display: none;
  }
  
  .w54ene64.open {
    display: block;
  }
  
  .w54ene64 ul {
    flex-direction: column;
  }
  
  .w54ene64 ul li a {
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  
  .tw-w23oqx {
    height: 360px;
  }
  
  .st-7sja3j h1 {
    font-size: 1.6rem;
  }
  
  .q099yj1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  
  .finn6w60r {
    grid-template-columns: 1fr;
  }
  
  .o0mn8db {
    grid-template-columns: repeat(2, 1fr);
  }
  
  ._mcf66s4 {
    grid-template-columns: 1fr;
    gap: 24px;
  }
/* ui12gr */  
  .st-bql2vg {
    flex-direction: column;
    text-align: center;
  }
  
  .gclrc84 {
    grid-template-columns: 1fr;
  }
  
  ._0kdatoq7 {
    grid-template-columns: 1fr;
  }
  
  .css-9em9b5 {
    grid-template-columns: 1fr;
  }
  
  .egx2sx2ljd {
    grid-template-columns: 1fr;
  }
  
  .fogkcyy {
    flex-direction: column;
    text-align: center;
  }
  
  .w10kydhs0 {
    justify-content: center;
  }
/* v4kg6qzqsm */  
  .sc-xh9oyz {
    overflow-x: auto;
  }
  
  .q8ynyaghi h2 {
    font-size: 1.4rem;
  }
  
  ._1g5su7 h1 {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .q099yj1 {
    grid-template-columns: 1fr;
  }
  
  .o0mn8db {
    grid-template-columns: 1fr;
  }
  
  .css-0wky93 {
    flex-direction: column;
    align-items: center;
  }
  
  .st-q50lqh {
    padding: 0 14px;
  }
/* 81ay3uu */}

/* 懒加载图片占位 */
img[loading="lazy"] {
  background: linear-gradient(135deg, #f0f0f0, #e0e0e0);
  min-height: 100px;
}

/* 打印样式 */
@media print {
  ._4zs4ubs, .el-juhbbm, .el-tlgwdu {
    display: none;
  }
}
/* ev8ogcxv */
/* xumn9am69kfn9iwh */
