@charset "utf-8";
html {
	/* overflow: hidden */
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0
}
body {
	font-family: 微软雅黑;
	font-size: 12px;
	color: #000;
	/*word-wrap: break-word;
	behavior: url(csshover.htc);
	overflow: hidden*/
}
button, input, select, textarea {
	font: 12px/1.5 Arial, "宋体", Helvetica, Verdana, sans-serif;
	word-wrap: break-word;
	color: #565756
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	font-size: 100%
}
img {
	border: none;
	border: 0;
	vertical-align: middle
}
a {
	text-decoration: none;
	outline: none
}
p {
	margin: 0;
	padding: 0
}
input, select, textarea {
	vertical-align: middle;
*font-size:100%
}
input {
	margin: 0;
	outline: none;
	padding: 0
}
input::-ms-clear {
display:none
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix {
*zoom:1
}
.ddw {
	position: absolute;
	left: 0;
	top: 0;
	color: #000;
	font-size: 16px;
	z-index: 9999
}
.ddw2 {
	position: absolute;
	left: 20px;
	top: 0;
	color: #000;
	font-size: 16px;
	z-index: 9999
}
.num_box {
	position: relative
}


.fixed_r {
	position: absolute;
	right: 20px;
	top: 230px;
	z-index: 9;
}
.fixed_r li {
	width: 15px;
	height: 15px;
	background: #fff;
	line-height: 10px;
	color: #333;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	border-radius: 100px;
	margin-top: 15px;
}
.fixed_r li.on {
	background: #cf230c;
}
.hide{display:none;}
.show{display:block;}