.pagination {
    display: flex;
    align-items: center;
}

.whj_jqueryPaginationCss-2 .whj_color {
    color: gray;
    margin-right: 10px;
}

.whj_jqueryPaginationCss-2 .whj_border {
    cursor: pointer;
    border: 1px solid #d4e0f5 !important;
    background: transparent;
    border-radius: 5px;
    color: #a6b6d4;
    padding: 1px 9px;
    margin: 2px;
}

.whj_jqueryPaginationCss-2 .whj_checked {
    background: #177ffc !important;
    color: white !important;
}

.show-page {
    cursor: pointer;
    width: auto;
    height: 28px;
    border: 1px solid #d4e0f5;
    outline: none;
    /*清除难看的粗黑线*/
    padding: 4px 24px 4px 10px;
    font-size: 16px;
    border-radius: 5px;
    margin-left: 10px;
}

.page-option {
    /*可以设置背景色和字体颜色*/
    /* color: #ea5400; */
    font-size: 14px;
}

.page-option:hover {
    /*全部无效*/
}

.page-option:checked {
    /* color: #fff; */
    /* background: rgb(128, 64, 99); */
}

.active-table {
    color: #1480FB;
    border-bottom: 2px solid #1480FB
}