/* 地图 */
.map {
	width: 100%;
	margin: 0 auto;
	min-width: 1200px;
}

.map_first {
	position: relative;
	width: 100%;
	height: 100%;
}

.map_title {
	text-align: center;
	line-height: 60px;
	position: absolute;
	top: 160px;
	left: 46%;
	transform: translateX(-54%);
}

.map_first>img {
	width: 100%;
}

.map_title>p {
	font-size: 48px;
	font-weight: 800;
	color: #61c1be;
}

.map_title>div>span {
	font-size: 30px;
	font-weight: lighter;
}

.map_title>div>span.map_count {
	font-size: 48px;
	font-weight: 800;
	color: #61c1be;
}

/* 地区显示 */
.dq_navs {
	overflow: hidden;
}

.dq_navs ul {
	overflow: hidden;
	display: inline-block;
	width: 100%;
}

.dq_navs ul a {
	display: block;
	overflow: hidden;
	float: left;
	width: 10.5%;
	border-right: 1px solid white
}

.dq_navs ul li {
	width: 100%;
	font-size: 16px;
	background: #61c1be;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: white;
}

.dq_navs ul a .action_on {
	background: #61c1be
}
.dq_navs ul a.active .action_on{
	background: #1b7f7f!important;
}
.dq_navsall {
	width: 75%;
	margin: 0 auto;
	margin-top: 20px
}

/*门店分布*/
.shop_list {
	width: 75%;
	margin: 15px auto;
	position: relative;
	min-width: 1200px;
}
.shop_list .shop_l {
	height: 100%;
	position: relative;
}

.shop_list .shop_l ul {
	display: inline-block;
	width: 100%;
	padding-top: 3% !important;
}

.shop_list .shop_l li {
	width: 33.33%;
	float: left;
	padding-right: 3%;
	/*min-height: 103px;*/
	margin-bottom: 32px;
	font-size: 14px;
	color: #646564;
	/*height: 103px;*/
	border-bottom: 1px dashed #cbcbcb;
	padding-bottom: 20px;
}

.shop_list .shop_l li p {
	font-size: 20px;
	font-weight: 700;
	color: #61c1be;
	margin-bottom: 5px;
}

.shop_list .shop_l li>div.shop_l_mdfb>div {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.shop_list .shop_l li>div.shop_l_mdfb>div.shop_l_address {
	margin-bottom: 5px;
}

.shop_list .shop_l li>div.shop_l_mdfb>div .shop_list .shop_l li>div>span {
	color: #666666;
	font-size: 14px;
}

.shop_list .shop_l .rom {
	position: absolute;
	bottom: 25px;
	left: 3%;
}

.shop_list .shop_l .rom a {
	color: #666666;
	font-size: 14px !important;
}

.md_name {
	position: absolute;
	top: 5%;
	right: 25px;
	width: 4%;
	height: 95%;
	border: 2px solid #61c1be;
	border-radius: 10px;
	padding: 10px 0;
	text-align: center;
}

.md_name>p {
	color: #61c1be;
	font-size: 25px;
	font-weight: 800;
	line-height: 25px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.shop_list_title{
	font-size: 35px;
	color: #61c1be;
	font-weight: lighter;
	margin-top: 30px;
	margin-bottom: 25px;
}
