
body,ul,li,p,dl,dt,dd,form,a,input,select,button,h1,h2,h3,h4,h5{
	margin: 0px;
	padding: 0px;
}
html,body{
    width:100%;
    /* height:100%; */
}
body {
	font-size:14px; font-family:"微软雅黑", "宋体";
}
img {
	border:0;
}
input,select,button {
	vertical-align:middle;
	box-sizing:border-box;
	border: none;
}
button{
	outline: none;
}
ul {
	list-style-type:none;
}
a{
	text-decoration: none;
	outline: none;
	cursor: pointer;
}
input[type=button]{
	outline: none;
}
input[type=text]:focus{ 
	border-color:#158eee;
}
.clearfloat{
	clear: both;
}
.floatleft{
	float: left;
}
.floatright{
	float: right;
}