
.pages {
    margin-bottom: 30px;
}

.pages ul li:first-child,
.pages ul li:last-child,
.pages ul li {
    border: 1px solid #B1B0B0;
    /* border: 1px solid rgb(229, 231, 235); */
    color: #B1B0B0;
    padding: 8px 12px;
    text-align: center;
    margin-right: 12px;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
}

.pages ul li span,
.pages ul li a {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pages a {
    color: #B1B0B0;
}

.mac .pages ul li:first-child,
.mac .pages ul li:last-child,
.mac .pages ul li {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    margin-right: 10px;
}

.pages .active {
    background: #0071ef !important;
    color: #fff !important;
}

.pages ul li:last-child {
    margin-right: 0;
}

.pages i {
    opacity: .8;
    font-size: 14px;
}
/* .pages {
    padding-bottom: 40px;
    font-size: 14px;
    color: #333;
}

.prev,
.next,
.first,
.last {
    border: 1px solid rgb(229, 231, 235);
    padding: 8px 12px;
    border-radius: 4px;
    margin-right: 10px;
    cursor: pointer;
}

.last {
    margin-right: 0 !important;
}

.pagelist {
    display: flex;
}

.pagelist .active {
    background-color: #0071ef;
    color: #fff;
}

.pagelist p {
    margin-right: 10px;
    border: 1px solid rgb(229, 231, 235);
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
} */