.page_ctrl {
    margin: 22px;
    box-sizing: border-box;
    text-align: right;
}

.page_ctrl * {
    line-height: 32px;
    padding: 0px 7px;
}

.page_ctrl button {
    margin: 0px;
    cursor: pointer;
    outline: none;
    text-align: center;
    min-width: 32px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #5A5A5A;
    line-height: 32px;
    margin-right: 8px;
    box-sizing: border-box;
}

.page_ctrl button:hover {
    color: #ffffff;
    background: #E24024;
    border: 1px solid #e24024;
}

.page_ctrl .btn_dis {
    cursor: default;
    opacity: .7;
    background: #eeeeee;
    color: #5e5e5e;
}

.page_ctrl .btn_dis:hover {
    background: #eeeeee;
    color: #5e5e5e;
}

.page_ctrl .current_page {
    color: #ffffff;
    background: #E24024;
    border: 1px solid #e24024;
}

.page_ctrl .input_page_num {
    width: 36px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    padding: 0;
    text-align: center;
    color: #5e5e5e;
    outline: none;
    box-sizing: border-box;
    vertical-align: top;
}

.page_ctrl .page_total,
.page_ctrl .page_text {
    color: #2b2b2b;
    font-size: 13px;
}

.to_page_num {
    width: 56px;
    height: 30px;
    background: #F2F2F2;
    border: 1px solid #DFDFDF;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #5A5A5A;
    line-height: 30px;
}