
.funnel-chart-container[data-v-661e9064] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: 'Microsoft YaHei', 'Helvetica Neue', Arial, sans-serif;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background-color: #cdefff;
}
.chart-title[data-v-661e9064] {
  padding: 15px 20px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-align: center;
  background-color: #fafafa;
  border-bottom: 1px solid #f0f0f0;
}
.chart-wrapper[data-v-661e9064] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  min-height: 300px;
  padding: 15px;
}
.chart[data-v-661e9064] {
  width: 100%;
  height: 100%;
}
.loading-state[data-v-661e9064] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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;
  color: #666;
}
.loading-spinner[data-v-661e9064] {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #4a90e2;
  border-radius: 50%;
  -webkit-animation: spin-data-v-661e9064 1s linear infinite;
          animation: spin-data-v-661e9064 1s linear infinite;
  margin-bottom: 10px;
}
@-webkit-keyframes spin-data-v-661e9064 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes spin-data-v-661e9064 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.data-summary[data-v-661e9064] {
  padding: 15px 20px;
  background-color: #f8f9fa;
  border-top: 1px solid #f0f0f0;
}
.summary-title[data-v-661e9064] {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eaeaea;
}
.summary-content[data-v-661e9064] {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
}
.summary-content strong[data-v-661e9064] {
  color: #333;
}
.summary-stats[data-v-661e9064] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.stat-item[data-v-661e9064] {
  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;
  padding: 8px 15px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.stat-label[data-v-661e9064] {
  font-size: 12px;
  color: #888;
  margin-bottom: 4px;
}
.stat-value[data-v-661e9064] {
  font-size: 18px;
  font-weight: bold;
  color: #4a90e2;
}

