@charset "utf-8";
.paginate {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    zoom: 1;
    margin-left: 23%;
    width: 100%;

}

.paginate:before,
.paginate:after {
    content: "";
    display: table;
}

.paginate:after {
    clear: both;
    overflow: hidden;
}

.paginate span {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #bdbdbd;
    font-size: 14px;
}

.paginate .active {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #e72027;
    color: #fff;
    font-size: 14px;
    border: 1px solid #e72027;
}

.paginate a {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #fff;
    border: 1px solid #ebebeb;
    color: #bdbdbd;
    font-size: 14px;
}

.paginate a:hover {
    color: #fff;
    background: #e72027;
}

.paginate .next,
.paginate .prev {
    font-family: "simsun";
    font-size: 16px;
    font-weight: bold;
    width: 60px;
}

.now,
.count {
    padding: 0 5px;
    color: #f00;
}

.eg img {
    max-width: 800px;
    min-height: 500px;
}

.paginate 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;
}