
html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,fieldset,legend,img{
	margin: 0;
	padding: 0;
}
html, body, body *{
    box-sizing: border-box;
}
img{
	vertical-align: bottom;
}
li{
	list-style: none;
}
a{
	text-decoration: none;

	color: inherit;
    cursor: pointer;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
body{
	font: 12px/1.5 "微软雅黑";
}


.clear{
	clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clearfix::after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	clear: both;
	
}
input,button,textarea{
	outline: none;
}
.hidden{
	display: none;
}
