.topheader {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background: rgba(0,0,0,0.3);
	position: fixed;
	z-index: 99;
	height: 60px;
	top: 0;
	left: 0;
}
.boxbj {
	width: 70%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	height: 100%;
}
.logoimg {
	width: 120px;
	height: 36px;
	cursor: pointer;
}
.boxclass {
	display: flex;justify-content: space-between;align-items: center;width: 50%;height: 100%;
}
.activeclassfit {
	color: #1e7df4 !important;
}
.noactiveclassfit {
	display: flex;justify-content: center;align-items: center;flex-direction: column;cursor: pointer;color: #FFFFFF;height: 100%;
}
.activeclassfit div {
	background: #1e7df4 !important;
}
.noactiveclassfit div {
	background: rgba(0,0,0,0);width: 47px;height: 3px;position: absolute;bottom: 0;
}
.noactiveclassfit:hover {
	color: #1e7df4 !important;
}
.noactiveclassfit:hover div{
	background: #1e7df4 !important;
}