html, body {
	margin: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

#container {
	/*position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;*/
	width: 100%;
	height: 100%;
}

.button-group {
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 12px;
	padding: 10px;
}

.button-group .button {
	height: 28px;
	line-height: 28px;
	background-color: #0D9BF2;
	color: #FFF;
	border: 0;
	outline: none;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 3px;
	margin-bottom: 4px;
	cursor: pointer;
}
.button-group .inputtext {
	height: 26px;
	line-height: 26px;
	border: 1px;
	outline: none;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 3px;
	margin-bottom: 4px;
	cursor: pointer;
}
#tip {
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	font-size: 12px;
	right: 10px;
	top: 20px;
	border-radius: 3px;
	border: 1px solid #ccc;
	line-height: 30px;
}

.amap-info-content {
	font-size: 12px;
}

#myPageTop {
	position: absolute;
	top: 5px;
	right: 10px;
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ccc;
	margin: 10px auto;
	padding:6px;
	font-family: "Microsoft Yahei", "微软雅黑", "Pinghei";
	font-size: 14px;
}
#myPageTop label {
	margin: 0 20px 0 0;
	color: #666666;
	font-weight: normal;
}
#myPageTop input {
	width: 170px;
}
#myPageTop .column2{
	padding-left: 25px;
}
.amap-marker-label{
	border: none;
	background-color: #134143;
	padding: 0 5px;
	font-size: 16px;
	line-height: 20px;
	transform: translate(-50%,0);
	color: #FFFFFF;
}
/*页面设置*/
.logo{
	position: absolute;
	left: 80px;
	top:89px;
	z-index: 99;
}
/*tab*/
.list_dl {
	position: absolute;
	bottom: 93px;
	right:60px;
	z-index: 9999;
	margin: 0;
}
.list_dt{
	margin: 0 auto;
	width: 243px;
	height: 59px;
	background-image: url(../images/no.png);
	font-size: 20px;
	color: #333333;
	margin-bottom: 20px;
	line-height: 59px;
}
.list_dt_all{
	width: 298px;
	height: 71px;
	font-size: 26px;
	background-image: url(../images/all.png);
	line-height: 71px;
	margin-bottom: 0;
	
}
.list_dt>p{
	width: 100%;
	height: 100%;
	margin: 0;
	text-align: center;
}
.active{
	color: #DA5E2A;
	background-image: url(../images/yes.png);
}
.allactive{
	color: #DA5E2A;
	background-image: url(../images/all_yes.png)!important;
}