/* ===== 猎奇 全站样式 ===== */
/* 原创配色: 珊瑚红 #FF6B6B, 暖橙 #FF9A56, 深靛 #1A1A2E, 暗蓝 #16213E, 星空紫 #0F3460, 亮白 #EAEAEA */

:root {
  --coral: #FF6B6B;
  --orange: #FF9A56;
  --deep-dark: #1A1A2E;
  --dark-blue: #16213E;
  --star-purple: #0F3460;
  --light: #EAEAEA;
  --white: #FFFFFF;
  --text-main: #E0E0E0;
  --text-muted: #A0A0B0;
  --card-bg: #1E2A3A;
  --card-hover: #253545;
  --border-color: #2A3A4A;
  --gradient-main: linear-gradient(135deg, var(--coral), var(--orange));
  --shadow-card: 0 4px 20px rgba(0,0,0,0.3);
  --radius: 12px;
  --transition: all 0.3s ease;
}

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

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

body {
  font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  background-color: var(--deep-dark);
  color: var(--text-main);
  line-height: 1.7;
  overflow-x: hidden;
}

a { color: var(--coral); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--orange); }

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

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

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

.lmirh0hg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

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

.hw9t72r2 img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
}

.hw9t72r2 h1,
.hw9t72r2 .gppky54 {
  font-size: 1.3rem;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}

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

.eu16nons a {
  color: var(--text-main);
  padding: 8px 14px;
  font-size: 0.9rem;
  border-radius: 6px;
  transition: var(--transition);
  white-space: nowrap;
}

.eu16nons a:hover,
.eu16nons a.active {
  color: var(--coral);
  background: rgba(255,107,107,0.1);
}

.vlki8ez {
  display: none;
  background: none;
  border: none;
  color: var(--text-main);
  font-size: 1.5rem;
  cursor: pointer;
}

/* 搜索框 */
.x8u0nvz7 {
  background: var(--dark-blue);
  padding: 10px 0;
  border-bottom: 1px solid var(--border-color);
  margin-top: 60px;
}

.x8u0nvz7 .container {
  display: flex;
  justify-content: center;
}

.zjncy {
  display: flex;
  max-width: 600px;
  width: 100%;
  background: var(--card-bg);
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid var(--border-color);
}

.zjncy input {
  flex: 1;
  padding: 10px 20px;
  background: transparent;
  border: none;
  color: var(--text-main);
  font-size: 0.95rem;
  outline: none;
}

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

.zjncy button {
  padding: 10px 24px;
  background: var(--gradient-main);
  border: none;
  color: var(--white);
  font-size: 0.95rem;
  cursor: pointer;
  transition: var(--transition);
}

.zjncy button:hover { opacity: 0.9; }

/* ===== Banner ===== */
.i9aijx {
  position: relative;
  width: 100%;
  min-height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.i9aijx .vno2u2 {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}

.aay1wfa {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 60px 20px;
  max-width: 800px;
}

.aay1wfa h2 {
  font-size: 2.5rem;
  margin-bottom: 16px;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.aay1wfa p {
  font-size: 1.15rem;
  color: var(--light);
  margin-bottom: 24px;
  line-height: 1.8;
}

.btn-primary {
  display: inline-block;
  padding: 12px 36px;
  background: var(--gradient-main);
  color: var(--white);
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 600;
  transition: var(--transition);
  border: none;
  cursor: pointer;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255,107,107,0.4);
  color: var(--white);
}

.btn-outline {
  display: inline-block;
  padding: 10px 28px;
  border: 2px solid var(--coral);
  color: var(--coral);
  border-radius: 30px;
  font-size: 0.95rem;
  transition: var(--transition);
}

.btn-outline:hover {
  background: var(--coral);
  color: var(--white);
}

/* ===== 通用板块 ===== */
.section {
  padding: 60px 0;
}

.section-alt {
  background: var(--dark-blue);
}

.bb2jcdom {
  text-align: center;
  margin-bottom: 40px;
}

.bb2jcdom h2 {
  font-size: 1.8rem;
  color: var(--white);
  margin-bottom: 10px;
}

.bb2jcdom h3 {
  font-size: 1.5rem;
  color: var(--white);
  margin-bottom: 10px;
}

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

.cm4tkkj {
  display: inline-block;
  width: 60px;
  height: 3px;
  background: var(--gradient-main);
  border-radius: 2px;
  margin-bottom: 12px;
}

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

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

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

.vavu5wtl {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}

.vavu5wtl img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

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

.ty99j9qq {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  background: rgba(255,107,107,0.85);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--transition);
  z-index: 3;
}

.ty99j9qq::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent var(--white);
  margin-left: 3px;
}

.vavu5wtl:hover .ty99j9qq {
  opacity: 1;
}

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

.ed4k9 {
  padding: 14px;
}

.ed4k9 h4 {
  font-size: 0.95rem;
  color: var(--white);
  margin-bottom: 6px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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

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

/* ===== 专家卡片 ===== */
.om3d3 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}

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

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

.htcj9ym img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 16px;
  border: 3px solid var(--coral);
  object-fit: cover;
}

.htcj9ym h4 {
  color: var(--white);
  margin-bottom: 4px;
}

.htcj9ym .role {
  color: var(--coral);
  font-size: 0.85rem;
  margin-bottom: 10px;
}

.htcj9ym p {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 12px;
}

.htcj9ym .kidted3 {
  color: var(--orange);
  font-size: 0.8rem;
  margin-bottom: 12px;
}

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

.zvzmyh a {
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.8rem;
}

/* ===== 社区模块 ===== */
.qorbyhif {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}

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

.mkviw:hover {
  border-color: var(--orange);
  transform: translateY(-3px);
}

.gsqm7y {
  font-size: 2.5rem;
  margin-bottom: 12px;
}

.mkviw h4 {
  color: var(--white);
  margin-bottom: 8px;
  font-size: 1rem;
}

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

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

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

.dcogsg {
  padding: 16px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--white);
  font-weight: 600;
  transition: var(--transition);
}

.dcogsg:hover { color: var(--coral); }

.dcogsg .mc2bjg6m {
  transition: var(--transition);
  font-size: 1.2rem;
}

.z3dim.active .dcogsg .mc2bjg6m {
  transform: rotate(180deg);
}

.pn9c6h {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 20px;
  color: var(--text-muted);
  line-height: 1.7;
}

.z3dim.active .pn9c6h {
  max-height: 300px;
  padding: 0 20px 16px;
}

/* ===== 用户评论 ===== */
.f85on0 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

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

.u6fag:hover {
  border-color: var(--coral);
}

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

.coqbx {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--gradient-main);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-weight: 700;
  font-size: 1.1rem;
}

.qlszw5 { color: var(--white); font-weight: 600; }
.exycn1e { color: var(--text-muted); font-size: 0.8rem; }
.s1mveo { color: var(--orange); font-size: 0.9rem; letter-spacing: 2px; }

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

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

.kvz1bu .kcrxd1yk {
  background: var(--card-bg);
  padding: 16px 28px;
  border-radius: var(--radius);
  border: 1px solid var(--border-color);
  color: var(--text-muted);
  font-size: 0.95rem;
  transition: var(--transition);
}

.kvz1bu .kcrxd1yk:hover {
  border-color: var(--coral);
  color: var(--white);
}

/* ===== How-To 指南 ===== */
.eqmo2f8 {
  max-width: 700px;
  margin: 0 auto;
}

.ppt8vta7 {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
  align-items: flex-start;
}

.ym2egv {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  background: var(--gradient-main);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-weight: 700;
  font-size: 1.1rem;
}

.v3osova {
  color: var(--text-main);
  font-size: 0.95rem;
  padding-top: 8px;
}

/* ===== 联系我们 ===== */
.p67dmc {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

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

.x06ea h4 {
  color: var(--white);
  margin-bottom: 12px;
  font-size: 1.05rem;
}

.x06ea p {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 8px;
}

/* ===== 分享按钮 ===== */
.wo5892 {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 0;
}

.l3wgak {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 0.85rem;
  color: var(--white);
  transition: var(--transition);
}

.l3wgak:hover { transform: translateY(-2px); color: var(--white); }
.d4rjoc { background: #07C160; }
.ozmmhup { background: #E6162D; }
.tlh2j { background: #161823; border: 1px solid #333; }
.r0bso { background: #00A1D6; }

/* ===== 页脚 ===== */
.iz1egh05 {
  background: var(--dark-blue);
  border-top: 1px solid var(--border-color);
  padding: 40px 0 20px;
}

.dcq1z3 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 30px;
  margin-bottom: 30px;
}

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

.tlrvjfa p,
.tlrvjfa a {
  color: var(--text-muted);
  font-size: 0.85rem;
  display: block;
  margin-bottom: 6px;
}

.tlrvjfa a:hover { color: var(--coral); }

.tlrvjfa img {
  width: 120px;
  border-radius: 8px;
  margin-top: 8px;
}

.lnq37 {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid var(--border-color);
  color: var(--text-muted);
  font-size: 0.8rem;
}

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

.v4slpf img {
  width: 36px;
  height: 36px;
  border-radius: 6px;
}

/* ===== AI赋能板块 ===== */
.e9tn69jc {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
}

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

.luwtw5q4:hover {
  border-color: var(--star-purple);
  transform: translateY(-3px);
}

.luwtw5q4 h4 {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 1.05rem;
}

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

.h6s5rd {
  font-size: 2rem;
  margin-bottom: 12px;
}

/* ===== 面包屑 ===== */
.breadcrumb {
  padding: 12px 0;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.breadcrumb a { color: var(--text-muted); }
.breadcrumb a:hover { color: var(--coral); }
.breadcrumb span { margin: 0 6px; }

/* ===== 内页通用 ===== */
.o92924 {
  padding: 100px 0 40px;
  text-align: center;
  background: var(--dark-blue);
}

.o92924 h2 {
  font-size: 2rem;
  color: var(--white);
  margin-bottom: 10px;
}

.o92924 p {
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto;
}

.whlkewsw {
  padding: 40px 0 60px;
}

.whlkewsw h3 {
  color: var(--white);
  font-size: 1.3rem;
  margin-bottom: 16px;
  margin-top: 30px;
}

.whlkewsw p {
  color: var(--text-main);
  margin-bottom: 14px;
  line-height: 1.8;
}

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

.tag {
  display: inline-block;
  padding: 4px 14px;
  background: rgba(255,107,107,0.15);
  color: var(--coral);
  border-radius: 16px;
  font-size: 0.8rem;
}

/* ===== 响应式 ===== */
@media (max-width: 768px) {
  .eu16nons {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: var(--deep-dark);
    flex-direction: column;
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
  }

  .eu16nons.open { display: flex; }

  .eu16nons a {
    padding: 12px 20px;
    border-radius: 0;
  }

  .vlki8ez { display: block; }

  .aay1wfa h2 { font-size: 1.6rem; }
  .aay1wfa p { font-size: 0.95rem; }
  .i9aijx { min-height: 380px; }

  .bb2jcdom h2 { font-size: 1.4rem; }

  .t7kl4ku { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
  .om3d3 { grid-template-columns: 1fr; }
  .f85on0 { grid-template-columns: 1fr; }
  .dcq1z3 { grid-template-columns: 1fr 1fr; }
  .e9tn69jc { grid-template-columns: 1fr; }
  .p67dmc { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .dcq1z3 { grid-template-columns: 1fr; }
  .t7kl4ku { grid-template-columns: 1fr; }
  .qorbyhif { grid-template-columns: 1fr 1fr; }
}

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

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

/* 无JS回退：确保图片可见 */
@media (scripting: none) {
  img[loading="lazy"] { opacity: 1; }
}

/* ===== 动画 ===== */
.srijpry {
  opacity: 1;
  transform: translateY(0);
}

/* ===== 无障碍焦点 ===== */
a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid var(--coral);
  outline-offset: 2px;
}

/* ===== 标签云居中 ===== */
.d8turf2 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
}

/* ===== 编辑信息样式 ===== */
.n0y3ane {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 8px;
}
