*{
	font-family:"Microsoft YaHei";
}
.none{
	display: none;
}

.alert{
	width: 0;
	position: fixed;
	top: 0%;
	left: 0%;
	z-index: 999;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

@keyframes show {
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

.alert .content{
	padding: 10px 80px;
	background-color: rgba(0,0,0,.7);
	border: 3px solid gray;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	/*top: -100%;*/
	/*transform: scale(1);*/
	/*opacity:1;*/
	/*animation: show 0.5s 0.5 forwards;*/
}

.alert p{
	color: white;
	font-size: 14px;
	margin: 10px 0;
}

.alert .title{
	font-size: 20px;
	margin-bottom: 20px;
	color: rgb(65,111,216);
}

.alert .delect{
	width: 40px;
	height: 20px;
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}

.alert .delect img{
	width: 100%;
	height: 100%;
}

.alert .C{
	color: green;
}

.alert .B{
	color: blue;
}

.alert .A{
	color: purple;
}

.alert .S{
	color: orange;
}

.yes.delect{
	bottom: 20px;
	top: unset;
	transform: translate(0%);
	font-size: 10px;
	color: wheat;
	position: absolute;
	width: 60px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.yes img{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.no.yes.delect{
	right: unset;
	left: 5px;
}

.alert.input .yes{
	transform: translate(-50%);
	left: 30%;
}


.alert.input .yes.no{
	transform: translate(-50%);
	left: 70%;
}

.alert input{
	width: 120px;
	height: 16px;
	outline: none;
	margin: 0 12px;
}

.alert.orange .title{
	color: rgb(190,129,81);
}

.alert.orange .content{
	padding-bottom: 60px;
}

.input_p{
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.Selectbox{
	width: 90px;
	display: flex;
	justify-content: space-around;
}
.alertSelectbox{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height:40px;
	background-color: #eebf2f;
	color: white;
	font-size: 12px;
	cursor: pointer;
}