*{
	margin: 0;padding: 0;
	box-sizing: border-box;
}
body,button, input, select, textarea,h1 ,h2, h3, h4, h5, h6 { 
	font-family: Microsoft YaHei,'宋体' , Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}
body{
	color: #333;
	background: #fff;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6,ul,p,ol,label{
	margin: 0;
}
img{
	border: 0;
	max-width: 100%;
}
input{
	-webkit-appearance:none;
	text-transform:none;
	border-radius: 0!important;
	outline: none;
}
textarea{
	-webkit-appearance:none;
	text-transform:none;
	border-radius: 0!important;
	outline: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.hid{
	overflow: hidden;
}
