@font-face {
	font-family: "SiYuan";
	src: url("https://ux-oss.oss-cn-zhangjiakou.aliyuncs.com/static/font/SiYuan.ttf");
}

@font-face {
	font-family: "FangSong";
	src: url("https://ux-oss.oss-cn-zhangjiakou.aliyuncs.com/static/font/FangSong.ttf");
}

body {
	color: #606266;
	font-size: 16px;
	max-width: 980px;
	margin: 0 auto;
	padding: 15px;
}

table {
	border-collapse: collapse;
}

table, tr, td {
	font-size: 16px;
	font-family: 'FangSong';
	border: 1px solid black;
}

h1 {
	color: #000;
	font-weight: bold;
	font-family: 'SiYuan';
	text-align: center;
	margin-bottom: 30px;
}

p {
	font-size: 16px;
	font-family: 'FangSong';
	text-indent: 2em;
	line-height: 2;
}

.bold {
	color: #303133;
	font-weight: bold;
}