﻿html,
body {
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

a {
	text-decoration: none;
}

.coordinate {
	width: 95%;
	margin: 0 auto;
	margin-top: 0.2rem;
	font-size: 0.18rem;
	color: #666;
	font-weight: 500;
}

.map {
	width: 95%;
	margin: 0 auto;
	margin-top: 0.2rem;
	margin-bottom: 0.2rem;
	border: 1px solid #ccc;
	border-top: 2px solid #337645;
	background: #fff;
}

.map_all {
	width: 95%;
	margin: 0 auto;
	margin-bottom: 0.2rem;
	margin-top: 0.2rem;
}

.map_title {
	width: 98%;
	line-height: 0.4rem;
	border-bottom: 1px solid #337645;
	display: flex;
	margin: 0 auto;
}

.map_img {
	position: relative;
	top: 1px;
	width: 0.16rem;
}

.map_title_content {
	font-size: 0.2rem;
	text-align: center;
	color: #337645;
	cursor: pointer;
}
.map_content{
	width: 100%;
	margin: 0 auto;
	margin-top: 0.1rem;
}
.map_content_details{
	margin: 0 auto;
	width: calc(95% - 2px);
	margin-top: 0.2rem;
	box-shadow: 0px 0px 2px #ddd;
	margin-bottom: 0.05rem;
	line-height: 0.4rem;
	background-color: #f2fff5;
	color: #666;
	font-size: 0.16rem;
	text-align: center;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
	cursor: pointer;
}
.map_content_details span{
	position: relative;
	left: 0.2rem;
}
.map_span_show{
	display: none;
}
.select_details a{
	color: #333!important;
}
.select_details{
	display: none;
	width: 42.5%;
	background: #fff;
	font-size: 0.16rem;
	position: absolute!important;
	margin-left: 0.12rem;
	text-align: center;
	z-index: 9;
	box-shadow: 0px 0px 3px #ddd;
}
.map_content_details:hover{
	background: #337645!important;
	color: #FFF!important;
	box-shadow: 0px 0px 4px #ccc;
}
.select_details p:hover{
	color: #337645;
	cursor: pointer;
}
@media (max-width: 376px) {
.select_details{
	width: 42%;
}
}
@media (min-width: 1200px) {
	.coordinate,
	.map {
		width: 12rem;
		margin: 0 auto;
		margin-top: 0.2rem;
	}
	.map{
		margin-bottom: 0.2rem;
	}
	.select_details{
		width: 2.14rem;
		margin-left: 0.06rem;
	}
	.map_img {
		position: relative;
		top: 3px;
		width: 0.14rem;
	}

	.map_title {
		width: 100%;
		position: relative;
		margin-left: 0;
	}

}
