@charset "UTF-8";
.m-style{
	position:relative;
	text-align:center;
	zoom:1;
	margin-top: 20px;
	margin-bottom: 20px;
}
.m-style:before,.m-style:after{
	content:"";
	display:table;
}
.m-style:after{
	clear:both;
	overflow:hidden;
}
.m-style span{
	float:left;
	color:#bdbdbd;
	margin-right: 6px;
	width:35px;
	height:35px;
	line-height:35px;
	font-size:14px;
}
.m-style .active{
	float:left;
	background:#3682f5;
	color:#fff;
	border:1px solid #3682f5;
	margin-right:4px;
	width:35px;
	height:35px;
	line-height:35px;
	font-size:14px;
}
.m-style a{
	float:left;
	background:#fff;
	border:1px solid #d8d8d8;
	color:#bdbdbd;
	margin-right:4px;
	width:35px;
	height:35px;
	line-height:35px;
	font-size:14px
}
.m-style a:hover{
	color:#fff!important;
	background:#3682f5;
}
.m-style .next,.m-style .prev{
	font-family:simsun;
	font-size:14px;
	font-weight:700;
}
.m-style .now,.count{
	color:red;
	padding:0 3px;
}
.m-style .eg img{
	max-width:800px;
	min-height:500px;
}
.m-style input{
	text-align:center;
	background:#fff;
	border:1px solid #d8d8d8;
	outline:0;
	color:#bdbdbd;
	float:left;
	margin-right: 4px;
	width:35px;
	height:35px;
	line-height:35px;
	font-size:14px;
}
@media screen and (min-width: 1700px) {
.m-style{
	margin-top: 30px;
	margin-bottom: 30px;
}
.m-style:before,.m-style:after{
}
.m-style:after{
}
.m-style span{
	margin-right: 4px;
	width:45px;
	height:45px;
	line-height:45px;
	font-size:16px
}
.m-style .active{
	margin-right:4px;
	width:45px;
	height:45px;
	line-height:45px;
	font-size:16px;
}
.m-style a{
	margin-right:4px;
	width:45px;
	height:45px;
	line-height:45px;
	font-size:16px
}
.m-style a:hover{
}
.m-style .next,.m-style .prev{
	font-size:18px;
	font-weight:700;
}
.m-style .now,.count{
	padding:0 3px;
}
.m-style .eg img{
	max-width:800px;
	min-height:500px;
}
.m-style input{
	margin-right:4px;
	width:45px;
	height:45px;
	line-height:45px;
	font-size:16px;
}
}