/* 蓝色主题样式 - 修复版 */
.source-tabs {
    display: flex;
    margin: 15px 0;
    gap: 8px;
    flex-wrap: wrap;
}

.source-tabs button {
    padding: 8px 16px;
    background: #ffffff;
    border: 1px solid #3498db;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #3498db;
    transition: all 0.3s ease;
}

.source-tabs button:hover {
    background: #3498db;
    color: white;
}

.source-tabs button.active-tab {
    background: #2980b9;
    color: white;
    border-color: #2980b9;
}

/* 确保内容正常显示 */
.dramaNumList {
    display: block;
    margin: 10px 0;
}

.dramaNumList.hidden {
    display: none;
}

/* 播放源标题样式 */
#nrkuang_head span b {
    font-size: 14px;
    color: #2c3e50;
}

/* 播放链接红色点击效果 */
.nrkuang_list a.current {
    background: #e74c3c !important;
    color: white !important;
    border-color: #c0392b !important;
}

.playon {
    color: red;
   background-color: red; 来改变背景色 */
   
}