.warps_box{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}
.mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
}
.qr_code_box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 432px;
	height: 400px;
	background: #fff;
}
.qr_code_box img{
	margin: 24px auto 20px;
	width: 280px;
	height: 284px;
}
.qr_code_box p{
	font-size: 14px;
	color: #a1a1a1;
	text-align: center;
}
#map{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 800px;
	height: 462px;
}