body, button, input, select, textarea {
	font:12px/1.125 "微软雅黑", Arial, Helvetica, sans-serif;
	_font-family:"微软雅黑", Hiragino Sans GB;
}
body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, th, td, p, blockquote, pre, form, fieldset, legend, input, button, textarea, hr {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
li {
	list-style:none;
}
fieldset, img {
	border:0;
}
q:before, q:after {
	content:'';
}
a:focus, input, textarea {
	outline-style:none;
}
input[type="text"], input[type="password"], textarea {
	outline-style:none;
	-webkit-appearance:none;
}
textarea {
	resize:none;
}
address, caption, cite, code, dfn, em, i, th, var {
	font-style:normal;
	font-weight:normal;
}
legend {
	color:#000;
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
.clearfix:after{
	content:""; 
	height:0;
	visibility:hidden;
	display:block;
	clear:both;
}
.clearfix{zoom:1;}
.clear{
	clear:both;  
	height:1px;
	overflow:hidden; 
}