.navbar li a,
.navbar li.on a {
	font-size: 0.9vw !important;
}
.lan_select{
	display: flex;
}

.logo {
	margin-left: 12vw;
}

.logo img {
	width: 3.33vw;
	height: 3.28vw;
}

.navbar {
	display: flex;
	justify-content: flex-end;
	position: relative;
	right: -20vw;
	/* margin-left: 23.65vw; */
}

.nav-xt {
	position: fixed;
	top: 100px;
	z-index: 999;
	width: 100%;
	background-color: #fff;
}

.nav-box {
	padding-top: 1.88vw;
	float: right;
	margin-right: 11.5vw;

}

.nav-box div {
	font-size: 0.83vw;
	color: #222222;
	cursor: pointer;
}

.nav-box div:last-child {
	padding-top: 1.15vw;
	padding-bottom: 2.26vw;
}

.barwrap {
	display: flex;
	align-items: center;
	/* background-color: #fff; */
}

.divs_olid {
	width: 0.05vw;
	height: 1.35vw;
	background-image: linear-gradient(#cccccc,
			#cccccc),
		linear-gradient(#e5e5e5,
			#e5e5e5);
	background-blend-mode: normal,
		normal;
	display: flex;
	align-items: center;
	margin-top: 38px;
}
