/* ============================================
   91 原创样式表
   品牌色系：珊瑚粉 #FF6B6B + 深紫 #2D1B69 + 暖金 #FFD93D
   ============================================ */

/* === 基础重置 === */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","Noto Sans CJK SC",sans-serif;color:#1a1a2e;background:#fafafa;line-height:1.7;overflow-x:hidden}
a{color:inherit;text-decoration:none;transition:color .25s}
img{max-width:100%;height:auto;display:block}
ul,ol{list-style:none}
button{cursor:pointer;border:none;background:none;font:inherit}

/* === 容器 === */
.tx-container{max-width:1280px;margin:0 auto;padding:0 24px}

/* === 顶部导航 === */
.tx-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(45,27,105,.95);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,107,107,.15);transition:all .3s}
.tx-header .tx-container{display:flex;align-items:center;justify-content:space-between;height:68px}
.tx-logo{display:flex;align-items:center;flex-shrink:0}
.tx-logo-img{height:42px;width:auto}
.tx-nav{display:flex;gap:8px;align-items:center}
.tx-nav-link{padding:8px 16px;border-radius:8px;font-size:.95rem;color:rgba(255,255,255,.85);font-weight:500;transition:all .25s}
.tx-nav-link:hover,.tx-nav-link.active{color:#fff;background:rgba(255,107,107,.25)}
.tx-menu-btn{display:none;flex-direction:column;gap:5px;padding:8px}
.tx-menu-btn span{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:all .3s}

/* === 搜索栏 === */
.tx-search-bar{margin-top:68px;background:linear-gradient(135deg,#2D1B69 0%,#1a1145 100%);padding:20px 0}
.tx-search-wrap{display:flex;max-width:640px;margin:0 auto;background:rgba(255,255,255,.12);border-radius:50px;border:1px solid rgba(255,107,107,.3);overflow:hidden}
.tx-search-input{flex:1;padding:12px 24px;background:transparent;border:none;outline:none;color:#fff;font-size:1rem}
.tx-search-input::placeholder{color:rgba(255,255,255,.5)}
.tx-search-btn{padding:12px 24px;color:#FFD93D;transition:color .25s}
.tx-search-btn:hover{color:#FF6B6B}
.4v3rzidq{display:flex;align-items:center;gap:10px;margin-top:12px;justify-content:center;flex-wrap:wrap}
.uw3qoiri{color:rgba(255,255,255,.6);font-size:.85rem}
.7zmdzwzj{padding:4px 14px;border-radius:20px;font-size:.82rem;color:rgba(255,255,255,.8);background:rgba(255,107,107,.18);border:1px solid rgba(255,107,107,.25);transition:all .25s}
.7zmdzwzj:hover{background:rgba(255,107,107,.35);color:#fff}

/* === Hero Banner === */
.tx-hero{position:relative;min-height:600px;display:flex;align-items:center;overflow:hidden}
.tx-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat}
.tx-hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(45,27,105,.88) 0%,rgba(26,17,69,.75) 50%,rgba(255,107,107,.25) 100%)}
.tx-hero-content{position:relative;z-index:2;padding:80px 0 60px;color:#fff;max-width:720px}
.uoydd{display:inline-block;padding:6px 20px;border-radius:30px;background:rgba(255,107,107,.25);border:1px solid rgba(255,107,107,.5);font-size:.85rem;color:#FFD93D;margin-bottom:20px}
.tx-hero-title{font-size:2.8rem;font-weight:800;line-height:1.25;margin-bottom:20px;text-shadow:0 2px 20px rgba(0,0,0,.3)}
.tx-hero-desc{font-size:1.1rem;line-height:1.8;color:rgba(255,255,255,.9);margin-bottom:32px}
.wmsq0z{display:flex;gap:32px;margin-bottom:36px;flex-wrap:wrap}
.9cq4fuif{text-align:center}
.71tizhh{display:block;font-size:1.8rem;font-weight:800;color:#FFD93D}
.njs2p3{font-size:.8rem;color:rgba(255,255,255,.7);margin-top:4px}
.tkfy74{display:flex;gap:16px;flex-wrap:wrap}

/* === 按钮 === */
.tx-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;border-radius:12px;font-size:1rem;font-weight:600;transition:all .3s;cursor:pointer}
.tx-btn-primary{background:linear-gradient(135deg,#FF6B6B 0%,#ee5a5a 100%);color:#fff;box-shadow:0 4px 20px rgba(255,107,107,.35)}
.tx-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(255,107,107,.5)}
.tx-btn-outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5)}
.tx-btn-outline:hover{background:rgba(255,255,255,.12);border-color:#fff}
.tx-btn-sm{padding:8px 20px;font-size:.88rem;border-radius:8px;background:linear-gradient(135deg,#FF6B6B,#ee5a5a);color:#fff}
.tx-btn-sm:hover{transform:translateY(-1px)}
.tx-btn-outline-sm{background:transparent;border:1px solid #FF6B6B;color:#FF6B6B}
.tx-btn-outline-sm:hover{background:rgba(255,107,107,.08)}

/* === 通用段落 === */
.tx-section{padding:72px 0}
.tx-section-alt{background:#f0edf8}
.tx-section-header{text-align:center;margin-bottom:48px}
.tx-section-title{font-size:2rem;font-weight:800;color:#2D1B69;margin-bottom:12px;position:relative;display:inline-block}
.tx-section-title::after{content:'';display:block;width:60px;height:4px;background:linear-gradient(90deg,#FF6B6B,#FFD93D);border-radius:2px;margin:12px auto 0}
.tx-section-desc{font-size:1.05rem;color:#555;max-width:680px;margin:0 auto;line-height:1.7}

/* === 视频网格 === */
.tx-video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.tx-video-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 24px rgba(45,27,105,.08);transition:all .35s;cursor:pointer}
.tx-video-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px rgba(45,27,105,.15)}
.tx-video-thumb{position:relative;overflow:hidden;aspect-ratio:16/10}
.tx-video-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.tx-video-card:hover .tx-video-thumb img{transform:scale(1.08)}
.tx-play-icon{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.25);opacity:0;transition:opacity .3s}
.tx-video-card:hover .tx-play-icon{opacity:1}
.tx-video-duration{position:absolute;bottom:10px;right:10px;background:rgba(0,0,0,.75);color:#fff;padding:3px 10px;border-radius:6px;font-size:.78rem}
.m2m5j7{position:absolute;top:10px;left:10px;background:linear-gradient(135deg,#FF6B6B,#ff4757);color:#fff;padding:4px 12px;border-radius:6px;font-size:.75rem;font-weight:600}
.tx-video-info{padding:18px}
.tx-video-title{font-size:1.05rem;font-weight:700;color:#2D1B69;margin-bottom:10px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.tx-video-meta{display:flex;gap:14px;font-size:.82rem;color:#888;margin-bottom:10px;flex-wrap:wrap}
.s1ko2hn{display:flex;gap:8px;flex-wrap:wrap}
.s1ko2hn span{padding:3px 10px;background:rgba(45,27,105,.06);color:#2D1B69;border-radius:6px;font-size:.78rem}
.199g4c{text-align:center;margin-top:40px}

/* === 影视传媒特色 === */
.qvuxa93n{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.89qxnq{background:#fff;border-radius:16px;padding:32px 28px;box-shadow:0 4px 20px rgba(45,27,105,.06);transition:all .35s;border:1px solid transparent}
.89qxnq:hover{transform:translateY(-4px);border-color:rgba(255,107,107,.3);box-shadow:0 8px 32px rgba(255,107,107,.12)}
.s7lkpvge{font-size:2.4rem;margin-bottom:16px}
.q2avnlr6{font-size:1.15rem;font-weight:700;color:#2D1B69;margin-bottom:10px}
.y4airz{font-size:.92rem;color:#555;line-height:1.7;margin-bottom:14px}
.fpl272{display:flex;gap:16px}
.fpl272 span{padding:4px 12px;background:rgba(45,27,105,.06);border-radius:6px;font-size:.8rem;color:#2D1B69}

/* === 娱乐专区 === */
.su63ml{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.wyoqusv1{position:relative;border-radius:16px;overflow:hidden;min-height:260px}
.obitw17{grid-row:span 2}
.wyoqusv1 img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.wyoqusv1:hover img{transform:scale(1.06)}
.kl0zg{position:absolute;inset:0;background:linear-gradient(to top,rgba(45,27,105,.85) 0%,transparent 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:28px;color:#fff}
.kl0zg h3{font-size:1.2rem;font-weight:700;margin-bottom:8px}
.kl0zg p{font-size:.9rem;color:rgba(255,255,255,.85);margin-bottom:14px}

/* === AI赋能 === */
.4h82m{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.ydmgdz{background:#fff;border-radius:16px;padding:28px 24px;text-align:center;box-shadow:0 4px 20px rgba(45,27,105,.06);transition:all .35s;border:1px solid transparent}
.ydmgdz:hover{border-color:rgba(255,107,107,.3);transform:translateY(-4px)}
.mt584{font-size:2.6rem;margin-bottom:14px}
.w8izbdhq{font-size:1.05rem;font-weight:700;color:#2D1B69;margin-bottom:10px}
.ydmgdz p{font-size:.88rem;color:#666;line-height:1.7;margin-bottom:12px}
.3zs3k{display:inline-block;padding:4px 14px;background:linear-gradient(135deg,rgba(255,107,107,.1),rgba(255,217,61,.1));color:#FF6B6B;border-radius:20px;font-size:.78rem;font-weight:600}

/* === 社区互动 === */
.kp782{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.4t8294x{background:#fff;border-radius:16px;padding:28px;box-shadow:0 4px 20px rgba(45,27,105,.06);transition:all .35s}
.4t8294x:hover{transform:translateY(-4px);box-shadow:0 8px 28px rgba(45,27,105,.12)}
.mtecq5t{font-size:2.2rem;margin-bottom:12px}
.4t8294x h4{font-size:1.08rem;font-weight:700;color:#2D1B69;margin-bottom:8px}
.4t8294x p{font-size:.9rem;color:#555;line-height:1.7;margin-bottom:12px}
.aqodksm1{display:inline-block;padding:4px 14px;border-radius:20px;font-size:.8rem;background:rgba(45,27,105,.06);color:#2D1B69}
.v35awe5{background:rgba(255,107,107,.12);color:#FF6B6B;animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.6}}

/* === 专家团队 === */
.3gy2lil{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.6w2mfnpq{background:#fff;border-radius:16px;padding:32px 24px;text-align:center;box-shadow:0 4px 20px rgba(45,27,105,.06);transition:all .35s}
.6w2mfnpq:hover{transform:translateY(-4px);box-shadow:0 8px 28px rgba(45,27,105,.12)}
.tooolr1{width:120px;height:120px;border-radius:50%;object-fit:cover;margin:0 auto 16px;border:4px solid rgba(255,107,107,.2)}
.aalf5ob{font-size:1.15rem;font-weight:700;color:#2D1B69;margin-bottom:4px}
.98or08z{font-size:.88rem;color:#FF6B6B;font-weight:600;margin-bottom:10px}
.d62rwil{font-size:.88rem;color:#555;line-height:1.7;margin-bottom:12px}
.9d5vs90e{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-bottom:16px}
.9d5vs90e span{padding:3px 10px;background:rgba(255,217,61,.15);color:#b8860b;border-radius:6px;font-size:.78rem}
.i02qww{display:flex;gap:10px;justify-content:center}

/* === 品牌墙 === */
.g4bbb{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}
.k9d1g{padding:16px 32px;background:#fff;border-radius:12px;box-shadow:0 2px 12px rgba(45,27,105,.06);font-size:1rem;font-weight:600;color:#2D1B69;transition:all .3s}
.k9d1g:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(45,27,105,.12)}

/* === How-To 步骤 === */
.lfpx44l4{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.r1gyb{background:#fff;border-radius:16px;padding:32px 24px;text-align:center;box-shadow:0 4px 20px rgba(45,27,105,.06);position:relative;transition:all .35s}
.r1gyb:hover{transform:translateY(-4px)}
.bu74d{font-size:2.4rem;font-weight:900;color:rgba(255,107,107,.2);margin-bottom:12px}
.r1gyb h4{font-size:1.05rem;font-weight:700;color:#2D1B69;margin-bottom:10px}
.r1gyb p{font-size:.9rem;color:#555;line-height:1.7}

/* === FAQ === */
.fbwr9x{max-width:860px;margin:0 auto}
.9imn4l5{background:#fff;border-radius:12px;margin-bottom:12px;overflow:hidden;box-shadow:0 2px 12px rgba(45,27,105,.05)}
.d3oujhm{display:flex;align-items:center;justify-content:space-between;padding:20px 28px;cursor:pointer;transition:background .25s}
.d3oujhm:hover{background:rgba(45,27,105,.03)}
.d3oujhm h3{font-size:1rem;font-weight:600;color:#2D1B69;flex:1}
.mc6gia{font-size:1.5rem;color:#FF6B6B;font-weight:300;transition:transform .3s;flex-shrink:0;margin-left:16px}
.9imn4l5.open .mc6gia{transform:rotate(45deg)}
.i7vgpc{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease}
.9imn4l5.open .i7vgpc{max-height:300px;padding:0 28px 20px}
.i7vgpc p{font-size:.95rem;color:#555;line-height:1.8}

/* === 评论 === */
.zr062y{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.f47a1arh{background:#fff;border-radius:16px;padding:28px;box-shadow:0 4px 20px rgba(45,27,105,.06);transition:all .35s;border-left:4px solid #FF6B6B}
.f47a1arh:hover{transform:translateY(-4px);box-shadow:0 8px 28px rgba(45,27,105,.12)}
.jfme2{color:#FFD93D;font-size:1.2rem;margin-bottom:12px;letter-spacing:2px}
.y702pk8{font-size:.95rem;color:#333;line-height:1.8;margin-bottom:16px;font-style:italic}
.rg9vm{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.peg7nqb{font-weight:700;color:#2D1B69;font-size:.9rem}
.jfxnfr2c{font-size:.82rem;color:#999}
.zj4qx8y4{padding:3px 10px;background:rgba(255,107,107,.1);color:#FF6B6B;border-radius:6px;font-size:.78rem}

/* === 联系我们 === */
.sahtiimg{display:grid;grid-template-columns:1fr 1fr;gap:32px}
.xw11yb{background:#fff;border-radius:16px;padding:36px;box-shadow:0 4px 20px rgba(45,27,105,.06)}
.xw11yb h4{font-size:1.2rem;font-weight:700;color:#2D1B69;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid rgba(255,107,107,.2)}
.12ixqtp p{font-size:.95rem;color:#444;line-height:2.2}
.12ixqtp strong{color:#2D1B69}
.3qdm5tg-wrap{display:flex;gap:24px;margin-top:20px}
.3qdm5tg{text-align:center}
.3qdm5tg img{width:120px;height:120px;border-radius:8px;border:1px solid #eee}
.3qdm5tg span{display:block;margin-top:6px;font-size:.82rem;color:#888}

/* === 分享栏 === */
.1ovfkyx{background:#2D1B69;padding:16px 0;text-align:center}
.iy4ilfi{color:rgba(255,255,255,.7);font-size:.9rem;margin-right:12px}
.10tnl{display:inline-block;padding:6px 18px;margin:0 6px;border-radius:20px;font-size:.85rem;color:#fff;transition:all .25s}
.pdfd4{background:#07c160}
.caprosn{background:#e6162d}
.u340j{background:#161823}
.ruiaxhxj{background:#00a1d6}
.10tnl:hover{transform:translateY(-2px);opacity:.9}

/* === 页脚 === */
.tx-footer{background:#1a1145;color:rgba(255,255,255,.8);padding:60px 0 0}
.dqjf36{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1)}
.tx-footer-logo{height:42px;width:auto;margin-bottom:16px}
.cvk37r31{font-size:.9rem;line-height:1.8;color:rgba(255,255,255,.6);margin-bottom:16px}
.3ys89q{display:flex;gap:16px}
.3qdm5tg-mini{text-align:center}
.3qdm5tg-mini img{width:80px;height:80px;border-radius:6px}
.3qdm5tg-mini span{display:block;margin-top:4px;font-size:.75rem;color:rgba(255,255,255,.5)}
.wrb4vwoe h5{font-size:1rem;font-weight:700;color:#fff;margin-bottom:16px}
.wrb4vwoe a{display:block;font-size:.9rem;color:rgba(255,255,255,.6);padding:4px 0;transition:color .25s}
.wrb4vwoe a:hover{color:#FF6B6B}
.tx-footer-bottom{text-align:center;padding:24px 0;font-size:.85rem;color:rgba(255,255,255,.5)}
.tx-footer-update{margin-top:6px;font-size:.82rem;color:rgba(255,255,255,.4)}

/* === 响应式 === */
@media(max-width:1024px){
  .tx-video-grid,.qvuxa93n,.kp782,.zr062y{grid-template-columns:repeat(2,1fr)}
  .4h82m,.3gy2lil,.lfpx44l4{grid-template-columns:repeat(2,1fr)}
  .dqjf36{grid-template-columns:1fr 1fr}
  .tx-hero-title{font-size:2.2rem}
}
@media(max-width:768px){
  .tx-nav{display:none;position:absolute;top:68px;left:0;right:0;background:rgba(45,27,105,.98);flex-direction:column;padding:16px;gap:4px}
  .tx-nav.open{display:flex}
  .tx-nav-link{padding:12px 16px;border-radius:8px;width:100%}
  .tx-menu-btn{display:flex}
  .tx-video-grid,.qvuxa93n,.kp782,.zr062y,.4h82m,.3gy2lil,.lfpx44l4,.sahtiimg{grid-template-columns:1fr}
  .su63ml{grid-template-columns:1fr}
  .obitw17{grid-row:auto}
  .tx-hero{min-height:auto}
  .tx-hero-content{padding:50px 0 40px}
  .tx-hero-title{font-size:1.8rem}
  .wmsq0z{gap:16px}
  .71tizhh{font-size:1.4rem}
  .tx-section{padding:48px 0}
  .tx-section-title{font-size:1.6rem}
  .dqjf36{grid-template-columns:1fr}
  .sahtiimg{grid-template-columns:1fr}
}
@media(max-width:480px){
  .tx-hero-title{font-size:1.5rem}
  .tx-hero-desc{font-size:.95rem}
  .tkfy74{flex-direction:column}
  .tx-btn{width:100%;text-align:center}
  .wmsq0z{justify-content:space-between}
  .9cq4fuif{flex:1;min-width:0}
}

/* === 视频播放页 === */
.tx-play-page{margin-top:68px;padding:32px 0}
.tx-player-wrap{position:relative;width:100%;max-width:960px;margin:0 auto;aspect-ratio:16/9;background:#000;border-radius:16px;overflow:hidden;box-shadow:0 8px 40px rgba(0,0,0,.3)}
.tx-player-wrap video{width:100%;height:100%;object-fit:contain}
.tx-play-info{max-width:960px;margin:24px auto 0;padding:0 24px}
.tx-play-title{font-size:1.5rem;font-weight:800;color:#2D1B69;margin-bottom:12px}
.tx-play-meta{display:flex;gap:20px;font-size:.9rem;color:#888;margin-bottom:20px;flex-wrap:wrap}
.tx-play-desc{font-size:1rem;color:#444;line-height:1.8;margin-bottom:32px}
.tx-related-videos{max-width:960px;margin:0 auto;padding:0 24px}
.tx-related-videos h3{font-size:1.3rem;font-weight:700;color:#2D1B69;margin-bottom:20px}
.tx-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
@media(max-width:768px){.tx-related-grid{grid-template-columns:1fr}}

/* === 面包屑 === */
.tx-breadcrumb{margin-top:68px;padding:16px 0;background:#f5f3fa}
.tx-breadcrumb-list{display:flex;gap:8px;align-items:center;font-size:.88rem;color:#888}
.tx-breadcrumb-list a{color:#2D1B69;transition:color .25s}
.tx-breadcrumb-list a:hover{color:#FF6B6B}
.tx-breadcrumb-list span{color:#ccc}

/* === 子页面通用 === */
.tx-page-hero{background:linear-gradient(135deg,#2D1B69 0%,#1a1145 100%);padding:60px 0;margin-top:68px;text-align:center;color:#fff}
.tx-page-hero h1{font-size:2.2rem;font-weight:800;margin-bottom:12px}
.tx-page-hero p{font-size:1.05rem;color:rgba(255,255,255,.8);max-width:600px;margin:0 auto}
