@charset "UTF-8";
.paging {
    position: relative;
    text-align: center;
    zoom: 1;
    display: flex;
    justify-content: center;
}

.paging:before,
.paging:after {
    content: "";
    display: table;
}

.paging:after {
    clear: both;
    overflow: hidden;
}

.paging span {
    float: left;
    margin: 0 8px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #BABCBF;
    font-size: 14px;
    border-radius: 2px;
    background: #F7F8FA;
}

.paging .active {
    float: left;
    margin: 0 4px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #0066FF;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
}

.paging a {
    float: left;
    margin: 0 4px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #F7F8FA;
    color: #BABCBF;
    font-size: 14px;
    border-radius: 2px;
    position: relative;
}

.paging a:hover {
    color: #fff;
    background: #0066FF;
}

.paging .next,
.paging .prev {
    font-size: 16px;
    font-weight: bold;
}

.paging .now,
.paging .count {
    padding: 0 5px;
    color: #BABCBF;
}

.paging .eg img {
    max-width: 800px;
    min-height: 500px;
}

.paging input {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #bdbdbd;
    font-size: 14px;
}<!--ºÄÊ±1775405563.5213Ãë-->