/* ========================================
   芒果视频 - 原创样式表
   品牌：芒果视频 | 域名：139511.cn
   配色：深紫黑+活力橙+薄荷绿
   ======================================== */

/* CSS Reset & Base */
*, *::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', 'Helvetica Neue', Arial, sans-serif;
  background: #0D0D1A;
  color: #E8E8F0;
  line-height: 1.7;
  overflow-x: hidden;
}
a { color: #FF6B35; text-decoration: none; transition: color .3s; }
a:hover { color: #00D4AA; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1.3; color: #FFFFFF; }

/* Container */
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section { padding: 60px 0; }
.l4mc87i0 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2rem;
  position: relative;
  padding-bottom: 15px;
}
.l4mc87i0::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #FF6B35, #00D4AA);
  border-radius: 2px;
}
.mxgji {
  text-align: center;
  color: #B8B8D0;
  max-width: 700px;
  margin: -20px auto 40px;
  font-size: .95rem;
}

/* ========== Header ========== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(13, 13, 26, .92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.06);
  transition: background .3s;
}
.crcfq4mv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.c3ne2u4c { display: flex; align-items: center; gap: 10px; }
.c3ne2u4c img { height: 42px; width: auto; }
.c3ne2u4c span { font-size: 1.4rem; font-weight: 800; background: linear-gradient(135deg, #FF6B35, #00D4AA); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

/* Navigation */
.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav a {
  padding: 8px 16px;
  border-radius: 8px;
  font-size: .9rem;
  color: #B8B8D0;
  transition: all .3s;
  white-space: nowrap;
}
.main-nav a:hover, .main-nav a.active {
  color: #FF6B35;
  background: rgba(255, 107, 53, .1);
}
.mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 5px;
}
.mobile-toggle span {
  width: 24px;
  height: 2px;
  background: #E8E8F0;
  border-radius: 2px;
  transition: all .3s;
}

/* Search Bar */
.fc5j9nn {
  background: rgba(30, 30, 58, .8);
  border-bottom: 1px solid rgba(255,255,255,.04);
  padding: 12px 0;
  margin-top: 68px;
}
.a7kaulrt {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.fc5j9nn input {
  width: 100%;
  padding: 10px 45px 10px 18px;
  border: 1px solid rgba(255,107,53,.3);
  border-radius: 25px;
  background: rgba(13, 13, 26, .6);
  color: #E8E8F0;
  font-size: .9rem;
  outline: none;
  transition: border-color .3s;
}
.fc5j9nn input:focus { border-color: #FF6B35; }
.fc5j9nn input::placeholder { color: #666680; }
.fc5j9nn button {
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #FF6B35;
  font-size: 1.1rem;
  cursor: pointer;
}

/* ========== Hero Banner ========== */
.hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #1A0A2E 0%, #0D0D1A 50%, #0A1628 100%);
}
.ipksdw {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: .35;
  filter: blur(1px);
}
.qa54db {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 20px 60px;
  width: 100%;
}
.hero h1 {
  font-size: 2.8rem;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #FFFFFF 0%, #FF6B35 50%, #00D4AA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero h2 { font-size: 1.3rem; color: #B8B8D0; font-weight: 400; margin-bottom: 30px; }
.qq9sx { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.qq9sx span {
  padding: 6px 16px;
  border-radius: 20px;
  font-size: .8rem;
  background: rgba(255,107,53,.12);
  color: #FF6B35;
  border: 1px solid rgba(255,107,53,.25);
}
.p1ut79j0 {
  display: inline-block;
  padding: 12px 32px;
  background: linear-gradient(135deg, #FF6B35, #FF8F5E);
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
  font-size: .95rem;
  transition: all .3s;
  border: none;
  cursor: pointer;
}
.p1ut79j0:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(255,107,53,.35); color: #fff; }
.nyvja {
  display: inline-block;
  padding: 12px 32px;
  border: 1px solid #00D4AA;
  color: #00D4AA;
  border-radius: 30px;
  font-weight: 600;
  font-size: .95rem;
  transition: all .3s;
  margin-left: 12px;
}
.nyvja:hover { background: rgba(0,212,170,.1); color: #00D4AA; }

/* ========== Video Cards Grid ========== */
.yed1f89 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.video-card {
  background: #1E1E3A;
  border-radius: 12px;
  overflow: hidden;
  transition: all .35s;
  border: 1px solid rgba(255,255,255,.04);
}
.video-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(0,0,0,.4);
  border-color: rgba(255,107,53,.2);
}
.dvmuy0 {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.dvmuy0 img,
.dvmuy0 video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s;
}
.dvmuy0 video { z-index: 0; }
.dvmuy0 .y4t1c { z-index: 1; }
.video-card:hover .dvmuy0 img { transform: scale(1.08); }
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.8);
  width: 56px;
  height: 56px;
  background: rgba(255,107,53,.85);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all .35s;
}
.play-btn::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;
}
.video-card:hover .play-btn { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.m2hhruv {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0,0,0,.75);
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: .75rem;
}
.wya3bkk { padding: 14px; }
.wya3bkk h4 {
  font-size: .92rem;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}
.suncn {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: .78rem;
  color: #888;
}
.suncn span { display: flex; align-items: center; gap: 4px; }
.kbvh20nn { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.kbvh20nn span {
  font-size: .7rem;
  padding: 2px 8px;
  border-radius: 10px;
  background: rgba(0,212,170,.1);
  color: #00D4AA;
}

/* ========== Service Cards ========== */
.lh4fhmy9 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.qbwqy6 {
  background: linear-gradient(145deg, #1E1E3A, #161630);
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  transition: all .35s;
  border: 1px solid rgba(255,255,255,.04);
}
.qbwqy6:hover {
  transform: translateY(-5px);
  border-color: rgba(255,107,53,.2);
  box-shadow: 0 10px 30px rgba(0,0,0,.3);
}
.dg18vm7 {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  background: linear-gradient(135deg, rgba(255,107,53,.15), rgba(0,212,170,.15));
}
.qbwqy6 h4 { margin-bottom: 10px; font-size: 1.1rem; }
.qbwqy6 p { color: #B8B8D0; font-size: .88rem; line-height: 1.6; }

/* ========== Expert Section ========== */
.qv8zjnh {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.p19cb {
  background: #1E1E3A;
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  transition: all .35s;
  border: 1px solid rgba(255,255,255,.04);
}
.p19cb:hover {
  transform: translateY(-4px);
  border-color: rgba(0,212,170,.2);
}
.u51lrhhr {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 auto 16px;
  overflow: hidden;
  border: 3px solid rgba(255,107,53,.3);
}
.u51lrhhr img { width: 100%; height: 100%; object-fit: cover; }
.p19cb h4 { font-size: 1rem; margin-bottom: 4px; }
.p19cb .rpjr0jt { color: #FF6B35; font-size: .82rem; margin-bottom: 10px; }
.p19cb p { color: #B8B8D0; font-size: .82rem; line-height: 1.5; }
.k2uhl { display: flex; justify-content: center; gap: 10px; margin-top: 14px; }
.k2uhl a {
  padding: 6px 14px;
  border-radius: 20px;
  font-size: .78rem;
  border: 1px solid rgba(255,107,53,.3);
  color: #FF6B35;
  transition: all .3s;
}
.k2uhl a:hover { background: rgba(255,107,53,.1); }

/* ========== Brand Wall ========== */
.o2ivt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  align-items: center;
}
.e01zgnbi {
  width: 140px;
  height: 60px;
  background: rgba(30,30,58,.6);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.06);
  color: #888;
  font-size: .85rem;
  font-weight: 600;
  transition: all .3s;
}
.e01zgnbi:hover {
  border-color: rgba(255,107,53,.3);
  color: #FF6B35;
}

/* ========== Reviews ========== */
.jy8lk3y {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.hmn6fl {
  background: #1E1E3A;
  border-radius: 14px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.04);
  transition: all .3s;
}
.hmn6fl:hover { border-color: rgba(0,212,170,.15); }
.a0hh2kwz { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.kjfh3 {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FF6B35, #00D4AA);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
}
.emyq35p { font-weight: 600; font-size: .9rem; }
.ffqqs2 { color: #FFB800; font-size: .85rem; letter-spacing: 2px; }
.v8fc2xe { color: #B8B8D0; font-size: .88rem; line-height: 1.7; }
.f9lcbu6 { color: #666; font-size: .78rem; margin-top: 10px; }

/* ========== FAQ ========== */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item {
  background: #1E1E3A;
  border-radius: 12px;
  margin-bottom: 12px;
  border: 1px solid rgba(255,255,255,.04);
  overflow: hidden;
}
.faq-question {
  padding: 18px 24px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: .95rem;
  transition: color .3s;
}
.faq-question:hover { color: #FF6B35; }
.faq-question .xq82g70 {
  transition: transform .3s;
  font-size: .8rem;
  color: #FF6B35;
}
.faq-item.active .faq-question .xq82g70 { transform: rotate(180deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease;
  padding: 0 24px;
}
.faq-item.active .faq-answer { max-height: 300px; padding: 0 24px 18px; }
.faq-answer p { color: #B8B8D0; font-size: .88rem; line-height: 1.7; }

/* ========== Contact Section ========== */
.iekz7 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.d90v81k {
  background: #1E1E3A;
  border-radius: 14px;
  padding: 28px;
  text-align: center;
  border: 1px solid rgba(255,255,255,.04);
}
.d90v81k h4 { margin-bottom: 12px; font-size: 1rem; }
.d90v81k p { color: #B8B8D0; font-size: .85rem; line-height: 1.8; }
.d90v81k img { max-width: 150px; margin: 12px auto; border-radius: 8px; }

/* ========== How-To Guide ========== */
.g1zgcv {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  counter-reset: step;
}
.ne5ijx {
  background: #1E1E3A;
  border-radius: 14px;
  padding: 24px;
  text-align: center;
  position: relative;
  border: 1px solid rgba(255,255,255,.04);
}
.ne5ijx::before {
  counter-increment: step;
  content: counter(step);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FF6B35, #00D4AA);
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  margin: 0 auto 14px;
}
.ne5ijx h4 { font-size: .95rem; margin-bottom: 8px; }
.ne5ijx p { color: #B8B8D0; font-size: .82rem; }

/* ========== Social Share ========== */
.dtcxt {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 20px 0;
}
.share-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: .85rem;
  color: #fff;
  transition: all .3s;
  border: none;
  cursor: pointer;
}
.share-btn:hover { transform: translateY(-2px); color: #fff; }
.share-btn.wechat { background: #07C160; }
.share-btn.weibo { background: #E6162D; }
.share-btn.douyin { background: #161823; border: 1px solid #333; }
.share-btn.bilibili { background: #00A1D6; }

/* ========== Footer ========== */
.site-footer {
  background: #0A0A18;
  border-top: 1px solid rgba(255,255,255,.04);
  padding: 50px 0 20px;
}
.ja4fj {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.y3l9l .c3ne2u4c { margin-bottom: 14px; }
.y3l9l p { color: #888; font-size: .85rem; line-height: 1.7; }
.ujmxdg7j h5 {
  color: #fff;
  font-size: .95rem;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(255,107,53,.3);
  display: inline-block;
}
.ujmxdg7j a {
  display: block;
  color: #888;
  font-size: .85rem;
  padding: 4px 0;
  transition: color .3s;
}
.ujmxdg7j a:hover { color: #FF6B35; }
.ju8rjzq { display: flex; gap: 20px; margin-top: 16px; }
.ej991mfw { text-align: center; }
.ej991mfw img { width: 100px; border-radius: 6px; margin-bottom: 6px; }
.ej991mfw span { font-size: .75rem; color: #888; }
.j3oul {
  border-top: 1px solid rgba(255,255,255,.04);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.j3oul p { color: #666; font-size: .8rem; }

/* ========== Breadcrumb ========== */
.mfgkbbxq {
  padding: 14px 0;
  margin-top: 68px;
  background: rgba(30,30,58,.5);
  border-bottom: 1px solid rgba(255,255,255,.04);
}
.s7mk5p {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: .85rem;
  color: #888;
}
.s7mk5p a { color: #B8B8D0; }
.s7mk5p a:hover { color: #FF6B35; }
.s7mk5p span { margin: 0 8px; color: #555; }

/* ========== Inner Page Hero ========== */
.sjr00vm {
  position: relative;
  min-height: 280px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #1A0A2E, #0D0D1A);
}
.sjr00vm .ipksdw { opacity: .25; }
.ra69bax {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  width: 100%;
}
.sjr00vm h1 { font-size: 2.2rem; margin-bottom: 10px; }
.sjr00vm p { color: #B8B8D0; font-size: 1rem; }

/* ========== AI Section ========== */
.vnxoy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}
.vnxoy img { border-radius: 16px; }
.eg7ha765 { display: flex; flex-direction: column; gap: 16px; }
.xar1w7vi {
  display: flex;
  gap: 14px;
  padding: 16px;
  background: rgba(30,30,58,.6);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.04);
}
.xar1w7vi .read9p {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(255,107,53,.15), rgba(0,212,170,.15));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.xar1w7vi h5 { font-size: .92rem; margin-bottom: 4px; }
.xar1w7vi p { color: #B8B8D0; font-size: .82rem; }

/* ========== Community Features ========== */
.o4ozyi {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.vs62vrsh {
  background: linear-gradient(145deg, #1E1E3A, #161630);
  border-radius: 14px;
  padding: 24px;
  text-align: center;
  border: 1px solid rgba(255,255,255,.04);
  transition: all .35s;
}
.vs62vrsh:hover {
  transform: translateY(-4px);
  border-color: rgba(0,212,170,.2);
}
.vs62vrsh .read9p {
  font-size: 2rem;
  margin-bottom: 14px;
}
.vs62vrsh h4 { font-size: 1rem; margin-bottom: 8px; }
.vs62vrsh p { color: #B8B8D0; font-size: .85rem; }

/* ========== Stats Bar ========== */
.h1xxg554 {
  background: linear-gradient(135deg, rgba(255,107,53,.08), rgba(0,212,170,.08));
  border-radius: 16px;
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
  margin: 30px 0;
}
.qptiusra .tm8tj5w3 {
  font-size: 2rem;
  font-weight: 800;
  background: linear-gradient(135deg, #FF6B35, #00D4AA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.qptiusra .ynzka { color: #B8B8D0; font-size: .85rem; margin-top: 4px; }

/* ========== Lazy Load ========== */
img[data-src] { opacity: 0; transition: opacity .5s; }
img[data-src].loaded { opacity: 1; }

/* ========== MCP Placeholder ========== */
.m5o7e4 {
  background: rgba(30,30,58,.4);
  border: 1px dashed rgba(255,107,53,.2);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  color: #666;
  font-size: .85rem;
}

/* ========== Responsive ========== */
@media (max-width: 1024px) {
  .yed1f89 { grid-template-columns: repeat(3, 1fr); }
  .ja4fj { grid-template-columns: 1fr 1fr; gap: 30px; }
}
@media (max-width: 768px) {
  .section { padding: 40px 0; }
  .l4mc87i0 { font-size: 1.6rem; }
  .hero h1 { font-size: 2rem; }
  .hero h2 { font-size: 1.1rem; }
  .yed1f89 { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .lh4fhmy9 { grid-template-columns: 1fr; }
  .qv8zjnh { grid-template-columns: repeat(2, 1fr); }
  .jy8lk3y { grid-template-columns: 1fr; }
  .iekz7 { grid-template-columns: 1fr; }
  .g1zgcv { grid-template-columns: repeat(2, 1fr); }
  .vnxoy { grid-template-columns: 1fr; }
  .o4ozyi { grid-template-columns: 1fr; }
  .h1xxg554 { grid-template-columns: repeat(2, 1fr); }
  .ja4fj { grid-template-columns: 1fr; }
  .main-nav { 
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    background: rgba(13,13,26,.98);
    flex-direction: column;
    padding: 16px;
    border-bottom: 1px solid rgba(255,255,255,.06);
  }
  .main-nav.show { display: flex; }
  .mobile-toggle { display: flex; }
  .dtcxt { flex-wrap: wrap; }
  .e01zgnbi { width: 110px; height: 50px; font-size: .75rem; }
}
@media (max-width: 480px) {
  .yed1f89 { grid-template-columns: 1fr; }
  .qv8zjnh { grid-template-columns: 1fr; }
  .g1zgcv { grid-template-columns: 1fr; }
  .h1xxg554 { grid-template-columns: 1fr; }
  .qa54db { padding: 80px 16px 40px; }
  .hero h1 { font-size: 1.6rem; }
}
