* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
	font-style: normal;
	font-family: 微软雅黑;
}

html {
	font-size: 26vw;
}

body {
	font-size: .16rem;
	background-color: #efeef4;
}

a {
	text-decoration: none;
	color: #777;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}

ul {
	list-style: none;
}

::-webkit-scrollbar {
	display: none;
}

button,input,select {
	outline: none;
}