@charset "UTF-8";
.class-list[data-v-1e5ad0b6] {
  -webkit-animation-name: scroll;
          animation-name: scroll;
  -webkit-animation-duration: var(--animation-duration, 10s);
          animation-duration: var(--animation-duration, 10s);
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.prj-index[data-v-1e5ad0b6] {
  height: 100%;
}
.card-b-tips[data-v-1e5ad0b6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.split-line[data-v-1e5ad0b6] {
  padding: 0 10px;
}
.home-line-content[data-v-1e5ad0b6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  height: calc(50% - 74px);
}
.block-box[data-v-1e5ad0b6] {
  width: calc(50% - 10px);
  background-color: #fff;
  border-radius: 6px;
  height: 100%;
}
.block-box .content[data-v-1e5ad0b6] {
  height: 300px;
}
.block-box .title[data-v-1e5ad0b6] {
  padding-top: 10px;
  position: relative;
}
.block-box .title .icon[data-v-1e5ad0b6] {
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 20px;
  background: #65abf6;
}
.block-box .title .text[data-v-1e5ad0b6] {
  margin-left: 20px;
}
.block-box .title .flex-text[data-v-1e5ad0b6] {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.class-list[data-v-1e5ad0b6] {
  overflow: auto;
  scrollbar-width: none;
  height: 100%;
  /* 对于Firefox */
}

/* 针对WebKit浏览器，如Chrome和Safari */
.class-list[data-v-1e5ad0b6]::-webkit-scrollbar {
  display: none;
  /* 隐藏滚动条 */
}
.class-list[data-v-1e5ad0b6] {
  height: 100%;
}
.class-list .list-item[data-v-1e5ad0b6] {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 40px);
}
.class-list .list-item .list-content[data-v-1e5ad0b6] {
  margin-left: 20px;
  width: calc(100% - 210px);
}
.class-list .list-item .list-content .meetingTitle[data-v-1e5ad0b6] {
  font-size: 18px;
  font-weight: bold;
}
.class-list .list-item .list-content .meetingContents[data-v-1e5ad0b6] {
  margin-top: 10px;
  font-size: 16px;
  display: -webkit-box;
  /* 启用弹性盒子布局模型 */
  -webkit-box-orient: vertical;
  /* 子元素垂直排列 */
  -webkit-line-clamp: 3;
  /* 限制在3行内 */
  overflow: hidden;
  /* 隐藏超出盒子的内容 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  max-height: 70px;
  /* 设置最大高度 */
  line-height: 20px;
  /* 行高 */
  width: 100%;
  /* 设置宽度 */
  /* 设定最大高度 */
  /* 当内容超出元素时显示滚动条 */
}
.home-statistics[data-v-1e5ad0b6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-statistics .card-item[data-v-1e5ad0b6] {
  color: #fff;
  width: calc(20% - 20px);
  position: relative;
  margin-right: 10px;
}
.home-statistics .card-item .svg-icon[data-v-1e5ad0b6] {
  position: absolute;
  right: 40px;
  top: 20px;
}
.home-statistics .card-item .card[data-v-1e5ad0b6] {
  padding: 10px 0 0 0;
  width: 100%;
}
.home-statistics .card-item .card .card-content[data-v-1e5ad0b6] {
  margin-top: 10px;
}
.home-statistics .card-item .card .card-b-tips[data-v-1e5ad0b6] {
  margin-top: 10px;
  font-size: 12px;
}
.home-statistics .card-item .card .unit[data-v-1e5ad0b6] {
  margin-left: 4px;
}
.home-statistics .card-item .card .num[data-v-1e5ad0b6] {
  font-size: 20px;
  color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}
.home-statistics .card-item[data-v-1e5ad0b6]:last-of-type {
  margin-right: 0;
}
[data-v-1e5ad0b6].el-card__body {
  height: 100%;
}
.todo-items[data-v-1e5ad0b6] {
  background: -webkit-gradient(linear, right top, left top, from(#33c7ee), to(#14b0d8));
  background: linear-gradient(to left, #33c7ee, #14b0d8);
}
.todo-items .num-box[data-v-1e5ad0b6] {
  margin-top: 40px;
}
.security-inspection[data-v-1e5ad0b6] {
  background: -webkit-gradient(linear, right top, left top, from(#fdba72), to(#f2a858));
  background: linear-gradient(to left, #fdba72, #f2a858);
}
.safety-training[data-v-1e5ad0b6] {
  background: -webkit-gradient(linear, right top, left top, from(#4bdbdb), to(#3bcccc));
  background: linear-gradient(to left, #4bdbdb, #3bcccc);
}
.safe-production[data-v-1e5ad0b6] {
  background: -webkit-gradient(linear, right top, left top, from(#65abf6), to(#4696ea));
  background: linear-gradient(to left, #65abf6, #4696ea);
}
.hazard-source-warning[data-v-1e5ad0b6] {
  background: -webkit-gradient(linear, right top, left top, from(#fd8866), to(#eb6a45));
  background: linear-gradient(to left, #fd8866, #eb6a45);
}
@charset "UTF-8";
@-webkit-keyframes scroll-4781747a {
from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    /* 根据列表项宽度调整 */
}
}
@keyframes scroll-4781747a {
from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    /* 根据列表项宽度调整 */
}
}
[data-v-4781747a] .weather-card .el-card__body {
  padding: 16px 12px 10px 12px !important;
}
iframe[data-v-4781747a] {
  width: 100%;
  height: 100%;
  border: none;
  /* 可选，移除边框 */
}
iframe html[data-v-4781747a],
iframe body[data-v-4781747a] {
  width: 100%;
  height: 100%;
}
[data-v-4781747a] .el-table {
  color: #000;
  font-size: 16px;
}
[data-v-4781747a] .el-progress__text {
  color: #f14045;
}
[data-v-4781747a].el-card {
  border-radius: 10px;
}
.company-index[data-v-4781747a] {
  height: 100%;
  width: 100%;
}
.project-list-box[data-v-4781747a],
.cockpit[data-v-4781747a] {
  width: 50%;
  margin-right: 20px;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.project-list-box .title .text[data-v-4781747a],
.cockpit .title .text[data-v-4781747a] {
  cursor: pointer;
}
.todo-list[data-v-4781747a],
.project-list[data-v-4781747a] {
  margin-top: 10px;
  width: 100%;
}
.margin-r-20[data-v-4781747a] {
  margin-right: 20px;
}
.echarts[data-v-4781747a] {
  width: 50%;
}
.todo-list-box[data-v-4781747a],
.pre-class-list[data-v-4781747a] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30%;
}
.table-wrapper[data-v-4781747a] {
  height: calc(100% - 52px);
}
.block-box[data-v-4781747a] {
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
}
.block-box .content[data-v-4781747a] {
  margin-top: 10px;
  height: 300px;
}
.block-box .title[data-v-4781747a] {
  padding-top: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-box .title .icon[data-v-4781747a] {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 8px;
  border-radius: 5px;
  height: 20px;
  background: -webkit-gradient(linear, left bottom, left top, from(#f14045), to(#ffffff));
  background: linear-gradient(0deg, #f14045, #ffffff);
}
.block-box .title .text[data-v-4781747a] {
  margin-left: 40px;
}
.block-box .title .more[data-v-4781747a] {
  position: absolute;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  top: 12px;
  right: 10px;
}
.home-top[data-v-4781747a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.home-top .weather-control[data-v-4781747a] {
  width: 30%;
}
.home-top .home-statistics[data-v-4781747a] {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.home-top .home-statistics .card-box[data-v-4781747a] {
  width: 50%;
}
.home-top .home-statistics .card-box-right[data-v-4781747a] {
  width: calc(50% - 20px);
  margin-left: 20px;
}
.home-top .home-statistics .card-item[data-v-4781747a] {
  cursor: pointer;
  width: calc(50% - 10px);
  height: 120px;
  position: relative;
}
.home-top .home-statistics .card-item .content[data-v-4781747a] {
  position: absolute;
  top: 30px;
  right: 40px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-top .home-statistics .card-item .content .title[data-v-4781747a] {
  font-size: 18px;
}
.home-top .home-statistics .card-item .content .num[data-v-4781747a] {
  font-size: 18px;
  margin-top: 10px;
  font-weight: bold;
  cursor: pointer;
}
.home-top .home-statistics .card-item .content .num-1[data-v-4781747a] {
  color: #4c95e7;
}
.home-top .home-statistics .card-item .content .num-2[data-v-4781747a] {
  color: #6ed8c6;
}
.home-top .home-statistics .card-item .content .num-3[data-v-4781747a] {
  color: #dd8b46;
}
.home-top .home-statistics .card-item .content .num-4[data-v-4781747a] {
  color: #e66c6c;
}
.home-top .home-statistics .card-item .content .num-1[data-v-4781747a]:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #4c95e7;
          text-decoration-color: #4c95e7;
}
.home-top .home-statistics .card-item .content .num-2[data-v-4781747a]:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #6ed8c6;
          text-decoration-color: #6ed8c6;
}
.home-top .home-statistics .card-item .content .num-3[data-v-4781747a]:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #dd8b46;
          text-decoration-color: #dd8b46;
}
.home-top .home-statistics .card-item .content .num-4[data-v-4781747a]:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #e66c6c;
          text-decoration-color: #e66c6c;
}
.home-top .home-statistics .card-item .content-left[data-v-4781747a] {
  right: 12px;
}
.home-top .home-statistics .card-item .card-item-bg[data-v-4781747a] {
  position: absolute;
  bottom: 0;
  z-index: 1;
  top: 10px;
}
.home-top .home-statistics .card-item .card-item-bg-left[data-v-4781747a] {
  width: calc(100% - 5px);
  left: 0;
  top: 30px;
}
.home-top .home-statistics .wh51[data-v-4781747a] {
  width: 51%;
}
.home-top .home-statistics .wh513[data-v-4781747a] {
  width: calc(50% - 30px);
}
.home-top .home-statistics .card-item-left[data-v-4781747a] {
  margin-right: 10px;
}
.home-top .home-statistics .card-item-left[data-v-4781747a]:last-of-type {
  margin-right: 0;
}
.weather-card[data-v-4781747a] {
  height: 120px;
}
.home-line-content[data-v-4781747a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  height: 340px;
}
.class-list[data-v-4781747a] {
  overflow: auto;
  scrollbar-width: none;
  scroll-behavior: smooth;
  height: calc(100% - 52px);
  /* 对于Firefox */
}

/* 针对WebKit浏览器，如Chrome和Safari */
.class-list[data-v-4781747a]::-webkit-scrollbar {
  display: none;
  /* 隐藏滚动条 */
}
.class-list .list-item[data-v-4781747a] {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 40px);
}
.class-list .list-item .list-content[data-v-4781747a] {
  margin-left: 20px;
  width: calc(100% - 210px);
}
.class-list .list-item .list-content .meetingTitle[data-v-4781747a] {
  font-weight: bold;
}
.class-list .list-item .list-content .meetingContents[data-v-4781747a] {
  margin-top: 10px;
  font-size: 16px;
  display: -webkit-box;
  /* 启用弹性盒子布局模型 */
  -webkit-box-orient: vertical;
  /* 子元素垂直排列 */
  -webkit-line-clamp: 3;
  /* 限制在3行内 */
  overflow: hidden;
  /* 隐藏超出盒子的内容 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  max-height: 70px;
  /* 设置最大高度 */
  line-height: 20px;
  /* 行高 */
  width: 100%;
  /* 设置宽度 */
  /* 设定最大高度 */
  /* 当内容超出元素时显示滚动条 */
}
.link-list[data-v-4781747a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  overflow: auto;
  height: calc(100% - 52px);
}
.link-list .link-item[data-v-4781747a] {
  cursor: pointer;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link-list .link-item .link-item-noImg-icon[data-v-4781747a] {
  width: 54px;
  height: 54px;
  border-radius: 20px;
  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;
  background-color: rgba(255, 168, 28, 0.2);
}
.link-list .link-item .link-item-noImg-icon i[data-v-4781747a] {
  font-size: 30px;
  font-weight: bold;
  color: #ffa81c;
}
.link-list .link-item .link-item-text[data-v-4781747a] {
  margin-top: 20px;
  font-size: 16px;
}
.prj-select-wrap[data-v-4781747a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: auto;
}
.prj-select-wrap .common_tree_handle[data-v-4781747a] {
  width: 450px !important;
}
.prj-select-wrap .tree-wrap[data-v-4781747a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
}
.prj-select-wrap .btn-wrap[data-v-4781747a] {
  padding: 10px;
  text-align: center;
}
@charset "UTF-8";
#homeIndex[data-v-5954443c] {
  height: 100%;
}
[data-v-5954443c] .el-carousel__arrow {
  width: 24px;
  height: 24px;
}
[data-v-5954443c] .el-carousel__arrow--left {
  left: 0;
  background-color: #fbe5e3;
  display: none;
}
[data-v-5954443c] .el-carousel__arrow--left:hover {
  background-color: #e64741;
}
[data-v-5954443c] .el-carousel__arrow--right {
  right: 0;
  background-color: #fbe5e3;
  display: none;
}
[data-v-5954443c] .el-carousel__arrow--right:hover {
  background-color: #e64741;
}
.disFlex[data-v-5954443c] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cardBox6[data-v-5954443c] {
  width: calc(66.6% - 48px);
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.0588235294);
  padding: 16px 20px;
}
.cardBox3[data-v-5954443c] {
  width: calc(100% - 38px);
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.0588235294);
  padding: 16px 20px;
}
.cardBox3[data-v-5954443c] .el-tabs__content {
  height: calc(100% - 40px);
}
.cardBox3[data-v-5954443c] .el-tabs {
  height: 100%;
}
.cardBox3[data-v-5954443c] .el-tab-pane {
  height: 100%;
}
.cardBox3[data-v-5954443c] .el-table__body-wrapper {
  height: calc(100% - 44px);
  overflow-y: auto;
}
.cardTitleHome[data-v-5954443c] {
  width: 100%;
  color: #1d2129;
  font-size: 18px;
  margin-bottom: 11px;
}
.cardTitleHome .board[data-v-5954443c] {
  font-size: 16px;
  margin-left: 16px;
}
.cardTitleHome .board .el-icon-right[data-v-5954443c] {
  font-size: 16px;
}
.cardTitleHome[data-v-5954443c] .el-tabs__content {
  height: calc(100% - 40px);
}
.cardTitleHome[data-v-5954443c] .el-tabs {
  height: 100%;
}
.cardTitleHome[data-v-5954443c] .el-tab-pane {
  height: 100%;
}
.cardTitleHome[data-v-5954443c] .el-table__body-wrapper {
  height: calc(100% - 44px);
  overflow-y: auto;
}
.leftChange[data-v-5954443c] {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 103px 0;
  cursor: pointer;
}
.rightChange[data-v-5954443c] {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 103px 0;
  cursor: pointer;
}
.targetBox[data-v-5954443c] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.targetLittle[data-v-5954443c] {
  width: 30%;
  padding: 10px;
  margin-bottom: 16px;
  border-radius: 7px;
  background: linear-gradient(125deg, rgba(235, 240, 246, 0.5803921569) 2.35%, rgba(243, 246, 250, 0.5803921569) 94.99%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.targetTitle[data-v-5954443c] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
}
.iconContent[data-v-5954443c] {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
}
.disFlex-left[data-v-5954443c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 30px;
}
.income[data-v-5954443c] {
  width: 25px;
  height: 25px;
}
.number[data-v-5954443c] {
  font-size: 26px;
  font-weight: bold;
  color: #15161a;
}
.menu-box[data-v-5954443c] {
  width: calc(33.3% - 8px);
  height: 100%;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.0588235294);
}
.menu-box .quick-app-list[data-v-5954443c] {
  padding: 16px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.menu-box .quick-app-list .menu-title[data-v-5954443c] {
  width: 100%;
  color: #1d2129;
  font-size: 18px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #f4f5f6;
  padding-bottom: 20px;
}
.menu-box .quick-app-list .list-content[data-v-5954443c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: calc(100% - 56px);
}
.menu-box .quick-app-list .list-content .quick-app-item[data-v-5954443c] {
  width: 25%;
  text-align: center;
  font-weight: 400;
  color: #666666;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 7px;
}
.menu-box .quick-app-list .list-content .quick-app-item .imageBox[data-v-5954443c] {
  width: 40px;
  height: 40px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.menu-box .quick-app-list .list-content .quick-app-item .imageBox i[data-v-5954443c] {
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
}
.menu-box .quick-app-list .list-content .quick-app-item span[data-v-5954443c] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 80px;
}
.unit[data-v-5954443c] {
  font-size: 13px;
  color: #484a4d;
  margin-left: 6px;
}
.homeHtBox[data-v-5954443c] {
  font-size: 14px;
  color: #484a4d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  line-height: 20px;
  margin-top: 8px;
}
.htImg[data-v-5954443c] {
  width: 14px;
  height: 14px;
  margin: 3px 0;
}
.htNumber[data-v-5954443c] {
  margin: 0 7px;
}
.morningBox[data-v-5954443c] {
  width: 100%;
  background-image: url(../../static/img/morning.75db62ba.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-bottom: 17px;
  height: calc(50% - 8px);
}
.assistantBox[data-v-5954443c] {
  width: 100%;
  background-image: url(../../static/img/assistant.018a393f.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: calc(50% - 8px);
  cursor: pointer;
}
.callBox[data-v-5954443c] {
  color: #15161a;
  font-size: 25px;
  font-weight: bold;
  padding-top: 11%;
  margin-left: 20px;
}
.dateAndWeather[data-v-5954443c] {
  color: #484a4d;
  font-size: 16px;
  margin-left: 20px;
  margin-top: 14px;
}
.taskHomeBox[data-v-5954443c] {
  width: 200px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
  padding: 14px 0;
}
.taskHomeBox[data-v-5954443c]:hover {
  background-color: #f8fafb;
}
.taskHomeImg[data-v-5954443c] {
  width: 40px;
  height: 40px;
  margin: 7px 0;
  margin-right: 20px;
}
.taskNumber[data-v-5954443c] {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 6px;
}
.taskName[data-v-5954443c] {
  font-size: 14px;
  color: #484a4d;
}
.needTodo[data-v-5954443c] {
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.allNameBox[data-v-5954443c] {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  position: absolute;
  top: 11px;
  right: 0;
}
.todoContentBox[data-v-5954443c] {
  width: 100%;
  overflow: auto;
}
.todoContentLittle[data-v-5954443c] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  margin-bottom: 6px;
}
.todoContentLittle[data-v-5954443c]:hover {
  text-decoration: underline;
}
.todoContentLittle[data-v-5954443c]:last-child {
  margin-bottom: 0;
}
.commonReport[data-v-5954443c] {
  width: 33.3%;
  text-align: center;
  font-size: 14px;
  color: #484a4d;
  cursor: pointer;
}
.commonReport span[data-v-5954443c] {
  white-space: normal;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 20px;
}
.commonReportImg[data-v-5954443c] {
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  margin-bottom: 12px;
}
.serviceHomeBox[data-v-5954443c] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.serviceLittleBox[data-v-5954443c] {
  width: 27%;
  border-radius: 4px;
  background-color: #f7f7f8;
  padding: 10px;
  color: #484a4d;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 10px;
  cursor: pointer;
}
.serviceLittleBox[data-v-5954443c]:nth-child(3n) {
  margin-right: 0px;
}
.servicImg[data-v-5954443c] {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}
[data-v-5954443c] .el-tabs__content {
  background-color: transparent;
}
[data-v-5954443c] .el-tabs__header {
  margin: 0;
}
.moreTitle[data-v-5954443c] {
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  position: absolute;
  top: 27px;
  right: 20px;
}
.newsBox[data-v-5954443c] {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.newsBox[data-v-5954443c]::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.newsLittle[data-v-5954443c] {
  width: 100%;
  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: 34px;
  border-bottom: 1px solid #ebeef5;
  cursor: pointer;
  color: #606266;
}
.point[data-v-5954443c] {
  padding: 5px;
}
.point[data-v-5954443c]::after {
  content: "\25CF";
  font-size: 8px;
}
.newsTitle[data-v-5954443c] {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  width: 60%;
}
.newsTime[data-v-5954443c] {
  width: 40%;
  text-align: right;
  font-size: 14px;
}
.newsLittle[data-v-5954443c]:hover {
  color: #2979ff !important;
}
.noticeTitle[data-v-5954443c] {
  width: 90%;
  margin: auto;
  text-align: center;
  color: #333333;
  font-size: 26px;
  font-weight: bold;
}
.noticeTime[data-v-5954443c] {
  width: 100%;
  text-align: left;
  color: #606266;
  font-size: 18px;
  padding-top: 36px;
  padding-bottom: 12px;
  border-bottom: 1px solid #c0c4cc;
}
.noticeContent[data-v-5954443c] {
  width: 100%;
}
[data-v-5954443c] .el-table th {
  color: rgba(0, 0, 0, 0.85);
}
[data-v-5954443c] .el-table--medium .el-table__cell {
  padding: 5px 0;
}
