﻿@charset "UTF-8";
.m-style {
    /*position: relative;*/
    text-align: center;
    zoom: 1;
    margin-bottom: 20px;
    margin-left: 20px;
}

.m-style:before,
.m-style:after {
    content: "";
    display: table;
}

.m-style:after {
    clear: both;
    overflow: hidden;
}

    .m-style span {
        float: left;
        margin: 0 5px;
        width: 38px;
        height: 38px;
        line-height: 38px;
        color: #333;
        font-size: 14px;
    }

.m-style .active {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #d12126;
    color: #fff;
    font-size: 14px;
    border: 1px solid #d12126;
}
    .m-style a {
        float: left;
        margin: 0 5px;
        width: 38px;
        height: 38px;
        line-height: 38px;
        background: #fff;
        border: 1px solid #e2e2e2;
        color: #333;
        font-size: 14px;
    }

        .m-style a:hover {
            color: #fff;
            background: #d12126;
            border: 1px solid #d12126;
        }

.m-style .next,
.m-style .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;
}

.m-style input {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #fff;
    border: 1px solid #e2e2e2;
    outline: none;
    color: #333;
    font-size: 14px;
}