@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) !important; /*left: calc(100% / 2 - 50px) !important;*/ width: 100vw; max-width: 1920px; }



.pl-antcss .obj { text-align: center; }

.pl-antcss .obj span {
	display: inline-block; width: .6em; height: .6em; margin: .19em; vertical-align: middle;
	border-radius: 100%;
	background: rgba(156, 39, 176, .85); box-shadow: 0 0 3px 1px rgba(156, 39, 176, .35);
	animation: preloader-loading 1s infinite alternate;
}

.pl-antcss .obj span:nth-of-type(2) { background: rgba(3, 169, 244, .85); box-shadow: 0 0 3px 1px rgba(3, 169, 244, .35); animation-delay: 0.2s; }
.pl-antcss .obj span:nth-of-type(3) { background: rgba(0, 150, 136, .85); box-shadow: 0 0 3px 1px rgba(0, 150, 136, .35); animation-delay: 0.4s; }
.pl-antcss .obj span:nth-of-type(4) { background: rgba(205, 220, 57, .85); box-shadow: 0 0 3px 1px rgba(205, 220, 57, .35); animation-delay: 0.6s; }
.pl-antcss .obj span:nth-of-type(5) { background: rgba(255, 193, 7, .85); box-shadow: 0 0 3px 1px rgba(255, 193, 7, .35); animation-delay: 0.8s; }
.pl-antcss .obj span:nth-of-type(6) { background: rgba(244, 67, 54, .85); box-shadow: 0 0 3px 1px rgba(244, 67, 54, .35); animation-delay: 1.0s; }
.pl-antcss .obj span:nth-of-type(7) { background: rgba(121, 85, 72, .85); box-shadow: 0 0 3px 1px rgba(121, 85, 72, .35); animation-delay: 1.2s; }

.pl-antcss div.tx { margin: 0; padding: 5px 0 0 0; text-align: center; color: rgba(96, 125, 139, .85); font: .8em verdana; }

@keyframes preloader-loading {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

/*----------------------------------------------------------------------------*/

/*不支援 自選顏色*/

/*----------------------------------------------------------------------------*/

/*============================================================================*/
