.pages {
    text-align: center;
    margin: 60px auto;
}

.pages li {
    display: inline-block;
    margin: 0 3px;
    list-style: none;
    background: #eee;
    border-radius: 3px;
    width: 30px;
    line-height: 30px;
}

.pages a {
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: center;
}

.pages a:hover {
    background: #2760b7;
    color: #fff;
    cursor: pointer;
}

.pages .page-previous,
.pages .end-page,
.pages .last-page,
.pages .page-next {
    width: 69px;
}

.pages .page-active a {
    background: #2760b7;
    color: #fff;
}

.pages .end-page {
    width: 52px;
}

.pages .total {
    width: 170px;
    line-height: 30px;
}

.pages .total:hover {
    color: #666666;
    background: #eee;
}

.pages input {
    vertical-align: middle;
    margin: 0 10px;
    width: 41px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
}

.pages .confirm {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    width: 55px;
    height: 30px;
    line-height: 30px;
    background: #2760b7;
}

