#myPage{margin:20px 0px; padding:10px 0;width:100%; overflow: hidden;}
.spage-total {
    display: inline-block;
    margin-right: 20px;
    line-height: 45px;
    color: #666;
    font-size: 16px;
}
.spage-number {
    display: inline-block;
    color: #666;
    font-size: 16px;
}
.spage-number span {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    height:45px;
    width:45px;
    line-height: 40px;
    border: 1px solid #ddd;
    border-radius: 100%;
    text-align: center;
    transition: all .2s;
    cursor: pointer;
    margin: 8px;
}
.spage-number span.active {
    background: #112ed3;
    color: #fff;
    border-color: #112ed3;
    z-index: 3;
}
.spage-number span.active:hover {
    background: #112ed3;
    color: #fff;
    border-color: #112ed3;
    z-index: 3;
}
.spage-number span:hover {
    background-color: #eee;
}
.spage-number span.span-disabled {
    cursor: not-allowed;
    color: #ccc;
}
.spage-skip {
    display: inline-block;
    margin-left: 20px;
    line-height: 35px;
    color: #666;
    font-size: 14px;
}
.spage-skip input {
    box-sizing: border-box;
    display: inline-block;
    width: 45px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    vertical-align: top;
    border: 1px solid #ddd;
    outline: none;
    transition: all .2s;
}
.spage-skip input:focus {
    border-color: #2d98e6;
}
.spage-skip span {
    display: inline-block;
    padding: 0px 14px;
    line-height: 33px;
    vertical-align: top;
    color: #666;
    outline: none;
    border: 1px solid #ddd;
    cursor: pointer;
    transition: all .2s;
}
.spage-skip span:hover {
    background: #2d98e6;
    color: #fff;
    border: 1px solid #2d98e6;
}