/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.left-menu[data-v-7bb04bd3] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
.left-menu .cover[data-v-7bb04bd3] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.5;
}
.left-menu .menu[data-v-7bb04bd3] {
  width: 10.8rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  animation: left-in-data-v-7bb04bd3 0.2s linear;
}
.left-menu .menu .head[data-v-7bb04bd3] {
  margin-top: 1.8rem;
  width: 100%;
  height: 4.05rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.left-menu .menu .head img[data-v-7bb04bd3] {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}
.left-menu .menu .head p[data-v-7bb04bd3] {
  width: 100%;
  height: 0.9rem;
  font-size: 0.7rem;
  text-align: center;
}
.left-menu .menu .list[data-v-7bb04bd3] {
  width: 100%;
  height: 9rem;
  padding-left: 1.075rem;
  margin-top: 1.35rem;
}
.left-menu .menu .list li[data-v-7bb04bd3] {
  height: 1.8rem;
  line-height: 1.8rem;
  display: flex;
  font-size: 0.7rem;
  position: relative;
}
.left-menu .menu .list li span[data-v-7bb04bd3] {
  position: absolute;
  right: 0.9rem;
  font-size: 0.65rem;
  color: #dc3b40;
}
.left-menu .menu .list li i[data-v-7bb04bd3] {
  width: 0.9rem;
  display: flex;
  justify-content: center;
  margin-right: 0.45rem;
}
@keyframes left-in-data-v-7bb04bd3 {
0% {
    left: -10.8rem;
}
100% {
    left: 0;
}
}

