body,div,ul,h1,h2,h3,h4,h5,p,ol,li,dl,dt,dd,form,table,input,select,button,textarea{
	margin: 0;
	padding: 0;
	-webkit-user-select: none;
	user-select: none;
} 
html,body{
	line-height: 1;
	box-sizing: border-box;
    height:100%;
	font-family: "Noto SansCJK";		
}
body::-webkit-scrollbar{display: none;}
a{
	text-decoration: none;
	cursor: pointer;
}
li{
	list-style: none;
}
section,header,footer,nav,aside,article{
	display: block;
}
input,select,button,textarea{
	outline: none;
}
b,strong{
	font-weight: normal;
}
i{
	font-style: normal;
}
/*清除浮动*/
.clearfix:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
}