* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	background: #FCFCFC;
	font-size: 14px;
}

.tea1388 {
	text-align: center;
}
.loading {
	text-align: left;
	position: relative;
	background-color: #FFFFFF;
}
.loading-text {
	position: absolute;
	left: 45px;
	top: 20px;
	color: #999999;
}
