@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: 26px;
    height: 26px;
    line-height: 26px;
    color: #bdbdbd;
    font-size: 14px;
}

.m-style .active, .m-style a {
    float: left;
    margin: 0 2px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #388bff;
    color: #fff;
    font-size: 14px;
    border: 1px solid #388bff;
    border-radius: 3px;
}

.m-style a {
    background: #fff;
    border: 1px solid #e9e9e9;
    color: #999;
}

.m-style a:hover {
    color: #fff;
    background: #388bff;
}

.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: 38px;*/
    /*height: 38px;*/
    /*line-height: 38px;*/
    /*text-align: center;*/
    /*background: #fff;*/
    /*border: 1px solid #ebebeb;*/
    /*outline: none;*/
    /*color: #bdbdbd;*/
    /*font-size: 14px;*/
/*}*/