.p_page {
    clear: both;
    padding-top: 42px;
    text-align: center;
}
.p_page .page_nxt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    font-size: 14px;
    line-height: 30px;
    white-space: nowrap;
}
.p_page .page_a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin: 0 2px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #555;
    line-height: 34px;
}
.p_page .page_a:hover,
.p_page .page_a.current {
    background: #6b6b6b !important;
    color: #fff !important;
}
.p_page .page_a.disabled {
    background: transparent !important;
    color: #bbb !important;
    cursor: default;
}
.p_page .page_jump {
    display: inline-flex;
    align-items: center;
    margin-left: 12px;
    color: #333;
}
.p_page .page_input {
    box-sizing: border-box;
    width: 42px;
    height: 34px;
    margin: 0 6px;
    padding: 0 4px;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    background: #fff;
    color: #333;
    line-height: 32px;
    text-align: center;
    outline: none;
}
.p_page .page_input:focus { border-color: #888; }
@media (max-width: 768px) {
    .p_page { padding-top: 28px; }
    .p_page .page_a { width: 30px; height: 30px; line-height: 30px; }
    .p_page .page_jump { margin-left: 6px; }
    .p_page .page_input { width: 38px; height: 30px; line-height: 28px; }
}
