.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-dialog[data-v-7471b8b6] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-dialog .config-box[data-v-7471b8b6] {
  width: 600px;
  font-size: 12px;
  background: #fff;
  margin-bottom: 20px;
}
.c-dialog .config-box__title[data-v-7471b8b6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  border-bottom: 1px solid #d0cac1;
  padding: 10px;
}
.c-dialog .config-box__content[data-v-7471b8b6] {
  padding: 0 10px;
}
.c-dialog .config-box__footer[data-v-7471b8b6] {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #d0cac1;
  padding: 10px;
}
.c-dialog .config-box__footer .config-box__actions[data-v-7471b8b6] {
  display: flex;
}
.c-dialog .config-box__footer .config-box__actions .footer-button[data-v-7471b8b6] {
  width: 80px;
  font-size: 12px;
}
.c-dialog .config-box__footer .config-box__actions .footer-button[data-v-7471b8b6]:not(:last-child) {
  margin-right: 10px;
}

.page-wrapper[data-v-5cd0d73a] {
  display: flex;
  flex-direction: column;
  flex: 1;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.page-wrapper.background[data-v-5cd0d73a] {
  padding: 0 10px;
  background: #fff;
}

