.Pop-ups {
	width: 40vw;
	height: 5vw;
	position: fixed;
	padding: 1vw;
	top: -5vw;
	left: calc(50% - 20vw);
	cursor: pointer;
	font-family: 楷体;
	opacity: 0;
	/* transform: translatey(-100vh); */
	border-radius: 1vw;
	z-index: 9999;
	backdrop-filter: blur(15px);
	transition: all 2s 1ms;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.Pop-ups:hover {
	animation-play-state: paused;
}

.Pop-ups-bt {
	font-weight: 900;
	font-size: 1.5vw;
	margin-bottom: 0.5vw;
}

.Pop-ups-nr {
	font-size: 1vw;
	line-height: 2vw;
}

.ejectblue {
	background-color: rgba(0, 170, 255, 0.1);
	border: solid 0.2vh rgba(0, 170, 255, 1.0);
	color: rgba(0, 170, 255, 1.0);
}

.ejectgreen {
	background-color: rgba(0, 170, 0, 0.1);
	border: solid 0.2vh rgba(0, 170, 0, 1.0);
	color: rgba(0, 170, 0, 1.0);
}

.ejectYellow {
	background-color: rgba(255, 170, 0, 0.2);
	border: solid 0.2vh rgba(255, 170, 0, 1.0);
	color: rgba(225, 145, 0, 1.0);
}

.ejectred {
	background-color: rgba(255, 0, 0, 0.1);
	border: solid 0.2vh rgba(255, 0, 0, 1.0);
	color: rgba(255, 0, 0, 1.0);
}