.crumbs-nav a:hover{
	color: #f50;
}
.crumbs-nav{
	border-bottom: 1px solid #eee;
	height: 36px !important;
	line-height: 36px !important;
	color: #aaa;
	font-size: .8rem;
	font-weight: 400;
	padding:0 !important;
}
.crumbs-nav-main{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.crumbs-nav-item .trigger a span:after{
	padding-right: .5rem;
	padding-left: .5rem;
	color: #818a91;
	content: "/";
}
.crumbs-nav-item{
	position: relative;
}
.menu-drop-main{
	display: none;
	position: absolute;
	border: 1px solid #ddd;
	padding: 0px 5px;
	z-index: 99;
	width: 219px;
	background-color: #fff;
	top: 36px;
	border-top: 0px;
}
.menu-drop-main li{
	float: left;
	width: 68px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.menu-drop.active .menu-drop-main{
	display: block;
}