.footer{
	display: none;
}
.camp-wrap{
	position: relative;
	width: 100%;
	height: calc(100% - 60px);
	overflow: hidden;
}
.camp-map{
	width: 100%;
	height: 100%;
}
.amap-copyright, .amap-logo{
	z-index: 1!important;
	display: none !important;
}
.camp-list{
	z-index: 999;
	position: absolute;
	left: 30px;
	top: 28px;
	width: 252px;
	background: #fff;
	font-size: 12px;
}
.camp-tip{
	right: -12px;
	top: 50%;
	margin-top: -22px;
	position: absolute;
	width: 12px;
	height: 44px;
	background: url(/resource/images/shou.png) no-repeat;
	cursor: pointer;
}
.camp-tip.active{
	background: url(/resource/images/shou1.png) no-repeat;
}
.camp-list-t{
	height: 32px;
	background: #F8F9FC;
}
.camp-list-select{
	position: relative;
	float: left;
	width: 126px;
	border: 1px #fff solid;
}
.camp-list-select-l{
	border-right: 1px #E3E7EC solid;
}
.camp-list-select-r{
	border-left: 0;
}
.camp-list-select-t{
	line-height: 30px;
	text-align: center;
	color: #333;
	cursor: pointer;
}
.camp-list-select-t span{
	display: inline-block;
}
.camp-list-select-text{
	max-width: 80px;
	white-space:nowrap;word-break:keep-all;text-overflow:ellipsis;overflow:hidden;
	vertical-align: middle;
}
.camp-list-select-icon{
	width: 8px;
	height: 5px;
	margin-left: 10px;
	background: url(/resource/images/icon_sanjiao1.png) no-repeat;
}
.camp-list-select.on .camp-list-select-icon{
	background: url(/resource/images/icon_sanjiao2.png) no-repeat;
}
.camp-list-select.on{
	border-color: #E3E7EC;
}
.camp-list-select-con{
	display: none;
	position: absolute;
	top: 30px;
	left: -1px;
	width: 126px;
	max-height: 300px;
	height: inherit;
	overflow: auto;
	background: #fff;
	border: 1px #E3E7EC solid;
	border-top: 0;
}
.camp-list-select-r .camp-list-select-con{
	width: 127px;
}
.camp-list-select.on .camp-list-select-con{
	display: block;
}
.camp-list-select-con li{
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #0E0000;
	cursor: pointer;
}
.camp-list-select-con li:hover{
	background: #aed9ff;
	color: #2da1f0;
}
.camp-list-select-con li.active{
	background: #aed9ff;
	color: #2da1f0;
	cursor: default;
}
.camp-list-con{
	width: 100%;
	max-height: 200px;
	min-height: 100px;
	margin: 0;
	overflow: auto;
}
.camp-list-con li{
	float: left;
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px #eee solid;
	cursor: pointer;
}
.camp-list-con li:hover{
	background: #f2f2f2;
}
.camp-list-con li:last-child{
	border: 0;
}
.camp-list-con .nodata{
	text-align: center;
	color: #666;
	cursor: default;
}
.camp-list-con li.nodata:hover{
	background: #fff;
}
.camp-list-con .nodata img{
	width: 120px;
	padding: 15px 0;
}
.camp-list-con-l{
	float: left;
	min-width: 16px;
	height: 16px;
	margin-left: 10px;
	line-height: 16px;
	text-align: center;
	background: #209CEF;
	border-radius: 1px;
	color: #fff;
}
.camp-list-con-r{
	float: left;
	width: 190px;
	margin-left: 10px;
}
.camp-list-con-title a{
	line-height: 16px;
	color: #209CEF;
}
.camp-list-con-r .star-wrap{
	margin: 5px 0;
}
.camp-list-con-text{
	color: #666;
}
.camp-info-con .btn-wrap{
	padding: 5px 0 10px 0;
	text-align: center;
}
.camp-info-con .btn-wrap a{
	display: inline-block;
	width: 80%;
	height: 30px;
	line-height: 30px;
	background: #1e9cf0;
	text-align: center;
	border-radius: 3px;
	color: #fff;
}
.camp-info-con .btn-wrap a:hover{
	text-decoration: none;
}
.camp-info-con .btn-wrap a:focus{
	text-decoration: none;
}
.camp-hangjibtn{
	display: inline-block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #1e9cf0;
	text-align: center;
	border-radius: 3px;
	color: #fff;
}
.camp-hangjibtn:hover{
	text-decoration: none;
	color: #fff;
}
.camp-hangjibtn:focus{
	text-decoration: none;
	color: #fff;
}
.amap-info-content{
	padding: 25px 15px 5px 15px;
}
.camp-marker-content{
	width: 200px;
	padding: 5px;
	background: #feb407;
	color: #fffcec;
	white-space:normal !important; 
	text-align: center;
	border: 2px #f7df97 solid;
	border-radius: 3px;
}
.camp-label{
	width: 200px;
	padding: 5px;
}
.mapToolDiv{
	position: absolute;
	top:20px;
	right:20px;
	z-index: 1;
	width: 255px;
	height: 34px;
	background-size: cover;
}
.mapToolDiv .mapToolDiv1{
	margin: 0;
	padding: 0;
	line-height:0;
}
.mapToolDiv .mapToolDiv1 li{
	display: inline-block;
	height: 34px;
	width: 85px;
	/*background: #0162A6;*/
	/*border-right: 1px solid #fff;*/
}
.mapToolDiv1>li>div {
	opacity:0!important;
	visibility:hidden;
	transform: rotateY(-90deg);
	transition: opacity .4s, transform .5s,visibility .5s;

}
.mapToolDiv1>li:hover >div{
	opacity: 1!important;
	visibility:visible;
	transform: rotateY(0deg);;
	/*-moz-transform: none;*/
	/*-ms-transform: none;*/
	/*-o-transform: none;*/
	/*transform: none;*/
}
.mapToolDiv .mapToolOption{
	/*margin: 5px;*/
	/*background: #fff;*/
	border-radius: 0!important;
	color:white;
	width: 180px;
	overflow:hidden;position:absolute;
	/*background: url('../images/assets/bg12.png');*/
	background:#00a0e9;
	opacity: 0.8;
	background-size: cover;
	top: 30px;
	/*left:3px*/
	z-index: 10;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	font-size: 12px;
}
.mapToolDiv .mapToolOption input[type='checkbox'],.mapToolDiv .mapToolOption input[type='radio']{
	position: relative;
	top:3px;
	/*margin-bottom: 3px;*/
	margin-bottom: 10px;
}
#xuan{
    position: absolute;
    display: none;
    font-size: 12px;
    line-height: 25px;
    height: 25px;
    color: #fff;
    width: 180px;
    background: #f08200;
}
.amap-marker-content{
	color: #000;
}
