.pageHead_app {
	width: 100%;
	height: 88rem;
	background: #f6f7f8;
	padding: 0 32rem;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
.pageHead_app .logo {
	width: 140rem;
	height: 54rem;
}

.pageHead_app .line {
	width: 40rem;
	height: 50rem;
	transition: all 0.3s;
}

.lineTrue {
	transform: rotate(90deg);
}

.posModule {
	width: 100%;
	height: calc(100vh - 88rem);
	background: #ABACAD;
	position: fixed;
	top: 88rem;
	left: 0;
	z-index: 101;
}



.posModule .list {
	height: 100rem;
	font-size: 32rem;
	font-family: MicrosoftYaHei;
	color: #000000;
	border-top: 2rem solid #EEEEEE;
	background: white;
	padding: 0 32rem;
}

.posModule img {
	width: 12rem;
	height: 24rem;
}

.posModule .under {
	width: 100%;
	height: 120rem;
	background: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 0;
}
.under image {
	width: 40rem;
	height: 40rem;
	margin-right: 12rem;
}
.under span {
	font-size: 32rem;
	font-family: MicrosoftYaHei;
	color: #000000;
}
.under .listUnder {
	flex: 1;
	border-left: 2rem solid #eee;
	height: 100rem;
}


.active {
	color: #3577FD !important;
}