/* ============================================
   暗网 - 原创样式表
   品牌：暗网 | 域名：lz052193.cn
   定位：国内影视传媒公司+动漫社区
   ============================================ */

/* === 基础重置与变量 === */
:root {
  --primary: #FF6B35;
  --primary-dark: #E55A2B;
  --secondary: #1A1A2E;
  --accent: #E94560;
  --bg-dark: #0F0F23;
  --bg-card: #16162A;
  --bg-card-hover: #1E1E3A;
  --text-main: #EAEAEA;
  --text-muted: #9A9AB0;
  --text-bright: #FFFFFF;
  --gradient-main: linear-gradient(135deg, #FF6B35, #E94560);
  --gradient-dark: linear-gradient(180deg, #0F0F23, #1A1A2E);
  --border-color: rgba(255,107,53,0.15);
  --shadow-card: 0 4px 24px rgba(0,0,0,0.3);
  --shadow-hover: 0 8px 40px rgba(255,107,53,0.2);
  --radius: 12px;
  --radius-sm: 8px;
  --transition: all 0.3s ease;
  --max-width: 1280px;
}

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

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

body {
  font-family: "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Noto Sans SC", sans-serif;
  background: var(--bg-dark);
  color: var(--text-main);
  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: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
}

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

.3c9vgg9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
}

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

.1uo7alo1 img {
  height: 42px;
  width: auto;
}

.1uo7alo1 .h2edehqz {
  font-size: 1.4rem;
  font-weight: 700;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

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

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

.81kb8 a:hover,
.81kb8 a.active {
  color: var(--primary);
  background: rgba(255,107,53,0.1);
}

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

.wuls9 span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text-main);
  border-radius: 2px;
  transition: var(--transition);
}

/* === 搜索栏 === */
.6ip2kyzo {
  background: var(--secondary);
  padding: 12px 0;
  border-bottom: 1px solid var(--border-color);
  margin-top: 68px;
}

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

.lcfwvgt {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 600px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 50px;
  overflow: hidden;
  transition: var(--transition);
}

.lcfwvgt:focus-within {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(255,107,53,0.15);
}

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

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

.lcfwvgt button {
  background: var(--gradient-main);
  border: none;
  color: #fff;
  padding: 10px 24px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap;
}

.lcfwvgt button:hover {
  opacity: 0.9;
}

/* === Hero Banner === */
.nztkt5yl {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--bg-dark);
}

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

.dk63k {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(15,15,35,0.3) 0%, rgba(15,15,35,0.85) 100%);
}

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

.4rpnj h1 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 16px;
  line-height: 1.3;
}

.4rpnj h1 .highlight {
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.4rpnj p {
  font-size: 1.15rem;
  color: var(--text-muted);
  margin-bottom: 28px;
  line-height: 1.8;
}

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

/* === 按钮 === */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  border: none;
  text-decoration: none;
}

.yu866gb {
  background: var(--gradient-main);
  color: #fff;
  box-shadow: 0 4px 16px rgba(255,107,53,0.3);
}

.yu866gb:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(255,107,53,0.4);
  color: #fff;
}

.da0mtb8i {
  background: transparent;
  color: var(--text-main);
  border: 2px solid var(--border-color);
}

.da0mtb8i:hover {
  border-color: var(--primary);
  color: var(--primary);
  transform: translateY(-2px);
}

/* === 通用区块 === */
.section {
  padding: 70px 0;
}

.tbpqk {
  background: var(--secondary);
}

.9peatw {
  text-align: center;
  margin-bottom: 48px;
}

.9peatw h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--text-bright);
}

.9peatw h2 .highlight {
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

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

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

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

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

.esllo66 {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.esllo66 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.1gnmfiy:hover .esllo66 img {
  transform: scale(1.05);
}

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

.6y4ow17p::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #fff;
  margin-left: 3px;
}

.1gnmfiy:hover .6y4ow17p {
  transform: translate(-50%, -50%) scale(1);
}

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

.1ns5vg8z {
  padding: 14px;
}

.1ns5vg8z h3 {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-bright);
  margin-bottom: 8px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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

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

.2zcf1x {
  display: flex;
  gap: 6px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.2zcf1x .tag {
  font-size: 0.72rem;
  padding: 2px 8px;
  background: rgba(255,107,53,0.1);
  color: var(--primary);
  border-radius: 20px;
  border: 1px solid rgba(255,107,53,0.2);
}

/* === 功能模块卡片 === */
.fusrz7f {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

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

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

.y1uxe4 {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  background: var(--gradient-main);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}

.3jp1zrug h3 {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--text-bright);
  margin-bottom: 10px;
}

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

/* === 专家展示 === */
.op8cf {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

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

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

.qwr1qek9 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 16px;
  overflow: hidden;
  border: 3px solid var(--primary);
}

.qwr1qek9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ltjyxb h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-bright);
  margin-bottom: 4px;
}

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

.ltjyxb p {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 16px;
}

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

.7uniq a {
  font-size: 0.8rem;
  padding: 6px 16px;
  border-radius: 20px;
  border: 1px solid var(--border-color);
  color: var(--text-main);
  transition: var(--transition);
}

.7uniq a:hover {
  border-color: var(--primary);
  color: var(--primary);
  background: rgba(255,107,53,0.1);
}

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

.9vhye0k .z3yxpd6 {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  padding: 16px 28px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-muted);
  transition: var(--transition);
}

.9vhye0k .z3yxpd6:hover {
  border-color: var(--primary);
  color: var(--primary);
}

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

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

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

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

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

.qvox7m8v .arrow {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
  color: var(--primary);
}

.a43tt.active .qvox7m8v .arrow {
  transform: rotate(180deg);
}

.tt147 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.a43tt.active .tt147 {
  max-height: 300px;
}

.tt147 p {
  padding: 0 24px 18px;
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.7;
}

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

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

.4nqnwf6v:hover {
  border-color: var(--primary);
  transform: translateY(-2px);
}

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

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

.qkurkpsx {
  font-weight: 600;
  color: var(--text-bright);
  font-size: 0.95rem;
}

.270j16ia {
  font-size: 0.8rem;
  color: var(--text-muted);
}

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

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

/* === 联系信息 === */
.57kgpoz {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

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

.1geel h3 {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--text-bright);
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border-color);
}

.o722bxib {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.o722bxib .label {
  font-weight: 600;
  color: var(--text-main);
  min-width: 80px;
}

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

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

.1v6waakg .h2edehqz {
  font-size: 1.3rem;
  font-weight: 700;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 12px;
}

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

.h5ugo {
  display: flex;
  gap: 16px;
}

.h5ugo .alq1i124 {
  text-align: center;
}

.h5ugo .alq1i124 img {
  width: 100px;
  height: 100px;
  border-radius: var(--radius-sm);
  margin-bottom: 6px;
}

.h5ugo .alq1i124 span {
  font-size: 0.75rem;
  color: var(--text-muted);
}

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

.ybh48 a {
  display: block;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 10px;
  transition: var(--transition);
}

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

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

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

.t55ddll {
  display: flex;
  gap: 12px;
}

.t55ddll a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  color: var(--text-muted);
  transition: var(--transition);
}

.t55ddll a:hover {
  border-color: var(--primary);
  color: var(--primary);
  background: rgba(255,107,53,0.1);
}

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

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

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

.ycsyrmdp span {
  margin: 0 8px;
  color: var(--text-muted);
}

/* === 内页Banner === */
.gh2wyb {
  position: relative;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 68px;
}

.gh2wyb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}

.gh2wyb .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(15,15,35,0.5), rgba(15,15,35,0.9));
}

.gh2wyb .content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.gh2wyb h1 {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--text-bright);
  margin-bottom: 8px;
}

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

/* === How-To 指南 === */
.mmr8dw4m {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  counter-reset: step;
}

.rr58rc {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 28px 20px;
  text-align: center;
  position: relative;
  counter-increment: step;
  transition: var(--transition);
}

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

.rr58rc::before {
  content: counter(step);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--gradient-main);
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  margin: 0 auto 14px;
}

.rr58rc h4 {
  font-size: 1rem;
  color: var(--text-bright);
  margin-bottom: 8px;
}

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

/* === 分享按钮 === */
.0qx413 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
}

.0qx413 span {
  font-size: 0.9rem;
  color: var(--text-muted);
}

.z83bqze {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  color: #fff;
  transition: var(--transition);
  cursor: pointer;
}

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

.z83bqze:hover {
  transform: scale(1.1);
  opacity: 0.9;
}

/* === 数据统计 === */
.5jzwx {
  display: flex;
  justify-content: center;
  gap: 48px;
  padding: 40px 0;
  flex-wrap: wrap;
}

.nlzedq {
  text-align: center;
}

.nlzedq .num {
  font-size: 2.2rem;
  font-weight: 800;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.nlzedq .label {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 4px;
}

/* === 内容文章 === */
.j76slwm {
  max-width: 900px;
  margin: 0 auto;
}

.j76slwm h2 {
  font-size: 1.5rem;
  color: var(--text-bright);
  margin: 32px 0 16px;
  padding-left: 14px;
  border-left: 4px solid var(--primary);
}

.j76slwm h3 {
  font-size: 1.2rem;
  color: var(--text-bright);
  margin: 24px 0 12px;
}

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

/* === 响应式 === */
@media (max-width: 1024px) {
  .f1xe7hrq {
    grid-template-columns: repeat(3, 1fr);
  }
  .pw6gqnxp {
    grid-template-columns: repeat(2, 1fr);
  }
  .mmr8dw4m {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .81kb8 {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    width: 100%;
    background: rgba(15,15,35,0.98);
    flex-direction: column;
    padding: 16px;
    border-bottom: 1px solid var(--border-color);
  }

  .81kb8.active {
    display: flex;
  }

  .wuls9 {
    display: flex;
  }

  .4rpnj h1 {
    font-size: 1.8rem;
  }

  .f1xe7hrq {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .fusrz7f,
  .op8cf {
    grid-template-columns: 1fr;
  }

  .qzxd660p {
    grid-template-columns: 1fr;
  }

  .57kgpoz {
    grid-template-columns: 1fr;
  }

  .pw6gqnxp {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .5jzwx {
    gap: 24px;
  }

  .mmr8dw4m {
    grid-template-columns: 1fr;
  }

  .lnbqjpgo {
    flex-direction: column;
    align-items: center;
  }

  .section {
    padding: 48px 0;
  }

  .gh2wyb {
    height: 200px;
  }

  .gh2wyb h1 {
    font-size: 1.6rem;
  }
}

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

  .4rpnj h1 {
    font-size: 1.5rem;
  }

  .9peatw h2 {
    font-size: 1.5rem;
  }

  .3c9vgg9 {
    height: 56px;
  }

  .6ip2kyzo {
    margin-top: 56px;
  }

  .1uo7alo1 img {
    height: 32px;
  }

  .1uo7alo1 .h2edehqz {
    font-size: 1.1rem;
  }
}

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

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

.uisfb6 {
  animation: fadeInUp 0.6s ease forwards;
}

/* === 滚动条 === */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--bg-dark);
}

::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--accent);
}

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

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

.8li7i {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 720px;
  background: var(--bg-card);
  border-radius: var(--radius);
  border: 1px solid var(--border-color);
  overflow: hidden;
}

.dlmykbf {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 2rem;
  cursor: pointer;
  z-index: 3;
  transition: var(--transition);
}

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

.15jqp27h {
  padding-top: 56.25%;
  position: relative;
  background: #000;
}

.7mbmysv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.zvjvrp {
  width: 80px;
  height: 80px;
  background: rgba(255,107,53,0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.zvjvrp::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 28px;
  border-color: transparent transparent transparent #fff;
  margin-left: 5px;
}

.ieu2k1fg {
  color: var(--text-bright);
  font-size: 1.1rem;
  font-weight: 600;
}

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

/* === 标签云 === */
.5h01y .2zcf1x {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.5h01y .2zcf1x .tag {
  font-size: 0.8rem;
  padding: 4px 12px;
}

/* === 联系页面h2样式修复 === */
.1geel h2 {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--text-bright);
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border-color);
}

/* === 页脚底部链接 === */
.tvukk1 a {
  color: var(--text-muted);
  transition: var(--transition);
}

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

/* === 480px 内页banner修复 === */
@media (max-width: 480px) {
  .gh2wyb {
    height: 160px;
    margin-top: 56px;
  }
  .gh2wyb h1 {
    font-size: 1.3rem;
  }
}
