@charset "UTF-8";

#pagination {
    position: relative;
    text-align: center;
    zoom: 1;
}

#pagination:before,
#pagination:after {
    content: "";
    display: table;
}

#pagination:after {
    clear: both;
    overflow: hidden;
}

#pagination span {
    margin: 0 5px;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

#pagination .active {
    width: 32px;
    height: 32px;
    border-radius: 3.2px;
    border: 1px solid #BD1A2D;
    color: white;
    background: #BD1A2D;
}

#pagination a {
    display: inline-block;
    margin: 0 5px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #fff;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    background: transparent;
    border-radius: 3.2px;
    border: 1px solid #E5E5E5;
}

#pagination .next,
#pagination .prev {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    width: 70px;
    background: #FFFFFF;
    border-radius: 3.2px;
    border: 1px solid #666666;
}

#pagination span.text_jump {
    width: unset;
}

.now,
.count {
    padding: 0 5px;
    color: #f00;
}

#pagination span.number {
    margin: 0;
    color: #BD1A2D;
    width: unset;
}

#pagination .jump-btn,
#pagination .last_page,
#pagination .first_page,
#pagination .jump-ipt {
    width: 58px;
    height: 31px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #666666;
    text-align: center;
}

.eg img {
    max-width: 800px;
    min-height: 500px;
}