html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	position: relative;
}

#dituContent2 {
	width: 100%;
	height: 100%;
	position: fixed !important;
	border: #ccc solid 0;
}

@media screen and (max-width: 1040px) {
	html,
	body {
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

	#dituContent2 {
		position: absolute !important;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
}

.iw_poi_title {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
}

.iw_poi_content {
	font: 12px arial, sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: normal;
	word-wrap: break-word;
}

.cle:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.cle {
	zoom: 1;
}

.fl,
.fr {
	display: inline;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.map_details {
	position: fixed;
	width: 570px;
	left: 5%;
	top: 50%;
	z-index: 10000;
	background: #fdf9f0;
	border-radius: 5px;
	transform: translate(0, -50%);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
	display: none;
}

.map_details .dm .t1 {
	padding-right: 80px;
	position: relative;
	margin-bottom: 20px;
}

.map_details .dm .t1 .ntt {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

.map_details .dm .t1 .price {
	position: absolute;
	right: 0;
	color: #f79206;
	font-size: 17px;
	top: 50%;
	transform: translate(0, -50%);
	font-weight: bold;
}

.map_details .dm .t1 .price span {
	font-size: 22px;
}

.map_details .pic img {
	width: 100%;
	border-radius: 5px 5px 0 0;
}

.map_details .info {
	display: flex;
	flex-wrap: wrap;
}

.map_details .info .lt {
	display: flex;
	align-items: center;
	flex: 1;
	font-size: 14px;
	color: #666666;
}

.map_details .info .lt1 {
	margin-bottom: 10px;
}

.map_details .info .lt1 img {
	display: inline-block;
	margin-right: 10px;
}

.map_details .info .lt2 img {
	width: 20px;
	display: inline-block;
	margin-right: 10px;
}

.map_details .info.info_en .lt {
	flex: none;
}

.map_details .info.info_en .lt1 {
	width: 100%;
}

.map_details .info.info_en .lt2 {
	width: 50%;
}

.map_details .dm_en .t1 {
	padding-right: 170px;
}

.map_details .dm {
	padding: 27px 13px;
}

.map_details a {
	text-decoration: none;
}

@media (max-width: 768px) {
	.map_details {
		left: 0;
		right: 0;
		top: auto;
		bottom: 0;
		width: 100%;
		transform: none;
		border-radius: 8px 8px 0 0;
	}

	.map_details .pic img {
		height: 160px;
		object-fit: cover;
	}

	.map_details .dm {
		padding: 16px;
	}

	.map_details .dm .t1 {
		padding-right: 110px;
		margin-bottom: 12px;
	}

	.map_details .dm_en .t1 {
		padding-right: 150px;
	}

	.map_details .dm .t1 .ntt {
		font-size: 16px;
	}

	.map_details .dm .t1 .price {
		font-size: 15px;
	}

	.map_details .dm .t1 .price span {
		font-size: 20px;
	}

	.map_details .info {
		gap: 8px 0;
	}

	.map_details .info .lt {
		flex: 1 1 50%;
		font-size: 13px;
	}

	.map_details .info .lt1 {
		flex: 1 0 100%;
	}

	.map_details .info.info_en .lt {
		flex: 1 1 50%;
	}

	.map_details .info.info_en .lt1 {
		flex-basis: 100%;
	}
}
