.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;
}

.reset-module__wrapper {
  width: 400px;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(102, 102, 102, 0.3);
  margin: 200px auto 0;
}
.reset-module__wrapper .header {
  border-bottom: 2px solid #e9e9e9;
  padding: 20px 20px 10px;
}
.reset-module__wrapper .header .title {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 6px;
}
.reset-module__wrapper .header .desc {
  font-size: 12px;
  color: #999;
}
.reset-module__wrapper .section {
  line-height: 1;
  padding: 20px;
  padding-top: 0;
}
.reset-module__wrapper .footer {
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding: 20px;
}

.reset-module__wrapper .footer > .n-button {
  flex: 1;
}
.reset-module__wrapper .footer > .n-button:not(:last-child) .n-button__border,
.reset-module__wrapper .footer > .n-button:not(:last-child) .n-button__state-border {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.reset-module__wrapper .footer > .n-button:not(:first-child) .n-button__border,
.reset-module__wrapper .footer > .n-button:not(:first-child) .n-button__state-border {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.validator[data-v-0dc532e0] {
  display: flex;
  margin-top: -4px;
}
.validator[data-v-0dc532e0] .input :deep(.n-input__border) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.line[data-v-92111dbc] {
  position: absolute;
  content: '';
  top: 56%;
  width: 148px;
  height: 1px;
  background-color: #d0cac1;
  z-index: -1;
}
.arrow[data-v-92111dbc] {
  position: absolute;
  top: 50%;
  content: '';
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 8px solid #d0cac1;
  border-bottom: 4px solid transparent;
}
.verify-box[data-v-92111dbc] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  line-height: 1;
}
.verify-box.after[data-v-92111dbc]::before {
  position: absolute;
  top: 50%;
  content: '';
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 8px solid #d0cac1;
  border-bottom: 4px solid transparent;
  left: 130px;
}
.verify-box.after[data-v-92111dbc]::after {
  position: absolute;
  content: '';
  top: 56%;
  width: 148px;
  height: 1px;
  background-color: #d0cac1;
  z-index: -1;
  left: 60%;
}
.verify-box.before[data-v-92111dbc]::before {
  position: absolute;
  top: 50%;
  content: '';
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 8px solid #d0cac1;
  border-bottom: 4px solid transparent;
  right: 66%;
}
.verify-box.before[data-v-92111dbc]::after {
  position: absolute;
  content: '';
  top: 56%;
  width: 148px;
  height: 1px;
  background-color: #d0cac1;
  z-index: -1;
  right: 64%;
  width: 146px;
}
.verify-box .user[data-v-92111dbc] {
  color: #999;
  margin-bottom: 8px;
}
.verify-box .dot[data-v-92111dbc] {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #91897c;
  border-radius: 50%;
  margin: 11px 0 5px;
}
.verify-box .status[data-v-92111dbc] {
  margin-top: 6px;
}

.success-text[data-v-4a19dfe6] {
  color: #f79a07;
  font-size: 12px;
  margin-top: 10px;
}
.progress[data-v-4a19dfe6] {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0;
}
.progress .left[data-v-4a19dfe6] {
  --line-height: 133px;
}
.progress .left[data-v-4a19dfe6]::after {
  position: absolute;
  content: '';
  top: 16%;
  right: 49%;
  width: 1px;
  height: var(--line-height);
  background-color: #d0cac1;
}
.action[data-v-4a19dfe6] {
  flex: 1;
}

