/* header-nav-inline-fix */
@media (min-width: 769px) {
	.web_head .head_layer .layout {
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		gap: 12px;
	}
	.web_head figure.logo {
		flex: 0 0 auto;
		float: none;
		margin: 0;
	}
	.web_head .nav_wrap {
		flex: 1 1 auto;
		min-width: 0;
		float: none;
		overflow: hidden;
	}
	.web_head .head_nav {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		white-space: nowrap;
	}
	.web_head .head_nav > li {
		flex: 0 1 auto;
		min-width: 0;
		float: none;
	}
	.web_head .head_nav > li > a {
		display: block;
		padding: 0 10px;
		font-size: 14px;
	}
	.web_head .head_nav > li > a em {
		display: block;
		max-width: 11em;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-style: normal;
	}
	.web_head .head_right,
	.web_head .head_search {
		flex: 0 0 auto;
		float: none;
	}
}
