[data-v-15ce6220] .n-input__prefix {
  position: relative;
  border-right: 1px solid #d5d5d5;
  margin-right: 6px;
}
[data-v-15ce6220] .n-input__prefix .prefix {
  font-size: 11px;
  padding-right: 12px;
}

.search-wrap[data-v-c081da7a] {
  position: relative;
  flex-shrink: 0;
  width: 260px;
  border-right: 1px solid #d0cac1;
  transform: translateX(-10px);
}
.search-wrap .input-search[data-v-c081da7a] {
  padding: 10px;
}
.search-wrap .search-content[data-v-c081da7a] {
  font-size: 12px;
}
.search-wrap .search-content .company-item[data-v-c081da7a] {
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.search-wrap .search-content .company-item[data-v-c081da7a]:hover {
  background-color: #feefd7;
}
.search-wrap .search-content .company-item.selected[data-v-c081da7a] {
  background-color: #feefd7;
}

.info-wrap[data-v-4c87801e] {
  --border-color: #fff;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid var(--border-color);
  padding: 10px 0;
}
.info-wrap[data-v-4c87801e]:not(:first-child) {
  padding-top: 10px;
}
.info-wrap.bordered[data-v-4c87801e] {
  --border-color: #d0cac1;
}
.info-wrap.unlast[data-v-4c87801e] {
  --border-color: #e9e9e9;
}
.info-wrap .tiny[data-v-4c87801e] {
  --padding: 0 30px;
  --title-fontSize: 12px;
  --desc-fontFamily: 'Helvetica Neue', Helvetica, 'PingFang-SC-Middle', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
}
.info-wrap .huge[data-v-4c87801e] {
  --padding: 0 80px;
  --title-fontSize: 28px;
}
.info-wrap .huge[data-v-4c87801e]:first-child {
  margin-left: 30px;
}
.info-wrap .info-wrap__left[data-v-4c87801e] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.info-wrap .info-wrap__left .info-item[data-v-4c87801e] {
  display: flex;
  justify-content: center;
  height: 50px;
  font-size: 12px;
  box-sizing: border-box;
  --specialColor: #333;
}
.info-wrap .info-wrap__left .info-item .info-item__content[data-v-4c87801e] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.info-wrap .info-wrap__left .info-item .info-item__content .title[data-v-4c87801e] {
  color: #666;
  font-size: var(--title-fontSize);
  max-height: 40px;
}
.info-wrap .info-wrap__left .info-item .info-item__content .desc[data-v-4c87801e] {
  display: flex;
  align-items: center;
  font-family: var(--desc-fontFamily);
  font-weight: 500;
  min-height: 20px;
}
.info-wrap .info-wrap__left .info-item .divider[data-v-4c87801e] {
  width: 1px;
  height: 50px;
  margin: var(--padding);
  border-right: 1px solid #e9e9e9;
  transform: translateX(-1px);
}
.info-wrap .info-wrap__left .info-item .red[data-v-4c87801e] {
  --specialColor: #ea2727;
}
.info-wrap .info-wrap__left .info-item .orange[data-v-4c87801e] {
  --specialColor: #f79a07;
}
.info-wrap .info-wrap__left .info-item .blue[data-v-4c87801e] {
  --specialColor: #269cf1;
}
.info-wrap .info-wrap__left .info-item .green[data-v-4c87801e] {
  --specialColor: #29c11b;
}
.info-wrap .info-wrap__left .info-item .red .title[data-v-4c87801e],
.info-wrap .info-wrap__left .info-item .orange .title[data-v-4c87801e],
.info-wrap .info-wrap__left .info-item .blue .title[data-v-4c87801e],
.info-wrap .info-wrap__left .info-item .green .title[data-v-4c87801e] {
  color: var(--specialColor);
}
.info-wrap .info-wrap__left .info-item .red .title strong[data-v-4c87801e],
.info-wrap .info-wrap__left .info-item .orange .title strong[data-v-4c87801e],
.info-wrap .info-wrap__left .info-item .blue .title strong[data-v-4c87801e],
.info-wrap .info-wrap__left .info-item .green .title strong[data-v-4c87801e] {
  color: var(--specialColor);
}
.info-wrap .info-wrap__left .info-item .red .desc[data-v-4c87801e],
.info-wrap .info-wrap__left .info-item .orange .desc[data-v-4c87801e],
.info-wrap .info-wrap__left .info-item .blue .desc[data-v-4c87801e],
.info-wrap .info-wrap__left .info-item .green .desc[data-v-4c87801e] {
  color: #666;
}
.info-wrap .info-wrap__left .info-item .colorful .title[data-v-4c87801e] {
  color: #666;
}
.info-wrap .info-wrap__left .info-item .colorful .desc[data-v-4c87801e] {
  color: var(--specialColor);
}

.label-item__wrapper[data-v-53b206ba] {
  position: relative;
  display: flex;
  width: 100%;
  color: #999;
  font-size: 12px;
  padding-top: 6px;
  padding-bottom: 20px;
  margin-bottom: 2px;
}
.label-item__wrapper[data-v-53b206ba]:first-child {
  margin-top: 20px;
}
.label-item__wrapper.error[data-v-53b206ba] .n-input .n-input-word-count {
  color: #fff;
}
.label-item__wrapper .label-item__text[data-v-53b206ba] {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 10px;
  transform: translateY(-90%);
  content: attr(data-label);
  font-style: normal;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
.label-item__wrapper .label-item__text .label-item__required[data-v-53b206ba] {
  color: #f63232;
}
.label-item__wrapper .status-icon[data-v-53b206ba] {
  position: absolute;
  top: 18px;
  right: 10px;
  display: inline-block;
  width: 14px;
  height: 14px;
}
.label-item__wrapper .label-item__tips[data-v-53b206ba] {
  display: flex;
  align-items: center;
  color: #f63232;
  line-height: 20px;
}
.label-item__wrapper .tips-strong[data-v-53b206ba] {
  display: inline-block;
  position: absolute;
  right: -196px;
  top: 5px;
  width: 193px;
  height: 44px;
  background-size: cover;
  filter: drop-shadow(0 0 3px rgba(102, 102, 102, 0.3));
}
.label-item__wrapper .tips-strong.weak[data-v-53b206ba] {
  background: url('/img/tips/weak.svg') no-repeat center center;
}
.label-item__wrapper .tips-strong.normal[data-v-53b206ba] {
  background: url('/img/tips/normal.svg') no-repeat center center;
}
.label-item__wrapper .tips-strong.strong[data-v-53b206ba] {
  background: url('/img/tips/strong.svg') no-repeat center center;
}

.c-result[data-v-b62bddea] {
  width: 100%;
  text-align: center;
  font-size: 12px;
  padding: 10px;
}
.c-result .desc[data-v-b62bddea] {
  margin-top: 10px;
}

.import-modal .upload-content[data-v-4ada4d3a] {
  display: flex;
  margin: 40px 0 88px 50px;
}
.import-modal .uploaded-container[data-v-4ada4d3a] {
  width: 100%;
}
.import-modal .download-template[data-v-4ada4d3a] {
  color: #f79a07;
  font-size: 12px;
}
.divider[data-v-4ada4d3a] {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #d5d5d5;
}

.table-filter[data-v-56f125a0] {
  display: flex;
  align-items: center;
}
.table-filter .table-filter__title[data-v-56f125a0] {
  margin-right: 6px;
}
.table-filter .filter-trigger[data-v-56f125a0] {
  cursor: pointer;
  transform: translateY(1px);
}
.table-filter__list[data-v-56f125a0] {
  background: #fff;
}
.table-filter__list .table-filter__item[data-v-56f125a0] {
  padding: 6px 8px;
  cursor: pointer;
  font-size: 12px;
  text-align: left;
  height: 32px;
  box-sizing: border-box;
}
.table-filter__list .table-filter__item[data-v-56f125a0]:hover {
  background: #feefd7;
}
.table-filter__list .table-filter__item.selected[data-v-56f125a0] {
  background: #e4e4e4;
}

.import-modal .upload-content[data-v-78a2fd46] {
  display: flex;
  margin: 40px 0 88px 50px;
}
.import-modal .download-template[data-v-78a2fd46] {
  color: #f79a07;
  font-size: 12px;
}
.divider[data-v-78a2fd46] {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #d5d5d5;
}

.import-modal .upload-content[data-v-40b4c5ca] {
  display: flex;
  margin: 40px 0 88px 50px;
}
.import-modal .download-template[data-v-40b4c5ca] {
  color: #f79a07;
  font-size: 12px;
}
.divider[data-v-40b4c5ca] {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #d5d5d5;
}

