

@media (min-width:1200px) {
#menu {
	position: fixed;
	left: 30px;
	top: calc(50% - 62px);
	width: 1.19rem;
	padding: 0;
	list-style-type: none;
	z-index: 70;
}
#menu li {
	width: 1.19rem;
	float:left;
	margin-top:0.94rem;
	display:flex;
	justify-content: center;
}
#menu li a {
	float:left;
	width:100%;
	display:flex;
	justify-content: flex-end;
	align-items: center; 
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:0.38rem;
}

#menu li.active a{
	border-bottom:1px solid #F00;
	color: #FFF;
}
}

@media (max-width:1199px) {
	#menu{
		display: none;
	}
}