/* ============================================
   黑丝 - 原创影视传媒与视频社区平台
   原创CSS样式 | tcxyd12.cn
   ============================================ */

/* === 基础重置与变量 === */
:root {
  --primary: #E8456B;
  --secondary: #2D1B4E;
  --accent: #FF8C42;
  --bg-dark: #0F0A1A;
  --bg-card: #1A1230;
  --text-light: #F5F0FF;
  --text-muted: #A89EC2;
  --border-color: #2E2450;
  --gradient-primary: linear-gradient(135deg, #E8456B 0%, #FF8C42 100%);
  --gradient-dark: linear-gradient(180deg, #0F0A1A 0%, #1A1230 100%);
  --shadow-card: 0 8px 32px rgba(232, 69, 107, 0.15);
  --shadow-hover: 0 12px 48px rgba(232, 69, 107, 0.25);
  --radius: 12px;
  --radius-lg: 20px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  background: var(--bg-dark);
  color: var(--text-light);
  line-height: 1.7;
  overflow-x: hidden;
}

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

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

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

ul, ol {
  list-style: none;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

/* === 头部导航 === */
.f9ws7zwd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(15, 10, 26, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-color);
  transition: var(--transition);
}

.u7574i {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

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

.gj7v3yd img {
  height: 42px;
  width: auto;
}

.gj7v3yd span {
  font-size: 1.35rem;
  font-weight: 700;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.nf57gvi {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nf57gvi a {
  color: var(--text-light);
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 500;
  transition: var(--transition);
  position: relative;
}

.nf57gvi a:hover,
.nf57gvi a.active {
  color: var(--primary);
  background: rgba(232, 69, 107, 0.1);
}

.tvxp5 {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  background: none;
  border: none;
}

.tvxp5 span {
  width: 24px;
  height: 2px;
  background: var(--text-light);
  border-radius: 2px;
  transition: var(--transition);
}

/* === 搜索框 === */
.s5zzera {
  background: var(--secondary);
  padding: 12px 0;
  margin-top: 72px;
  border-bottom: 1px solid var(--border-color);
}

.qlb3p {
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  gap: 8px;
  padding: 0 20px;
}

.s5zzera input {
  flex: 1;
  padding: 10px 18px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: var(--bg-dark);
  color: var(--text-light);
  font-size: 0.95rem;
  outline: none;
  transition: var(--transition);
}

.s5zzera input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(232, 69, 107, 0.2);
}

.s5zzera input::placeholder {
  color: var(--text-muted);
}

.s5zzera button {
  padding: 10px 24px;
  border-radius: 24px;
  border: none;
  background: var(--gradient-primary);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
}

.s5zzera button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(232, 69, 107, 0.4);
}

/* === Hero区域 === */
.hbzaj3 {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: 80px 20px;
}

.m2q12ppz {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  z-index: 0;
}

.ba1cvigx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(15,10,26,0.3) 0%, rgba(15,10,26,0.85) 100%);
  z-index: 1;
}

.tqm0eb5 {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.tqm0eb5 h1 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 18px;
  line-height: 1.3;
}

.tqm0eb5 h1 .edryhu {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.tqm0eb5 p {
  font-size: 1.15rem;
  color: var(--text-muted);
  margin-bottom: 32px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.jr9jn {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  background: var(--gradient-primary);
  color: #fff;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: var(--transition);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-hover);
  color: #fff;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  background: transparent;
  color: var(--text-light);
  border: 2px solid var(--primary);
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
}

.btn-outline:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-2px);
}

/* === 通用Section === */
.section {
  padding: 80px 0;
}

.section-alt {
  background: var(--bg-card);
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.section-header h2 .highlight {
  color: var(--primary);
}

.section-header p {
  color: var(--text-muted);
  font-size: 1.05rem;
  max-width: 600px;
  margin: 0 auto;
}

.f4pwrlc {
  display: inline-block;
  padding: 4px 14px;
  background: rgba(232, 69, 107, 0.15);
  color: var(--primary);
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 12px;
}

/* === 视频卡片网格 === */
.qjr6dvqy {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.p63ggj {
  background: var(--bg-card);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border-color);
  transition: var(--transition);
  cursor: pointer;
}

.p63ggj:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
  border-color: var(--primary);
}

.iw1ymz {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.iw1ymz img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.p63ggj:hover .iw1ymz img {
  transform: scale(1.05);
}

.oep2auvw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 10, 26, 0.4);
  opacity: 0;
  transition: var(--transition);
}

.p63ggj:hover .oep2auvw {
  opacity: 1;
}

.vjk79 {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(232, 69, 107, 0.5);
  transition: var(--transition);
}

.vjk79:hover {
  transform: scale(1.1);
}

.vjk79 svg {
  width: 22px;
  height: 22px;
  fill: #fff;
  margin-left: 3px;
}

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

.wv9frcv {
  padding: 16px;
}

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

.krhydy {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text-muted);
  font-size: 0.82rem;
}

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

.hi7pw {
  display: flex;
  gap: 6px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.cm6ap7 {
  padding: 2px 10px;
  background: rgba(232, 69, 107, 0.12);
  color: var(--primary);
  border-radius: 12px;
  font-size: 0.75rem;
}

/* === 服务模块 === */
.z5k9xjh {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

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

.v1y8y2:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
  border-color: var(--primary);
}

.mxc0adz {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.mxc0adz svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}

.v1y8y2 h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
}

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

/* === AI赋能 === */
.zpqlt {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.pj3hwt1p {
  background: linear-gradient(135deg, var(--bg-card) 0%, rgba(232, 69, 107, 0.08) 100%);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  transition: var(--transition);
}

.pj3hwt1p:hover {
  border-color: var(--accent);
  box-shadow: 0 8px 32px rgba(255, 140, 66, 0.15);
}

.icmrk8 {
  font-size: 2.5rem;
  margin-bottom: 16px;
}

.pj3hwt1p h3 {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 10px;
}

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

/* === 社区互动 === */
.nbr5ssn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

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

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

.cvhf7 {
  font-size: 2.2rem;
  margin-bottom: 14px;
}

.n0qy0o h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.n0qy0o p {
  color: var(--text-muted);
  font-size: 0.88rem;
}

/* === 专家团队 === */
.qn75ex8i {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.tzql8i {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  overflow: hidden;
  text-align: center;
  transition: var(--transition);
}

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

.ucku1g {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.x11k7cb {
  padding: 20px 16px;
}

.x11k7cb h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.x11k7cb .role {
  color: var(--primary);
  font-size: 0.85rem;
  margin-bottom: 8px;
}

.x11k7cb p {
  color: var(--text-muted);
  font-size: 0.82rem;
  margin-bottom: 14px;
}

.ic0abiub {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.ic0abiub a {
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  border: 1px solid var(--primary);
  color: var(--primary);
  transition: var(--transition);
}

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

/* === 合作品牌 === */
.hyfz5b {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  padding: 20px 0;
}

.hqbtvwni {
  height: 60px;
  opacity: 0.6;
  transition: var(--transition);
  filter: grayscale(50%);
}

.hqbtvwni:hover {
  opacity: 1;
  filter: grayscale(0%);
}

/* === 用户评论 === */
.vgwrgfz {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

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

.cig5qsn:hover {
  box-shadow: var(--shadow-card);
}

.s030z {
  color: var(--accent);
  font-size: 1rem;
  margin-bottom: 12px;
}

.cig5qsn blockquote {
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.7;
  margin-bottom: 16px;
  font-style: italic;
}

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

.yhmak {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
}

.kyf087m strong {
  font-size: 0.9rem;
}

.kyf087m span {
  display: block;
  color: var(--text-muted);
  font-size: 0.8rem;
}

/* === FAQ === */
.jk6jn8rk {
  max-width: 800px;
  margin: 0 auto;
}

.e4lnigk {
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  margin-bottom: 12px;
  overflow: hidden;
  background: var(--bg-card);
}

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

.ygyw4m:hover {
  color: var(--primary);
}

.ygyw4m .vw5xtrol {
  font-size: 1.2rem;
  transition: var(--transition);
  color: var(--primary);
}

.blnwac9 {
  padding: 0 24px 18px;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.7;
  display: none;
}

.e4lnigk.active .blnwac9 {
  display: block;
}

.e4lnigk.active .vw5xtrol {
  transform: rotate(45deg);
}

/* === 联系我们 === */
.rfefzi {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.q9syv {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ow4gl {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px;
  background: var(--bg-card);
  border-radius: var(--radius);
  border: 1px solid var(--border-color);
}

.mdxr8h4b {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.2rem;
}

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

.ow4gl p {
  color: var(--text-muted);
  font-size: 0.88rem;
}

.ir3k8v2l {
  display: flex;
  gap: 24px;
  justify-content: center;
}

.xe1au {
  text-align: center;
}

.xe1au img {
  width: 160px;
  height: 160px;
  border-radius: var(--radius);
  border: 2px solid var(--border-color);
  margin-bottom: 8px;
}

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

/* === How-To指南 === */
.smrw3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 30px;
}

.rxnrm {
  text-align: center;
  padding: 24px 16px;
  background: var(--bg-card);
  border-radius: var(--radius);
  border: 1px solid var(--border-color);
  position: relative;
}

.sl8uhn70 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  font-weight: 700;
  font-size: 1.1rem;
}

.rxnrm h4 {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 8px;
}

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

/* === 社交分享 === */
.f57c8eo {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.o8w26e {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  border-radius: 24px;
  font-size: 0.88rem;
  font-weight: 500;
  color: #fff;
  transition: var(--transition);
}

.o8w26e:hover {
  transform: translateY(-2px);
  color: #fff;
}

.o8w26e.wechat { background: #07C160; }
.o8w26e.weibo { background: #E6162D; }
.o8w26e.douyin { background: #161823; border: 1px solid #333; }
.o8w26e.bilibili { background: #00A1D6; }

/* === 页脚 === */
.ly825c {
  background: var(--secondary);
  border-top: 1px solid var(--border-color);
  padding: 48px 0 24px;
}

.e301zy {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.a74je .gj7v3yd {
  margin-bottom: 14px;
}

.a74je p {
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.7;
  margin-bottom: 16px;
}

.rb232oqa h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 16px;
  color: var(--text-light);
}

.rb232oqa a {
  display: block;
  color: var(--text-muted);
  font-size: 0.88rem;
  padding: 4px 0;
  transition: var(--transition);
}

.rb232oqa a:hover {
  color: var(--primary);
  padding-left: 4px;
}

.d3bqqi7v {
  border-top: 1px solid var(--border-color);
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.d3bqqi7v p {
  color: var(--text-muted);
  font-size: 0.82rem;
}

/* === 面包屑 === */
.j0vnoun2 {
  padding: 16px 0;
  margin-top: 72px;
}

.wyp7avzt {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  color: var(--text-muted);
}

.wyp7avzt a {
  color: var(--text-muted);
}

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

.wyp7avzt .separator {
  color: var(--border-color);
}

/* === 内页通用 === */
.ncfzf {
  padding: 100px 20px 60px;
  text-align: center;
  background: var(--gradient-dark);
  margin-top: 72px;
}

.ncfzf h1 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.ncfzf p {
  color: var(--text-muted);
  font-size: 1.05rem;
  max-width: 600px;
  margin: 0 auto;
}

.cx9en {
  padding: 60px 0;
}

.cx9en h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 40px;
}

.cx9en h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 12px;
  margin-top: 28px;
}

.cx9en p {
  color: var(--text-muted);
  margin-bottom: 16px;
  line-height: 1.8;
}

/* === 数据统计条 === */
.es9wl {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 40px 0;
}

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

.pq2ogt {
  font-size: 2rem;
  font-weight: 800;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.x1pyxa {
  color: var(--text-muted);
  font-size: 0.88rem;
  margin-top: 4px;
}

/* === 回到顶部 === */
.vq1lx {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  z-index: 999;
  border: none;
  box-shadow: 0 4px 16px rgba(232, 69, 107, 0.4);
}

.vq1lx.visible {
  opacity: 1;
  visibility: visible;
}

.vq1lx:hover {
  transform: translateY(-3px);
}

/* === 响应式 === */
@media (max-width: 1024px) {
  .qjr6dvqy {
    grid-template-columns: repeat(3, 1fr);
  }
  .z5k9xjh {
    grid-template-columns: repeat(2, 1fr);
  }
  .qn75ex8i {
    grid-template-columns: repeat(2, 1fr);
  }
  .e301zy {
    grid-template-columns: 1fr 1fr;
  }
  .smrw3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .es9wl {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .tqm0eb5 h1 {
    font-size: 2rem;
  }
  .nf57gvi {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    background: rgba(15, 10, 26, 0.98);
    flex-direction: column;
    padding: 20px;
    border-bottom: 1px solid var(--border-color);
  }
  .nf57gvi.active {
    display: flex;
  }
  .tvxp5 {
    display: flex;
  }
  .qjr6dvqy {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .zpqlt,
  .nbr5ssn,
  .vgwrgfz {
    grid-template-columns: 1fr;
  }
  .z5k9xjh,
  .qn75ex8i {
    grid-template-columns: 1fr;
  }
  .rfefzi {
    grid-template-columns: 1fr;
  }
  .e301zy {
    grid-template-columns: 1fr;
  }
  .d3bqqi7v {
    flex-direction: column;
    text-align: center;
  }
  .smrw3 {
    grid-template-columns: 1fr;
  }
  .es9wl {
    grid-template-columns: 1fr 1fr;
  }
  .section {
    padding: 50px 0;
  }
  .hbzaj3 {
    min-height: 400px;
    padding: 60px 20px;
  }
}

@media (max-width: 480px) {
  .qjr6dvqy {
    grid-template-columns: 1fr;
  }
  .tqm0eb5 h1 {
    font-size: 1.6rem;
  }
  .jr9jn {
    flex-direction: column;
    align-items: center;
  }
  .ir3k8v2l {
    flex-direction: column;
    align-items: center;
  }
  .es9wl {
    grid-template-columns: 1fr;
  }
}

/* === 懒加载 === */
img[loading="lazy"] {
  opacity: 0;
  transition: opacity 0.5s ease;
}

img[loading="lazy"].loaded {
  opacity: 1;
}

/* === 动画 === */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-in {
  animation: fadeInUp 0.6s ease forwards;
}

/* === 视频日期 === */
.rv5786kq {
  color: var(--text-muted);
  font-size: 0.75rem;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid var(--border-color);
}

/* === 娱乐专区 === */
.hd95g {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.jlhg3koe {
  background: linear-gradient(145deg, var(--bg-card) 0%, rgba(255, 140, 66, 0.06) 100%);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  transition: var(--transition);
}

.jlhg3koe:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(255, 140, 66, 0.2);
  border-color: var(--accent);
}

.z6yb310 {
  font-size: 2.5rem;
  margin-bottom: 16px;
}

.jlhg3koe h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.jlhg3koe p {
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.7;
  margin-bottom: 14px;
}

.lvgfs {
  display: flex;
  gap: 16px;
  font-size: 0.78rem;
  color: var(--accent);
}

/* === 6列服务网格 === */
.pd0uv1 {
  grid-template-columns: repeat(3, 1fr);
}

/* === 6列社区网格 === */
.kkodbd {
  grid-template-columns: repeat(3, 1fr);
}

/* === 6列专家网格 === */
.pfy03 {
  grid-template-columns: repeat(3, 1fr);
}

/* === 专家资质 === */
.ht3g6m5i {
  font-size: 0.75rem;
  color: var(--accent);
  margin-bottom: 12px;
  padding: 6px 12px;
  background: rgba(255, 140, 66, 0.08);
  border-radius: 8px;
  display: inline-block;
}

/* === 评论日期 === */
.lwx4ae72 {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 10px;
  text-align: right;
}

/* === 信任信号 === */
.lv5e58x {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.rsp7p0 {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 28px 20px;
  text-align: center;
  transition: var(--transition);
}

.rsp7p0:hover {
  border-color: var(--primary);
  box-shadow: var(--shadow-card);
}

.faxc347 {
  font-size: 2.2rem;
  margin-bottom: 14px;
}

.rsp7p0 h4 {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.rsp7p0 p {
  color: var(--text-muted);
  font-size: 0.85rem;
  line-height: 1.6;
}

/* === 视频播放器模态框 === */
.ea4mf {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  align-items: center;
  justify-content: center;
}

.ea4mf.active {
  display: flex;
}

.a4xal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
}

.l94mevs {
  position: relative;
  width: 90%;
  max-width: 800px;
  z-index: 1;
}

.suh5uqx2 {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  transition: var(--transition);
}

.suh5uqx2:hover {
  color: var(--primary);
  transform: scale(1.2);
}

.urmphc4 {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #000;
}

.uww5yg {
  aspect-ratio: 16/9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a1230 0%, #0f0a1a 100%);
  padding: 20px;
}

.s8eczow {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 8px 32px rgba(232, 69, 107, 0.4);
  cursor: pointer;
  transition: var(--transition);
}

.s8eczow:hover {
  transform: scale(1.1);
}

.d70u3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: #fff;
}

.tl3jmet {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 20px;
}

.qeon0o {
  width: 80%;
  height: 4px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  margin-bottom: 12px;
  overflow: hidden;
}

.t0a70g {
  width: 0%;
  height: 100%;
  background: var(--gradient-primary);
  border-radius: 2px;
  animation: progressAnim 3s ease-in-out infinite;
}

@keyframes progressAnim {
  0% { width: 0%; }
  50% { width: 65%; }
  100% { width: 100%; }
}

.wfyyg1 {
  display: flex;
  justify-content: space-between;
  width: 80%;
  font-size: 0.78rem;
  color: var(--text-muted);
}

/* === 响应式补充 === */
@media (max-width: 1024px) {
  .hd95g {
    grid-template-columns: repeat(2, 1fr);
  }
  .pd0uv1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .kkodbd {
    grid-template-columns: repeat(2, 1fr);
  }
  .pfy03 {
    grid-template-columns: repeat(2, 1fr);
  }
  .lv5e58x {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .hd95g {
    grid-template-columns: 1fr;
  }
  .pd0uv1,
  .kkodbd,
  .pfy03 {
    grid-template-columns: 1fr;
  }
  .lv5e58x {
    grid-template-columns: 1fr;
  }
  .l94mevs {
    width: 95%;
  }
}
