.flex-container[data-v-b362493c] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.menu-container[data-v-b362493c] {
  flex: 1;
  height: 100%;
  overflow: auto;
  margin: 0 36px;
}
.menu-container .body-container[data-v-b362493c] {
  height: 100%;
}
.menu-container .body-container .menu-item[data-v-b362493c] {
  height: 100%;
  margin-right: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.menu-container .body-container .menu-item span[data-v-b362493c] {
  cursor: pointer;
  white-space: nowrap;
}
.menu-container .body-container .active-item[data-v-b362493c] {
  font-weight: 500;
  color: #2156d7;
  border-bottom: 2px solid #2156d7;
}
.menu-container[data-v-b362493c]::-webkit-scrollbar {
  display: none;
}


[data-v-090c6f46] .el-menu {
  background-color: #fcfcfd !important;
}
[data-v-090c6f46] .el-menu-item {
  height: 40px !important;
  line-height: 40px !important;
  margin-bottom: 4px !important;
  transition: all 0.2s ease-out;
}
[data-v-090c6f46] .el-menu-item:hover {
  background-color: #f2f3f5 !important;
}
[data-v-090c6f46] .el-submenu__title {
  height: 40px !important;
  line-height: 40px !important;
  margin-bottom: 4px !important;
}
[data-v-090c6f46] .el-submenu__title:hover {
  background-color: #f2f3f5 !important;
}
[data-v-090c6f46] .icon-park {
  margin-right: 5px !important;
  width: 24px !important;
  height: 24px !important;
  display: inline-block !important;
  line-height: 20px !important;
  text-align: center !important;
  visibility: visible !important;
}
.side-menu[data-v-090c6f46] {
  flex: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.65);
  transition: all 0.2s ease-out;
  padding-top: 24px;
  height: 100%;
  background: #fcfcfd;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}
.collapse-top-container[data-v-090c6f46] {
  position: fixed;
  left: 0;
  top: 142px;
  width: 30px;
  height: 24px;
  border-radius: 2px;
  background-color: #fff;
  cursor: pointer;
  text-align: center;
  line-height: 26px;
}
.collapse-top-container .collapse-icon[data-v-090c6f46] {
  font-size: 20px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.65);
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.collapse-top-container .collapse-icon.unfold-2[data-v-090c6f46] {
  transform: rotate(-90deg);
}
.collapse-top-container .collapse-icon.unfold-3[data-v-090c6f46] {
  transform: rotate(-180deg);
}
.collapse-top-container .collapse-icon.unfold[data-v-090c6f46] {
  transform: rotate(-180deg);
}
.collapse-top-container .collapse-icon[data-v-090c6f46]:hover {
  color: #2156d7;
}
.breadcrumb-container[data-v-090c6f46] {
  position: absolute;
  top: -36px;
  width: 480px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sidebar-body[data-v-090c6f46] {
  flex: 1;
  height: 0;
  overflow: auto;
}
.sidebar-body .i-dot[data-v-090c6f46] {
  display: inline-block;
  margin-right: 6px;
  width: 24px;
  font-size: 30px;
  text-align: center;
  vertical-align: top;
  color: #999999;
}
.sidebar-body .i-dot[data-v-090c6f46]:before {
  content: "\00b7";
}
.sidebar-body .i-diamond[data-v-090c6f46] {
  display: inline-block;
  margin-right: 6px;
  width: 24px;
  font-size: 16px;
  text-align: center;
  vertical-align: top;
  color: #999999;
  transform-origin: center;
  transform: rotateZ(135deg);
  transition: all 0.4s linear;
}
.sidebar-body .i-diamond[data-v-090c6f46]:before {
  content: "\2724";
}
.sidebar-body[data-v-090c6f46] .el-menu-item.is-active {
  border-left: 3px solid #2156d7;
  background: #f2f3f5;
  font-weight: 500;
}
.sidebar-body[data-v-090c6f46] .el-menu-item.is-active span {
  color: #2156d7 !important;
}
.el-menu-item.is-active .i-dot i[data-v-090c6f46],[data-v-090c6f46] .el-submenu-level_1.is-active > .el-submenu__title i {
  color: #2156d7 !important;
}
.el-menu-item.is-active .i-dot svg[data-v-090c6f46],[data-v-090c6f46] .el-submenu-level_1.is-active > .el-submenu__title svg {
  color: #2156d7 !important;
}
.el-menu-item.is-active .i-dot span[data-v-090c6f46],[data-v-090c6f46] .el-submenu-level_1.is-active > .el-submenu__title span {
  color: #2156d7 !important;
}
.el-submenu-level_1:hover .i-diamond[data-v-090c6f46] {
  transform: rotate(0deg);
}
.el-menu-item:hover .i-diamond[data-v-090c6f46] {
  transform: rotate(0deg);
}
.sidebar-footer[data-v-090c6f46] {
  flex: none;
  padding: 8px;
  height: 48px;
  overflow: hidden;
  margin-bottom: 12px;
}
.sidebar-footer .collapse-icon-container[data-v-090c6f46] {
  height: 32px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
}
.sidebar-footer .collapse-icon-container[data-v-090c6f46]:hover {
  background-color: #eee;
}
.sidebar-footer .collapse-icon-container .collapse-icon[data-v-090c6f46] {
  margin-top: 6px;
  width: 20px;
  height: 20px;
  color: rgba(0, 0, 0, 0.65);
  transition: all 0.3s ease-out;
}
.sidebar-footer .collapse-icon-container .collapse-icon.unfold[data-v-090c6f46] {
  transform: rotate(-180deg);
}

