.navheader {
	width: 1192px;
	height: 80px;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.navleft {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
}

.navlogo {
	width: 32px;
	height: 32px;
}

.navname {
	height: 24px;
	font-weight: 100;
	font-size: 24px;
	color: #000000;
	line-height: 24px;
	text-align: left;
	font-style: normal;
	margin-left: 10px;
}

.navright {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.navsearchBtn {
	width: 36px;
	height: 36px;
	background: #F8F8F8;
	border-radius: 17px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin-right: 15px;
}

.navSearchImg {
	width: 24px;
	height: 24px;
}

.loginBtn {
	min-width: 72px;
	height: 36px;
	background: linear-gradient(270deg, #035FF5 0%, #00A8F9 100%);
	border-radius: 17px;

	margin-right: 15px;
	font-weight: 500;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 36px;
	text-align: center;
	font-style: normal;
	cursor: pointer;
}