/* ========================================
   抖音风 - 原创样式表
   品牌：抖音风 | 域名：173751.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; }
.txb0hh5z {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2rem;
  position: relative;
  padding-bottom: 15px;
}
.txb0hh5z::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #FF6B35, #00D4AA);
  border-radius: 2px;
}
.e1zb76 {
  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;
}
.f2p19iqc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.onsyn1 { display: flex; align-items: center; gap: 10px; }
.onsyn1 img { height: 42px; width: auto; }
.onsyn1 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 */
.uyqfyxt8 {
  background: rgba(30, 30, 58, .8);
  border-bottom: 1px solid rgba(255,255,255,.04);
  padding: 12px 0;
  margin-top: 68px;
}
.ye5zt {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.uyqfyxt8 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;
}
.uyqfyxt8 input:focus { border-color: #FF6B35; }
.uyqfyxt8 input::placeholder { color: #666680; }
.uyqfyxt8 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%);
}
.htv9v8w {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: .35;
  filter: blur(1px);
}
.htz344yo {
  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; }
.ty8cc5 { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.ty8cc5 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);
}
.b68i7 {
  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;
}
.b68i7:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(255,107,53,.35); color: #fff; }
.n1gh2k {
  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;
}
.n1gh2k:hover { background: rgba(0,212,170,.1); color: #00D4AA; }

/* ========== Video Cards Grid ========== */
.wj78cf {
  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);
}
.m4lm4uej {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.m4lm4uej img,
.m4lm4uej video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s;
}
.m4lm4uej video { z-index: 0; }
.m4lm4uej .uvwoc209 { z-index: 1; }
.video-card:hover .m4lm4uej 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); }
.m9szsf {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0,0,0,.75);
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: .75rem;
}
.jjq8v { padding: 14px; }
.jjq8v h4 {
  font-size: .92rem;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}
.f3oul {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: .78rem;
  color: #888;
}
.f3oul span { display: flex; align-items: center; gap: 4px; }
.qylej { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.qylej span {
  font-size: .7rem;
  padding: 2px 8px;
  border-radius: 10px;
  background: rgba(0,212,170,.1);
  color: #00D4AA;
}

/* ========== Service Cards ========== */
.v7et6 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.khcum41 {
  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);
}
.khcum41:hover {
  transform: translateY(-5px);
  border-color: rgba(255,107,53,.2);
  box-shadow: 0 10px 30px rgba(0,0,0,.3);
}
.w5i1qkrs {
  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));
}
.khcum41 h4 { margin-bottom: 10px; font-size: 1.1rem; }
.khcum41 p { color: #B8B8D0; font-size: .88rem; line-height: 1.6; }

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

/* ========== Brand Wall ========== */
.x1e4b {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  align-items: center;
}
.zyjiyfi {
  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;
}
.zyjiyfi:hover {
  border-color: rgba(255,107,53,.3);
  color: #FF6B35;
}

/* ========== Reviews ========== */
.b2ug0df {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.rlbjoirj {
  background: #1E1E3A;
  border-radius: 14px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.04);
  transition: all .3s;
}
.rlbjoirj:hover { border-color: rgba(0,212,170,.15); }
.xnds9 { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.dr2e348 {
  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;
}
.u3ki3r { font-weight: 600; font-size: .9rem; }
.i629ori { color: #FFB800; font-size: .85rem; letter-spacing: 2px; }
.xlkbnt { color: #B8B8D0; font-size: .88rem; line-height: 1.7; }
.ckspw { 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 .at8qx {
  transition: transform .3s;
  font-size: .8rem;
  color: #FF6B35;
}
.faq-item.active .faq-question .at8qx { 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 ========== */
.qp5eooh8 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.r6qu01 {
  background: #1E1E3A;
  border-radius: 14px;
  padding: 28px;
  text-align: center;
  border: 1px solid rgba(255,255,255,.04);
}
.r6qu01 h4 { margin-bottom: 12px; font-size: 1rem; }
.r6qu01 p { color: #B8B8D0; font-size: .85rem; line-height: 1.8; }
.r6qu01 img { max-width: 150px; margin: 12px auto; border-radius: 8px; }

/* ========== How-To Guide ========== */
.u90e3a {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  counter-reset: step;
}
.l8mhzd {
  background: #1E1E3A;
  border-radius: 14px;
  padding: 24px;
  text-align: center;
  position: relative;
  border: 1px solid rgba(255,255,255,.04);
}
.l8mhzd::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;
}
.l8mhzd h4 { font-size: .95rem; margin-bottom: 8px; }
.l8mhzd p { color: #B8B8D0; font-size: .82rem; }

/* ========== Social Share ========== */
.fhpmg2 {
  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;
}
.rmsda {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.lpwxapt .onsyn1 { margin-bottom: 14px; }
.lpwxapt p { color: #888; font-size: .85rem; line-height: 1.7; }
.g53wmbml h5 {
  color: #fff;
  font-size: .95rem;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(255,107,53,.3);
  display: inline-block;
}
.g53wmbml a {
  display: block;
  color: #888;
  font-size: .85rem;
  padding: 4px 0;
  transition: color .3s;
}
.g53wmbml a:hover { color: #FF6B35; }
.lxcy31 { display: flex; gap: 20px; margin-top: 16px; }
.o1mmy { text-align: center; }
.o1mmy img { width: 100px; border-radius: 6px; margin-bottom: 6px; }
.o1mmy span { font-size: .75rem; color: #888; }
.ffveik {
  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;
}
.ffveik p { color: #666; font-size: .8rem; }

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

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

/* ========== AI Section ========== */
.vgrsyqop {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}
.vgrsyqop img { border-radius: 16px; }
.bm882cz { display: flex; flex-direction: column; gap: 16px; }
.b02wn6b9 {
  display: flex;
  gap: 14px;
  padding: 16px;
  background: rgba(30,30,58,.6);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.04);
}
.b02wn6b9 .ikaoo8h {
  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;
}
.b02wn6b9 h5 { font-size: .92rem; margin-bottom: 4px; }
.b02wn6b9 p { color: #B8B8D0; font-size: .82rem; }

/* ========== Community Features ========== */
.um1uxwa7 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.e2jahel {
  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;
}
.e2jahel:hover {
  transform: translateY(-4px);
  border-color: rgba(0,212,170,.2);
}
.e2jahel .ikaoo8h {
  font-size: 2rem;
  margin-bottom: 14px;
}
.e2jahel h4 { font-size: 1rem; margin-bottom: 8px; }
.e2jahel p { color: #B8B8D0; font-size: .85rem; }

/* ========== Stats Bar ========== */
.zxoocgn {
  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;
}
.v2gmp .bpqpdp {
  font-size: 2rem;
  font-weight: 800;
  background: linear-gradient(135deg, #FF6B35, #00D4AA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.v2gmp .op5zj6 { 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 ========== */
.o21o9h {
  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) {
  .wj78cf { grid-template-columns: repeat(3, 1fr); }
  .rmsda { grid-template-columns: 1fr 1fr; gap: 30px; }
}
@media (max-width: 768px) {
  .section { padding: 40px 0; }
  .txb0hh5z { font-size: 1.6rem; }
  .hero h1 { font-size: 2rem; }
  .hero h2 { font-size: 1.1rem; }
  .wj78cf { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .v7et6 { grid-template-columns: 1fr; }
  .uuitj8 { grid-template-columns: repeat(2, 1fr); }
  .b2ug0df { grid-template-columns: 1fr; }
  .qp5eooh8 { grid-template-columns: 1fr; }
  .u90e3a { grid-template-columns: repeat(2, 1fr); }
  .vgrsyqop { grid-template-columns: 1fr; }
  .um1uxwa7 { grid-template-columns: 1fr; }
  .zxoocgn { grid-template-columns: repeat(2, 1fr); }
  .rmsda { 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; }
  .fhpmg2 { flex-wrap: wrap; }
  .zyjiyfi { width: 110px; height: 50px; font-size: .75rem; }
}
@media (max-width: 480px) {
  .wj78cf { grid-template-columns: 1fr; }
  .uuitj8 { grid-template-columns: 1fr; }
  .u90e3a { grid-template-columns: 1fr; }
  .zxoocgn { grid-template-columns: 1fr; }
  .htz344yo { padding: 80px 16px 40px; }
  .hero h1 { font-size: 1.6rem; }
}
