.xpage-pagination {
    box-sizing: border-box;
    margin: 20px auto 60px;
    height: 35px;
    line-height: 25px;
    display: flex;
    justify-content: center;
}

.xpage-pagination .xpage-pagination-num {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.xpage-pagination a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
}

.xpage-pagination a {
    font-size: 15px;
    color: #000;
}

.xpage-pagination-num {
    border: none;
    width: auto;
    background: none;
}

.xpage-pagination-num a {
    width: 35px;
    height: 35px;
    margin: 0 6px;
    font-size: 15px;
    color: #000;
    text-align: center;
    border: 1px solid #eee;
    cursor: pointer;
}


.xpage-pagination-num a {
    color: #000;
    height: 100%;
    display: block;
    line-height: 35px;
}

.xpage-pagination-num .on {
    color: #fff;
    background: #be2025;
}

.xpage-pagination-pager {
    margin: 0 6px;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
}

.xpage-pagination-pager a {
    height: 26px;
    width: 1px;
    background: #eee;
}

.xpage-pagination-pager .t {
    text-align: center;
    width: 70px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    vertical-align: top;
    background: none;
    outline: none;
    transition: all .2s;
    border: none;
}

.xpage-pagination-pager .btn {
    font-size: 15px;
    cursor: pointer;
    border: none;
    background: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xpage-pagination-first,
.xpage-pagination-last {
    text-align: center;
    margin: 0 6px;
    border: 1px solid #eee;
    color: #000;
    width: 55px;
}

.xpage-pagination-pre,
.xpage-pagination-next {
    width: 35px;
    height: 35px;
    margin: 0 6px;
    text-align: center;
    border: 1px solid #eee;
}

.xpage-pagination .no-border {
    border: 0;
    background: transparent;
    cursor: default;
    pointer-events: none;
}

.xpage-pagination a.block {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.2);
    cursor: default;
}