#total_price .el-form-item__label {
  color: #ff1e1e;
}


.text-input-area[data-v-81fc0d80],
.voice-input-area[data-v-81fc0d80] {
  margin-bottom: 10px;
}
.voice-input-area[data-v-81fc0d80] {
  text-align: center;
  padding: 10px 0;
  border: 1px dashed #dcdfe6;
  border-radius: 6px;
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.voice-unsupported[data-v-81fc0d80] {
  color: #909399;
  font-size: 13px;
  padding: 20px;
}
.voice-status-text[data-v-81fc0d80] {
  font-size: 13px;
  color: #606266;
  margin-bottom: 8px;
}
.voice-interim[data-v-81fc0d80] {
  font-size: 13px;
  color: #909399;
  font-style: italic;
  max-height: 40px;
  overflow: hidden;
  margin-bottom: 4px;
}
.voice-final[data-v-81fc0d80] {
  font-size: 14px;
  color: #303133;
  max-height: 80px;
  overflow-y: auto;
  padding: 8px;
  background: #f5f7fa;
  border-radius: 4px;
  margin-bottom: 8px;
  width: 100%;
  text-align: left;
  word-break: break-all;
}
.voice-btn[data-v-81fc0d80] {
  width: 48px;
  height: 48px;
  font-size: 22px;
  margin: 6px 0;
}
.voice-hint[data-v-81fc0d80] {
  font-size: 12px;
  color: #c0c4cc;
  margin-top: 4px;
}
.ai-assistant-actions[data-v-81fc0d80] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.confidence-info[data-v-81fc0d80] {
  margin-bottom: 8px;
}
.result-items[data-v-81fc0d80] {
  font-size: 13px;
}
.result-item[data-v-81fc0d80] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 0;
  border-bottom: 1px solid #f5f7fa;
  line-height: 2;
}
.result-label[data-v-81fc0d80] {
  color: #909399;
  width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.result-value[data-v-81fc0d80] {
  color: #303133;
  word-break: break-all;
}
.result-card[data-v-81fc0d80] {
  padding: 8px;
  margin-bottom: 6px;
  background: #f5f7fa;
  border-radius: 4px;
}
.result-card-title[data-v-81fc0d80] {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 4px;
  color: var(--theme-header-bg, #36a9e1);
}
.extraction-notes[data-v-81fc0d80] {
  font-size: 12px;
  margin-top: 8px;
  line-height: 1.8;
}
.extraction-item-info[data-v-81fc0d80] {
  color: #606266;
}
.extraction-item-warning[data-v-81fc0d80] {
  color: #e6a23c;
}
.extraction-item-info i[data-v-81fc0d80],
.extraction-item-warning i[data-v-81fc0d80] {
  margin-right: 4px;
}
.ai-assistant-failure[data-v-81fc0d80] {
  margin-top: 8px;
}
.failure-title[data-v-81fc0d80] {
  font-weight: 600;
  font-size: 14px;
}
.failure-reasons[data-v-81fc0d80] {
  margin-top: 6px;
}
.failure-reason-item[data-v-81fc0d80] {
  padding: 6px 0;
}
.failure-reason-item + .failure-reason-item[data-v-81fc0d80] {
  border-top: 1px solid #fde2e2;
}
.failure-reason-msg[data-v-81fc0d80] {
  font-size: 13px;
  color: #f56c6c;
  line-height: 1.8;
}
.failure-reason-msg i[data-v-81fc0d80] {
  margin-right: 4px;
}
.failure-suggestion[data-v-81fc0d80] {
  font-size: 12px;
  color: #909399;
  margin-top: 2px;
  padding-left: 20px;
  line-height: 1.6;
}
.failure-suggestion i[data-v-81fc0d80] {
  margin-right: 4px;
  color: #e6a23c;
}
.ai-loading[data-v-81fc0d80] {
  text-align: center;
  padding: 20px;
  color: var(--theme-header-bg, #36a9e1);
}
.ai-loading i[data-v-81fc0d80] {
  font-size: 24px;
  display: block;
  margin-bottom: 8px;
}

#total_price .el-form-item__label {
  color: #ff1e1e;
}

