
#culMap .resource-item-container {
	border: 2px dashed #000;
    padding: 10px;
}
#culMap .clearAllValue {
	z-index: 2;
}
#culMap .form-check-label {
	margin-right: 10px;
}
#culMap .input-group .form-control {
	float:none;
}
.amap-copyright {
	display: none!important;
}
.amap-logo {
    display: none!important;
    pointer-events: none;
}
.map-css {
	width: 100%;
	height: 100%;
	min-height: 100px;
	position: relative;
}

.map-css .map-container {
	width: 100%;
	height: 75vh;
	/* min-height: 600px; */
	position: absolute;
	top: 0px;
	left: 0px;
}

.map-css .map-nav {
	position: absolute;
	top: 10px;
	left: 0px;
}

.map-css .map-nav .btn-container {
	
}

.map-css .map-nav .nav-container {
	
}

.map-css .map-nav .nav-container ul {
	
}

.map-css .map-nav .nav-container ul li {
	min-width: 60px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    background: rgba(0,0,0,.3);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    list-style: none;
}

.map-css .map-nav .nav-container ul li.active {
    background: #fff;
}

.map-css .list-view {
	position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}
.map-css .list-view a {
	text-decoration:none;
	color: #666;
}
.map-css .marker-lower {
    color: #fff;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg t='1599641314009' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='11254' xmlns:xlink='http://www.w3.org/1999/xlink' width='200' height='200'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E%3C/style%3E%3C/defs%3E%3Cpath d='M896 384c0 249.6-384 640-384 640S128 633.6 128 384s172.8-384 384-384S896 134.4 896 384z' p-id='11255' data-spm-anchor-id='a313x.7781069.0.i6' class='selected' fill='%23d81e06'%3E%3C/path%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
}
.map-css .marker-higher {
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 27px;
    font-size: 12px;
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTAyNCAxMDI0JyB2ZXJzaW9uPScxLjEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zycgd2lkdGg9JzIwMCcgaGVpZ2h0PScyMDAnPjxwYXRoIGQ9J003MzYgMTAxLjNIMjg4Yy0xMjMuMiAwLTIyNCAxMDAuOC0yMjQgMjI0djE0OS4zYzAgMTIzLjIgMTAwLjggMjI0IDIyNCAyMjRoMzcuM3YyMjRsMjU2LTIyNEg3MzZjMTIzLjIgMCAyMjQtMTAwLjggMjI0LTIyNFYzMjUuM2MwLTEyMy4yLTEwMC44LTIyNC0yMjQtMjI0eicgZmlsbD0nIzEyOTZkYic+PC9wYXRoPjwvc3ZnPg==");
    background-size: cover;
    background-repeat: no-repeat;
}

.map-css .marker-info {
	z-index: 100;
    width: 280px;
    background: #fff;
    padding: 10px;
}
.map-css .marker-info img {
	width: 100%;
	min-height: 200px;
}
.map-css .marker-info .caption {
	color: #999;
	margin-top: 5px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
.map-css .marker-info .caption .headline {
	color: #000;
	font-size: 20px;
    margin-bottom: 10px;
}
.map-css .marker-info .caption p {
	margin: 0 0 5px;
}
.map-css .marker-info .caption p span{
	display: inline-block;
	width: 20px;
	text-align: center;
}
.map-css .marker-info a{
	text-decoration:none;
}
.map-css .map-data-list {
	width: 100%;
	height: 90vh;
	background: red;
	position: fixed;
    top: 65vh;
    background-color: #fff;
    z-index: 1;
    border-top: 1px solid #dcdcdc;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 0.3rem #d9d9d9;
    box-shadow: 0 0 0.3rem #d9d9d9;
}

.map-css .map-data-list.show-list {
	transform: translateY(-55vh);
}

.map-css .map-data-list .map-move-bar {
	text-align: center;
	padding: 25px 15px;
	cursor: pointer;
}
.map-css .map-data-list .map-move-bar::after {
	content: '';
    display: block;
    width: 15vw;
    height: .6vh;
    background: #dedede;
    border-radius: 2px;
    margin: 0 auto;
}
.map-css .map-data-list .map-search-container {
	width: 100%;
	padding: 5px 15px;
	height: 40px;
}
.map-css .map-data-list .map-search-container input {
	float: left;
    width: 100%;
    height: 26px;
    background-image: url(/static/core/cms/publish/images/plugin/search.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 4px center;
    border-radius: 16px;
    padding: 0 0 0 24px;
    border: 1px solid #c9c9c9;
}

.map-css .map-data-list .map-search-container input:focus{ 
	outline: none;
} 

.map-css .map-data-list .type-list {
	
}
.map-css .map-data-list .type-list .type-item {
	display: inline-block;
	width: 25%;
	float: left;
	padding: 5px 10px;
	text-align: center;
	cursor: pointer;
}

.map-css .map-data-list .type-list .type-item .icon{
	width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    margin: 0 auto;
}
.map-css .map-data-list .type-list .type-item .icon span {
    font-size: 20px;
    line-height: 35px;
}
.map-css .map-data-list .type-list .type-item .title{
	margin-top: 5px;
	color: #999;
}

.map-css .map-data-list .map-filter-sort {
	padding: 15px 15px;
	padding-top: 150px;
}

.map-css .map-data-list .map-filter-sort .map-filter_sort_item{
	display: inline-block;
	margin-right: 15px;
	padding: 2px 10px;
	border-radius: 15px;
	cursor: pointer;
}
.map-css .map-data-list .map-filter-sort .map-filter_sort_item.active {
    background: #1a71fe30;
    color: #1a71fe;
}
.map-css .map-data-list .result-list {
	padding: 0px 10px;
	overflow-y: auto;
}

.map-css .map-data-list .result-list .no-data {
	width: 100%;
	text-align: center;
}
.map-css .map-data-list .result-list .result-item {
	border-bottom: 1px solid #ccc;
	
}
.map-css .map-data-list .result-list .result-item.low {
	height: 110px;
	margin-bottom: 10px;
	overflow: hidden;
}
.map-css .map-data-list .result-list .result-item.low div{
	display: inline-block;
	float: left;
}

.map-css .map-data-list .result-list .result-item.low .img {
	width: 29%;
}

.map-css .map-data-list .result-list .result-item.low .img img{
	width: 100%;
}

.map-css .map-data-list .result-list .result-item.low .info {
	width: 45%;
	padding-left: 10px;
}

.map-css .map-data-list .result-list .result-item.low .info div {
	width: 100%;
	margin-bottom: 5px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.map-css .map-data-list .result-list .result-item.low .info div i{
	display: inline;
}
.map-css .map-data-list .result-list .result-item.low .info .title {
	font-size: 16px;
	color: #000;
}

.map-css .map-data-list .result-list .result-item.low .operation {
	width: 25%;
	padding-left: 10px;
}

.map-css .map-data-list .result-list .result-item.low .operation div {
	width: 100%;
}

.map-css .map-data-list .result-list .result-item.low .operation .go{
	width: 100%;
	height: 30px;
    margin-top: 10px;
    text-align: center;
}
.map-css .map-data-list .result-list .result-item.low .operation .go a {
	background: #1a71fe;
    color: #fff;
    padding: 5px 10px;
    border-radius: 15px;
}

.map-css .map-data-list .result-list .result-item.low .operation .distance {
	color: #666;
	text-align: center;
}

.map-css .map-data-list .result-list .result-item.high {
	margin-bottom: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}
