/*  */
.seach_store_box {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.seach_store_box .shop_lists {
	width: 40%;
	background: url(../images/bg.jpg) no-repeat center/cover;
	padding: 5.2vw 4.53125vw 5.2vw 11.4583vw;
}
.seach_store_box .shop_lists .col-list {
	height: 570px;
	overflow-y: auto;
	padding-right: 3vw;
}
.seach_store_box .shop_lists .col-list .list_info {
	cursor: pointer;
	transition: all .5s;
	position: relative;
	padding: 20px 0;
	border-bottom: 1px dashed rgba(244,214,154,.3);
}
.seach_store_box .shop_lists .col-list .list_info h3 {
	color: #f4d69a;
	transition: all .36s;
	font-weight: normal;
	margin-bottom: 5px;
	text-align: left;
	font-weight: 600;
}
.seach_store_box .shop_lists .col-list .list_info p {
	color: #fff;
	font-weight: 300;
}

/* 滚动条 */
.seach_store_box .shop_lists .col-list::-webkit-scrollbar {
width: 2px;
height: 5px;
background-color: rgba(244,214,154,.2);
}
/*定义滚动条轨道 内阴影+圆角*/  
/* .seach_store_box .shop_lists .col-list::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);box-shadow: inset 0 0 6px rgba(0,0,0,0.1);border-radius: 0;background-color: #F5F5F5;}     */
/*定义滑块 内阴影+圆角*/  
.seach_store_box .shop_lists .col-list::-webkit-scrollbar-thumb {
background-color: #f4d69a;
border-radius: 0;
}
/*滑块效果*/
/* .seach_store_box .shop_lists .col-list::-webkit-scrollbar-thumb:hover{border-radius: 0;-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);box-shadow: inset 0 0 5px rgba(0,0,0,0.2);background: rgba(0,0,0,0.4);} */
/*IE滚动条颜色*/
.seach_store_box .shop_lists .col-list {
	scrollbar-face-color: #bfbfbf;/*滚动条颜色*/
	scrollbar-highlight-color: #000;
	scrollbar-3dlight-color: #000;
	scrollbar-darkshadow-color: #000;
	scrollbar-Shadow-color: #adadad;/*滑块边色*/
	scrollbar-arrow-color: rgba(0,0,0,0.4);/*箭头颜色*/
	scrollbar-track-color: #eeeeee;/*背景颜色*/
}
/*地图 style*/
.mapOut {
	width: 60%;
}
.mapOut #allmap-stor {
	height: 100%;
	border: 1px solid #e5e5e5;
	border-left: 0;
	border-right: 0;
	background: #000;
}
/*搜索框*/
/* .tem_inner{position: absolute;top:0;left: 0;width: 100%;height: 100%;padding:3vh 30px;z-index: 9999;} */
.map_seach_box {
	position: relative;
	width: 100%;
	z-index: 3;
	padding: 5.2vw 0;
	z-index: 2000;
}
.map_seach_box h1 {
	font-weight: bold;
	text-align: center;
	margin-bottom: 2.8645833vw;
}
.map_seach_box .namemark {
	display: flex;
	align-items: center;
	justify-content: center;
}
.map_seach_box .namemark::before, .map_seach_box .namemark::after {
	content: '';
	width: 73px;
	height: 27px;
	background: url(../images/title.png) no-repeat center/100% 100%;
	display: inline-block;
}
.map_seach_box .namemark::after {
	transform: scaleX(-1);
}
.map_seach_box .namemark span {
	margin: 0 2vw;
	text-align: center;
}
.map_seach_box .flex {
	margin: 3.125vw 0 0;
	justify-content: center;
}
.map_seach_box .flex>div {
	position: relative;
	margin-right: 25px;
	width: 268px;
}
.map_seach_box .flex>div>a.now_select {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	font-size: 14px;
	background: #f4d69a;
	height: 50px;
	border-radius: 50px;
}
.map_seach_box .flex>div.seach_shopbox {
	margin-right: 0;
}
.map_seach_box .lists {
	position: absolute;
	top: 45px;
	left: 0;
	width: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	padding: 15px 0;
	z-index: 5;
	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: 240px;
	left: 0;
}
.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: 33.33%;
	margin: 0 0 10px;
}
.map_seach_box dl dd a:hover {
	color: #81d8cf
}
.map_seach_box .seach_shopbox {
	position: relative;
}
.map_seach_box .seach_shopbox input[type="text"] {
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0 75px 0 20px;
	font-size: 14px;
	background: #f4d69a;
	outline: none;
	border-radius: 50px;
}
.map_seach_box .seach_shopbox>a {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
}
.map_seach_box .seach_shopbox>a i {
	font-size: 18px;
	padding-right: 5px
}
/*  */
.col-page-store {
	position: relative;
}
.col-page-store .tdt-infowindow-content {
	font-family: 'Source Han Serif', 'SimSun', '宋体', "PingFang SC", PingHei, STHeitiSC-Light, "Myriad Set Pro", "Lucida Grande", "Helvetica Neue", Helvetica, "microsoft yahei", SimHei, tahoma, Arial, Verdana, sans-serif;
}
.col-page-store .tdt-infowindow-content h2 {
	font-weight: bold;
	color: #a72126;
	margin-bottom: 5px;
}
.col-page-store .tdt-infowindow-content p {
	color: rgba(0,0,0,.6);
	line-height: 1.538;
	margin: 0;
}
.col-page-store .tdt-infowindow-content p.ad {
	color: #000;
	margin: 0 0 5px;
}
.col-page-store .content {
	padding: 6.25vw 0;
}
.col-page-store .content .s-content {
	line-height: 2;
	font-weight: 500;
	max-width: 710px;
}
.col-page-store .content .s-content img {
	margin-bottom: 5px;
}
.col-page-store .content .s-content a {
	font-size: 16px;
	color: #1e64cd;
	border-bottom: 1px solid;
	display: inline;
}
 @media (max-width: 1600px) {
}
 @media (max-width: 1460px) {
.seach_store_box .shop_lists {
	padding-left: 8vw;
}
}
@media (max-width: 1200px) {
.seach_store_box .shop_lists {
	padding-left: 5.2vw;
}
}
@media (max-width: 992px) {
.map_seach_box .namemark::before, .map_seach_box .namemark::after {
	width: 38px;
	height: 15px;
}
.col-page-store .content .s-content {
	font-size: 14px;
}
.col-page-store .content .s-content a {
	font-size: 12px;
}
.col-page-store .content .s-content img {
	width: 20px;
}
.seach_store_box .shop_lists, .mapOut {
	width: 100%;
}
.mapOut {
	height: 300px;
}
.seach_store_box .shop_lists {
	padding: 20px 40px;
}
.seach_store_box .shop_lists .col-list {
	height: 240px;
}
.seach_store_box .shop_lists .col-list .list_info {
	padding: 10px 0;
}
}
@media (max-width: 768px) {
.map_seach_box .flex {
	flex-wrap: wrap;
}
.map_seach_box .flex>div.seach_shopbox {
	width: 100% !important;
	height: 50px;
	margin-top: 20px;
}
.map_seach_box .city_select .lists {
	left: auto;
	right: 0;
	width: 200px;
}
.map_seach_box .flex>div {
	width: 48%;
	margin-right: 4%;
}
.map_seach_box .flex>div:nth-child(n+2) {
	margin-right: 0;
}
}
@media (max-width: 468px) {
}
.map ul li {
	/*text-align: center;*/
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.map ul li .img img {
	width: 100%;
}
.map ul li .title {
	font-size: 100px;
	font-weight: 400;
	padding: 5px 0;
}
.map ul li .address {
	font-size: 36px;
	margin-bottom: 10px;
}
.map ul li .dh {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-size: 18px;
	padding-bottom: 10px;
}
.map ul li .dh img {
	width: 18px;
	height: 18px;
}
.map ul li .vis {
	border-bottom: 2px solid #050504;
	width: 100px;
	margin: 0 auto;
	padding-bottom: 5px;
}
.map ul {
/*display: flex;*/
	/*justify-content: space-between;*/
	/*gap: 10px;*/
	/*flex-wrap: wrap;*/
}
 @media screen and (max-width: 900px) {
.map ul li {
	width: 100%;
}
.map ul li .dh {
	font-size: 14px;
}

.map ul li .img {
    order: 1;
    width: 100% !important;
}
.map ul li .desc {
    order: 0;
    width: 100% !important;
}
.map ul li .title {    font-size: 20px;}
.map ul li .address {
    font-size: 18px;

}


.ddf ul li {
    width: 93% !important;
    display: flex;
    line-height: 30px !important;
    margin-bottom: 7px !important;
    gap: 10px !important;
    flex-direction: column;
}


}
.map ul li .img {
	order: 1;
	width: 50%;
}
.map ul li .desc {
	order: 0;
	width: 50%;
}
.ddf ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.ddf ul li {
	width: 25%;
	line-height: 30px;
	margin-bottom: 30px;
}
