.select-staff-box[data-v-277383f7] {
  display: flex;
  flex-direction: column;
  min-height: 350px;
  max-height: 680px;
}
.modal-header[data-v-277383f7] {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  border-bottom: 1px solid #ddd;
  flex-shrink: 0;
}
.modal-header .modal-title[data-v-277383f7] {
  font-size: 16px;
  font-weight: 600;
}
.modal-header .modal-close[data-v-277383f7] {
  font-size: 24px;
  color: #8c8c8c;
  cursor: pointer;
  line-height: 1;
}
.modal-header .modal-close[data-v-277383f7]:hover {
  color: #262626;
}
.filter-bar[data-v-277383f7] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 10px;
  padding: 16px 16px;
  flex-shrink: 0;
  position: relative;
  z-index: 10;
}
.table-wrap[data-v-277383f7] {
  flex: 1;
  padding: 0 12px;
  overflow: hidden;
}
.footer-bar[data-v-277383f7] {
  height: 56px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  padding: 0 24px;
  border-top: 1px solid #f0f0f0;
  flex-shrink: 0;
}
.filter-bar[data-v-277383f7] .ant-input-affix-wrapper {
  height: 32px;
}
.filter-bar[data-v-277383f7] .ant-input {
  height: 32px;
}
.filter-bar[data-v-277383f7] .ant-select-selector {
  height: 32px !important;
  font-size: 14px !important;
}
.filter-bar[data-v-277383f7] .ant-select-selection-item {
  line-height: 30px !important;
  font-size: 14px !important;
}
.filter-bar[data-v-277383f7] .ant-select-selection-placeholder {
  line-height: 30px !important;
  font-size: 14px !important;
}
.filter-bar[data-v-277383f7] .ant-picker {
  height: 32px !important;
}
.filter-bar[data-v-277383f7] .ant-picker-input {
  height: 30px;
}
.filter-bar[data-v-277383f7] .ant-btn {
  height: 32px;
}

.select-staff-modal .ant-modal {
  width: 1000px !important;
  border-radius: 8px;
  overflow: hidden;
}
.select-staff-modal .ant-modal-body {
  padding: 0 !important;
}
/* 表头背景、白色分割线、居中对齐 */
.select-staff-modal .ant-table-thead > tr > th {
  background-color: #1868AE !important;
  color: #fff !important;
  font-weight: 500 !important;
  border-bottom: none !important;
  border-right: 1px solid #fff !important;
  height: 40px !important;
  padding: 0 8px !important;
  text-align: center !important;
}
.select-staff-modal .ant-table-thead > tr > th:last-child {
  border-right: none !important;
}
.select-staff-modal .ant-table-thead > tr > th > * {
  text-align: center !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
/* 表体 td 无分割线、固定高度 40、居中对齐 */
.select-staff-modal .ant-table-tbody > tr > td {
  border-right: none !important;
  border-bottom: none !important;
  height: 40px !important;
  padding: 0 8px !important;
  text-align: center !important;
  line-height: 40px !important;
}
.select-staff-modal .ant-table-tbody > tr:nth-child(odd) > td {
  background-color: #f5f9ff !important;
}
.select-staff-modal .ant-table-tbody > tr:nth-child(even) > td {
  background-color: #fff !important;
}
.select-staff-modal .ant-table-tbody > tr:hover > td {
  background-color: #e6f0ff !important;
}
/* 表格外边框 */
.select-staff-modal .ant-table {
  border: 1px solid #e8e8e8 !important;
  border-radius: 4px;
}
.select-staff-modal .ant-table-container {
  border: none !important;
}
.select-staff-modal .ant-table-content {
  border: none !important;
}
.select-staff-modal .ant-table-thead > tr > th::before {
  display: none !important;
}
/* 分页区样式 */
.select-staff-modal .ant-pagination {
  margin: 16px 0 !important;
  padding: 0 16px !important;
  align-items: flex-start;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper {
  height: 32px;
  line-height: 32px;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper input {
  width: 60px;
  height: 32px;
}
.ant-pagination.mini .ant-pagination-total-text,
.ant-pagination.mini .ant-pagination-simple-pager {
  height: 32px;
  line-height: 32px;
}
.select-staff-modal .ant-pagination-item:hover {
  color: #1868AE !important;
  border: 1px solid #1868AE !important;
}
.select-staff-modal .ant-pagination-item:hover a {
  color: #1868AE !important;
}
/* 分页数字按钮样式 */
.select-staff-modal .ant-pagination-item {
  min-width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
  margin: 0 4px !important;
  text-align: center !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 4px !important;
  background: #fff !important;
  color: rgba(0, 0, 0, 0.65) !important;
  cursor: pointer !important;
}
.select-staff-modal .ant-pagination-item a {
  color: rgba(0, 0, 0, 0.65) !important;
}
/* 分页选中态 */
.select-staff-modal .ant-pagination-item-active {
  background-color: #1868AE !important;
  border-color: #1868AE !important;
}
.select-staff-modal .ant-pagination-item-active a,
.select-staff-modal .ant-pagination-item-active:hover a {
  color: #fff !important;
}
/* 分页上一页/下一页按钮 */
.select-staff-modal .ant-pagination-prev .ant-pagination-item-link,
.select-staff-modal .ant-pagination-next .ant-pagination-item-link {
  min-width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 4px !important;
  color: rgba(0, 0, 0, 0.65) !important;
}
.select-staff-modal .ant-pagination-prev .ant-pagination-item-link:hover,
.select-staff-modal .ant-pagination-next .ant-pagination-item-link:hover {
  border-color: #1868AE !important;
  color: #1868AE !important;
}
/* 省略号样式 */
.select-staff-modal .ant-pagination-jump-prev,
.select-staff-modal .ant-pagination-jump-next {
  min-width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
  margin: 0 4px !important;
}
/* 单选框改为方形 + 选中蓝色背景白对钩 */
.select-staff-modal .ant-radio-wrapper {
  margin-right: 0 !important;
}
.select-staff-modal .ant-radio-inner {
  border-radius: 2px !important;
  width: 14px !important;
  height: 14px !important;
  background-color: #fff !important;
  border-color: #d9d9d9 !important;
  transition: none !important;
  -webkit-animation: none !important;
          animation: none !important;
}
.select-staff-modal .ant-radio-inner::after {
  display: none !important;
}
.select-staff-modal .ant-radio-checked .ant-radio-inner {
  border-radius: 2px !important;
  background-color: #1867AD !important;
  border-color: #1867AD !important;
  transition: none !important;
  -webkit-animation: none !important;
          animation: none !important;
}
.select-staff-modal .ant-radio-checked .ant-radio-inner::after {
  display: block !important;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M2.5 7.5L5.5 11L12 3.5' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-size: 25px 20px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.select-staff-modal .ant-radio {
  transition: none !important;
  -webkit-animation: none !important;
          animation: none !important;
}
.select-staff-modal .ant-radio:hover .ant-radio-inner {
  border-color: #d9d9d9 !important;
}
.select-staff-modal .ant-radio-checked:hover .ant-radio-inner {
  border-color: #1867AD !important;
}
/* 确保下拉框和日期选择器弹出层显示在modal之上 */
.ant-select-dropdown {
  z-index: 2050 !important;
}
.ant-picker-dropdown {
  z-index: 2050 !important;
}
.ant-cascader-menus {
  z-index: 2050 !important;
}

.relationship[data-v-c925b6aa] {
  border-radius: 4px;
}
.relationship-filter[data-v-c925b6aa] {
  background: #fff;
  padding: 24px;
}
.relationship-filter .select-container[data-v-c925b6aa] {
  padding: 4px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
.relationship-filter .select-container .change-company[data-v-c925b6aa] {
  margin: 0 12px 0;
  cursor: pointer;
}
.relationship-filter .select-container .filter-right[data-v-c925b6aa] {
  margin-right: 12px;
  margin-top: 12px;
}
.filter-container-line[data-v-c925b6aa] {
  padding-bottom: 10px;
}
.btn-left[data-v-c925b6aa] {
  margin-right: 12px;
}
.state[data-v-c925b6aa] {
  display: flex;
  align-items: center;
}
.state .cricle[data-v-c925b6aa] {
  margin-right: 6px;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: #3FAD09;
}
.state .state-text[data-v-c925b6aa] {
  color: #3FAD09;
}
.table-act[data-v-c925b6aa] {
  display: flex;
  justify-content: space-between;
}
.select-more[data-v-c925b6aa] {
  display: flex;
}
.select-more .more-btn[data-v-c925b6aa] {
  padding-top: 22px;
  display: flex;
  cursor: pointer;
}
.select-more .more-btn .btn-text[data-v-c925b6aa] {
  color: #1868AE;
  min-width: 36px;
}
.select-more-flex[data-v-c925b6aa] {
  justify-content: space-between;
}
.icon[data-v-c925b6aa] {
  transform: rotate(-180deg);
}
.filter-left[data-v-c925b6aa] {
  height: 48px;
  overflow: hidden;
}
.select-h[data-v-c925b6aa] {
  height: 246px;
}
.integrity-page[data-v-c925b6aa] .title-line {
  display: none !important;
}
.flexBetween[data-v-c925b6aa] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* 表格内容超出隐藏 */
.integrity-page[data-v-c925b6aa] .ant-table {
  table-layout: fixed;
}
.integrity-page[data-v-c925b6aa] .ant-table-tbody > tr > td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 固定右侧列阴影：表头 + 内容行一致 */
.integrity-page[data-v-c925b6aa] .ant-table-thead > tr > th.ant-table-cell-fix-right-first,
.integrity-page[data-v-c925b6aa] .ant-table-tbody > tr > td.ant-table-cell-fix-right-first {
  overflow: visible !important;
  position: relative;
}
.integrity-page[data-v-c925b6aa] .ant-table-thead > tr > th.ant-table-cell-fix-right-first::after,
.integrity-page[data-v-c925b6aa] .ant-table-tbody > tr > td.ant-table-cell-fix-right-first::after {
  position: absolute;
  top: 0;
  right: -6px;
  bottom: 0;
  width: 6px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0));
  pointer-events: none;
  content: "";
}
.table-act[data-v-c925b6aa] {
  display: flex;
  gap: 12px;
  justify-content: flex-start;
}
.table-act a.danger[data-v-c925b6aa] {
  color: #ff4d4f;
}
.violation-level[data-v-c925b6aa] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.violation-level .dot[data-v-c925b6aa] {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.violation-level .dot-serious[data-v-c925b6aa] {
  background: #E84848;
}
.violation-level .dot-normal[data-v-c925b6aa] {
  background: #FF7010;
}
.violation-level .level-text[data-v-c925b6aa] {
  font-size: 14px;
}
.violation-level .level-text-serious[data-v-c925b6aa] {
  color: #E84848;
}
.violation-level .level-text-normal[data-v-c925b6aa] {
  color: #FF7010;
}
/* ========== 本页面筛选区域样式覆盖（仅作用于诚信档案页） ========== */
.integrity-page .filter-left[data-v-c925b6aa] {
  height: 48px;
  /* 收起时高度 */
}
.integrity-page .filter-left.select-h[data-v-c925b6aa] {
  height: 108px;
  /* 展开时高度，留白更紧凑 */
}
.integrity-page .filter-container-line[data-v-c925b6aa] {
  padding-bottom: 6px;
  /* 减小行间距 */
}
.integrity-page .more-btn[data-v-c925b6aa] {
  padding-top: 26px;
  /* 与第一行筛选对齐 */
}
.integrity-page .select-more[data-v-c925b6aa] {
  align-items: flex-start;
}
.integrity-page .ant-select-lg[data-v-c925b6aa] {
  margin-bottom: 10px;
}
.filter-container-line-more[data-v-c925b6aa] {
  padding-bottom: 0px !important;
}
.filter-container-line-more .ant-select-lg[data-v-c925b6aa] {
  margin-bottom: 0px;
}

/* ========== 添加违规记录弹框样式（全局，穿透 a-modal） ========== */
.integrity-add-modal .ant-modal {
  width: 1035px !important;
  max-width: 1035px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
.integrity-add-modal .ant-modal-content {
  width: 1035px !important;
  height: 80vh;
  max-height: 80vh;
  border-radius: 8px !important;
  padding: 0 !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.integrity-add-modal .ant-modal-body {
  padding: 0 !important;
  height: 100%;
  overflow: hidden;
}
.modal-box {
  width: 1035px;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
/* ========== 删除确认弹框样式 ========== */
.integrity-delete-modal .ant-modal {
  width: 480px !important;
  max-width: 480px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
.integrity-delete-modal .ant-modal-content {
  width: 480px !important;
  border-radius: 8px !important;
  padding: 0 !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.integrity-delete-modal .ant-modal-body {
  padding: 0 !important;
}
.integrity-delete-modal .modal-box {
  width: 480px;
  height: auto;
  min-height: 0;
}
.integrity-delete-modal .modal-header {
  padding: 20px 20px 12px !important;
  border-bottom: none !important;
}
.integrity-delete-modal .modal-body {
  padding: 0;
}
.integrity-delete-modal .modal-title {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #333 !important;
}
.delete-warning-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ff7010;
  margin-right: 8px;
  vertical-align: middle;
}
.delete-tip {
  font-size: 14px;
  color: #4F5B6E;
  line-height: 22px;
  padding: 0 20px 24px;
  display: flex;
  align-items: flex-start;
}
.delete-highlight {
  color: #1868ae;
}
.delete-modal-footer {
  justify-content: flex-end !important;
  padding: 0 24px 12px !important;
  box-shadow: none !important;
  border-top: none !important;
}
.modal-header {
  flex-shrink: 0;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
.modal-title {
  font-size: 16px;
  font-weight: 500;
  color: #262626;
}
.modal-close {
  font-size: 24px;
  color: #8c8c8c;
  cursor: pointer;
  line-height: 1;
}
.modal-close:hover {
  color: #262626;
}
.modal-body {
  flex: 1;
  min-height: 0;
  padding: 16px 20px;
  overflow-y: auto;
  background: #ffffff;
}
.section {
  margin-bottom: 16px;
}
.section-top {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.section:last-child {
  margin-bottom: 0;
}
.section-inner {
  padding: 16px 30px;
  background: #f9f9f9;
  border-radius: 4px;
}
.section-title {
  font-size: 14px;
  font-weight: 600;
  color: #262626;
  margin-bottom: 12px;
  top: 0;
  z-index: 10;
  background: #ffffff;
}
.form-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 90px;
}
.form-item {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.form-list .form-item {
  width: 419px;
}
.form-list .form-item.form-item-wide {
  width: 934px;
  align-items: flex-start;
}
.form-label {
  flex-shrink: 0;
  width: 86px;
  line-height: 22px;
  text-align: right;
  padding-right: 14px;
  font-size: 14px;
  color: #666;
  box-sizing: border-box;
}
.form-label .required {
  color: #f5222d;
  margin-right: 4px;
}
.form-list .form-item > .ant-input,
.form-list .form-item > .ant-select,
.form-list .form-item > .ant-picker,
.form-list .form-item > .ant-input-affix-wrapper,
.form-list .form-item > .ant-cascader-picker {
  flex: 1;
  height: 36px;
}
.form-list .form-item > .ant-select .ant-select-selector {
  height: 36px !important;
  display: flex;
  align-items: center;
}
.form-list .form-item > .ant-select .ant-select-selection-item,
.form-list .form-item > .ant-select .ant-select-selection-placeholder {
  line-height: 34px !important;
}
.form-list .form-item > .ant-cascader-picker .ant-select-selector {
  height: 36px !important;
  display: flex;
  align-items: center;
}
.form-list .form-item > .ant-cascader-picker .ant-select-selection-item,
.form-list .form-item > .ant-cascader-picker .ant-select-selection-placeholder {
  line-height: 34px !important;
}
.form-list .form-item > .ant-picker {
  height: 36px;
}
.form-control {
  display: flex;
  align-items: center;
  gap: 8px;
}
.form-control .ant-input {
  height: 36px;
}
.form-control .ant-btn {
  flex-shrink: 0;
  height: 36px;
  width: 100px;
}
.upload-area-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.upload-area-inline {
  display: flex;
  align-items: center;
  gap: 12px;
}
.upload-btn {
  height: 32px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #333;
  font-size: 14px;
}
.upload-tip {
  color: #8c8c8c;
  font-size: 13px;
}
.upload-file-list {
  margin-top: 4px;
  width: 426px;
  max-height: 240px;
  overflow-y: auto;
}
.upload-file-item {
  padding: 6px 12px;
  margin-bottom: 6px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
}
.upload-file-item:last-child {
  margin-bottom: 0;
}
.file-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 24px;
}
.progress-row {
  display: flex;
  align-items: center;
  margin-top: 4px;
}
.file-name {
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 720px;
  cursor: default;
  transition: color 0.2s;
}
.upload-success .file-name:hover {
  color: #2a7fcc;
  cursor: pointer;
}
.upload-error .file-name {
  color: #D9534F;
}
.file-remove {
  color: #999;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 4px;
  border-radius: 4px;
  transition: all 0.2s;
}
.file-remove:hover {
  color: #ff4d4f;
  background: #fff1f0;
}
.file-status-text {
  color: #D9534F;
  font-size: 12px;
}
.uploading-text {
  color: #2a7fcc;
  margin-left: 18px;
  white-space: nowrap;
}
.upload-progress {
  width: 200px;
  margin-top: 0;
}
.upload-progress :deep(.ant-progress-inner) {
  background: #f5f5f5;
}
.upload-progress :deep(.ant-progress-bg) {
  background: #2a7fcc !important;
  height: 3px;
}
.upload-progress :deep(.ant-progress-status-success .ant-progress-bg) {
  background: #2a7fcc !important;
}
.form-item textarea {
  min-height: 96px;
}
.modal-footer {
  flex-shrink: 0;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px -1px 10px 0px rgba(200, 200, 200, 0.5);
  background: #fff;
}
/* ========== 详情弹框样式 ========== */
.integrity-detail-modal .ant-modal {
  width: 1000px !important;
  max-width: 1000px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
.integrity-detail-modal .ant-modal-content {
  width: 1000px !important;
  max-height: 80vh;
  border-radius: 8px !important;
  padding: 0 !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.integrity-detail-modal .ant-modal-body {
  padding: 0 !important;
  height: 100%;
  overflow: hidden;
}
.integrity-detail-modal .modal-box {
  width: 1000px;
  height: 100%;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.integrity-detail-modal .modal-header {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  border-bottom: 1px solid #e8e8e8;
}
.integrity-detail-modal .modal-title {
  font-size: 16px;
  font-weight: 600;
  color: #262626;
}
.integrity-detail-modal .modal-close {
  font-size: 20px;
  color: #999;
  cursor: pointer;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  transition: color 0.2s;
}
.integrity-detail-modal .modal-close:hover {
  color: #333;
}
.integrity-detail-modal .modal-body {
  flex: 1;
  padding: 20px 30px;
  overflow-y: auto;
  background: #ffffff;
}
.integrity-detail-modal .section {
  margin-bottom: 32px;
}
.integrity-detail-modal .section:last-child {
  margin-bottom: 0;
}
.integrity-detail-modal .section-title {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #262626;
  margin-bottom: 16px;
  line-height: 22px;
}
.integrity-detail-modal .section-title .title-bar {
  display: inline-block;
  width: 2px;
  height: 14px;
  background: #1868ae;
  margin-right: 8px;
  flex-shrink: 0;
}
.detail-form-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 90px;
}
.detail-form-item {
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
}
.detail-form-list .detail-form-item {
  width: 395px;
}
.detail-form-list .detail-form-item.detail-form-item-full {
  width: 880px;
}
.detail-value {
  color: #333;
  font-size: 14px;
  line-height: 22px;
  word-break: break-all;
}
.detail-level-serious {
  color: #E84848;
  font-weight: 500;
}
.detail-level-normal {
  color: #FF7010;
  font-weight: 500;
}
.detail-value-desc {
  line-height: 24px;
  white-space: pre-wrap;
  min-height: 48px;
}
/* 证据材料附件 */
.detail-attachments {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 4px;
  width: 100%;
}
.detail-file-item {
  display: flex;
  align-items: center;
  padding: 6px 10px;
  background: #f9f9f9;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
}
.detail-file-item:hover {
  border-color: #2a7fcc;
  background: #f0f6ff;
}
.detail-file-item .file-icon {
  font-size: 16px;
}
.detail-file-item .file-name {
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detail-file-item:hover .file-name {
  color: #2a7fcc;
}
.pt16 {
  padding-top: 16px;
}

/* 违规类型级联选择器下拉菜单样式 */
.violation-type-cascader .ant-cascader-menu-item.ant-cascader-menu-item-active,
.violation-type-cascader .ant-cascader-menu-item.ant-cascader-menu-item-active:hover,
.violation-type-cascader .ant-cascader-menu-item:hover {
  background-color: #eff8ff !important;
  color: #1868ae !important;
  font-weight: normal !important;
}
/* 级联选择器输入框中已选中内容的样式 */
.integrity-page .ant-cascader-picker .ant-select-selection-item,
.select-staff-modal .ant-cascader-picker .ant-select-selection-item {
  background-color: #eff8ff !important;
  color: #1868ae !important;
  border-radius: 2px;
}
/* 所有下拉选择器（select）选项选中/hover样式 - 全局生效 */
body .ant-select-dropdown .ant-select-item-option.ant-select-item-option-active,
body .ant-select-dropdown .ant-select-item-option.ant-select-item-option-active:hover,
body .ant-select-dropdown .ant-select-item-option:hover {
  background-color: #eff8ff !important;
  color: #1868ae !important;
  font-weight: normal !important;
}

