.bmdt-map{
	position: relative;
}
.bmdt-map *{
	box-sizing: border-box;
}
.bmdt-map-content{
	height: 925px;
}
.bmdt-map-nav{
	position: absolute;
	width: 502px;
	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: #004892;
	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: #489ee7;
	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: #fff;
	width: 462px;
	height: 42px;
	padding: 0 12px;
	margin: 0 auto 8px;
	border-radius: 4px;
	border: solid 1px #dbdbdb;
}
.bmn-search input{
	height: 42px;
	line-height: 42px;
	width: 333px;
	font-size: 16px;
	letter-spacing: 1px;
	color: #999999;
}
.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: 19px;
	padding: 22px 0 14px;
	display: flex;
	cursor: pointer;
}
.bri-left{
	width: 34px;
	text-align: center;
}
.bmn-result-item .bri-left .num{
	display: inline-block;
	width: 19px;
	height: 24px;
	font-size: 12px;
	color: #fff;
	line-height: 21px;
	background: url(bmdt_default_point_icon.png) no-repeat;
	background-size: 100% 100%;
}
.bmn-result-item.active .bri-left .num{
	display: inline-block;
	width: 19px;
	height: 24px;
	font-size: 12px;
	color: #fff;
	line-height: 21px;
	background: url(bmdt_active_point_icon.png) no-repeat;
	background-size: 100% 100%;
}
.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-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_bubble_content{
	max-height: 440px;
	overflow-y: auto;
	padding-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.maptc-title{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
	background-image: linear-gradient(0deg, 
	#1764ce 0%, 
	#2d7eed 100%);
	height: 47px;
	line-height: 47px;
	padding: 0 17px;
}
.address_box .maptc-box-lable {
	display: inline-block;
	width: 82px;
	height: 36px;
	background-color: rgba(243, 243, 243, .8);
	text-align: center;
	margin-right: 15px;
	color: #999;
}
.btn-group {
	padding-left: 13px;
	width: 257px;
	margin-top: 20px;
}
.btn-group .navigation{
	width: 114px;
	height: 37px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #d0d3d6;
	font-size: 16px;
	font-weight: bold;
	line-height: 36px;
	letter-spacing: 1px;
	color: #333;
	padding-left: 35px;
	cursor: pointer;
}
.btn-group .navigation.active{
	background-color: #ffffff;
	border: solid 1px #2472df;
	color: #1764ce;
}
.btn-group .navigation.bus{
	margin-right: 16px;
	background: url(bmdt_bus_icon.png) no-repeat;
	background-size: 26px;
	background-position: 24px;
}
.btn-group .navigation.bus.active{
	background: url(bmdt_bus_active_icon.png) no-repeat;
	background-size: 26px;
	background-position: 24px;
}

.btn-group .navigation.drive{
	background: url(bmdt_drive_icon.png) no-repeat;
	background-size: 25px;
	background-position: 20px;
}
.btn-group .navigation.drive.active{
	background: url(bmdt_drive_active_icon.png) no-repeat;
	background-size: 25px;
	background-position: 20px;
}
.navigation-pop {
	width: 468px;
	height: 244px;
	background-color: #ffffff;
	box-shadow: 0px 5px 16px 0px 
		rgba(164, 182, 196, 0.72);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.navigation-pop .pop-title {
	width: 100%;
	height: 47px;
	background-image: linear-gradient(0deg, 
		#1764ce 0%, 
		#2d7eed 100%);
	font-size: 18px;
	font-weight: bold;
	line-height: 47px;
	letter-spacing: 1px;
	color: #ffffff;
	padding: 0 17px;
	box-sizing: border-box;
}
.navigation-pop .pop-title .icon {
	font-weight: lighter;
	cursor: pointer;
}
.navigation-pop .pop-title .icon img {
	width: 11px;
}
.navigation-pop .pop-input {
	font-size: 16px;
	padding: 40px 17px;
	height: 40px;
	line-height: 40px;
}
.navigation-pop .pop-input input {
	width: 360px;
	border: 1px solid #ccc;
	padding: 10px;
	margin: -39px 0 0 50px;
}
.navigation-pop .confirm-btn {
	display: block;
	width: 90px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #2d7eed;
	margin: 0 auto;
	color: #fff;
	font-size: 16px;
}

.address_box{
	padding-left: 13px;
	padding-right: 18px;
	line-height: 26px;
}
.address_box p{
	/* height: 36px; */
	overflow: hidden;
	line-height: 36px;
	border-bottom: 2px solid #ececec;
	font-size: 16px;
	color: #333;
}
.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: #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::-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-nav {
	width: 100%;
	height: 54px;
	background-color: #4692e4;
	box-shadow: 0px 5px 7px 0px 
		rgba(54, 87, 125, 0.25);
}
.bmdt-nav .bmdt-logo {
	width: 512px;
	text-align: center;
}
.bmdt-nav .bmdt-logo img {
	height: 22px;
	margin-top: 16px;
}
.bmdt-nav .bmdt-tab a {
	display: inline-block;
	width: 216px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 54px;
	text-align: center;
	cursor: pointer;
}
.bmdt-nav .bmdt-tab a.active {
	background-image: linear-gradient(0deg, 
		#bbdbff 0%, 
		#f0f7ff 100%);
	border-radius: 16px 16px 0px 0px;
	color: #1866d0;
}
.bmn-search-icon {
	width: 18px;
	margin: 12px 8px 0 0;
}
#MapSearchBtn {
	display: inline-block;
	width: 87px;
	height: 42px;
	background-color: #1764ce;
	border-radius: 0px 4px 4px 0px;
	color: #fff;
	margin: 0 -14px 0 0;
	font-size: 20px;
}

@media screen and (max-width: 768px){
  .bmdt-nav {
		height: .8rem;
	}
	.bmdt-nav .bmdt-logo {
		width: 40%;
	}
	.bmdt-nav .bmdt-logo img {
		height: .3rem;
		margin-top: .28rem;
	}
	.bmdt-nav .bmdt-tab a {
		width: 2rem;
		font-size: .29rem;
		line-height: .85rem;
	}
	.bmdt-nav .bmdt-tab a.active {
		border-radius: .16rem .16rem 0 0;
	}
	.bmn-search-icon {
    width: .3rem;
    margin: -.08rem .08rem 0 0;
	}
  #MapSearchBtn {
    width: 1.5rem;
    height: .7rem;
		border-radius: 0px .1rem .1rem 0px;
		margin: -.72rem -.45rem 0 0;
		font-size: .3rem;
	}
	.navigation-pop {
    width: 90%;
    height: 4rem;
    top: 40%;
	}
	.navigation-pop .pop-title {
    height: .8rem;
    font-size: .3rem;
    line-height: .8rem;
    padding: 0 .3rem;
	}
	.navigation-pop .pop-title .icon img {
		width: .22rem;
	}
	.navigation-pop .pop-input {
		font-size: .28rem;
		padding: .6rem .2rem .6rem;
		height: .7rem;
		line-height: .7rem;
	}
	.navigation-pop .pop-input input {
		width: 79%;
		border: 1px solid #ccc;
		padding: .2rem .1rem;
		margin: -.72rem 0 0 .92rem;
	}
	.navigation-pop .confirm-btn {
		width: 2rem;
		height: .7rem;
		line-height: .7rem;
		font-size: .28rem;
	}
	

	.bmn-header img{
		height: .44rem;
	}
	.bmn-header span{
		font-size: .4rem;
	}
	.bmdt-map-content{
		height: 8rem;
	}
	.bmdt-map-nav{
		width: 100%;
		padding-top: .3rem;
		padding-bottom: .3rem;
		left: 0;
		position: initial;
		box-shadow: none;
		height: auto;
	}
	.bmn-content{
		padding: .4rem .62rem;
	}
	.bmn-item{
		width: 1.34rem;
		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: .28rem;
		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;
	}
}