/* base.css */
*{
	margin: 0; 
	padding: 0;
	list-style: none;
	text-decoration: none;
	font-family: "Helvetica Neue",Helvetica,Arial,Tahoma,"Microsoft Yahei","PingFang SC","Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
	}

*:focus{ 
	outline: none;
	} 
	
html{
	width: 100%;
	height: 100%;
	min-height: 100%;
	}
	
body{
	width: 100%;
	height: 100%;
	min-height: 100%;
	}
	
a{
	text-decoration: none;
	}

a:hover, a:focus{
	text-decoration: none;
	}

a img{
	border: none;
	}


