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

.m-style .active {
	float: left;
	margin: 0 5px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #ffb410 ;
	color: #fff;
	font-size: 14px;
	border: 1px solid #ffb410 
}

.m-style a {
	float: left;
	margin: 0 5px;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	border: 1px solid #ebebeb;
	color: #ff7200 ;
	font-size: 14px
}

.m-style a:hover {
	color: #fff;
	background: #ffb410 
}


.m-style .prev {
	font-family: simsun;
	font-size: 14px;
	/*font-weight: 700;*/
	color: #dadada;
}
.m-style .next{
	/*font-family: simsun;*/
	font-size: 14px;
	/*font-weight: 700;*/
	color: #000;
}
.now,
.count {
	padding: 0 5px;
	color: red
}

.eg img {
	max-width: 800px;
	min-height: 500px
}

#page input {
	float: left;
	margin: 0 5px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: left;
	background: #fff;
	border: 1px solid #ebebeb;
	outline: 0;
	color: #bdbdbd;
	font-size: 14px
}