.panel {
	position: absolute;
	z-index: 99;
	top: 68px;
	padding: 0 14px;
	width: 448px;
	background: #fff;
	border-radius: 8px;
	right: 8px;
}
.startend {
	padding: 14px;
	background: #f5f5f5;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.startandendinput {
	width: 95%;
}
.front-input {
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 50%;
}
.exchange {
	background-image: url(../../../../images/navi/exchange.png);
	background-size: 100%;
	display: inline-block;
	width: 14px;
	height: 14px;
}
input {
	border: none;
	line-height: 20px;
	font-size: 14px;
	background-color: #f5f5f5;
	width: 90%;
}
.divide {
	display: inline-block;
	width: 100%;
	border: 1px solid #d4d6dc;
	margin: 5px 0;
}

/* .route_type {
			width: 100%;
			display: flex;
			margin-top: 16px;
			background: #eee;
			border-radius: 6px;
			padding: 1px;
			margin-bottom: 10px;
		}
		.route_type > button {
			flex: 1;
			border: none;
			height: 32px;
			border-radius: 6px;
		} */
.stairs_types {
	display: flex;
	margin-top: 16px;
}
.stairs_types_selected {
	background-color: #2f65ee;
	color: #fff;
}
.stairs_types > button {
	flex: 1;
	padding: 0 5px;
	border: none;
	height: 32px;
	background-color: #fff;
	color: rgba(0, 0, 0, 0.7);
	font-size: 12px;
}
/* #search_result {
	display: block;
} */
.search_result {
	border-radius: 8px;
	border: 1px solid #d4d6dc;
	padding: 10px;
	height: 320px;
	overflow-y: auto;
	display: none;
	align-items: center;
}
.search_result:first-child {
	font-size: 14px;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.9);
	line-height: 19px;
	margin: 14px 0;
}
.search_result_selected {
	background: #f5f5f5;
}
.search_result_normal {
	background: #fff;
	border-bottom: 2px solid #ddd;
	padding: 6px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.search_result_icon {
	font-size: 25px;
	color: gray;
}
.search_result_item {
	background-color: #fff;
	height: 100px;
}
.search_result_title {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.9);
	line-height: 19px;
	margin-bottom: 5px;
}
.search_result_position {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.4);
}
.no_result {
	width: 100%;
	text-align: center;
}
.no_result_image {
	background-image: url(../../../../images/navi/no_result.png);
	background-size: 100%;
	display: inline-block;
	width: 62px;
	height: 72px;
	margin-bottom: 10px;
}
.no_result_title {
	font-size: 13px;
	font-weight: 400;
	color: #7d7d7d;
	line-height: 24px;
}
.result {
	width: 100%;
	height: 100%;
}
.navi_result {
	border-radius: 8px;
	border: 1px solid #d4d6dc;
	padding: 0 16px;
	max-height: 300px;
	overflow-y: scroll;
}
.navi_result_normal {
	font-weight: 700;
	color: rgba(0, 0, 0, 0.9);
}
.navi_result_highlight {
	color: #2f65ee;
	font-weight: 700;
}
.navi_result_title {
	text-align: center;
	height: 55px;
	line-height: 55px;
	border-bottom: 1px solid #d4d6dc;
	margin-bottom: 10px;
}
.layui-timeline-axis {
	position: absolute;
	left: -5px;
	top: 7px;
	z-index: 10;
	width: 12px;
	height: 12px;
	line-height: 12px;
	background-color: #d4d6dc;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
}
.layui-timeline-item:before {
	content: '';
	position: absolute;
	left: 1px;
	top: 10px;
	z-index: 0;
	width: 1px;
	height: 100%;
}
.navi_route_desc {
	display: inline-block;
	margin-left: 10px;
}
/* ========================== */

#floorTips {
	position: absolute;
	bottom: 112px;
	right: 20px;
	width: 48px;
	height: 48px;
	background: #fff;
	box-shadow: 0 0 16px 2px #edf0f3;
	border-radius: 10px;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.9);
}
/* .fm-floor-name {
			background-color: #fff;
			color: #2f65ee;
		} */

/* 安卓传点位信息 */
.fromAndInfo {
	width: 100%;
	height: 200px;
	position: absolute;
	bottom: 0;
	font-weight: 800;
	color: red;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 9;
}

/* 消息通知 */
#notification {
	width: 100%;
	position: fixed;
	top: 5px;
	left: 20px;
	padding: 20px;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 0 8px 0 #edf0f3;
	font-size: 20px;
	font-weight: 800;
	text-align: center;
	z-index: 999;
	display: none;
}

/* 上滑动画 */
@keyframes slideUp {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-100%);
	}
}
/* 下滑动画 */
@keyframes slideDown {
	from {
		transform: translateY(-100%);
	}
	to {
		transform: translateY(0);
	}
}

/* 主页搜索框 */
.searchBar {
	width: 80%;
	height: 40px;
	z-index: 9;
	position: absolute;
	line-height: 40px;
	font-size: 18px;
	font-weight: 400;
	border: 2px solid #f2f1f1;
	box-shadow: 0 0 8px 0 #edf0f3;
	border-radius: 18px;
	margin: 20px;
	padding: 0 50px 0 20px;
	background-color: #fff;
}
.searchBoxText {
	margin-left: 10px;
}

/* 关闭按钮 */
#closeMap {
	display: block;
}
.closeBox {
	width: 30px;
	height: 30px;
	position: fixed;
	justify-content: center;
	align-items: center;
	display: flex;
	right: 10px;
	top: 20px;
	color: #fff;
	font-weight: 900;
	border-radius: 20px;
	background-color: red;
	z-index: 20;
}

/* 搜索栏 */
#panel {
	width: 95% !important;
	position: absolute;
	z-index: 99;
	padding: 0 14px;
	background: #fff;
	border-radius: 8px;
	left: 1%;
	/* top: 68px; */
	box-shadow: 0 0 8px 0 #edf0f3;
	font-size: 14px;
	font-weight: 400;
	color: #2f65ee;
	border: none;
	display: none;
}
/* .searchCloseBtn{
			z-index: 100;
		} */

/* 底部 点击建筑物详情 */
.buildingInfo {
	width: 100%;
	height: 150px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	z-index: 100;
	box-shadow: 0 0 8px 0 #edf0f3;
	display: none;
}
/* 建筑物详情 关闭按钮 */
.buildingClose {
	width: 30px;
	height: 30px;
	border-radius: 0 0 0 30px;
	position: fixed;
	right: 0;
	color: #fff;
	text-align: right;
	background-color: gray;
}
.buildingCloseIcon {
	font-size: 22px;
}
.buildingInfoFlex {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}
.buildingInfoTop {
	padding-left: 20px;
	font-weight: 600;
	font-size: 20px;
}
.buildingInfoBottom {
	padding: 0 20px;
}
.buildingInfoBtn {
	width: 49%;
	height: 40px;
	background-color: #fff;
	border: 1px solid #3385ff;
	color: #3385ff;
	font-weight: 600;
	border-radius: 8px;
}
.arriveBtn {
	color: #fff;
	background-color: #3385ff;
}

/* 导航信息 */
.navInfo {
	width: 90%;
	height: 100px;
	position: fixed;
	top: 10px;
	z-index: 19;
	padding: 50px 20px 0 20px;
	border-radius: 10px;
	background-color: rgba(165, 164, 164, 0.89);
	box-shadow: 0 0 8px 0 #edf0f3;
	margin: 0 20px;
	display: none;
}
.navInfoFlex {
	display: flex;
}
.navInfoText {
	padding-top: 10px;
	margin-left: 50px;
	color: #000;
	font-size: 20px;
	font-weight: 800;
}
.navImg {
	filter: drop-shadow(6px 3px 6px #fff);
}

/* 导航中底部信息 */
.navBottomBar {
	width: 100%;
	height: 100px;
	background-color: #fff;
	position: fixed;
	bottom: 0;
	border-radius: 20px 20px 0 0;
	z-index: 101;
	padding: 10px 20px 0 20px;
	display: none;
}
.navBottomBarExit {
	position: fixed;
	left: 20px;
	bottom: 40px;
	font-size: 18px;
	font-weight: 700;
}
.navBottomBarInfo {
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 20px;
	font-weight: 600;
	/* line-height: 100px; */
	/* background-color: #2f65ee; */
}

/* 开始导航 */
.navStartBox {
	width: 100%;
	height: 150px;
	position: fixed;
	bottom: 0;
	z-index: 100;
	border-radius: 16px 16px 0 0;
	background-color: #fff;
	box-shadow: 0 0 8px 0 #edf0f3;
	display: none;
}
.navStartBoxFlex {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.navStartBoxBtn {
	width: 400px;
	height: 50px;
	color: #fff;
	border: none;
	border-radius: 8px;
	background-color: #2f65ee;
	font-size: 20px;
	/* margin: 50px 0 0 20%; */
}

/* icon图标maright-right 10px */
.iconRight10 {
	margin-right: 10px;
}

/* 加载loading图标 */
#loading {
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 50%;
}
.loader {
	position: relative;
	margin: 0px auto;
	width: 100px;
	height: 100px;
}
.loader:before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin-top: -10px;
	margin-left: -10px;
	border-radius: 50%;
	border: 2px solid #ccc;
	border-top-color: #333;
	animation: rotator 0.8s linear infinite;
}
@keyframes rotator {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(270deg);
	}
}

/* 刷新按钮 */
#refresh {
	position: fixed;
	right: 50px;
	top: 200px;
	z-index: 20;
}

/* 起点输入框 */
#startBox {
	display: none;
}
/* 起点终点中间线 */
#startBoxLine {
	display: none;
}

/* 结束导航提示框 */
#navStopBox {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 100;
	position: absolute;
	display: none;
}
.navStopBoxFlex {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding-top: 10px;
}
.navStopAlert {
	width: 80%;
	height: 300px;
	background: #fff;
	border-radius: 10px;
	color: rgb(46, 46, 46);
	/* display: flex; */
}
.navStopAlertBox {
	padding-top: 20px;
	height: 120px;
	display: flex;
	justify-content: center;
}
.navStopAlertImg {
	width: 60px;
	height: 60px;
}
.navStopTitle {
	/* width: 100%; */
	font-size: 20px;
	text-align: center;
	line-height: 50px;
	/* padding-top: 10px; */
}
.navStopArriveBox {
	height: 80px;
	text-align: center;
	font-size: 22px;
}
.navStopCircle {
	width: 14px;
	height: 14px;
	background-color: green;
	border-radius: 7px;
	display: inline-block;
}
.navStopArriveName {
	margin-left: 10px;
}
.navStopButtonBox {
	display: flex;
	justify-content: center;
}
.navStopButton {
	width: 80%;
	height: 60px;
	font-size: 20px;
	border-top: #000 solid 1px;
	text-align: center;
	line-height: 50px;
	border-radius: 10px;
	cursor: pointer;
	background-color: #2f65ee;
	color: #fff;
}

/* 语言切换按钮 */
.languageBox {
	width: 48px;
	height: 48px;
	border-radius: 10px;
	line-height: 48px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	z-index: 2;
	position: absolute;
	top: 320px;
	left: 20px;
	cursor: pointer;
}
