﻿.loader {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 9999999999 !important;
}

.loader img {
	width: 100%;
	height: 100%;
	-o-object-fit: fill;
	object-fit: fill;
}

.loader .num {
	position: absolute;
	right: 25px;
	top: 25px;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 50px;
	font-weight: 900;
	border-radius: 50px;
	color: #fff;
	background: rgba(0, 0, 0, .6);
}
