
.consumption-review[data-v-036baea2] {
  margin: 24px;
  background-color: #fff;
  padding: 24px;
  border-radius: 4px;
}
.tab-item[data-v-036baea2] {
  padding: 12px 24px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  transition: color 0.3s;
}
.tab-item[data-v-036baea2]:hover {
  color: #1890ff;
}
.tab-item.active[data-v-036baea2] {
  color: #1890ff;
  font-weight: 500;
}
.tab-active-line[data-v-036baea2] {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #1890ff;
}
.audit-content[data-v-036baea2] {
  max-height: 60vh;
  overflow-y: auto;
}
.info-section[data-v-036baea2] {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f0f0f0;
}
.section-title[data-v-036baea2] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #333;
  padding-left: 8px;
  border-left: 3px solid #1890ff;
}
.photo-list[data-v-036baea2] {
  display: flex;
  gap: 20px;
}
.photo-item[data-v-036baea2] {
  flex: 1;
  cursor: pointer;
  text-align: center;
}
.photo-img[data-v-036baea2] {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
}
.photo-placeholder[data-v-036baea2] {
  width: 100%;
  height: 200px;
  background: #f5f5f5;
  border-radius: 8px;
  border: 1px dashed #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
}
.photo-label[data-v-036baea2] {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
}
.form-tip[data-v-036baea2] {
  font-size: 12px;
  color: #ff9800;
  margin-top: 4px;
}
.upload-box[data-v-036baea2] {
  width: 120px;
  height: 120px;
  background: #f5f5f5;
  border-radius: 8px;
  border: 1px dashed #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}
.upload-placeholder[data-v-036baea2] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #999;
}
.upload-icon[data-v-036baea2] {
  font-size: 32px;
  margin-bottom: 8px;
}
.upload-img[data-v-036baea2] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.audit-footer[data-v-036baea2] {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
  margin-top: 16px;
}
.audit-file-img[data-v-036baea2] {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 8px;
}

