@charset "utf-8";

/*¬õ red rgba(244, 67, 54, .85)*/ /*¯» pink rgba(255, 150, 220, .85)*/

/*µµ purple rgba(156, 39, 176, .85)*/ /*²`µµ deeppurple rgba(103, 58, 183, .85)*/

/*ÀQ«C indigo rgba(63, 81, 181, .85)*/ /*ÂÅ blue rgba(33, 150, 243, .85)*/ /*²LÂÅ lightblue rgba(3, 169, 244, .85)*/

/*«C¦â cyan rgba(0, 188, 212, .85)*/ /*ÂÅºñ¦â teal rgba(0, 150, 136, .85)*/

/*ºñ green rgba(76, 175, 80, .85)*/ /*²Lºñ lightgreen rgba(139, 195, 74, .85)*/ /*ÂfÂcºñ lime rgba(205, 220, 57, .85)*/

/*¶À¦â yellow rgba(255, 235, 59, .85)*/ /*µ[¬Ä¦â amber rgba(255, 193, 7, .85)*/ /*¾í¦â orange rgba(255, 152, 0, .85)*/ /*²`¾í deeporange rgba(255, 87, 34, .85)*/

/*´Ä¦â brown rgba(121, 85, 72, .85)*/ /*¦Ç¦â grey rgba(158, 158, 158, .85)*/ /*¦ÇÂÅ bluegrey rgba(96, 125, 139, .85)*/

/*============================================================================*/

.pl-antcss {
	position: fixed; position: absolute; top: calc(100% / 2 - 18px) !important; left: calc(100% / 2 - 300px) !important; width: 600px; height: 36px;
	overflow: visible;
	-webkit-user-select: none;
	user-select: none;
	cursor: default;
}

.pl-antcss div {
	position: absolute; width: 20px; height: 36px;
	color: rgba(0, 0, 0, .85); font-size: 16px;
	opacity: 0;
	animation: preloader-move 2s linear infinite;
	-webkit-animation: preloader-move 2s linear infinite;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.pl-antcss div:nth-child(2) { animation-delay: 0.2s; -webkit-animation-delay: 0.2s; }
.pl-antcss div:nth-child(3) { animation-delay: 0.4s; -webkit-animation-delay: 0.4s; }
.pl-antcss div:nth-child(4) { animation-delay: 0.6s; -webkit-animation-delay: 0.6s; }
.pl-antcss div:nth-child(5) { animation-delay: 0.8s; -webkit-animation-delay: 0.8s; }
.pl-antcss div:nth-child(6) { animation-delay: 1.0s; -webkit-animation-delay: 1.0s; }
.pl-antcss div:nth-child(7) { animation-delay: 1.2s; -webkit-animation-delay: 1.2s; }



@keyframes preloader-move {
	0% { left:0; opacity:0; }
	35% { left: 41%; -webkit-transform:rotate(0deg); transform:rotate(0deg); opacity:1; }
	65% { left:59%; -webkit-transform:rotate(0deg); transform:rotate(0deg); opacity:1; }
	100% { left:100%; -webkit-transform:rotate(-180deg); transform:rotate(-180deg); opacity:0; }
}
@-webkit-keyframes preloader-move {
	0% { left:0; opacity:0; }
	35% { left:41%; -webkit-transform:rotate(0deg); transform:rotate(0deg); opacity:1; }
	65% { left:59%; -webkit-transform:rotate(0deg); transform:rotate(0deg); opacity:1; }
	100% { left:100%; -webkit-transform:rotate(-180deg); transform:rotate(-180deg); opacity:0; }
}



/*============================================================================*/
