/* 内页样式 - 完全继承首页风格 */

/* 页面横幅区域 */
.page-banner-pb7k3m9p5x8 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 80px 0;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.page-banner-pb7k3m9p5x8::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
}

.banner-title-bt5k9m2p8x4 {
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.banner-subtitle-bs8k5m3p9x7 {
    font-size: 18px;
    opacity: 0.95;
    position: relative;
    z-index: 1;
}

/* 主内容区 */
.page-main-pm6k3m9p5x8 {
    padding: 60px 0;
    background: #f8f9fa;
}

.content-wrapper-cw8k5m3p9x7 {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 40px;
}

.main-content-mc9k5m2p7x4 {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 5px 30px rgba(0,0,0,0.08);
}

/* 内容头部 */
.content-header-ch6k3m9p5x8 {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 3px solid #f0f0f0;
}

.content-title-ct9k4m7p3x6 {
    font-size: 36px;
    font-weight: 900;
    color: #1a202c;
    margin-bottom: 20px;
}

.content-meta-cm5k9m2p8x4 {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    font-size: 15px;
    color: #718096;
}

.meta-item-mi7k3m9p5x8 {
    padding: 8px 16px;
    background: #f7fafc;
    border-radius: 20px;
    font-weight: 600;
}

/* 特色图片 */
.featured-image-fi4k9m7p2x5 {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 15px;
    margin: 30px 0;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

/* 内容段落 */
.content-section-cs8k5m3p9x7 {
    margin: 40px 0;
}

.section-title-st6k3m9p5x8 {
    font-size: 28px;
    font-weight: 800;
    color: #2d3748;
    margin-bottom: 25px;
    padding-left: 20px;
    border-left: 5px solid #667eea;
}

.content-text-ct2k9m7p4x5 {
    font-size: 17px;
    line-height: 2;
    color: #4a5568;
    margin-bottom: 20px;
}

/* 高亮框 */
.highlight-box-hb9k5m3p7x2 {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.08), rgba(118, 75, 162, 0.08));
    padding: 30px;
    border-radius: 15px;
    border-left: 5px solid #667eea;
    margin: 30px 0;
}

.highlight-text-ht6k3m8p5x9 {
    font-size: 16px;
    line-height: 1.9;
    color: #2d3748;
    font-weight: 500;
}

/* 功能卡片网格 */
.features-grid-fg8k5m3p9x7 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.feature-card-fc6k3m9p5x8 {
    background: #fff;
    padding: 35px;
    border-radius: 15px;
    border: 2px solid #e2e8f0;
    transition: all 0.3s ease;
}

.feature-card-fc6k3m9p5x8:hover {
    border-color: #667eea;
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.2);
}

.feature-icon-fi7k3m9p5x8 {
    font-size: 48px;
    margin-bottom: 20px;
}

.feature-title-ft4k9m7p2x5 {
    font-size: 22px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 15px;
}

.feature-desc-fd3k8m5p7x9 {
    font-size: 15px;
    line-height: 1.8;
    color: #718096;
}

/* 剧集网格 */
.drama-grid-dg6k3m9p5x8 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.drama-card-dc5k9m2p8x4 {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.drama-card-dc5k9m2p8x4:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.drama-thumb-dt8k5m3p9x7 {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.drama-info-di9k4m7p3x6 {
    padding: 20px;
}

.drama-name-dn5k9m2p8x4 {
    font-size: 20px;
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 10px;
}

.drama-desc-dd2k9m7p4x5 {
    font-size: 14px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 15px;
}

.drama-tags-dt9k4m7p3x6 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.tag-badge-tb6k3m8p5x9 {
    padding: 5px 12px;
    background: #edf2f7;
    color: #667eea;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
}

/* CTA区域 */
.cta-box-cb6k3m9p5x8 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 60px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    margin: 50px 0;
}

.cta-title-ct4k9m7p2x5 {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 15px;
}

.cta-desc-cd3k8m5p7x9 {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.95;
}

.cta-button-cb7k3m9p5x8 {
    padding: 15px 50px;
    background: #fff;
    color: #667eea;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cta-button-cb7k3m9p5x8:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

/* 侧边栏 */
.sidebar-widget-sw8k5m2p9x4 {
    position: sticky;
    top: 100px;
}

.sidebar-widget-sw8k5m2p9x4 > div {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    margin-bottom: 30px;
}

.widget-title-wt6k3m9p5x8 {
    font-size: 20px;
    font-weight: 800;
    color: #2d3748;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 3px solid #f0f0f0;
}

.stats-grid-sg7k3m9p5x6 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.stat-item-si4k9m7p2x5 {
    text-align: center;
    padding: 20px;
    background: #f7fafc;
    border-radius: 12px;
}

.stat-label-sl8k5m3p9x7 {
    display: block;
    font-size: 13px;
    color: #718096;
    margin-bottom: 8px;
}

.stat-value-sv9k4m7p3x6 {
    display: block;
    font-size: 24px;
    font-weight: 900;
    color: #667eea;
}

.hot-list-hl6k3m9p5x8 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hot-item-hi3k8m5p7x9 {
    padding: 15px 0;
    border-bottom: 1px solid #e2e8f0;
}

.hot-item-hi3k8m5p7x9:last-child {
    border-bottom: none;
}

.hot-link-hl7k3m9p5x8 {
    display: flex;
    gap: 15px;
    align-items: center;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.hot-link-hl7k3m9p5x8:hover {
    color: #667eea;
    padding-left: 10px;
}

.hot-link-hl7k3m9p5x8 img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.hot-info-hi9k4m7p3x6 {
    flex: 1;
    min-width: 0;
}

.hot-title-ht2k9m7p4x5 {
    font-size: 15px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hot-meta-hm8k5m3p9x7 {
    font-size: 13px;
    color: #a0aec0;
}

/* 响应式 */
@media (max-width: 1024px) {
    .content-wrapper-cw8k5m3p9x7 {
        grid-template-columns: 1fr;
    }

    .sidebar-widget-sw8k5m2p9x4 {
        position: static;
    }
}

@media (max-width: 768px) {
    .main-content-mc9k5m2p7x4 {
        padding: 30px 20px;
    }

    .content-title-ct9k4m7p3x6 {
        font-size: 28px;
    }

    .banner-title-bt5k9m2p8x4 {
        font-size: 32px;
    }

    .drama-grid-dg6k3m9p5x8 {
        grid-template-columns: 1fr;
    }
}
