.warps_box{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.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: 4.32rem;
	height: 4.00rem;
	background: #fff;
}
.qr_code_box img{
	margin: .24rem auto .20rem;
	width: 2.80rem;
	height: 2.84rem;
}
.qr_code_box p{
	font-size: .14rem;
	color: #a1a1a1;
	text-align: center;
}
#map{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 8.00rem;
	height: 4.62rem;
}
