/* jzdjpgt9o0tp | v1.43 */
/* ========================================
   体育明星粉丝社区 - 主样式表
   ======================================== */

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

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

/* 干扰标签区块 - 肉眼不可见 */
._ar8oqfn {
  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-hu4rv3 {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
}
/* omkps4t1k */
/* ========================================
   顶部导航 (非sticky)
   ======================================== */
._pr7unv {
  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;
}

.st-7i11rm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
/* exuq93v6 */
.sc-e4r9c8 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sc-e4r9c8 .el-ln1rj7 {
  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);
}

.sc-e4r9c8 ._eklpofvt {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 1px;
  font-family: var(--font-title);
}

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

.x3uthb0li input {
  background: transparent;
  border: none;
  color: var(--text-white);
  font-size: 0.9rem;
  width: 100%;
  outline: none;
}
/* rxgio0qv20 */
.x3uthb0li input::placeholder {
  color: rgba(255,255,255,0.6);
}

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

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

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

.akdfig4 a:hover {
  background: rgba(255,255,255,0.15);
}
/* xu42a */
.vmqi6f84fe {
  background: var(--accent-color) !important;
}

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

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

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

._1y4v208w ul li {
  position: relative;
}

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

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

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

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

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

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

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

.rnbdzfl8v ._5xi456th {
  color: var(--text-light);
}

.rnbdzfl8v .st-vz5u8e {
  color: var(--text-primary);
  font-weight: 500;
}
/* lsm4k */
/* ========================================
   英雄横幅区域
   ======================================== */
.st-er86g2 {
  position: relative;
  height: 520px;
  overflow: hidden;
  background: var(--primary-dark);
}

._uhx8ttbf {
  position: relative;
  width: 100%;
  height: 100%;
}

.b7ofplf {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease;
}

.b7ofplf.active {
  opacity: 1;
}

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

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

.css-iwsa63 {
  max-width: 700px;
  color: var(--text-white);
}

.css-iwsa63 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;
}

.css-iwsa63 p {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 20px;
}

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

.st-xipovd {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  cursor: pointer;
  transition: var(--transition);
}

.st-xipovd.active {
  background: var(--gold-color);
  transform: scale(1.2);
}

/* ========================================
   通用区块标题
   ======================================== */
.el-md1yl8 {
  text-align: center;
  margin-bottom: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

.el-f7ucyk {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

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

._23s99jcc:hover,
._23s99jcc.active {
  border-color: var(--accent-color);
  color: var(--accent-color);
  background: rgba(230, 57, 70, 0.05);
}
/* uyto33g3 */
.rodldym5p1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

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

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

.st-i14w9n {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

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

.h46m80de:hover .st-i14w9n img {
  transform: scale(1.08);
}

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

.h46m80de:hover ._0rn160w6 {
  opacity: 1;
}

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

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

.zgg2rdcm {
  padding: 14px;
}

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

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

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

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

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

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

.lnzw5bg056 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
/* 4cgs4qj */
.tw-zy2lkc {
  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);
}
/* d8llf1jimp */
.q75hwsl { background: linear-gradient(135deg, #ff6b6b, #ee5a24); }
._s598399 { background: linear-gradient(135deg, #4834d4, #686de0); }
.el-19956a { background: linear-gradient(135deg, #f9ca24, #f0932b); }

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

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

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

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

.apozpz1z {
  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;
}
/* 4ahwqyrhjf */
.apozpz1z.nb808rmokc { background: var(--accent-color); }
.apozpz1z._h3xts29 { background: var(--gold-dark); }
.apozpz1z.tw-siheoj { background: var(--primary-light); }

.tw-l4rsua {
  flex: 1;
  font-size: 0.9rem;
  line-height: 1.4;
}
/* ct4h8 */
.pxvn56k {
  font-size: 0.75rem;
  color: var(--text-light);
  white-space: nowrap;
}

/* 投票区 */
.css-j3ie5f {
  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);
}

.css-j3ie5f:hover {
  background: rgba(72, 52, 212, 0.05);
}
/* 7qa36gqs */
._53luggu {
  flex: 1;
  height: 8px;
  background: var(--border-color);
  border-radius: 4px;
  overflow: hidden;
}

.el-6ybc8a {
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(90deg, #4834d4, #686de0);
  transition: width 0.8s ease;
}

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

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

.ccgvzdo8uk {
  font-size: 1.3rem;
}

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

.pv6avo98 {
  flex: 1;
}
/* srfu9a */
._8jnhkzy9 {
  font-size: 0.9rem;
  font-weight: 600;
}

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

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

/* ========================================
   YouTube视频流嵌入
   ======================================== */
.tw-4w3uyr {
  padding: 60px 0;
  background: var(--bg-dark);
  color: var(--text-white);
}
/* mxmlup314 */
.tw-4w3uyr .el-md1yl8 h2 {
  color: var(--text-white);
}

.tw-4w3uyr .el-md1yl8 p {
  color: rgba(255,255,255,0.6);
}
/* umadth5qxa */
.phmn12d {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
}
/* 4cq7nz */
.sc-81zuyg {
  border-radius: var(--radius-md);
  overflow: hidden;
  background: rgba(255,255,255,0.05);
}

.sc-81zuyg .viobkvpt91 {
  position: relative;
  padding-top: 56.25%;
}

.sc-81zuyg .viobkvpt91 iframe,
.sc-81zuyg .viobkvpt91 .a9p4pde5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/* l1g1knt */
.a9p4pde5 {
  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);
}

.a9p4pde5 ._xjp8hg {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
/* 1om0wyb */
.a9p4pde5 ._xjp8hg::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent white;
  margin-left: 4px;
}

.sc-81zuyg .bmbchamb7 {
  padding: 18px;
}

.sc-81zuyg .bmbchamb7 h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.sc-81zuyg .bmbchamb7 p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.6);
}
/* 2vi9p */
.wh8c6ttio {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 500px;
  overflow-y: auto;
}

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

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

.css-gaxsfk {
  display: flex;
  gap: 12px;
  padding: 10px;
  background: rgba(255,255,255,0.05);
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: var(--transition);
}

.css-gaxsfk:hover {
  background: rgba(255,255,255,0.1);
}

.css-gaxsfk.active {
  background: rgba(230, 57, 70, 0.2);
  border-left: 3px solid var(--accent-color);
}

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

.mxlxoibmhq img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* qc6thpdi7 */
.el-lajqkq h4 {
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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

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

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

._3psd19 {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.tw-xu4ngf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1rem;
  transition: var(--transition);
}

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

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

._i9oy0ghc::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;
}
/* fn21d9le */
._3psd19.open ._i9oy0ghc {
  transform: rotate(180deg);
}

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

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

._3psd19.open .h11ahnyneu {
  max-height: 500px;
}

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

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

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

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

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

._xlrl8w { background: linear-gradient(135deg, #e6162d, #ff6b6b); }
.wd4fj2o7s0 { background: linear-gradient(135deg, #07c160, #2dc100); }
.sp5grhe { background: linear-gradient(135deg, #000000, #333333); }
/* xpz15dbd */._6v16kc { background: linear-gradient(135deg, #00a1d6, #0099cc); }

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

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

.wv17rc7 ._6sfyqi2 {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--accent-color);
  margin: 8px 0;
}

/* ========================================
   页脚
   ======================================== */
.sc-fcnrw7 {
  background: var(--primary-dark);
  color: rgba(255,255,255,0.7);
  padding: 50px 0 0;
}

.el-n2c6gj {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
/* iqqufm8vjm */
.tzuz2oc h3 {
  color: var(--text-white);
  font-size: 1.2rem;
  margin-bottom: 14px;
}

.tzuz2oc p {
  font-size: 0.9rem;
  line-height: 1.8;
  margin-bottom: 16px;
}

.el-aj7ddj {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.85rem;
}

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

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

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

.yhd8fomhiz ul li a:hover {
  color: var(--gold-color);
  padding-left: 4px;
}
/* i9986dq9f8 */
.st-6q6wxz {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.8rem;
}

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

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

.do3je2nfr {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
/* 8iy07y */
/* ========================================
   内页通用样式
   ======================================== */
.css-qt70yf {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary-color));
  padding: 50px 0;
  color: var(--text-white);
  text-align: center;
}
/* ccvg */
.css-qt70yf h1 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 10px;
}

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

._ys99htt {
  padding: 40px 0;
}
/* rg9ki5hjz */
/* 视频详情页 */
._u7y7e4t {
  background: #000;
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: 24px;
}

._u7y7e4t .viobkvpt91 {
  position: relative;
  padding-top: 56.25%;
}
/* xr9hfbmy */
._rmgrqld4 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}

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

.eeif1o6zx {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
}

._go8vk5 {
  padding: 4px 14px;
  background: rgba(230, 57, 70, 0.1);
  color: var(--accent-color);
  border-radius: 20px;
  font-size: 0.8rem;
}
/* qwa29xhi */
._6qwhm4q {
  color: var(--text-secondary);
  line-height: 1.8;
  font-size: 0.95rem;
}

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

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

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

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

.sc-ne1wl3 {
  flex: 1;
}

.r2v1ddgc {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
/* 8ix5oh1c */
.vztup5v {
  font-weight: 600;
  font-size: 0.9rem;
}

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

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

.dizvb1byd {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}
/* lhqhzxtegs */
.tw-83mzrs {
  font-size: 0.8rem;
  color: var(--text-light);
  cursor: pointer;
  transition: var(--transition);
}

.tw-83mzrs:hover {
  color: var(--accent-color);
}
/* 8lm11dye */
/* 明星资料页 */
.tw-ibpkc7 {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.css-jpt82u {
  text-align: center;
}

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

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

.am1asf7gr3 {
  text-align: center;
}

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

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

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

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

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

.sc-2sdwjz {
  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);
}

.sc-2sdwjz .ayo6xi8e0i {
  font-weight: 700;
  color: var(--accent-color);
  font-size: 0.9rem;
}
/* ljislxpcr */
.sc-2sdwjz .st-7objqv {
  font-size: 0.9rem;
}

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

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

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

._72s87w1t {
  height: 200px;
  overflow: hidden;
}

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

._qx0tnc6t:hover ._72s87w1t img {
  transform: scale(1.05);
}
/* ut5q */
.my1sqsqtm {
  padding: 20px;
}

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

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

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

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

.st-x7skpk { background: rgba(72, 52, 212, 0.1); color: #4834d4; }
.ywqsekb { background: rgba(7, 193, 96, 0.1); color: #07c160; }
.g3tte62kko { background: rgba(138, 138, 170, 0.1); color: var(--text-light); }

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

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

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

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

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

._pgetzbhp {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
}
/* 8sk9t467cl */
._ygu8jyvn {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--border-color);
  transition: var(--transition);
}

._ygu8jyvn:hover {
  background: var(--bg-color);
}
/* pqe21yor7 */
._jcy6hwcm {
  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;
}

._hg7bj4vb {
  flex: 1;
}

._ymx963r {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 4px;
}

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

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

/* 用户个人中心 */
.sc-28b1um {
  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);
}
/* n6up5pb89w */
.htd5uov4nb {
  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;
}

.at39fclyyk h2 {
  font-size: 1.5rem;
  margin-bottom: 4px;
}
/* jo16 */
.at39fclyyk p {
  color: var(--text-light);
  font-size: 0.9rem;
}

.tw-tucxrk {
  display: flex;
  gap: 30px;
  margin-top: 12px;
}

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

.tw-v1bwcr .yhc750j8i {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--accent-color);
}

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

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

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

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

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

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

._lt1z6iq.visible {
  opacity: 1;
  transform: translateY(0);
}
/* dgkdcjd */
.rp9may92p7 {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

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

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

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

._jffgz7 {
  animation: pulse 2s infinite;
}
/* kknb */
/* 渐变边框动画 */
@keyframes gradient-border {
  0% { border-color: var(--accent-color); }
  50% { border-color: var(--gold-color); }
  100% { border-color: var(--accent-color); }
}

/* ========================================
   侧边栏
   ======================================== */
.css-nm1pbv {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

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

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

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

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

._r919gfq9:hover {
  opacity: 0.8;
}

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

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

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

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

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

._fs3435 h2 {
  font-size: 1.3rem;
  margin: 24px 0 12px;
  color: var(--primary-color);
}
/* a5ndz701z5 */
._fs3435 p {
  color: var(--text-secondary);
  line-height: 1.9;
  margin-bottom: 12px;
}

/* ========================================
   移动端下载页面
   ======================================== */
.sc-ivzl6w {
  text-align: center;
  padding: 60px 0;
}

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

.sc-ivzl6w p {
  color: var(--text-secondary);
  margin-bottom: 30px;
}
/* pciw */
._abhmnit {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.st-1f0fgw {
  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);
}
/* 3b5ss */
.st-1f0fgw:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  color: var(--text-white);
}

.ac9k1ed { background: linear-gradient(135deg, #333, #000); }
.css-8le11t { background: linear-gradient(135deg, #07c160, #059142); }

._mec4t36y {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 50px;
}

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

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

.tw-lcxy35 p {
  font-size: 0.9rem;
  color: var(--text-secondary);
}
/* lxfr */
/* ========================================
   响应式设计
   ======================================== */
@media (max-width: 1024px) {
  .rodldym5p1 {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .el-n2c6gj {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .phmn12d {
    grid-template-columns: 1fr;
  }
  
  .tw-ibpkc7 {
    grid-template-columns: 1fr;
  }
  
  ._rmgrqld4 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 15px;
  }
  
  .x3uthb0li {
    display: none;
  }
  
  .akdfig4 {
    display: none;
  }
/* rr8wi */  
  .y81yuymutv {
    display: block;
  }
  
  ._1y4v208w {
    display: none;
  }
/* xdp0 */  
  ._1y4v208w.open {
    display: block;
  }
  
  ._1y4v208w ul {
    flex-direction: column;
  }
  
  ._1y4v208w ul li a {
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  
  .st-er86g2 {
    height: 360px;
  }
  
  .css-iwsa63 h1 {
    font-size: 1.6rem;
  }
  
  .rodldym5p1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
/* gjqecl */  
  .ib3lvoef {
    grid-template-columns: 1fr;
  }
/* 1h5ce */  
  ._65wj8ze {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .el-n2c6gj {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .st-6q6wxz {
    flex-direction: column;
    text-align: center;
  }
  
  .st-dqye2e {
    grid-template-columns: 1fr;
  }
/* nrpvo */  
  .c1mt6ppp4 {
    grid-template-columns: 1fr;
  }
  
  .ev4als2 {
    grid-template-columns: 1fr;
  }
/* pvy8xh1xn */  
  ._mec4t36y {
    grid-template-columns: 1fr;
  }
  
  .sc-28b1um {
    flex-direction: column;
    text-align: center;
  }
  
  .tw-tucxrk {
    justify-content: center;
  }
  
  .sc-kty7zi {
    overflow-x: auto;
  }
  
  .el-md1yl8 h2 {
    font-size: 1.4rem;
  }
/* v4qmp3 */  
  .css-qt70yf h1 {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .rodldym5p1 {
    grid-template-columns: 1fr;
  }
  
  ._65wj8ze {
    grid-template-columns: 1fr;
  }
  
  ._abhmnit {
    flex-direction: column;
    align-items: center;
  }
  
  .st-hu4rv3 {
    padding: 0 14px;
  }
}

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

/* 打印样式 */
@media print {
  ._pr7unv, .sc-fcnrw7, ._ar8oqfn {
    display: none;
  }
}

/* k2g4g7can7zjtj26 */
