@charset "utf-8";
* {
	-moz-user-select: none;
	user-select: none;
	outline: none;
	box-sizing: border-box;
}
body {
	overflow: hidden;
	font-size: 12px;
}
body,ol,ul,dl,dt,dd,form {
	margin: 0;
	padding: 0;
}
ol,ul {
	list-style: none;
}
img {
	border: 0;
}
input {
	margin: 0;
	padding: 0;
	outline: none;
}
input::-ms-clear {
	display: none;
}
input:-webkit-autofill {
	background-color: #FAFFBD;
	background-image: none;
	color: #000;
}

html,body {
	width: 100%;
	height: 100%;
}