.map_body{
	height: 100vh;
	width: 100vw;
}
.map_xx{
	width: 100%;
	height: 100%;
}
.customCallout{
	width: 150rpx;
	height: 78rpx;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	/* background-color: #FF4A4A; */
	color: #FFFFFF;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.customCallout_text{
	color: #FFFFFF;
	font-size: 20rpx;
	z-index: 99999;
	bottom: 16rpx;
	position: relative;
}