
.pages {
    /* margin: 20px 0; */
    text-align: right;
    display: inline-flex;
}
.pages a, .pages span {
    cursor: pointer;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-right: 8px;
    text-align: center;
    text-decoration: none;
    transition: none 0s ease 0s;
    width: 40px;
    background-color: #FFF;
    border: 1px solid;
    border-color: #333;
    color: #333;
    font-size: 18px;
}
.pages a.first, .pages a.last {
    background-color:transparent;
    color: #333;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.pages span.current, .pages a:hover {
    background-color: #333;
    color: #FFFFFF;
}
.pages span.first-disabled, .pages span.last-disabled {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    color: #ccc;
    border-color:#ccc;
    cursor: default;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.pages:after {
    clear: both;
    content: "";
    display: block;
}

.wrap-paging {
    width: 100%;
    position: relative;
    float: left;
    text-align: right;
}

.pages span.first-disabled i, .pages span.last-disabled i {
    line-height: 38px;
    font-size: 20px;
}

.pages a.first i, .pages a.last i {
    line-height: 38px;
    font-size: 20px;
}