.page-large {
    position: absolute;
    bottom: 5px;
    height: 30px;
}
/* .spicel-center-list .page-large {
   left: 100px;
} */

.Num {
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #fff;
    border: 1px solid #ebebeb;
    color: #bdbdbd;
    font-size: 14px;
    padding: 5px 10px;
    margin: 0 5px;
}

.on {
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #0054A7;
    color: #fff;
    font-size: 14px;
    border: 1px solid #0054A7;
    padding: 5px 10px;
    margin: 0 5px;
}

.next-page,
.prev-page {
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #fff;
    border: 1px solid #ebebeb;
    color: #bdbdbd;
    font-size: 14px;
    padding: 5px 10px;
    margin: 0 5px;
}

.Num:hover,
.next-page:hover,
.prev-page:hover {
    color: #fff;
    background: #0054A7;
}