.bmdt-map{
	position: relative;
}
.bmdt-map *{
	box-sizing: border-box;
}
.bmdt-map-content{
	height: 793px;
}
.bmdt-map-nav{
	position: absolute;
	width: 390px;
	height: 793px;
	background: #fff;
	top: 0;
	left: 0;
	box-shadow: 4px 0 16px 0 rgba(0,82,137,.2);
	z-index: 2;
}
.bmn-header{
	padding: 0 34px;
	height: 96px;
	line-height: 96px;
}
.bmn-header span{
	display: inline-block;
	color: #0062c7;
	font-size: 30px;
	font-weight: bold;
	vertical-align: middle;
}
.bmn-content{
	position: relative;
	padding: 14px 30px 0;
	background: #F4F9FF;
}
.bmn-lbbox{
	position: relative;
	overflow: hidden;
	width: 100%;
	/*height: 100px;*/
}
.bmn-lbitem{
	width: 100%;
	height: 100%;
}
.bmn-item{
	display: inline-block;
	/*width: 65px;*/
	margin-right: 32px;
	cursor: pointer;
	vertical-align: top;
}
.bmn-item:nth-child(4n){
	margin-right: 0;
}
.bmn-item .bmn-item-img{
	width: 100%;
	text-align: center;
}
.bmn-item .bmn-item-img img{
	vertical-align: middle;
	height: 48px;
}
.bmn-item-txt{
	color: #000000;
	font-size: 14px;
	text-align: center;
	line-height: 32px;
}
.bmn-item.active,.bmn-item:hover{
	font-weight: bold;
}
.bmn-lbpage{
	text-align: center;
	margin-top: 6px;
}
.bmn-lbpage span{
	width: 8px;
	height: 8px;
	background: #d7ecfc;
	opacity: 1;
	margin: 0 5px;
}
.bmn-lbpage span.swiper-pagination-bullet-active{
	width: 20px;
	background: #7fcafe;
	border-radius: 4px;
}
.bmn-lbbtn{
	position: absolute;
	top: 58px;
	cursor: pointer;
	width: 22px;
	height: 22px;
	display: none;
}
.bmn-lbbtn.prev{
	left: 12px;
	background: url(2023bmdt-ic1.png) center no-repeat;
}
.bmn-lbbtn.prev:hover{
	background: url(2023bmdt-ic1o.png) center no-repeat;
}
.bmn-lbbtn.next{
	right: 12px;
	background: url(2023bmdt-ic2.png) center no-repeat;
}
.bmn-lbbtn.next:hover{
	background: url(2023bmdt-ic2o.png) center no-repeat;
}
.bmn-search{
	background: #f7f7f7;
	width: 373px;
	height: 42px;
	margin: 22px auto 16px;
}
.bmn-search input{
	padding: 0 20px;
	height: 42px;
	line-height: 42px;
	color: #666666;
	font-size: 14px;
	width: 290px;
}
.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;
	line-height: 42px;
	width: 78px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background: #0c5eb2;
}
.bmn-result-list{
	height: 500px;
	overflow-y: auto;
	margin-right: 10px;
}
.bmn-result-item{
	border-bottom: 1px solid #f4f4f4;
	padding: 24px 0 14px 32px;
	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-image: linear-gradient(to right, #3a9af7, #106fce);
	border-radius: 5px;
}
.bmn-result-item.active,.bmn-result-item:hover{
	background: #f3f9ff;
}
.bmn-result-nodata{
	text-align: center;
	padding: 20px 0;
	font-size: 15px;
	color: #999;
}
.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: 20px;
}
.maptc-title:before{
	display: inline-block;
	content: ' ';
	width: 6px;
	height: 28px;
	border-radius: 3px;
	margin-right: 16px;
	background: #3573f6;
	vertical-align: text-bottom;
}
.address_box{
	padding-left: 6px;
	line-height: 28px;
}
.address_box p{
	font-size: 18px;
	margin-top: 10px;
}
.address_box p:last-child{
	padding-left: 28px;
}
.address_box p span{
	display: inline-block;
	max-width: 385px;
	vertical-align: top;
}
.address_box p img{
	width: 16px;
	margin-right: 12px;
	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: #1271d0;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	background: #dfefff!important;
	cursor: pointer;
}
.maptc-tit .tit:last-child{
	margin-right: 0;
}
.maptc-tit .tit.cur{
	color: #fff;
	background-image: linear-gradient(to right, #3d9dfa, #0a68c8)!important;
}
.maptc-item{
	font-size: 14px;
	color: #000000;
	line-height: 24px;
}
.maptc-item img{
	width: 100%;
}

.BMap_bubble_content{
	scrollbar-width: thin;
}
.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-image: linear-gradient(to right, #3a9af7, #106fce);
	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{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	bottom: 38px;
	left: 50%;
	margin-left: -340px;
	max-width: 960px;
	width: 60%;
	height: 72px;
	line-height: 72px;
	border-radius: 36px;
	background: #015fa8;
	padding: 0 44px 0 26px;
	padding: 0 2% 0 1%;
	z-index: 9;
	box-sizing: border-box;
}
.bmdt-route .tit{
	display: inline-block;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin-right: 50px;
	margin-right: 5%;
	white-space: nowrap;
}
.bmdt-route img{
	vertical-align: middle;
}
.bmdt-route button{
	padding: 0;
    background: none;
    cursor: pointer;
}
.bmdt-route button img{
	width: 100%;
}
.bmdt-route .fsBtn{
	width: 65px;
	text-align: center;
	display: inline-block;
	margin-right: 18px;
	margin-right: 2%;
	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: flex;
	justify-content: space-between;
	white-space: nowrap;
	display: inline-block;
	/*margin-left: 50px;
	margin-left: 3%;*/
	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;
	margin-left: 38px;
	margin-left: 3%;
}
@media screen and (max-width: 768px){
	.bmn-header{
		height: auto;
		line-height: normal;
		line-height: initial;
		margin-bottom: .3rem;
	}
	.bmn-header img{
		height: .44rem;
	}
	.bmn-header span{
		font-size: .36rem;
	}
	.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: .2rem .62rem 0;
	}
	.bmn-item{
		width: 1.4rem;
		margin-right: .24rem;
	}
	.bmn-item .bmn-item-img{
		/*height: 1.2rem;*/
	}
	.bmn-item-txt{
		font-size: .26rem;
	}
	.bmn-lbbtn.prev{
		left: .1rem;
	}
	.bmn-lbbtn.next{
		right: .1rem;
	}
	.bmn-search{
		width: 95%;
		height: .7rem;
		line-height: .7rem;
		margin: .2rem auto;
	}
	.bmn-search input{
		height: .7rem;
		line-height: .7rem;
		width: 80%;
	}
	.bmn-search button{
		height: .7rem;
		line-height: .7rem;
		width: 20%;
		font-size: .32rem;
	}
	.bmn-result-list{
		margin-right: .2rem;
		padding-right: .1rem;
		height: 3rem;
	}
	.bmn-result-item{
		padding: .2rem 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: 1.9rem;*/
	}
	.address_box p span{
		max-width: 90%;
	}

	.bmdt-route{
		bottom: .6rem;
		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: .32rem;
		padding: 0 .2rem;
	}
	.bmdt-route button{
		height: .8rem;
		line-height: .8rem;
		margin-left: .2rem;
	}
	.bmdt-route button img{
		height: .36rem;
		width: auto;
	}
	.address_box p img{
		width: 12px;
		margin-right: 10px;
	}
	.address_box p:last-child{
		padding-left: 22px;
	}
}