@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;
    padding: 1px 9px;
    color: #4d4d4d;
    font-size: 14px;
    margin: 2px;
}

.m-style .active {
    float: left;
    padding: 1px 9px;
    background: #2D65B4;
    color: #fff;
    font-size: 14px;
    border: 1px solid silver;
    margin: 2px;
}

.m-style a {
    float: left;
    padding: 1px 9px;
    background: #fff;
    border: 1px solid silver;
    color: #4d4d4d;
    font-size: 14px;
    margin: 2px;
}

.m-style a:hover {
    color: #2D65B4;
}



.now,
.count {
    padding: 0 5px;
    color: #f00;
}

.eg img {
    max-width: 800px;
    min-height: 500px;
}

.m-style input {
    float: left;
    margin: 2px 5px;
    width: 38px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: #fff;
    border: 1px solid silver;
    outline: none;
    color: #4d4d4d;
    font-size: 14px;
}