@charset "UTF-8";
.pagenation {
    padding: 40px 0;
    position: relative;
    text-align: center;
    zoom: 1;
}

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

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

.pagenation span {
    display: inline-block;
    margin: 0 5px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: #bdbdbd;
    font-size: 14px;
}

.pagenation .active {
    margin: 0 5px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #FF6E00;
    color: #fff;
    font-size: 14px;
    border: 1px solid #FF6E00;
}

.pagenation a {
    display: inline-block;
    margin: 0 5px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #fff;
    border: 1px solid #ebebeb;
    color: #bdbdbd;
    font-size: 14px;
}

.pagenation a:hover {
    color: #fff;
    background: #FF6E00;
}

.pagenation .next,
.pagenation .prev {
    font-family: "Simsun";
    font-size: 16px;
    font-weight: bold;
}

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

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

input {
    display: inline-block;
    margin: 0 5px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #bdbdbd;
    font-size: 14px;
}
