<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*-------------------��腓�-------------------*/
.remind { max-width: 180px; text-align: center; background: rgba(0,0,0,0.8); color: #fff; border-radius: 10px; overflow: hidden; position: fixed; top:50%; left:50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 2000; /* display: none */}

.remind .finish, .remind .sent { line-height: 20px; padding: 20px; box-sizing: border-box }
.remind .sent .icon-dui1 { font-size: 40px }

.loading { display: block; margin: 20px auto 0; width: 60px; text-align: center }

.load-an-view {
	width: 100%;
	height: auto;
	box-pack: center;
	box-align: center;
	display: -moz-box;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	-o-box-pack: center;
	-o-box-align: center;
}
.three-bounce {
	min-width: 60px;
	min-height: 30px;
	text-align: center;
	display: -moz-box;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	-o-box-pack: center;
	-o-box-align: center
}

.three-bounce&gt;div {
	width: 12%;
	height: 12%;
	min-height: 10px;
	min-width: 10px;
	background-color: rgba(0,0,0,0.3);
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	-moz-animation: bouncedelay 1.4s infinite ease-in-out;
	-o-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both
}


.sent .three-bounce&gt;div {
	background-color: rgba(255,255,255,1);
}

.three-bounce .bounce1 {
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s
}

.three-bounce .bounce2 {
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s
}

@-webkit-keyframes bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0)
	}

	40% {
		-webkit-transform: scale(1)
	}
}

@-moz-keyframes bouncedelay {

	0%,
	80%,
	100% {
		-moz-transform: scale(0)
	}

	40% {
		-moz-transform: scale(1)
	}
}

@-o-keyframes bouncedelay {

	0%,
	80%,
	100% {
		-o-transform: scale(0)
	}

	40% {
		-o-transform: scale(1)
	}
}

@keyframes bouncedelay {

	0%,
	80%,
	100% {
		transform: scale(0)
	}

	40% {
		transform: scale(1)
	}
}

</pre></body></html>