#main_left {
  text-align: left;
}
.el-submenu__title {
  /* padding-left: 16px !important; */
}
.el-menu {
  border: none;
}
.el-menu-item {
  border-bottom: 1px solid #EDEDED;
  color: #0C1916;
  font-weight: bold;
}
.el-menu-item.is-active {
  background: var(--theme-undertint-color);
  color: var(--theme-color);
}

.el-submenu__title,
.homeIcon {
  font-weight: bold !important;
}
.el-aside {
  width: 165px !important;
}

@charset "UTF-8";
.home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
}
.home_container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 1200px;
  margin: 98px auto 0;
}
#header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 82px;
  background: #fff;
  z-index: 100;
}
.el-aside {
  overflow: auto;
  height: atuo;
  margin-right: 16px;
}
.el-main {
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  padding: 0;
  background: none;
}

/**滚动条样式隐藏但是能滚动**/
html::-webkit-scrollbar {
  width: 0 !important;
}
html {
  -ms-overflow-style: none;
}
html {
  overflow: -moz-scrollbars-none;
}
.el-main::-webkit-scrollbar {
  width: 8px !important;
}
.el-main::-webkit-scrollbar-thumb {
  background-color: #dadcde;
  border-radius: 5px;
}

/**滚动条样式隐藏但是能滚动**/
.el-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0;
}
.avator {
  border-radius: 50%;
  cursor: pointer;
}
.el-dropdown-menu__item {
  text-align: center;
}
button[data-v-0bf99936]:hover {
  cursor: pointer;
}
.all-card[data-v-0bf99936] {
  margin: 20px 23px 0 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.executioningCard-css[data-v-0bf99936] {
  width: 224px;
  height: 168px;
  background: #f6ffed;
  border: 1px solid #d9f7be;
  border-radius: 8px;
  margin-top: 15px;
  margin-right: 18px;
}
.waitExecutionCard-css[data-v-0bf99936] {
  width: 224px;
  height: 168px;
  background: #fffbe6;
  border: 1px solid #fff1b8;
  border-radius: 8px;
  margin-top: 15px;
  margin-right: 18px;
}
.executionendCard-css[data-v-0bf99936] {
  width: 224px;
  height: 168px;
  background: #fff3f2;
  border: 1px solid #ffdedb;
  border-radius: 8px;
  margin-top: 15px;
  margin-right: 18px;
}
[data-v-0bf99936] .dialog-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 374px;
  height: 220px;
  background-image: url("https://cdn.ix5j.net/saas_assets/backcolor123.webp");
}
[data-v-0bf99936] .el-form--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
[data-v-0bf99936] .el-form-item {
  margin-bottom: 20px;
}
.dialog-size[data-v-0bf99936] {
  font-family: PingFang SC, PingFang SC-400;
}
.dialog-input[data-v-0bf99936] {
  width: 275px;
}
[data-v-0bf99936] .el-dialog__footer {
  margin-top: -16px;
}
.el-dialog__header .el-dialog__title[data-v-0bf99936] {
  text-align: center;
}
.message[data-v-0bf99936] {
  padding-top: 24px;
  font-size: 13px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  color: #909398;
  line-height: 15px;
}
[data-v-0bf99936] .el-dialog--center .el-dialog__body {
  text-align: CENTER;
}
.flex[data-v-0bf99936] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex img[data-v-0bf99936] {
  width: 127px;
  height: 127px;
}
.flex p[data-v-0bf99936] {
  margin-top: 8px;
  text-align: center;
  color: #000000;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: bold;
}
.status[data-v-0bf99936] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.status img[data-v-0bf99936] {
  width: 641px;
  height: 23px;
}
.custom-button[data-v-0bf99936] {
  width: 140px;
  height: 40px;
}
