/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.nav[data-v-5b561457] {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 1.75rem;
  background: #fff;
  color: #999;
  font-size: 0.7rem;
}
.nav li[data-v-5b561457] {
  height: 100%;
  padding: 0 0.375rem;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.75rem;
}
.nav li.active[data-v-5b561457] {
  color: #dc3b40;
  border-bottom: 1PX solid #dc3b40;
}
.nav.fix[data-v-5b561457] {
  position: fixed;
  width: 100%;
}
.fill[data-v-5b561457] {
  height: 1.75rem;
}

/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.nodata[data-v-fbb33a98] {
  background-position: center 90%;
}
.plan_item[data-v-fbb33a98] {
  width: 100%;
  height: 3.8rem;
  margin-top: 0.3rem;
  background-color: #fff;
}
.plan_item .head[data-v-fbb33a98] {
  width: 100%;
  height: 1.775rem;
  display: flex;
  align-items: center;
  padding-left: 0.8rem;
  border-bottom: 1PX solid #eee;
}
.plan_item .head img[data-v-fbb33a98] {
  width: 1.25rem;
  height: 1.25rem;
  background-color: orange;
  margin-right: 0.375rem;
  font-size: 0.7rem;
  border-radius: 50%;
}
.plan_item > p[data-v-fbb33a98] {
  width: 100%;
  height: 2.375rem;
  padding: 0 0.8rem;
  line-height: 2.375rem;
  font-size: 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.plan_item .bottom[data-v-fbb33a98] {
  width: 100%;
  padding: 0 0.8rem;
  display: flex;
  justify-content: space-between;
}
.plan_item .bottom p[data-v-fbb33a98] {
  font-size: 0.6rem;
  color: #dc3b40;
  line-height: 1.075rem;
}
.plan_item .bottom p span[data-v-fbb33a98] {
  color: #999;
  margin-left: 0.1rem;
}

