* {
	user-select: none;
}

body,
html {
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: "微软雅黑";
}

#allmap {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

#result {
	width: 100%;
	font-size: 12px;
}

dl,
dt,
dd,
ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

dt {
	font-size: 14px;
	font-family: "微软雅黑";
	font-weight: bold;
	border-bottom: 1px dotted #000;
	padding: 5px 0 5px 5px;
	margin: 5px 0;
}

dd {
	padding: 5px 0 0 5px;
}

li {
	line-height: 28px;
}

p {
	margin: 0;
	line-height: 1.5rem;
}

.btn {
	position: fixed;
	top: 10px;
	left: 10px;
	padding: 5px 15px;
	font-size: 15px;
	background-color: #1989fa;
	border-radius: 10px;
	color: white;
}

.tips {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-size: 15px;
	color: #1989fa;
	line-height: 1.5rem;
}

.mapInfo {
	position: fixed;
	right: 10px;
	bottom: 1rem;
	width: 7.5rem;
	font-size: 12px;
	background: rgba(255, 255, 255, 0.9);
	z-index: 99999;
	padding: 0.3rem;
	border-radius: 0.2rem;
}

.mapInfo h4,
.mapInfo p {
	margin: 0;
	padding: 0;
	line-height: 1.8;
	font-size: .5rem;
	color: #666;
}

.mapInfo h4 {
	text-align: justify;
	font-size: .65rem;
	font-weight: bold;
}

em {
	font-style: normal;
	color: #1989fa;
	font-weight: bold;
}

#pop {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 100000;
}

#pop #iosNavWrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100001;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
	overflow: hidden;
}

#pop #iosNavWrap .link {
	display: block;
	background-color: #fff;
	width: 100%;
	line-height: 3;
	text-align: center;
	font-size: 15px;
	color: #333;
	border-bottom: 1px solid #f8f8f8;
}

#pop #iosNavWrap .link:last-child {
	border-bottom: 0;
}

#pop #iosNavWrap #aWrap {
	width: 100%;
	height: 0;
	overflow: hidden;
}

#pop #iosNavWrap #aWrap .line {
	width: 100%;
	height: 0.5rem;
	background-color: #e5e5e5;
	text-decoration: none;
}

#dh {
	width: 3.5rem;
	height: 3.5rem;
	/* background: rgba(255, 255, 255, 0.9); */
	position: absolute;
	top: -3.8rem;
	right: 0px;
	box-sizing: border-box;
	padding: 0.25rem;
}

#dh img {
	width: 70%;
	margin: 0 auto;
	display: block;
}

.backBtn {
	line-height: 2.5;
	width: 60%;
	/* margin:0 auto; */
	border-radius: 5px;
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
	background: #3bc965;
	text-align: center;
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
}

.dhts img {
	border: none;
	display: block;
	max-width: 100%;
	transform: translate3d(0, 0, 0);
}

.dhts .link {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #3bc965;
	border-radius: 999px;
	width: 80%;
	line-height: 3;
	margin: 2rem auto 0;
	font-size: 15px;
	text-align: center;
}

.dhts .notice {
	color: #3bc965;
	width: 100%;
	margin: 25px auto 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
