.navbar{ width: 100%; height: 44px; border-bottom: 1px solid #e8e8e8; background: #fff; position: relative; z-index: 3;}
.navbar_flex{ display: flex; justify-content: flex-start; align-items: center; }

.zixuan{  position: relative; font-size: 14px; color: #000000; width: 96px; height: 44px;}
.zixuanhtml{border: 1px solid #cccccc; background: #fff; position: absolute; top: 8px; left: 0; width: 94px; height: 28px; line-height: 28px; text-indent: 12px;}
.zixuanhtml::before{ content: ""; background: url(../images/new/index/navbar.png) no-repeat; width: 10px; height: 6px; background-position: -14px 0; position: absolute; right: 8px; top: 11px;}
.zixuanboxs{ border: 1px solid #cccccc; background: #fff; position: absolute; top: 8px; left: 0; width: 94px;}
.zixuanboxs::before{ content: ""; background: url(../images/new/index/navbar.png) no-repeat; width: 10px; height: 6px; background-position: 0 0; position: absolute; right: 8px; top: 11px;}
.zixuanboxs a{  display: table; color: inherit; line-height: 28px; border-bottom: 1px solid #f0f0f0; margin-left: 12px;}
.zixuanboxs a:last-child{ border-bottom:0 none;}
.zixuanboxs a.act{  color: #ad0000;}


.filter_nav{ display: flex; align-items: center; margin-left: 0;}
.filter_nav a{ border-right: 1px solid #f0f0f0; line-height: 1; padding: 0 38px;}
.filter_nav a p{ font-size: 14px; color: #454444;}
.filter_nav a.act p{  color: #ad0000;}
.filter_nav a:last-child{  border-right: 0 none;}
