body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; }
h1, h2, h3, h4, h5, h6{ font-size:100%; }
address, cite, dfn, em, var { font-style:normal; }
code, kbd, pre, samp { font-family:MicrosoftYaHei, courier, monospace; }
small{ font-size:0.75rem; }
ul, ol { list-style:none; }
a { 
	color: #fff;
	text-decoration:none; 
	font-size: 1.2rem;
	font-family: MicrosoftYaHei;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0.1875rem;
}
/* a:hover { 
	color:rgb(0,139,255);
	text-decoration:none; } */
sup { vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
legend { color:#000; }
fieldset, img { border:0; }
button, input, select, textarea { font-size:100%;border：none;
outline：none; }
table { border-collapse:collapse; border-spacing:0; } 
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.w{
	width: 50rem;
	margin: 0 auto;
}
.border0.0625rem{
	border:0.0625rem solid #666;
}