@CHARSET "UTF-8";

.drdown {
	padding-top: 10px;
}

.drdown .drdown-nav {
	background: #FFF;
	border: 1px solid #999;
	font-size: 12px;
	padding: 5px 0;
	overflow: hidden;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
	min-width: 100%;
	line-height: 36px;
	border: 1px solid #d2d2d2;
	background-color: #fff;
	z-index: 100;
	border-radius: 2px;
	white-space: nowrap;
}

.drdown a {
	display: block;
	padding: 0 20px;
	color: #fff;
	color: rgba(255, 255, 255, .7);
	transition: all .3s;
	-webkit-transition: all .3s;
	color: #333;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.drdown a .layui-icon {
	margin-right: 4px;
}

.drdown a:hover {
	background-color: #f2f2f2;
	color: #000;
}

.drdown-line {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 5px;
	background-color: #5FB878;
	transition: all .2s;
	-webkit-transition: all .2s;
}