.ly-hd[data-v-f5a6d4ca] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ly-hd .ly-hd-logo[data-v-f5a6d4ca] {
  width: 50%;
  display: flex;
  align-items: center;
}
.ly-hd .ly-hd-logo h1[data-v-f5a6d4ca] {
  color: var(--aside-title-color);
}
.ly-hd .ly-hd-logo i[data-v-f5a6d4ca] {
  cursor: pointer;
  color: var(--aside-title-color);
  font-size: 20px;
  margin-left: 10px;
}
.ly-hd .ly-hd-info[data-v-f5a6d4ca] {
  display: flex;
  align-items: center;
}
.ly-hd .ly-hd-info .icon[data-v-f5a6d4ca] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
  cursor: pointer;
}
.ly-hd .el-dropdown[data-v-f5a6d4ca] {
  line-height: 40px;
}
.ly-hd .el-dropdown .el-link[data-v-f5a6d4ca] {
  color: var(--aside-title-color);
}
.el-menu--collapse .el-submenu__title span[data-v-3f1353cc] {
  display: none;
}
[data-v-3f1353cc].el-menu--collapse .el-submenu__title .el-submenu__icon-arrow {
  display: none;
}
.duration[data-v-3f1353cc] {
  position: absolute;
  bottom: 0px;
  padding: 10px;
  width: 220px;
  cursor: pointer;
}
.duration .duration-tag[data-v-3f1353cc] {
  width: 100%;
}
.duration .tag-danger[data-v-3f1353cc] {
  color: red;
}
.duration .duration-icon[data-v-3f1353cc] {
  float: right;
  line-height: 30px;
}
.tag-view {
  width: 100%;
  position: relative;
  top: -20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow-x: auto;
}
.tag-view .tag-view-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 26px;
  line-height: 26px;
  margin-right: 10px;
  margin-top: 10px;
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #d8dce5;
  color: #495060 !important;
  text-decoration: none !important;
  font-size: 14px;
  background: #ffffff;
}
.tag-view .tag-view-item.active {
  background-color: var(--color-primary);
  color: #ffffff;
}
.tag-view .tag-view-item.active::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 4px;
  border-radius: 50%;
  background: #ffffff;
}
.tag-view .tag-view-item .el-icon-text {
  white-space: nowrap;
  margin-right: 6px;
}
.el-container[data-v-038e7047] {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.el-container .el-container[data-v-038e7047] {
  overflow: auto;
  background: rgba(255, 255, 255, 0.75);
  background-size: 100%;
}
.el-header[data-v-038e7047] {
  background-color: #fff;
}
.el-aside[data-v-038e7047] {
  width: auto !important;
  transition: all 0.3s ease-in-out;
  background-color: #0084e1;
  padding-bottom: 60px;
}
.el-main[data-v-038e7047] {
  position: relative;
  padding: 20px 20px;
  background: #f9fafb;
}
