.mapBox {
	display: flex;
	justify-content: space-between;
	height: 500px;
}

.wyz-container-wd {
	overflow: hidden;
	border: 1px solid #e5e5e5;
	width: 100%;
	position: relative;
}

.mapBox .leftBox {
	display: flex;
	width: 28%
}

.mapBox .rightBox {
	display: flex;
	width: 70%
}

#map_canvas {
	width: 100%;
	height: 100%;
}

.store-top {
	width: 100%;
	display: inline-block;
	margin-bottom: 30px;
	border: 1px solid #e5e5e5;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0px;
	border-right: 0
}

.store-top .input+.input {
	border-left: 1px solid #e5e5e5
}

.store-top .input {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 22%;
	height: 56px;
	background: #fff
}

select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none
}

.store-top .select::after {
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	content: "";
	width: 0px;
	height: 0px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #999
}

.store-top .input.select {
	position: relative
}

.store-top .btn {
	display: inline-block;
	vertical-align: top;
	width: 12%;
	height: 56px;
	background: #333;
	border-radius: 0px
}

.store-top .input select {
	cursor: pointer;
	position: relative;
	z-index: 5;
	padding: 0 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 15px;
	background: none;
	color: #999;
	width: 100%;
	height: 100%;
	border: 0px
}

#address {
	padding: 0 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 15px;
	color: #999;
	width: 100%;
	height: 100%;
	border: 0px
}

#address::-webkit-input-placeholder {
	color: #999
}

#address:-moz-placeholder {
	color: #999
}

#address:-ms-input-placeholder {
	color: #999
}

.store-top .btn button {
	width: 100%;
	height: 100%;
	background: none;
	border: 0px;
	cursor: pointer;
	color: #fff;
	font-size: 24px;
	outline: none
}

.supBox .swiper-slide {
	max-height: 200px
}

.e_container-15 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 86%;
    padding: 6%;
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
}
.e_container-15 svg{
	height: auto;
	    width: 24px;
	    margin: 0 7px 0 0;
	    color: #333;
}
.yx_Summary{
line-height: 1.5;
    color: #999;
    margin-top: 5px;
    padding-left:36px;

    font-size:14px;
}
.map_title{
	display: flex;
	align-items: center;
	font-size:16px;
	color: #333;
	font-weight: bold !important;
}
.map_title .yx_Tit{
	font-size: var(--yx_FS16);
	color: var(--yx_Color);
	font-weight: bold !important;
}
.store-top .btn button svg{
	width: 25px !important;
	height: 25px !important;
	fill: #fff !important;
}

.mapBox .huoqusite,.site *{
	font-size: 0px;
}


   .wyz-container-wd {
    overflow: hidden;
    border: 1px solid #e5e5e5;
    width: 100%;
    position: relative
}

   .site {
    display: none;
}

   .wyz-container-wd .swiper-slide.on {
    background-color: #f9f9f9;
}

  .yx_CaseBox .swiper-wrapper,.swiper-slide {
    height: auto
}

   .look_detaile {
    width: 140px;
    height: 40px;
    border-radius: 40px;
    display: block;
    background: #003f98;
    color: #fff!important;
    text-align: center;
    line-height: 40px
}

   .anchorBL,.anchorBR {
    display: none
}

.yx_CaseBox .searching > div {
    display: none
}

.yx_CaseBox .searching > div.searchList {
    display: block
}


@media only screen and (max-width:768px) {
	.mapBox .leftBox,.mapBox .rightBox{
		width: 100% !important;
	}
	.areaBox{
		display: none !important;
	}
	.mapBox{
		flex-wrap: wrap;
		height: auto !important;
	}
.mapBox .rightBox{
	height: 80vw;
	max-height: 400px;
}
}