﻿.d-m-c{
	margin-top:26px;
	margin-bottom:48px;
	border:1px solid #bfbfbf;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
.query-map-content {
	margin-top: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.query-map-content-l {
	width: 100%;
}
.query-map-content-l-t {
	height: 100px;
    background: #eee;
    border: 1px solid #a0a0a0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6px
}
.query-map-content-l-b {
	border: 1px solid #9f9f9f;
    height: 610px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.query-map-content-l-b .lt {
    height: 48px;
    line-height: 48px;
    background: #eee;
    font-size: 20px;
    color: #333;
    font-weight: 400;
    text-align: center
}
.query-map-content-l-b h1 {
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #eee;
}
.city-select, .region-select {
	text-align: center;
	width: 130px;
}
.city-select label, .region-select label {
	font-size: 20px;
	color: #333;
	margin-bottom: 10px;
	display: block;
}
.query-map-content-l-b p {
	margin-left: 50px;
	line-height: 28px;
}
.query-map-content-r {
	width: 100%;
	height: 600px;
}
.query-map-content-l-t .city-select select,
.query-map-content-l-t .region-select select {
    width: 100%;
    height: 30px
}
.query-map-content-l-b .store-list {
    overflow: auto;
height: 562px
}

.query-map-content-l-b .store-list .st-nm {
    padding-left: 44px;
    line-height: 30px;
    font-size: 18px;
    color: #333
}

.query-map-content-l-b .store-list .st-nm:hover {
    color: #009e9f;
    cursor: pointer
}

.query-map-content-r {
    width: 800px;
    height: 723px
}

.query-map-content-r .BMap_Marker div {
    width: 50px !important;
    height: 50px !important
}
.header .nav .menu {
    width: 300px;
	height: 54px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    visibility: hidden;
    z-index: 2;
    background: #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    left: -80px;
    top: 110px;
   
}

.header .nav .menu-item {
    height: 54px;
    width: 100%;
    border-top: 1px solid #ccc;
	margin-left: 0;
}

.header .nav .menu-txt {
    color: #333;
    width: 100%;
    height: 54px;
    line-height: 54px;
    display: block;
    text-align: center;
    font-size: 15px;
    background: #eee
}

.header .nav .menu-txt,
.header .nav .menu-txt:hover {
    -webkit-transition: background 1s;
    transition: background 1s
}

.header .nav .menu-txt:hover {
    background: #009e9f;
    color: #fff
}