.slideshow {
    height: 400px;
    object-fit: cover;
}

/* 表头下方筛选行样式 */
table.dataTable thead tr.filter-row > th {
    background-color: #f7f7f7 !important;
    color: #111;
    font-size: 12px;
    font-weight: 400;
    padding: 6px 8px !important;
    border-bottom: 1px solid #ddd;
    cursor: default;
}

table.dataTable thead tr.filter-row > th.sorting,
table.dataTable thead tr.filter-row > th.sorting_asc,
table.dataTable thead tr.filter-row > th.sorting_desc,
table.dataTable thead tr.filter-row > th.sorting_asc_disabled,
table.dataTable thead tr.filter-row > th.sorting_desc_disabled {
    cursor: default;
    padding-right: 8px !important;
}

table.dataTable thead tr.filter-row > th.sorting:before,
table.dataTable thead tr.filter-row > th.sorting:after,
table.dataTable thead tr.filter-row > th.sorting_asc:before,
table.dataTable thead tr.filter-row > th.sorting_asc:after,
table.dataTable thead tr.filter-row > th.sorting_desc:before,
table.dataTable thead tr.filter-row > th.sorting_desc:after,
table.dataTable thead tr.filter-row > th.sorting_asc_disabled:before,
table.dataTable thead tr.filter-row > th.sorting_asc_disabled:after,
table.dataTable thead tr.filter-row > th.sorting_desc_disabled:before,
table.dataTable thead tr.filter-row > th.sorting_desc_disabled:after {
    display: none !important;
}

table.dataTable thead tr.filter-row select {
    width: 100%;
    padding: 4px 24px 4px 8px;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    color: #333;
    outline: none;
    cursor: pointer;
    appearance: auto;
}

table.dataTable thead tr.filter-row select:focus {
    border-color: #ed6d00;
    box-shadow: 0 0 0 2px rgba(237, 109, 0, 0.15);
}