﻿@charset "UTF-8";
.m-style {
    /*position: absolute;*/
    text-align: center;
    zoom: 1;
    margin-top: 15px;
    bottom:20px;
    margin: 15px auto 0;
    display: table;
}

.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: 33px;
    height: 30px;
    line-height: 30px;
    background: #0499cc;
    color: #fff;
    font-size: 14px;
    border: 1px solid #0499cc;
    margin-right: 5px;
}

.m-style a {
    font-family:"微软雅黑";
    float: left;
    /* margin: 0 5px; */
    width: 33px;
    height: 30px;
    line-height: 30px;
    /* background: #fff; */
    border: 1px solid #cfcfcf;
    color: #666666;
    font-size: 14px;
    margin-right: 5px;
}

.m-style a:hover {
    color: #fff;
    background: #0499cc;
}

    .m-style .next,
    .m-style .prev {
        font-family: "Simsun";
        font-size: 16px !important;
        font-weight: bold;
        font-family: "微软雅黑";
        float: left;
        width: 60px;
        height: 30px;
        line-height: 30px;
        border: 1px solid #cfcfcf;
        color: #666666;
        font-size: 14px;
        margin-right: 5px;
    }

.now,
.count {
    padding: 0 5px;
    color: #f00;
}

.eg img {
    max-width: 800px;
    min-height: 500px;
}

input {
    /* float: left; */
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #bdbdbd;
    font-size: 14px;
}

