/* 地图相关 */




.custom-dom{
	position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    display: flex;
    justify-content: space-between;
}
.custom-dom-line{
    width: 250px;
	margin-bottom: 0px;
    height: 41px;
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.6);
    border-radius: 10px;
    padding: 2px 10px;
    box-shadow: 0px 0px 10px #a9a9a9;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 10px 0 #ccc;
}
.custom-input {
	width: 20px !important;
    height: 32px;
    flex-grow: 1;
    border-radius: 10px;
    box-shadow: 0px 0px 4px #dbdbdb inset;
    border: 1px solid #dbdbdb;
    opacity: 0.7;
    padding: 2px 10px;
}
#searchVal {
    border: none;
    padding: 2px 10px 2px 26px;
    box-shadow: none;
}
.custom-input:focus{
	outline-style: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
  font-size: 14px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-size: 14px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  font-size: 14px;
} 
.amap-logo{
	display:none !important;
}
.amap-copyright{
	display:none !important;
}
.gdmapFormSubmit{
    display: flex;
   /*  flex-direction: column; */
    align-items: center;
    justify-content: center;
}
.gdmapForm-input{
	margin-bottom:15px;
}
.map-icon{
	width:15px !important;
	height:21px !important;
	margin-left:10px;
	cursor:pointer;
}
.map-icon-remark{
	width:15px !important;
	height:21px !important;
	cursor:pointer;
}
.markerInfo{
	text-align:center;
}
.markerTitle{
    color: red;
    font-weight: bold;
    font-size: 14px;
}
.markerRemark{
    font-weight: bold;
    font-size: 12px;
}
.map-text{
	color: #17179bd9;
    cursor: pointer;
}
.amap-sug-result{
	z-index: 999999999999;
}
.amap-toolbar-geo{
	display:none !important;
}
.map-tools-view{
	position: absolute;
    right: 15px;
    top: 55px;
    background: rgba(255,255,255,0.8);
    z-index:1;
}
.tool-li{
	width: 40px;
    height: 45px;
    cursor: pointer;
    border-bottom: 1px solid #dbdbdb;
    box-shadow: 0 2px 2px #ccc;
    background-color: #fff;
    display:flex;
    align-items:center;
}
.tool-li img{
	width:60%;
	margin:auto;
}
.tools-coverage{
    position: absolute;
    background: #fff;
    right: 60px;
    top: 55px;
    padding: 10px 40px 5px 10px;
    border-radius: 2px;
    font-size: 12px;
    box-shadow: 0 0 3px #ccc;
}
.subNameSpan,.all_choose_span{
	margin-left: 10px;
    color: #606266;
}
.subNameSpan-active{
	color:#3978ae;
}
.tools-title{
    height: 30px;
    margin-bottom: 10px;
    line-height: 30px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 14px;
}
.dataOneTypeName{
	background: #fff;
	padding:2px 5px;
	min-width:120px;
	max-width:200px;
	overflow: hidden;
	text-align:left;
	position:absolute;
	color:#333;
	left:52px;
}
.device-icon-fa{
	display:flex;
	align-items:center;
	position: relative;
}
.cusdom-cluster{
	color:#fff;
	background-color:#009944;
	font-size:18px;
	text-align:center;
	line-height:52px;
	border-radius:50%;
	width:52px;
	height:52px;
	position:relative;
}
.cusdom-obj-detail{
	position: absolute;
    left: 60px;
    min-width: 120px;
    top: 0px;
    background: #fff;
    padding: 2px 10px;
}
.obj-detail-title{
	color: #666;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    text-align: left;
    line-height: 40px;
}
.obj-detail-content{
	color: black;
    font-size: 12px;
    line-height: 30px;
    text-align: left;
}
.tools-draw-tab,.tools-measure-tab{
    position: absolute;
    z-index: 1;
    background: #ffffff;
    bottom: 16px;
    right: 80px;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 0 3px #ccc;
}
/* .tools-draw-input-item{
	margin-bottom: 10px;
} */
.tools-draw-input-text,.tools-measure-input-text{
    padding: 2px 5px;
    margin-right: 8px;
}
.tools-draw-btn-clear,.tools-draw-btn-close,.tools-measure-btn-close{
	background: #ffffff;
    border: 1px solid;
    padding: 2px 14px;
    border-radius: 27px;
    font-size: 14px;
    height: 32px;
    color: #25A5F7;
    cursor: pointer;
}
.tools-draw-btn-clear:hover,.tools-draw-btn-close:hover,.tools-measure-btn-close:hover{
	 color: #ffffff;
	 background: #25A5F7;
}
.tools-draw-input-item label,.tools-measure-input-item label{
	margin-bottom:8px;
	display: inline-block;
}
.amap_info_window {
    background: #ffffff;
    color: #333;
    padding: 10px;
}
.info_window_title {
    text-align: center;
    font-size: 16px;
    color: #07a0f0;
    font-weight: 600;
}
.info_window_line {
    display: flex;
    margin-top: 6px;
}
.info_window_line_name {
    color: #8f8f8f;
}
.info_window_line_value {
    font-weight: 600;
}