.spage-total {
    display: inline-block;
    margin-right: 5px;
    line-height:40px;
    color: #666;
    font-size:14px;
}

.spage-number {
    display: inline-block;
    color: #666;
    font-size: 14px;
}

.spage-number button {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    margin-left: -1px;
    width:40px;
    height:40px;
    line-height:40px;
    border: 1px solid #ddd;
    text-align: center;
    transition: all .2s;
    cursor: pointer;
    outline: none;
    background: none;
    user-select: none;
    color: #666;
    margin: 0 5px;
    border-radius: 5px;
    background: #fff;
    font-size: 0.05rem;
    font-size: max(0.05rem, 12px);
}

.spage-number button.active {
    background: #0064D2;
    color: #fff;
    border-color: #0064D2;
    z-index: 3;
}

.spage-number button.active:hover {
    background: #0064D2;
    color: #fff;
    border-color: #0064D2;
    z-index: 3;
}

.spage-number button:hover {
    background-color: #eee;
}
.spage-skip button.button-disabled,
.spage-number button.button-disabled {
    cursor: not-allowed;
    color: #ccc;
}

.spage-number .spage-after,
.spage-before {
    padding: 0px;
    width: .16rem;
}

.spage-skip {
    display: inline-block;
    margin-left:10px;
    color: #666;
    line-height:40px;
}

.spage-skip input {
    box-sizing: border-box;
    display: inline-block;
    width:40px;
    height:40px;
    text-align: center;
    vertical-align: top;
    border: 1px solid #ddd;
    background: #fff;
    outline: none;
    transition: all .2s;
    border-radius:5px;
}

.spage-skip input:focus {
    border-color: #0064D2;
}

.spage-skip button {
    border-radius:5px;
    display: inline-block;
    vertical-align: top;
    width:60px;
    height:40px;
    line-height:40px;
    color: #666;
    border: 1px solid #ddd;
    cursor: pointer;
    transition: all .2s;
    outline: none;
    background: #fff;
    user-select: none;
    font-size:max(0.05rem , 12px);
}

.spage-skip button:hover {
    background: #0064D2;
    color: #fff;
    border: 1px solid #0064D2;
}
@media only screen and (max-width: 1000px) {
    .spage-total{
        display: none;
    }
    .spage-skip{
        display: none;
    }
}