/* ===== 猎奇 原创样式表 ===== */
/* 配色：暖糖渐变 - 深紫黑+糖心粉+梦幻紫+蜂蜜金 */

:root {
  --bg-deep: #0e0b16;
  --bg-panel: #1a1525;
  --bg-card: #231d33;
  --bg-warm: #fef5e7;
  --brand-pink: #ff6b9d;
  --brand-purple: #c084fc;
  --brand-gold: #fbbf24;
  --text-main: #faf5ff;
  --text-sub: #d4b8e0;
  --text-muted: #9a7fb8;
  --radius: 12px;
  --shadow-glow: 0 0 24px rgba(255,107,157,0.15);
  --transition: .3s cubic-bezier(.4,0,.2,1);
}

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

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-deep);
  color: var(--text-main);
  line-height: 1.7;
  min-height: 100vh;
  overflow-x: hidden;
}

a { color: var(--brand-pink); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--brand-gold); }

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

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

/* ===== 顶部导航 ===== */
.d8lc1lt {
  position: sticky; top: 0; z-index: 1000;
  background: linear-gradient(135deg, rgba(14,11,22,0.97), rgba(26,21,37,0.97));
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(192,132,252,0.15);
  padding: 0;
}

.d8lc1lt .container {
  display: flex; align-items: center; justify-content: space-between;
  height: 68px; gap: 16px;
}

.b493sgg { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.b493sgg img { width: 42px; height: 42px; border-radius: 8px; }
.dwabfjn { display: flex; flex-direction: column; }
.dwabfjn h1 {
  font-size: 1.15rem; font-weight: 700;
  background: linear-gradient(135deg, var(--brand-pink), var(--brand-purple));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; line-height: 1.3;
}
.dwabfjn span { font-size: 0.7rem; color: var(--text-sub); }

.f2bkydy { display: flex; align-items: center; gap: 6px; flex-wrap: nowrap; }
.f2bkydy a {
  padding: 6px 14px; border-radius: 20px; font-size: 0.88rem;
  color: var(--text-sub); white-space: nowrap; transition: all var(--transition);
}
.f2bkydy a:hover, .f2bkydy a.active {
  background: linear-gradient(135deg, var(--brand-pink), var(--brand-purple));
  color: #fff;
}

.lheoj {
  display: flex; align-items: center; gap: 0;
  background: var(--bg-card); border-radius: 24px;
  border: 1px solid rgba(192,132,252,0.2); overflow: hidden; flex-shrink: 0;
}
.lheoj input {
  background: transparent; border: none; outline: none;
  color: var(--text-main); padding: 8px 14px; font-size: 0.85rem; width: 180px;
}
.lheoj input::placeholder { color: var(--text-muted); }
.lheoj button {
  background: linear-gradient(135deg, var(--brand-pink), var(--brand-purple));
  border: none; color: #fff; padding: 8px 16px; cursor: pointer;
  font-size: 0.85rem; white-space: nowrap;
}

/* ===== 公告条 ===== */
.mqk6ma {
  background: linear-gradient(90deg, var(--brand-pink), var(--brand-purple));
  color: #fff; text-align: center; padding: 6px 12px; font-size: 0.82rem;
  overflow: hidden; white-space: nowrap;
}
.mqk6ma span {
  display: inline-block;
  animation: tx-scroll 25s linear infinite;
}
@keyframes tx-scroll {
  0% { transform: translateX(100vw); }
  100% { transform: translateX(-100%); }
}

/* ===== Hero 横幅 ===== */
.on985zdj {
  position: relative; overflow: hidden;
  background: linear-gradient(180deg, var(--bg-deep), var(--bg-panel));
  padding: 0;
}
.prb1ga8 {
  width: 100%; height: 420px; object-fit: cover;
  filter: brightness(0.7);
}
.g280p28 {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  text-align: center; padding: 20px;
  background: linear-gradient(180deg, rgba(14,11,22,0.3) 0%, rgba(14,11,22,0.8) 100%);
}
.g280p28 .zpvsmx {
  display: inline-block; padding: 4px 16px; border-radius: 20px;
  background: rgba(255,107,157,0.2); color: var(--brand-pink);
  font-size: 0.85rem; margin-bottom: 12px; border: 1px solid rgba(255,107,157,0.3);
}
.g280p28 h2 {
  font-size: 2.2rem; font-weight: 800; margin-bottom: 10px;
  background: linear-gradient(135deg, #fff, var(--brand-pink));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.g280p28 p { color: var(--text-sub); font-size: 1rem; max-width: 680px; }

/* ===== 面包屑 ===== */
.vqng3ou0 {
  padding: 14px 0; font-size: 0.82rem; color: var(--text-muted);
}
.vqng3ou0 a { color: var(--text-sub); }

/* ===== 通用区块 ===== */
.u7prna {
  padding: 48px 0;
}
.zc4qzc {
  text-align: center; margin-bottom: 36px;
}
.zc4qzc h2 {
  font-size: 1.8rem; font-weight: 700; margin-bottom: 8px;
  background: linear-gradient(135deg, var(--brand-pink), var(--brand-purple));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.zc4qzc h3 {
  font-size: 1.4rem; font-weight: 600; color: var(--text-main); margin-bottom: 6px;
}
.zc4qzc p { color: var(--text-sub); font-size: 0.95rem; }

.u7prna.alt-bg { background: var(--bg-panel); }

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

.xm9y2 {
  background: var(--bg-card); border-radius: var(--radius);
  overflow: hidden; transition: transform var(--transition), box-shadow var(--transition);
  cursor: pointer; position: relative;
  border: 1px solid rgba(192,132,252,0.08);
}
.xm9y2:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-glow);
  border-color: rgba(255,107,157,0.3);
}

.l9tgq904 {
  position: relative; padding-top: 56.25%; overflow: hidden;
  background: var(--bg-deep);
}
.l9tgq904 img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform var(--transition);
}
.xm9y2:hover .l9tgq904 img { transform: scale(1.05); }

.ekcj2e {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 52px; height: 52px; border-radius: 50%;
  background: rgba(255,107,157,0.85); display: flex; align-items: center; justify-content: center;
  transition: all var(--transition);
}
.ekcj2e::after {
  content: ""; display: block;
  border-left: 18px solid #fff; border-top: 11px solid transparent; border-bottom: 11px solid transparent;
  margin-left: 4px;
}
.xm9y2:hover .ekcj2e { background: var(--brand-pink); transform: translate(-50%,-50%) scale(1.1); }

.fcbla4z {
  padding: 14px 16px;
}
.fcbla4z h3 {
  font-size: 0.95rem; font-weight: 600; margin-bottom: 6px;
  color: var(--text-main); line-height: 1.4;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.lg4z7od {
  display: flex; gap: 12px; font-size: 0.78rem; color: var(--text-muted);
}
.lg4z7od span { display: flex; align-items: center; gap: 3px; }

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

/* ===== 专家/团队卡片 ===== */
.eclwo {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 24px;
}
.qqqjq {
  background: var(--bg-card); border-radius: var(--radius); padding: 28px 20px;
  text-align: center; border: 1px solid rgba(192,132,252,0.08);
  transition: all var(--transition);
}
.qqqjq:hover { border-color: var(--brand-pink); box-shadow: var(--shadow-glow); }
.s92e1j {
  width: 80px; height: 80px; border-radius: 50%; margin: 0 auto 14px;
  background: linear-gradient(135deg, var(--brand-pink), var(--brand-purple));
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem; color: #fff; font-weight: 700;
}
.qqqjq h4 { font-size: 1.05rem; margin-bottom: 4px; color: var(--text-main); }
.qqqjq .h8opxtss { font-size: 0.82rem; color: var(--brand-pink); margin-bottom: 8px; }
.qqqjq p { font-size: 0.85rem; color: var(--text-sub); line-height: 1.6; }
.tj0nsw3s { display: flex; gap: 8px; justify-content: center; margin-top: 14px; }
.ocqe8w4o {
  padding: 6px 16px; border-radius: 20px; font-size: 0.8rem; border: none; cursor: pointer;
  transition: all var(--transition);
}
.l2i590zx { background: var(--brand-pink); color: #fff; }
.l2i590zx:hover { background: #ff4785; color: #fff; }
.e1l91z44 {
  background: transparent; color: var(--brand-purple);
  border: 1px solid var(--brand-purple);
}
.e1l91z44:hover { background: var(--brand-purple); color: #fff; }

/* ===== FAQ 手风琴 ===== */
.pfmei80 { max-width: 800px; margin: 0 auto; }
.tx-faq-item {
  background: var(--bg-card); border-radius: var(--radius); margin-bottom: 12px;
  border: 1px solid rgba(192,132,252,0.08); overflow: hidden;
}
.tx-faq-q {
  padding: 16px 20px; cursor: pointer; font-weight: 600;
  display: flex; justify-content: space-between; align-items: center;
  color: var(--text-main); transition: background var(--transition);
}
.tx-faq-q:hover { background: rgba(255,107,157,0.05); }
.tx-faq-q::after { content: "+"; font-size: 1.3rem; color: var(--brand-pink); transition: transform var(--transition); }
.tx-faq-item.open .tx-faq-q::after { transform: rotate(45deg); }
.bhr6whs {
  max-height: 0; overflow: hidden; transition: max-height .4s ease;
  padding: 0 20px; color: var(--text-sub); font-size: 0.9rem; line-height: 1.7;
}
.tx-faq-item.open .bhr6whs { max-height: 300px; padding: 0 20px 16px; }

/* ===== 用户评论 ===== */
.q538t5 {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px;
}
.nlljp57 {
  background: var(--bg-card); border-radius: var(--radius); padding: 22px;
  border: 1px solid rgba(192,132,252,0.08);
}
.e3lapm { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.mn985gm {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-gold), var(--brand-pink));
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: #fff; font-size: 1rem;
}
.csnoc { font-weight: 600; font-size: 0.9rem; }
.xcz4y { color: var(--brand-gold); font-size: 0.85rem; }
.nlljp57 p { font-size: 0.88rem; color: var(--text-sub); line-height: 1.7; }

/* ===== 合作品牌墙 ===== */
.g275lh {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; padding: 20px 0;
}
.plya2dit {
  width: 120px; height: 60px; background: var(--bg-card); border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(192,132,252,0.1); font-size: 0.85rem; color: var(--text-sub);
  transition: all var(--transition);
}
.plya2dit:hover { border-color: var(--brand-pink); color: var(--brand-pink); }

/* ===== How-To 指南 ===== */
.svu6fdy {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 20px;
}
.jux9zwxx {
  background: var(--bg-card); border-radius: var(--radius); padding: 24px 20px;
  text-align: center; border: 1px solid rgba(192,132,252,0.08);
  position: relative;
}
.zsmmu {
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-pink), var(--brand-purple));
  color: #fff; font-weight: 700; font-size: 1.1rem;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 12px;
}
.jux9zwxx h4 { font-size: 1rem; margin-bottom: 6px; color: var(--text-main); }
.jux9zwxx p { font-size: 0.85rem; color: var(--text-sub); }

/* ===== 联系信息 ===== */
.nwusdw {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px;
}
.wwgux6o {
  background: var(--bg-card); border-radius: var(--radius); padding: 28px 24px;
  border: 1px solid rgba(192,132,252,0.08);
}
.wwgux6o h4 {
  font-size: 1.05rem; color: var(--brand-pink); margin-bottom: 12px;
  padding-bottom: 10px; border-bottom: 1px solid rgba(192,132,252,0.1);
}
.wwgux6o p { font-size: 0.88rem; color: var(--text-sub); margin-bottom: 6px; }

/* ===== 分享栏 ===== */
.ae4gkp {
  display: flex; gap: 10px; justify-content: center; padding: 20px 0;
}
.tx-share-btn {
  padding: 8px 20px; border-radius: 24px; font-size: 0.85rem;
  border: 1px solid rgba(192,132,252,0.2); color: var(--text-sub);
  background: var(--bg-card); cursor: pointer; transition: all var(--transition);
}
.tx-share-btn:hover { border-color: var(--brand-pink); color: var(--brand-pink); }

/* ===== QR码区域 ===== */
.tx-qr-grid {
  display: flex; gap: 32px; justify-content: center; flex-wrap: wrap; padding: 20px 0;
}
.yurlfz6 { text-align: center; }
.yurlfz6 canvas { border-radius: 8px; margin-bottom: 8px; }
.yurlfz6 p { font-size: 0.82rem; color: var(--text-sub); }

/* ===== 页脚 ===== */
.a8yn0spq {
  background: var(--bg-panel); border-top: 1px solid rgba(192,132,252,0.1);
  padding: 36px 0 20px;
}
.zykab {
  display: flex; justify-content: space-between; align-items: flex-start;
  flex-wrap: wrap; gap: 24px;
}
.wx929cnj { display: flex; align-items: center; gap: 14px; }
.wx929cnj img { width: 48px; height: 48px; border-radius: 10px; }
.ucl6269n strong { display: block; font-size: 0.95rem; margin-bottom: 4px; }
.ucl6269n p { font-size: 0.8rem; color: var(--text-muted); margin-bottom: 2px; }
.yqnr9g4z { text-align: right; font-size: 0.8rem; color: var(--text-muted); }
.fgrx2 {
  text-align: center; padding-top: 18px; margin-top: 18px;
  border-top: 1px solid rgba(192,132,252,0.08);
  font-size: 0.78rem; color: var(--text-muted);
}

/* ===== 视频播放页 ===== */
.angridfi {
  max-width: 960px; margin: 0 auto; padding: 24px 0;
}
.capu54rn {
  position: relative; padding-top: 56.25%; background: #000; border-radius: var(--radius);
  overflow: hidden; margin-bottom: 20px;
}
.capu54rn video {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain;
}
.cg133 h2 { font-size: 1.4rem; margin-bottom: 8px; }
.cg133 .lg4z7od { margin-bottom: 16px; }
.up2zve { color: var(--text-sub); font-size: 0.9rem; line-height: 1.7; }

.tc8m1n { font-size: 1.2rem; margin: 32px 0 16px; color: var(--text-main); }

/* ===== 内页 Hero ===== */
.k3qk8o5 {
  position: relative; overflow: hidden; height: 280px;
}
.k3qk8o5 img {
  width: 100%; height: 100%; object-fit: cover; filter: brightness(0.5);
}
.k3qk8o5 .g280p28 h2 { font-size: 1.8rem; }

/* ===== 栏目图文区块 ===== */
.vuwac {
  display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center;
  padding: 40px 0;
}
.vuwac.reverse { direction: rtl; }
.vuwac.reverse > * { direction: ltr; }
.dx3lh { border-radius: var(--radius); overflow: hidden; }
.dx3lh img { width: 100%; transition: transform var(--transition); }
.dx3lh:hover img { transform: scale(1.03); }
.n8vzmv h3 { font-size: 1.3rem; margin-bottom: 10px; color: var(--text-main); }
.n8vzmv p { color: var(--text-sub); font-size: 0.92rem; line-height: 1.8; }

/* ===== Toast 提示 ===== */
.tx-toast {
  position: fixed; bottom: 30px; left: 50%; transform: translateX(-50%) translateY(100px);
  background: var(--brand-pink); color: #fff; padding: 12px 28px; border-radius: 28px;
  font-size: 0.9rem; z-index: 9999; opacity: 0; transition: all .4s ease;
  pointer-events: none;
}
.tx-toast.show { transform: translateX(-50%) translateY(0); opacity: 1; }

/* ===== 分类标签 ===== */
.x67zkn0d { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; }
.zorgv5 {
  padding: 4px 14px; border-radius: 16px; font-size: 0.8rem;
  background: rgba(255,107,157,0.1); color: var(--brand-pink);
  border: 1px solid rgba(255,107,157,0.2);
}

/* ===== 响应式 ===== */
@media (max-width: 1024px) {
  .f2bkydy a { padding: 6px 10px; font-size: 0.82rem; }
  .lheoj input { width: 140px; }
}

@media (max-width: 768px) {
  .d8lc1lt .container { flex-wrap: wrap; height: auto; padding: 10px 16px; }
  .f2bkydy { order: 3; width: 100%; overflow-x: auto; padding: 8px 0; gap: 4px; }
  .lheoj { order: 2; flex: 1; }
  .lheoj input { width: 100%; }
  .prb1ga8 { height: 260px; }
  .g280p28 h2 { font-size: 1.5rem; }
  .ktnqp { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; }
  .vuwac { grid-template-columns: 1fr; gap: 20px; }
  .vuwac.reverse { direction: ltr; }
  .zykab { flex-direction: column; }
  .yqnr9g4z { text-align: left; }
  .eclwo { grid-template-columns: 1fr 1fr; }
  .k3qk8o5 { height: 200px; }
}

@media (max-width: 480px) {
  .ktnqp { grid-template-columns: 1fr; }
  .eclwo { grid-template-columns: 1fr; }
  .q538t5 { grid-template-columns: 1fr; }
  .ae4gkp { flex-wrap: wrap; }
}
