.page_footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}

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

.page-item_dian {
    cursor: pointer;
    margin: 0 5px;
}

.page-item {
    color: #D33336;
    cursor: pointer;
    border: 1px solid rgb(221, 221, 221);
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 5px;
    /* background-color: #096efd; */
    border-radius: 4px;
}

.page-item_blue {
    cursor: pointer;
    border: 1px solid rgb(221, 221, 221);
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 5px;
     background-color: #D33336;
    border-radius: 4px;
}
.page-item_blue a {
    color: white;
}
.page-item_blue span {
    color: white;
}

.page-link {
    text-decoration: none;
    color: #000;
    width: 100%;
    display: inline-block;
}

.page_r {
    margin-left: 20px;
    display: flex;
    align-items: center;
}

#paginator_custom {
    width: 30px;
}

input:focus {
    outline: none;
    /* 移除焦点时的轮廓 */
}

.tiaozhuan {
    border-radius: 4px;
    cursor: pointer;
    border: 1px rgb(221, 221, 221) solid;
    padding: 0 15px;
    color: #666;
}
