.content {
	width: 100%;
	min-height: 100vh;
	padding: 20px 15px;
	box-sizing: border-box;
	color: #111;
	position: relative;
}
.title {
	font-size: 20px;
	text-align: center;
	line-height: 30px;
	margin-bottom: 10px;
	font-weight: 600;
}
.row {
	font-size: 16px;
	line-height: 22px;
	text-indent: 32px;
	margin-bottom: 10px;
	word-break: break-all;
}
.table {
	border: 1px solid #000;
	margin: 16px auto;
}
.table thead tr {
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}
.table thead td {
	border: 1px solid #000;
}
.table tbody tr {
	font-size: 14px;
	line-height: 20px;
}
.table tbody td {
	border: 1px solid #000;
	padding: 5px 10px;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: #FB6401;
}
.high-light {
	color: #0000FF;
}
.align-right {
	text-align: right;
}
.fixed-text {
	width: calc(100% - 15px - 15px);
	position: absolute;
	left: 15px;
	bottom: 200px;
	box-sizing: border-box;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	color: #777;
}