   @charset "utf-8";
    html,
    body,
    #container {
      width: 100%;
      height: 100%;
    }
	.amap_search {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 15%;
		width: 780px;
		z-index: 1;
		background: rgba(0,0,0,.7);
		padding: 18px;
	}
	.amap_search .input-group {
		display: table;
		width: 100%;
		border-collapse: separate;
		position: relative;
		font-size: 12px;
		top: 1px;
		vertical-align: middle;
		line-height: normal;
		margin: 0;
		padding: 0;
	}
	.amap_search .ivu-input-group {
		display: table;
		width: 100%;
		border-collapse: separate;
		position: relative;
		font-size: 12px;
		top: 1px;
		vertical-align: middle;
    	line-height: normal;
		margin: 0;padding: 0;
	}
	
	.amap_search .ivu-input {
		display: table-cell;
		width: 100%;
 
		height: 36px;
         font-size: 14px;
		line-height: 1.5;
		padding: 4px 7px;
		font-size: 12px;
		border: 1px solid #dddee1;
		border-radius: 4px;
		color: #495060;
		background-color: #fff;
		background-image: none;
		position: relative;
		cursor: text;
		transition: border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out;
		width: 100%;
		float: left;
		margin-bottom: 0;
		z-index: 1000;
	}
  .amap_search .ivu-input-group-append{
 
		background-color: #eee;
		border: 1px solid #dddee1;
 
		background: #ff9100;
		border: none;
		display: table-cell;
		border-bottom-left-radius: 0!important;
		border-top-left-radius: 0!important;
		padding: 4px 7px;
		font-size: inherit;
		font-weight: 400;
		line-height: 1;
		color: #495060;
		text-align: center;
		white-space: nowrap;
       vertical-align: middle;
		border-radius: 6px;
		    width: 1px;
    white-space: nowrap;
    vertical-align: middle;
  }
.amap_search .ivu-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 1.5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 6px 15px;
    font-size: 12px;
    border-radius: 4px;
    transition: color .2s linear,background-color .2s linear,border .2s linear,box-shadow .2s linear;
    color: #495060;
    background-color: #f7f7f7;
    border-color: #dddee1;
	    -webkit-appearance: button;
		color: #fff;
    font-size: 16px;
	 border-color: transparent;
    background-color: transparent;
 
    margin: -6px -7px;
}
.amap_search .ivu-input-group-append, .amap_search .ivu-input-group>.ivu-input:last-child {
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important;
}
.amap_search .ivu-input{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
 
   .amap-marker-label{
      
      border: 1px solid #ccc;
      background-color: white;
      }
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.5;
    font-weight: 300;
    color: #111213;
}
* {
    box-sizing: border-box;
}
.amap_search input[type=text]:focus, .amap_search input[type=date]:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgb(128 189 255 / 10%);
}
.amap_search button,.amap_search input, .amap_search select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    overflow: visible;
    text-transform: none;
}
input[type=text], input[type=date], input[type=password] {
    background: #fff;
    padding: .375rem .75rem;
}
html, body, #container {
    /* width: 100%; */
    height: 100%;
}


.amap-marker-label {
    border: none;
    background: transparent;
}
 
.amap-marker-label {
    position: absolute;
    z-index: 2;
    border: 1px solid blue;
    background-color: white;
    white-space: nowrap;
    cursor: default;
    padding: 3px;
    font-size: 12px;
    line-height: 14px;
}

.textrun{border: 1px solid #fff; width:100px; color: #000;font-size: 14px;border-radius: 5px;  overflow:hidden;}
.textrun .tit{ display:block; color: white; background-color:#009933;padding: 3px;}
.textrun .con{display:block;color: #000; background-color:#fff;    padding: 3px;
    font-size: 12px;
    line-height: 14px;
}
.textstop{border: 1px solid #fff; width:100px; color: #fff;font-size: 14px;border-radius: 5px;  overflow:hidden; margin-top:10px;}
.textstop .tit{ display:block; color: white; background-color:#4c85f8;padding: 3px;}

.hcalert{padding:10px;border-radius:5px;left:50%;font-size:14px;line-height:16px;z-index:6000000;top:50%;position:fixed;background-color:#000;color:#fff;text-align:center;}
.hcalert .hcbtcolse{ cursor:pointer;border-radius:15px;right:-15px;top:-15px;font-size:20px;line-height:30px;position:absolute;background-color:#ff0000;color:#fff;text-align:center;display:block;width:30px;height:30px;}

 