.collapsed .fas {
	transform: rotate(-90deg);
}

.menu-title {
	width: 280px;
	font-size: 26px;
	font-weight: 400;
	text-align: left;
	letter-spacing: 2px;
	color: #0075af;
	font-family: Microsoft YaHei;
	/* background-image: url('../img/menuTitle.png'); */
}

.tree-menu {
}

.tree-menu .tree-menu-item {
	/* padding-left: 15px; */
}

.tree-menu-item .first-menu {
	cursor: pointer;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #333333;
	font-weight: 400;
	width: 100%;
	min-height: 40px;
	text-align: left;
	border-bottom: 1px solid #a6a6a6;
	/* padding-left: 10px; */
}

.tree-menu-item .first-menu a {
	color: #333333;
	width: 100%;
	min-height: 40px;
	height: 100%;
	display: flex;
	align-items: center;
}

.tree-menu-item .first-menu div {
	/* white-space: nowrap; */
	display: block;
	/* overflow: hidden;
	text-overflow: ellipsis; */
	max-width: 100%;
	text-align: left;
	/* padding: 0 5px; */
}
.tree-menu-item .first-menu .tree-menu-value {
	padding-left: 15px;
}
.tree-menu-item .first-menu .goWhere {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	/* margin-left: 10px; */
}

.tree-menu-item .first-menu img {
	width: 20;
	height: 20px;
	position: absolute;
	top: calc(50% - 9px);
	right: 0;
	display: none;
}

.tree-menu-item .first-menu:hover,
.tree-menu-item .first-active {
	background: linear-gradient(90deg, #00aaff 0%, #008ed5 100%);
	border-radius: 5px;
	color: white;
	font-weight: 600px !important;
}

.tree-menu-item .first-menu:hover div,
.tree-menu-item .first-active div {
	color: white;
	font-weight: 600;
}

/* .tree-menu-item [aria-expanded=true]
,
.tree-menu-item [aria-expanded=true] img  */

.tree-menu-item .first-menu:hover .xiala,
.tree-menu-item .first-active .xiala {
	/* display: block; */
	background-image: url('../img/icon/xiala1.png');
}

.first-menu .image {
	width: 60px;
	position: relative;
}

.tree-menu-item .first-menu .icon {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	/* width: 78%; */
	/* padding-left: 14px; */
}

.first-menu .icon .dropDown {
	width: 18px;
	height: 10px;
	background: url('../img/dropDown.png');
	position: relative;
	top: calc(50% - 5px);
	right: 15px;
}

.first-menu .goWhere {
	flex: 1;
	height: 100%;
}

.first-menu .collapsed .fas {
	transform: rotate(90deg);
}

.tree-menu-item ol {
	margin-bottom: 0;
}
.second-menu {
	border-bottom: 1px solid #a6a6a6;
}

.second-menu .second-menu-item {
	margin: 5px 0;
	cursor: pointer;
	width: 100%;
	min-height: 30px;
	line-height: 30px;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	padding-left: 20px;
}

.second-menu a {
	color: #000000;
}

/* .second-menu .second-menu-item:hover,
.second-menu .second-active {
	background-size: 92% 100%;
	background-image: url('../img/itemActive.png');
	color: #bb0000;
} */

.second-menu .second-menu-item:hover a,
.second-menu .second-active a {
	color: #008ed5;
	font-weight: bold;
}
