/* 重置 */


body {
	margin: 0;
	width: 100%;
	/*font-family: Source Han Sans CN,Noto Sans SC,SimSun, Arial, Helvetica, San-serif;*/
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 12px;
	text-align: center;
	color: #000;
}
a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #000;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0;
}
ul, ol, li, dl, dt, dd , p {
	margin: 0;
	padding: 0;
	list-style: none;
}
input, textarea, select, button {
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 12px;
	color: #000;
	vertical-align: middle;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}
em {
	font-style: normal;
}
textarea {
	padding:8px 8px;
	width: 100%;
	border: none;
	background-color: #fff;
	box-sizing: border-box;
}
input[type="text"],
input[type="number"],
input[type="password"],
input[type="search"]{
	display:block;
	width:100%;
	height: 20px;
	line-height:20px;
	border: none;
	background-color: transparent;
	box-sizing: border-box;
}
input[type="button"] {
	cursor: pointer;
}
input[type="submit"] {
	cursor: pointer;
}
select {
	width: 100%;
	height: 30px;
	border-radius: 2px;
	border: 1px solid #ecf1f3;
	background-color: #fff;
}
input:focus,
button:focus,
select:focus {
	outline: none;
}
::-webkit-input-placeholder {
	color: #c6cace;	/* WebKit browsers */
} 
:-moz-placeholder {
	color: #c6cace;	/* Mozilla Firefox 4 to 18 */
} 
::-moz-placeholder {
	color: #c6cace;	/* Mozilla Firefox 19+ */
} 
:-ms-input-placeholder {
	color: #c6cace;	/* Internet Explorer 10+ */
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
	box-shadow: 0 0 0px 1000px white inset !important;
	-webkit-text-fill-color: #000 !important;
	transition: background-color 5000s ease-in-out 0s;
}


