html {
	font-family: '微软雅黑',-apple-system,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Arial,sans-serif !important;
	word-spacing: 1px;
	word-break: break-word;
	text-rendering: optimizeLegibility;
	color: #333;
	background-color: #fff;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	height:100%;
	font-size:12px;
	width:100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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, iframe {
	margin: 0;
	padding: 0;
}
body {
	height:100%;
	background-color: #fff;
}

img, article, aside, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
	display: block;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

fieldset, img {
	border: 0;
}

address, caption, cite, dfn, em, th, var, i, em {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
	&:hover {
		text-decoration: none;
		color:#4c96f3
	}
}

a, label, button, input, select{
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input, select, button {
	vertical-align: baseline;
	border-radius: 0;
	background-color: transparent;
}

select {
	appearance: none;
}

button::-moz-focus-inner,
input,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: none;
}

input[type=checkbox], input[type=radio] {
	vertical-align: middle;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	appearance: none !important;
	margin: 0;
}

input:-webkit-autofill {
	box-shadow: 0 0 0 1000px white inset;
}

input[type=search],input[type=tel],input[type=text],input[type='password']{
	appearance: none;  /*去除系统默认的样式*/
	box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
	box-sizing: border-box;
}

input:disabled, input[disabled] {
	opacity: 1;
	color: #969799;
	-webkit-text-fill-color: #969799;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none;
}

:focus {
	outline: none !important
}