@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 - 10px) !important; left: calc(100% / 2 - 10px) !important; }

.pl-antcss .circle { width: 20px; height: 20px; margin: 0 auto; border-radius: 50%; }

.pl-antcss .loading { animation: preloader-loading 6s infinite; }

@keyframes preloader-loading {
	0% { transform: scaleX(1) scaleY(1); background-color: rgba(3, 169, 244, .85); box-shadow: 0 0 3px rgba(0, 0, 0, .85); }
	10% { transform: scaleX(0) scaleY(0); background-color: rgba(233, 30, 99, .85); box-shadow: 0 0 3px rgba(233, 30, 99, .85); }
	20% { transform: scaleX(1) scaleY(1); background-color: rgba(156, 39, 176, .85); box-shadow: 0 0 3px rgba(156, 39, 176, .85); }
	30% { transform: scaleX(0) scaleY(0); background-color: rgba(0, 150, 136, .85); box-shadow: 0 0 3px rgba(0, 150, 136, .85); }
	40% { transform: scaleX(1) scaleY(1); background-color: rgba(156, 39, 176, .85); box-shadow: 0 0 3px rgba(156, 39, 176, .85); }
	50% { transform: scaleX(0) scaleY(0); background-color: rgba(205, 220, 57, .85); box-shadow: 0 0 3px rgba(205, 220, 57, .85); }
	60% { transform: scaleX(1) scaleY(1); background-color: rgba(255, 193, 7, .85); box-shadow: 0 0 3px rgba(255, 193, 7, .85); }
	70% { transform: scaleX(0) scaleY(0); background-color: rgba(121, 85, 72, .85); box-shadow: 0 0 3px rgba(121, 85, 72, .85); }
	80% { transform: scaleX(1) scaleY(1); background-color: rgba(96, 125, 139, .85); box-shadow: 0 0 3px rgba(96, 125, 139, .85); }
	90% { transform: scaleX(0) scaleY(0); background-color: rgba(255, 152, 0, .85); box-shadow: 0 0 3px rgba(255, 152, 0, .85); }
	100% { transform: scaleX(1) scaleY(1); background-color: rgba(63, 81, 181, .85); box-shadow: 0 0 3px rgba(63, 81, 181, .85); }
}

/*----------------------------------------------------------------------------*/

/*不支援 自選顏色*/

/*----------------------------------------------------------------------------*/

/*============================================================================*/
