.adjust-ai-refinement-dialog .dialog-content[data-v-8fdadf02] {
  padding: 0 20px;
}
.adjust-ai-refinement-dialog .refinement-tabs[data-v-8fdadf02] {
  margin-bottom: 20px;
}
.adjust-ai-refinement-dialog .table-container[data-v-8fdadf02] {
  border: 1px solid #ebeef5;
  border-radius: 4px;
  overflow: hidden;
}
.adjust-ai-refinement-dialog .adjust-el-table[data-v-8fdadf02] .custom-table-header th {
  background-color: #f8f9fa !important;
  color: #606266;
  font-weight: bold;
}
.adjust-ai-refinement-dialog .adjust-el-table .no-data[data-v-8fdadf02] {
  color: #909399;
  text-align: center;
  padding: 20px 0;
}
.adjust-ai-refinement-dialog .adjust-el-table .feedback-text[data-v-8fdadf02] {
  line-height: 1.6;
  color: #606266;
  white-space: pre-wrap;
  padding: 10px 0;
}
.adjust-ai-refinement-dialog .adjust-el-table[data-v-8fdadf02] .el-textarea__inner {
  border: none;
  resize: none;
  padding: 10px;
}
.adjust-ai-refinement-dialog .adjust-el-table[data-v-8fdadf02] .el-textarea__inner:focus {
  background-color: #fcfdfe;
}

.dialog-header[data-v-06a60c4b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  background: #fff;
  border-bottom: 1px solid #ebeef5;
}
.dialog-header .title-left[data-v-06a60c4b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.dialog-header .title-left .title-text[data-v-06a60c4b] {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-right: 15px;
}
.dialog-header .title-left .expire-text[data-v-06a60c4b] {
  font-size: 13px;
  color: #F56C6C;
}
.dialog-body-scroll[data-v-06a60c4b] {
  height: calc(100vh - 60px);
  overflow-y: auto;
  background-color: #fff;
  padding: 0 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.report-content[data-v-06a60c4b] {
  max-width: 90%;
  margin: 0 auto;
  padding-top: 20px;
}
.basic-info[data-v-06a60c4b] {
  background: #f8f9fa;
  padding: 15px 20px;
  border-radius: 4px;
  margin-bottom: 30px;
  font-size: 14px;
  color: #606266;
}
.basic-info .divider[data-v-06a60c4b] {
  margin: 0 20px;
  color: #dcdfe6;
}
.basic-info .value[data-v-06a60c4b] {
  color: #333;
}
.section-container[data-v-06a60c4b] {
  margin-bottom: 40px;
}
.section-container .section-title[data-v-06a60c4b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.section-container .section-title.comprehensive-evaluation-title[data-v-06a60c4b] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-container .section-title.comprehensive-evaluation-title .title-left[data-v-06a60c4b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section-container .section-title.comprehensive-evaluation-title .ai-tip[data-v-06a60c4b] {
  margin-left: 20px;
  font-size: 13px;
  color: #909399;
  font-weight: normal;
}
.section-container .section-title.comprehensive-evaluation-title .ai-tip .adjust-link[data-v-06a60c4b] {
  color: #409EFF;
  cursor: pointer;
  text-decoration: underline;
  margin-left: 5px;
}
.section-container .section-title.comprehensive-evaluation-title .original-version-btn[data-v-06a60c4b] {
  font-size: 13px;
  padding: 0;
}
.section-container .section-title .blue-bar[data-v-06a60c4b] {
  width: 4px;
  height: 16px;
  background-color: #409EFF;
  margin-right: 10px;
  border-radius: 2px;
}
.section-container .section-subtitle[data-v-06a60c4b] {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}
/* 象限图容器样式 */
.quadrant-chart-wrapper[data-v-06a60c4b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.quadrant-chart-wrapper .y-axis-label[data-v-06a60c4b] {
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #606266;
  font-size: 13px;
  padding: 40px 0;
}
.quadrant-chart-wrapper .chart-content[data-v-06a60c4b] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  border: 1px solid #ebeef5;
}
.quadrant-chart-wrapper .chart-content .x-axis-label[data-v-06a60c4b] {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  color: #606266;
  font-size: 13px;
}
/* 表格内文字样式 */
.text-content[data-v-06a60c4b] {
  text-align: left;
  line-height: 1.6;
  padding: 8px 10px;
}

.appraisal-report-dialog {
  /* 定制表格的合并表头样式，去除多余边框 */
}
.appraisal-report-dialog .el-dialog__header {
  padding: 0;
}
.appraisal-report-dialog .el-dialog__body {
  padding: 0;
}
.appraisal-report-dialog .score-table th.is-leaf {
  border-bottom: 1px solid #ebeef5 !important;
}
.appraisal-report-dialog .el-dialog__footer {
  padding: 20px 0 30px;
  text-align: center;
  border-top: 1px solid #f0f2f5;
}
.appraisal-report-dialog .el-dialog__footer .el-button {
  width: 120px;
  height: 40px;
  font-size: 14px;
  margin: 0 10px;
}

.adjust-personnel-dialog .el-dialog__header {
  padding: 0;
}
.adjust-personnel-dialog .el-dialog__body {
  padding: 0;
}

.dialog-header[data-v-6984f723] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  background: #fff;
  border-bottom: 1px solid #ebeef5;
}
.dialog-header .title-text[data-v-6984f723] {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.dialog-header .title-right[data-v-6984f723] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.dialog-header .title-right .el-button--danger[data-v-6984f723] {
  background-color: #d9534f;
  border-color: #d9534f;
}
.dialog-body-bg[data-v-6984f723] {
  background-color: #f0f2f5;
  padding: 20px;
  min-height: calc(100vh - 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.personnel-container[data-v-6984f723] {
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
  min-height: 500px;
}
.personnel-container .action-bar[data-v-6984f723] {
  margin-bottom: 20px;
}
.personnel-container .action-bar .el-button[data-v-6984f723] {
  margin-right: 10px;
}
.personnel-container .personnel-table[data-v-6984f723] .table-header-row th {
  background-color: #fafafa;
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #ebeef5;
}
.personnel-container .appraiser-list[data-v-6984f723] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.personnel-container .appraiser-list .appraiser-row[data-v-6984f723] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #ebeef5;
}
.personnel-container .appraiser-list .appraiser-row .role[data-v-6984f723] {
  width: 50px;
}
.personnel-container .appraiser-list .appraiser-row .weight[data-v-6984f723] {
  width: 50px;
  color: #333;
}
.personnel-container .appraiser-list .appraiser-row .info[data-v-6984f723] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
}
.personnel-container .appraiser-list .appraiser-row .info .select-person-btn[data-v-6984f723] {
  border-color: #dcdfe6;
  color: #606266;
  padding: 7px 15px;
}
.personnel-container .appraiser-list .appraiser-row .preview-btn[data-v-6984f723] {
  width: 80px;
  text-align: right;
  color: #409EFF;
}
.personnel-container .appraiser-list .appraiser-row .preview-placeholder[data-v-6984f723] {
  width: 80px;
}
.personnel-container .text-muted[data-v-6984f723] {
  color: #909399;
}
.personnel-container .delete-text-btn[data-v-6984f723] {
  color: #409EFF;
}

.appraisal-detail-drawer[data-v-96e32140] .el-drawer__body {
  height: 100%;
}
.appraisal-detail-drawer .drawer-container[data-v-96e32140] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}
.appraisal-detail-drawer .drawer-header[data-v-96e32140] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #f0f0f0;
}
.appraisal-detail-drawer .drawer-header .title[data-v-96e32140] {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.appraisal-detail-drawer .drawer-header .close-icon[data-v-96e32140] {
  font-size: 20px;
  color: #909399;
  cursor: pointer;
}
.appraisal-detail-drawer .drawer-header .close-icon[data-v-96e32140]:hover {
  color: #409EFF;
}
.appraisal-detail-drawer .drawer-body[data-v-96e32140] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 20px;
}
.appraisal-detail-drawer .drawer-body .section[data-v-96e32140] {
  margin-bottom: 30px;
}
.appraisal-detail-drawer .drawer-body .section .section-title[data-v-96e32140] {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  margin-bottom: 16px;
  padding-left: 10px;
  position: relative;
}
.appraisal-detail-drawer .drawer-body .section .section-title[data-v-96e32140]::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  width: 4px;
  background-color: #409EFF;
  border-radius: 2px;
}
.appraisal-detail-drawer .drawer-body .info-grid[data-v-96e32140] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.appraisal-detail-drawer .drawer-body .info-grid .info-item[data-v-96e32140] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  overflow: hidden;
  height: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.appraisal-detail-drawer .drawer-body .info-grid .info-item.full-width[data-v-96e32140] {
  grid-column: span 2;
}
.appraisal-detail-drawer .drawer-body .info-grid .info-item .label[data-v-96e32140] {
  width: 90px;
  background-color: #f5f7fa;
  color: #909399;
  font-size: 13px;
  padding: 0 12px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #ebeef5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.appraisal-detail-drawer .drawer-body .info-grid .info-item .value[data-v-96e32140] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #303133;
  font-size: 13px;
  padding: 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.appraisal-detail-drawer .drawer-body .progress-list .progress-group[data-v-96e32140] {
  margin-bottom: 20px;
}
.appraisal-detail-drawer .drawer-body .progress-list .progress-group .group-header[data-v-96e32140] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.appraisal-detail-drawer .drawer-body .progress-list .progress-group .group-header .role-info .role-name[data-v-96e32140] {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}
.appraisal-detail-drawer .drawer-body .progress-list .progress-group .group-header .role-info .weight[data-v-96e32140] {
  font-size: 13px;
  color: #909399;
  margin-left: 8px;
}
.appraisal-detail-drawer .drawer-body .progress-list .progress-group .group-header .add-btn[data-v-96e32140] {
  padding: 0;
}
.appraisal-detail-drawer .drawer-body .progress-list .progress-group .evaluator-list[data-v-96e32140] {
  padding-left: 10px;
}
.appraisal-detail-drawer .drawer-body .progress-list .progress-group .evaluator-list .evaluator-item[data-v-96e32140] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  border-bottom: 1px dashed #f0f0f0;
}
.appraisal-detail-drawer .drawer-body .progress-list .progress-group .evaluator-list .evaluator-item[data-v-96e32140]:last-child {
  border-bottom: none;
}
.appraisal-detail-drawer .drawer-body .progress-list .progress-group .evaluator-list .evaluator-item .evaluator-name[data-v-96e32140] {
  font-size: 13px;
  color: #606266;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.appraisal-detail-drawer .drawer-body .progress-list .progress-group .evaluator-list .evaluator-item .actions[data-v-96e32140] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
}
.appraisal-detail-drawer .drawer-body .progress-list .progress-group .evaluator-list .evaluator-item .actions .status-tag[data-v-96e32140],
.appraisal-detail-drawer .drawer-body .progress-list .progress-group .evaluator-list .evaluator-item .actions .urge-tag[data-v-96e32140] {
  margin-left: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.appraisal-detail-drawer .drawer-body .progress-list .progress-group .evaluator-list .evaluator-item .actions .delete-btn[data-v-96e32140] {
  color: #f56c6c;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.appraisal-detail-drawer .drawer-body .progress-list .progress-group .evaluator-list .no-data[data-v-96e32140] {
  font-size: 12px;
  color: #c0c4cc;
  padding: 10px 0;
}

.track-appraisal-page[data-v-02e1dbf8] {
  background: #fff;
  min-height: calc(100vh - 120px);
}
.page-header[data-v-02e1dbf8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  background: #fff;
  border-bottom: 1px solid #ebeef5;
}
.page-header .title-text[data-v-02e1dbf8] {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.page-body[data-v-02e1dbf8] {
  background-color: #f0f2f5;
  padding: 20px;
  min-height: calc(100vh - 120px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.info-card[data-v-02e1dbf8] {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.info-card .info-item[data-v-02e1dbf8] {
  margin-bottom: 16px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info-card .info-item[data-v-02e1dbf8]:last-child {
  margin-bottom: 0;
}
.info-card .info-item .label[data-v-02e1dbf8] {
  color: #606266;
  width: 110px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  background: #fff;
}
.info-card .info-item .value[data-v-02e1dbf8] {
  color: #333;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 24px;
}
.info-card .progress-col[data-v-02e1dbf8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info-card .progress-col .progress-text[data-v-02e1dbf8] {
  text-align: center;
}
.info-card .progress-col .progress-text .percentage[data-v-02e1dbf8] {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.info-card .progress-col .progress-text .label[data-v-02e1dbf8] {
  font-size: 12px;
  color: #999;
  margin-top: 4px;
}
.table-card[data-v-02e1dbf8] {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
}
.table-card .action-bar[data-v-02e1dbf8] {
  margin-bottom: 15px;
}
.table-card .rate-text[data-v-02e1dbf8] {
  color: #409EFF;
  cursor: pointer;
}
.table-card .pagination-container[data-v-02e1dbf8] {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

