@charset "UTF-8";
.m-style {
    position: relative;
    text-align: center;
    zoom: 1;
}

.m-style:before,
.m-style:after {
    content: "";
    display: table;
}

.m-style:after {
    clear: both;
    overflow: hidden;
}

.m-style span {
    display: inline-block;
    /*margin: 0 5px;*/
    padding: 6px 12px;
    color: rgb(161,36,52);
    font-size: 14px;
}

.m-style .active {
    /*margin: 0 5px;*/
    padding: 6px 12px;
    background: rgb(161,36,52);
    color: #fff;
    font-size: 14px;
    border: 1px solid rgb(161,36,52);
}

.m-style a {
    display: inline-block;
    /*margin: 0 5px;*/
    padding: 6px 12px;
    background: #fff;
    border: 1px solid #ebebeb;
    color: rgb(161,36,52);
    font-size: 14px;
}

.m-style a:hover {
    color: #666;
    background: #eee;
}

.m-style .next,
.m-style .prev {
    /*font-family: "Simsun";
    font-size: 14px;
    font-weight: bold;*/
}

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

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