html,
body,
#map {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

.header>div {
	height: 70px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.txt-title {
	color: white;
	font-size: 18px;
	line-height: 50px;
	font-weight: bold;
	font-family: 微软雅黑;
	margin-left: 20px
}

.headertxt-alian {
	text-align: left
}

.btn-menu {
	color: white;
	font-size: 20px;
	line-height: 50px;
	cursor: pointer
}

.btnmenutxt-alian {
	text-align: center
}

.panel-mapinfo {
	height: 800px;
	width: 300px;
	background-color: white;
	position: absolute;
	z-index: 100;
	top: 50px;
	right: 0px;
	box-shadow: -1px 0px 3px #888888;
	overflow: auto
}

.li-feature-list {
	margin-top: 3px;
}

#myslidedown {
	margin: 0px;
	line-height: 10px;
	text-align: center;
	height: 10px;
	background-color: lightslategray;
	color: white;
	border: solid 0.5px grey;
	cursor: pointer;
	display: none;
}

.maptool {
	height: 30px;
	min-width: 30px;
	z-index: 30;
	position: absolute;
	top: 30px;
	left: 30px;
	/*background-color: #3385FF*/
}

.maptool>div {
	height: 30px;
	/*width: 30px;*/
	/*background-color: #000033;*/
	margin-bottom: 2px;
	cursor: pointer
}

.maptool>div>div {
	height: 30px;
	width: 30px;
	/*background-color: #000033;*/
	margin-left: 3px;
	cursor: pointer;
	float: left;
}

.subtool {
	display: none;
}

.l-div {
	min-height: 25px;
	text-align: right;
	vertical-align: middle;
	font-size: 10px;
	/*word-wrap: break-word;*/
	/*background-color: lightblue;*/
}

.r-div {
	min-height: 25px;
	max-height: 500px;
	text-align: left;
	vertical-align: middle;
	font-size: 10px;
	word-wrap: break-word;
}

.row-margin {
	margin-top: 3px;
	margin-bottom: 2px
}

#infopanel {
	min-height: 35px;
	width: 300px;
	z-index: 30;
	position: absolute;
	top: 30px;
	right: 15px;
	background-color: white;
	border: 1px solid lightgray;
	/*box-shadow: 0px 2px 5px #888888*/
}

#infoheader {
	height: 35px;
	background-color: #1DBDE1
}

#title {
	line-height: 35px;
	margin-left: 10px;
	font-weight: bold
}

#btn_close {
	width: 15px;
	cursor: pointer;
	float: right;
	line-height: 35px;
	margin-right: 5px
}

#infolist {
	max-height: 500px;
	overflow: auto;
}

#msgpanel {
	display: none;
	min-height: 35px;
	width: 200px;
	z-index: 30;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	background-color: black;
	border: 1px solid lightgray;
	border-top: none;
	opacity: 0.7;
	border-radius: 0 0 5px 5px;
	word-wrap: break-word
}

#msgContent {
	line-height: 35px;
	margin-left: 10px;
	color: white
}

.divContent {
	width: 250px;
	max-height: 600px;
	background-color: #fff;
	border-radius: 0 2px 2px 0;
	box-shadow: 3px 3px 10px lightgray;
	overflow-y: auto;
}

.divContent>ul {
	margin: 0;
	padding-left: 0px;
	list-style: none;
	font-size: 12px;
}

.divContent>ul>li {
	/*padding-top: 10px;*/
	padding-left: 10px;
	height: 30px;
	table-layout: fixed;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.divContent>ul>li>img {
	line-height: 30px;
	height: 20px;
	width: 20px;
}

.divContent>ul>li>span {
	line-height: 30px;
	margin-left: 3px;
}

.divContent>ul>li:hover {
	background-color: #ccc;
	cursor: pointer;
}

.querybox {

	position: absolute;
	top: 30px;
	left: 100px;
	border: none;
	z-index: 100;
	padding: 5px;
}

.btn {
	background: url('./../images/searchbox_f175577.png') no-repeat 10px -80px #007bda;
	width: 80px;
	height: 30px;
	float: left;
	border: 0;
	padding: 0;
	cursor: pointer;

}

.btn-noimg {
	background: #3385ff;
	width: 58px;
	height: 40px;
	float: left;
	border: 0;
	padding: 0;
	cursor: pointer;
	color: white;
    margin-left: 39px;
    border-right: 1px dashed lightsteelblue;
}
.btn-noimg:hover{
    background: #2e77e5;
}

.btn-chosePoint:hover{
    background: #2e77e5;
}

input {
	border: 0px;
}

.count {
	margin-left: 3px;
	margin-right: 3px;
	font-weight: bold;
	line-height: 40px;
	font-size: 12px;
	color: white;
}

.result-tag {
	display: none;
	position: absolute;
	top: 5px;
	right: 70px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 20px;
	background-color: red;
	z-index: 1000;
	text-align: center
}

.my-select {
	width: 110px;
}

.layui-form-radio>i {
	font-size: 16px !important;
}

#contents{
    background: rgba(250, 250, 250, 0.9)!important;
    border-radius:0 0 15px 15px;
}

#contents>li {
	border-bottom: 1px dashed #1f6da0;
}

#contents>li :hover {
	cursor: pointer;
	background: #cce6ea;
}

#addressType {
	width: 235px;
    height: 40px;
	display: block;
	background: white;
    margin-left: -1px;
    background: rgba(250, 250, 250, 0.9);
    border-radius: 0 0 15px 15px;
}

.textNum {
	color: #2e77e5;
	font-size: 20px;
	font-style: italic;
    font-weight: bold;
}

/* 地图logo */
.esriAttributionLastItem {
	display: none !important;
}
.li-selected{
    background-color: #cce6ea;
}

.btn-chosePoint {
    background: #3385ff;
    width: 58px;
    height: 40px;
    float: left;
    border: 0;
    padding: 0;
    cursor: pointer;
    color: white;
}

.border{
    height: 22px;
    border-left: 1px solid #dad7d7;
    z-index: 999;
    position: absolute;
    margin-top: 10px;
    margin-left: 3px;
}

/* 滚动条 */
::-webkit-scrollbar {
    width: 8px;
    height: 7px;
}
::-webkit-scrollbar-button,
::-webkit-scrollbar-button:vertical {
    display: none;
}
::-webkit-scrollbar-track,
::-webkit-scrollbar-track:vertical {
    background-color: black;
}
::-webkit-scrollbar-track-piece {
    background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:vertical {
    margin-right: 10px;
    background-color: lightsteelblue;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:vertical:hover {
    background-color: rgba(61, 103, 251, 0.51);
}
::-webkit-scrollbar-corner,
::-webkit-scrollbar-corner:vertical {
    background-color: #535353;
}
