.basic-help {
  position: absolute;
  top: var(--0712892c);
  right: var(--072eb82e);
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  transform: translate(0, -50%);
}
.basic-help:hover {
  color: var(--27258626);
}
.basic-help__wrap p {
  margin-bottom: 0;
}[data-v-4b3be444] .n-icon svg:focus {
  outline: none !important;
}
.svg-icon[data-v-4b3be444] {
  display: flex;
  align-items: center;
  color: var(--35d4232b);
}
.svg-icon__svg[data-v-4b3be444] {
  display: inline-block;
  overflow: hidden;
  vertical-align: -0.15em;
  fill: currentColor;
}
.svg-icon-svg__hover[data-v-4b3be444]:hover {
  color: red;
  fill: var(--941e083a);
}
.svg-icon-spin[data-v-4b3be444] {
  animation: loadingCircle 1s infinite linear;
}.expend[data-v-7e9092ec] {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
}
.expend-header[data-v-7e9092ec] {
  display: flex;
  align-items: center;
  width: 100%;
}
.expend-name[data-v-7e9092ec] {
  color: #333;
  font-size: 18px;
}
.expend-content[data-v-7e9092ec] {
  box-sizing: border-box;
  width: 100%;
}
.expend-icon[data-v-7e9092ec] {
  margin: 0 8px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}.expend[data-v-d87143fe] {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
}
.expend-header[data-v-d87143fe] {
  display: flex;
  align-items: center;
}
.expend-name[data-v-d87143fe] {
  color: #333;
  font-size: 18px;
}
.expend-content[data-v-d87143fe] {
  box-sizing: border-box;
  width: "100%";
}
.expend-icon[data-v-d87143fe] {
  margin: 0 8px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}.array-base-remove {
  margin: 0 12px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.array-base-remove.n-icon:hover {
  fill: rgb(217, 33, 73);
}
.array-base-remove-disable {
  width: 24px;
  height: 24px;
  cursor: not-allowed !important;
}
.array-base-remove-disable.n-icon:hover {
  fill: #ccc;
}
.array-base-addition {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.array-base-addition-disable {
  margin-right: 12px;
  width: 24px;
  height: 24px;
  cursor: not-allowed !important;
}
.array-base-addition-disable.n-icon:hover {
  fill: #ccc;
}.array-items-main {
  display: flex;
  flex-wrap: wrap;
}
.array-items-header {
  display: flex;
  align-items: center;
}
.array-items-header__count {
  display: flex;
  align-items: center;
  margin-left: 8px;
  color: #333;
  font-weight: 400;
  font-size: 16px;
}
.array-items-header__total {
  display: flex;
  align-items: center;
  color: #ccc;
  font-weight: 400;
  font-size: 16px;
}
.array-items-sub-header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}
.array-items-sub-header-expend {
  margin-right: 8px;
  margin-left: -32px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.array-items-dividing-line {
  margin-bottom: 24px;
  height: 1px;
  background: #d7dae0;
}
.array-items-add {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.array-items-add-text {
  color: #333;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.array-items-mark {
  color: #d03050;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.array-items-content-extra {
  display: flex;
  justify-content: flex-start;
}.object-items {
  display: flex;
  align-items: flex-start;
}
.object-items-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.object-items-header {
  display: flex;
  align-items: center;
}.void-item-header {
  display: flex;
  align-items: center;
}[data-v-06e949f6] .n-input .n-input__suffix,[data-v-06e949f6] .n-input .n-input__prefix {
  padding: var(--458f00ed);
  background: var(--47b712d2);
}
[data-v-06e949f6] .n-input .n-input__prefix {
  border-radius: var(--ca5e3efc) 0 0 var(--ca5e3efc);
}
[data-v-06e949f6] .n-input .n-input__state-border {
  border: var(--2c0ab159);
}
[data-v-06e949f6] .n-input .n-input__suffix {
  border-radius: 0 var(--ca5e3efc) var(--ca5e3efc) 0;
}
[data-v-06e949f6] .n-input .n-input__input-el {
  text-align: center;
}
[data-v-06e949f6] .n-input .n-input__input-el::placeholder {
  color: #ccc;
  text-align: center;
}
[data-v-06e949f6] .n-input:not(.n-input--textarea) .n-input__placeholder {
  display: none;
}.form-item-text-input {
  display: flex;
  padding: 6px 12px;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
}
.form-item-text-input-empty {
  color: #c2c2c2;
  font-weight: 400;
}
.form-item-text-input-hover:hover {
  background: rgba(46, 46, 46, 0.1);
}
.form-item-text-disabled {
  cursor: not-allowed;
}.basic-form[data-v-98f2de0b] .n-form-item-label {
  display: flex;
}