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: 14px;
	text-align: center;
	color: #000;
	word-break:break-all;
}
a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #000;
	cursor: pointer;
}
a img {
	border: 0;
}
ul, ol, li, dl, dt, dd , p {
	margin: 0;
	padding: 0;
	list-style: none;
}
th {
	font-weight: normal;
}
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;
}
textarea:focus {
	outline: none;
}
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 var(--borColor);
	background-color: #fff;
}
input[type="text"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="date"] {
	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;
}
input:focus,
button:focus,
select:focus {
	outline: none;
}
::-webkit-input-placeholder {
	color: #88909b;
}
:-moz-placeholder {
	color: #88909b;
}
::-moz-placeholder {
	color: #88909b;
}
:-ms-input-placeholder {
	color: #88909b;
}
:root {
	--color-primary:#2aaf2a;
	--color-lightGray:#88909b;
	--color-mediumGray:#505968;
	--color-accent-red:#f63535;
	--color-accent-orange:#fb701c;
	--color-sub-blue:#009cff;
	--borColor:#e5e6eb;
}


