@font-face {
	font-family: sign-ugly-font; src: url("../fonts/sign.ttf");
}

.cursor-wait {
	cursor: wait;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
}

.loading-tip {
	position:fixed;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	z-index:999999;
	margin:0 auto;
	text-align:center;
}

.loading-tip > .loading-tip-text {
	display: inline-block;
	margin-top:26vh;
	padding: 10px 15px;
	white-space: nowrap;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:rgba(0,0,0,0.7);
	color:#fff;
	font-size:14px;
	text-align:center;
}