* {
	margin: 0;
	padding: 0;
}

.body {
	margin-bottom: 1.4rem;
	width: 100%;
	height: auto;
	margin-top: 0.8rem;
}




.view_body {
	width: 15.2rem;
	height: 6rem;
	background: #FFFFFF;
	box-shadow: -0.01rem 0.03rem 0.2rem 0.01rem rgba(0, 0, 0, 0.16);
	padding: 0.4rem;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.view_txt {
	padding-top: 0.6rem;
	padding-left: 0.2rem;
	box-sizing: border-box;
}

.view_txt .view_name {
	font-family: AlibabaPuHuiTi-Bold;
	font-size: 0.28rem;
	color: #333333;
	line-height: 0.3rem;
	position: relative;
	margin-bottom: 0.78rem;
}

.view_txt .view_name::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -0.18rem;
	width: 0.53rem;
	height: 0.03rem;
	background: #70AD02;
}

.view_txt .view_list .view_li {
	display: flex;
	align-items: center;
	font-family: AlibabaPuHuiTi-Regular;
	font-size: 0.18rem;
	color: #333333;
	line-height: 0.25rem;
	margin-bottom: 0.3rem;
}

.view_txt .view_list .view_li img {
	max-width: 0.25rem;
	max-height: 0.25rem;
	object-fit: contain;
	margin-right: 0.12rem;
}

.view_body .view_map {
	width: 8rem;
	height: 5.2rem;
	overflow: hidden;
}

.BMap_Marker div {
	width: 0.4rem !important;
}