/*头部筛选滚动框*/

.nav-high-sieve {
  padding-top: .28rem;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}

.nav-high-sieve ul {
  padding-bottom: .28rem;
  margin: 0 .2rem;
}

.nav-high-sieve ul li {
  color: #323232;
  font-size: .28rem;
  height: .6rem;
  line-height: .6rem;
  padding: 0 .28rem;
}

.nav-high-sieve ul li.on {
  border-radius: .3rem;
  background: #f7f8f9;
  font-weight: bold;
}

.navigation {
  height: 0.86rem;
  position: absolute;
  border-bottom: 1px solid#eee;
}

.navigation ul {
  margin: 0;
  padding: 0;
}

.navigation ul li {
  height: 0.86rem;
  line-height: 0.86rem;
}

.active {
  font-size: 16px !important;
  color: #009BFF !important;
  font-weight: bold;
}