/* =====================================================
   免费看片 阴阳师风格主题 CSS
   域名: yunhosz.com.cn
   配色: 深靛蓝 #0d0a1e | 暗金 #c8a96e | 绛红 #8b1a2e
   ===================================================== */

/* ---- 1. CSS变量 & 重置 ---- */
:root {
  --bg-deep:    #0d0a1e;
  --bg-mid:     #13102a;
  --bg-card:    #1a1535;
  --bg-hover:   #221d42;
  --gold:       #c8a96e;
  --gold-light: #e8c87a;
  --gold-dim:   #8a6e3a;
  --crimson:    #8b1a2e;
  --crimson-l:  #b52a40;
  --crimson-d:  #5a0f1e;
  --text-main:  #e8e0d0;
  --text-sub:   #a09880;
  --text-muted: #6a6050;
  --border:     rgba(200,169,110,0.18);
  --border-h:   rgba(200,169,110,0.45);
  --shadow:     0 4px 24px rgba(0,0,0,0.55);
  --radius:     8px;
  --radius-lg:  14px;
  --transition: 0.28s cubic-bezier(.4,0,.2,1);
  --font-main:  'PingFang SC','Hiragino Sans GB','Microsoft YaHei',sans-serif;
  --font-title: 'STKaiti','KaiTi','SimKai',serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-main);
  background: var(--bg-deep);
  color: var(--text-main);
  line-height: 1.7;
  overflow-x: hidden;
  background-image:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(139,26,46,0.12) 0%, transparent 70%),
    radial-gradient(ellipse 60% 40% at 80% 100%, rgba(200,169,110,0.06) 0%, transparent 60%);
}
a { color: var(--gold); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--gold-light); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ---- 2. 滚动条 ---- */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg-mid); }
::-webkit-scrollbar-thumb { background: var(--gold-dim); border-radius: 3px; }

/* ---- 3. 顶部公告栏 ---- */
.usac3p {
  background: linear-gradient(90deg, var(--crimson-d), var(--crimson), var(--crimson-d));
  color: var(--gold-light);
  font-size: 0.82rem;
  text-align: center;
  padding: 7px 16px;
  letter-spacing: 0.04em;
  position: relative;
  overflow: hidden;
}
.usac3p::before {
  content: '';
  position: absolute; inset: 0;
  background: repeating-linear-gradient(90deg, transparent, transparent 40px, rgba(255,255,255,0.03) 40px, rgba(255,255,255,0.03) 41px);
}
.usac3p a { color: var(--gold-light); text-decoration: underline; }

/* ---- 4. 导航栏 ---- */
.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(13,10,30,0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 20px rgba(0,0,0,0.6);
}
.sgf80ql4 {
  max-width: 1280px; margin: 0 auto;
  padding: 0 20px;
  display: flex; align-items: center; gap: 20px;
  height: 68px;
}
.l0e1yr {
  display: flex; align-items: center; gap: 10px;
  flex-shrink: 0; text-decoration: none;
}
.l0e1yr .gylp7 {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1.5px solid var(--gold-dim);
  object-fit: cover;
}
.l0e1yr .kcrtj {
  font-family: var(--font-title);
  font-size: 1.25rem;
  color: var(--gold-light);
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.wy6b7 {
  display: flex; align-items: center; gap: 4px;
  flex: 1;
}
.wy6b7 a {
  color: var(--text-sub);
  font-size: 0.9rem;
  padding: 6px 12px;
  border-radius: var(--radius);
  transition: all var(--transition);
  white-space: nowrap;
  position: relative;
}
.wy6b7 a::after {
  content: '';
  position: absolute; bottom: 2px; left: 50%; right: 50%;
  height: 2px;
  background: var(--gold);
  transition: all var(--transition);
  border-radius: 1px;
}
.wy6b7 a:hover, .wy6b7 a.active {
  color: var(--gold-light);
  background: rgba(200,169,110,0.08);
}
.wy6b7 a:hover::after, .wy6b7 a.active::after {
  left: 12px; right: 12px;
}
.fgxooqr8 {
  display: flex; align-items: center; gap: 10px;
  flex-shrink: 0;
}
.lpnu473x {
  background: transparent;
  border: 1px solid var(--gold-dim);
  color: var(--gold);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  transition: all var(--transition);
}
.lpnu473x:hover {
  background: var(--gold);
  color: var(--bg-deep);
  border-color: var(--gold);
}
.o5e9uh9p {
  background: linear-gradient(135deg, var(--crimson), var(--crimson-l));
  color: #fff;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 0.85rem;
  transition: all var(--transition);
  box-shadow: 0 2px 12px rgba(139,26,46,0.4);
}
.o5e9uh9p:hover {
  background: linear-gradient(135deg, var(--crimson-l), #d43050);
  transform: translateY(-1px);
  box-shadow: 0 4px 18px rgba(139,26,46,0.6);
}
.gi1y8shd {
  display: none;
  flex-direction: column; gap: 5px;
  padding: 8px;
  border-radius: var(--radius);
}
.gi1y8shd span {
  display: block; width: 22px; height: 2px;
  background: var(--gold);
  border-radius: 1px;
  transition: all var(--transition);
}

/* ---- 5. 搜索栏 ---- */
.da6aq7h0 {
  background: var(--bg-mid);
  border-bottom: 1px solid var(--border);
  padding: 10px 20px;
}
.zu1uen {
  max-width: 1280px; margin: 0 auto;
  display: flex; align-items: center; gap: 12px;
}
.e4pi0c {
  flex: 1; max-width: 600px;
  display: flex; align-items: center;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 0 16px;
  transition: border-color var(--transition);
}
.e4pi0c:focus-within { border-color: var(--gold-dim); }
.e4pi0c input {
  flex: 1; background: none; border: none; outline: none;
  color: var(--text-main); font-size: 0.9rem;
  padding: 9px 0;
  font-family: inherit;
}
.e4pi0c input::placeholder { color: var(--text-muted); }
.e4pi0c button {
  color: var(--gold-dim);
  font-size: 1rem;
  padding: 4px;
  transition: color var(--transition);
}
.e4pi0c button:hover { color: var(--gold); }
.v36w7g {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.8rem; color: var(--text-muted);
  flex-wrap: wrap;
}
.v36w7g span { color: var(--text-muted); }
.v36w7g a {
  color: var(--text-sub);
  padding: 2px 10px;
  border: 1px solid var(--border);
  border-radius: 12px;
  font-size: 0.78rem;
  transition: all var(--transition);
}
.v36w7g a:hover {
  color: var(--gold);
  border-color: var(--gold-dim);
  background: rgba(200,169,110,0.06);
}

/* ---- 6. Hero 区 ---- */
.pi2zy {
  position: relative;
  min-height: 520px;
  display: flex; align-items: center;
  overflow: hidden;
}
.quyo3g {
  position: absolute; inset: 0;
  background-image: url('../images/hero_banner.jpg');
  background-size: cover;
  background-position: center 30%;
  filter: brightness(0.55) saturate(1.2);
  transform: scale(1.02);
  transition: transform 8s ease;
}
.pi2zy:hover .quyo3g { transform: scale(1.0); }
.ep2coxz {
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(13,10,30,0.92) 0%, rgba(13,10,30,0.6) 55%, rgba(139,26,46,0.15) 100%);
}
.nflnvscb {
  position: absolute; inset: 0; pointer-events: none;
  overflow: hidden;
}
.rnrlm4 {
  position: relative; z-index: 2;
  max-width: 1280px; margin: 0 auto;
  padding: 80px 20px 60px;
  width: 100%;
}
.ok2zr {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(139,26,46,0.3);
  border: 1px solid rgba(139,26,46,0.5);
  color: var(--gold-light);
  font-size: 0.78rem;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 18px;
  letter-spacing: 0.08em;
}
.ok2zr::before { content: '✦'; font-size: 0.7rem; }
.ncw038 {
  font-family: var(--font-title);
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #fff;
  text-shadow: 0 2px 20px rgba(0,0,0,0.8);
}
.ncw038 .biicxp {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.jfv2qx {
  font-size: 1.05rem;
  color: rgba(232,224,208,0.85);
  max-width: 540px;
  margin-bottom: 32px;
  line-height: 1.8;
}
.bzyw8lc {
  display: flex; gap: 14px; flex-wrap: wrap;
  margin-bottom: 40px;
}
.n0iisgon {
  background: linear-gradient(135deg, var(--crimson), var(--crimson-l));
  color: #fff;
  padding: 12px 32px;
  border-radius: 28px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: all var(--transition);
  box-shadow: 0 4px 20px rgba(139,26,46,0.5);
  display: inline-flex; align-items: center; gap: 8px;
}
.n0iisgon:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(139,26,46,0.7);
  color: #fff;
}
.umh8a {
  background: rgba(200,169,110,0.1);
  border: 1.5px solid var(--gold-dim);
  color: var(--gold-light);
  padding: 12px 28px;
  border-radius: 28px;
  font-size: 1rem;
  transition: all var(--transition);
  display: inline-flex; align-items: center; gap: 8px;
}
.umh8a:hover {
  background: rgba(200,169,110,0.2);
  border-color: var(--gold);
  color: var(--gold-light);
}
.sks2l8 {
  display: flex; gap: 32px; flex-wrap: wrap;
}
.i4l3gs {
  text-align: center;
}
.zpcnm {
  font-family: var(--font-title);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--gold-light);
  line-height: 1;
  display: block;
}
.g4f75bq {
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-top: 4px;
  letter-spacing: 0.06em;
}

/* ---- 7. 通用区块 ---- */
.section {
  padding: 64px 20px;
  max-width: 1280px;
  margin: 0 auto;
}
.hy7uml {
  background: var(--bg-mid);
  padding: 64px 20px;
}
.hy7uml .section { padding: 0; }
.igqij8 {
  display: flex; align-items: flex-end; justify-content: space-between;
  margin-bottom: 36px;
  gap: 16px;
  flex-wrap: wrap;
}
.section-title {
  font-family: var(--font-title);
  font-size: 1.7rem;
  color: var(--gold-light);
  position: relative;
  padding-left: 18px;
}
.section-title::before {
  content: '';
  position: absolute; left: 0; top: 50%;
  transform: translateY(-50%);
  width: 4px; height: 70%;
  background: linear-gradient(180deg, var(--crimson-l), var(--crimson-d));
  border-radius: 2px;
}
.pqh5t {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-top: 6px;
  padding-left: 18px;
}
.section-more {
  font-size: 0.85rem;
  color: var(--gold-dim);
  border: 1px solid var(--border);
  padding: 6px 16px;
  border-radius: 16px;
  transition: all var(--transition);
  white-space: nowrap;
}
.section-more:hover {
  color: var(--gold);
  border-color: var(--gold-dim);
  background: rgba(200,169,110,0.06);
}

/* ---- 8. 视频卡片 ---- */
.lyo5gs2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}
.video-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all var(--transition);
  cursor: pointer;
  position: relative;
}
.video-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold-dim);
  box-shadow: 0 12px 40px rgba(0,0,0,0.5), 0 0 0 1px rgba(200,169,110,0.15);
}
.cuirkx9m {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--bg-mid);
}
.cuirkx9m img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform var(--transition);
}
.video-card:hover .cuirkx9m img { transform: scale(1.06); }
.cuirkx9m video {
  width: 100%; height: 100%;
  object-fit: cover;
  display: none;
}
.ba84a5c3 {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(13,10,30,0.35);
  opacity: 0;
  transition: opacity var(--transition);
}
.video-card:hover .ba84a5c3 { opacity: 1; }
.q75tvp7 {
  width: 52px; height: 52px;
  background: rgba(200,169,110,0.92);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: all var(--transition);
  box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}
.q75tvp7::after {
  content: '';
  width: 0; height: 0;
  border-style: solid;
  border-width: 9px 0 9px 18px;
  border-color: transparent transparent transparent var(--bg-deep);
  margin-left: 3px;
}
.video-card:hover .q75tvp7 {
  transform: scale(1.12);
  background: var(--gold-light);
}
.de6aqcj {
  position: absolute; top: 8px; left: 8px;
  background: var(--crimson);
  color: #fff;
  font-size: 0.7rem;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.de6aqcj.mbiw75yu { background: #1a6b3a; }
.de6aqcj.od9fm  { background: #1a4a8b; }
.aa58l4 {
  position: absolute; bottom: 8px; right: 8px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  font-size: 0.72rem;
  padding: 2px 7px;
  border-radius: 4px;
}
.zlhfk {
  padding: 14px 16px 16px;
}
.video-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-main);
  margin-bottom: 8px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.f2p3ka {
  display: flex; align-items: center; justify-content: space-between;
  font-size: 0.78rem;
  color: var(--text-muted);
  gap: 8px;
}
.k3hj49 {
  display: flex; gap: 10px;
}
.k3hj49 span { display: flex; align-items: center; gap: 3px; }

/* ---- 9. 分类标签栏 ---- */
.rsigohzf {
  display: flex; gap: 8px; flex-wrap: wrap;
  margin-bottom: 28px;
}
.r9ybx1 {
  padding: 7px 18px;
  border: 1px solid var(--border);
  border-radius: 20px;
  font-size: 0.85rem;
  color: var(--text-sub);
  background: transparent;
  transition: all var(--transition);
  cursor: pointer;
}
.r9ybx1:hover, .r9ybx1.active {
  background: linear-gradient(135deg, var(--crimson-d), var(--crimson));
  border-color: var(--crimson);
  color: #fff;
}

/* ---- 10. 专家团队 ---- */
.r8hwu9w1 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 24px;
}
.lswfhl {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 20px 22px;
  text-align: center;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}
.lswfhl::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--crimson-d), var(--gold), var(--crimson-d));
}
.lswfhl:hover {
  transform: translateY(-4px);
  border-color: var(--gold-dim);
  box-shadow: var(--shadow);
}
.zpkq4 {
  width: 80px; height: 80px;
  border-radius: 50%;
  margin: 0 auto 14px;
  border: 2.5px solid var(--gold-dim);
  object-fit: cover;
  transition: border-color var(--transition);
}
.lswfhl:hover .zpkq4 { border-color: var(--gold); }
.expert-name {
  font-family: var(--font-title);
  font-size: 1.05rem;
  color: var(--gold-light);
  margin-bottom: 4px;
}
.sj6fo {
  font-size: 0.8rem;
  color: var(--crimson-l);
  margin-bottom: 10px;
  letter-spacing: 0.06em;
}
.yq6993j {
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 14px;
}
.xvbfyt5 {
  display: flex; flex-wrap: wrap; gap: 5px;
  justify-content: center;
  margin-bottom: 16px;
}
.nmybf {
  font-size: 0.72rem;
  padding: 2px 9px;
  border: 1px solid var(--border);
  border-radius: 10px;
  color: var(--text-muted);
}
.yd0ku9 {
  display: flex; gap: 8px; justify-content: center;
}
.fat4y9c {
  font-size: 0.78rem;
  padding: 5px 14px;
  border-radius: 14px;
  border: 1px solid var(--border);
  color: var(--text-sub);
  transition: all var(--transition);
}
.fat4y9c:hover {
  border-color: var(--gold-dim);
  color: var(--gold);
  background: rgba(200,169,110,0.06);
}

/* ---- 11. AI赋能卡片 ---- */
.xgw74z0 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 18px;
}
.ljchk9ww {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px 18px;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}
.ljchk9ww::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-dim), transparent);
  opacity: 0;
  transition: opacity var(--transition);
}
.ljchk9ww:hover { border-color: var(--gold-dim); transform: translateY(-3px); }
.ljchk9ww:hover::after { opacity: 1; }
.xcf6yw {
  width: 48px; height: 48px;
  background: linear-gradient(135deg, var(--crimson-d), var(--bg-mid));
  border: 1px solid var(--border);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 14px;
}
.ywhgi {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-main);
  margin-bottom: 8px;
}
.kexhyx4 {
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ---- 12. 直播/社区卡片 ---- */
.ncsafmm {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
}
.kb5ocyw {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all var(--transition);
}
.kb5ocyw:hover {
  border-color: var(--crimson);
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(139,26,46,0.25);
}
.i1xqcw {
  aspect-ratio: 3/4;
  background: linear-gradient(135deg, var(--bg-mid), var(--crimson-d));
  position: relative;
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  font-size: 2.5rem;
}
.mbauz {
  position: absolute; top: 8px; left: 8px;
  background: #e53935;
  color: #fff;
  font-size: 0.68rem;
  padding: 2px 7px;
  border-radius: 4px;
  font-weight: 700;
  animation: pulse-live 1.5s infinite;
}
@keyframes pulse-live {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.6; }
}
.j0zsrbls { padding: 10px 12px; }
.live-name {
  font-size: 0.88rem;
  color: var(--text-main);
  font-weight: 600;
  margin-bottom: 4px;
}
.gditxym {
  font-size: 0.75rem;
  color: var(--text-muted);
}

/* ---- 13. 弹幕区 ---- */
.hv8zh {
  background: linear-gradient(135deg, var(--bg-mid), rgba(139,26,46,0.08));
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 20px;
  overflow: hidden;
  position: relative;
  height: 80px;
}
.oc02cd {
  display: flex; gap: 40px;
  white-space: nowrap;
  animation: danmaku-scroll 20s linear infinite;
  position: absolute; top: 50%; transform: translateY(-50%);
}
.oc02cd:hover { animation-play-state: paused; }
@keyframes danmaku-scroll {
  from { transform: translateY(-50%) translateX(0); }
  to   { transform: translateY(-50%) translateX(-50%); }
}
.bv9hz {
  font-size: 0.88rem;
  color: var(--text-sub);
  padding: 4px 14px;
  background: rgba(200,169,110,0.06);
  border: 1px solid var(--border);
  border-radius: 16px;
  white-space: nowrap;
}

/* ---- 14. 标签云 ---- */
.c7m5vg {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.uv8dtb {
  font-size: 0.82rem;
  padding: 5px 14px;
  border: 1px solid var(--border);
  border-radius: 16px;
  color: var(--text-sub);
  transition: all var(--transition);
}
.uv8dtb:hover {
  color: var(--gold);
  border-color: var(--gold-dim);
  background: rgba(200,169,110,0.07);
}
.uv8dtb.tw3p5pap {
  border-color: var(--crimson);
  color: var(--crimson-l);
}
.uv8dtb.tw3p5pap:hover {
  background: rgba(139,26,46,0.12);
}

/* ---- 15. FAQ ---- */
.etzrks1 { display: flex; flex-direction: column; gap: 12px; }
.dfpja {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color var(--transition);
}
.dfpja.open { border-color: var(--gold-dim); }
.tz3u4c {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 20px;
  cursor: pointer;
  font-size: 0.95rem;
  color: var(--text-main);
  font-weight: 500;
  gap: 12px;
  user-select: none;
}
.tz3u4c::after {
  content: '＋';
  color: var(--gold-dim);
  font-size: 1.1rem;
  flex-shrink: 0;
  transition: transform var(--transition);
}
.dfpja.open .tz3u4c::after {
  transform: rotate(45deg);
  color: var(--gold);
}
.b0qgct8 {
  max-height: 0; overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.8;
  padding: 0 20px;
}
.dfpja.open .b0qgct8 {
  max-height: 300px;
  padding: 0 20px 16px;
}

/* ---- 16. 用户评价 ---- */
.rjt6exdg {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
.lbcjok6s {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 22px;
  transition: all var(--transition);
  position: relative;
}
.lbcjok6s::before {
  content: '❝';
  position: absolute; top: 14px; right: 18px;
  font-size: 2.5rem;
  color: rgba(200,169,110,0.1);
  font-family: Georgia, serif;
  line-height: 1;
}
.lbcjok6s:hover {
  border-color: var(--gold-dim);
  transform: translateY(-2px);
}
.tnuhlyq {
  color: var(--gold);
  font-size: 0.9rem;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.tcjg66 {
  font-size: 0.88rem;
  color: var(--text-sub);
  line-height: 1.8;
  margin-bottom: 14px;
}
.h4nwwa {
  display: flex; align-items: center; gap: 10px;
}
.woc9odd {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--crimson-d), var(--gold-dim));
  display: flex; align-items: center; justify-content: center;
  font-size: 0.9rem;
  color: var(--gold-light);
  font-weight: 600;
  flex-shrink: 0;
}
.pwahb39 {
  font-size: 0.85rem;
  color: var(--text-main);
  font-weight: 600;
}
.f6slz {
  font-size: 0.75rem;
  color: var(--text-muted);
}

/* ---- 17. 合作品牌墙 ---- */
.rq79xu1 {
  display: flex; flex-wrap: wrap; gap: 12px;
  align-items: center;
}
.fqovi8 {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 10px 20px;
  font-size: 0.88rem;
  color: var(--text-muted);
  transition: all var(--transition);
  white-space: nowrap;
}
.fqovi8:hover {
  border-color: var(--gold-dim);
  color: var(--gold);
  background: rgba(200,169,110,0.05);
}

/* ---- 18. 联系/社区入口 ---- */
.bjq5zll {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}
.o6hv598f {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px;
  transition: all var(--transition);
}
.o6hv598f:hover {
  border-color: var(--gold-dim);
  transform: translateY(-2px);
}
.rof84w {
  font-size: 2rem;
  margin-bottom: 12px;
}
.uc9lcs27 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--gold-light);
  margin-bottom: 8px;
}
.gwh6bg7 {
  font-size: 0.88rem;
  color: var(--text-sub);
  word-break: break-all;
}
.ulu8tsp1 {
  display: flex; gap: 24px; flex-wrap: wrap;
  align-items: flex-start;
}
.nhb3gxy2 {
  text-align: center;
}
.nhb3gxy2 img {
  width: 100px; height: 100px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 8px;
}
.ketwxoq {
  font-size: 0.78rem;
  color: var(--text-muted);
}

/* ---- 19. 社交分享 ---- */
.s8azr5w {
  display: flex; gap: 10px; flex-wrap: wrap;
  align-items: center;
}
.rbqzbqj {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 16px;
  border-radius: 20px;
  font-size: 0.82rem;
  border: 1px solid var(--border);
  color: var(--text-sub);
  transition: all var(--transition);
}
.rbqzbqj:hover {
  border-color: var(--gold-dim);
  color: var(--gold);
  background: rgba(200,169,110,0.06);
}

/* ---- 20. 加入社区 CTA ---- */
.ajagam {
  background: linear-gradient(135deg, var(--crimson-d) 0%, rgba(139,26,46,0.4) 50%, var(--bg-mid) 100%);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 60px 20px;
  text-align: center;
}
.cnqq7m42 {
  font-family: var(--font-title);
  font-size: 1.9rem;
  color: var(--gold-light);
  margin-bottom: 12px;
}
.hqkp41 {
  font-size: 0.95rem;
  color: var(--text-sub);
  margin-bottom: 28px;
  max-width: 500px;
  margin-left: auto; margin-right: auto;
}
.srltdzer {
  display: flex; gap: 10px; justify-content: center;
  flex-wrap: wrap;
  max-width: 480px;
  margin: 0 auto;
}
.opskmru {
  flex: 1; min-width: 200px;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 11px 20px;
  color: var(--text-main);
  font-size: 0.9rem;
  outline: none;
  transition: border-color var(--transition);
  font-family: inherit;
}
.opskmru:focus { border-color: var(--gold-dim); }
.ln1m99y {
  background: linear-gradient(135deg, var(--gold-dim), var(--gold));
  color: var(--bg-deep);
  padding: 11px 28px;
  border-radius: 24px;
  font-size: 0.9rem;
  font-weight: 700;
  transition: all var(--transition);
}
.ln1m99y:hover {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  transform: translateY(-1px);
}

/* ---- 21. 面包屑 ---- */
.breadcrumb {
  background: var(--bg-mid);
  border-bottom: 1px solid var(--border);
  padding: 10px 20px;
}
.breadcrumb-inner {
  max-width: 1280px; margin: 0 auto;
  display: flex; align-items: center; gap: 6px;
  font-size: 0.82rem;
  color: var(--text-muted);
  flex-wrap: wrap;
}
.breadcrumb-inner a { color: var(--text-muted); }
.breadcrumb-inner a:hover { color: var(--gold); }
.breadcrumb-inner .sep { color: var(--border-h); }
.breadcrumb-inner .current { color: var(--gold-dim); }

/* ---- 22. 内页Banner ---- */
.v70lkieq {
  position: relative;
  padding: 60px 20px;
  background: linear-gradient(135deg, var(--bg-mid), var(--bg-deep));
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}
.v70lkieq::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 80% at 30% 50%, rgba(139,26,46,0.15) 0%, transparent 70%);
}
.x3rw063 {
  position: relative; z-index: 1;
  max-width: 1280px; margin: 0 auto;
}
.v70lkieq h1 {
  font-family: var(--font-title);
  font-size: 2rem;
  color: var(--gold-light);
  margin-bottom: 10px;
}
.v70lkieq p {
  font-size: 0.95rem;
  color: var(--text-muted);
  max-width: 600px;
}

/* ---- 23. 分页 ---- */
.pk4bwy {
  display: flex; justify-content: center; gap: 8px;
  margin-top: 40px; flex-wrap: wrap;
}
.gn10830h {
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-size: 0.85rem;
  color: var(--text-sub);
  transition: all var(--transition);
}
.gn10830h:hover, .gn10830h.active {
  background: var(--crimson);
  border-color: var(--crimson);
  color: #fff;
}

/* ---- 24. 页脚 ---- */
.site-footer {
  background: var(--bg-mid);
  border-top: 1px solid var(--border);
  padding: 56px 20px 24px;
}
.kw5nokt8 {
  max-width: 1280px; margin: 0 auto;
}
.hsx8gl9 {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}
.afeum88 .kxlq9v {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 14px;
}
.afeum88 .kxlq9v img {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1.5px solid var(--gold-dim);
  object-fit: cover;
}
.afeum88 .f98ta {
  font-family: var(--font-title);
  font-size: 1.2rem;
  color: var(--gold-light);
}
.afeum88 p {
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 16px;
}
.ek800r2 {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--gold-dim);
  margin-bottom: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.km6anq8o {
  display: flex; flex-direction: column; gap: 8px;
}
.km6anq8o a {
  font-size: 0.82rem;
  color: var(--text-muted);
  transition: color var(--transition);
}
.km6anq8o a:hover { color: var(--gold); }
.uqmdzp {
  border: none;
  border-top: 1px solid var(--border);
  margin-bottom: 20px;
}
.nw3q4u {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 12px;
  font-size: 0.78rem;
  color: var(--text-muted);
}
.rmjw2ei {
  display: flex; gap: 16px; flex-wrap: wrap;
}
.rmjw2ei a {
  color: var(--text-muted);
  transition: color var(--transition);
}
.rmjw2ei a:hover { color: var(--gold); }
.r7vciuv {
  color: var(--text-muted);
  font-size: 0.75rem;
}

/* ---- 25. 回顶按钮 ---- */
.eoe52d7h {
  position: fixed; bottom: 28px; right: 24px;
  width: 42px; height: 42px;
  background: linear-gradient(135deg, var(--crimson-d), var(--crimson));
  border: 1px solid var(--crimson-l);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-size: 1rem;
  z-index: 999;
  opacity: 0; pointer-events: none;
  transition: all var(--transition);
  box-shadow: 0 4px 16px rgba(139,26,46,0.5);
  cursor: pointer;
}
.eoe52d7h.show { opacity: 1; pointer-events: auto; }
.eoe52d7h:hover { transform: translateY(-3px); }

/* ---- 26. 移动端菜单 ---- */
.bqjlkri4 {
  display: none;
  position: fixed; inset: 0; z-index: 2000;
  background: rgba(13,10,30,0.97);
  flex-direction: column;
  padding: 80px 24px 40px;
  gap: 6px;
  overflow-y: auto;
}
.bqjlkri4.open { display: flex; }
.bqjlkri4 a {
  color: var(--text-sub);
  font-size: 1.1rem;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
  transition: color var(--transition);
}
.bqjlkri4 a:hover { color: var(--gold-light); }
.gkozng {
  position: absolute; top: 20px; right: 20px;
  font-size: 1.5rem;
  color: var(--gold-dim);
  cursor: pointer;
  padding: 8px;
}

/* ---- 27. 响应式 ---- */
@media (max-width: 1024px) {
  .hsx8gl9 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .wy6b7, .fgxooqr8 .lpnu473x, .fgxooqr8 .o5e9uh9p { display: none; }
  .gi1y8shd { display: flex; }
  .pi2zy { min-height: 380px; }
  .rnrlm4 { padding: 50px 16px 40px; }
  .ncw038 { font-size: 1.8rem; }
  .sks2l8 { gap: 20px; }
  .section { padding: 40px 16px; }
  .hy7uml { padding: 40px 16px; }
  .lyo5gs2 { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .r8hwu9w1 { grid-template-columns: repeat(2, 1fr); }
  .hsx8gl9 { grid-template-columns: 1fr; gap: 28px; }
  .nw3q4u { flex-direction: column; text-align: center; }
  .v36w7g { display: none; }
  .ncsafmm { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .lyo5gs2 { grid-template-columns: 1fr; }
  .r8hwu9w1 { grid-template-columns: 1fr; }
  .rjt6exdg { grid-template-columns: 1fr; }
  .bzyw8lc { flex-direction: column; }
  .n0iisgon, .umh8a { width: 100%; justify-content: center; }
  .ncsafmm { grid-template-columns: repeat(2, 1fr); }
}

/* ---- 28. 装饰元素 ---- */
.ok3f69 {
  display: flex; align-items: center; gap: 12px;
  margin: 32px 0;
  color: var(--gold-dim);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
.ok3f69::before, .ok3f69::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border), transparent);
}

/* ---- 29. 懒加载占位 ---- */
img[data-src] { opacity: 0; transition: opacity 0.4s; }
img.loaded { opacity: 1; }

/* ---- 30. 视频加载状态 ---- */
.cuirkx9m.loading::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent 25%, rgba(200,169,110,0.06) 50%, transparent 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}
@keyframes shimmer {
  from { background-position: -200% 0; }
  to   { background-position: 200% 0; }
}
