/* 重置 */


body {
	margin: 0;
	width: 100%;
	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;
	word-break:break-all;
}
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";
	color: #000;
	vertical-align: middle;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}
em,i {
	font-style: normal;
}
textarea {
	padding:8px 8px;
	width: 100%;
	border: none;
	background-color: #fff;
	box-sizing: border-box;
}
select {
	width: 100%;
	height: 34px;
	border-radius: 4px;
	border:1px solid #e1e1e1;
	background-color: #fff;
}
input[type="text"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="date"]{
	display:block;
	padding-left: 9px;
	padding-right: 9px;
	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;
}
button {
	border: none;
	background-color: transparent;
}
input:focus,
button:focus,
select:focus {
	outline: none;
}
::-webkit-input-placeholder {
	color: #999999;	/* WebKit browsers */
}
:-moz-placeholder {
	color: #999999;	/* Mozilla Firefox 4 to 18 */
}
::-moz-placeholder {
	color: #999999;	/* Mozilla Firefox 19+ */
}
:-ms-input-placeholder {
	color: #999999;	/* Internet Explorer 10+ */
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.d-block {
	display:block;
}
.d-inblock {
	display:inline-block;
}
.d-inlineFlex {
	display: inline-flex;
}
.clear {
	clear: both
}
.clearfix {
	display: block;
	overflow: hidden;
	clear: both;
}
.overflow-auto-y { overflow-y:auto }
.hidden:after {
	display: block;
	content: "";
	clear: both;
}
.c-pointer { cursor: pointer;}
.c-default { cursor: default;}
.p-relative { position: relative;}


