@charset "UTF-8";

html {
	font-size: calc(100vw/19.2);
}

.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 .08rem;
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    color: #bdbdbd;
    font-size: .14rem;
    border-radius: .04rem;
}

.m-style .active {
    float: left;
    margin: 0 .08rem;
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    background: #ffd100;
    color: #000000;
    font-size: .14rem;
    border-radius: .04rem;
    border: .01rem solid #ffd100;
}

.m-style a {
    float: left;
    margin: 0 .08rem;
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    background: #FFFFFF;
    color: #999999;
    font-size: .14rem;
    text-decoration: none;
    border-radius: .04rem;
    font-family: "微软雅黑";
    border: .01rem solid #ebebeb;
}

.m-style a:hover {
    color: #000000;
    background: #ffd100;
    border-color: #ffd100;
}

.m-style .next,
.m-style .prev {
    font-family: "Simsun";
    font-size: .24rem;
    font-weight: bold;
}

.now,
.count {
    padding: 0 .08rem;
    color: #f00;
}

.eg img {
    max-width: 8rem;
    min-height: 5rem;
}

input {
    float: left;
    margin: 0 .08rem;
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    background: #fff;
    outline: none;
    color: #bdbdbd;
    font-size: .14rem;
}