.map_view{margin-top: 20px;}
.guide_img{width: 600px;height: 400px;object-fit: cover;}
.map_container{float: right;width: 380px;height: 400px;}
.map_head{color: #333;font-size: 14px;border:1px solid #eee;background-color: #fff;position: relative;padding: 15px;cursor:pointer}
.map_icon{position: absolute;width: 20px;left: 10px;top: 13px}
.img_down{width: 15px;padding-top: 2px}
.map_head span{float: left;margin-left: 30px;padding-right: 10px}

#map{height: 345px}
.sight_item_view{position: relative;width: 250px;height: 60px;padding-top: 20px;}
.sight_info{padding:5px 0;font-size:14px;color:#686868;margin-right: 90px}
.comment_count{color:#F69625;margin-left:0}
.sight_img{width:80px;position:absolute;right:10px;top:30px}
.sight_img img{width:100%;height:60px;object-fit:cover}
.sightname{font-size: 15px;margin-right: 90px;color:#333;}

.guide_tab_item{cursor:pointer;display: inline-block;border:1px solid #eee;background-color: #fff;padding:5px 20px;color: #666;font-size: 16px;margin:  20px ;border-radius: 20px}
.guide_tab_item_on{color: #fff;border:1px solid #3388ff;background-color: #3388ff;}

.guide_list{padding:0 0 10px 15px;}
.guide_list_cell{background-color: #fff}

.city_list_view{ background:#fff;width:1000px;height:100%;    -webkit-transition: all .3s ease-in-out;
    overflow: auto;-webkit-overflow-scrolling: touch;margin:0 auto;}
.city_title{background: #eee;font-size: 14px;padding: 5px 12px;color: #686868;position: -webkit-sticky;}
.val{background: #fff;font-size: 16px;color: #383838;border-bottom: 0.1rem solid #e5e5e5;padding: 10px 15px}
.val:last-child{border-bottom: none}

.index_view{left: 50%;    width: 30px;    margin-left: 440px;-webkit-flex-direction: column;position: fixed;z-index: 10001;top:10%;right: 0.5em;background: rgba(0, 0, 0, .5);border-radius: 1em;padding: 1em 0;font-size: 1.3em;color: #fff;justify-content: center;align-items: center}
.index_view div{text-align: center;padding: 0 5px;}
.index_view text{padding: 1px 0;font-size: 12px;line-height: 20px}

.overlay{width: 100%;height: 100%;background-color: rgba(0,0,0,0.8);position: fixed;z-index: 99999;top: 0;left: 0;display: none}
.overlay_close{position: fixed;top: 10px;left: 50%;margin-left: 510px;width: 30px}