.yn-check-map {
	position: fixed;
	top: 0;
	left: 0;
	bottom:0;
	z-index: 999;
	width: 100vw;
	background: #E5E5F0;
	overflow: hidden;
	font-size: 14px;
	background: #fff;
	color: #333
}
.yn-check-map .top{
	width: 100vw;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 17px;
	border-bottom: 1px solid #E2E2E2;
}
.yn-check-map .top-left{
	width: 44px;
  height: 44px;
  background: url(/discovery/images/i_back_tongyi.png) no-repeat 12px;
  background-size: 12px 19px;
}
.yn-check-map .top-right{
	width: 44px;
}
.yn-check-map .container{
	position: absolute;
  top: 45px;
  bottom: 0;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
	width: 100vw;
  height: auto;
	background: #fff;
	font-size: 14px;
}
.yn-check-map .margin-top-20{
	margin-top: 20px !important
}
.yn-check-map .top-65{
	top: 65px !important
}