/* body {
	background-color: #FAFAFA;
} */
.index-set {
	margin-top: 100px;
}
.site-head {
	display: flex;
	justify-content: center;
}
.site-head p {
	font-size: 48px;
	margin-bottom: 40px;
}
.file-upload .layui-form-label {
	width: 130px;
}
.show-list-title {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.show-list-title p {
	font-size: 28px;
}
.paginator {
	margin-top: 30px;
	text-align: center;
}
.paginator span {
	margin: 10px;
}