@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)*/

/*靛青 indigo rgba(63, 81, 181, .85)*/ /*藍 blue rgba(33, 150, 243, .85)*/ /*淺藍 lightblue rgba(3, 169, 244, .85)*/

/*青色 cyan rgba(0, 188, 212, .85)*/ /*藍綠色 teal rgba(0, 150, 136, .85)*/

/*綠 green rgba(76, 175, 80, .85)*/ /*淺綠 lightgreen rgba(139, 195, 74, .85)*/ /*檸檬綠 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; top: calc(100% / 2 - 20px); left: calc(100% / 2 - 20px); }

.pl-antcss .bullet {
	position: absolute; padding: 5px;
	border-radius: 50%;
	background: rgba(85, 195, 235, .95);
	-webkit-animation: preloader-animIn 1s ease-in-out 0s infinite;
	animation: preloader-animIn 1s ease-in-out 0s infinite;
}

/*----------------------------------------------------------------------------*/

/*不支援 自選顏色*/

/*----------------------------------------------------------------------------*/

.pl-antcss .bullet:nth-child(1) { background: rgba(85, 195, 235, .95); box-shadow: 0 0 3px 1px rgba(85, 195, 235, .15); -webkit-animation-delay: 0s; animation-delay: 0s; }
.pl-antcss .bullet:nth-child(2) { background: rgba(205, 220, 57, .95); box-shadow: 0 0 3px 1px rgba(205, 220, 57, .15); -webkit-animation-delay: 0.15s; animation-delay: 0.15s; }
.pl-antcss .bullet:nth-child(3) { background: rgba(255, 193, 7, .95); box-shadow: 0 0 3px 1px rgba(255, 193, 7, .15); -webkit-animation-delay: 0.3s; animation-delay: 0.3s; }
.pl-antcss .bullet:nth-child(4) { background: rgba(63, 81, 181, .95); box-shadow: 0 0 3px 1px rgba(63, 81, 181, .15); -webkit-animation-delay: 0.45s; animation-delay: 0.45s; }
.pl-antcss .bullet:nth-child(5) { background: rgba(0, 188, 212, .95); box-shadow: 0 0 3px 1px rgba(0, 188, 212, .15); -webkit-animation-delay: 0.6s; animation-delay: 0.6s; }
.pl-antcss .bullet:nth-child(6) { background: rgba(171, 71, 188, .95); box-shadow: 0 0 3px 1px rgba(171, 71, 188, .15); -webkit-animation-delay: 0.75s; animation-delay: 0.75s; }

@-webkit-keyframes preloader-animIn {
	0% { -webkit-transform: translateX(-100px); transform: translateX(-100px); opacity: 0; }
	50% { opacity: 1; }
	100% { -webkit-transform: translateX(100px); transform: translateX(100px); opacity: 0; }
}

@keyframes preloader-animIn {
	0% { -webkit-transform: translateX(-100px); transform: translateX(-100px); opacity: 0; }
	50% { opacity: 1; }
	100% { -webkit-transform: translateX(100px); transform: translateX(100px); opacity: 0; }
}

/*============================================================================*/
