@charset "UTF-8";
.m-style {
    position: relative;
    text-align: center;
    zoom: 1;
}
a{text-decoration: none;}

.m-style:before,
.m-style:after {
    content: "";
    display: table;
}

.m-style:after {
    clear: both;
    overflow: hidden;
}

.m-style span {
    margin: 0 5px;
    width: 40px;
    height: 32px;
    line-height: 32px;
    color: #bdbdbd;
    font-size: 14px;
}

.m-style .active {
    display: inline-block;
    width: 40px;
    height: 32px;
    line-height: 32px;
    background: #fff;
    color: #d53c3e;
    font-size: 14px;
    border: 1px solid #DCDCDC;
    margin-right: 20px;
    font-weight: normal;
}
.m-style .active:hover{
    color:#6aa17a ;
}

.m-style a {
    display: inline-block;
    width: 40px;
    height: 32px;
    line-height: 32px;
    background: #fff;
    color: #000;
    font-size: 14px;
    border: 1px solid #DCDCDC;
    margin-right: 20px;
    font-weight: normal;
}

.m-style a:hover {
    color: #6aa17a;
}

.m-style .next,
.m-style .prev {
    font-family: "Simsun";
    font-size: 16px;
    color: #d53c3e;
    width: 60px;
}

.m-style .next:hover,
.m-style .prev:hover{
    color: #6aa17a;
}

.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;
}