body, ol, ul, h1, h2, h3, h4, h5, p, blockquote, th, td, dl, dt, dd, form, input, textarea, select {
	margin: 0;
	padding: 0;
}
address, cite, code, dfn, b, em, var, i {
	font-style: normal;
	font-weight: normal;
}
em, strong {
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-size: 12px;
}
ul, ol {
	list-style: none;
}
sup {
	font-size: 8px;
}
img {
	border: 0;
	vertical-align: top;
}
html, body {
	font-size: 12px;
	line-height: 1.8;
	font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
	color: #181818;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
a {
	color: #444;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
}
.content {
	padding: 0 12px \9;
	padding: 0 1rem;
}
.content header h1, .content .header h1 {
	text-align: center;
	line-height: 3;
	font-weight: normal;
	margin-bottom: 0.5rem;
}
.cont-wrapper p {
	text-indent: 2em;
}
.cont-wrapper .cont-part {
	margin-bottom: 1em;
}
.underline {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.cont-wrapper p.no-text-indent {
	text-indent: 0;
}
.close-btn {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
}
.close-icon {
	display: block;
	width: 20px;
	height: 20px;
	margin: 8px auto;
	padding: 2px;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D'%23fff'%20height%3D'22'%20viewBox%3D'0%200%2024%2024'%20width%3D'22'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z'%2F%3E%3Cpath%20d%3D'M0%200h24v24H0z'%20fill%3D'none'%2F%3E%3C%2Fsvg%3E") no-repeat center center red;
	border-radius: 50%;
}