#woyaou-loading{
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(135deg, #4772FF 0%, #5851FF 100%);
	font-size: 32px;
	font-weight: 600;
	color:#FFFFFF;
}
::-webkit-scrollbar {width:6px;height: 6px;}
::-webkit-scrollbar-thumb{ border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background-color:#bbb;}