/* ============================================
   免费看片 - 原创样式表
   品牌：免费看片 | 域名：bs942142.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;
}

/* === 头部导航 === */
.d2qf4a {
  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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qn45436 button:hover {
  opacity: 0.9;
}

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

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

.bh2wm {
  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%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.83met2:hover .k03hvbbn img {
  transform: scale(1.05);
}

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

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

.83met2:hover .xdw8n {
  transform: translate(-50%, -50%) scale(1);
}

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

.q5vzz {
  padding: 14px;
}

.q5vzz 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;
}

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

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

.4rhim {
  display: flex;
  gap: 6px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.4rhim .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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w8apwmja .l7nckxk9 {
  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);
}

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

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

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

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

.8ooox {
  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);
}

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

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

.5g8bd.active .8ooox .arrow {
  transform: rotate(180deg);
}

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

.5g8bd.active .h7mw5 {
  max-height: 300px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mc2pgmc 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);
}

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

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

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

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

.evhd6f .1ukrlj {
  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;
}

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

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

.d7s58cdz .olk5t {
  text-align: center;
}

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

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

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

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

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

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

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

.0zxpe {
  display: flex;
  gap: 12px;
}

.0zxpe 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);
}

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

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

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

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

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

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

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

.l4zo7zvn .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));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nq5yk4 {
  text-align: center;
}

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

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

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

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

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

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

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

@media (max-width: 768px) {
  .q1cw5e2 {
    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);
  }

  .q1cw5e2.active {
    display: flex;
  }

  .5xaj8 {
    display: flex;
  }

  .m8gf5lsu h1 {
    font-size: 1.8rem;
  }

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

  .qln6c,
  .e6na6b {
    grid-template-columns: 1fr;
  }

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

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

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

  .saq5rsy5 {
    gap: 24px;
  }

  .05hqcd {
    grid-template-columns: 1fr;
  }

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

  .section {
    padding: 48px 0;
  }

  .l4zo7zvn {
    height: 200px;
  }

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

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

  .m8gf5lsu h1 {
    font-size: 1.5rem;
  }

  .xzwb68f h2 {
    font-size: 1.5rem;
  }

  .nhbclt2 {
    height: 56px;
  }

  .aurn6 {
    margin-top: 56px;
  }

  .1gv2s img {
    height: 32px;
  }

  .1gv2s .1ukrlj {
    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);
  }
}

.8f5h746p {
  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);
}

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

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

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

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

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

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

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

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

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

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

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

/* === 标签云 === */
.e09jjo6 .4rhim {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.e09jjo6 .4rhim .tag {
  font-size: 0.8rem;
  padding: 4px 12px;
}

/* === 联系页面h2样式修复 === */
.mc2pgmc 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);
}

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

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

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