@charset "utf-8";
html,body,ul,ol,li,dl,dt,dd,form,h1,h2,h3,h4,h5,h6,p,img,fieldset,legend,table,tr,td{
	margin:0;
	padding:0;
}
body{
	width: 100%;
	font-size:16px;
	/* overflow: hidden; */
}
img,fieldset{
	border:none;
}
h1,h2,h3,h4,h5,h6,b,strong,i,em{
	font-weight:normal;
	font-style:normal;
}
ul,ol,li{
	list-style:none;
}
a{
	text-decoration:none;
	color:#000;
}
img{
	vertical-align:middle;
}
.clear:after{
	content:"";
	clear:both;
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
}