.pageHead {
	width: 100%;
	height: 78px;
	background: white;
	padding: 0 163rem;
	box-shadow: 2rem 2rem 4rem 2rem rgba(0, 0, 0, 0.1);
	position: sticky;
	top: 0;
	z-index: 100;
	box-sizing: border-box;
}
.pageHead .headInfo {
	height: 100%;
}
.headInfo .logoImage {
	width: 170px;
	height: 60px;
	cursor: pointer;
}
.pageHead .tabList {
	margin-left: 40rem;
	cursor: pointer;
	font-size:18rem;
}

.pageHead .actived {
	color: #3577FD !important;
	font-weight: bold !important;
}

.pageHead .tabList:hover {
	font-weight: bold;
}
