.dagang-table .el-table-v2__row{
    font-size: 14px !important;
    color: #777777;
    height: 40px;
}
.dagang-table .el-table-v2__header-wrapper{
    display: none;
}

.dagang-table .Chapter,.dagang-table .Chapter:hover,.dagang-table .Chapter.is-highlight {
    background-color: #f1f5f9; /* 灰色背景 */
    color:  #333333;
    border-radius: 4px;
    font-weight: 650;
     pointer-events: none !important; /* 禁止 hover 效果 */
}

.dagang-table .Section > .el-table-v2__row-cell:first-child .el-table-v2__cell-text,
.dagang-table .Section > .el-table-v2__row-cell:first-child .el-table-v2__cell-text:hover,
.dagang-table .Section.is-highlight > .el-table-v2__row-cell:first-child .el-table-v2__cell-text
{
    background-color: #f1f5f9; /* 红色背景 */
    font-weight: 650; /* 加粗字体 */
    padding:   4px 10px ; /* 内边距 */
    border-radius: 16px; /* 圆角 */
    color:  #333333;
     pointer-events: none !important; /* 禁止 hover 效果 */
}


.dagang-table .Video > .el-table-v2__row-cell:last-child .el-table-v2__cell-text {
    font-size: 12px;
}

.el-table-v2__row:hover{
    color: #78B5FF;
    background-color: white;
}
.el-table-v2__row.is-highlight{
    background-color: white;
    color:  #1890ff;
}
.el-table-v2__main .el-vl__horizontal{
    display: none;
}

/* 视频播放详情页面  */


.dagang-table_readonly .el-table-v2__row{
    font-size: 14px !important;
    color: #777777;
    height: 40px;
}
.dagang-table_readonly .el-table-v2__header-wrapper{
    display: none;
}

.dagang-table_readonly .Chapter {
    background-color: #f1f5f9; /* 灰色背景 */
    color:  #333333;
    border-radius: 4px;
    font-weight: 650;
}

.dagang-table_readonly .Section > .el-table-v2__row-cell:first-child .el-table-v2__cell-text {
    background-color: #f1f5f9; /* 红色背景 */
    font-weight: 650; /* 加粗字体 */
    padding:   4px 10px ; /* 内边距 */
    border-radius: 16px; /* 圆角 */
    color:  #333333;
}
.dagang-table_readonly .Section, .dagang-table_readonly .Chapter{
    pointer-events: none !important; /* 禁止 hover 效果 */
}

.dagang-table_readonly .Video > .el-table-v2__row-cell:last-child .el-table-v2__cell-text {
    font-size: 12px;
}
.dagang-table_readonly .el-table-v2__row:hover{
    color: #777777;
    background-color: white;
}