﻿@charset "UTF-8";
.jqpage {
    position: relative;
    text-align: center;
    zoom: 1;
}

.jqpage:before,
.jqpage:after {
    content: "";
    display: table;
}

.jqpage:after {
    clear: both;
    overflow: hidden;
}

.jqpage span {
    float: left;
    margin: 0 2px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #bdbdbd;
    font-size: 14px;
}

.jqpage .active {
    float: left;
    margin: 0 5px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #ff0000;
    color: #fff;
    font-size: 14px;
    border: 1px solid #e91e63;
}

.jqpage a {
    float: left;
    margin: 0 2px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #fff;
    border: 1px solid #dddddd;
    font-size: 14px;
}

.jqpage a:hover {
    color: #fff;
    background: #ff0000;
}
.jqpage .omit{
    width:20px;display:none;
}
.jqpage .next,
.jqpage .prev {
    width:50px;
}

.jqpage .now,
.jqpage .count {
    padding: 0 5px;
    color: #f00;
}

.jqpage .eg img {
    max-width: 800px;
    min-height: 500px;
}

.jqpage input {
    float: left;
    margin: 0 5px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #bdbdbd;
    font-size: 14px;
}
.jqpage .jump-btn{
    padding:0px 5px;
}