
.map_content {
	position:relative;
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
}
.map_show {
	position:relative;
	width:80%;
	background-color:#ffffff;
	height:850px;
}
#container {
	width:100%;
	height:850px;
}
.map_list {
	width:20%;
	height:850px;
	box-sizing:border-box;
	border-left:2px solid #dedfe3;
	/*overflow-y:scroll;
	*/
	        position:relative;
}
.map_list .content {
	width:100%;
	overflow-y:scroll;
	height:815px;
	box-sizing:border-box;
	margin-top:35px;
}
.map_list_item {
	display:flex;
	justify-content:center;
	align-items:center;
	height:150px;
	box-sizing:border-box;
	border-bottom:1px solid #dedfe3;
	cursor:pointer;
}
.map_list_item .photo {
	width:140px;
	height:100px;
	overflow:hidden;
	background-color:black;
	border-radius:5px;
}
.photo img {
	width:140px;
	height:100px;
	box-shadow:2px 2px 10px 5px #a3a4a5;
}
.intro {
	margin-left:10px;
	width:200px;
	height:100px;
	font-size:12px;
	display:flex;
	flex-direction:column;
	align-items:space-between;
	justify-content:space-between;
}
.intro .name {
	font-size:14px;
	font-weight:800;
}
.show_result {
	box-sizing:border-box;
	position:absolute;
	top:0px;
	background-color:#4DBEFD;
	/*background-color:#ffffff;
	*/
	        /*border:2px solid #4DBEFD;
	*/
	        color:#ffffff;
	/*color:#4DBEFD;
	*/
	        width:100%;
	height:35px;
	font-size:14px;
	display:flex;
	justify-content:center;
	align-items:center;
	font-weight:800;
	/*box-shadow:0px 5px 10px 8px #dedfe3;
	*/
}
.map_list_item_rows {
	display:flex;
	align-items:center;
}
/* 针对WebKit浏览器和Blink引擎的浏览器 */::-webkit-scrollbar {
	width:8px;
	/* 设置滚动条宽度 */
            height:12px;
	/* 设置滚动条高度 */
}
::-webkit-scrollbar-track {
	background:#efecec;
	/* 设置滚动条轨道颜色 */
}
::-webkit-scrollbar-thumb {
	background:#C1C1C1;
	/* 设置滑块颜色 */
            border-radius:10px;
	/* 设置滑块圆角 */
}
::-webkit-scrollbar-thumb:hover {
	background:#555;
	/* 设置滑块鼠标悬停时的颜色 */
}
/* 针对Firefox */
        html {
	scrollbar-width:thin;
	/* 设置滚动条宽度 */
            scrollbar-color:#CAD6FF #efecec;
	/* 设置滑块颜色和轨道颜色 */
            scrollbar-color:#C1C1C1 #efecec;
	/* 设置滑块颜色和轨道颜色 */
}
.map_select {
	width:100%;
	height:70px;
	/*background-color:yellow;
	*/
	        position:absolute;
	top:0px;
	display:flex;
	justify-content:center;
	align-items:center;
	cursor:pointer;
	z-index:1000;
}
.map_select_item {
	width:200px;
	height:40px;
	background-color:green;
	position:relative;
	margin:0 30px;
	background-color:rgba(77,190,253,0.8);
	background-color:rgba(249,210,160,1);
	background-color:rgba(77,190,253,0.8);
	/*background-color: rgba(76,66,53,0.7);*/
	/*background-color:rgba(255,255,255,1);*/
	/*background-color:rgba(77,190,253,0.5);*/
	border: 4px solid #8b8885;
	border: 4px solid #645d6a;
	/*border: 4px solid #4DBEFD;*/
	box-sizing: border-box;
	border-radius:20px;
	/*box-shadow:5px 5px 8px 12px #dedfe3;
	*/
}
.select_title {
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:14px;
	color:#ffffff;
	color:#4DBEFD;
	color:#ffffff;
	font-weight:800;
}
.map_select_item_child {
	width:190px;
	max-height:250px;
	background-color:green;
	position:absolute;
	top:37px;
	display:flex;
	flex-direction:column;
	overflow-y:scroll;
	overflow-x:hidden;
	background-color:rgba(77,190,253,0.8);
	color:#ffffff;
	font-weight:800;
	box-sizing:border-box;
	border:1px solid  #efecec;
	z-index:1000;
}
.map_select_item_child div {
	flex-shrink:0;
	width:100%;
	height:40px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-bottom:1px solid #ddd;
	box-sizing:border-box;
}
.map_select_item_child2 {
	width:500px;
	/*max-height:150px;
	*/
	        height:250px;
	background-color:green;
	background-color:rgba(77,190,253,0.8);
	color:#ffffff;
	font-weight:800;
	position:absolute;
	top:37px;
	left:-150px;
	display:flex;
	flex-direction:row;
	/*border-radius:15px;
	*/
	        overflow:hidden;
	box-sizing:border-box;
	border:1px solid  #efecec;
}
.map_select_item_child2 .one {
	width:100px;
	height:250px;
	display:flex;
	flex-direction:column;
	box-sizing:border-box;
	border-right:8px solid #efecec;
}
.map_select_item_child2 .one .item {
	width:100%;
	height:40px;
	display:flex;
	justify-content:center;
	align-items:center;
	border-bottom:1px solid #ddd;
	box-sizing:border-box;
}
.map_select_item_child2 .two {
	width:200px;
	height:250px;
	display:flex;
	flex-direction:column;
	overflow-y:scroll;
	overflow-x:hidden;
}
.map_select_item_child2 .two .item {
	flex-shrink:0;
	width:100%;
	height:40px;
	display:flex;
	justify-content:center;
	align-items:center;
	border-bottom:1px solid #ddd;
	box-sizing:border-box;
}
.map_select_item .show {
	background-color:#ffffff;
	color:#4DBEFD;
}
.map_select_item .item:hover {
	background-color:#ffffff;
	color:#4DBEFD;
}
.map_select_item .item {
	font-size:14px;
}
.intro .img {
	width:13px;
	height:13px;
}
.cr {
	color:red;
}
.map_list_item:hover {
	background-color:#efecec;
}
.loadling {
	display:flex;
	align-items:center;
	justify-content:center;
	width:50%;
	height:30px;
	margin:10px auto;
	background-color:rgba(77,190,253,0.8);
	color:#ffffff;
	border-radius:10px;
	font-weight:800;
	cursor:pointer;
}










 .dq-marker{
        
        width: 90px;
        height: 90px;
        background-color: rgba(77, 190, 253, 0.8);
        color: #ffffff;
        border-radius: 45px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .dq_title{
        
        font-size: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 70px;
        height: 30px;
    }
    .dq_num{
        
        font-size: 12px;
    }
    
    .marker_text{
        
        display: flex;
        height: 30px;
        min-width: 70px;
        background-color: rgba(77, 190, 253, 0.8);
        color: #ffffff;
        font-size: 12px;
        white-space: nowrap;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        position: relative;
        padding:0 5px; ;
        border-radius: 8px ;
    }
    
    .marker_text:hover{
        
        background-color: rgba(219,103,0,0.8);
        color: #ffffff;
        
    }
    
    .marker_text:hover .triangle{
        
        border-top: 8px solid rgba(219,103,0,0.8); /* 底部边框颜色 */
        
    }
    .triangle {
      width: 0;
      height: 0;
      border-left: 8px solid transparent; /* 左边框透明 */
      border-right: 8px solid transparent; /* 右边框透明 */
      border-top: 8px solid rgba(77, 190, 253, 0.8); /* 底部边框颜色 */
      position: absolute;
      top: 30px; /* 定位到底部 */
      left: 50%; /* 水平居中 */
      transform: translateX(-50%); /* 微调居中 */
    }
    .show_marker{
         box-sizing: border-box;
         position: absolute;
         width: 350px;
         height: 140px;
         top:-140px;
         background-color: #ffffff;
         border: 3px solid #4DBEFD;
         display: flex;
         justify-content: center;
         align-items: center;
         border-radius: 10px;
         color: #000000;
         text-decoration: none;
         z-index: 10000;
        
    }
    .show_marker:hover{
        color: #000000;
    }
    
    .show_marker .left{
        
         width: 140px;
         height: 100px;
         display: flex;
         align-items: center;
         justify-content: center;
    }
    
    .show_marker .left .show_img{
        
         width: 120px;
         height: 100px;
    }
    
    .show_marker .right{
        
         width: 210px;
         height: 100px;
         display: flex;
         flex-direction: column;
         justify-content: space-between;
         
    }
     .show_marker .right .title{
        
        font-size: 14px;
        font-weight: 800;
        
         
    }
     .show_marker .right .dz,.dt {
         
         display: flex;
         align-items: center;
         
         
     }
     .show_marker .right .img{
        
          width: 13px;
          height: 13px;
         
    }
     .show_marker .right .red {
         
        color: red;
         
     }
    .marker_text .none_marker{
        
        display:none !important;
        
    }
     #search_area{
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #search_keyword{
        width: 140px;
        height: 100%;
        border: 0px;
        padding-left: 10px;
        color: #c6c4c5;
    }
    #search_button{
        width: 60px;
        height: 100%;
        background-color: #4DBEFD;
        border: 0px;
        color: #ffffff;
    }