﻿.num
{
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: none;
}
.jsfyq .demo
{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto!important;
}
.spage-total
{
    display: none;
    margin-right: 20px;
    line-height: 35px;
    color: #666;
    font-size: 14px;
}
.spage-number
{
    display: flex;
    align-items: center;
    color: #666;
    font-size: 14px;
}
.spage-number button
{
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    margin-left: -1px;
    width: 33px;
    height: 33px;
    line-height: 31px;
    border: 0;
    text-align: center;
    transition: all .2s;
    cursor: pointer;
    outline: none;
    background: none;
    user-select: none;
    color: #666;
    margin: 0 10px;
    border-radius: 3px;
    font-size: 16px;
}
.spage-number button.active
{
    background: #0b9cd9;
    color: #fff;
    border-color: #0b9cd9;
    z-index: 3;
}
.spage-number button.active:hover
{
    background: #0b9cd9;
    color: #fff;
    border-color: #0b9cd9;
    z-index: 3;
}
.spage-number button:hover
{
    background-color: #0b9cd9;
    color: #fff;
}
.spage-number button.button-disabled
{
    cursor: not-allowed;
    color: #ccc;
}
.spage-number .spage-after, .spage-before
{
    padding: 0;
    width: 33px;
    height: 33px;
    margin: 0 10px;
}
.spage-skip
{
    display: inline-block;
    margin-left: 20px;
    line-height: 35px;
    color: #666;
    font-size: 16px;
}
.spage-skip input
{
    box-sizing: border-box;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    vertical-align: top;
    border: 1px solid #afb1b2;
    background: none;
    outline: none;
    transition: all .2s;
    margin: 0 12px;
    color: #666;
    border-radius: 3px;
}
.spage-skip input:focus
{
    border-color: #0b9cd9;
}
.spage-skip button
{
    display: inline-block;
    padding: 0 14px;
    line-height: 33px;
    vertical-align: top;
    color: #666;
    border: 0;
    cursor: pointer;
    transition: all .2s;
    outline: none;
    background: none;
    user-select: none;
    margin-left: 20px;
    font-size: 16px;
}
.spage-skip button:hover
{
    color: #0b9cd9;
}
.spage-number button:first-child, .spage-number button:last-child
{
    width: 28px;
    height: 28px;
    border-radius: 100%;
    border: 1px solid #b1b3b5;
    background: url(keywords.png) center no-repeat;
    background-size: 100% 100%;
}
.spage-number button:last-child
{
    transform: rotate(180deg);
}
.spage-number button:first-child:hover, .spage-number button:last-child:hover
{
    background: url(keywords.png) center no-repeat;
    background-size: 100% 100%;
    border: 1px solid #0b9cd9;
}
.spage-number button:first-child
{
    margin-right: 20px;
}
.spage-number button:last-child
{
    margin-left: 20px;
}
.jsfyq
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.jsfyq .shoyy
{
    margin-right: 45px;
    color: #666;
    cursor: pointer;
}
.jsfyq .shoyy:hover
{
    color: #0b9cd9;
}
