﻿@charset "UTF-8";
.m-style {
    display: table;
    width: auto;
    text-align: center;
    zoom: 1;
    margin: 0 auto 15px;
}

.m-style:before,
.m-style:after {
    content: "";
    display: table;
}

.m-style:after {
    clear: both;
    overflow: hidden;
}

    .m-style span {
        float: left;
        margin: 0 3px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        color: #bdbdbd;
        font-size: 12px;
    }

    .m-style .active {
        float: left;
        margin: 0 3px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        background: #e91e63;
        color: #fff;
        font-size: 12px;
        border: 1px solid #e91e63;
    }

    .m-style a {
        float: left;
        margin: 0 3px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        background: #fff;
        border: 1px solid #ebebeb;
        color: #bdbdbd;
        font-size: 12px;
    }

.m-style a:hover {
    color: #fff;
    background: #e91e63;
}

.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;
}

input {
    float: left;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #bdbdbd;
    font-size: 14px;
}