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

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

.spage-number span {
    height:36px;
    width: 40px;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    margin-left: -1px;
    line-height: 36px;
    border: 1px solid #ddd;
    text-align: center;
    transition: all .2s;
    cursor: pointer;
}

.spage-number span.active {
    background: #7AAC4B;
    color: #fff;
    border-color: #7AAC4B;
    z-index: 3;
}

.spage-number span.active:hover {
    background: #7AAC4B;
    color: #fff;
    border-color: #7AAC4B;
    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: 30px;
    line-height: 36px;
    color: #666;
    font-size: .14rem;
}

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

.spage-skip input:focus {
    border-color: #7AAC4B;
}

.spage-skip span {
    width: 60px;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    vertical-align: top;
    color: #666;
    outline: none;
    border: 1px solid #ddd;
    cursor: pointer;
    transition: all .2s;
}

.spage-skip span:hover {
    background: #7AAC4B;
    color: #fff;
    border: 1px solid #7AAC4B;
}
.spage-number span:first-child{
    height: 36px;
    width: 80px;
}
.spage-number span:last-child{
    height: 36px;
    width: 80px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}