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

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

/* ===== 顶部导航 ===== */
.eo89e {
  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;
}

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

.i7vvr { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.i7vvr img { width: 42px; height: 42px; border-radius: 8px; }
.ub36fr8x { display: flex; flex-direction: column; }
.ub36fr8x 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;
}
.ub36fr8x span { font-size: 0.7rem; color: var(--text-sub); }

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

.g5un6236 {
  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;
}
.g5un6236 input {
  background: transparent; border: none; outline: none;
  color: var(--text-main); padding: 8px 14px; font-size: 0.85rem; width: 180px;
}
.g5un6236 input::placeholder { color: var(--text-muted); }
.g5un6236 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;
}

/* ===== 公告条 ===== */
.e5s9lp {
  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;
}
.e5s9lp span {
  display: inline-block;
  animation: tx-scroll 25s linear infinite;
}
@keyframes tx-scroll {
  0% { transform: translateX(100vw); }
  100% { transform: translateX(-100%); }
}

/* ===== Hero 横幅 ===== */
.px3m2sez {
  position: relative; overflow: hidden;
  background: linear-gradient(180deg, var(--bg-deep), var(--bg-panel));
  padding: 0;
}
.g2fl3u {
  width: 100%; height: 420px; object-fit: cover;
  filter: brightness(0.7);
}
.bo3zu6f {
  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%);
}
.bo3zu6f .bhv9ldp8 {
  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);
}
.bo3zu6f 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;
}
.bo3zu6f p { color: var(--text-sub); font-size: 1rem; max-width: 680px; }

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

/* ===== 通用区块 ===== */
.kekwhj {
  padding: 48px 0;
}
.nf4j0 {
  text-align: center; margin-bottom: 36px;
}
.nf4j0 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;
}
.nf4j0 h3 {
  font-size: 1.4rem; font-weight: 600; color: var(--text-main); margin-bottom: 6px;
}
.nf4j0 p { color: var(--text-sub); font-size: 0.95rem; }

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

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

.ne7ga {
  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);
}
.ne7ga:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-glow);
  border-color: rgba(255,107,157,0.3);
}

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

.d9110 {
  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);
}
.d9110::after {
  content: ""; display: block;
  border-left: 18px solid #fff; border-top: 11px solid transparent; border-bottom: 11px solid transparent;
  margin-left: 4px;
}
.ne7ga:hover .d9110 { background: var(--brand-pink); transform: translate(-50%,-50%) scale(1.1); }

.m6moen5w {
  padding: 14px 16px;
}
.m6moen5w 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;
}
.ngqm9 {
  display: flex; gap: 12px; font-size: 0.78rem; color: var(--text-muted);
}
.ngqm9 span { display: flex; align-items: center; gap: 3px; }

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

/* ===== 专家/团队卡片 ===== */
.o70bc9 {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 24px;
}
.xpue532a {
  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);
}
.xpue532a:hover { border-color: var(--brand-pink); box-shadow: var(--shadow-glow); }
.p74q6 {
  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;
}
.xpue532a h4 { font-size: 1.05rem; margin-bottom: 4px; color: var(--text-main); }
.xpue532a .l7yckge { font-size: 0.82rem; color: var(--brand-pink); margin-bottom: 8px; }
.xpue532a p { font-size: 0.85rem; color: var(--text-sub); line-height: 1.6; }
.o3o77 { display: flex; gap: 8px; justify-content: center; margin-top: 14px; }
.c4roolm {
  padding: 6px 16px; border-radius: 20px; font-size: 0.8rem; border: none; cursor: pointer;
  transition: all var(--transition);
}
.yje5w { background: var(--brand-pink); color: #fff; }
.yje5w:hover { background: #ff4785; color: #fff; }
.l8euj {
  background: transparent; color: var(--brand-purple);
  border: 1px solid var(--brand-purple);
}
.l8euj:hover { background: var(--brand-purple); color: #fff; }

/* ===== FAQ 手风琴 ===== */
.alzss { 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); }
.aklxknz {
  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 .aklxknz { max-height: 300px; padding: 0 20px 16px; }

/* ===== 用户评论 ===== */
.vzvat {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px;
}
.oxbky {
  background: var(--bg-card); border-radius: var(--radius); padding: 22px;
  border: 1px solid rgba(192,132,252,0.08);
}
.kwer8 { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.zy27uahp {
  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;
}
.b1hl4 { font-weight: 600; font-size: 0.9rem; }
.h89a2 { color: var(--brand-gold); font-size: 0.85rem; }
.oxbky p { font-size: 0.88rem; color: var(--text-sub); line-height: 1.7; }

/* ===== 合作品牌墙 ===== */
.i8469 {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; padding: 20px 0;
}
.t8gmqzy {
  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);
}
.t8gmqzy:hover { border-color: var(--brand-pink); color: var(--brand-pink); }

/* ===== How-To 指南 ===== */
.hi12qq {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 20px;
}
.fd5tplhw {
  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;
}
.bvw2im6m {
  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;
}
.fd5tplhw h4 { font-size: 1rem; margin-bottom: 6px; color: var(--text-main); }
.fd5tplhw p { font-size: 0.85rem; color: var(--text-sub); }

/* ===== 联系信息 ===== */
.d3g3swxs {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px;
}
.wnklx8 {
  background: var(--bg-card); border-radius: var(--radius); padding: 28px 24px;
  border: 1px solid rgba(192,132,252,0.08);
}
.wnklx8 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);
}
.wnklx8 p { font-size: 0.88rem; color: var(--text-sub); margin-bottom: 6px; }

/* ===== 分享栏 ===== */
.ef5uoug {
  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;
}
.r4ekbrvf { text-align: center; }
.r4ekbrvf canvas { border-radius: 8px; margin-bottom: 8px; }
.r4ekbrvf p { font-size: 0.82rem; color: var(--text-sub); }

/* ===== 页脚 ===== */
.tllkho {
  background: var(--bg-panel); border-top: 1px solid rgba(192,132,252,0.1);
  padding: 36px 0 20px;
}
.jxtgz {
  display: flex; justify-content: space-between; align-items: flex-start;
  flex-wrap: wrap; gap: 24px;
}
.erbr5 { display: flex; align-items: center; gap: 14px; }
.erbr5 img { width: 48px; height: 48px; border-radius: 10px; }
.m3rpsx strong { display: block; font-size: 0.95rem; margin-bottom: 4px; }
.m3rpsx p { font-size: 0.8rem; color: var(--text-muted); margin-bottom: 2px; }
.hdkqn { text-align: right; font-size: 0.8rem; color: var(--text-muted); }
.a0egb {
  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);
}

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

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

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

/* ===== 栏目图文区块 ===== */
.atgsy {
  display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center;
  padding: 40px 0;
}
.atgsy.reverse { direction: rtl; }
.atgsy.reverse > * { direction: ltr; }
.hfq7ku { border-radius: var(--radius); overflow: hidden; }
.hfq7ku img { width: 100%; transition: transform var(--transition); }
.hfq7ku:hover img { transform: scale(1.03); }
.wp0ez4 h3 { font-size: 1.3rem; margin-bottom: 10px; color: var(--text-main); }
.wp0ez4 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; }

/* ===== 分类标签 ===== */
.xyyfmhr { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; }
.mkcrio {
  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) {
  .x4chd a { padding: 6px 10px; font-size: 0.82rem; }
  .g5un6236 input { width: 140px; }
}

@media (max-width: 768px) {
  .eo89e .container { flex-wrap: wrap; height: auto; padding: 10px 16px; }
  .x4chd { order: 3; width: 100%; overflow-x: auto; padding: 8px 0; gap: 4px; }
  .g5un6236 { order: 2; flex: 1; }
  .g5un6236 input { width: 100%; }
  .g2fl3u { height: 260px; }
  .bo3zu6f h2 { font-size: 1.5rem; }
  .rf83lytj { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; }
  .atgsy { grid-template-columns: 1fr; gap: 20px; }
  .atgsy.reverse { direction: ltr; }
  .jxtgz { flex-direction: column; }
  .hdkqn { text-align: left; }
  .o70bc9 { grid-template-columns: 1fr 1fr; }
  .qpblni { height: 200px; }
}

@media (max-width: 480px) {
  .rf83lytj { grid-template-columns: 1fr; }
  .o70bc9 { grid-template-columns: 1fr; }
  .vzvat { grid-template-columns: 1fr; }
  .ef5uoug { flex-wrap: wrap; }
}
