.avue-sidebar {
  width: 179px;
  height: 100%;
  user-select: none;
  position: relative;
  height: 100%;
  position: relative;
  background-color: #031527;
  transition: width .2s;
  box-sizing: border-box;
  box-shadow: 2px 0 6px rgba(0, 21, 41, .35);


  .el-scrollbar__wrap {
    overflow-x: hidden;
  }

  .avue-menu {
    height: calc(100% - 42px);
  }

  &--tip {
    width: 90%;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    position: absolute;
    top: 5px;
    left: 5%;
    color: #ccc;
    z-index: 2;
    text-align: center;
    font-size: 14px;
    background-color: rgba(0, 0, 0, .4);
  }

  .el-menu-item {
  }

  .el-sub-menu {
    .el-sub-menu__title {
    }

    .el-menu-item {
    }

    &.is-active {

      .el-sub-menu__title {
        i,
        span {
          color: #384CFF !important;
        }

        span {
          font-family: Source Han Sans CN, Source Han Sans CN;
          font-weight: 500;
          font-size: 14px;
          line-height: 56px;
          font-style: normal;
          text-transform: none;
        }
      }
    }
  }

  .el-menu-item,
  .el-sub-menu__title {
    i {
      margin-right: 5px;
    }

    i,
    span {
      color: hsla(0, 0%, 100%, .7);
    }

    &:hover {
      background: transparent;

      i,
      span {
        color: #384CFF;
      }
    }

    &.is-active {
      background-color: transparent !important;

      &:before {
        content: '';
        top: 10px;
        left: 0;
        bottom: 10px;
        width: 3px;
        background: #384CFF;
        position: absolute;
        border-radius: 0 6px 6px 0;
      }

      i,
      span {
        color: #384CFF !important;
      }

      span {
        font-family: Source Han Sans CN, Source Han Sans CN;
        font-weight: 500;
        font-size: 14px;
        line-height: 56px;
        font-style: normal;
        text-transform: none;
      }
    }
  }
}