.report-search[data-v-f8fca0de] {
  width: 100%;
  margin-bottom: 20px;
}
.report-search .search-card[data-v-f8fca0de],
.report-search .title-card[data-v-f8fca0de] {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
}
.report-search .search-bar[data-v-f8fca0de] {
  padding: 16px;
  display: flex;
  align-items: center;
}
.report-search .search-bar .search-item[data-v-f8fca0de] {
  margin-right: 24px;
  display: flex;
  align-items: center;
}
.report-search .search-bar .search-item span[data-v-f8fca0de] {
  font-size: 14px;
  color: #606266;
}
.report-search .search-bar .search-item .ml-2[data-v-f8fca0de] {
  margin-left: 8px;
}
.report-search .title-bar[data-v-f8fca0de] {
  padding: 20px 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.report-search .title-bar .title-info[data-v-f8fca0de] {
  display: flex;
  align-items: center;
}
.report-search .title-bar .title-info .blue-line[data-v-f8fca0de] {
  width: 6px;
  height: 36px;
  background-color: #409eff;
  border-radius: 2px;
  margin-right: 12px;
}
.report-search .title-bar .title-info .title-content h3[data-v-f8fca0de] {
  font-size: 18px;
  font-weight: 600;
  color: #303133;
  margin: 0 0 8px 0;
}
.report-search .title-bar .title-info .title-content .meta-info[data-v-f8fca0de] {
  font-size: 14px;
  color: #909399;
  display: flex;
  align-items: center;
}
.report-search .title-bar .title-info .title-content .meta-info span[data-v-f8fca0de] {
  display: flex;
  align-items: center;
}
.report-search .title-bar .title-info .title-content .meta-info img[data-v-f8fca0de] {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.report-search .title-bar .title-info .title-content .meta-info .ml-4[data-v-f8fca0de] {
  margin-left: 16px;
}
.report-search .title-bar .action-buttons[data-v-f8fca0de] {
  display: flex;
  align-items: center;
}
.report-digital[data-v-51c4937f] {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.report-digital .report-header[data-v-51c4937f] {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
}
.report-digital .report-header img[data-v-51c4937f] {
  width: 25px;
  height: 25px;
  margin-right: 8px;
}
.report-digital .report-header .report-title[data-v-51c4937f] {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.report-digital .report-content[data-v-51c4937f] {
  display: flex;
  gap: 20px;
}
.report-digital .report-content .metrics-section[data-v-51c4937f] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 230px;
}
.report-digital .report-content .metrics-section .metric-card[data-v-51c4937f] {
  background: #eff2f6;
  border-radius: 10px;
  padding: 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 4px solid #e4e7ed;
}
.report-digital .report-content .metrics-section .metric-card .metric-label[data-v-51c4937f] {
  font-size: 12px;
  color: #666;
  margin-bottom: 8px;
}
.report-digital .report-content .metrics-section .metric-card .metric-value[data-v-51c4937f] {
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.report-digital .report-content .metrics-section .metric-card .metric-value .main-value[data-v-51c4937f] {
  font-size: 24px;
  font-weight: 600;
  color: #333;
}
.report-digital .report-content .metrics-section .metric-card .metric-value .unit[data-v-51c4937f] {
  font-size: 14px;
  color: #666;
}
.report-digital .report-content .metrics-section .metric-card .metric-value .change[data-v-51c4937f] {
  font-size: 12px;
  margin-left: 8px;
}
.report-digital .report-content .metrics-section .metric-card .metric-value .change.positive[data-v-51c4937f] {
  color: #52c41a;
}
.report-digital .report-content .metrics-section .metric-card .metric-value .change.negative[data-v-51c4937f] {
  color: #ff4d4f;
}
.report-digital .report-content .metrics-section .metric-card .metric-icon[data-v-51c4937f] {
  width: 40px;
  height: 40px;
  display: flex;
  background: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
}
.report-digital .report-content .metrics-section .metric-card .metric-icon img[data-v-51c4937f] {
  width: 24px;
  height: 24px;
}
.report-digital .report-content .chart-section[data-v-51c4937f] {
  flex: 1;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.report-digital .report-content .chart-section .echart-box[data-v-51c4937f] {
  width: 100%;
  height: 350px;
}
.report-digital .report-content .trend-section[data-v-51c4937f] {
  width: 280px;
  background: #f0f7ff;
  border-radius: 8px;
  padding: 16px;
  border-left: 4px solid #1890ff;
}
.report-digital .report-content .trend-section .trend-header[data-v-51c4937f] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #1890ff;
}
.report-digital .report-content .trend-section .trend-header img[data-v-51c4937f] {
  width: 25px;
  height: 25px;
}
.report-digital .report-content .trend-section .trend-header .icon-info[data-v-51c4937f] {
  font-size: 16px;
  color: #1890ff;
}
.report-digital .report-content .trend-section .trend-content[data-v-51c4937f] {
  font-size: 13px;
  line-height: 1.5;
  color: #666;
}
.report-qualitative[data-v-a9adc49c] {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  margin-top: 20px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.report-qualitative .report-header[data-v-a9adc49c] {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
}
.report-qualitative .report-header img[data-v-a9adc49c] {
  width: 25px;
  height: 25px;
  margin-right: 8px;
}
.report-qualitative .report-header .report-title[data-v-a9adc49c] {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.report-qualitative .content[data-v-a9adc49c] {
  display: flex;
  gap: 24px;
}
.report-qualitative .content .section[data-v-a9adc49c] {
  flex: 1;
}
.report-qualitative .content .section .section-title[data-v-a9adc49c] {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.report-qualitative .content .section .section-title .green-title[data-v-a9adc49c] {
  color: #32cd32;
  font-size: 14px;
  font-weight: 600;
}
.report-qualitative .content .section .section-title .red-title[data-v-a9adc49c] {
  color: #ff4500;
  font-size: 14px;
  font-weight: 600;
}
.report-qualitative .content .section .section-title .dot[data-v-a9adc49c] {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 6px;
}
.report-qualitative .content .section .section-title .dot.green[data-v-a9adc49c] {
  background-color: #32cd32;
}
.report-qualitative .content .section .section-title .dot.red[data-v-a9adc49c] {
  background-color: #ff4500;
}
.report-qualitative .content .section .items[data-v-a9adc49c] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.report-qualitative .content .section .items .item[data-v-a9adc49c] {
  border: 1px solid #b07de8;
  border-left: 4px solid #b07de8;
  border-radius: 10px;
  padding: 20px;
}
.report-qualitative .content .section .items .item.red-item[data-v-a9adc49c] {
  border: 1px solid #ff4500;
  border-left: 4px solid #ff4500;
}
.report-qualitative .content .section .items .item .item-header[data-v-a9adc49c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.report-qualitative .content .section .items .item .item-header .item-name[data-v-a9adc49c] {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: #333;
}
.report-qualitative .content .section .items .item .item-header .item-score[data-v-a9adc49c] {
  font-size: 13px;
  font-weight: 600;
  padding: 2px 8px;
}
.report-qualitative .content .section .items .item .item-header .item-score.green[data-v-a9adc49c] {
  color: #32cd32;
  background-color: rgba(50, 205, 50, 0.1);
}
.report-qualitative .content .section .items .item .item-header .item-score.red[data-v-a9adc49c] {
  color: #ff4500;
  background-color: rgba(255, 69, 0, 0.1);
}
.report-qualitative .content .section .items .item .item-description[data-v-a9adc49c] {
  font-size: 16px;
  line-height: 1.4;
  color: #666;
  margin: 0;
  word-break: break-word;
}
.report-voice[data-v-3c6ad159] {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  margin-top: 20px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.report-voice .report-header[data-v-3c6ad159] {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
}
.report-voice .report-header img[data-v-3c6ad159] {
  width: 25px;
  height: 25px;
  margin-right: 8px;
}
.report-voice .report-header .report-title[data-v-3c6ad159] {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.report-voice .cases-container[data-v-3c6ad159] {
  display: flex;
  gap: 20px;
}
.report-voice .cases-container .case-section[data-v-3c6ad159] {
  flex: 1;
}
.report-voice .cases-container .case-section .section-title[data-v-3c6ad159] {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.report-voice .cases-container .case-section .section-title .icon[data-v-3c6ad159] {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.report-voice .cases-container .case-section .case-list[data-v-3c6ad159] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.report-voice .cases-container .case-section .case-list .case-card[data-v-3c6ad159] {
  background: #f9f9f9;
  border-radius: 6px;
  padding: 20px;
  border: 1px solid #e4e7ed;
}
.report-voice .cases-container .case-section .case-list .case-card .case-header[data-v-3c6ad159] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.report-voice .cases-container .case-section .case-list .case-card .case-header .case-left[data-v-3c6ad159] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.report-voice .cases-container .case-section .case-list .case-card .case-header .case-left .case-id[data-v-3c6ad159] {
  font-size: 16px;
  color: #666;
  background: #f0f0f0;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 500;
}
.report-voice .cases-container .case-section .case-list .case-card .case-header .case-left img[data-v-3c6ad159] {
  width: 24px;
  height: 24px;
  margin-right: 4px;
  cursor: pointer;
}
.report-voice .cases-container .case-section .case-list .case-card .case-header .header-right[data-v-3c6ad159] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.report-voice .cases-container .case-section .case-list .case-card .case-header .case-score[data-v-3c6ad159] {
  font-size: 16px;
  font-weight: 500;
}
.report-voice .cases-container .case-section .case-list .case-card .case-header .case-score.positive[data-v-3c6ad159] {
  color: #67c23a;
}
.report-voice .cases-container .case-section .case-list .case-card .case-header .case-score.negative[data-v-3c6ad159] {
  color: #f56c6c;
}
.report-voice .cases-container .case-section .case-list .case-card .case-content[data-v-3c6ad159] {
  font-size: 13px;
  line-height: 1.4;
}
.report-voice .cases-container .case-section .case-list .case-card .case-content .case-tag[data-v-3c6ad159] {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  margin-right: 8px;
}
.report-voice .cases-container .case-section .case-list .case-card .case-content .case-tag.positive[data-v-3c6ad159] {
  background: #ecf5ff;
  color: #409eff;
}
.report-voice .cases-container .case-section .case-list .case-card .case-content .case-tag.negative[data-v-3c6ad159] {
  background: #fef0f0;
  color: #f56c6c;
}
.report-voice .cases-container .case-section .case-list .case-card .case-content .case-description[data-v-3c6ad159] {
  color: #000;
  font-weight: 400;
  font-size: 16px;
}
.report-voice .cases-container .case-section .case-list .case-card[data-v-3c6ad159]:hover {
  border-color: #409eff;
}
.report-voice[data-v-7ba5841d] {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  margin-top: 20px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.report-voice .report-header[data-v-7ba5841d] {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
}
.report-voice .report-header img[data-v-7ba5841d] {
  width: 25px;
  height: 25px;
  margin-right: 8px;
}
.report-voice .report-header .report-title[data-v-7ba5841d] {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.report-voice .card-container[data-v-7ba5841d] {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}
.report-voice .card-container .card[data-v-7ba5841d] {
  flex: 1;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}
.report-voice .card-container .card.red-border[data-v-7ba5841d] {
  border: 1px solid #f5222d;
  border-left: 4px solid #f5222d;
}
.report-voice .card-container .card.blue-border[data-v-7ba5841d] {
  border: 1px solid #1890ff;
  border-left: 4px solid #1890ff;
}
.report-voice .card-container .card.green-border[data-v-7ba5841d] {
  border: 1px solid #52c41a;
  border-left: 4px solid #52c41a;
}
.report-voice .card-container .card .card-title[data-v-7ba5841d] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
.report-voice .card-container .card .card-title.red-text[data-v-7ba5841d] {
  color: #f5222d;
  background-color: #fff1f0;
}
.report-voice .card-container .card .card-title.blue-text[data-v-7ba5841d] {
  color: #1890ff;
  background-color: #e6f7ff;
}
.report-voice .card-container .card .card-title.green-text[data-v-7ba5841d] {
  color: #52c41a;
  background-color: #f6ffed;
}
.report-voice .card-container .card .card-content[data-v-7ba5841d] {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  margin-top: 8px;
}
.custom-report[data-v-60c0b66c] {
  padding: 15px;
}
