@charset "UTF-8";
.m-style {
	position: relative;
	text-align: center;
	zoom: 1;
	margin: 0 auto;
	margin-bottom: 30px;
}

.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: 30px;
	line-height: 30px;
	color: #bdbdbd;
	font-size: 14px;
}

.m-style .active {
	/*float: left;*/
	display: inline-block;
	margin: 0 5px;
	width: 38px;
	height: 30px;
	line-height: 30px;
	background: #0066CC;
	color: #fff;
	font-size: 14px;
	border: 1px solid #0066CC;
	border-radius: 3px;
}

.m-style a {
	display: inline-block;
	margin: 0 5px;
	width: 38px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	border: 1px solid #ebebeb;
	color: #555;
	font-size: 14px;
	border-radius: 3px;
}

.m-style a:hover {
	color: #fff;
	background: #0066CC;
}

.m-style .next,
.m-style .prev {
	/*font-family: "Simsun";*/
	font-size: 14px;
	/*font-weight: bold;*/
	border-radius: 3px;
	padding: 0px 8px;
}

.now,
.count {
	padding: 0 5px;
	color: #555;
}

.eg img {
	max-width: 800px;
	min-height: 500px;
}

.m-style input {
	display: inline-block;
	margin: 0 5px;
	margin-top: -3px;
	width: 38px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #fff;
	border: 1px solid #ddd;
	outline: none;
	color: #555;
	font-size: 14px;
	border-radius: 3px;
}