html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	position: relative;
	font-family: 微软雅黑,Microsoft YaHei,Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Arial,sans-serif!important;
	-webkit-font-smoothing: antialiased!important;
   	text-rendering: optimizeLegibility!important;
}

* {
	margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
	outline: none;
	box-sizing: border-box;
}

:not(input):not(textarea) {
	-webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a {
	text-decoration: none;
}