.iw_poi_title {
	color: #CC5522;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap
}

.iw_poi_content {
	font: 12px arial, sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word
}

.map {
	position: absolute;
	top: 0px;
	z-index: -1;
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.dituContent {
	margin-top: 120px;
	width: 70%;
	height: 80%;
	border: #ccc solid 1px;
}

.banner_text {
	margin-top: 120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 20%;
	height: 80%;
	padding-left: 30px;
	padding-right: 20px;
	background: rgba(0, 0, 0, 0.1);
}

.title {
	font-size: 40px;
	font-weight: 700;
	color: white;
}

.desc {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.842);
	line-height: 26px;
}