/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.search[data-v-247f0167] {
  width: 100%;
  height: 2.625rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search i[data-v-247f0167] {
  font-size: 0.8rem;
  color: #ccc;
  line-height: 1.5rem;
  position: absolute;
  left: 1rem;
  top: 0.625rem;
}
.search .icon-close[data-v-247f0167] {
  left: auto;
  right: 1rem;
  top: 0.5rem;
}
.search input[data-v-247f0167] {
  width: 17rem;
  height: 1.5rem;
  border-radius: 0.75rem;
  background: #fff;
  font-size: 0.65rem;
  padding-left: 1.5rem;
}
.nav_list[data-v-247f0167] {
  width: 100%;
  height: 2rem;
  display: flex;
  align-items: center;
  overflow: auto;
  background: #fff;
}
.nav_list li[data-v-247f0167] {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.65rem;
  height: 2rem;
  overflow: hidden;
  position: relative;
  color: #999;
}
.nav_list li.active[data-v-247f0167] {
  color: #fbd131;
}
.nav_list li.active[data-v-247f0167]::after {
  content: "";
  width: 70%;
  height: 0.1rem;
  background-color: #fbd131;
  position: absolute;
  bottom: 0.125rem;
  left: 15%;
}
.list[data-v-247f0167] {
  width: 100%;
}
.list li[data-v-247f0167] {
  margin-top: 0.5rem;
}

