/* ============================================
   蜜桃传媒视频 - 原创样式表
   品牌：蜜桃传媒视频 | wh835562.cn
   配色：虎纹红 #E8432F / 深夜蓝黑 #1A1A2E / 暖金橙 #FFB347
   ============================================ */

/* --- 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", "Helvetica Neue", Arial, sans-serif;
  background: #0F0F1A;
  color: #F0F0F5;
  line-height: 1.7;
  overflow-x: hidden;
}
a { color: #FFB347; text-decoration: none; transition: color .3s; }
a:hover { color: #E8432F; }
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: #F0F0F5; }

/* --- Layout --- */
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section { padding: 60px 0; }
.whlx7gj {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 15px;
  background: linear-gradient(135deg, #E8432F, #FFB347);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.k1c4qu9r {
  text-align: center;
  color: #9A9AB0;
  font-size: 1rem;
  margin-bottom: 40px;
}

/* --- Header / Navigation --- */
.q1ab53x {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(15, 15, 26, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(232, 67, 47, 0.15);
  transition: background .3s;
}
.rdf66 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.voovb { display: flex; align-items: center; gap: 10px; }
.voovb img { height: 42px; width: auto; }
.k8sn0w {
  font-size: 1.3rem;
  font-weight: 800;
  background: linear-gradient(135deg, #E8432F, #FFB347);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.f3ps6 { display: flex; align-items: center; gap: 6px; }
.f3ps6 a {
  color: #C8C8D8;
  font-size: 0.93rem;
  padding: 8px 14px;
  border-radius: 6px;
  transition: all .3s;
  white-space: nowrap;
}
.f3ps6 a:hover, .f3ps6 a.active {
  color: #FFB347;
  background: rgba(232, 67, 47, 0.1);
}
.bghoh {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 5px;
}
.bghoh span {
  width: 26px;
  height: 2px;
  background: #F0F0F5;
  border-radius: 2px;
  transition: all .3s;
}

/* --- Search Bar --- */
.dhse49 {
  background: linear-gradient(135deg, rgba(232, 67, 47, 0.08), rgba(255, 179, 71, 0.06));
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 179, 71, 0.1);
  margin-top: 68px;
}
.m1avmhfx {
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  gap: 0;
  padding: 0 20px;
}
.m1avmhfx input {
  flex: 1;
  padding: 12px 20px;
  background: #1C1C30;
  border: 1px solid rgba(232, 67, 47, 0.3);
  border-right: none;
  border-radius: 8px 0 0 8px;
  color: #F0F0F5;
  font-size: 0.95rem;
  outline: none;
  transition: border-color .3s;
}
.m1avmhfx input:focus { border-color: #E8432F; }
.m1avmhfx input::placeholder { color: #6A6A80; }
.m1avmhfx button {
  padding: 12px 28px;
  background: linear-gradient(135deg, #E8432F, #D63A28);
  border: none;
  border-radius: 0 8px 8px 0;
  color: #fff;
  font-size: 0.95rem;
  cursor: pointer;
  transition: opacity .3s;
  white-space: nowrap;
}
.m1avmhfx button:hover { opacity: 0.85; }

/* --- Hero Banner --- */
.n3wsj2fb {
  position: relative;
  height: 520px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yml1rw {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.45);
}
.d3s62s {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 20px;
}
.n3wsj2fb h1 {
  font-size: 2.8rem;
  margin-bottom: 16px;
  text-shadow: 0 2px 20px rgba(0,0,0,0.5);
}
.n3wsj2fb h1 .pdnmszq {
  background: linear-gradient(135deg, #E8432F, #FFB347);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.n3wsj2fb p {
  font-size: 1.15rem;
  color: #D0D0E0;
  max-width: 600px;
  margin: 0 auto 28px;
}
.xxxsmtg6 {
  display: inline-block;
  padding: 14px 36px;
  background: linear-gradient(135deg, #E8432F, #FFB347);
  color: #fff;
  font-size: 1.05rem;
  font-weight: 600;
  border-radius: 50px;
  transition: transform .3s, box-shadow .3s;
}
.xxxsmtg6:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(232, 67, 47, 0.4);
  color: #fff;
}

/* --- Breadcrumb --- */
.ed0crtj {
  padding: 14px 0;
  font-size: 0.88rem;
  color: #9A9AB0;
}
.ed0crtj a { color: #9A9AB0; }
.ed0crtj a:hover { color: #FFB347; }
.ed0crtj span { margin: 0 6px; }

/* --- Video Card Grid --- */
.dij93z9 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.qsdgkn {
  background: #1C1C30;
  border-radius: 12px;
  overflow: hidden;
  transition: transform .3s, box-shadow .3s;
  border: 1px solid rgba(255, 179, 71, 0.08);
}
.qsdgkn:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(232, 67, 47, 0.15);
}
.cup7pub {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}
.cup7pub img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s;
}
.qsdgkn:hover .cup7pub img { transform: scale(1.06); }
.hq9kzmq {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 60px;
  height: 60px;
  background: rgba(232, 67, 47, 0.85);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all .3s;
  z-index: 3;
}
.hq9kzmq::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;
}
.qsdgkn:hover .hq9kzmq { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.t4raij {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0,0,0,0.75);
  color: #fff;
  font-size: 0.78rem;
  padding: 2px 8px;
  border-radius: 4px;
}
.ylt4tt8y { padding: 14px 16px; }
.ylt4tt8y h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.z6sj5r {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.82rem;
  color: #9A9AB0;
}
.z6sj5r .views::before { content: '\25B6 '; font-size: 0.7rem; }
.z6sj5r .likes::before { content: '\2764 '; }
.z6sj5r .comments::before { content: '\1F4AC '; }
.l9ci2r { display: flex; gap: 6px; margin-top: 8px; flex-wrap: wrap; }
.l9ci2r .tag {
  font-size: 0.75rem;
  padding: 2px 10px;
  background: rgba(232, 67, 47, 0.12);
  color: #FFB347;
  border-radius: 20px;
}

/* --- Category Tabs --- */
.fkp6k {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.fkp6k .tab {
  padding: 8px 22px;
  background: #1C1C30;
  border: 1px solid rgba(232, 67, 47, 0.2);
  border-radius: 30px;
  color: #C8C8D8;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all .3s;
}
.fkp6k .tab:hover, .fkp6k .tab.active {
  background: linear-gradient(135deg, #E8432F, #FFB347);
  color: #fff;
  border-color: transparent;
}

/* --- Feature Blocks --- */
.ju7y7l {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}
.mgr1u {
  background: linear-gradient(145deg, #1C1C30, #161628);
  border: 1px solid rgba(255, 179, 71, 0.1);
  border-radius: 14px;
  padding: 30px 24px;
  text-align: center;
  transition: transform .3s, border-color .3s;
}
.mgr1u:hover {
  transform: translateY(-4px);
  border-color: rgba(232, 67, 47, 0.4);
}
.zz2kak75 {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  background: linear-gradient(135deg, rgba(232, 67, 47, 0.15), rgba(255, 179, 71, 0.1));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}
.mgr1u h4 { font-size: 1.1rem; margin-bottom: 10px; }
.mgr1u p { font-size: 0.9rem; color: #9A9AB0; }

/* --- Expert Section --- */
.et1u3uub {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 28px;
}
.it12d73 {
  background: #1C1C30;
  border-radius: 14px;
  padding: 28px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  border: 1px solid rgba(255, 179, 71, 0.08);
  transition: transform .3s;
}
.it12d73:hover { transform: translateY(-4px); }
.ja91o {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #E8432F;
  flex-shrink: 0;
}
.e8qxt5 h4 { font-size: 1.05rem; margin-bottom: 4px; }
.e8qxt5 .role { color: #FFB347; font-size: 0.85rem; margin-bottom: 8px; }
.e8qxt5 p { font-size: 0.88rem; color: #9A9AB0; margin-bottom: 12px; }
.rgzoy7v { display: flex; gap: 10px; }
.rgzoy7v a {
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.82rem;
  transition: all .3s;
}
.pod54 {
  background: linear-gradient(135deg, #E8432F, #FFB347);
  color: #fff;
}
.ckqiv {
  border: 1px solid #E8432F;
  color: #E8432F;
}
.ckqiv:hover { background: rgba(232, 67, 47, 0.1); color: #E8432F; }

/* --- Partner Logos --- */
.jxsrzix5 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
.t426huks {
  background: #1C1C30;
  padding: 16px 28px;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 700;
  color: #9A9AB0;
  border: 1px solid rgba(255, 179, 71, 0.1);
  transition: all .3s;
}
.t426huks:hover {
  color: #FFB347;
  border-color: rgba(232, 67, 47, 0.3);
}

/* --- FAQ Section --- */
.db0b4 { max-width: 800px; margin: 0 auto; }
.m34hy {
  background: #1C1C30;
  border: 1px solid rgba(255, 179, 71, 0.08);
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
}
.iq6sbv1 {
  padding: 18px 24px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color .3s;
}
.iq6sbv1:hover { color: #FFB347; }
.iq6sbv1::after { content: '+'; font-size: 1.4rem; color: #E8432F; transition: transform .3s; }
.m34hy.open .iq6sbv1::after { transform: rotate(45deg); }
.uffo7xo {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease, padding .3s;
  padding: 0 24px;
  font-size: 0.92rem;
  color: #9A9AB0;
  line-height: 1.8;
}
.m34hy.open .uffo7xo { max-height: 300px; padding: 0 24px 18px; }

/* --- Reviews --- */
.uvl3au8c {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.edcpt97 {
  background: #1C1C30;
  border-radius: 12px;
  padding: 24px;
  border: 1px solid rgba(255, 179, 71, 0.08);
}
.bw2mmq7j { color: #FFB347; font-size: 0.9rem; margin-bottom: 10px; }
.nsx1ty9 { font-size: 0.92rem; color: #C8C8D8; margin-bottom: 14px; line-height: 1.7; }
.lr28bpwv { display: flex; align-items: center; gap: 10px; }
.yo5y14 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #E8432F, #FFB347);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
}
.gcru4t { font-size: 0.88rem; font-weight: 600; }
.y088qaub { font-size: 0.78rem; color: #9A9AB0; }

/* --- Contact Section --- */
.thrruyu5 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}
.got1t9 {
  background: #1C1C30;
  border-radius: 12px;
  padding: 28px;
  text-align: center;
  border: 1px solid rgba(255, 179, 71, 0.08);
}
.got1t9 h4 { font-size: 1.05rem; margin-bottom: 12px; color: #FFB347; }
.got1t9 p { font-size: 0.9rem; color: #9A9AB0; }
.got1t9 img { max-width: 160px; margin: 12px auto 0; border-radius: 8px; }

/* --- How-To Guide --- */
.hc2baac9 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 24px;
  counter-reset: step;
}
.kcffgw {
  background: #1C1C30;
  border-radius: 12px;
  padding: 28px 22px;
  text-align: center;
  border: 1px solid rgba(255, 179, 71, 0.08);
  position: relative;
  counter-increment: step;
}
.kcffgw::before {
  content: counter(step);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #E8432F, #FFB347);
  border-radius: 50%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 auto 16px;
}
.kcffgw h4 { font-size: 1rem; margin-bottom: 8px; }
.kcffgw p { font-size: 0.88rem; color: #9A9AB0; }

/* --- Share Buttons --- */
.io9wr4 {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 0;
}
.vh5q6jsr {
  padding: 10px 22px;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #fff;
  transition: opacity .3s;
  cursor: pointer;
}
.vh5q6jsr:hover { opacity: 0.8; color: #fff; }
.share-wechat { background: #07C160; }
.share-weibo { background: #E6162D; }
.share-douyin { background: #161823; border: 1px solid #444; }
.share-bilibili { background: #00A1D6; }

/* --- Footer --- */
.wtwon {
  background: #0A0A15;
  border-top: 1px solid rgba(232, 67, 47, 0.15);
  padding: 50px 0 20px;
}
.yc08q1ff {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 30px;
  margin-bottom: 30px;
}
.sxm891u h5 {
  font-size: 1rem;
  margin-bottom: 16px;
  color: #FFB347;
}
.sxm891u p, .sxm891u a {
  font-size: 0.88rem;
  color: #9A9AB0;
  display: block;
  margin-bottom: 8px;
}
.sxm891u a:hover { color: #FFB347; }
.td5t6wvn { display: flex; gap: 20px; margin-top: 12px; }
.td5t6wvn img { width: 100px; border-radius: 6px; }
.yhjzml {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 179, 71, 0.08);
  font-size: 0.82rem;
  color: #6A6A80;
}

/* --- Utility --- */
.text-gradient {
  background: linear-gradient(135deg, #E8432F, #FFB347);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.bg-dark { background: #0F0F1A; }
.bg-darker { background: #0A0A15; }
.mt-20 { margin-top: 20px; }
.mb-20 { margin-bottom: 20px; }
.text-center { text-align: center; }

/* --- Lazy Load Placeholder --- */
.lazy { opacity: 0; transition: opacity .5s; }
.lazy.loaded { opacity: 1; }

/* --- Responsive --- */
@media (max-width: 900px) {
  .f3ps6 {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    width: 100%;
    background: rgba(15, 15, 26, 0.98);
    flex-direction: column;
    padding: 16px 0;
    border-bottom: 1px solid rgba(232, 67, 47, 0.15);
  }
  .f3ps6.open { display: flex; }
  .f3ps6 a { padding: 12px 24px; font-size: 1rem; }
  .bghoh { display: flex; }
  .n3wsj2fb { height: 400px; }
  .n3wsj2fb h1 { font-size: 2rem; }
  .section { padding: 40px 0; }
  .whlx7gj { font-size: 1.6rem; }
  .dij93z9 { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; }
  .it12d73 { flex-direction: column; align-items: center; text-align: center; }
  .rgzoy7v { justify-content: center; }
  .yc08q1ff { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .n3wsj2fb { height: 320px; }
  .n3wsj2fb h1 { font-size: 1.6rem; }
  .dij93z9 { grid-template-columns: 1fr; }
  .ju7y7l { grid-template-columns: 1fr; }
  .yc08q1ff { grid-template-columns: 1fr; }
  .m1avmhfx input { padding: 10px 14px; }
  .m1avmhfx button { padding: 10px 18px; }
}

/* --- Video Modal Player --- */
.tlryjmju {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.88);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.tlryjmju.active { display: flex; }
.rdmtsb7 {
  position: relative;
  width: 90%;
  max-width: 800px;
  background: #1A1A2E;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
}
.zu054p {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  z-index: 10;
  line-height: 1;
  transition: color .3s;
}
.zu054p:hover { color: #E8432F; }
.a7vsp {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background: #0A0A15 center/cover no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.iizqtk21 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 80px;
  height: 80px;
  background: rgba(232, 67, 47, 0.85);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iizqtk21::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 24px;
  border-color: transparent transparent transparent #fff;
  margin-left: 4px;
}
.har2zk4v {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  text-shadow: 0 2px 8px rgba(0,0,0,0.7);
  padding: 0 20px;
}
.difa8 {
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #9A9AB0;
  font-size: 0.85rem;
}
.mqxq4qv {
  background: #12121F;
  padding: 12px 16px;
}
.gkaxguz {
  width: 100%;
  height: 4px;
  background: #2A2A40;
  border-radius: 2px;
  margin-bottom: 10px;
  overflow: hidden;
}
.bty7luu5 {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #E8432F, #FFB347);
  border-radius: 2px;
}
.lfb003 {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 0.82rem;
  color: #9A9AB0;
}
.lfb003 span {
  cursor: pointer;
  transition: color .3s;
  white-space: nowrap;
}
.lfb003 span:hover { color: #FFB347; }
.bo06xj7 { color: #E8432F; font-weight: 700; }
.oje83x5 { margin-left: auto; }

@media (max-width: 480px) {
  .rdmtsb7 { width: 96%; }
  .lfb003 { gap: 8px; font-size: 0.75rem; }
}

/* --- News Date --- */
.lis7iunb {
  font-size: 0.82rem;
  color: #9A9AB0;
  margin-bottom: 8px;
}
