html, body, #app {
  height: 100vh;
  margin: 0;
  padding: 0;
	font-family: 'Helvetica Neue', Helvetica, 'Hiragino Sans GB',
	  'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.avue-home{
	height: 100vh;
	background-color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	user-select: none;
}