@media screen and (min-width: 960px) and (max-width: 1279px) {
	.new_freeter_top_bar_navigation {
		width: 423px;
		height: 100%;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		display: flex;
		flex-wrap: nowrap;
	}

	.freeter_left_bar_list li .left_bar_c img {
		width: 32px;
		height: 32px;
		border-radius: 0px 0px 0px 0px;
		opacity: 1;
		position: relative;
		margin-left: 8px;
		top: 8px;
	}
	
	.nftb_freeterLogo {
		width: 42px;
		height: 42px;
		background: #FFFFFF;
		border-radius: 0px 0px 0px 0px;
		opacity: 1;
		position: absolute;
		left: 24px;
		top: 11px;
	}

}

@media screen and (min-width: 960px) and (max-width: 1600px) {
	.fzSoft_infoD a {
		height: 22px;
		font-size: 10px;
		font-weight: 400;
		color: #8C8C8C;
		line-height: 22px;
		position: relative;
	}
}