.layer_pop {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: #fff;
    left: -100%;
    top: 0px;
}

.right_pop {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: #fff;
    right: -100%;
    top: 0px;
}



.editor_desc img{
	max-width:100%;
	height:auto;
}

.editor_desc p{
	margin:auto;
}

.road_map {
	position: relative; width:150px; border-radius:48px; padding:8px; border:1px solid #4BC4D2; background:#fff;
text-align:center; font-weight: bold;
}
.road_map .tit {
	font-weight:bold; 
	font-size:16px; color:#000;
}
.road_map .map_search {
	font-size:14px; text-decoration: none; color:#4BC4D2;
}
.road_map .map_arrow {
	position: absolute; bottom:-28px; left:50%;
}

.btn_book_100 {
	float: left;
	width:100%;
	height: 52px;
	line-height: 52px;
	cursor: pointer;
	text-align: center;
	background: #FF5151;
	color: #fff;
}

.bu1{
    display: inline-block;
    background: #a5e4ef;
    color: #000;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    padding: 5px;
}
.bu2 {
    display: inline-block;
    background: #e9a7c5;
    color: #000;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    padding: 5px;
}

.no_border{
border: 0px !important;
}

.layer_pop #content{
	overflow-y:auto;
}