/* 分页器 */
.page-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px !important;
    height: auto !important;
    margin: 0px !important;
    box-shadow:none !important;
    border: none !important;
}
.page-item.active .page-link{
    color: red;
    word-break: keep-all;
}

.pagination {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.page-link-page {
    padding: 10px 20px;
    word-break: keep-all;
}
.no-data-view {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    color: #999999;
    margin-top: 20px;
    font-size: 18px;
}