.side-wrap[data-v-3b8260e5] {
  width: 105%;
  height: 100vh;
  background-color: #fff;
  background-size: 100% auto;
  background-size: cover;
  background-position: 0 100%;
  overflow: auto;
}
.side-wrap .logo[data-v-3b8260e5] {
    height: 59px;
    width: 100%;
    background-color: #736EFE;
    background-image: url(../img/logo_w.png);
    background-size: 110px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.side-wrap .jiantou-right[data-v-3b8260e5] {
    border: 6px solid;
    border-color: #fff transparent transparent transparent;
    width: 0px;
    height: 0px;
    margin-top: 6px;
}
.side-wrap .jiantou-bottom[data-v-3b8260e5] {
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
    width: 0px;
    height: 0px;
    margin-top: -6px;
}
@-webkit-keyframes scale-up-data-v-3b8260e5 {
0% {
    height: 0px;
}
100% {
    height: 100%;
}
}
@keyframes scale-up-data-v-3b8260e5 {
0% {
    height: 0px;
}
100% {
    height: 100%;
}
}
.side-wrap .v-collapse[data-v-3b8260e5] {
    height: 0px;
    overflow: hidden;
    transition: all 0.4s;
}
.side-wrap[data-v-3b8260e5] .el-menu--inline {
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: scale-up-data-v-3b8260e5;
            animation-name: scale-up-data-v-3b8260e5;
    overflow: hidden;
}
.side-wrap .menu .menu-items[data-v-3b8260e5] {
    height: 56px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    padding-left: 30px;
    cursor: pointer;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.side-wrap .menu .menu-items .item-icon[data-v-3b8260e5] {
      margin-right: 14px;
      width: 20px;
      display: flex;
      align-items: center;
}
.side-wrap .menu .menu-items .item-icon img[data-v-3b8260e5] {
        width: 20px;
        height: 20px;
}
.side-wrap .menu .menu-items-active[data-v-3b8260e5] {
    background-color: #F2F3FF;
    margin: 0 20px 0 10px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #736EFE;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

