.page-container {
	max-width: 960px;
	margin: 0 auto;
	padding: 30px 30px;
	font-family: 'Heiti SC', '黑体-简';
	text-align: justify;
	height: 100vh;
	overflow: auto;
	color: rgba(0, 0, 0, 0.85);
}
.main {
	display: block;
}

h1 {
	font-size: 24px;
	margin: 10.72px 0;
	font-weight: bold;
}

p,
div {
	font-size: 15px;
	line-height: 1.5;
	word-break: break-word;
	margin: 16px 0;
}

.font-bold {
	font-weight: bold;
}

h2 {
	font-size: 20px;
}

.table-scroll {
	max-width: 960px;
	overflow-x: auto;
}

table {
	min-width: 315px;
	border: 2px solid #444;
	border-spacing: 0;
}

tr,
table,
th {
	border-bottom: 1px solid #444;
}

table td,
table th {
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	padding: 5px;
}

table tr td:last-child {
	border-right: 0;
}

table tr:last-child td {
	border-bottom: 0;
}

p.date {
	text-align: right;
}

p.font-16px {
	font-size: 16px;
	font-weight: bold;
}

td div {
	width: 120px;
}

.children-privacy {
	padding: 0 30px 60px;
}
