* {
	-webkit-tap-highlight-color: transparent;
	outline: 0;
	box-sizing: border-box;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch
}
body {
	font-size: 14px;
	font-family: PingFang SC,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,Helvetica,Arial,Hiragino Sans GB,Source Han Sans,Noto Sans CJK Sc,Microsoft YaHei,Microsoft Jhenghei,sans-serif;
    user-select: none;
    font-smoothing: antialiased;
	color: #3E4346;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
i, em {
	font-style: normal
}
ul, ol {
	list-style: none outside none;
}
img {
	border: 0;
	vertical-align: middle
}
a {
	background: transparent;
	text-decoration: none;
	color: #3E4346
}
a:active {
	outline: none
}
button, input, select, textarea {
	font-family: "Helvetica Neue", Microsoft Yahei, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	border: 0
}
input[type="text"], select {
	-webkit-appearance: none
}
input:hover, input:active {
	outline: none
}
audio:not([controls]) {
	display: none;
	height: 0
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
textarea {
	overflow: auto;
	resize: vertical
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
input::-webkit-input-placeholder{
	color: #CFD4D8;
}