.dialog_overlay{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
.wrap_layer{
	width: 30%;
	background: #fff;
	border-radius: 10px;
	padding: 10px 20px 20px;
	position: absolute;
	top: 50%;
	left: 40%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9999;
}
.wrap_layer .dialog_title{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.wrap_layer .close {
	position: absolute;
	top: 4px;
	right: 10px;
	cursor:pointer;
}
.wrap_layer .dialog_content{
	display:flex;
	flex-direction:column;
	align-items:center;
	font-size: 18px;
}
.wrap_layer p{
	line-height:40px;
}
.wrap_layer .ecode{
	width:166px;
}