#Wei-layer{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-color: rgba(0,0,0,.3);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9998;
	font: 15px/1.5 "\5FAE\8F6F\96C5\9ED1";
}
#Wei-layer .confirm{
	background-color: #fff; 
	padding: 1px; 
	position: fixed; 
	border: 1px solid #ccc\9; 
	border-radius: 8px; 
	box-shadow: 0 0 10px #666, 0 0 3px #333; 
	display: none;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
#Wei-layer .w_title{line-height: 43px; font-size: 15px; margin: 0; background-color: #EDEBE9; text-indent: 10px; border-bottom: 1px solid #CCCCCC; border-radius: 8px 8px 0 0; text-shadow: 0 1px 1px #FFFFFF; cursor: move;}
#Wei-layer .w_title i.fa-warning{color:#B42127;}
#Wei-layer .w_title i.fa-check{color:#409463;}
#Wei-layer .w_title i.fa-question-circle{color:#000000;}
#Wei-layer .w_info{display: flex; align-items: center; justify-content: center; padding:0 20px; width: 350px; height: 120px; font-size: 16px;}
#Wei-layer .w_bottom{display: flex; align-items: center; justify-content: center; background-color: #EDEBE9; font-size: 15px; height: 53px; border-top: 1px solid #CCCCCC; box-shadow: 0 1px 0 #FFFFFF inset; border-radius:0 0 8px 8px;}
#Wei-layer p{}
#Wei-layer p a{padding: 8px 24px; border-radius: 6px; text-decoration: none; color: #000000; outline: none; cursor:pointer;}
#Wei-layer p a.w_true{margin: 0 6px 0 26px; background-color: #1C2021;color: #FFFFFF;border-radius: 99px;}
#Wei-layer p a.w_true:hover{background-color: #D43011;}
#Wei-layer p a.w_cancel{background-color: #FFFFFF;margin-left:10px;border: 1px solid #FFFFFF;border-radius: 99px;}
#Wei-layer p a.w_cancel:hover{border: 1px solid #CCCCCC;}
#Wei-layer p a:active{box-shadow: 0 0 2px #666 inset;}

#Wei-layer .confirm-animate{
	display: block;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

#Wei-layer .confirm-fadeout{
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
}