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

