/* ========================================
   麻豆传媒 - 影视传媒与动漫社区 外部样式表
   域名: 525fo.cn
   ======================================== */

/* === 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;
  color: #333; background: #f8f9fa; line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
a { color: #6c5ce7; text-decoration: none; transition: color .3s; }
a:hover { color: #a29bfe; }
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.4; color: #2d3436; }

/* === Layout === */
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section { padding: 60px 0; }
.ttg9jt { background: #fff; }

/* === Header === */
.cx1dbz0 {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  position: sticky; top: 0; z-index: 1000;
  box-shadow: 0 2px 20px rgba(0,0,0,.3);
}
.n0xv4m {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 20px; max-width: 1200px; margin: 0 auto;
}
.sn79c { display: flex; align-items: center; gap: 10px; }
.sn79c img { height: 45px; width: auto; }
.sn79c h1 {
  font-size: 22px; color: #e94560; margin: 0;
  background: linear-gradient(90deg, #e94560, #f39c12);
  -webkit-background-clip: text; -webkit-text-color: transparent;
  background-clip: text; color: transparent;
}
.sn79c .subtitle { font-size: 12px; color: #a0a0b0; display: block; }
.za7jz {
  font-size: 22px; font-weight: 700; display: block;
  background: linear-gradient(90deg, #e94560, #f39c12);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; color: transparent;
}

/* === Navigation === */
.h9gr0e ul { display: flex; gap: 6px; flex-wrap: wrap; }
.h9gr0e a {
  color: #ddd; padding: 8px 14px; border-radius: 6px;
  font-size: 14px; transition: all .3s; white-space: nowrap;
}
.h9gr0e a:hover, .h9gr0e a.active {
  color: #fff; background: rgba(233,69,96,.8);
}
.ar4fl {
  display: none; background: none; border: none;
  color: #fff; font-size: 24px; cursor: pointer;
}

/* === Search Bar === */
.ac1yerr {
  background: linear-gradient(90deg, #0f3460, #1a1a2e);
  padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.1);
}
.ac1yerr .container { display: flex; justify-content: center; }
.vf3sd59q {
  display: flex; max-width: 600px; width: 100%;
  border-radius: 25px; overflow: hidden;
  box-shadow: 0 2px 15px rgba(233,69,96,.2);
}
.vf3sd59q input {
  flex: 1; padding: 10px 20px; border: none; outline: none;
  font-size: 14px; background: rgba(255,255,255,.95); color: #333;
}
.vf3sd59q button {
  padding: 10px 25px; border: none; cursor: pointer;
  background: linear-gradient(90deg, #e94560, #f39c12);
  color: #fff; font-size: 14px; font-weight: 600;
  transition: opacity .3s;
}
.vf3sd59q button:hover { opacity: .9; }

/* === Hero Slider === */
.oipgh9 {
  position: relative; overflow: hidden;
  height: 500px; background: #1a1a2e;
}
.ltw6c {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  opacity: 0; transition: opacity 1s ease-in-out;
  background-size: cover; background-position: center;
}
.ltw6c.active { opacity: 1; }
.dutos3lj {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,.7) 0%, rgba(0,0,0,.2) 100%);
  display: flex; align-items: center;
}
.quwbpmm { padding: 0 60px; max-width: 600px; }
.quwbpmm h2 {
  font-size: 36px; color: #fff; margin-bottom: 15px;
  text-shadow: 2px 2px 10px rgba(0,0,0,.5);
}
.quwbpmm p { color: #ddd; font-size: 16px; margin-bottom: 20px; }
.p30z6cv0 {
  display: inline-block; padding: 12px 30px;
  background: linear-gradient(90deg, #e94560, #f39c12);
  color: #fff; border-radius: 25px; font-weight: 600;
  transition: transform .3s, box-shadow .3s; border: none; cursor: pointer;
}
.p30z6cv0:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(233,69,96,.4);
  color: #fff;
}
.vghyh1 {
  position: absolute; bottom: 20px; left: 50%;
  transform: translateX(-50%); display: flex; gap: 10px; z-index: 10;
}
.vghyh1 span {
  width: 12px; height: 12px; border-radius: 50%;
  background: rgba(255,255,255,.4); cursor: pointer;
  transition: background .3s;
}
.vghyh1 span.active { background: #e94560; }

/* === Section Title === */
.m8uwsgb {
  text-align: center; margin-bottom: 40px;
}
.m8uwsgb h2 {
  font-size: 28px; position: relative; display: inline-block;
  padding-bottom: 12px;
}
.m8uwsgb h2::after {
  content: ''; position: absolute; bottom: 0; left: 50%;
  transform: translateX(-50%); width: 60px; height: 3px;
  background: linear-gradient(90deg, #e94560, #f39c12);
  border-radius: 2px;
}
.m8uwsgb p { color: #666; margin-top: 10px; font-size: 15px; }

/* === Video Cards Grid === */
.hnlmmx {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.wtbp84z {
  background: #fff; border-radius: 12px; overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,.08);
  transition: transform .3s, box-shadow .3s;
}
.wtbp84z:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0,0,0,.15);
}
.vgn3dasu {
  position: relative; padding-top: 56.25%; overflow: hidden;
  background: #1a1a2e;
}
.vgn3dasu img {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover; transition: transform .5s;
}
.wtbp84z:hover .vgn3dasu img { transform: scale(1.05); }
.vshhz {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 60px; height: 60px; border-radius: 50%;
  background: rgba(233,69,96,.9); border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: transform .3s, opacity .3s; opacity: 0;
}
.vshhz::after {
  content: ''; width: 0; height: 0;
  border-left: 20px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 4px;
}
.wtbp84z:hover .vshhz {
  transform: translate(-50%, -50%) scale(1); opacity: 1;
}
.wyif4 { padding: 15px; }
.wyif4 h4 { font-size: 15px; margin-bottom: 8px; line-height: 1.4; }
.mn4qk {
  display: flex; gap: 12px; font-size: 12px; color: #999;
  flex-wrap: wrap;
}
.mn4qk span { display: flex; align-items: center; gap: 4px; }
.xtv5rw { margin-top: 8px; display: flex; gap: 6px; flex-wrap: wrap; }
.xtv5rw span {
  font-size: 11px; padding: 2px 8px; border-radius: 10px;
  background: #f0f0f5; color: #666;
}

/* === Feature Grid === */
.o1syuaqr {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}
.m4kn5 {
  background: #fff; border-radius: 12px; padding: 30px;
  text-align: center; box-shadow: 0 4px 15px rgba(0,0,0,.06);
  transition: transform .3s;
}
.m4kn5:hover { transform: translateY(-5px); }
.mtcfr86 {
  width: 70px; height: 70px; margin: 0 auto 15px;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 30px;
  background: linear-gradient(135deg, rgba(233,69,96,.1), rgba(108,92,231,.1));
}
.m4kn5 h4 { font-size: 17px; margin-bottom: 8px; }
.m4kn5 p { font-size: 13px; color: #666; }

/* === Expert Section === */
.gpegyg {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}
.bidj4sts {
  background: #fff; border-radius: 12px; overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,.06);
  text-align: center; padding-bottom: 20px;
}
.bidj4sts img {
  width: 100%; height: 200px; object-fit: cover;
}
.bidj4sts h4 { font-size: 16px; margin: 15px 0 5px; }
.bidj4sts .role { font-size: 13px; color: #e94560; margin-bottom: 8px; }
.bidj4sts p { font-size: 13px; color: #666; padding: 0 15px; }
.havzr { margin-top: 8px; font-size: 12px; }
.havzr a { color: #6c5ce7; margin: 0 6px; }
.havzr a:hover { color: #e94560; }
.mserh { margin-top: 12px; display: flex; justify-content: center; gap: 8px; }
.j43t544y {
  padding: 6px 16px; border-radius: 20px; font-size: 12px;
  border: 1px solid #e94560; color: #e94560; background: transparent;
  cursor: pointer; transition: all .3s;
}
.j43t544y:hover { background: #e94560; color: #fff; }

/* === Brand Wall === */
.ikc12y {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 30px; align-items: center;
}
.ikc12y .q1834za {
  width: 120px; height: 60px; background: #f5f5f5;
  border-radius: 8px; display: flex; align-items: center;
  justify-content: center; font-size: 14px; color: #999;
  font-weight: 600; transition: all .3s;
}
.ikc12y .q1834za:hover {
  background: #e94560; color: #fff;
  box-shadow: 0 4px 15px rgba(233,69,96,.3);
}

/* === How-To Section === */
.ha2qvgat {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 24px; counter-reset: step;
}
.vhn1b {
  background: #fff; border-radius: 12px; padding: 25px;
  text-align: center; position: relative;
  box-shadow: 0 4px 15px rgba(0,0,0,.06);
}
.vhn1b::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, #e94560, #f39c12);
  color: #fff; font-weight: 700; font-size: 18px;
  margin: 0 auto 15px;
}
.vhn1b h4, .vhn1b h5 { font-size: 15px; margin-bottom: 8px; }
.vhn1b p { font-size: 13px; color: #666; }

/* === FAQ Section === */
.mizquo { max-width: 800px; margin: 0 auto; }
.sqggvaq3 {
  background: #fff; border-radius: 10px; margin-bottom: 12px;
  overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,.05);
}
.g6bya8 {
  padding: 18px 20px; cursor: pointer; font-weight: 600;
  font-size: 15px; display: flex; justify-content: space-between;
  align-items: center; transition: background .3s;
}
.g6bya8:hover { background: #f8f9fa; }
.g6bya8 .arrow {
  transition: transform .3s; font-size: 12px; color: #999;
}
.sqggvaq3.open .g6bya8 .arrow { transform: rotate(180deg); }
.s36kq {
  max-height: 0; overflow: hidden; transition: max-height .4s ease;
  padding: 0 20px;
}
.sqggvaq3.open .s36kq { max-height: 300px; padding: 0 20px 18px; }
.s36kq p { font-size: 14px; color: #555; line-height: 1.8; }

/* === Reviews === */
.l507wmse {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.oj0uqd7 {
  background: #fff; border-radius: 12px; padding: 25px;
  box-shadow: 0 4px 15px rgba(0,0,0,.06);
}
.m2l7y75p { color: #f39c12; margin-bottom: 10px; font-size: 14px; }
.yc68ismi { font-size: 14px; color: #555; margin-bottom: 12px; font-style: italic; }
.b8pz1l { font-size: 13px; color: #999; }
.b8pz1l strong { color: #333; }

/* === Contact Section === */
.ozqy73 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.whdk4ek0 {
  background: #fff; border-radius: 12px; padding: 25px;
  box-shadow: 0 4px 15px rgba(0,0,0,.06);
}
.whdk4ek0 h4, .whdk4ek0 h5 { font-size: 16px; margin-bottom: 12px; color: #e94560; }
.whdk4ek0 p { font-size: 14px; color: #555; margin-bottom: 6px; }

/* === Social Share === */
.vfgz9 {
  display: flex; gap: 12px; justify-content: center;
  flex-wrap: wrap; margin-top: 20px;
}
.m0fzd {
  padding: 8px 20px; border-radius: 20px; font-size: 13px;
  border: none; cursor: pointer; color: #fff; transition: opacity .3s;
}
.m0fzd:hover { opacity: .85; }
.ht36j { background: #07c160; }
.p4f6k1 { background: #e6162d; }
.xpv34 { background: #161823; }
.nbd4ccsx { background: #00a1d6; }

/* === Article Meta === */
.im4a7 {
  display: flex; gap: 15px; flex-wrap: wrap;
  font-size: 13px; color: #999; margin-bottom: 15px;
  padding-bottom: 10px; border-bottom: 1px solid #f0f0f0;
}
.im4a7 span { display: flex; align-items: center; gap: 4px; }

/* === Footer === */
.cmm5w {
  background: linear-gradient(135deg, #1a1a2e, #16213e);
  color: #aaa; padding: 40px 0 20px;
}
.di4vgk {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 30px; margin-bottom: 30px;
}
.jwlp7w h4, .jwlp7w h6 { color: #fff; font-size: 16px; margin-bottom: 15px; }
.jwlp7w p, .jwlp7w a { font-size: 13px; color: #999; display: block; margin-bottom: 6px; }
.jwlp7w a:hover { color: #e94560; }
.qnt7fb { display: flex; gap: 20px; margin-top: 10px; }
.qnt7fb img { width: 100px; height: 100px; border-radius: 8px; }
.xnngj8s {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 20px; text-align: center; font-size: 13px;
}
.xnngj8s .nfone { color: #e94560; }

/* === Breadcrumb === */
.breadcrumb {
  padding: 12px 0; font-size: 13px; color: #999;
}
.breadcrumb a { color: #6c5ce7; }
.breadcrumb span { margin: 0 6px; }

/* === Inner Page === */
.jthnn930 {
  height: 300px; background-size: cover; background-position: center;
  position: relative; display: flex; align-items: center;
  justify-content: center;
}
.jthnn930::after {
  content: ''; position: absolute; inset: 0;
  background: rgba(0,0,0,.5);
}
.jthnn930 h2 {
  position: relative; z-index: 1; color: #fff;
  font-size: 32px; text-shadow: 2px 2px 10px rgba(0,0,0,.5);
}
.wg81l { padding: 40px 0; }
.wg81l article { background: #fff; border-radius: 12px; padding: 30px; margin-bottom: 24px; }
.wg81l article h3 { font-size: 20px; margin-bottom: 15px; color: #2d3436; }
.wg81l article p { font-size: 15px; color: #555; margin-bottom: 12px; }

/* === Sidebar === */
.rpio2l7 { display: grid; grid-template-columns: 1fr 300px; gap: 30px; }
.sidebar .widget {
  background: #fff; border-radius: 12px; padding: 20px;
  margin-bottom: 20px; box-shadow: 0 4px 15px rgba(0,0,0,.06);
}
.sidebar .widget h4 {
  font-size: 15px; margin-bottom: 12px; padding-bottom: 8px;
  border-bottom: 2px solid #e94560;
}
.sidebar .widget ul li { padding: 6px 0; font-size: 13px; }
.sidebar .widget ul li a { color: #555; }
.sidebar .widget ul li a:hover { color: #e94560; }

/* === MCP Frontend Mock === */
.c9arol {
  background: linear-gradient(135deg, #1a1a2e, #2d3436);
  border-radius: 12px; padding: 20px; color: #fff;
  margin-top: 20px;
}
.c9arol h4, .c9arol h6 { font-size: 14px; margin-bottom: 10px; color: #e94560; }
.c9arol .ye75f {
  display: flex; align-items: center; gap: 8px;
  font-size: 12px; color: #4cd137;
}
.c9arol .ye75f::before {
  content: ''; width: 8px; height: 8px; border-radius: 50%;
  background: #4cd137; animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .5; }
}
.c9arol .vzvuj { margin-top: 10px; display: flex; gap: 8px; flex-wrap: wrap; }
.c9arol .ld844o {
  padding: 5px 12px; border-radius: 15px; font-size: 11px;
  background: rgba(255,255,255,.1); color: #ddd; border: 1px solid rgba(255,255,255,.2);
  cursor: pointer; transition: all .3s;
}
.c9arol .ld844o:hover { background: #e94560; border-color: #e94560; }

/* === Responsive === */
@media (max-width: 768px) {
  .n0xv4m { flex-wrap: wrap; }
  .h9gr0e { display: none; width: 100%; }
  .h9gr0e.open { display: block; }
  .h9gr0e ul { flex-direction: column; padding: 10px 0; }
  .h9gr0e a { display: block; padding: 10px 15px; }
  .ar4fl { display: block; }
  .oipgh9 { height: 300px; }
  .quwbpmm { padding: 0 20px; }
  .quwbpmm h2 { font-size: 22px; }
  .rpio2l7 { grid-template-columns: 1fr; }
  .sidebar { order: -1; }
  .hnlmmx { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
  .section { padding: 40px 0; }
  .m8uwsgb h2 { font-size: 22px; }
  .di4vgk { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .oipgh9 { height: 220px; }
  .quwbpmm h2 { font-size: 18px; }
  .quwbpmm p { font-size: 13px; }
  .hnlmmx { grid-template-columns: 1fr; }
  .o1syuaqr { grid-template-columns: 1fr; }
  .gpegyg { grid-template-columns: 1fr; }
  .l507wmse { grid-template-columns: 1fr; }
  .ozqy73 { grid-template-columns: 1fr; }
}

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

/* === Animation === */
.fade-in {
  opacity: 0; transform: translateY(20px);
  transition: opacity .6s, transform .6s;
}
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* === Section Title h3/h4/h5 support === */
.m8uwsgb h3, .m8uwsgb h4, .m8uwsgb h5, .m8uwsgb h6 {
  font-size: 28px; position: relative; display: inline-block;
  padding-bottom: 12px;
}
.m8uwsgb h3::after, .m8uwsgb h4::after, .m8uwsgb h5::after, .m8uwsgb h6::after {
  content: ''; position: absolute; bottom: 0; left: 50%;
  transform: translateX(-50%); width: 60px; height: 3px;
  background: linear-gradient(90deg, #e94560, #f39c12);
  border-radius: 2px;
}
