/**
 * PC 顶栏商品分类：展示全部一级导航分类，自动换行（通常两行），紧凑行高以贴近原单栏高度
 * 在 base.css / base_rel.css 之后加载
 */
/*.header1 .nav.nav-desktop-multiline {*/
/*	flex: 1;*/
/*	min-width: 0;*/
/*	align-self: center;*/
/*}*/

/*.header1 .nav .header-nav-multiline {*/
/*	display: flex;*/
/*	flex-wrap: wrap;*/
/*	flex-direction: row;*/
/*	align-items: center;*/
/*	align-content: center;*/
/*	justify-content: flex-start;*/
/*	gap: 2px 10px;*/
/*	margin: 0;*/
/*	padding: 0;*/
/*	list-style: none;*/
/*	box-sizing: border-box;*/
/*	line-height: 1.2;*/
/*	font-size: 13px;*/
/*}*/

/*.header1 .nav .header-nav-multiline li {*/
/*	margin: 0;*/
/*	padding: 0;*/
/*	flex: 0 1 auto;*/
/*}*/

/*.header1 .nav .header-nav-multiline a {*/
/*	display: inline-block;*/
/*	line-height: 1.2;*/
/*	padding: 1px 0;*/
/*	white-space: nowrap;*/
/*}*/
