/*  */
.seach_store_box{position: relative;display: flex;flex-direction: row-reverse;flex-wrap: wrap;height: 785px;overflow: hidden;}
.seach_store_box .mapOut{width: 59.9%;height: 100%;}
/*地图 style*/
.mapOut #allmap-stor{height: 100%;border: 1px solid #e5e5e5;border-left:0;border-right:0;background: #000;}
/*搜索框*/
.tem_inner{width: 40.1%;height: 100%;background:#fff;z-index: 2;box-shadow: 0 0 15px 0px rgba(62, 50, 41, 0.19);padding: 5vh 10.33vw 5vh 3.906vw;position: relative;z-index: 999;}
.tem_inner .inner {display: flex;flex-direction: column;width: 100%;height: 100%;}
.tem_inner .inner h2{margin-bottom: 2.396vw;display: flex;align-items: center;font-weight: 300;}
.tem_inner .inner h2 i.iconfont{color:#b96c4e;margin-right: 0.938vw;line-height: 1;}
.map_seach_box {position:relative;width:100%;z-index:3;display: flex;justify-content: space-between;flex-wrap: wrap;margin-bottom: 5vh;}
.map_seach_box .city_select{position: relative;width: 37%;}
.map_seach_box .city_select a.now_select {padding:0 20px;font-size:14px;color:#6c6c6c;border: 1px solid #d9c6b7;height:40px;display: flex;align-items: center;width: 100%;justify-content: space-between;}
.map_seach_box .city_select a.now_select i {float:right;line-height: 45px;}
.map_seach_box .lists {position:absolute;top:100%;left:0;width:100%;box-shadow:0 0 10px rgba(0,0,0,0.15);padding:15px 0;z-index:2;display:none;height:200px;overflow-x: hidden;background: #fff;}
.map_seach_box .lists li {padding:0 20px;transition:all .36s}
.map_seach_box .lists li a {border-bottom:1px solid #e5e5e5;display:block;line-height:43px;text-indent:10px;font-size:14px;color:#aeaeae;transition:all .36s}
.map_seach_box .lists li:last-child a {border-bottom:0}
.map_seach_box .lists li:hover{background:#e5e5e5}
.map_seach_box .lists li:hover a {color:#000}

.map_seach_box .city_select .lists {padding:15px 20px;width: 100%;left: 0;min-width: 160px;}
.map_seach_box .city_select .lists dl {padding:0;margin:0 0 20px;border-bottom:1px solid #e5e5e5}
.map_seach_box .city_select .lists dl:last-child {border:0;margin:0}
.map_seach_box dl dt {font-size:14px;color:#000;font-weight:normal;margin:0 0 10px;}
.map_seach_box dl dd a {font-size:14px;color:#aeaeae;transition:all .36s;float:left;width:50%;margin:0 0 5px;}
.map_seach_box dl dd a:hover {color:#81d8cf}

.map_seach_box .seach_shopbox {position:relative;width:55%;border: 1px solid #d9c6b7;height:40px;display: flex;align-items: center;}
.map_seach_box .seach_shopbox input[type="text"] {width:calc(100% - 40px);height:100%;border:0;font-size:14px;background:transparent;outline: none;padding:0 0 0 20px;}
.map_seach_box .seach_shopbox input[type="text"]:-moz-placeholder{ color: #6c6c6c;}
.map_seach_box .seach_shopbox input[type="text"]:-ms-input-placeholder { color: #6c6c6c;}
.map_seach_box .seach_shopbox input[type="text"]::-webkit-input-placeholder { color: #6c6c6c ;} 
.map_seach_box .seach_shopbox>a {color:#d9c6b7;text-align: center;width: 40px;}
.map_seach_box .seach_shopbox>a i {font-size:18px;}
/*店铺列表*/
.shop_lists {position:relative;z-index:2;flex-grow: 2;overflow: hidden;overflow-y:auto;padding-right: 10px;}
.shop_lists .list_info {cursor:pointer;transition:all .5s;position:relative;padding: 3vh 0;border-bottom: 1px solid #d9c6b7;}
.list_info h3 {color:#000;transition:all .36s;font-weight: normal;margin-bottom: 10px;text-align: left;}
.list_info p {color:#666;margin-bottom: 5px;}
.shop_lists .swiper-page>div{width:30px;height:30px;border:1px solid #989898;font-size:14px;color:#000;line-height:30px;text-align:center;top:50%;margin:-15px 0 0;background:#FFF;outline:none;border-radius:100%;}
.shop_lists .swiper-page>div.swiper-button-prev {left:-15px;}
.shop_lists .swiper-page>div.swiper-button-next {right:-15px;}

/*  */
.col-page-store{position: relative;}
.col-page-store .tdt-infowindow-content{font-family: 'Noto Sans SC';}
.col-page-store .tdt-infowindow-content h2{font-weight: bold;margin-bottom: 5px;}
.col-page-store .tdt-infowindow-content p{margin: 0 0 2px;}




@media (max-width: 1600px) {
	
}

@media (max-width: 1460px) {
	

}
@media (max-width: 1200px) {
	.tem_inner{padding-right: 6.66vw;}

}
@media (max-width: 992px) {
	.shop_lists .list_info{padding: 12px 0;}
	.seach_store_box{height: auto;}
	.tem_inner{width: 100%;height: auto;padding: 20px;}
	.map_seach_box{margin-bottom: 20px;}
	.seach_store_box .mapOut{width: 100%;height: 300px;}
	.shop_lists{height: 240px;}
	
}
@media (max-width: 630px) {
	
	
}
@media (max-width: 530px) {
}
@media (max-width: 420px) {

}