
.nb-remote-select[data-v-77dab792] {
  display: inline-block;
  width: 100%;
}

/* 使用深度选择器 */
.nb-remote-select[data-v-77dab792] .el-loading-mask {
  background-color: rgba(255, 255, 255, 0.8);
}


.prize-dialog[data-v-73e73b52] .el-dialog__header {
  text-align: center;
  margin-right: 0;
  border-bottom: 1px solid var(--el-border-color-lighter);
}
.prize-dialog[data-v-73e73b52] .el-dialog__title {
  font-weight: 500;
}
.prize-dialog[data-v-73e73b52] .el-input-number {
  width: 200px;
}
.upload-tip[data-v-73e73b52] {
  margin-top: 8px;
  color: #909399;
  font-size: 12px;
}
.voucher-input-group[data-v-73e73b52] {
  display: flex;
  align-items: center;
}
.voucher-label[data-v-73e73b52] {
  margin-right: 8px;
}
.voucher-input[data-v-73e73b52] {
  width: 120px;
}

/* 隐藏嵌套的 form-item 的标签 */
.hidden-label[data-v-73e73b52] .el-form-item__label {
  display: none;
}
.select-with-remote[data-v-73e73b52] {
  width: 400px;
}
.voucher-code[data-v-73e73b52] {
  margin: 5px 0;
}
.append-text[data-v-73e73b52]{
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  text-align: center;
  background-color: #F5F7FA;
  color: #C0C4CC;
  border: 1px solid #E4E7ED;
  border-radius: 4px 0 0 4px;
  font-size: 14px;
}
.append-input[data-v-73e73b52] .el-input__inner {
  border-radius: 0 4px 4px 0;
  border-left: none;
}

