@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 {
    display:inline-block;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #bdbdbd;
    font-size: 14px;
	border-radius:4px;
}

.m-style .active {
    display:inline-block;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #ffa201;
    color: #fff;
    font-size: 14px;
    border: 1px solid #ffa201;
}

.m-style a {
    display:inline-block;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #fff;
    border: 1px solid #ebebeb;
    color: #bdbdbd;
    font-size: 14px;
	border-radius:4px;
}

.m-style a:hover {
    color: #fff;
    background: #ffa201;
}

.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 {
    display:inline-block;
    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;
	border-radius:4px;
}

@media screen and (max-width:1000px){
	.m-style span {
	    margin: 0 0.2rem;
	    width: 1.6rem;
	    height: 1.6rem;
	    line-height: 1.6rem;
	    font-size:0.6rem;
	}
	
	.m-style .active {
	    margin: 0 0.2rem;
	    width: 1.6rem;
	    height: 1.6rem;
	    line-height: 1.6rem;
	    font-size:0.6rem;
	}
	
	.m-style a {
	    margin: 0 0.2rem;
	    width: 1.6rem;
	    height: 1.6rem;
	    line-height: 1.6rem;
	    font-size:0.6rem;
	}
	input {
	    display:inline-block;
	    margin: 0 0.2rem;
	    width: 1.6rem;
	    height: 1.6rem;
	    line-height: 1.6rem;
	    font-size:0.6rem;
	}
}