@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: 25px;
    height:25px;
    line-height:25px;
    color: #bdbdbd;
    font-size: 14px
}

.m-style .active {
    /* float: left; */
    margin: 0 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    /* background: #e91e63; */
    color: #0a83d6;
    font-size: 14px;
    display: inline-block;
    /* border: 1px solid #e91e63 */
}

.m-style a {
    /* float: left; */
    margin: 0 5px;
    width: 25px;
    height: 25px;
    line-height:25px;
    background: #fff;
    color: #666666;
    font-size: 14px;
    display: inline-block;
}

.m-style a:hover {
    color: #0a83d6;
    /* background: #e91e63 */
}

.m-style .next,
.m-style .prev {
    font-family: simsun;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #b5b5b5; 
}

.now,
.count {
    padding: 0 5px;
    color: red
}

.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: 0;
    color: #bdbdbd;
    font-size: 14px
} */