.search-box[data-v-7f14e80d] {
  display: flex;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.search-box .search-align[data-v-7f14e80d] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.search-box .search-align .el-select[data-v-7f14e80d] {
  width: 120px;
}
.search-box .search-align .tag-btn[data-v-7f14e80d] {
  display: inline-flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
.search-box .search-align .tag-btn div[data-v-7f14e80d] {
  cursor: pointer;
  width: 100px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  color: #595959;
  background: #fff;
}
.search-box .search-align .tag-btn div[data-v-7f14e80d]:first-child {
  border-radius: 5px 0 0 5px;
}
.search-box .search-align .tag-btn div[data-v-7f14e80d]:nth-child(2) {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.search-box .search-align .tag-btn div[data-v-7f14e80d]:last-child {
  border-radius: 0 5px 5px 0;
}
.search-box .search-align .tag-btn .active[data-v-7f14e80d] {
  border: 1px solid var(--color-primary) !important;
  color: var(--color-primary);
}
.data-card[data-v-6512ffcf] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  padding: 24px;
  border-radius: 12px;
  transform: rotate(0deg);
  border: 1px solid #e2e5e9;
  width: 100%;
}
.data-card .value-section[data-v-6512ffcf] {
  margin-bottom: 12px;
}
.data-card .value-section .value[data-v-6512ffcf] {
  font-size: 30px;
  font-weight: 600;
  color: #2b2d3b;
}
.data-card .value-section .unit[data-v-6512ffcf] {
  font-size: 14px;
  font-weight: 400;
  color: #2b2d3b;
  margin-left: 4px;
}
.data-card .card-content .card-header[data-v-6512ffcf] {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.data-card .card-content .card-header .card-title[data-v-6512ffcf] {
  font-size: 14px;
  font-weight: 400;
  color: #818a98;
}
.data-card .card-content .card-header .action-link[data-v-6512ffcf] {
  color: #0d87e5;
  margin-left: 10px;
}
.data-card .card-content .trend-section[data-v-6512ffcf] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.data-card .card-content .trend-section .trend-icon[data-v-6512ffcf] {
  width: 14px;
  height: 12px;
}
.data-card .card-content .trend-section .trend-text[data-v-6512ffcf] {
  font-size: 14px;
  font-weight: 400;
  color: #2b2d3b;
}
.data-card .card-content .trend-section .trend-num[data-v-6512ffcf] {
  font-size: 14px;
  font-weight: 500;
  color: #158901;
}
.data-card .card-content .trend-section .trend-num.trend-up[data-v-6512ffcf] {
  color: #ff4d4f;
}
.data-card .card-content .trend-section .trend-num.trend-down[data-v-6512ffcf] {
  color: #158901;
}
.card-grid[data-v-046ba138] {
  display: flex;
  gap: 12px;
  width: 100%;
}
.card-body .echart-box[data-v-11b0c41c] {
  width: 100%;
  height: 350px;
}
.customer-box .header[data-v-d63e0dcc] {
  margin-bottom: 8px;
}
.customer-box .header .title[data-v-d63e0dcc] {
  font-size: 14px;
  font-weight: 500;
  color: #2b2d3b;
}
.customer-box .header .count[data-v-d63e0dcc] {
  font-size: 14px;
  font-weight: 600;
  color: #2a82e4;
}
.customer-box .word-cloud[data-v-d63e0dcc] {
  height: 180px;
  border-radius: 8px;
  border: 1px solid #e3e6e9;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.customer-box .word-cloud .cloud-title[data-v-d63e0dcc] {
  font-size: 14px;
  font-weight: 400;
  color: #818a98;
  margin-bottom: 16px;
  text-align: center;
}
.customer-box .word-cloud .cloud-content[data-v-d63e0dcc] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  flex: 1;
  line-height: 2.1;
  padding: 0 12px;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  position: relative;
}
.customer-box .word-cloud .cloud-content .word[data-v-d63e0dcc] {
  cursor: pointer;
  transition: all 0.2s ease;
  max-width: calc(100% - 16px);
  box-sizing: border-box;
  margin: 6px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.customer-box .word-cloud .cloud-content .word[data-v-d63e0dcc]:hover {
  transform: scale(1.03);
}
.customer-box .word-cloud.word-cloud-v1[data-v-d63e0dcc] {
  background: white;
  border: 1px solid #e3e6e9;
}
.card-funnel[data-v-e53bf6e2] {
  padding: 15px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #f5f9ff;
  margin-top: 12px;
}
.card-funnel .card-header[data-v-e53bf6e2] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.card-funnel .card-header .card-title[data-v-e53bf6e2] {
  font-size: 14px;
  font-weight: 500;
  color: #2b2d3b;
}
.card-funnel .card-header .card-title-count[data-v-e53bf6e2] {
  font-size: 14px;
  font-weight: 400;
  color: #2a82e4;
}
.card-funnel .card-header .expand-icon[data-v-e53bf6e2] {
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.card-funnel .card-header .expand-icon img[data-v-e53bf6e2] {
  width: 100%;
  height: 100%;
}
.card-funnel .ranking-item[data-v-e53bf6e2] {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.card-funnel .ranking-item[data-v-e53bf6e2]:last-child {
  margin-bottom: 0;
}
.card-funnel .ranking-item .num-icon[data-v-e53bf6e2] {
  width: 20px;
  height: 20px;
}
.card-funnel .ranking-item .num-icon-container[data-v-e53bf6e2] {
  position: relative;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-funnel .ranking-item .num-icon-container .num-text[data-v-e53bf6e2] {
  position: absolute;
  font-size: 8px;
  color: #2a82e4;
  z-index: 1;
}
.card-funnel .ranking-item .ranking-text[data-v-e53bf6e2] {
  display: flex;
  align-items: center;
  margin-left: 4px;
}
.card-funnel .ranking-item .ranking-text .ranking-title[data-v-e53bf6e2] {
  font-size: 14px;
  font-weight: 400;
  color: #2b2d3b;
}
.card-funnel .ranking-item .ranking-text .ranking-num[data-v-e53bf6e2] {
  font-size: 14px;
  font-weight: 600;
  color: #2b2d3b;
}
.card-funnel .ranking-item .ranking-text .ranking-desc[data-v-e53bf6e2] {
  font-size: 14px;
  font-weight: 400;
  color: #0d87e5;
  margin-left: 4px;
  cursor: pointer;
}
.card-funnel[data-v-ae7a37ac] {
  padding: 15px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  margin-top: 12px;
}
.card-funnel .card-header[data-v-ae7a37ac] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.card-funnel .card-header .card-title[data-v-ae7a37ac] {
  font-size: 14px;
  font-weight: 500;
  color: #2b2d3b;
}
.card-funnel .card-header .card-title-count[data-v-ae7a37ac] {
  font-size: 14px;
  font-weight: 400;
  color: #2a82e4;
}
.card-funnel .card-header .expand-icon[data-v-ae7a37ac] {
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.card-funnel .card-header .expand-icon img[data-v-ae7a37ac] {
  width: 100%;
  height: 100%;
}
.card-funnel .ranking-item[data-v-ae7a37ac] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.card-funnel .ranking-item .ranking-item-btn[data-v-ae7a37ac] {
  width: 75px;
  height: 32px;
  font-size: 14px;
  font-weight: 400;
  background: white;
  border-radius: 6px;
  border: 1px solid #e3e6e9;
  text-align: center;
  line-height: 32px;
}
.card-funnel .ranking-item-btn-container[data-v-ae7a37ac] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 8px;
}
.card-funnel .ranking-item-btn-container .ranking-item-btn[data-v-ae7a37ac] {
  width: 75px;
  height: 32px;
  font-size: 14px;
  font-weight: 400;
  background: white;
  border-radius: 6px;
  border: 1px solid #e3e6e9;
  text-align: center;
  line-height: 32px;
}
.card-funnel .ranking-item-btn-container .tag[data-v-ae7a37ac] {
  font-size: 14px;
  font-weight: 400;
  color: #2a82e4;
  padding: 4px 8px;
  border-radius: 6px;
  background: #edf4ff;
}
@charset "UTF-8";
[data-v-005f0b9c]::-webkit-scrollbar-thumb {
  background: #d4d8de;
  /* 滚动条滑块的颜色 */
  border-radius: 10px;
  /* 滑块的圆角 */
}
[data-v-005f0b9c]::-webkit-scrollbar {
  width: 6px;
  /* 滚动条的宽度 */
  height: 4px;
  /* 滚动条的高度 */
  margin-right: 6px;
}
.overflow[data-v-005f0b9c] {
  height: 900px;
  padding-right: 6px;
  overflow: auto;
}
.data-funnel-box[data-v-005f0b9c] {
  width: 100%;
  height: 1000px;
  padding: 24px 10px 24px 24px;
  border-radius: 12px 0px 0px 12px;
  border: 1px solid #e3e6e9;
  border-right: none;
}
.data-funnel-box .header[data-v-005f0b9c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  height: 32px;
}
.data-funnel-box .header .title[data-v-005f0b9c] {
  font-size: 14px;
  font-weight: 500;
  color: #2b2d3b;
}
.data-funnel-box .header .action-link[data-v-005f0b9c] {
  font-size: 14px;
  font-weight: 400;
  color: #0d87e5;
  cursor: pointer;
}
.data-funnel-box .customer-cards[data-v-005f0b9c] {
  margin-top: 16px;
}
.the-bar .echart-box[data-v-9018e534] {
  width: 100%;
  height: 350px;
}
.the-score-data[data-v-0effeb39] {
  padding: 15px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #f5f9ff;
  margin-top: 12px;
}
.the-score-data .score-header .overall-score[data-v-0effeb39] {
  display: flex;
  align-items: center;
}
.the-score-data .score-header .overall-score .score-text[data-v-0effeb39] {
  font-size: 14px;
  font-weight: 500;
  color: #2b2d3b;
}
.the-score-data .score-header .overall-score .score-value[data-v-0effeb39] {
  display: flex;
  align-items: center;
}
.the-score-data .score-header .overall-score .score-value-num[data-v-0effeb39] {
  font-size: 14px;
  font-weight: 600;
  color: #2a82e4;
}
.the-score-data .score-header .overall-score .score-value-unit[data-v-0effeb39] {
  font-size: 14px;
  font-weight: 600;
  color: #2b2d3b;
}
.the-score-data .score-header .period-comparison[data-v-0effeb39] {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.the-score-data .score-header .period-comparison .comparison-text[data-v-0effeb39] {
  font-size: 14px;
  font-weight: 400;
  color: #2b2d3b;
}
.the-score-data .score-header .period-comparison .comparison-green[data-v-0effeb39] {
  font-size: 14px;
  font-weight: 600;
  color: #2a82e4;
  margin-left: 4px;
}
.the-score-data .score-header .period-comparison .trend-arrow[data-v-0effeb39] {
  font-size: 14px;
  font-weight: 400;
  color: #e6200a;
  display: flex;
  align-items: center;
}
.the-score-data .score-header .period-comparison .trend-arrow .trend-icon[data-v-0effeb39] {
  width: 14px;
  height: 12px;
  margin-left: 4px;
}
.the-score-data .score-header .period-comparison .blue[data-v-0effeb39] {
  color: #2a82e4;
}
.the-score-data .score-header .period-comparison .trendData-green[data-v-0effeb39] {
  color: #2ca215;
}
.the-score-data .echart-box[data-v-0effeb39] {
  width: 100%;
  height: 350px;
}
@charset "UTF-8";
[data-v-3a82f65e]::-webkit-scrollbar-thumb {
  background: #d4d8de;
  /* 滚动条滑块的颜色 */
  border-radius: 10px;
  /* 滑块的圆角 */
}
[data-v-3a82f65e]::-webkit-scrollbar {
  width: 6px;
  /* 滚动条的宽度 */
  height: 4px;
  /* 滚动条的高度 */
  margin-right: 20px;
}
.overflow[data-v-3a82f65e] {
  height: 900px;
  padding-right: 6px;
  overflow: auto;
}
.service-score-box[data-v-3a82f65e] {
  width: 100%;
  height: 1000px;
  padding: 24px 10px 24px 24px;
  border: 1px solid #e3e6e9;
  border-right: none;
}
.service-score-box .header[data-v-3a82f65e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  height: 32px;
}
.service-score-box .header .title[data-v-3a82f65e] {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #333;
}
.service-score-box .header .title .icon-ai[data-v-3a82f65e] {
  width: 20px;
  height: 22px;
}
.service-score-box .header .title .title-text[data-v-3a82f65e] {
  font-size: 14px;
  font-weight: 500;
  color: #2b2d3b;
}
.service-score-box .header .title .icon-what[data-v-3a82f65e] {
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.service-score-box .header .title .view-analysis[data-v-3a82f65e] {
  font-size: 14px;
  font-weight: 400;
  color: #0d87e5;
}
.service-score-box .header .score[data-v-3a82f65e] {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: 600;
}
.service-score-box .header .score .score-text[data-v-3a82f65e] {
  color: #0d87e5;
}
.service-score-box .header .score .score-unit[data-v-3a82f65e] {
  color: #2b2d3b;
}
.service-score-box .header .score .score-unit .score-unit-text[data-v-3a82f65e] {
  font-size: 14px;
  font-weight: 400;
  color: #2b2d3b;
}
.model-selection[data-v-8ab34780] {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.model-cards[data-v-8ab34780] {
  display: flex;
  gap: 9px;
  justify-content: flex-start;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scrollbar-color: #c0c0c0 #f0f0f0;
  flex: 1;
  cursor: pointer;
}
.model-cards[data-v-8ab34780]::-webkit-scrollbar {
  display: none;
}
.model-card[data-v-8ab34780] {
  width: 104px;
  height: 78px;
  padding-top: 7px;
  border-radius: 6px;
  background: #ffffff;
  border: 1px solid #e3e6e9;
  flex-shrink: 0;
}
.model-card--active[data-v-8ab34780] {
  border-color: #409eff;
}
.model-title[data-v-8ab34780] {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  text-align: center;
}
.model-score[data-v-8ab34780] {
  font-size: 26px;
  font-weight: 600;
  color: #818a98;
  text-align: center;
}
.model-score-unit[data-v-8ab34780] {
  font-size: 14px;
  font-weight: 400;
  color: #818a98;
}
.model-score--active[data-v-8ab34780] {
  color: #409eff;
}
.nav-button[data-v-8ab34780] {
  width: 32px;
  height: 78px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #e3e6e9;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  margin-left: 16px;
}
.nav-button--right[data-v-8ab34780] {
  margin-right: 16px;
}
.nav-arrow[data-v-8ab34780] {
  font-size: 16px;
  color: #818a98;
  font-weight: 500;
}
.title[data-v-272ef031] {
  font-size: 20px;
  font-weight: 600;
  color: #2b2d3b;
  margin-bottom: 8px;
}
.content-wrapper[data-v-272ef031] {
  padding: 20px;
  height: auto;
  overflow-y: auto;
}
.content[data-v-272ef031] {
  padding: 20px;
  width: 100%;
  height: auto;
  border-radius: 8px;
  background: #f5f9ff;
}
.content + .content[data-v-272ef031] {
  margin-top: 12px;
  margin-bottom: 100px;
}
.subtitle[data-v-272ef031] {
  font-size: 14px;
  font-weight: 500;
  color: #2b2d3b;
}
.subtitle .score[data-v-272ef031] {
  font-size: 16px;
  font-weight: 500;
  color: #0d87e5;
}
.description[data-v-272ef031] {
  font-size: 14px;
  font-weight: 400;
  color: #2b2d3b;
}
.echart-box[data-v-272ef031] {
  width: 100%;
  height: 300px;
  margin-top: 10px;
}
.echart-box.bar[data-v-272ef031] {
  height: 400px;
}
.actions[data-v-272ef031] {
  padding: 0 20px;
}
.actions[data-v-272ef031] .el-tabs__nav-wrap::after {
  display: none;
}
.bottom[data-v-272ef031] {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 560px;
  padding: 10px 20px;
  background: #fff;
  border-top: 1px solid #e4e7ed;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.bottom .close[data-v-272ef031] {
  width: 60px;
  height: 32px;
  line-height: 32px;
  border-radius: 6px;
  background: white;
  border: 1px solid #0d87e5;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #0d87e5;
  text-align: center;
}

.title[data-v-37995cc8] {
  font-size: 20px;
  font-weight: 600;
  color: #2b2d3b;
  margin-bottom: 8px;
}
.actions[data-v-37995cc8] {
  padding: 0 20px;
}
.actions[data-v-37995cc8] .el-tabs__nav-wrap::after {
  display: none;
}
.content[data-v-37995cc8] {
  padding: 20px;
  height: calc(100vh - 200px);
  overflow-y: auto;
}
.content .charts-grid[data-v-37995cc8] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(296px, 1fr));
  gap: 9px;
  height: 100%;
}
.content .charts-grid .chart-container[data-v-37995cc8] {
  border-radius: 7.55px;
  background: #f5f9ff;
  border: 1px solid #f5f9ff;
  padding: 16px;
  display: flex;
  flex-direction: column;
}
.content .charts-grid .chart-container .chart-title[data-v-37995cc8] {
  font-size: 16px;
  font-weight: 600;
  color: #2c2d37;
  margin-bottom: 16px;
  text-align: center;
}
.content .charts-grid .chart-container .chart-content[data-v-37995cc8] {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.content .charts-grid .chart-container .chart-content .echarts-box[data-v-37995cc8] {
  width: 100%;
  height: 300px;
}
.bottom[data-v-37995cc8] {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 1290px;
  padding: 10px 20px;
  background: #fff;
  border-top: 1px solid #e4e7ed;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.bottom .close[data-v-37995cc8] {
  width: 60px;
  height: 32px;
  line-height: 32px;
  border-radius: 6px;
  background: white;
  border: 1px solid #0d87e5;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #0d87e5;
  text-align: center;
}
.service-inspection-header[data-v-64479506] {
  margin-top: 12px;
  padding: 12px 16px 12px 20px;
  border-radius: 8px;
  background: #f5f9ff;
}
.service-inspection-header .header-content[data-v-64479506] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-inspection-header .header-content .chart-title[data-v-64479506] {
  font-size: 14px;
  font-weight: 600;
  color: #2b2d3b;
}
.service-inspection-header .header-content .score-details-btn[data-v-64479506] {
  font-size: 14px;
  font-weight: 400;
  color: #0d87e5;
  cursor: pointer;
}
.service-inspection-header .echart-box[data-v-64479506] {
  width: 100%;
  min-height: 300px;
  overflow: auto;
}
@charset "UTF-8";
[data-v-47f49968]::-webkit-scrollbar-thumb {
  background: #d4d8de;
  /* 滚动条滑块的颜色 */
  border-radius: 10px;
  /* 滑块的圆角 */
}
[data-v-47f49968]::-webkit-scrollbar {
  width: 6px;
  /* 滚动条的宽度 */
  height: 4px;
  /* 滚动条的高度 */
  margin-right: 20px;
}
.overflow[data-v-47f49968] {
  height: 900px;
  padding-right: 6px;
  overflow: auto;
}
.service-inspection-box[data-v-47f49968] {
  width: 100%;
  height: 1000px;
  padding: 24px 10px 24px 24px;
  border-radius: 0px 12px 12px 0px;
  border: 1px solid #e3e6e9;
}
.service-inspection-box .header[data-v-47f49968] {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  height: 32px;
}
.service-inspection-box .header .title[data-v-47f49968] {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #333;
}
.service-inspection-box .header .title .icon-what[data-v-47f49968] {
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.service-inspection-box .header .title .title-text[data-v-47f49968] {
  font-size: 14px;
  font-weight: 500;
  color: #2b2d3b;
}
.title[data-v-c9525cfa] {
  font-size: 20px;
  font-weight: 600;
  color: #2b2d3b;
  margin-bottom: 8px;
}
.actions[data-v-c9525cfa] {
  padding: 0 20px;
}
.actions[data-v-c9525cfa] .el-tabs__nav-wrap::after {
  display: none;
}
.bottom[data-v-c9525cfa] {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 560px;
  padding: 10px 20px;
  background: #fff;
  border-top: 1px solid #e4e7ed;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.bottom .close[data-v-c9525cfa] {
  width: 60px;
  height: 32px;
  line-height: 32px;
  border-radius: 6px;
  background: white;
  border: 1px solid #0d87e5;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #0d87e5;
  text-align: center;
}
.insight-box[data-v-48e7874c] {
  width: 100%;
  height: 378px;
  padding: 24px;
  border-radius: 12px 0px 0px 12px;
  border: 1px solid #e3e6e9;
  border-right: none;
}
.insight-box .header[data-v-48e7874c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  height: 32px;
}
.insight-box .header .title[data-v-48e7874c] {
  font-size: 14px;
  font-weight: 500;
  color: #2b2d3b;
}
.insight-box .header .action-link[data-v-48e7874c] {
  font-size: 14px;
  font-weight: 400;
  color: #0d87e5;
  cursor: pointer;
}
.insight-box .word-clouds[data-v-48e7874c] {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}
.insight-box .word-clouds .word-cloud[data-v-48e7874c] {
  flex: 1;
  height: 280px;
  border-radius: 8px;
  background: white;
  padding: 20px 16px;
  border: 1px solid #e3e6e9;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.insight-box .word-clouds .word-cloud .cloud-title[data-v-48e7874c] {
  font-size: 14px;
  font-weight: 400;
  color: #818a98;
  margin-bottom: 16px;
  text-align: center;
}
.insight-box .word-clouds .word-cloud .cloud-content[data-v-48e7874c] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  flex: 1;
  line-height: 2.1;
  padding: 0 12px;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  position: relative;
}
.insight-box .word-clouds .word-cloud .cloud-content .word[data-v-48e7874c] {
  cursor: pointer;
  transition: all 0.2s ease;
  max-width: calc(100% - 16px);
  box-sizing: border-box;
  margin: 6px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.insight-box .word-clouds .word-cloud .cloud-content .word[data-v-48e7874c]:hover {
  transform: scale(1.03);
}
.insight-box .word-clouds .word-cloud.word-cloud-v1[data-v-48e7874c] {
  background: white;
  border: 1px solid #e3e6e9;
}
.excavation-box[data-v-4dccbbe8] {
  width: 100%;
  padding: 24px;
  border-radius: 0px 12px 12px 0px;
  border: 1px solid #e3e6e9;
}
.excavation-box .header[data-v-4dccbbe8] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  height: 32px;
}
.excavation-box .header .title[data-v-4dccbbe8] {
  font-size: 14px;
  font-weight: 500;
  color: #2b2d3b;
}
.excavation-box .header .action-link[data-v-4dccbbe8] {
  font-size: 14px;
  font-weight: 400;
  color: #0d87e5;
  cursor: pointer;
}
.excavation-box .echart-box[data-v-4dccbbe8] {
  width: 100%;
  height: 280px;
}
@charset "UTF-8";
[data-v-1e637da8]::-webkit-scrollbar-thumb {
  background: #d4d8de;
  /* 滚动条滑块的颜色 */
  border-radius: 10px;
  /* 滑块的圆角 */
}
[data-v-1e637da8]::-webkit-scrollbar {
  width: 6px;
  /* 滚动条的宽度 */
  height: 4px;
  /* 滚动条的高度 */
  margin-right: 20px;
}
.insight-box[data-v-1e637da8] {
  width: 100%;
  height: 366px;
  padding: 24px;
  border-radius: 12px 0px 0px 12px;
  border: 1px solid #e3e6e9;
  border-right: none;
}
.insight-box .header[data-v-1e637da8] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  height: 32px;
}
.insight-box .header .title[data-v-1e637da8] {
  font-size: 14px;
  font-weight: 500;
  color: #2b2d3b;
  display: flex;
  align-items: center;
}
.insight-box .header .title-lt[data-v-1e637da8] {
  font-size: 14px;
  font-weight: 400;
  color: #818a98;
}
.insight-box .header .title-lt-num[data-v-1e637da8] {
  font-size: 14px;
  font-weight: 400;
  color: #2b2d3b;
}
.insight-box .header .action-link[data-v-1e637da8] {
  font-size: 14px;
  font-weight: 400;
  color: #0d87e5;
  cursor: pointer;
}
.insight-box .competitor-container[data-v-1e637da8] {
  position: relative;
  margin-bottom: 20px;
}
.insight-box .competitor-list[data-v-1e637da8] {
  display: flex;
  align-items: center;
  overflow-x: auto;
  padding-right: 40px;
}
.insight-box .competitor-list[data-v-1e637da8]::-webkit-scrollbar {
  display: none;
}
.insight-box .competitor-list .competitor-item[data-v-1e637da8] {
  min-width: 115px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 16px;
  margin-right: 12px;
  border: 1px solid #e3e6e9;
  border-radius: 6px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.insight-box .competitor-list .competitor-item.active[data-v-1e637da8] {
  border: 1px solid #0d87e5;
  color: #0d87e5;
}
.insight-box .competitor-list .competitor-item.active .competitor-name[data-v-1e637da8] {
  color: #0d87e5;
}
.insight-box .competitor-list .competitor-item.active .mention-count[data-v-1e637da8] {
  color: #0d87e5;
}
.insight-box .competitor-list .competitor-item .competitor-name[data-v-1e637da8] {
  font-size: 14px;
  font-weight: 400;
  color: #2b2d3b;
  text-align: center;
}
.insight-box .competitor-list .competitor-item .mention-count[data-v-1e637da8] {
  font-size: 14px;
  font-weight: 400;
  color: #818a98;
  text-align: center;
}
.insight-box .loading-content[data-v-1e637da8] {
  padding-left: 57px;
}
.insight-box .more-arrow[data-v-1e637da8] {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 60px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #e3e6e9;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  margin-left: 16px;
}
.insight-box .more-arrow-left[data-v-1e637da8] {
  right: auto;
  left: 0;
}
.insight-box .card-box[data-v-1e637da8] {
  width: 100%;
  height: 198px;
  padding: 20px;
  border-radius: 8px;
  background: #f5f9ff;
}
.insight-box .card-box .customer-experience[data-v-1e637da8] {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.insight-box .card-box .customer-experience .experience-label[data-v-1e637da8] {
  font-size: 14px;
  font-weight: 400;
  color: #818a98;
  margin-right: 12px;
}
.insight-box .card-box .customer-experience .sentiment-filters[data-v-1e637da8] {
  display: flex;
  gap: 8px;
}
.insight-box .card-box .customer-experience .sentiment-filters .sentiment-item[data-v-1e637da8] {
  width: 96px;
  height: 32px;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  border: 1px solid #e3e6e9;
  color: #818a98;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
}
.insight-box .card-box .customer-experience .sentiment-filters .sentiment-item.active[data-v-1e637da8] {
  border: 1px solid #0d87e5;
  color: #0d87e5;
}
.insight-box .card-box .customer-voice[data-v-1e637da8] {
  height: 132px;
  padding-right: 6px;
  overflow: auto;
}
.insight-box .card-box .customer-voice .voice-label[data-v-1e637da8] {
  font-size: 14px;
  font-weight: 400;
  color: #818a98;
  margin-bottom: 10px;
}
.insight-box .card-box .customer-voice .feedback-list .feedback-item[data-v-1e637da8] {
  border-radius: 6px;
  background: #ffffff;
  margin-bottom: 8px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  color: #2b2d3b;
  text-align: left;
}
@charset "UTF-8";
[data-v-3f508928]::-webkit-scrollbar-thumb {
  background: #d4d8de;
  /* 滚动条滑块的颜色 */
  border-radius: 10px;
  /* 滑块的圆角 */
}
[data-v-3f508928]::-webkit-scrollbar {
  width: 6px;
  /* 滚动条的宽度 */
  height: 4px;
  /* 滚动条的高度 */
  margin-right: 20px;
}
.insight-box[data-v-3f508928] {
  width: 100%;
  height: 366px;
  padding: 24px;
  border-radius: 0px 12px 12px 0px;
  border: 1px solid #e3e6e9;
}
.insight-box img[data-v-3f508928] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.insight-box .header[data-v-3f508928] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  height: 32px;
}
.insight-box .header .title[data-v-3f508928] {
  font-size: 14px;
  font-weight: 500;
  color: #2b2d3b;
  display: flex;
  align-items: center;
}
.insight-box .header .action-link[data-v-3f508928] {
  font-size: 14px;
  font-weight: 400;
  color: #0d87e5;
  cursor: pointer;
}
.insight-box .competitor-container[data-v-3f508928] {
  position: relative;
}
.insight-box .competitor-container .competitor-list[data-v-3f508928] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.insight-box .competitor-container .competitor-list .competitor-item[data-v-3f508928] {
  width: 125px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 16px;
  margin-right: 12px;
  border: 1px solid #e3e6e9;
  border-radius: 6px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.insight-box .competitor-container .competitor-list .competitor-item.active[data-v-3f508928] {
  border: 1px solid #0d87e5;
  color: #0d87e5;
}
.insight-box .competitor-container .competitor-list .competitor-item.active .competitor-name[data-v-3f508928] {
  color: #0d87e5;
}
.insight-box .competitor-container .competitor-list .competitor-item.active .mention-count[data-v-3f508928] {
  color: #0d87e5;
}
.insight-box .competitor-container .competitor-list .competitor-item .competitor-name[data-v-3f508928] {
  font-size: 14px;
  font-weight: 400;
  color: #2b2d3b;
  text-align: center;
}
.insight-box .competitor-container .competitor-list .competitor-item .mention-count[data-v-3f508928] {
  font-size: 14px;
  font-weight: 400;
  color: #818a98;
  text-align: center;
}
.data-main-box[data-v-32468790] {
  width: 100%;
  margin-bottom: 24px;
}
.data-main-box .search-box[data-v-32468790] {
  display: flex;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.data-main-box .search-box .lt[data-v-32468790] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.data-main-box .search-box .lt .icon-ai[data-v-32468790] {
  width: 22px;
  height: 24px;
}
.data-main-box .search-box .lt h2[data-v-32468790] {
  font-size: 20px;
  font-weight: 500;
  color: #2b2d3b;
}
.data-main-box .data-desc[data-v-32468790] {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 400;
  color: #818a98;
  margin-bottom: 14px;
}
.data-main-box .data-desc .icon-what[data-v-32468790] {
  width: 14px;
  height: 14px;
}
.data-main-box .data-box[data-v-32468790] {
  margin-top: 13px;
}
.dialog-box .dialog-title[data-v-0dff09f8] {
  font-size: 18px;
  font-weight: 700;
  color: #2b2d3b;
}
.dialog-box .dialog-content[data-v-0dff09f8] {
  font-size: 14px;
  font-weight: 400;
}
.dialog-box .dialog-content .blue[data-v-0dff09f8] {
  font-size: 14px;
  font-weight: 700;
  color: #2a82e4;
}
.dialog-box .icon[data-v-0dff09f8] {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dialog-box .icon img[data-v-0dff09f8] {
  width: 160px;
  height: 160px;
}
.the-user-todo[data-v-0dff09f8] {
  margin-bottom: 16px;
}
.the-user-todo .title[data-v-0dff09f8] {
  font-size: 12px;
  font-weight: 400;
  color: #818a98;
}
.the-user-todo .name[data-v-0dff09f8] {
  margin-top: 6px;
  font-size: 20px;
  font-weight: 600;
  color: #2b2d3b;
}
.the-user-todo .content[data-v-0dff09f8] {
  margin-top: 10px;
  display: flex;
  gap: 16px;
  align-items: center;
}
.the-user-todo .content .card-item[data-v-0dff09f8] {
  flex: 1;
  padding: 19px 24px 19px 19px;
  box-sizing: border-box;
  border-radius: 12px;
  background: #fff2eb;
  display: flex;
  justify-content: space-between;
  max-width: 50%;
}
.the-user-todo .content .card-item .left[data-v-0dff09f8] {
  display: flex;
  align-items: center;
}
.the-user-todo .content .card-item .left .line[data-v-0dff09f8] {
  width: 12px;
  height: 12px;
  background: rgba(245, 98, 0, 0.3);
  border-radius: 50%;
  position: relative;
}
.the-user-todo .content .card-item .left .line[data-v-0dff09f8]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background: #f56200;
  border-radius: 50px;
  transform: translate(-45%, -50%);
}
.the-user-todo .content .card-item .left .blue[data-v-0dff09f8] {
  background: rgba(42, 130, 228, 0.3);
}
.the-user-todo .content .card-item .left .blue[data-v-0dff09f8]::before {
  background: #2a82e4;
}
.the-user-todo .content .card-item .left .text[data-v-0dff09f8] {
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #2b2d3b;
  margin-bottom: 4px;
}
.the-user-todo .content .card-item .left .text span[data-v-0dff09f8] {
  font-size: 20px;
  font-weight: 600;
  color: #f56200;
}
.the-user-todo .content .card-item .left .text .blue[data-v-0dff09f8] {
  color: #2a82e4;
}
.the-user-todo .content .card-item .btn[data-v-0dff09f8] {
  cursor: pointer;
  margin-left: 37px;
  padding: 5px 20px;
  box-sizing: border-box;
  border-radius: 6px;
  background: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #2b2d3b;
  text-align: center;
}
.the-user-todo .content .blue[data-v-0dff09f8] {
  background: #edf4ff;
}
.the-cumulative-data[data-v-415fdb5e] {
  margin-bottom: 16px;
}
.the-cumulative-data .head[data-v-415fdb5e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: space-between;
}
.the-cumulative-data .head .left[data-v-415fdb5e] {
  display: flex;
  align-items: flex-end;
}
.the-cumulative-data .head .left h1[data-v-415fdb5e] {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #2b2d3b;
}
.the-cumulative-data .head .left span[data-v-415fdb5e] {
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #818a98;
}
.the-cumulative-data .head .right[data-v-415fdb5e] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.the-cumulative-data .head .right .el-select[data-v-415fdb5e] {
  width: 230px;
}
.the-cumulative-data .head .fixed .el-select[data-v-415fdb5e] {
  width: 170px;
}
.the-cumulative-data .head .search-algin[data-v-415fdb5e] {
  display: flex;
  align-items: center;
}
.the-cumulative-data .head .search-algin .tag-btn[data-v-415fdb5e] {
  margin-right: 20px;
  display: inline-flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
.the-cumulative-data .head .search-algin .tag-btn div[data-v-415fdb5e] {
  cursor: pointer;
  width: 100px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  color: #595959;
  background: #fff;
}
.the-cumulative-data .head .search-algin .tag-btn div[data-v-415fdb5e]:first-child {
  border-radius: 5px 0 0 5px;
}
.the-cumulative-data .head .search-algin .tag-btn div[data-v-415fdb5e]:nth-child(2) {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.the-cumulative-data .head .search-algin .tag-btn div[data-v-415fdb5e]:last-child {
  border-radius: 0 5px 5px 0;
}
.the-cumulative-data .head .search-algin .tag-btn .acitve[data-v-415fdb5e] {
  border: 1px solid var(--color-primary) !important;
  color: var(--color-primary);
}
.the-cumulative-data .content[data-v-415fdb5e] {
  margin-top: 12px;
  width: 100%;
  padding: 32px 24px;
  border-radius: 12px;
  background: white;
  box-shadow: 0px 0px 5px rgba(43, 51, 59, 0.15);
}
.the-cumulative-data .content .title[data-v-415fdb5e] {
  margin-bottom: 22px;
  font-size: 20px;
  font-weight: 500;
}
.the-cumulative-data .content .data[data-v-415fdb5e] {
  display: flex;
  justify-content: space-between;
}
.the-cumulative-data .content .data .item[data-v-415fdb5e] {
  display: flex;
  flex-direction: column;
  padding-right: 51px;
  opacity: 1;
  border-right: 1px solid #e2e5e9;
}
.the-cumulative-data .content .data .item .value[data-v-415fdb5e] {
  display: flex;
  align-items: flex-end;
}
.the-cumulative-data .content .data .item .value .number[data-v-415fdb5e] {
  font-size: 30px;
  font-weight: 600;
  color: #2b2d3b;
}
.the-cumulative-data .content .data .item .value .unit[data-v-415fdb5e] {
  font-size: 14px;
  font-weight: 400;
  color: #2b2d3b;
  margin-left: 2px;
  margin-bottom: 8px;
}
.the-cumulative-data .content .data .item .desc[data-v-415fdb5e] {
  display: flex;
  align-items: center;
  margin-top: 6px;
}
.the-cumulative-data .content .data .item .desc .icon[data-v-415fdb5e] {
  width: 16px;
  height: 16px;
}
.the-cumulative-data .content .data .item .desc .name[data-v-415fdb5e] {
  margin-left: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #818a98;
}
.the-cumulative-data .content .data .item[data-v-415fdb5e]:last-child {
  border-right: none;
}
.top-fixed[data-v-415fdb5e] {
  width: calc(100% - 262px);
  background: #f2f6fc;
  padding: 12px 12px;
  box-sizing: border-box;
  position: fixed;
  z-index: 10;
  top: 50px;
}
.back-to-top[data-v-6f154881] {
  position: fixed;
  bottom: 50px;
  right: 34px;
  width: 50px;
  height: 50px;
  background: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0px 0px 5px rgba(43, 51, 59, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
.back-to-top img[data-v-6f154881] {
  width: 25px;
  height: 25px;
}
.home-enterprise[data-v-0dd6ed8e] {
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0px 0px 5px rgba(43, 51, 59, 0.15);
  padding: 20px;
}
.home-store[data-v-5ec78c78] {
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0px 0px 5px rgba(43, 51, 59, 0.15);
  padding: 20px;
}
.home-user[data-v-040b54b8] {
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0px 0px 5px rgba(43, 51, 59, 0.15);
  padding: 20px;
}
