body 		{overflow: hidden;}

#loading 	{
			position: fixed;
			width: 100%; height: 100%;
			z-index: 100;
}

#loading>div {
			position: absolute;
}

#loading>div:nth-child(1) {
			width: 100%; height: 100%;
}

#loading>div:nth-child(2) {
			width: 100%; height: 100%;
			display: flex; flex-direction: column; justify-content: center; align-items: center;
}

#loading>div:nth-child(2)>div {
			position: relative; overflow: hidden;
			width: 50%; height: 8px; margin-top: 26px;
			border-radius: 4px;
}
#loading>div:nth-child(2)>div>div {
			position: absolute;
			width: 100%; height: 100%;
}
#loading>div:nth-child(2)>div>div:nth-child(2) {
			width: 0%;
}