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

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

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

.page span {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #bdbdbd;
    font-size: 14px;
}

.page .active {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #b31a0a;
    color: #fff;
    
    font-size: 14px;
}

.page a {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #fff;
    color: #000;
    font-size: 14px;
}

.page a:hover {
    color: #fff;
    background: #b31a0a;
}

.page .next,
.page .prev {
    font-family: "Simsun";
    font-size: 16px;
    font-weight: bold;
    color: #CB9C74;
}

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

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

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;
}