p{
	font-size: 18px;
}
.table {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
	background-color: rgba(0, 0, 0, 0.1);
}
@font-face {
  font-family: '一品创享体 1.20'; /* 自定义字体名称 */
  src: url('一品创享体 1.20.ttf') format('truetype'); /* 字体文件路径和格式 */
  font-weight: normal;
  font-style: normal;
}
#text{
	font-family: '一品创享体 1.20';
	font-size: 60px;
	width: 300px;
	position: absolute;
	top: 110px;
	left: 50%;
	color: #e2e1e4;
	transform: translate(-50%,-50%);
	z-index: 8888;
}