.page-box-r {
    text-align: right;
}

.page-box-l {
    text-align: left;
}

.page-box-c {
    text-align: center;
}

.page_ctrl {
    box-sizing: border-box;
    padding: 0 6px;
}

.page_ctrl * {
    line-height: 26px;
}

.page_ctrl button {
    margin: 0px 3px;
    min-width: 35px;
    padding: 2px 8px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    color: #5e5e5e;
    cursor: pointer;
    outline: none;
    text-align: center;
    font-size: 14px;
    color: #555555;
    border-radius: 3px;
    overflow: hidden;
    transition: all ease-out .12s;
    -webkit-transition: all ease-out .12s;
}

.page_ctrl .page_dot {
    display: inline-block;
    color: #888888;
    font-size: 14px;
    margin: 0 4px;
}

.page_ctrl button:hover {
    background: #e1251b;
    color: #ffffff;
    border: 1px solid #e1251b;
}

.page_ctrl .btn_dis {
    cursor: default;
    opacity: .8;
    background: #eeeeee;
    color: #5e5e5e;
    cursor: not-allowed;
}

.page_ctrl .btn_dis:hover {
    background: #eeeeee;
    color: #5e5e5e;
    border: 1px solid #EEEEEE;
}

.page_ctrl .current_page {
    background: #e1251b;
    color: #ffffff;
    border: 1px solid #e1251b;
}

.page_ctrl .input_page_num {
    width: 30px;
    height: 26px;
    margin: 0 3px;
    padding: 0;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    color: #5e5e5e;
    outline: none;
    font-size: 14px;
    padding: 0 3px;
}

.page_ctrl .page_total, .page_ctrl .page_text {
    color: #555555;
    font-size: 14px;
}

.page_ctrl .page_totals {
    display: inline-block;
    font-size: 14px;
    color: #555555;
    margin-right: 5px;
}

.page_total,.page_text {
    margin: 0 5px;
}

.loading {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}