@charset "utf-8";
*{
	margin:0px;
	padding:0px;
}
html, body{
	width:100%;
	height:100%;
}
#app{
  height:100%;
	width:100%;
}
#seo{
  display:none;
	height:10px;
	width:10px;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
}
