@import "@/assets/styles/utils.scss";


// 富文本编译器样式
.el-form-item__content {
  .w-e-text-container {
    .w-e-text-placeholder {
      top: 10px;
    }
  }
}

// 面包屑样式
.my-L-breadcrumb {
  // height: 55px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
  // .icon-jc-55fanhui {
  //   color: #192a92;
  //   font-size: 20px;
  //   cursor: pointer;
  // }
}

// 申报权限企业名录tab列表样式
.table-lists {
  .tab-green {
    color: #24D3A9;
  }

  .tab-red {
    color: #C51717;
  }

  .tab-blue {
    color: #134EE6;
  }
}

// 项目库、企业的项目清单 状态样式
.table-status {
  p {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;

    span {
      &:nth-of-type(1) {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        margin-right: 10px;
      }
    }
  }

  .statusisZero {
    span {
      &:nth-of-type(1) {
        background-color: #cdcccc;
      }

      &:nth-of-type(2) {
        color: #cdcccc;
      }
    }
  }

  .statusisOne {
    span {
      &:nth-of-type(1) {
        background-color: #24D3A9;
      }

      &:nth-of-type(2) {
        color: #24D3A9;
      }
    }
  }

  .statusisTwo {
    span {
      &:nth-of-type(1) {
        background-color: #134EE6;
      }

      &:nth-of-type(2) {
        color: #134EE6;
      }
    }
  }

  .statusisThree {
    span {
      &:nth-of-type(1) {
        background-color: #FF9600;
      }

      &:nth-of-type(2) {
        color: #FF9600;
      }
    }
  }

  .statusisNine {
    span {
      &:nth-of-type(1) {
        background-color: red;
      }

      &:nth-of-type(2) {
        color: red;
      }
    }
  }
}

// 项目库、企业的项目清单操作按钮的样式
.table-operation {
  span {
    cursor: pointer;
  }

  .look-info {
    color: #192A92;
    margin-right: 15px;
  }

  .edit-info {
    color: #29A07A;
    margin-right: 15px;
  }

  .del-info {
    color: #C51717;
  }
}

.L-public-main {
  padding: 6px 6px 6px 6px;
  width: 100%;
  height: 100%;

  .L-main {
    width: 100%;
    height: 100%;
    padding: 24px 24px 43px 24px;
    background-color: #fff;

    header {
      margin-bottom: 25px;

      // .project_big_type {
      //   width: 400px;
      // }
      .btnss {
        display: flex;
        align-items: center;
      }

      .import-btn {
        margin-top: 3px;
        padding: 6px 15px;
      }

      .import-btn-export {
        padding: 8px 20px;
      }

      .el-form {
        .el-form-item {
          .el-form-item__content {
            .xinxiweihu {
              width: 230px;
            }
          }
        }
      }

     
    }

    section {
      width: 100%;
      height: calc(100% - 20px);
      overflow-y: auto;
      // padding-bottom: 20px;
    }

    .el-table::before {
      height: 0;
    }

    .el-table {
      margin-bottom: 25px;

      th {
        // font-family: PingFang-SC, PingFang-SC;
        font-weight: bold;
        font-size: 14px;
        color: #000000;
      }

      td {
        // font-family: PingFang-SC, PingFang-SC;
        font-weight: 500;
        font-size: 14px;
        color: #666666;
      }

      .evenNumber-row {
        background-color: #F6F9FD;
      }

      .project-name {
        text-decoration: underline;
        // font-family: PingFang-SC, PingFang-SC;
        font-weight: 500;
        font-size: 14px;
        color: #1890FF;
        cursor: pointer;
      }
    }

    .el-pagination {

      .btn-prev,
      .btn-next {
        padding: 0 13px;
      }
    }
  }
}

.projectInfo {
  .el-row {
    height: 100%;

    .el-col {
      height: 100%;
    }
  }

  .L_row {
    height: calc(100% - 40px);
  }

  .left-info {
    height: calc(30% - 5px);
    background-color: white;
    padding: 28px 28px 0 28px;

    .project-info-title {
      margin-bottom: 28px;
      // font-family: PingFang-SC, PingFang-SC;
      font-weight: bold;
      font-size: 14px;
      color: #333333;
    }

    .el-descriptions-item__label {
      background: #F5F8FA;
      width: 180px;
      // font-family: PingFang-SC, PingFang-SC;
      font-weight: 500;
      font-size: 14px;
      color: #333333;
    }

    .el-descriptions-item__content {
      // font-family: PingFang-SC, PingFang-SC;
      font-weight: 500;
      width: 480px;
      font-size: 14px;
      color: #333333;
    }

    .info-link {
      // display: flex;
      // align-items: center;
      // font-family: PingFang-SC, PingFang-SC;
      font-weight: 500;
      font-size: 14px;
      color: #333;

      a {
        text-decoration: underline;
        color: #134EE6;
        margin-left: 20px;
      }

      .a-primary {
        margin-left: 0;
        color: #1890FF;
      }

      .project_info_box {
        .dict_type {
          min-width: 32%;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          cursor: pointer;
        }
      }
    }
  }

  .enter-left-info {
    height: calc(25% - 5px);
  }

  .left-tabs {
    height: calc(70% - 5px);
    margin-top: 10px;
    background-color: white;

    .tabs-top {
      width: 100%;
      display: flex;
      padding: 15px 28px;
      border-bottom: 1px solid #E4E7ED;

      .tabs-top-item {
        padding: 5px 34px;
        // font-family: PingFang-SC, PingFang-SC;
        font-weight: bold;
        font-size: 14px;
        color: #999999;
        cursor: pointer;
      }

      .active-item {
        background: #1890FF;
        border-radius: 5px 5px 5px 5px;
        // font-family: PingFang-SC, PingFang-SC;
        font-weight: bold;
        font-size: 14px;
        color: #FFFFFF;
      }
    }

    .tabs-bottom {
      padding: 20px 28px 0 28px;

      // 申报单位信息
      .L-unitInfo {
        height: 100%;

        .a-primary {
          text-decoration: underline;
          margin-left: 0;
          color: #1890FF;
        }
      }

      .enter-contacts-list {
        .el-row {
          height: 80px;
        }

        .el-form-item {
          margin-top: 20px;
          margin-bottom: 28px;

          .el-form-item__content {
            width: 300px;
          }
        }
      }

      .tabOneLabel,
      .tabOneContent {
        width: 220px;
      }

      .el-descriptions-item__label {
        background: #F5F8FA;
        width: 220px;
        // font-family: PingFang-SC, PingFang-SC;
        font-weight: 500;
        font-size: 14px;
        color: #333333;
      }

      .el-descriptions-item__content {
        // font-family: PingFang-SC, PingFang-SC;
        font-weight: 500;
        font-size: 14px;
        color: #333333;
      }

      .tabOneFileLabel {
        // font-family: PingFang-SC, PingFang-SC;
        font-weight: 500;
        font-size: 16px;
        color: #333333;
        width: auto;
        background-color: #fff;
      }

      .tabOneFileContent {
        a {
          // font-family: PingFang-SC, PingFang-SC;
          font-weight: 500;
          font-size: 16px;
          color: #333333;
        }
      }

      .project-info-title {
        margin-bottom: 28px;
        // font-family: PingFang-SC, PingFang-SC;
        font-weight: bold;
        font-size: 14px;
        color: #333333;
      }

      // 企业库的企业基本信息
      .enter-one-top {

        // overflow-y: auto;
        .el-descriptions__body {
          // height: 100%;
        }
      }

      .file-info-content {
        display: flex;
      }

      .margin-top-file {
        margin-top: 20px;
      }
    }
  }

  .enter-tabs {
    height: calc(70% - 5px);
  }

  .enter-footTabs {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
  }

  // 备忘录
  .projectInfo-memo {
    width: 100%;

    .memo-top {
      width: 100%;

      // margin-bottom: 15px;
      .project-info-top {
        display: flex;
        align-items: center;

        .project-info {
          // font-family: PingFang-SC, PingFang-SC;
          font-weight: bold;
          font-size: 14px;
          color: #333333;
          margin-right: 60px;
        }
      }

      .el-date-editor {
        width: 340px;
      }

      .el-input {
        width: 320px;
      }

      .query-item {
        margin-left: 10px;

        .el-form-item__content {
          width: 100%;

          button {
            height: 32px;
          }
        }
      }
    }

    .memo-bottom {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 15px;
      height: 400px;
      width: 100%;
      overflow-y: auto;

      .el-card {
        overflow: visible;
      }

      .el-card__header {
        background-color: #F5F8FA;
        border-bottom: 1px solid #D9D9D9;

        .clearfix {
          display: flex;
          align-items: center;

          .clearfix-left {
            flex: 1;
            display: flex;
            flex-direction: column;

            span {
              &:nth-of-type(1) {
                // font-family: PingFang-SC, PingFang-SC;
                font-weight: bold;
                font-size: 14px;
                color: #333333;
              }

              &:nth-of-type(2) {
                // font-family: PingFang-SC, PingFang-SC;
                font-weight: 500;
                font-size: 12px;
                color: #737373;
                margin-top: 15px;
              }
            }
          }

          .clearfix-right {
            display: flex;

            .clearfix-bianji,
            .clearfix-shanchu {
              display: flex;
              align-items: center;
              padding: 5px 15px;
              cursor: pointer;
              // border-radius: 15px;
              border-radius: 50px;

              i {
                margin-right: 5px;
              }
            }

            .clearfix-bianji {
              background: rgba(24, 144, 255, 0.3);
            }

            .clearfix-shanchu {
              background: rgba(243, 110, 65, 0.3);
              margin-left: 10px;
            }
          }
        }
      }

      .clearfix-body {
        .memo-keyword {
          padding: 20px 15px 10px 15px;
          border-bottom: 1px solid #D9D9D9;

          .memo-keyword-title {
            // font-family: PingFang-SC, PingFang-SC;
            font-weight: bold;
            font-size: 14px;
            color: #333333;
          }

          .memo-keyword-content {
            // font-family: PingFang-SC, PingFang-SC;
            font-weight: 500;
            font-size: 12px;
            color: #737373;
            margin-top: 10px;
            height: 80px;
            overflow-y: auto;
          }
        }

        .memo-content {
          padding: 20px 15px 10px 15px;

          .memo-content-title {
            // font-family: PingFang-SC, PingFang-SC;
            font-weight: bold;
            font-size: 14px;
            color: #333333;
          }

          .memo-content-content {
            // font-family: PingFang-SC, PingFang-SC;
            font-weight: 500;
            font-size: 12px;
            color: #737373;
            margin-top: 10px;
            height: 80px;
            overflow-y: auto;
          }
        }
      }
    }
  }

  // 项目库详情的智能提醒
  .smart-remind {
    height: 100%;

    .remind-top {
      display: flex;
      align-items: center;
      margin-bottom: 30px;

      .remind-title {
        font-weight: bold;
        font-size: 14px;
        color: #333333;
        margin-right: 20px;
      }
    }

    .remind-timeline {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 10px;

      .el-card {
        background-color: #F5F8FA;
        border: none;
      }

      .el-card-border {
        border: 1px solid rgba(245, 95, 95, 0.4); // #FD5F5F
      }

      .warn-main {
        display: flex;
        justify-content: space-between;

        .warn-main-left {
          display: flex;

          .warn-main-img {
            padding-top: 3px;

            img {
              width: 20px;
              height: 20px;
              margin-right: 10px;
            }
          }

          .warn-main-content {
            .content-title {
              font-weight: bold;
              font-size: 15px;
              color: #333333;
            }

            .content-middle {
              font-weight: bold;
              font-size: 15px;
              color: #333333;
              margin: 10px 0;
            }

            .content-time {
              font-weight: 500;
              font-size: 14px;
              color: #737373;
            }
          }
        }

        .different-left {
          .warn-main-content {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
          }
        }

        .warn-main-right {
          padding-right: 10px;
          display: flex;
          flex-direction: column;
          justify-content: space-between;

          .warn-main-right-chakan {
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(19, 78, 230, 0.1);
            padding: 5px 15px;
            cursor: pointer;
            border-radius: 50px;
            font-weight: 500;
            font-size: 14px;
            color: #134EE6;
            margin-bottom: 10px;
          }

          .warn-main-right-status {
            padding: 5px 15px;
            font-weight: 500;
            font-size: 14px;
            color: #4EB997;
          }

          .status-unread {
            color: #FD5F5F;
          }
        }
      }
    }
  }

  // 资金拨付进度
  .money-schedule {
    height: 100%;

    .schedule-title {
      // font-family: PingFang-SC, PingFang-SC;
      font-weight: bold;
      font-size: 14px;
      color: #333333;
    }

    .schedule-timeline {
      margin-top: 28px;

      .el-timeline-item__tail {
        border: 1px dashed #dfe4ed;
      }

      .el-timeline-item__wrapper {
        top: -20px;
      }

      .el-card__body {
        background-color: #F5F8FA;
        padding: 15px;

        .schedule-content {
          display: flex;
          align-items: center;

          .schedule-card-title {
            // font-family: PingFang-SC, PingFang-SC;
            font-weight: bold;
            font-size: 14px;
            color: #333333;
          }

          .schedule-status {
            margin-left: 20px;
            padding: 5px 7px;
            border-radius: 2px 2px 2px 2px;
            // font-family: PingFang-SC, PingFang-SC;
            font-weight: bold;
            font-size: 12px;
            color: #FFFFFF;
            cursor: pointer;
          }

          .orange {
            background: #F39801;
          }

          .green {
            background: #24D3A9;
          }

          .blue {
            background: #134EE6;
          }
        }

        .schedule-time {
          // font-family: PingFang-SC, PingFang-SC;
          font-weight: 500;
          font-size: 12px;
          color: #737373;
          margin-top: 15px;
        }
      }
    }
  }

  // 项目进展
  .L-projectProgress {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 27px 24px 0 27px;

    .el-step__head.is-process {
      color: #192a92;
    }

    .el-step__line {
      background-color: #192a92;
    }

    .el-step__icon {
      border: 2px solid #192A92;
    }

    .el-tabs--border-card {
      border: none;
      box-shadow: none;
      -webkit-box-shadow: none;
      height: 100%;
    }

    .el-step__title {
      font-size: 12px;
      color: #192a92;
      border-color: none;
    }

    .projectProgress-title {
      // font-family: PingFang-SC, PingFang-SC;
      font-weight: bold;
      font-size: 14px;
      color: #333333;
      // margin-bottom: 47px;
    }

    .left_title {
      height: 77px;
      padding-top: 20px;
      background-color: #fff;
      margin-bottom: 4px;
    }

    .schedule-timeline {
      overflow-y: scroll;
      padding: 15px 10px;

      .el-timeline {
        padding-left: 0;

        .timeline-item-green {
          .el-timeline-item__tail {
            border: 1px solid #4EB997;
          }
        }

        .timeline-item-red {
          .el-timeline-item__tail {
            border: 1px solid #ff1818;
          }
        }
      }

      .timeline-dot {
        position: absolute;
        left: -5px;
        width: 22px;
        height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background-color: #fff;
        box-shadow: 1px 1px 3px 0px #4EB997;

        .icon-jc-dian {
          color: #ff1818;
        }

        .icon-jc-dian-green {
          color: #4EB997;
        }
      }

      .timeline-dot-red {
        box-shadow: 1px 1px 3px 0px #ff1818;
      }

      .el-timeline-item__wrapper {
        top: -20px;
      }

      .el-card__body {
        background-color: #F5F8FA;
        padding: 15px;

        .schedule-content {
          display: flex;
          align-items: center;

          .card-content-left {
            flex: 1;

            .schedule-card-title {
              // font-family: PingFang-SC, PingFang-SC;
              font-weight: bold;
              font-size: 14px;
              color: #333333;
            }

            .card-content-one,
            .card-content-two {
              margin-top: 10px;

              span {
                // font-family: PingFang-SC, PingFang-SC;
                font-weight: 500;
                font-size: 12px;

                &:nth-of-type(1) {
                  color: #737373;
                  width: 70px;
                  display: inline-block;
                }

                &:nth-of-type(2) {
                  color: #333333;
                }
              }

              a {
                // font-family: PingFang-SC, PingFang-SC;
                font-weight: 500;
                font-size: 12px;
                color: #192A92;
              }
            }

            .card-content-three {
              margin-top: 20px;
              // font-family: PingFang-SC, PingFang-SC;
              font-weight: 500;
              font-size: 12px;
              color: #737373;
            }

            .card-content-three-red {
              margin-top: 40px;
              // font-family: PingFang-SC, PingFang-SC;
              font-weight: 500;
              font-size: 12px;
              color: #FF1818;
            }
          }

          .card-content-right {
            .iconfont {
              font-size: 65px;
            }

            .icon-jc-daishenpi1-copy {
              color: #979797;
            }

            .icon-jc-shenpitongguo-copy {
              color: #4EB997;
            }

            .icon-jc-yijujue {
              color: #e05858;
            }
          }
        }

        .schedule-time {
          // font-family: PingFang-SC, PingFang-SC;
          font-weight: 500;
          font-size: 12px;
          color: #737373;
          margin-top: 15px;
        }
      }
    }
  }
}

// 导入新项目弹框
.project-import-dialog {
  .importFormItem {
    .el-form-item__label {
      text-align: left;
    }

    .el-form-item__content {

      .el-select,
      .el-date-editor,
      .el-cascader {
        // width: 280px;
        width: calc(100% - 20px);
      }

      .btnsFlex {
        display: flex;
        align-items: center;
        margin-top: 40px;

        .el-upload {
          // .el-upload-dragger {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 120px;
          height: 36px;
          background: #F1D78C;
          border: none;
          border-radius: 5px 5px 5px 5px;
          // font-family: PingFang-SC, PingFang-SC;
          font-weight: bold;
          font-size: 14px;
          color: #000000;

          i {
            margin-right: 5px;
          }

          // }
          // .el-upload-dragger:hover {
          //   background: oklab(.88 0 .1 / .5);
          //   border-color: #f1d78c;
          //   // border: 1px solid #f1d78c;
          //   color: #000;
          // }
        }

        .el-upload:hover {
          background: oklab(.88 0 .1 / .5);
          border-color: #f1d78c;
          // border: 1px solid #f1d78c;
          color: #000;
        }

        a {
          text-decoration: underline;
          color: #134EE6;
          margin-left: 20px;
        }
      }
    }
  }
}

.importExplain {
  .importExplain-title {
    // font-family: PingFang-SC, PingFang-SC;
    font-weight: bold;
    font-size: 14px;
    color: #666666;
  }

  .importExplain-content {
    margin: 10px 0;

    span {
      // font-family: PingFang-SC, PingFang-SC;
      font-weight: 500;
      font-size: 12px;
      color: #666666;
    }
  }

  .importExplain-table {
    table {
      border-collapse: collapse;
      width: 100%;
    }

    th,
    td {
      border: 1px solid #cccccc;
      width: 100px;
      height: 37px;
      text-align: center;
    }

    th {
      background-color: #F6F9FD;
    }
  }
}

// 备忘录弹框样式
.memoDialog {
  .el-form-item__content {
    .el-textarea {
      textarea {
        // font-family: PingFang-SC, PingFang-SC;
        font-weight: 500;
        font-size: 14px;
        color: #333333;

        &::placeholder {
          color: #cccccc;
        }
      }
    }
  }
}

.el-table::before {
  height: 0;
}

.el-table__fixed::before,
.el-table__fixed-right::before {
  height: 0;
}

.tabTwo-table::before {
  height: 1px;
}

// 新增发文/智能提醒
.newArticle {
  .el-date-editor {
    width: 100%;
  }

  .el-select {
    width: 100%;
  }

  .intelligentReminder_radio {
    padding-top: 10px;

    .el-radio-group {
      display: flex;
      flex-direction: column;

      label {
        margin-bottom: 10px;
      }
    }

    .intelligentReminder_text {
      span {
        color: red;
      }

      .el-input-number {
        width: 70px;
        margin: 0 5px;

        .el-input__inner {
          height: 30px;
        }
      }
    }
  }
}

.intelligentReminder-form {
  .reminder-project {
    display: flex;
    width: 100%;
    // align-items: center;
    margin-bottom: 18px;

    .new-label {
      width: 180px;
      padding-right: 12px;
      text-align: right;
      font-size: 14px;
      font-weight: 700;
      color: #606266;
    }

    .new-value {
      // margin-left: 180px;
      flex: 1;
      font-size: 14px;
      color: #606266;
      display: flex;
      align-items: center;
    }
  }
}

// 发文详情
.info-dialog {
  .el-dialog__body {
    padding: 10px 20px;
  }

  .info-content {
    padding: 10px 20px;

    .info-title {
      // font-family: PingFang-SC, PingFang-SC;
      font-weight: bold;
      font-size: 20px;
      color: #000000;
      text-align: center;
    }

    .info-content-top {
      // font-family: PingFang-SC, PingFang-SC;
      font-weight: 500;
      font-size: 12px;
      color: #999999;
      margin: 20px 0 10px 0;
      display: flex;
      align-items: center;

      div {
        margin-right: 60px;
      }
    }

    .info-content-content {
      // font-family: PingFang-SC, PingFang-SC;
      font-weight: 500;
      font-size: 12px;
      color: #000000;
      max-height: 400px;
      overflow-y: scroll;
    }
  }

  .el-dialog__header {
    border-bottom: 1px solid #DDDDDD;

    span {
      // font-family: PingFang-SC, PingFang-SC;
      font-weight: 800;
      font-size: 16px;
      color: #000000;
    }
  }

  .el-dialog__footer {
    border-top: 1px solid #DDDDDD;
    padding: 10px 20px;

    .dialog-footer {
      .el-form {
        .dialog-from-item {
          margin-bottom: 0;

          .el-form-item__content {
            .el-button {
              padding: 10px 17px;
            }
          }
        }
      }
    }
  }
}

// 政务端工作台
.workbench-box {
  height: 100%;
  width: 100%;
  overflow-y: scroll;

  header {
    height: 32vh;
    background: url("../images/workbench.png");
    background-size: 100% 100%;
    display: flex;
    align-items: center;

    .workbench-serch {
      padding-left: 200px;

      .workbench-title {
        display: flex;
        margin-bottom: 5px;

        .title-item {
          cursor: pointer;
          padding: 10px 60px 10px 40px;
          border-top-right-radius: 30% 100%;
          margin-right: 15px;
          background: #FFFFFF;
          box-shadow: 2px 0 3px 0px #ccc;
        }

        .checked-item {
          background: #409EFF;
          color: #fff;
        }
      }

      .workbench-btn {
        height: 45px;

        .el-autocomplete {
          width: 800px;
          height: 100%;
        }

        .el-input {
          width: 100%;
          height: 100%;

          input {
            height: 100%;
          }

          .el-input-group__append {
            width: 80px;
            text-align: center;
            cursor: pointer;
            // background: radial-gradient( farthest-side at 40px 40px, #1B84D2 20%, #30CEF5 100%);
            background: linear-gradient(to right, #1B84D2, #30CEF5);
            // font-family: PingFang-SC, PingFang-SC;
            font-weight: bold;
            font-size: 16px;
            color: #FFFFFF;
          }
        }
      }
    }
  }

  // 工作台
  .home-main {
    width: 100%;
    padding: 10px;
    // height: calc(100% - 32vh);
    // height: auto;
    // overflow-y: auto;
    // display: grid;
    // grid-template-columns: 1fr;
    // grid-row-gap: 10px;
    display: flex;
    flex-direction: column;
    .main-row {
      // height: 100%;
      // flex: 1;
      margin-bottom: 10px;
      height: 580px;
      // width: 100%;
      box-sizing: border-box;
      display: flex;
      background-color: #f6f7f9;

      .work-main-left {
        background-color: #fff;
        border-radius: 10px;
        // margin-right: 20px;
        margin-right: 10px;
        height: 100%;

        .main-left {
          padding: 10px 20px;
          height: 100%;

          .left-header {
            // display: flex;
            // justify-content: space-between;
            // align-items: center;
            // padding: 5px 0 10px;
            margin-bottom: 10px;
            display: flex;
            // align-items: center;
            align-items: flex-end;
            justify-content: space-between;

            .left-header-titleS {
              display: flex;
              align-items: center;

              .dataCloudMap-birght {
                width: 6px;
                height: 18px;
                background: #0086FF;
                box-shadow: 3px 0 3px 0px #0086FF;
                border-radius: 5px 5px 5px 5px;
              }

              .left-header-title {
                font-family: AlibabaPuHuiTiB;
                margin: 0 10px;
                font-weight: bold;
                font-size: 18px;
                color: #333333;
              }
            }

            .el-button {
              font-family: PingFang-SC-Medium;
              font-weight: 500;
              font-size: 14px;
              color: #0086FF;
            }
          }

          .left-main {
            // display: grid;
            // grid-template-columns: 1fr;
            // grid-column-gap: 10px;
            height: calc(100% - 55px);
            overflow-y: auto;

            .el-card {
              background-color: #F5F8FA;
              border: none;
              // height: 90px;
              margin-bottom: 10px;
              .el-card__body {
                padding: 10px 20px;
              }
            }

            .el-card-border {
              border: 1px solid rgba(245, 95, 95, 0.4); // #FD5F5F
            }

            .warn-main {
              display: flex;
              justify-content: space-between;

              .warn-main-left {
                display: flex;
                flex: 1;

                .warn-main-img {
                  padding-top: 3px;

                  img {
                    width: 20px;
                    height: 20px;
                    margin-right: 10px;
                  }
                }

                .warn-main-content {
                  flex: 1;
                  .content-title,.content-title-type {
                    font-weight: bold;
                    font-size: 15px;
                    color: #333333;
                  }
                  .content-title-type {
                    margin-top: 5px;
                  }
                  .content-middle {
                    font-weight: bold;
                    font-size: 15px;
                    color: #333333;
                    margin: 10px 0;
                  }
                  .tixing-duanxin {
                    display: flex;
                    align-items: center;
                    // justify-content: space-between;
                  }
                  .content-time {
                    font-weight: 500;
                    font-size: 14px;
                    color: #737373;
                  }
                  .content-time-two {
                    margin-left: 10px;
                  }
                }
              }

              .different-left {
                .warn-main-content {
                  display: flex;
                  flex-direction: column;
                  justify-content: space-between;
                }
              }

              .warn-main-right {
                padding-right: 10px;
                display: flex;
                flex-direction: column;
                justify-content: space-between;

                .warn-main-right-chakan {
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  background: rgba(19, 78, 230, 0.1);
                  padding: 5px 15px;
                  cursor: pointer;
                  border-radius: 50px;
                  font-weight: 500;
                  font-size: 14px;
                  color: #134EE6;
                  margin-bottom: 10px;
                }

                .warn-main-right-status {
                  padding: 0px 15px;
                  font-weight: 500;
                  font-size: 14px;
                  color: #4EB997;
                }

                .status-unread {
                  color: #FD5F5F;
                }
              }
            }
          }
        }
      }

      .service-left {
        padding: 10px 20px;
      }

      .work-main-right {
        background-color: #fff;
        border-radius: 10px;
        height: 100%;

        .main-right {
          padding: 10px 20px;
          height: 100%;
          .right-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;

            .right-header-box {
              display: flex;
              align-items: center;

              .dataCloudMap-birght {
                width: 6px;
                height: 18px;
                background: #0086FF;
                box-shadow: 3px 0 3px 0px #0086FF;
                border-radius: 5px 5px 5px 5px;
              }

              .right-header-title {
                font-family: AlibabaPuHuiTiB;
                margin: 0 10px;
                font-weight: bold;
                font-size: 18px;
                color: #333333;
              }
            }

            .el-button {
              font-family: PingFang-SC-Medium;
              font-weight: 500;
              font-size: 14px;
              color: #0086FF;
            }
          }

          .right-main {
            // height: 121px;
            height: calc(100% - 55px);
            overflow-y: scroll;
            .main-items {
              display: flex;
              align-items: center;
              padding: 10px 30px;
              background: #F5F8FA;
              border: 1px solid #D9D9D9;
              border-bottom: none;
              text-align: center;

              &:last-child {
                border-bottom: 1px solid #D9D9D9;
              }

              div {
                width: 40%;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                // font-family: PingFang-SC, PingFang-SC;
                font-weight: 500;
                font-size: 14px;
                color: #666666;
                // &:last-child {
                //   width: 20%;
                //   // font-family: PingFang-SC, PingFang-SC;
                //   font-weight: 500;
                //   font-size: 14px;
                //   color: #1890FF;
                //   text-decoration: underline;
                //   cursor: pointer;
                // }
              }

              .last_child_item {
                width: 20%;
                // font-family: PingFang-SC, PingFang-SC;
                font-weight: 500;
                font-size: 14px;
                color: #1890FF;
                // text-decoration: underline;
                cursor: pointer;
              }

              .tab-red {
                color: #C51717;
              }
            }

            .main-item {
              background-color: #fff;
            }
          }
        }
      }
    }

    .main-two-row {
      height: 100%;
      flex-direction: column;
      // align-content: space-between;
      justify-content: space-between;
    }

    // 招商信息分析
    .main-row-two {
      flex: 1;
      margin-bottom: 10px;
      height: 400px;
      background-color: #fff;
      padding: 10px 20px;
      display: flex;
      flex-direction: column;
      .analyse-header {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        .dataCloudMap-birght {
          width:  6px;
          height: 18px;
          background: #0086FF;
          box-shadow: 3px 0 3px 0px #0086FF;
          border-radius: 5px 5px 5px 5px;
        }
        .analyse-header-title {
          font-family: AlibabaPuHuiTiB;
          margin: 0 10px;
          font-weight: bold;
          font-size: 18px;
          color: #333333;
        }
      }
      .analyse-main {
        flex: 1;
        display: flex;
        .analyse-left-box,.analyse-middle-box {
          margin-right: 10px;
        }
        .analyse-left-box,.analyse-middle-box,.analyse-right-box {
          background-color: #F5F8FA;
          padding: 20px 20px 10px;
          border-radius: 10px;
          display: flex;
          flex-direction: column;
          .box-header {
            display: flex;
            align-items: center;
            .garden {
              width: 10px;
              height: 10px;
              border-radius: 50%;
              background-color: #0086FF;
              margin-right: 10px;
            }
            .box-header-title {
              font-family: AlibabaPuHuiTiB;
              font-size: 16px;
              color: #383838;
            }
          }
          .statisticsNew-box {
            // flex: 1;
            height: calc(100% - 30px);
            #echartsTwo {
              height: 100%;
              width: 100%;
            }
          }
          .emphasisProject-box {
            padding: 10px 0;
            section {
              margin-top: 10px;
              .el-table--border {
                border: 1px solid #dfe6ec;
              }
              .el-table { 
                .project-table-Info {
                  font-family: AlibabaPuHuiTiR;
                  font-weight: 500;
                  font-size: 14px;
                  color: #1890FF;
                  // font-style: normal;
                  // text-decoration-line: underline;
                  // text-transform: none;
                  cursor: pointer;
                }
                th {
                  font-weight: bold;
                  font-size: 14px;
                  color: #000;
                  text-align: center;
                }
                td {
                  font-weight: 500;
                  font-size: 14px;
                  color: #666666;
                }
              }
            }
          }
          .statisticsAnalyse-box {
            // flex: 1;
            height: calc(100% - 30px);
            #echartsThree {
              height: 100%;
              width: 100%;
            }
          }
        }
      }
    }
    .main-row-three {
      flex: 1;
      // margin-bottom: 10px;
      // height: 1200px;
      background-color: #fff;
      padding: 10px 20px;
      display: flex;
      flex-direction: column;
      .analyse-header {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        .dataCloudMap-birght {
          width:  6px;
          height: 18px;
          background: #0086FF;
          box-shadow: 3px 0 3px 0px #0086FF;
          border-radius: 5px 5px 5px 5px;
        }
        .analyse-header-title {
          font-family: AlibabaPuHuiTiB;
          margin: 0 10px;
          font-weight: bold;
          font-size: 18px;
          color: #333333;
        }
      }
      .industry-main {
        flex: 1;
        // display: grid;
        // grid-template-columns: 1fr;
        // row-gap: 10px;
        // display: flex;
        .main-row-three-topbox {
          height: 370px;
          display: flex;
          margin-bottom: 10px;
          .industry-top-left-box,.industry-top-middle-box {
            margin-right: 10px;
          }
          .industry-top-left-box,.industry-top-middle-box,.industry-top-right-box {
            background-color: #F5F8FA;
            height: 100%;
            padding: 20px 20px 10px;
            border-radius: 10px;
            display: flex;
            flex-direction: column;
            .box-header {
              display: flex;
              align-items: center;
              .garden {
                width: 10px;
                height: 10px;
                border-radius: 50%;
                background-color: #0086FF;
                margin-right: 10px;
              }
              .box-header-title {
                font-family: AlibabaPuHuiTiB;
                font-size: 16px;
                color: #383838;
              }
            }
            .capitalCondition-box,.capitalConditionTOP5-box {
              flex: 1;
              padding: 10px 0;
              section {
                margin-top: 10px;
                // .el-table--border {
                //   border: 1px solid #dfe6ec;
                // }
                .el-table { 
                  .project-trace-table-ranking {
                    // padding: 1px 0px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border-radius: 5px;
                    font-weight: normal;
                    font-size: 12px;
                    font-family:  ArialB;
                    color: #FFFFFF;
                  }
                  .project-table-Info {
                    font-family: AlibabaPuHuiTiR;
                    font-weight: 500;
                    font-size: 14px;
                    color: #1890FF;
                    // font-style: normal;
                    // text-decoration-line: underline;
                    // text-transform: none;
                    cursor: pointer;
                  }
                  th {
                    font-weight: bold;
                    font-size: 14px;
                    color: #000;
                    text-align: center;
                    .Table-header {
                      // font-family: AlibabaPuHuiTiM;
                      font-size: 14px;
                      color: #333333;
                    }
                    .Table-unit {
                      font-family: AlibabaPuHuiTiR;
                      font-size: 12px;
                      font-weight: 400;
                      color: #333333;
                    }
                  }
                  td {
                    font-weight: 500;
                    font-size: 14px;
                    color: #666666;
                  }
                }
              }
            }
            .promoteProject-box {
              flex: 1;
              padding: 20px 0;
              // height: calc(100% - 95px);
              .promoteProject-box-wai-box {
                height: calc(100% - 105px);
                overflow-y: auto;
                display: grid;
                grid-template-columns: 1fr;
                row-gap: 15px;
              }
              .promoteProject-box-div {
                background: #FFFFFF;
                padding: 14px;
                position: relative;
                .promoteProject-position {
                  position: absolute;
                  top: 0;
                  right: 0;
                  padding: 5px 0;
                  width: 150px;
                  border-radius: 0px 0px 0px 20px;
                  background-color: #ff8929;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  color: #fff;
                  font-family: AlibabaPuHuiTiM;
                }
                .orange {
                  background-color: #ff8929;
                }
                .green {
                  background-color: #5cbc69;
                }
                .red {
                  background-color: #ff6349;
                }
                .promoteProject-top {
                  .span-one {
                    font-family: AlibabaPuHuiTiM;
                    font-size: 16px;
                    color: #1890FF;
                    // font-style: normal;
                    // text-decoration-line: underline;
                    // text-transform: none;
                    cursor: pointer;
                  }
                }
                .promoteProject-bottom {
                  margin-top: 16px;
                  display: flex;
                  justify-content: space-between;
                  width: 85%;
                  .promoteProject-bottom-left {
                    font-family: AlibabaPuHuiTiR;
                    font-size: 14px;
                    color: #666666;
                    .span-two {
                      font-family: AlibabaPuHuiTiM;
                    }
                  }
                  .promoteProject-bottom-right {
                    font-family: AlibabaPuHuiTiR;
                    font-size: 14px;
                    color: #666666;
                    .span-three {
                      font-family:  ArialB;
                    }
                  }
                }
              }
            }
          }
        }
        .main-row-three-minddlebox {
          display: flex;
          height: 815px;
          .col-left-box {
            margin-right: 10px;
            .change-August-eight-th-style-row {
              height: 50%;
              margin-bottom: 10px;
              display: flex;
            }
            .change-August-eight-th-style {
              margin-right: 10px;
            }
            .appropriate-analyse-box, .promote-analyse-box,.bottombox-right-box {
              height: calc(50% - 5px);
              // width: 100%;
              // flex: 1;
              background-color: #F5F8FA;
              // height: 100%;
              padding: 20px 20px 10px;
              border-radius: 10px;
              display: flex;
              flex-direction: column;
              .box-header {
                display: flex;
                align-items: center;
                .garden {
                  width: 10px;
                  height: 10px;
                  border-radius: 50%;
                  background-color: #0086FF;
                  margin-right: 10px;
                }
                .box-header-title {
                  font-family: AlibabaPuHuiTiB;
                  font-size: 16px;
                  color: #383838;
                }
              }
              // 产业品牌打造宣传
              .brandPublicity-box {
                padding: 20px 0;
                height: 100%;
                .promoteProject-box-wai-box {
                  height: calc(100% - 20px);
                  overflow-y: auto;
                  display: grid;
                  grid-template-columns: 1fr;
                  row-gap: 15px;
                }
                .promoteProject-box-div {
                  background: #FFFFFF;
                  padding: 18px 14px;
                  .promoteProject-top {
                    .span-one {
                      font-family: AlibabaPuHuiTiM;
                      font-size: 16px;
                      color: #1890FF;
                      // font-style: normal;
                      // text-decoration-line: underline;
                      // text-transform: none;
                      cursor: pointer;
                    }
                  }
                  .promoteProject-bottom {
                    margin-top: 16px;
                    display: flex;
                    justify-content: space-between;
                    .promoteProject-bottom-left {
                      font-family: AlibabaPuHuiTiR;
                      font-size: 14px;
                      color: #666666;
                      .span-two {
                        font-family: AlibabaPuHuiTiM;
                      }
                    }
                    .promoteProject-bottom-right {
                      font-family: AlibabaPuHuiTiR;
                      font-size: 14px;
                      color: #666666;
                      .span-three {
                        font-family:  ArialB;
                      }
                    }
                  }
                }
              }
              .capital-appropriate-analyse-box {
                height: 400px;
                #echartsFour {
                  height: 100%;
                  width: 100%;
                }
              }
              .promoteTable-box {
                // flex: 1;
                // height: 100%;
                margin-top: 20px;
                height: calc(100% - 22px);
                overflow-y: auto;
                .promote-items {
                  // margin-top: 20px;
                  // height: calc(100% - 80px);
                  // height: 100%;
                  // overflow-y: auto;
                  display: grid;
                  grid-template-columns: 1fr;
                  row-gap: 15px;
                  .promote-item {
                    // display: grid;
                    // grid-template-columns: 1fr 1fr 1fr 1fr;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    padding: 20px 30px;
                    background-color: #fff;
                    .item-left {
                      font-family: AlibabaPuHuiTiM;
                      font-size: 16px;
                      color: #383838;
                    }
                    .item-identical {
                      display: flex;
                      align-items: center;
                      .img-one {
                        width: 20px;
                        height: 16px;
                        margin-right: 10px;
                      }
                      .img-two {
                        width: 21px;
                        height: 21px;
                        margin-right: 10px;
                      }
                      .img-three {
                        width: 16px;
                        height: 16px;
                        margin-right: 10px;
                      }
                      .item-headerline {
                        font-family: PingFang-SC-Medium;
                        font-weight: 500;
                        font-size: 16px;
                        color: #666666;
                      }
                      .item-number,.item-number-two {
                        margin-right: 5px;
                        font-family: DINCondensed;
                        font-weight: bold;
                        font-size: 28px;
                        color: #0075FF;
                        display: flex;
                        align-items: flex-end;
                        .item-unit {
                          font-family: PingFang-SC-Medium;
                          font-weight: 500;
                          font-size: 12px;
                          color: #999999;
                          line-height: 25px;
                          margin-left: 5px;
                        }
                      }
                      .item-number-two {
                        color: #FF9600;
                      }
                      .item-year {
                        font-family: PingFang-SC-Medium;
                        font-weight: 500;
                        font-size: 16px;
                        color: #666;
                      }
                    }
                  }
                }
              }
            }
            .appropriate-analyse-box,.bottombox-right-box {
              height: calc(100% - 5px);
            }
          }
          .col-right-box {
            background-color: #F5F8FA;
            padding: 20px 20px 10px;
            border-radius: 10px;
            display: flex;
            flex-direction: column;
            .box-header {
              display: flex;
              align-items: center;
              padding-bottom: 10px;
              border-bottom: 1px solid #ccc;
              .garden {
                width: 10px;
                height: 10px;
                border-radius: 50%;
                background-color: #0086FF;
                margin-right: 10px;
              }
              .box-header-title {
                font-family: AlibabaPuHuiTiB;
                font-size: 16px;
                color: #383838;
              }
            }
            .headline-one-main {
              height: 300px;
              #echartsFive {
                width: 100%;
                height: 100%;
              }
            }
            .headline-two-main {
              margin-bottom: 10px;
              .industry-table-box {
                section {
                  .el-table::before {
                    height: 0;
                  }
                  .el-table {
                    th {
                      font-family: AlibabaPuHuiTiM;
                      // font-weight: bold;
                      font-size: 14px;
                      color: #333333;
                      .Table-header {
                        font-size: 14px;
                        color: #333333;
                      }
                      .Table-unit {
                        font-family: AlibabaPuHuiTiR;
                        font-size: 12px;
                        font-weight: 400;
                        color: #333333;
                      }
                    }
                    td {
                      font-family: PingFang-SC, PingFang-SC;
                      // font-weight: bold;
                      font-size: 15px;
                      color: #666666;
                      border-bottom: none;
                    }
                    .evenNumber-row {
                      background-color: #F6F9FD;
                    }
                    .project-trace-table-number {
                      font-family: DINCondensed, DINCondensed;
                      // font-weight: bold;
                      font-size: 20px;
                      span {
                        font-family: PingFang-SC-Heavy;
                        font-size: 14px;
                        font-weight: bold;
                        line-height: 18px;
                        color: #666666;
                      }
                    }
                  }
                }
              }
            }
            .headline-one-header {
              margin: 20px 0;
              font-family: AlibabaPuHuiTiM;
              font-size: 16px;
              color: #666666;
              span {
                font-family:  ArialB;
              }
            }
            .headline-two-header {
              display: flex;
              align-items: center;
              justify-content: space-between;
              margin: 20px 0;
              .work-industry-condition {
                display: flex;
                align-items: flex-end;
                .industry-condition {
                  font-family: AlibabaPuHuiTiM;
                  font-size: 16px;
                  color: #666666;
                  span {
                    font-family:  ArialB;
                  }
                }
                .industry-condition-statistics {
                  font-family: AlibabaPuHuiTiR;
                  font-size: 12px;
                  color: #999999;
                  line-height: 18px;
                }
              }
              .rightBtn {
                font-family: PingFang-SC-Medium;
                font-weight: 500;
                font-size: 12px;
                color: #0086FF;
                // font-style: normal;
                cursor: pointer;
                // text-decoration-line: underline;
                // text-transform: none;
              }
            }
          }
        }
        // .main-row-three-bottombox {
        //   display: flex;
        //   height: 370px;
        //   margin-top: 10px;
        // }
      }
    }
  }

  // 企业端首页
  .home-index-main {
    height: calc(100% - 55px);
    padding: 10px;
    box-sizing: border-box;
  }
}
// 政务端工作台的   重点及特色项目/产业品牌打造宣传  样式
.bottombox-left-box {
  margin-right: 10px;
}
.bottombox-left-box {
  background-color: #F5F8FA;
  height: 100%;
  padding: 20px 20px 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  .box-header {
    display: flex;
    align-items: center;
    .garden {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #0086FF;
      margin-right: 10px;
    }
    .box-header-title {
      font-family: AlibabaPuHuiTiB;
      font-size: 16px;
      color: #383838;
    }
  }
  .featureProject-box {
    // flex: 1;
    padding: 20px 0;
    height: 100%;
    
    // height: calc(100% - 95px);
    .promoteProject-box-wai-box {
      height: calc(100% - 20px);
      overflow-y: auto;
      // height: calc(100% - 105px);
      // overflow-y: auto;
      display: grid;
      grid-template-columns: 1fr;
      row-gap: 15px;
    }
    .promoteProject-box-div {
      background: #FFFFFF;
      padding: 14px;
      position: relative;
      .promoteProject-top {
        .span-one {
          font-family: AlibabaPuHuiTiM;
          font-size: 16px;
          color: #1890FF;
          // font-style: normal;
          // text-decoration-line: underline;
          // text-transform: none;
          cursor: pointer;
        }
      }
      .promoteProject-bottom {
        margin-top: 16px;
        display: flex;
        justify-content: space-between;
        width: 85%;
        .promoteProject-bottom-left {
          font-family: AlibabaPuHuiTiR;
          font-size: 14px;
          color: #666666;
          .span-two {
            font-family: AlibabaPuHuiTiM;
          }
        }
        .promoteProject-bottom-right {
          font-family: AlibabaPuHuiTiR;
          font-size: 14px;
          color: #666666;
          .span-three {
            font-family:  ArialB;
          }
        }
      }
    }
  }
}

// 企业端工作台
.home-box {
  height: 100%;
  .main-row {
    height: 100%;
    padding: 10px;
    .home-main-left {
      background-color: #fff;
      border-radius: 10px;
      margin-right: 10px;
      padding: 10px 20px;
      height: 100%;
      display: flex;
      flex-direction: column;
      .enterprise-header {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        .dataCloudMap-birght {
          width:  6px;
          height: 18px;
          background: #0086FF;
          box-shadow: 3px 0 3px 0px #0086FF;
          border-radius: 5px 5px 5px 5px;
        }
        .enterprise-header-title {
          font-family: AlibabaPuHuiTiB;
          margin: 0 10px;
          font-weight: bold;
          font-size: 18px;
          color: #333333;
        }
      }
      .home-enterprise-top,.home-enterprise-bottom {
        // flex: 1;
        margin-bottom: 10px;
        height: 50%;
        height: calc((100% - 55px) / 2);
        display: flex;
        .capital-proportion,.capital-declare {
          margin-right: 10px;
        }
        .capital-proportion,.enterprise-honor,.capital-declare,.relevancy-project {
          width: 100%;
          background-color: #F5F8FA;
          height: 100%;
          padding: 20px 20px 10px;
          border-radius: 10px;
          display: flex;
          flex-direction: column;
          .box-header {
            display: flex;
            align-items: center;
            .garden {
              width: 10px;
              height: 10px;
              border-radius: 50%;
              background-color: #0086FF;
              margin-right: 10px;
            }
            .box-header-title {
              font-family: AlibabaPuHuiTiB;
              font-size: 16px;
              color: #383838;
            }
          }
          // 往年资金拨付完成比例
          .capital-echart-table {
            flex: 1;
            margin-top: 10px;
            display: flex;
            .left-echart {
              flex: 1;
              // width: 45%;
              height: 100%;
              #echartsHome {
                height: 100%;
                width: 100%;
              }
            }
            .right-tables {
              flex: 1;
              // width: 50%;
              overflow-y: scroll;
              // display: grid;
              // grid-template-columns: 1fr;
              // row-gap: 10px;
              display: flex;
              flex-direction: column;
              .table-items {
                margin-bottom: 10px;
                padding: 15px 15px;
                text-align: left;
                background-color: #fff;
                display: grid;
                grid-template-columns: 1fr;
                row-gap: 10px;
                .project-name {
                  font-family: AlibabaPuHuiTiM;
                  font-size: 16px;
                  color: #1890FF;
                  // font-style: normal;
                  // text-decoration-line: underline;
                  // text-transform: none;
                  cursor: pointer;
                }
                .project-type,.declare-time,.appropriate {
                  display: flex;
                  align-items: center;
                  font-size: 16px;
                  color: #666666;
                  // flex-wrap: nowrap;
                  .left-title {
                    // flex: 1;
                    margin-right: 5px;
                    font-family: AlibabaPuHuiTiR;
                    .left-unit {
                      font-size: 12px;
                    }
                  }
                  .right-value {
                    font-family: AlibabaPuHuiTiM;
                    width: 65%;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    word-break: break-all;
                    white-space: nowrap;
                  }
                  .project-type-box {
                    width: 65%;
                    .right-value {
                      font-family: AlibabaPuHuiTiM;
                      width: 100%;
                      text-overflow: ellipsis;
                      overflow: hidden;
                      word-break: break-all;
                      white-space: nowrap;
                    }
                  }
                  .right-number {
                    font-family: ArialB;
                  }
                }
              }
            }
            .right-tables-Two {
              flex: 1;
            }
          }
          // 企业荣誉资质
          .two-tables {
            // display: grid;
            // grid-template-columns: 1fr;
            // row-gap: 10px;
            margin-top: 10px;
            display: flex;
            flex-direction: column;
            overflow-y: scroll;
            .table-items {
              // display: flex;
              // align-items: center;
              // justify-content: space-between;
              // display: grid;
              // grid-template-columns: 1fr 1.5fr 1fr;
              padding: 14px;
              margin-bottom: 10px;
              background-color: #fff;

              .promoteProject-top {
                .span-one {
                  font-family: AlibabaPuHuiTiM;
                  font-size: 16px;
                  color: #1890FF;
                  // font-style: normal;
                  // text-decoration-line: underline;
                  // text-transform: none;
                  cursor: pointer;
                  display: flex;
                }
              }
              .promoteProject-bottom {
                margin-top: 16px;
                display: flex;
                justify-content: space-between;
                width: 85%;
                .promoteProject-bottom-left {
                  font-family: AlibabaPuHuiTiR;
                  font-size: 14px;
                  color: #666666;
                  display: flex;
                  .span-two {
                    font-family: AlibabaPuHuiTiM;
                  }
                }
                .promoteProject-bottom-right {
                  font-family: AlibabaPuHuiTiR;
                  font-size: 14px;
                  color: #666666;
                  .span-three {
                    font-family:  ArialB;
                  }
                }
              }
            }
          }
          // 往年专项资金申报
          section {
            margin-top: 10px;
            .el-table--border {
              border: 1px solid #dfe6ec;
            }
            .el-table::after {
              width: 0;
            }
            .el-table {
              th {
                font-family: AlibabaPuHuiTiM;
                font-size: 14px;
                color: #333333;
              }
              td {
                font-family: AlibabaPuHuiTiR;
                font-size: 14px;
                color: #666666;
              }
              .project-trace-table-number {
                font-family: ArialM;
                font-size: 14px;
                color: #666666;
              }
              .project-trace-table {
                font-family: AlibabaPuHuiTiR;
                font-size: 14px;
                color: #1890FF;
                // font-style: normal;
                // text-decoration-line: underline;
                // text-transform: none;
                cursor: pointer;
              }
            }
          }
          // 关联项目进展
          .promoteProject-box-wai-box {
            margin-top: 10px;
            overflow-y: auto;
            display: grid;
            grid-template-columns: 1fr;
            row-gap: 20px;
            .promoteProject-box-div {
              background: #FFFFFF;
              padding: 14px;
              position: relative;
              .promoteProject-position {
                position: absolute;
                top: 0;
                right: 0;
                padding: 5px 0;
                width: 20%;
                border-radius: 0px 0px 0px 20px;
                background-color: #ff8929;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #fff;
                font-family: AlibabaPuHuiTiM;
              }
              .orange {
                background-color: #ff8929;
              }
              .green {
                background-color: #5cbc69;
              }
              .red {
                background-color: #ff6349;
              }
              .promoteProject-top {
                .span-one {
                  font-family: AlibabaPuHuiTiM;
                  font-size: 16px;
                  color: #1890FF;
                  // font-style: normal;
                  // text-decoration-line: underline;
                  // text-transform: none;
                  cursor: pointer;
                  display: flex;
                }
              }
              .promoteProject-bottom {
                margin-top: 16px;
                display: flex;
                justify-content: space-between;
                width: 85%;
                .promoteProject-bottom-left {
                  font-family: AlibabaPuHuiTiR;
                  font-size: 14px;
                  color: #666666;
                  display: flex;
                  .span-two {
                    font-family: AlibabaPuHuiTiM;
                  }
                }
                .promoteProject-bottom-right {
                  font-family: AlibabaPuHuiTiR;
                  font-size: 14px;
                  color: #666666;
                  .span-three {
                    font-family:  ArialB;
                  }
                }
              }
            }
          }
        }
      }
    }
    .home-main-right {
      height: 100%;
      .main-two-row {
        height: 100%;
        display: flex;
        flex-direction: column;
        .work-main-left {
          background-color: #fff;
          border-radius: 10px;
          margin-bottom: 10px;
          padding: 10px 20px;
          .main-left {
            height: 100%;
          }
          .left-header {
            margin-bottom: 10px;
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            .left-header-titleS {
              display: flex;
              align-items: center;
              .dataCloudMap-birght {
                width:  6px;
                height: 18px;
                background: #0086FF;
                box-shadow: 3px 0 3px 0px #0086FF;
                border-radius: 5px 5px 5px 5px;
              }
              .left-header-title {
                font-family: AlibabaPuHuiTiB;
                margin: 0 10px;
                font-weight: bold;
                font-size: 18px;
                color: #333333;
              }
            }
            .el-button {
              font-family: PingFang-SC-Medium;
              font-weight: 500;
              font-size: 14px;
              color: #0086FF;
            }
          }
          .left-main {
            // display: grid;
            // grid-template-columns: 1fr;
            // grid-column-gap: 10px;
            height: calc(100% - 55px);
            overflow-y: auto;
            .el-card {
              background-color: #F5F8FA;
              border: none;
              // height: 90px;
              margin-bottom: 10px;
              .el-card__body {
                padding: 10px 20px;
              }
            }
            .el-card-border {
              border: 1px solid rgba(245, 95, 95, 0.4); // #FD5F5F
            }
            .warn-main {
              display: flex;
              justify-content: space-between;
              .warn-main-left {
                display: flex;
                flex: 1;
                .warn-main-img {
                  padding-top: 3px;
                  img {
                    width: 20px;
                    height: 20px;
                    margin-right: 10px;
                  }
                }
                .warn-main-content {
                   flex: 1;
                  .content-title {
                    font-weight: bold;
                    font-size: 15px;
                    color: #333333;
                  }
                  .content-middle {
                    font-weight: bold;
                    font-size: 15px;
                    color: #333333;
                    margin: 10px 0;
                  }
                  .tixing-duanxin {
                    display: flex;
                    align-items: center;
                  }
                  .content-time {
                    font-weight: 500;
                    font-size: 14px;
                    color: #737373;
                  }
                  .content-time-two {
                    margin-left: 10px;
                  }
                }
              }
              .different-left {
                .warn-main-content {
                  display: flex;
                  flex-direction: column;
                  justify-content: space-between;
                }
              }
              .warn-main-right {
                padding-right: 10px;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                .warn-main-right-chakan {
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  background: rgba(19,78,230,0.1);
                  padding: 5px 15px;
                  cursor: pointer;
                  border-radius: 50px;
                  font-weight: 500;
                  font-size: 14px;
                  color: #134EE6;
                  margin-bottom: 10px;
                }
                .warn-main-right-status {
                  padding: 0px 15px;
                  font-weight: 500;
                  font-size: 14px;
                  color: #4EB997;
                }
                .status-unread {
                  color: #FD5F5F;
                }
              }
            }
          }
        }
        .work-main-right {
          background-color: #fff;
          border-radius: 10px;
          margin-right: 10px;
          padding: 10px 20px;
          .main-right {
            height: 100%;
          }
          .right-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
            .right-header-box {
              display: flex;
              align-items: center;
              .dataCloudMap-birght {
                width:  6px;
                height: 18px;
                background: #0086FF;
                box-shadow: 3px 0 3px 0px #0086FF;
                border-radius: 5px 5px 5px 5px;
              }
              .right-header-title {
                font-family: AlibabaPuHuiTiB;
                margin: 0 10px;
                font-weight: bold;
                font-size: 18px;
                color: #333333;
              }
            }
            .el-button {
              font-family: PingFang-SC-Medium;
              font-weight: 500;
              font-size: 14px;
              color: #0086FF;
            }
          }
          .right-main {
            overflow-y: scroll;
            .main-items {
              display: flex;
              align-items: center;
              padding: 10px 30px;
              background: #F5F8FA;
              border: 1px solid #D9D9D9;
              border-bottom: none;
              text-align: center;
              &:last-child {
                border-bottom: 1px solid #D9D9D9;
              }
              div {
                width: 40%;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                -o-text-overflow:ellipsis;
                // font-family: PingFang-SC, PingFang-SC;
                font-weight: 500;
                font-size: 14px;
                color: #666666;
                // &:last-child {
                //   width: 20%;
                //   // font-family: PingFang-SC, PingFang-SC;
                //   font-weight: 500;
                //   font-size: 14px;
                //   color: #1890FF;
                //   text-decoration: underline;
                //   cursor: pointer;
                // }
              }
              .last_child_item {
                width: 20%;
                // font-family: PingFang-SC, PingFang-SC;
                font-weight: 500;
                font-size: 14px;
                color: #1890FF;
                // text-decoration: underline;
                cursor: pointer;
              }
              .tab-red {
                color: #C51717;
              }
            }
            .main-item {
              background-color: #fff;
            }
          }
        }
      }
    }
  }
}

// 企业库==》项目清单的分页按钮
#L-pagination-list {
  margin-top: 15px;

  .btn-prev,
  .btn-next {
    padding: 0px 15px;
  }
}

.team-main {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;

  &>div:nth-of-type(1) {
    color: #8E9298;
    width: 25%;
    text-align: right;
  }

  &>div:nth-of-type(2) {
    color: #292F38;
    width: 70%;
  }

  .activityContent {
    p {
      margin: 0;
    }
  }
}

// 数据云图样式
.dataCloudMap {
  // height: calc(100% - 55px);
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  background-color: #f1f5f8;

  .dataCloudMap-main {
    height: 100%;
    display: flex;

    .dataCloudMap-main-left {
      margin-right: 10px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;

      .dataCloudMap-left-top {
        height: 50%;
        // flex: 1;
        background-color: #fff;
        border-radius: 10px;
        padding: 10px 20px;
      }

      // 行业纵深情况
      .dataCloudMap-left-bottom {
        height: 49%;
        margin-top: 10px;
        background-color: #fff;
        border-radius: 10px;
        padding: 10px 20px;

        .industry-title {
          display: flex;
          align-items: center;
          justify-content: space-between;

          .bottom-left-title {
            display: flex;
            align-items: flex-end;

            /* 底部对齐 */
            .L-title-left {
              display: flex;
              align-items: center;

              .dataCloudMap-birght {
                width: 6px;
                height: 18px;
                background: #0086FF;
                box-shadow: 3px 0 3px 0px #0086FF;
                border-radius: 5px 5px 5px 5px;
              }

              .dataCloudMap-title {
                font-family: AlibabaPuHuiTiB;
                font-size: 18px;
                color: #333333;
                margin: 0 10px;
              }
            }

            .dataCloudMap-data {
              font-family: AlibabaPuHuiTiR;
              font-size: 14px;
              color: #999999;
              line-height: 22px;
            }
          }

          .rightBtn {
            font-family: PingFang-SC-Medium;
            font-weight: 500;
            font-size: 12px;
            color: #0086FF;
            cursor: pointer;
            // font-style: normal;
            // text-decoration-line: underline;
            // text-transform: none;
          }
        }

        section {
          margin-top: 15px;

          // width: 100%;
          // height: calc(100% - 20px);
          // overflow-y: auto;
          // padding-bottom: 20px;
          .el-table::before {
            height: 0;
          }

          .el-table {
            th {
              font-family: AlibabaPuHuiTiM;
              // font-weight: bold;
              font-size: 14px;
              color: #333333;

              .Table-header {
                font-size: 14px;
                color: #333333;
              }

              .Table-unit {
                font-family: AlibabaPuHuiTiR;
                font-size: 12px;
                font-weight: 400;
                color: #333333;
              }
            }

            td {
              font-family: PingFang-SC, PingFang-SC;
              // font-weight: bold;
              font-size: 15px;
              color: #666666;
              border-bottom: none;
            }

            .evenNumber-row {
              background-color: #F6F9FD;
            }

            .project-trace-table-number {
              font-family: DINCondensed, DINCondensed;
              // font-weight: bold;
              font-size: 20px;

              span {
                font-family: PingFang-SC-Heavy;
                font-size: 14px;
                font-weight: bold;
                line-height: 18px;
                color: #666666;
              }
            }
          }
        }
      }
    }

    .dataCloudMap-main-right {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;

      // 企业情况
      .dataCloudMap-right-top {
        height: 42%;
        background-color: #fff;
        border-radius: 10px;
        padding: 10px 20px 15px;
        // padding: 1vh 20px 1.5vh;
        // padding: 1rem 2rem 1rem;
        display: flex;
        flex-direction: column;
        // justify-content: space-between;
        align-content: space-between;

        .dataCloudMap-right-top-box {
          flex: 1;
        }

        .right-top-title {
          display: flex;
          align-items: flex-end;

          /* 底部对齐 */
          .L-title-left {
            display: flex;
            align-items: center;

            .dataCloudMap-birght {
              width: 6px;
              height: 18px;
              background: #0086FF;
              box-shadow: 3px 0 3px 0px #0086FF;
              border-radius: 5px 5px 5px 5px;
            }

            .dataCloudMap-title {
              font-family: AlibabaPuHuiTiB;
              font-size: 18px;
              color: #333333;
              margin: 0 10px;
            }
          }

          .dataCloudMap-data {
            font-family: AlibabaPuHuiTiR;
            font-size: 14px;
            color: #999999;
            line-height: 22px;
          }
        }

        .dataCloudMap-enterprise-bottom {
          flex: 1;
          display: flex;
          flex-direction: column;
          // justify-content: space-between;
          align-content: space-between;
        }

        .dataCloudMap-enterprise {
          flex: 1;
          margin-top: 15px;
          // margin-top: 2vh;
          display: grid;
          grid-template-columns: 1fr 1fr 1fr 1fr;
          grid-column-gap: 10px;

          .el-card {
            background-color: #fff;
            border: none;
            flex: 1;
            display: flex;
            flex-direction: column;
            // justify-content: space-between;
            align-content: space-between;

            .el-card__header {
              border-bottom: none;
              padding: 10px 15px 3px;

              // padding: 1vh 15px 1vh;
              .clearfix {
                text-align: center;
                font-family: PingFang-SC, PingFang-SC;
                font-weight: bold;
                font-size: 16px;
                color: #333333;
              }
            }

            .el-card__body {
              padding: 7px 10px 20px 10px;
              flex: 1;
              // padding: 0.7vh 1vw 1.2vh 1vw;
              // display: flex;
              // flex-direction: column;
              // justify-content: space-between;
              // align-content: space-between;
              display: grid;
              grid-template-columns: 1fr;
              grid-row-gap: 10px;
            }

            .card-items {
              // margin-bottom: 0.5vw;
              // margin-bottom: 10px;
              padding: 7px 10px;
              // padding: 0.7vh 10px;
              background-color: #F6F9FD;
              display: flex;
              justify-content: space-between;
              align-items: center;

              .card-item-left {
                display: flex;
                align-items: center;

                .card-img {
                  width: 15px;
                  height: 15px;
                  // height: 1.5vh;
                  background-image: url("../images/mapIconFour.png");
                  margin-right: 5px;
                  background-size: contain;
                  /* 图片大小适应容器 */
                  background-position: center;
                  /* 图片居中 */
                  background-repeat: no-repeat;
                  /* 不重复显示背景图 */
                }

                .card-type {
                  font-size: 15px;
                  // font-size: 1.5vh;
                  font-family: PingFang-SC, PingFang-SC;
                  font-weight: 500;
                  color: #666666;
                }

                .card-img-two {
                  background-image: url("../images/mapIconFive.png");
                }

                .card-img-three {
                  background-image: url("../images/mapIconSix.png");
                }
              }

              .card-item-right {
                display: flex;
                align-items: flex-end;

                .card-number {
                  font-family: DINCondensed, DINCondensed;
                  font-weight: bold;
                  font-size: 26px;
                  // font-size: 2.6vh;
                  color: #0086FF;
                  margin-right: 5px;
                  cursor: pointer;
                  font-style: normal;
                  text-decoration-line: underline;
                  text-transform: none;
                }

                .card-unit {
                  font-family: PingFang-SC, PingFang-SC;
                  font-weight: bold;
                  font-size: 12px;
                  // font-size: 1.5vh;
                  color: #999999;
                }

                .number-two {
                  color: #FF9600;
                  text-decoration-line: none;
                }

                .number-three {
                  color: #32B16C;
                  text-decoration-line: none;
                }

                .unit-two {
                  line-height: 24px;
                  // line-height: 2.4vh;
                }
              }
            }
          }
        }

        .dataCloudMap-statistics {
          margin-top: 15px;
          // margin-top: 1.5vh;
          display: grid;
          grid-template-columns: 1fr 1fr 1fr 1fr;
          background: radial-gradient(0% 0% at 0% 0%, #E8F3FC 0%, #F6F9FD 0%), #E8F3FC;
          padding: 10px 0;
          // padding: 1.5vh 1vh;
          width: 100%;

          .statistics-title {
            display: flex;
            align-items: center;
            justify-content: center;
            border-right: 1px solid #C7DAEE;
            font-family: AlibabaPuHuiTiM;
            font-size: 18px;
            // font-size: 1.8vh;
            color: #333333;
          }

          .statistics-items {
            border-right: 1px solid #C7DAEE;

            .statistics-item {
              display: flex;
              align-items: center;
              justify-content: center;

              .statistics-item-img {
                width: 15px;
                height: 15px;
                // height: 1.5vh;
                background-image: url("../images/mapIconSeven.png");
                margin-right: 5px;
                background-size: contain;
                /* 图片大小适应容器 */
                background-position: center;
                /* 图片居中 */
                background-repeat: no-repeat;
                /* 不重复显示背景图 */
              }

              .item-img-two {
                background-image: url("../images/mapIconEight.png");
              }

              .item-img-three {
                background-image: url("../images/mapIconNine.png");
              }

              .statistics-item-type {
                font-family: PingFang-SC, PingFang-SC;
                font-weight: bold;
                font-size: 15px;
                // font-size: 1.5vh;
                margin-right: 10px;
                color: #666666;
              }

              .statistics-item-right {
                display: flex;
                align-items: flex-end;

                .statistics-item-number {
                  font-family: DINCondensed, DINCondensed;
                  font-weight: bold;
                  font-size: 26px;
                  // font-size: 2.6vh;
                  color: #0086FF;
                  margin-right: 5px;
                  cursor: pointer;
                  font-style: normal;
                  text-decoration-line: underline;
                  text-transform: none;
                }

                .statistics-item-unit {
                  font-family: PingFang-SC, PingFang-SC;
                  font-weight: bold;
                  font-size: 12px;
                  // font-size: 1.5vh;
                  line-height: 20px;
                  color: #999999;

                  .popover-Tooltip {
                    font-family: PingFang-SC-Medium;
                    font-weight: 500;
                    font-size: 5px;
                    // font-size: 0.7vh;
                    color: #333333;
                  }
                }

                .number-two {
                  color: #FF9600;
                  text-decoration-line: none;
                }

                .number-three {
                  color: #32B16C;
                  text-decoration-line: none;
                }

                .unit-two {
                  line-height: 24px;
                  // line-height: 2.4vh;
                  position: relative;

                  img {
                    position: absolute;
                    top: -5px;
                    right: -9px;
                    width: 9px;
                    height: 9px;
                    cursor: pointer;
                  }
                }
              }
            }
          }

          .statistics-items-none {
            border-right: none;
          }
        }
      }

      // 荣誉情况
      .dataCloudMap-right-middle {
        width: 100%;
        height: 27%;
        background-color: #fff;
        border-radius: 10px;
        padding: 10px 20px 20px;
        // padding: 1vh 20px 2vh;
        display: flex;
        flex-direction: column;

        .honor-title {
          display: flex;
          align-items: center;
          justify-content: space-between;

          .right-middle-title {
            // display: grid;
            // grid-template-columns: 1fr 6fr; /* 自动列宽  auto auto*/
            // align-items: end; /* 垂直对齐方式:底部对齐 */
            display: flex;
            align-items: flex-end;

            /* 底部对齐 */
            .L-title-left {
              display: flex;
              align-items: center;

              .dataCloudMap-birght {
                width: 6px;
                height: 18px;
                background: #0086FF;
                box-shadow: 3px 0 3px 0px #0086FF;
                border-radius: 5px 5px 5px 5px;
              }

              .dataCloudMap-title {
                font-family: AlibabaPuHuiTiB;
                font-size: 18px;
                color: #333333;
                margin: 0 10px;
              }
            }

            .dataCloudMap-data {
              font-family: AlibabaPuHuiTiR;
              font-size: 14px;
              color: #999999;
              line-height: 22px;
            }
          }

          .rightBtn {
            font-family: PingFang-SC-Medium;
            font-weight: 500;
            font-size: 12px;
            color: #0086FF;
            cursor: pointer;
            // font-style: normal;
            // text-decoration-line: underline;
            // text-transform: none;
          }
        }

        .honor-data {
          margin-top: 15px;
          // margin-top: 2vh;
          flex: 1;
          display: grid;
          grid-template-columns: 1fr 1fr 1fr;
          grid-gap: 15px;

          // grid-column-gap: 1.5vh;
          // grid-row-gap: 1.5vh;
          // flex: 1;
          // display: flex;
          // flex-wrap: wrap;
          // justify-content: space-between;
          // align-content: space-between;
          .honor-item {
            // width: 32%;
            display: flex;
            padding: 20px;
            // padding: 2vh 1.5vw;
            // padding: vh(25) vw(30);
            align-items: center;
            justify-content: space-between;
            background-color: #F6F9FD;

            .honor-item-left {
              font-family: PingFang-SC, PingFang-SC;
              font-weight: bold;
              font-size: 16px;
              // font-size: 1.5vh;
              color: #666666;
            }

            .honor-item-right {
              display: flex;
              align-items: flex-end;

              .honor-item-number {
                font-family: DINCondensed, DINCondensed;
                font-weight: bold;
                font-size: 26px;
                // font-size: 2.6vh;
                color: #0086FF;
                margin-right: 5px;
              }

              .honor-item-home {
                font-family: PingFang-SC, PingFang-SC;
                font-weight: bold;
                font-size: 12px;
                // font-size: 1.5vh;
                line-height: 24px;
                // line-height: 2.4vh;
                color: #999999;
              }
            }
          }
        }
      }

      // 持续关注项目
      .dataCloudMap-right-bottom {
        height: 29%;
        background-color: #fff;
        border-radius: 10px;
        padding: 10px 20px;

        .project-trace-title {
          display: flex;
          align-items: center;
          justify-content: space-between;

          .right-bottom-title {
            display: flex;
            // grid-template-columns: min-content max-content; /* 自动列宽 */
            // align-items: end; /* 垂直对齐方式:底部对齐 */
            align-items: flex-end;

            /* 底部对齐 */
            .L-title-left {
              display: flex;
              align-items: center;

              .dataCloudMap-birght {
                width: 6px;
                height: 18px;
                background: #0086FF;
                box-shadow: 3px 0 3px 0px #0086FF;
                border-radius: 5px 5px 5px 5px;
              }

              .dataCloudMap-title {
                font-family: AlibabaPuHuiTiB;
                font-size: 18px;
                color: #333333;
                margin: 0 10px;
              }
            }

            .dataCloudMap-data {
              font-family: AlibabaPuHuiTiR;
              font-size: 14px;
              color: #999999;
              line-height: 22px;
            }
          }

          .rightBtn {
            font-family: PingFang-SC-Medium;
            font-weight: 500;
            font-size: 12px;
            color: #0086FF;
            // font-style: normal;
            cursor: pointer;
            // text-decoration-line: underline;
            // text-transform: none;
          }
        }

        section {
          margin-top: 15px;

          .el-table::before {
            height: 0;
          }

          .el-table {
            margin-bottom: 25px;

            th {
              font-family: AlibabaPuHuiTiM;
              // font-weight: bold;
              font-size: 14px;
              color: #333333;
            }

            td {
              font-family: PingFang-SC, PingFang-SC;
              // font-weight: bold;
              font-size: 15px;
              color: #666666;
              border-bottom: none;
            }

            .evenNumber-row {
              background-color: #F6F9FD;
            }

            .project-trace-table-number {
              font-family: DINCondensed, DINCondensed;
              // font-weight: bold;
              font-size: 20px;
              color: #FF844D;
            }
            .remind-info {
              width: 11em;
              overflow: hidden;
              /* 显示省略符号来代表被修剪的文本。 */
              text-overflow:ellipsis; 
              /* 文本不换行 */
              white-space:nowrap;
            }
          }
        }
      }
    }
  }
}

// 荣誉情况弹窗样式
.honor-dialog {
  .el-dialog__header {
    border-bottom: 1px solid #F0F0F0;

    .el-dialog__title {
      font-family: PingFang-SC-Heavy;
      font-weight: 800;
      font-size: 16px;
      color: #000000;
    }
  }

  section {
    .el-table--border {
      border: 1px solid #dfe6ec;
    }

    .el-table {

      // tr:hover>td { 
      //   background-color: initial !important;
      // }
      .project-trace-table-number {
        font-family: PingFang-SC, PingFang-SC;
        font-weight: 500;
        font-size: 14px;
        color: #134EE6;
        font-style: normal;
        text-decoration-line: underline;
        text-transform: none;
        cursor: pointer;
      }

      .grey-number {
        color: #666666;
        text-decoration-line: none;
      }

      .evenNumber-row {
        background-color: #F6F9FD;
      }

      .evenNumber-row-border {
        border-bottom: none;
      }
    }
  }
}

// 数据云图总部企业弹框
.headquarterEnterprise-dialog {
  .el-dialog__body {
    padding: 20px;
  }

  .el-dialog__header {
    border-bottom: 1px solid #F0F0F0;

    .el-dialog__title {
      font-family: PingFang-SC-Heavy;
      font-weight: 800;
      font-size: 16px;
      color: #000000;
    }
  }

  .headquarterEnterprise-box {
    .radio_btn {
      margin: 10px 0;
    }

    .headquarterEnterprise-form {

      .el-button--primary.is-active,
      .el-button--primary:active {
        background: oklab(0.7 -0.3 -0.4);
        border-color: #1890FF;
        color: #FFFEFE;
      }

      .el-button--primary {
        background: #1890FF;
        border-color: #1890FF;
        color: #FFFEFE;
      }

      .el-button--primary:focus,
      .el-button--primary:hover {
        background: oklab(0.7 -0.3 -0.4);
        border-color: #1890FF;
        color: #FFFEFE;
      }

      .el-button--default:hover,
      .el-button--primary:hover {
        background-color: oklab(0.65 -0.06 -0.18);
        border-color: #1890FF;
        color: #FFFEFE;
      }

      .el-button--default {
        border-color: #1890FF;
        color: #000000;
      }
    }

    section {
      .el-table {
        .project-trace-table-number {
          font-family: PingFang-SC-Medium;
          font-weight: 500;
          font-size: 14px;
          color: #134EE6;
          // font-style: normal;
          // text-decoration-line: underline;
          // text-transform: none;
          cursor: pointer;
        }

        th {
          font-weight: bold;
          font-size: 14px;
          color: #000;
        }

        td {
          font-weight: 500;
          font-size: 14px;
          color: #666666;
          border-bottom: none;
        }

        .evenNumber-row {
          background-color: #F6F9FD;
        }
      }

      .my-pagination-container {
        margin-top: 10px;

        .el-pagination.is-background .el-pager li:not(.is-disabled).active {

          background-color: #1890FF;
          /*进行修改选中项背景和字体 */

          color: #fff;
        }

        .el-pagination {

          .btn-prev,
          .btn-next {
            padding: 0px 20px;
          }
        }
      }
    }
  }
}

// 数据云图企业情况上方四个卡片弹框
.serviceIndustry-dialog {
  .el-dialog__body {
    padding: 20px;
  }

  .el-dialog__header {
    border-bottom: 1px solid #F0F0F0;

    .el-dialog__title {
      font-family: PingFang-SC-Heavy;
      font-weight: 800;
      font-size: 16px;
      color: #000000;
    }
  }

  .serviceIndustry-box {
    .radio_btn {
      margin: 10px 0;
    }

    .serviceIndustry-form {

      .el-button--primary.is-active,
      .el-button--primary:active {
        background: oklab(0.7 -0.3 -0.4);
        border-color: #1890FF;
        color: #FFFEFE;
      }

      .el-button--primary {
        background: #1890FF;
        border-color: #1890FF;
        color: #FFFEFE;
      }

      .el-button--primary:focus,
      .el-button--primary:hover {
        background: oklab(0.7 -0.3 -0.4);
        border-color: #1890FF;
        color: #FFFEFE;
      }

      .el-button--default:hover,
      .el-button--primary:hover {
        background-color: oklab(0.65 -0.06 -0.18);
        border-color: #1890FF;
        color: #FFFEFE;
      }

      .el-button--default {
        border-color: #1890FF;
        color: #000000;
      }
    }

    section {
      .el-table {
        .project-trace-table-number {
          font-family: PingFang-SC-Medium;
          font-weight: 500;
          font-size: 14px;
          color: #134EE6;
          // font-style: normal;
          // text-decoration-line: underline;
          // text-transform: none;
          cursor: pointer;
        }
        .project-trace-table-numberTwo {
          font-family: PingFang-SC-Medium;
          font-weight: 500;
          font-size: 14px;
          color: #134EE6;
          cursor: pointer;
          margin-right: 5px;
        }
        .project-trace-table-type {
          font-weight: 500;
          font-size: 14px;
        }
        .approval_status5 {
          color: #24d3a9;
        }
        .approval_status3 {
          color: #134ee6;
        }
        .approval_status1 {
          color: #1890ff;
        }
        .approval_status0 {
          color: #14ecd0;
        }
        .approval_status8 {
          color: #f39801;
        }
        .approval_status9 {
          color: red;
        }
        th {
          font-weight: bold;
          font-size: 14px;
          color: #000;
          text-align: center;
        }

        td {
          font-weight: 500;
          font-size: 14px;
          color: #666666;
          border-bottom: none;
        }

        .evenNumber-row-childred {
          background-color: #E8F3FC;
        }

        .evenNumber-row {
          background-color: #F6F9FD;
        }
      }
      .dataMap-work-table {
        .workDialog-btns {
          display: flex;
          justify-content: center;
          align-items: center;
          .project-trace-table-number {
            margin-right: 5px;
          }
        }
        td {
          border-bottom: 1px solid #D9D9D9;
        }
      }

      .my-pagination-container {
        margin-top: 10px;

        .el-pagination.is-background .el-pager li:not(.is-disabled).active {

          background-color: #1890FF;
          /*进行修改选中项背景和字体 */

          color: #fff;
        }

        .el-pagination {

          .btn-prev,
          .btn-next {
            padding: 0px 20px;
          }
        }
      }
    }
  }
}

// 行业纵深情况
.collectDialog-dialog {
  .el-dialog__body {
    padding: 20px;
  }

  .el-dialog__header {
    border-bottom: 1px solid #F0F0F0;

    .el-dialog__title {
      font-family: PingFang-SC-Heavy;
      font-weight: 800;
      font-size: 16px;
      color: #000000;
    }
  }

  .collectDialog-box {
    .radio_btn {
      margin: 10px 0;
    }

    section {
      .el-table {
        .project-trace-table-number {
          font-family: PingFang-SC, PingFang-SC;
          font-weight: 500;
          font-size: 14px;
          color: #134EE6;
          font-style: normal;
          text-decoration-line: underline;
          text-transform: none;
          cursor: pointer;
        }

        th {
          font-weight: bold;
          font-size: 14px;
          color: #000;
          text-align: center;
        }

        td {
          font-weight: 500;
          font-size: 14px;
          color: #666666;
          border-bottom: none;
        }

        .evenNumber-row-childred {
          background-color: #E8F3FC;
        }

        .evenNumber-row {
          background-color: #F6F9FD;
        }
      }
    }
  }
}

// 服务业数据概览
.echart-title {
  display: flex;
  align-items: center;
  justify-content: space-between;

  .echart-left-title {
    display: grid;
    grid-template-columns: auto auto;
    /* 自动列宽 */
    align-items: end;
    /* 垂直对齐方式:底部对齐 */
    margin-top: -10px;

    .L-title-left {
      display: flex;
      align-items: center;

      .dataCloudMap-birght {
        width: 6px;
        height: 18px;
        background: #0086FF;
        box-shadow: 3px 0 3px 0px #0086FF;
        border-radius: 5px 5px 5px 5px;
      }

      .dataCloudMap-title {
        font-family: AlibabaPuHuiTiB;
        font-size: 18px;
        color: #333333;
        margin: 0 10px;
      }
    }

    .dataCloudMap-data {
      font-family: AlibabaPuHuiTiR;
      font-size: 14px;
      color: #999999;
      line-height: 22px;
      // line-height: 31px;
      // margin-top: 5px;
    }
  }

  .rightBigNav {
    padding: 2px;
    box-sizing: border-box;
    height: 33px;

    // background: #fff;
    .right-nav {
      display: flex;
      height: 100%;
      font-size: 14px;

      .tabStyle {
        height: 100%;
        background: #F6F9FD;
        padding: 0 20px;
        border-radius: 2px;
        display: flex;
        align-items: center;
        cursor: pointer;
        user-select: none;
        color: #7a8599;
        margin-right: 10px;
        border-radius: 5px;

        .change-grey-birght {
          width: 8px;
          height: 8px;
          background: #C7DAEE;
          border-radius: 50%;
          margin-right: 5px;
        }

        .change-blue-birght {
          background: #0086FF;
        }

        .change-grey-text {
          color: #94A9C0;
          font-size: 14px;
          font-weight: 500;
        }

        .change-blue-text {
          color: #0086FF;
          font-weight: bold;
        }
      }

      .change-blue {
        background: #E8F3FC;
        color: #fff;
      }
    }
  }
}

.components-box {
  height: 100%;
}

.echarts-data-box {
  // display: grid;
  // grid-template-columns: 1fr 1fr 1fr;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0 12px;

  .E-box-item {
    display: flex;

    .img-box {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      margin-right: 10px;
      background-size: contain;
      /* 图片大小适应容器 */
      background-position: center;
      /* 图片居中 */
      background-repeat: no-repeat;
      /* 不重复显示背景图 */
    }

    .img-box-one {
      background-image: url("../images/mapIconOne.png");
    }

    .img-box-two {
      background-image: url("../images/mapIconTwo.png");
    }

    .img-box-three {
      background-image: url("../images/mapIconThree.png");
    }

    .data-box {
      display: flex;
      justify-content: space-between;
      flex-direction: column;

      .box-number {
        display: flex;
        align-items: flex-end;

        .number-yuan {
          font-family: DINCondensed, DINCondensed;
          font-weight: bold;
          font-size: 36px;
          line-height: 30px;
          margin-right: 5px;
          color: #333333;
        }

        .yuan-unit {
          font-family: PingFang-SC, PingFang-SC;
          font-weight: bold;
          font-size: 12px;
          line-height: 18px;
          color: #666666;
        }
      }

      .box-bottom {
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        font-size: 12px;
        color: #666666;
      }
    }
  }
}

// 政务端工作台智能提醒弹框
.zhinengtixing-dialog {
  .el-dialog__body {
    padding: 20px;
  }

  .el-dialog__header {
    border-bottom: 1px solid #F0F0F0;

    .el-dialog__title {
      font-family: PingFang-SC-Heavy;
      font-weight: 800;
      font-size: 16px;
      color: #000000;
    }
  }

  .serviceIndustry-box {
    .radio_btn {
      margin: 10px 0;
    }

    .serviceIndustry-form {

      .el-button--primary.is-active,
      .el-button--primary:active {
        background: oklab(0.7 -0.3 -0.4);
        border-color: #1890FF;
        color: #FFFEFE;
      }

      .el-button--primary {
        background: #1890FF;
        border-color: #1890FF;
        color: #FFFEFE;
      }

      .el-button--primary:focus,
      .el-button--primary:hover {
        background: oklab(0.7 -0.3 -0.4);
        border-color: #1890FF;
        color: #FFFEFE;
      }

      .el-button--default:hover,
      .el-button--primary:hover {
        background-color: oklab(0.65 -0.06 -0.18);
        border-color: #1890FF;
        color: #FFFEFE;
      }

      .el-button--default {
        border-color: #1890FF;
        color: #000000;
      }
    }

    section {
      .el-table::before {
        height: 100%;
        width: 1px;
      }
      .el-table {
        border-left: none;
        .project-trace-table-number {
          font-family: PingFang-SC-Medium;
          font-weight: 500;
          font-size: 14px;
          color: #134EE6;
          // font-style: normal;
          // text-decoration-line: underline;
          // text-transform: none;
          cursor: pointer;
        }
        .project-trace-table-type {
          font-weight: 500;
          font-size: 14px;
        }
        .red {
          color: #FD5F5F;
        }
        .green {
          color: #4EB997;
        }

        th {
          font-weight: bold;
          font-size: 14px;
          color: #000;
          text-align: center;
        }

        td {
          font-weight: 500;
          font-size: 14px;
          color: #666666;
        }

        .evenNumber-row-childred {
          background-color: #E8F3FC;
        }

        .evenNumber-row {
          background-color: #F6F9FD;
        }
      }
      .dataMap-work-table {
        .workDialog-btns {
          display: flex;
          justify-content: center;
          align-items: center;
          .project-trace-table-number {
            margin-right: 5px;
          }
        }
        td {
          border-bottom: 1px solid #D9D9D9;
        }
      }

      .my-pagination-container {
        margin-top: 10px;

        .el-pagination.is-background .el-pager li:not(.is-disabled).active {

          background-color: #1890FF;
          /*进行修改选中项背景和字体 */

          color: #fff;
        }

        .el-pagination {

          .btn-prev,
          .btn-next {
            padding: 0px 20px;
          }
        }
      }
    }
  }
}

// 政务端工作台产业品牌打造宣传弹框
.chanyehuodongxiangqing-dialog {
  .el-dialog__body {
    padding: 20px 50px;
  }

  .el-dialog__header {
    border-bottom: 1px solid #F0F0F0;

    .el-dialog__title {
      font-family: PingFang-SC-Heavy;
      font-weight: 800;
      font-size: 16px;
      color: #000000;
    }
  }
  .el-dialog__footer {
    .chanyehuodongxiangqing-footer {
      .el-form-item {
        margin-bottom: 0;

        .el-button--primary.is-active,
        .el-button--primary:active {
          background: oklab(0.7 -0.3 -0.4);
          border-color: #1890FF;
          color: #FFFEFE;
        }

        .el-button--primary {
          background: #1890FF;
          border-color: #1890FF;
          color: #FFFEFE;
        }

        .el-button--primary:focus,
        .el-button--primary:hover {
          background: oklab(0.7 -0.3 -0.4);
          border-color: #1890FF;
          color: #FFFEFE;
        }

        .el-button--default:hover,
        .el-button--primary:hover {
          background-color: oklab(0.65 -0.06 -0.18);
          border-color: #1890FF;
          color: #FFFEFE;
        }

        .el-button--default {
          border-color: #1890FF;
          color: #000000;
        }
      }
    }
  }
}

#echarts {
  width: 100%;
  height: calc(100% - 110px);
  // height: 30vh;
  // height: 370px;
}

//服务业报告
.yewufazhan-box {
  display: flex;

  .yewufazhanbox-left,
  .yewufazhanbox-right {
    background: #fff;
    border-radius: 10px;
    padding: 10px 20px;

    .yewufazhanbox-header-box {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 20px;
      .yewufazhan-title {
        padding-left: 15px;
        position: relative;
        font-family: AlibabaPuHuiTiB;
        font-size: 16px;
        color: #383838;
        text-align: left;
        font-weight: 600;
  
        &:before {
          content: '';
          position: absolute;
          left: 0px;
          top: 50%;
          transform: translate(0, -50%);
          width: 9px;
          height: 9px;
          background-color: #0086FF;
          border-radius: 50%;
        }
      }
      .el-button--default:hover {
        background-color: oklab(0.65 -0.06 -0.18);
        border-color: #1890FF;
        color: #FFFEFE;
      }

      .el-button--default {
        border-color: #1890FF;
        font-family: PingFang-SC;
        font-size: 14px;
        font-weight: bold;
        color: #0086FF;
        padding: 10px 100px;
      }
    }

  }

  .yewufazhanbox-left {
    width: 75%;
    margin-right: 15px;

    .yewufazhanbox-input {
      height: 40px;

      .el-input__inner {
        height: 40px;
      }
    }

    .dialog-from-item {
      text-align: right;

      .el-button--primary.is-active,
      .el-button--primary:active {
        background: oklab(0.7 -0.3 -0.4);
        border-color: #1890FF;
        color: #FFFEFE;
      }

      .el-button--primary {
        background: #1890FF;
        border-color: #1890FF;
        color: #FFFEFE;
      }

      .el-button--primary:focus,
      .el-button--primary:hover {
        background: oklab(0.7 -0.3 -0.4);
        border-color: #1890FF;
        color: #FFFEFE;
      }

      .el-button--default:hover,
      .el-button--primary:hover {
        background-color: oklab(0.65 -0.06 -0.18);
        border-color: #1890FF;
        color: #FFFEFE;
      }

      .el-button--default {
        border-color: #1890FF;
        color: #000000;
      }
    }
  }

  .yewufazhanbox-right {
    width: 25%;
    position: relative;

    .yewufazhan-title-right {
      padding-left: 15px;
      position: relative;
      font-family: AlibabaPuHuiTiB;
      font-size: 16px;
      color: #383838;
      text-align: left;
      font-weight: 600;
      line-height: 40px;

      &:before {
        content: '';
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translate(0, -50%);
        width: 9px;
        height: 9px;
        background-color: #0086FF;
        border-radius: 50%;
      }
    }

    .yewufazhanbox-right-from {
      position: absolute;
      top: 10px;
      right: 20px;

      span {
        color: #666666;
        font-size: 12px;
        font-family: PingFang-SC;
      }

      .el-date-editor {
        width: 150px;
      }

     
    }
    .yewufazhanbox-right-table{
      height: 95%;
      overflow: auto;
      .yewufazhanbox-charu {
        font-family: AlibabaPuHuiTiR;
        padding: 0;
        font-size: 14px;
        // color: #1890FF;
        font-style: normal;
        text-decoration-line: underline;
        text-transform: none;
      }
    }
  

  }
}