﻿@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 {
        float: left;
        margin: 0 5px;
        width: 38px;
        height: 38px;
        line-height: 38px;
        color: #bdbdbd;
        font-size: 14px;
    }

    .m-style .active {
        float: left;
        margin: 0 5px;
        width: 38px;
        height: 38px;
        line-height: 38px;
        background: #f1f1f1;
        color: #666;
        font-size: 14px;
        border: 1px solid #f1f1f1;
    }

    .m-style a {
        float: left;
        margin: 0 2px;
        width: 38px;
        height: 38px;
        line-height: 38px;
        background: #fff;
        border: 1px solid #ebebeb;
        color: #666;
        font-size: 14px;
    }

        .m-style a:hover {
            color: #666;
            background: #f1f1f1;
        }

    .m-style .next,
    .m-style .prev {
        font-family: "Simsun";
        font-size: 16px;
        font-weight: bold;
        width: 72px;
    }

.now,
.count {
    padding: 0 5px;
    color: #f00;
}

.eg img {
    max-width: 800px;
    min-height: 500px;
}

.m-style input {
    float: left;
    margin: 0 5px;
    width: 72px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #666;
    font-size: 14px;
}

.m-style span.totle-num {
    width: 100px;
    height: 38px;
    color: #666;
}
