html {
	font-family: Avenir, Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	color: #2c3e50;

	/* background: #66e8ff; */
	background: #ffe700;
	width: 100%;
	height: 100%;
}

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, Arial,
		sans-serif;
}

body {
	display: block;
}

.main-loading {
	position: absolute;
	top: 0px;
	z-index: 9999;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	/* background: #66e8ff; */
	background: #ffe700;
}

.main-loading-img {
	object-fit: none;
	width: 227px;
	display: inline-block;
}

.main-loading-span {
	font-size: 20px;
	display: inline-block;
}
