.bmdt-map{
	position: relative;
}
.bmdt-map *{
	box-sizing: border-box;
}
.bmdt-map-content{
	height: 925px;
}
.bmdt-map-nav{
	position: absolute;
	width: 442px;
	height: 862px;
	border-radius: 10px;
	background: rgba(255,255,255,.88);
	top: 20px;
	left: 8px;
	padding-top: 35px;
	box-shadow: 4px 0 16px 0 rgba(0,82,137,.2);
}
.bmn-header{
	padding: 0 26px;
	height: 32px;
	line-height: 32px;
}
.bmn-header span{
	display: inline-block;
	color: #624303;
	font-size: 26px;
	font-weight: bold;
	vertical-align: middle;
	margin-left: 12px;
}
.bmn-content{
	position: relative;
	padding: 30px 42px;
}
.bmn-lbbox{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 188px;
}
.bmn-lbitem{
	width: 100%;
	height: 100%;
}
.bmn-item{
	display: inline-block;
	width: 65px;
	margin-bottom: 5px;
	margin-right: 32px;
	cursor: pointer;
}
.bmn-item:nth-child(4n){
	margin-right: 0;
}
.bmn-item img{
	width: 100%;
}
.bmn-item-txt{
	color: #000000;
	font-size: 13px;
	text-align: center;
	line-height: 26px;
}
.bmn-item.active{
	font-weight: bold;
}
.bmn-lbpage{
	text-align: center;
	margin-top: 6px;
}
.bmn-lbpage span{
	width: 8px;
	height: 8px;
	background: #ededed;
	opacity: 1;
	margin: 0 3px;
}
.bmn-lbpage span.swiper-pagination-bullet-active{
	width: 30px;
	background: #FE854B;
	border-radius: 4px;
}
.bmn-lbbtn{
	position: absolute;
	top: 96px;
	cursor: pointer;
	width: 22px;
	height: 22px;
}
.bmn-lbbtn.prev{
	left: 12px;
	background: url(bmdt-ic1.png) center no-repeat;
}
.bmn-lbbtn.prev:hover{
	background: url(bmdt-ic1o.png) center no-repeat;
}
.bmn-lbbtn.next{
	right: 12px;
	background: url(bmdt-ic2.png) center no-repeat;
}
.bmn-lbbtn.next:hover{
	background: url(bmdt-ic2o.png) center no-repeat;
}
.bmn-search{
	background: #f9f9f9;
	width: 394px;
	height: 42px;
	border-radius: 20px;
	padding: 0 20px;
	margin: 0 auto 8px;
}
.bmn-search input{
	height: 42px;
	line-height: 42px;
	color: #666666;
	font-size: 14px;
	width: 300px;
}
.bmn-search input::-webkit-input-placeholder{
	color: #666666;
}
.bmn-search input:-moz-placeholder{
	color: #666666;
}
.bmn-search input::-moz-placeholder{
	color: #666666;
}
.bmn-search input:-ms-input-placeholder{
	color: #666666;
}
.bmn-search button{
	float: right;
	height: 42px;
}
.bmn-result-list{
	height: 446px;
	overflow-y: auto;
	padding-right: 10px;
	margin-right: 14px;
}
.bmn-result-item{
	border-bottom: 1px solid #f4f4f4;
	margin-left: 22px;
	padding: 22px 0 14px;
	display: flex;
	cursor: pointer;
}
.bri-left{
	width: 34px;
	text-align: center;
}
.bri-left .num{
	display: inline-block;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	background-image: linear-gradient(to bottom right, #ffc051, #eb8a00);
}
.bri-right{
	width: 362px;
}
.bri-right p{
	color: #333333;
	font-size: 14px;
	line-height: 24px;
}
.bri-right .tit{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
}
.bmn-result-list::-webkit-scrollbar{
	width: 10px;
}
.bmn-result-list::-webkit-scrollbar-track{
	background: #f2f2f2;
	border-radius: 5px;
}
.bmn-result-list::-webkit-scrollbar-thumb{
	background: #F4C891;
	border-radius: 5px;
}
.bmn-result-item.active,.bmn-result-item:hover{
	background: #FFF7EC;
}
.bmn-result-secbm{
	position: relative;
	width: 385px;
	border: 1px solid #efefef;
	height: 42px;
	margin: 0 auto;
	border-radius: 5px;
	background: #fff;
}
.bmn-result-secbm .tag{
	text-align: center;
	background: url(bmdt-ic6.png) 346px center no-repeat;
	color: #000000;
	font-size: 16px;
	line-height: 40px;
	cursor: pointer;
}
.bmn-result-secbm .list{
	position: absolute;
	left: 0;
	top: 40px;
	border: 1px solid #efefef;
	width: 100%;
	padding: 8px 0;
	background: #fff;
	display: none;
}
.bmn-result-secbm .list a{
	display: block;
	color: #000000;
	font-size: 16px;
	line-height: 24px;
	padding: 5px 20px;
	cursor: pointer;
	text-align: center;
}
.bmn-result-secbm .list a:hover{
	color: #fff;
	background: #3392f0;
}
.bmn-result-nodata{
	text-align: center;
	padding: 20px 0;
	font-size: 15px;
	color: #999;
}

/*.BMap_pop *{
	background:none!important;
	border: none!important;
}
.BMap_pop>div{
	overflow: initial!important;
}
.BMap_pop>div>img{
	display: none!important;
}
.BMap_shadow{
	display: none;
}

.BMap_bubble_content{
	background: #fff!important;
	padding: 20px 10px 20px 20px;
	border-radius: 10px;
	position: relative;
}
.BMap_bubble_content img{
	display: inline-block!important;
}
.BMap_bottom{
	display: none;
}*/
/*.maptc-wrap{
	max-height: 440px;
	overflow-y: auto;
	padding-right: 5px;
}*/
.BMap_bubble_content{
	max-height: 440px;
	overflow-y: auto;
	padding-right: 5px;
	margin-top: 10px;
	margin-bottom: -10px;
}
.maptc-title{
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	padding: 0 22px 0 0;
	margin-bottom: 12px;
}
.maptc-title:before{
	display: inline-block;
	content: ' ';
	width: 6px;
	height: 28px;
	border-radius: 3px;
	margin-right: 16px;
	background: #F38900;
	vertical-align: text-bottom;
}
.address_box{
	padding-left: 22px;
	padding-right: 14px;
	line-height: 26px;
}
.address_box p{
	font-size: 14px;
}
.address_box p img{
	width: 14px;
	margin-right: 8px;
	vertical-align: text-top;
	margin-top: 3px;
}
.maptc-tit{
	display: flex;
	justify-content: space-between;
	margin-top: 14px;
}
.maptc-tit .tit{
	display: inline-block;
	width: 50%;
	margin-right: 8px;
	text-align: center;
	font-size: 14px;
	color: #333;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	background: #FFF7EC;
	cursor: pointer;
}
.maptc-tit .tit:last-child{
	margin-right: 0;
}
.maptc-tit .tit.cur{
	color: #fff;
	background:#F38900;
}
.maptc-item{
	font-size: 14px;
	color: #000000;
	line-height: 24px;
}
.maptc-item img{
	width: 100%;
}

.BMap_bubble_content::-webkit-scrollbar{
	width: 10px;
}
.BMap_bubble_content::-webkit-scrollbar-track{
	background: #f2f2f2;
	border-radius: 5px;
}
.BMap_bubble_content::-webkit-scrollbar-thumb{
	background: #F4C891;
	border-radius: 5px;
}
.maptc-item{
	margin-top: 10px;
}
.maptc-intro{
	padding: 0 10px;
	text-indent: 2em;
}
.maptc-arrow{
	position: absolute;
    bottom: -20px;
    border-left: 20px solid transparent!important;
    border-right: 20px solid transparent!important;
    border-top: 20px solid #fff!important;
    left: 42%;
}
.maptc-num{
	font-size: 12px;
	position: absolute;
	bottom: -47px;
	color: #fff;
	left: 44%;
	width: 19px;
	text-align: center;
}

.bmdt-route{
	position: absolute;
	bottom: 38px;
	left: 50%;
	margin-left: -340px;
	width: 960px;
	height: 72px;
	line-height: 72px;
	border-radius: 36px;
	background: #c19b72;
	padding: 0 44px 0 26px;
	z-index: 9;
	box-sizing: border-box;
}
.bmdt-route .tit{
	display: inline-block;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin-right: 50px;
}
.bmdt-route .fsBtn{
	width: 65px;
	text-align: center;
	display: inline-block;
	margin-right: 18px;
	cursor: pointer;
}
.bmdt-route .fsBtn img{
	vertical-align: middle;
}
.bmdt-route .fsBtn.cur img,.bmdt-route .fsBtn img.cur{
	display: none;
}
.bmdt-route .fsBtn.cur{
	background: #fff;
}
.bmdt-route .fsBtn.cur img.cur{
	display: inline-block;
}
.bmdt-route .box{
	display: inline-block;
	margin-left: 50px;
	background: #fff;
	border-radius: 20px;
	height: 42px;
	line-height: 42px;
}
.bmdt-route .box input{
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #999999;
	padding: 0 16px;
	box-sizing: border-box;
	width: 238px;
	vertical-align: middle;
}
.bmdt-route button{
	display: inline-block;
	height: 72px;
	line-height: 72px;
	float: right;
}
@media screen and (max-width: 768px){
	.bmn-header img{
		height: .44rem;
	}
	.bmn-header span{
		font-size: .4rem;
	}
	.bmdt-map-content{
		height: 10rem;
	}
	.bmdt-map-nav{
		width: 100%;
		padding-top: .3rem;
		padding-bottom: .3rem;
		left: 0;
		position: initial;
		box-shadow: none;
		height: auto;
	}
	.bmn-content{
		padding: .4rem .6rem;
	}
	.bmn-item{
		width: 1.33rem;
		margin-right: .3rem;
	}
	.bmn-item-txt{
		font-size: .26rem;
	}
	.bmn-lbbtn.prev{
		left: .1rem;
	}
	.bmn-lbbtn.next{
		right: .1rem;
	}
	.bmn-search{
		width: 90%;
		padding: 0 .4rem;
		height: .7rem;
		line-height: .7rem;
		border-radius: .35rem;
	}
	.bmn-search input{
		height: .7rem;
		line-height: .7rem;
		width: 80%;
	}
	.bmn-search button{
		height: .7rem;
	}
	.bmn-search button img{
		height: 50%;
	}
	.bmn-result-list{
		margin-right: .2rem;
		padding-right: .1rem;
		height: 7rem;
	}
	.bmn-result-item{
		padding: .24rem 0;
		margin-left: .2rem;
	}
	.bri-left{
		width: 12%;
	}
	.bri-right{
		width: 88%;
	}
	.bri-right .tit{
		font-size: .32rem;
		margin-bottom: .1rem;
	}
	.bri-right p{
		font-size: .28rem;
		line-height: .4rem;
	}
	.bmn-lbpage{
		margin-top: .1rem;
	}
	.bmn-result-secbm{
		width: 90%;
	}
	.bmn-result-secbm .tag{
		background-position: 94% center;
	}
	.maptc-title{
		padding: 0 .2rem 0 0;
		font-size: .32rem;
		line-height: .4rem;
		margin-bottom: .1rem;
	}
	.maptc-title:before{
		height: .4rem;
		width: .04rem;
		margin-right: .2rem;
	}
	.address_box{
		padding: 0 .2rem 0 .2rem;
	}
	.address_box p{
		font-size: .28rem;
	}
	.maptc-tit{
		margin-top: .1rem;
	}
	.maptc-tit .tit{
		font-size: .28rem;
		height: .5rem;
		line-height: .5rem;
	}
	.maptc-intro{
		padding: 0 .1rem;
	}
	.maptc-item{
		margin-top: .1rem;
	}
	.maptc-wrap{
		max-height: 5.8rem;
	}
	.bmn-lbbox{
		height: 3.8rem;
	}


	.bmdt-route{
		top: 9rem;
		width: 96%;
		display: flex;
		justify-content: space-around;
		align-items: center;
		left: 2%;
		margin: 0;
		height: .8rem;
		line-height: .8rem;
		border-radius: .4rem;
		padding: 0 .2rem;
	}
	.bmdt-route .tit{
		font-size: .28rem;
		margin-right: .2rem;
		white-space: nowrap;
	}
	.bmdt-route .fsBtn{
		margin-right: .2rem;
		width: .8rem;
	}
	.bmdt-route .fsBtn img{
		height: .3rem;
	}
	.bmdt-route .box{
		margin-left: 0;
		height: .6rem;
		line-height: .6rem;
		border-radius: .3rem;
		white-space: nowrap;
	}
	.bmdt-route .box img{
		width: .3rem;
	}
	.bmdt-route .box input{
		height: .6rem;
		line-height: .6rem;
		width: 2rem;
		font-size: .28rem;
		padding: 0 .2rem;
	}
	.bmdt-route button{
		height: .8rem;
		line-height: .8rem;
		margin-left: .2rem;
	}
	.bmdt-route button img{
		height: .4rem;
	}
}