/* 重置 */


body {
	margin: 0;
	width: 100%;
	font-family: Source Han Sans CN,Noto Sans SC,SimSun, Arial, Helvetica, San-serif;
	font-size: 12px;
	font-weight: 400;
	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: Source Han Sans CN,Noto Sans SC,SimSun, Arial, Helvetica, San-serif;
	font-size: 12px;
	font-weight: 300;
	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"] {
	display:block;
	width:100%;
	height: 20px;
	line-height:20px;
	border: none;
	background-color: transparent;
	line-height:26px\0;
}
input[type="button"] {
	cursor: pointer;
}
input[type="submit"] {
	cursor: pointer;
}
input:focus,
button:focus,
select:focus {
	outline: none;
}
::-webkit-input-placeholder {
	font-weight: 200;
	color: #c6cace;	/* WebKit browsers */
} 
:-moz-placeholder {
	font-weight: 200;
	color: #c6cace;	/* Mozilla Firefox 4 to 18 */
} 
::-moz-placeholder {
	font-weight: 200;
	color: #c6cace;	/* Mozilla Firefox 19+ */
} 
:-ms-input-placeholder {
	font-weight: 200;
	color: #c6cace;	/* Internet Explorer 10+ */
} 
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both
}
.clearfix {
	display: block;
	overflow: hidden;
	clear: both;
}
.hidden { overflow: hidden;}
.inlineBlock {
	display:inline-block;
}
.d-block {
	display:block;
}
.cursor-pointer { cursor: pointer}


