*{margin:0;padding:0;box-sizing:border-box;font-family:"Microsoft Yahei",sans-serif;}
body{background:#0a0a0e;color:#e0e0e0;font-size:14px;line-height:1.6;}
a{text-decoration:none;color:#ccc;transition:all 0.25s ease;}
a:hover{color:#d4af37;}
ul,li{list-style:none;}
input,button{border:none;outline:none;background:none;}
/* 头部导航 */
.header{background:#121218;border-bottom:1px solid #222;padding:0 15px;position:sticky;top:0;z-index:999;box-shadow:0 2px 12px rgba(0,0,0,0.6);}
.head-wrap{max-width:1320px;margin:0 auto;display:flex;align-items:center;height:64px;gap:24px;}
.logo{display:flex;align-items:center;font-size:22px;font-weight:bold;color:#d4af37;gap:8px;}
.logo svg{width:32px;height:32px;fill:#d4af37;}
/* 导航菜单 */
.nav-menu{display:flex;gap:20px;}
.nav-menu a{height:64px;display:flex;align-items:center;padding:0 8px;font-size:15px;position:relative;}
.nav-menu a.active{color:#d4af37;}
.nav-menu a.active::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#b8860b,#ffd700);border-radius:3px 3px 0 0;}
/* 搜索框 */
.search-box{flex:1;max-width:420px;height:36px;background:#1e1e26;border:1px solid #2d2d38;border-radius:6px;display:flex;overflow:hidden;}
.search-box input{flex:1;padding:0 14px;color:#fff;font-size:14px;}
.search-box input::placeholder{color:#666;}
.search-box button{width:40px;background:linear-gradient(90deg,#b8860b,#d4af37);color:#000;cursor:pointer;font-weight:bold;}
/* 会员登录 */
.member-box{display:flex;align-items:center;gap:12px;}
.member-box a{padding:6px 12px;border-radius:4px;border:1px solid #333;}
.member-box a.vip-btn{background:linear-gradient(90deg,#b8860b,#d4af37);color:#000;border:none;font-weight:bold;}
    /* ====================== */
    /* 幻灯片 → 和内容同宽度（非全屏）
    /* ====================== */
    .hero-slider {
        width: 1300px;
        height: 420px;
        margin: 20px auto 30px;
        position: relative;
        overflow: hidden;
        border-radius: 8px;
        z-index: 1;
    }
    @media(max-width:1200px){
        .hero-slider { width:95%; height:340px; }
    }
    @media(max-width:768px){
        .hero-slider { height:240px; }
    }

    .slide-item {
        position: absolute;
        top: 0; left: 0;
        width: 100%; height: 100%;
        opacity: 0;
        background-size: cover;
        background-position: center;
        border-radius:8px;
    }
    .slide-item:nth-child(1){ animation:slideAni 15s infinite 0s; }
    .slide-item:nth-child(2){ animation:slideAni 15s infinite 5s; }
    .slide-item:nth-child(3){ animation:slideAni 15s infinite 10s; }

    @keyframes slideAni {
        0%   { opacity:0; }
        6%   { opacity:1; }
        33%  { opacity:1; }
        39%  { opacity:0; }
        100% { opacity:0; }
    }

    .slide-overlay {
        position:absolute; top:0; left:0;
        width:100%; height:100%;
        background: linear-gradient(
            90deg,
            rgba(0,0,0,0.85) 0%,
            rgba(0,0,0,0.4) 50%,
            rgba(0,0,0,0) 100%
        );
        border-radius:8px;
    }

    .slide-info {
        position:absolute;
        top:50%; transform:translateY(-50%);
        left:40px;
        width:380px;
        z-index:2;
    }
    .slide-title {
        font-size:36px;
        font-weight:bold;
        margin-bottom:12px;
    }
    .slide-tags {
        display:flex; gap:6px; margin-bottom:10px;
    }
    .slide-tag {
        padding:3px 6px;
        background:#00b42a;
        color:#fff;
        font-size:12px;
        border-radius:3px;
    }
    .slide-desc {
        font-size:14px;
        color:#ccc;
        line-height:1.6;
        margin:12px 0 20px;
        display:-webkit-box;
        -webkit-line-clamp:3;
        -webkit-box-orient:vertical;
        overflow:hidden;
    }
    .slide-play {
        display:inline-block;
        padding:10px 22px;
        background:#00b42a;
        color:#fff;
        border-radius:4px;
        font-size:14px;
        transition:0.2s;
    }
    .slide-play:hover {
        background:#009223;
    }
/* 容器主体 */
.container{max-width:1320px;margin:0 auto;padding:24px 15px;}
/* 板块标题 */
.block-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid #1f1f29;}
.block-title h2{font-size:18px;color:#f0f0f0;display:flex;align-items:center;gap:8px;}
.block-title h2 span{display:inline-block;width:4px;height:18px;background:linear-gradient(#b8860b,#ffd700);border-radius:2px;}
.block-title .update-tip{color:#888;font-size:13px;}
.block-title .more{color:#d4af37;font-size:13px;}
/* 影片卡片通用 */
.vod-list{display:grid;grid-template-columns:repeat(6,1fr);gap:20px;margin-bottom:40px;}
.vod-item{background:#14141b;border-radius:8px;overflow:hidden;border:1px solid #222;transition:all 0.3s ease;position:relative;}
.vod-item:hover{transform:translateY(-6px);box-shadow:0 8px 24px rgba(212,175,55,0.15);border-color:#d4af37;}
.vod-pic{width:100%;aspect-ratio:2/3;overflow:hidden;position:relative;}
.vod-pic img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.4s ease;}
.vod-item:hover .vod-pic img{transform:scale(1.08);}
/* 海报底部渐变遮罩，文字悬浮底色 */
.vod-pic::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:110px;
    background:linear-gradient(to top, rgba(0,0,0,0.95), transparent);
}
/* 左上角年份标签 */
.vod-year{position:absolute;top:6px;left:6px;background:rgba(0,0,0,0.75);padding:2px 6px;font-size:12px;color:#d4af37;border-radius:3px;z-index:2;}
/* 仅修改此处：贴紧卡片底部，水平居中，底边对齐 */
.vod-info{
    position:absolute;
    left:0;
    right:0;
    bottom:10px;
    padding:0 10px;
    z-index:2;
    text-align:center;
    display:flex;
    flex-direction:column;
    align-items:center;
}
.vod-name{font-size:15px;margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff;}
.vod-desc{font-size:12px;color:#ccc;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.vod-tag{display:flex;gap:6px;font-size:11px;color:#ddd;}
/* 电影板块左右布局 */
.movie-wrap{display:flex;gap:24px;}
.movie-left{flex:1;}
.movie-rank{width:260px;background:#14141b;border-radius:8px;border:1px solid #222;padding:16px;}
/* 右侧榜单外层容器 核心自适应修复 */
.movie-rank {
    height: auto !important;
    min-height: unset !important;
    max-height: unset !important;
    overflow: visible !important;
    padding: 20px;
    background: #14141c;
    border-radius: 8px;
}
/* 榜单标题 */
.rank-title{
    font-size:16px;
    margin-bottom:16px;
    padding-bottom:8px;
    border-bottom:1px solid #1f1f29;
    color:#d4af37;
}
/* 榜单单行条目，无高度限制 */
.rank-item{
    display:flex;
    align-items:center;
    gap:10px;
    padding:10px 8px;
    border-radius:6px;
    margin-bottom:8px;
    transition:0.2s;
}
.rank-item:hover{
    background:#1c1c28;
}
/* 排名数字方块固定尺寸，不挤压布局 */
.rank-num{
    width:24px;
    height:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:4px;
    font-weight:bold;
    font-size:13px;
    flex-shrink:0;
}
.rank-num.top1{background:#d4af37;color:#000;}
.rank-num.top2{background:#999;color:#000;}
.rank-num.top3{background:#8b5a2b;color:#fff;}
.rank-num.other{background:#222;color:#aaa;}
/* 文字区域防挤压 */
.rank-text{
    flex:1;
    min-width:0;
}
.rank-name{
    font-size:14px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    color:#e3e6eb;
}
.rank-sub{
    font-size:11px;
    color:#888;
    margin-top:2px;
}
/* 电影左右分栏父容器，取消强制等高 */
.movie-wrap {
    align-items: flex-start !important;
}
.movie-left {
    height: auto !important;
}
/* 集数高亮样式规范 */
.playon{color:#d4af37;font-weight:bold;}
.playvip{color:#ff4444;}

/* 电影标题整行横向布局核心 */
.movie-header-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px;
    flex-wrap: nowrap;
    width: 100%;
}
/* 左侧电影标题固定宽度，不挤压 */
.movie-header-row h2 {
    flex: 0 0 auto;
    margin: 0;
    white-space: nowrap;
}
/* 中间二级分类标签自动填充剩余宽度，横向滚动防止溢出 */
.movie-header-row .section-tabs {
    flex: 1;
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 0;
    margin: 0;
    /* 隐藏滚动条，保持美观 */
    scrollbar-width: none;
}
.movie-header-row .section-tabs::-webkit-scrollbar {
    display: none;
}
/* 右侧更多按钮固定不压缩 */
.movie-header-row .more {
    flex: 0 0 auto;
    white-space: nowrap;
    color: #d4af37;
    text-decoration: none;
}

/* 二级分类标签高级磨砂质感 */
.section-tab {
    padding: 7px 18px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 30px;
    color: #d1d1d1;
    font-size: 14px;
    transition: all 0.28s ease;
    backdrop-filter: blur(4px);
    text-decoration: none;
    white-space: nowrap;
}
.section-tab:hover {
    background: linear-gradient(90deg, #d4af37, #f1c860);
    border-color: transparent;
    color: #000;
    box-shadow: 0 0 12px rgba(212,175,55,0.35);
    transform: translateY(-2px);
}
.section-tab.active {
    background: linear-gradient(90deg, #d4af37, #f1c860);
    color: #000;
}

/* 原有：顶部分类标签自适应换行 */
@media (max-width: 1200px) {
    .movie-header-row {
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .movie-header-row .section-tabs {
        order: 3;
        width: 100%;
    }
    /* 新增：移动端屏蔽二级分类标签 */
    .movie-header-row .section-tabs {
        display: none !important;
    }
}

/* 平板/手机统一适配 768px以下 */
@media (max-width: 768px) {
    /* 1. 首页所有影片网格统一一行3个，自动换行2行 */
    .vod-list,
    .module-lines-list .module-items {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 12px;
    }

    /* 2. 屏蔽右侧热播榜单侧边栏 */
    .movie-wrap .movie-rank {
        display: none !important;
    }
    /* 左侧内容占满整宽，不再留侧边位置 */
    .movie-wrap .movie-left {
        width: 100% !important;
    }
    .movie-wrap {
        gap: 0;
    }

    /* 3. 今日推荐板块同样一行3个 */
    .module-items {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

/* 极小屏手机优化（480px以内） */
@media (max-width: 480px) {
    .vod-list,
    .module-lines-list .module-items,
    .module-items {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 8px;
    }
}
/* 底部整体容器 */
#footer.wrapper.app {
    margin-top: 40px;
    padding: 30px 15px;
    background: #0f0f16;
    color: #999;
    font-size: 13px;
    text-align: center;
}
/* 导航链接行 */
#footer .sitemap {
    margin-bottom: 12px;
}
#footer .sitemap img {
    vertical-align: middle;
    margin-right: 8px;
}
#footer .sitemap a {
    color: #ccc;
    text-decoration: none;
    margin: 0 6px;
}
#footer .sitemap a:hover {
    color: #d4af37;
}
/* 分割线 */
.space-line-bold {
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #333;
    margin: 0 8px;
    vertical-align: middle;
}
/* 版权说明文字 */
#footer p:last-of-type {
    line-height: 1.6;
    margin: 0;
}
/* 列表页专用容器，继承全站1320宽度规范 */
body.library.page #main {
    padding: 24px 0;
}
body.library.page .wrapper {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

/* 顶部筛选栏外层 */
.page-heading {
    margin-bottom: 24px;
}
.page-heading .box {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
/* 筛选分类模块盒子，复用全站深色卡片背景 */
.library-box {
    background: #14141b;
    border: 1px solid #222;
    border-radius: 8px;
    padding: 12px 16px;
    min-width: 160px;
}
.library-box-first {
    flex: 1 1 100%;
}
/* 横向滚动筛选条，隐藏滚动条 */
.scroll-box.ovauto {
    overflow-x: auto;
}
.scroll-box.ovauto::-webkit-scrollbar {
    display: none;
}
.scroll-box.ovauto {
    scrollbar-width: none;
}
.scroll-content {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* 筛选标签按钮，适配全站a全局hover */
.library-item {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 20px;
    background: rgba(255,255,255,0.07);
    color: #b8b8c4;
    font-size: 13px;
    white-space: nowrap;
}
.library-item-first {
    background: transparent;
    font-weight: bold;
    color: #d4af37;
    padding-left: 0;
}
.library-item.selected {
    background: linear-gradient(90deg,#b8860b,#d4af37);
    color: #000;
}
/* 仅补充非首项hover底色，文字颜色交给全局a:hover统一控制 */
.library-item:hover:not(.library-item-first):not(.selected) {
    background: rgba(212,175,55,0.22);
}

/* 影片总数文字 */
.library-stat {
    margin: 0;
    font-size: 14px;
    color: #888;
    font-weight: normal;
}
.library-stat .important {
    color: #d4af37;
    font-weight: bold;
    padding: 0 4px;
}

/* 列表页channel影片卡片区域，完全复用首页vod-list网格，无冲突 */
.module {
    margin-bottom: 30px;
}
.module-list .module-items {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}
/* 单影片卡片，和首页vod-item视觉统一 */
.module-item {
    display: block;
    background: #14141b;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #222;
    transition: all 0.3s ease;
    position: relative;
}
.module-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 24px rgba(212,175,55,0.15);
    border-color: #d4af37;
}
.module-item-cover {
    width: 100%;
    aspect-ratio: 2/3;
    overflow: hidden;
    position: relative;
}
.module-item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.module-item:hover .module-item-pic img {
    transform: scale(1.08);
}
/* 底部渐变遮罩，和首页完全一致，文字底色贴合底部 */
.module-item-cover::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 110px;
    background: linear-gradient(to top, rgba(0,0,0,0.95), transparent);
}
/* 加载占位层 */
.loading {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    z-index: 1;
}
/* 文字容器：绝对定位贴海报最底部，水平居中，和图片底边齐平 */
.module-item-titlebox {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    padding: 0 8px;
    z-index: 2;
    text-align: center;
    margin: 0;
}
.module-item-title {
    font-size: 18px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff;
    font-weight: 500;
}
.module-item-text {
    font-size: 12px;
    color: #cccccc;
    margin-top: 4px;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 分页模块 */
.module-footer {
    margin-top: 36px;
    text-align: center;
}
#page {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.page-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border-radius: 4px;
    background: #14141b;
    color: #b8b8c4;
    font-size: 14px;
}
.page-number:hover {
    background: rgba(212,175,55,0.2);
}
.page-number.page-current {
    background: linear-gradient(90deg,#b8860b,#d4af37);
    color: #000;
    font-weight: bold;
}

/* 移动端自适应，和全站媒体查询宽度统一 */
@media (max-width: 1200px) {
    .module-list .module-items {
        grid-template-columns: repeat(4,1fr);
    }
}
@media (max-width: 768px) {
    .module-list .module-items {
        grid-template-columns: repeat(4,1fr);
    }
    .page-heading .box {
        gap: 10px;
    }
    .library-box {
        min-width: 130px;
    }
}

/* 播放页页面容器，强制复用全站1320固定宽度，居中，不再全屏拉伸 */
body.view.page #main.wrapper {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    padding: 24px 15px;
}
body.view.page .content {
    width: 100%;
}

/* 顶部影片头部容器 */
.view-heading {
    display: flex;
    gap: 24px;
    background: #14141b;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #222;
    margin-bottom: 30px;
    width: 100%;
}
/* 移动端封面隐藏/适配 */
.mobile-play {
    display: none;
}
@media(max-width:768px){
    .view-heading {
        flex-direction: column;
    }
    .mobile-play {
        display: block;
    }
    .video-cover {
        display: none;
    }
}

/* 左侧封面海报 */
.video-cover {
    flex: 0 0 300px;
}
.video-cover .module-item-cover {
    width: 100%;
    aspect-ratio: 2/3;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.video-cover .module-item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* 播放图标遮罩 */
.video-cover .module-item-pic a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.35);
    z-index: 2;
}
.icon-play {
    font-size: 48px;
    color: #fff;
    transition: 0.25s;
}
.video-cover:hover .icon-play {
    transform: scale(1.15);
    color: #d4af37;
}
.loading {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    z-index: 1;
}

/* 右侧影片信息区域 */
.video-info {
    flex: 1;
}
.video-info-header .page-title {
    font-size: 28px;
    color: #f0f0f0;
    margin: 0 0 8px;
    font-weight: bold;
}
.video-subtitle {
    font-size: 14px;
    color: #888;
    margin: 0 0 16px;
    font-weight: normal;
}
/* 标签横向滚动栏 */
.scroll-box {
    overflow-x: auto;
    scrollbar-width: none;
    margin-bottom: 20px;
}
.scroll-box::-webkit-scrollbar {
    display: none;
}
.video-info-aux {
    display: flex;
    gap: 12px;
}
.tag-link {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: rgba(255,255,255,0.07);
    border-radius: 20px;
    font-size: 13px;
    white-space: nowrap;
}
.tag-link a {
    color: #ccc;
}
.tag-link:hover a {
    color: #d4af37;
}
.video-tag-icon i {
    color: #d4af37;
}

/* 立即播放主按钮 */
.btn-important {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 30px;
    background: linear-gradient(90deg,#b8860b,#d4af37);
    color: #000 !important;
    border-radius: 6px;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 24px;
}
.btn-important:hover {
    box-shadow: 0 0 18px rgba(212,175,55,0.4);
}
.shadow-drop {
    box-shadow: 0 4px 16px rgba(0,0,0,0.4);
}

/* 影片详情信息行 */
.video-info-main {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 30px;
    margin-bottom: 20px;
}
.video-info-items {
    display: flex;
    align-items: flex-start;
    gap: 6px;
}
.video-info-itemtitle {
    color: #d4af37;
    font-weight: bold;
    white-space: nowrap;
}
.video-info-item {
    color: #ccc;
}
.video-info-content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.slash {
    color: #444;
    margin: 0 6px;
}
.video-info-footer {
    display: none;
}
@media(max-width:768px){
    .video-info-header .btn-important {
        display: none;
    }
    .video-info-footer {
        display: block;
        margin-top: 20px;
    }
}

/* 播放选集切换模块 */
    .player-section {
        margin: 35px 0;
        padding: 25px;
        background: rgba(20, 20, 20, 0.7);
        border-radius: 12px;
        border: 1px solid rgba(255,255,255,0.05);
        backdrop-filter: blur(10px);
    }

    /* 播放源标签 */
    .source-tabs {
        display: flex;
        gap: 12px;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(255,255,255,0.08);
        flex-wrap: wrap;
    }
    .source-tab {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 8px 16px;
        font-size: 15px;
        color: #aaa;
        cursor: pointer;
        transition: all 0.25s ease;
        border-radius: 8px;
        background: rgba(30,30,30,0.9);
        border: 1px solid rgba(255,255,255,0.05);
    }
    .source-tab:hover {
        color: #fff;
        background: rgba(40,40,40,0.9);
    }
    .source-tab.active {
        background: linear-gradient(135deg, #00b42a, #009933);
        color: #fff;
        border-color: transparent;
    }
    .source-count {
        background: rgba(0,180,42,0.2);
        color: #00b42a;
        font-size: 12px;
        padding: 2px 6px;
        border-radius: 10px;
        font-weight: 500;
    }
    .source-tab.active .source-count {
        background: rgba(255,255,255,0.2);
        color: #fff;
    }

    /* 集数滚动容器 */
    .episode-container {
        display: none;
    }
    .episode-container.active {
        display: block;
    }
    .episode-list {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        gap: 12px;
        max-height: 320px;
        overflow-y: auto;
        padding-right: 8px;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    /* 集数按钮 */
    .episode-list a {
        padding: 10px 12px;
        background: rgba(30,30,30,0.9);
        border-radius: 6px;
        font-size: 14px;
        color: #ccc;
        text-decoration: none;
        text-align: center;
        transition: all 0.25s ease;
        border: 1px solid rgba(255,255,255,0.05);
        white-space: nowrap;
        display: block;
    }
    .episode-list a:hover {
        background: rgba(0,180,42,0.15);
        color: #fff;
        border-color: rgba(0,180,42,0.3);
        transform: translateY(-1px);
    }
    .episode-list a.playon {
        background: linear-gradient(135deg, #00b42a, #009933);
        color: #fff;
        border-color: transparent;
        font-weight: 500;
    }

    /* 自定义滚动条 */
    .episode-list::-webkit-scrollbar {
        width: 6px;
    }
    .episode-list::-webkit-scrollbar-track {
        background: rgba(255,255,255,0.05);
        border-radius: 3px;
    }
    .episode-list::-webkit-scrollbar-thumb {
        background: rgba(0,180,42,0.4);
        border-radius: 3px;
    }
    .episode-list::-webkit-scrollbar-thumb:hover {
        background: rgba(0,180,42,0.6);
    }

    /* 响应式适配 */
    @media(max-width:768px){
        .player-section { padding: 15px; }
        .source-tabs { gap: 8px; }
        .source-tab { padding: 6px 12px; font-size: 14px; }
        .episode-list {
            grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
            gap: 8px;
            max-height: 280px;
        }
        .episode-list a { padding: 8px 10px; font-size: 13px; }
    }
/* 主题橙色渐变按钮 匹配截图hnm3u8橙色块 */
.btn-main-linear,
.btn-important {
	background: linear-gradient(90deg, #ff9800, #ff6600) !important;
	color: #fff;
	border-radius: 50px;
	padding: 0 30px;
	cursor: pointer;
}
.btn-important i {
	margin-right: 5px;
	font-size: 12px;
	vertical-align: 1px
}
/* ========== 播放页核心黑金区块 ========== */
.player-block {
	background: #08080a;
	padding: 15px 0 20px;
	margin: 0 0 30px
}
.player-box-main {
	position: relative;
	overflow: hidden
}
.MacPlayer iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}
.MacPlayer {
	padding-bottom: 56.25% !important;
	display: block
}
/* ========== 选集模块核心修复（黑金深色，解决集数错乱） ========== */
.module-blocklist {
	margin: -4px;
}
.module-blocklist a {
	background: #1a1a20;
	color: #a0a3a9;
	margin: 4px;
	padding: 1px 10px;
	text-align: center;
	position: relative;
	line-height: 35px;
	font-size: 16px;
	display: inline-block;
	border-radius: 10px;
	width: calc(21% - 8px);
	white-space: nowrap;
	border: 1px solid #27272e;
}
.module-blocklist a:hover {
	background: #27272e;
	color: #ff9800;
	border-color: #ff9800;
}
/* 选中集数 橙色高亮 匹配截图橙色样式 */
.module-blocklist .selected,
.module-blocklist .selected:hover {
	color: #fff;
	font-weight: 700;
	background: linear-gradient(90deg, #ff9800, #ff6600);
	border-color: #ff9800;
}
/* 右侧播放列表深色容器 */
.player-side-playlist {
	width: 280px;
	height: 100%;
	padding: 20px;
	background: #121217;
	overflow-x: auto;
	margin: 0;
	border-radius: 0;
}
.player-side-playlist::-webkit-scrollbar {
	width: 6px;
	height: 1px
}
.player-side-playlist::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #44464b
}
.player-side-playlist::-webkit-scrollbar-track {
	background: #0c0c0e;
	margin: 2px
}
.module-vod-list.player-side-playlist .module-blocklist a {
	width: 100%;
}
/* 播放器控制栏 */
.video-player-handle {
	padding-top: 15px;
	height: 55px
}
.video-player-handle .handle-btn {
	margin-left: 8px;
	color: #808388;
	display: inline-block;
	position: relative;
	height: 40px;
	width: 60px;
	padding: 0;
	text-align: center;
}
.video-player-handle .handle-btn i {
	font-size: 18px;
	line-height: 40px;
}
.video-player-handle .handle-btn em {
	background: linear-gradient(90deg, #ff9800, #ff6600);
	color: #0c0c0e;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	transform: scale(.78);
	transform-origin: top right;
	border-radius: 5px 5px 0 5px;
	padding: 0 5px;
	line-height: 20px;
	font-size: 12px;
}
.video-player-handle .drop:hover .handle-btn,
.video-player-handle .handle-btn:hover {
	color: #ff9800
}
/* 播放页影片信息 深色半透明 */
.player-info {
	background: rgba(12, 12, 14, 0.92);
	width: calc(100% - 380px);
	padding: 20px 20px 15px;
	border-radius: 0 0 10px 10px;
	border-top: 1px solid #27272e;
}
.player-info .page-title {
	font-size: 24px;
	color: #f0f0f0;
	display: inline
}
.player-info .page-title a {
	color: #f0f0f0
}
.player-info .page-title a:hover {
	color: #ff9800
}
.player-info .video-info-aux .tag-link {
	color: #b0b3b8;
	background: #1a1a20;
	padding: 0 10px;
	line-height: 28px;
	font-size: 14px;
	border-radius: 10px;
	display: inline-block;
	margin-left:5px;
	border:1px solid #27272e;
}
.player-info .video-info-aux .slash {
	color: #44464b
}
/* 侧边TAB切换 */
.player-side-tab {
	float: right;
	width: 110px;
	height: 100%;
	flex: none;
	display: block;
	padding: 0
}
.player-side-tab .module-tab-item {
	font-size: 14px;
	color: #808388;
	line-height: inherit;
	display: block;
	padding: 15px 10px 15px 20px;
	margin: 5px 5px 0;
	background: #0f0f13;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
	position: relative;
	border: 1px solid #1a1a20;
}
.player-side-tab .module-tab-item:hover,
.player-side-tab .module-tab-item.selected {
	color: #fff;
	background: #1a1a20;
	border-color: #ff9800;
}
.player-side-tab .module-tab-item.selected {
	padding-left: 25px;
	margin-left: 0;
	font-weight: 700;
	overflow: hidden
}
/* 选集下拉弹窗 */
.handle-more-drop .btn-block-o {
	background: transparent;
	width: 100%;
	height: auto;
	padding: 10px 5px;
	text-align: inherit;
	position: relative;
}
.handle-more-drop .btn-block-o::after {
	border-width: 1px 0 0;
	border-top-color: #27272e;
	border-radius: 0 !important;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.handle-more-drop .btn-block-o:first-child::after {
	border: none
}
.handle-more-drop .btn-block-o i {
	width: 50px;
	line-height: 50px;
	vertical-align: 5px;
	font-size: 26px;
	color: #b0b3b8;
	text-align: center;
	display: inline-block;
	border-radius: 50px;
	background: #1a1a20;
}
.handle-more-drop .block-name {
	padding-top: 4px;
	display: inline-block;
	margin-left: 10px;
	color: #808388
}
.handle-more-drop .block-name strong {
	font-size: 16px;
	color: #e5e5e5
}
/* ========== 多端媒体查询 深色适配+集数自适应 ========== */
@media(min-width:1239px) {
	.player-block {
		min-height: 600px
	}
	.player-box-main {
		width: calc(100% - 380px);
		display: inline-block
	}
	.player-box-side {
		width: 380px;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		background: #121217;
		border-radius: 0 10px 0 0;
		border-left: 1px solid #27272e;
	}
}
@media(max-width:1239px) {
	.content {
		max-width: 100%;
		padding: 0 10px
	}
	.pc {
		display: none !important
	}
	.nopc {
		display: block !important
	}
	.padpro {
		display: inline-block
	}
	.player-box {
		margin: -20px -50px 0
	}
	.player-box-side,
	.player-info {
		background: #0c0c0e;
		padding: 20px 50px
	}
	.player-info {
		margin: 0 -50px -20px;
		border-top: 1px solid #27272e;
	}
	.player-box-side {
		margin: 10px -50px -50px;
		border-top: 1px solid #27272e;
	}
	.player-info .page-title {
		font-size: 26px;
		display: inline;
		margin-right: 5px
	}
	.video-player-handle .drop .drop-content {
		top: 70px;
		margin: 0 -10px
	}
}
@media(max-width:899px) {
	.player-box {
		margin: -15px -30px 0
	}
	.player-box-side,
	.player-info {
		margin-left: -30px;
		margin-right: -30px;
		padding-left: 30px;
		padding-right: 30px
	}
}
@media(max-width:559px) {
	.phone {
		display: block
	}
	.player-box {
		margin: -15px -15px 0
	}
	.player-box-side,
	.player-info {
		padding: 15px
	}
	.player-info {
		margin: 0 -15px
	}
	.player-box-side {
		margin: 0 -15px -55px
	}
	/* 移动端集数自适应 一行3个深色按钮 */
	.player-side-playlist .module-blocklist a {
		width: calc(33.33% - 8px);
	}
	.module-vod-list .module-blocklist a {
		width: auto;
		margin: 0 5px 5px 0;
		padding: 5px 15px;
		line-height: 2.2;
	}
}

/* 猜你喜欢板块（复用列表页卡片样式，无冲突） */
.module {
    margin-bottom: 36px;
}
.module-title {
    font-size: 18px;
    color: #f0f0f0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.module-title::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 18px;
    background: linear-gradient(#b8860b,#ffd700);
    border-radius: 2px;
}
.module-lines-list .module-items {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 20px;
}
.module-item {
    display: flex;
    flex-direction: column;
    background: #14141b;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #222;
    transition: all 0.3s ease;
    position: relative;
}
.module-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 24px rgba(212,175,55,0.15);
    border-color: #d4af37;
}
.module-item-cover {
    width: 100%;
    aspect-ratio: 2/3;
    overflow: hidden;
    position: relative;
}
.module-item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.module-item:hover .module-item-pic img {
    transform: scale(1.08);
}
.module-item-caption {
    position: absolute;
    top: 6px;
    left: 6px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    z-index: 2;
}
.module-item-caption span {
    font-size: 12px;
    background: rgba(0,0,0,0.75);
    padding: 2px 6px;
    border-radius: 3px;
    color: #d4af37;
}
.module-item-content {
    padding: 8px 6px;
}
.video-name a {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.video-tag {
    font-size: 12px;
    color: #888;
    margin: 4px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.video-text {
    font-size: 12px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.module-item-titlebox {
    margin-top: 8px;
    padding: 0 6px;
}
.module-item-title {
    font-size: 14px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.module-item-text {
    font-size: 12px;
    color: #888;
    margin-top: 4px;
    padding: 0 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 剧情介绍板块 */
.module-bg {
    background: #14141b;
    border: 1px solid #222;
    border-radius: 8px;
    padding: 20px;
}
.video-info.des p {
    line-height: 1.8;
    color: #ccc;
    margin-bottom: 12px;
}
.video-info.des b {
    color: #d4af37;
}

/* 分页/卡片移动端适配 */
@media (max-width: 1200px) {
    .module-lines-list .module-items {
        grid-template-columns: repeat(4,1fr);
    }
}
@media (max-width: 768px) {
    .module-lines-list .module-items {
        grid-template-columns: repeat(4,1fr);
    }
    .page-title {
        font-size: 22px !important;
    }
}
