.search-box[data-v-427e0f78] {
  display: flex;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.search-box .search-align[data-v-427e0f78] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.search-box .search-align .el-select[data-v-427e0f78] {
  width: 120px;
}
.search-box .search-align .tag-btn[data-v-427e0f78] {
  display: inline-flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
.search-box .search-align .tag-btn div[data-v-427e0f78] {
  cursor: pointer;
  width: 60px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  color: #595959;
  background: #fff;
}
.search-box .search-align .tag-btn div[data-v-427e0f78]:first-child {
  border-radius: 5px 0 0 5px;
}
.search-box .search-align .tag-btn div[data-v-427e0f78]:nth-child(2) {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.search-box .search-align .tag-btn div[data-v-427e0f78]:last-child {
  border-radius: 0 5px 5px 0;
}
.search-box .search-align .tag-btn .active[data-v-427e0f78] {
  border: 1px solid var(--color-primary) !important;
  color: var(--color-primary);
}
.search-box .search-align .rt-btn[data-v-427e0f78] {
  display: flex;
  align-items: center;
  gap: 10px;
  right: 24px;
  position: absolute;
}
.sales-detail-item[data-v-8baa45d2] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 120px;
}
.sales-detail-item .metric-item[data-v-8baa45d2] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
}
.sales-detail-item .metric-item .metric-value[data-v-8baa45d2] {
  font-size: 26px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 8px;
  line-height: 1.2;
}
.sales-detail-item .metric-item .metric-label[data-v-8baa45d2] {
  font-size: 16px;
  color: #333333;
  line-height: 1.2;
}
.dialog-content[data-v-0b4ab402] {
  margin: 20px;
  display: flex;
  align-items: center;
}
.dialog-content .icon[data-v-0b4ab402] {
  width: 30px;
  height: 30px;
}
.dialog-content .title[data-v-0b4ab402] {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #303133;
}
.drawer-bott[data-v-0b4ab402] {
  margin-top: 30px;
  margin-bottom: 20px;
}
.sales-table[data-v-d22bf80c] {
  margin-top: 20px;
}
.sales-table .navigation-bar[data-v-d22bf80c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0px 10px 0px;
}
.sales-table .navigation-bar .nav-lt[data-v-d22bf80c] {
  display: flex;
  align-items: center;
}
.sales-table .navigation-bar .icon[data-v-d22bf80c] {
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.sales-table .navigation-bar .nav-title[data-v-d22bf80c] {
  font-size: 16px;
  font-weight: 500;
  color: #303133;
  margin-left: 5px;
}
.sales-table .navigation-content[data-v-d22bf80c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.sales-table .navigation-content .lt[data-v-d22bf80c] {
  color: #333333;
  display: flex;
  align-items: center;
}
.sales-detail .navigation-bar[data-v-d20f0090] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0px 10px 0px;
}
.sales-detail .navigation-bar .nav-lt[data-v-d20f0090] {
  display: flex;
  align-items: center;
}
.sales-detail .navigation-bar .icon[data-v-d20f0090] {
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.sales-detail .navigation-bar .nav-title[data-v-d20f0090] {
  font-size: 16px;
  font-weight: 500;
  color: #303133;
  margin-left: 5px;
}
.sales-detail .content-wrapper[data-v-d20f0090] {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.sales-detail .chart-section[data-v-d20f0090] {
  flex: 1;
  min-width: 0;
}
.sales-detail .chart-section .detail-pie[data-v-d20f0090] {
  width: 100%;
  height: 400px;
}
.sales-detail .table-section[data-v-d20f0090] {
  flex: 1;
  min-width: 0;
}
.sales-detail .table-section .score-table[data-v-d20f0090] {
  width: 50%;
  border-collapse: collapse;
  border: 1px solid #e6e6e6;
  font-size: 14px;
}
.sales-detail .table-section .score-table th[data-v-d20f0090],
.sales-detail .table-section .score-table td[data-v-d20f0090] {
  padding: 12px;
  border: 1px solid #e6e6e6;
  text-align: left;
}
.sales-detail .table-section .score-table th[data-v-d20f0090] {
  background-color: #f5f7fa;
  font-weight: 500;
}
.sales-detail .table-section .score-table td[data-v-d20f0090]:first-child {
  background-color: #f5f7fa;
  font-weight: 500;
}
@media (max-width: 768px) {
.sales-detail .content-wrapper[data-v-d20f0090] {
    flex-direction: column;
}
.sales-detail .chart-section .detail-pie[data-v-d20f0090] {
    height: 300px;
}
.sales-detail .table-section[data-v-d20f0090] {
    width: 100%;
    flex: 1;
}
}
.rate[data-v-e5b1ff38] {
  margin-top: 20px;
}
.rate .chart-container[data-v-e5b1ff38] {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
}
.rate .rate-box[data-v-e5b1ff38] {
  width: 80%;
  min-width: 0;
  height: 500px;
}
.rate .category-buttons[data-v-e5b1ff38] {
  width: 20%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 0;
}
.rate .category-item[data-v-e5b1ff38] {
  position: relative;
  padding: 8px 16px 8px 24px;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease;
  width: 150px;
}
.rate .category-item[data-v-e5b1ff38]::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #dcdfe6;
}
.rate .category-item.selected[data-v-e5b1ff38] {
  color: #409eff;
  background-color: #ecf5ff;
  width: 150px;
}
.rate .category-item.selected[data-v-e5b1ff38]::before {
  background-color: #409eff;
}
.number[data-v-4216ecb2] {
  margin-top: 20px;
}
.number .chart-container[data-v-4216ecb2] {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
}
.number .number-box[data-v-4216ecb2] {
  width: 80%;
  min-width: 0;
  height: 500px;
}
.number .category-buttons[data-v-4216ecb2] {
  width: 20%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 0;
}
.number .category-item[data-v-4216ecb2] {
  position: relative;
  padding: 8px 16px 8px 24px;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease;
  width: 150px;
}
.number .category-item[data-v-4216ecb2]::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #dcdfe6;
}
.number .category-item.selected[data-v-4216ecb2] {
  color: #409eff;
  background-color: #ecf5ff;
  width: 150px;
}
.number .category-item.selected[data-v-4216ecb2]::before {
  background-color: #409eff;
}
.header[data-v-b51ca282] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .navigation-bar[data-v-b51ca282] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0px 10px 0px;
}
.header .navigation-bar .nav-lt[data-v-b51ca282] {
  display: flex;
  align-items: center;
}
.header .navigation-bar .icon[data-v-b51ca282] {
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.header .navigation-bar .nav-title[data-v-b51ca282] {
  font-size: 16px;
  font-weight: 500;
  color: #303133;
  margin-left: 5px;
}
.header-left[data-v-b51ca282] {
  display: flex;
  align-items: center;
}
.header-left img[data-v-b51ca282] {
  width: 19px;
  height: 18px;
}
.header-left-title[data-v-b51ca282] {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin-left: 10px;
}
.header-left-tab[data-v-b51ca282] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: 40px;
}
.header-left-tab div[data-v-b51ca282] {
  width: 100px;
  height: 35px;
  line-height: 35px;
  flex-shrink: 0;
  text-align: center;
  font-size: 14px;
  color: #888;
  border: 1px solid #888;
  background: #fff;
  cursor: pointer;
}
.header-left-tab div.active[data-v-b51ca282] {
  border: 1px solid #1790ff;
  background: #1790ff;
  color: #fff;
}

.sales-detail-item[data-v-65e0ded9] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 120px;
}
.sales-detail-item .metric-item[data-v-65e0ded9] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
}
.sales-detail-item .metric-item .metric-value[data-v-65e0ded9] {
  font-size: 26px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 8px;
  line-height: 1.2;
}
.sales-detail-item .metric-item .metric-label[data-v-65e0ded9] {
  font-size: 16px;
  color: #333333;
  line-height: 1.2;
}
.sales-table[data-v-61f43a78] {
  margin-top: 20px;
}
.sales-table .navigation-bar[data-v-61f43a78] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0px 10px 0px;
}
.sales-table .navigation-bar .nav-lt[data-v-61f43a78] {
  display: flex;
  align-items: center;
}
.sales-table .navigation-bar .icon[data-v-61f43a78] {
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.sales-table .navigation-bar .nav-title[data-v-61f43a78] {
  font-size: 16px;
  font-weight: 500;
  color: #303133;
  margin-left: 5px;
}
.sales-table .navigation-content[data-v-61f43a78] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.sales-table .navigation-content .lt[data-v-61f43a78] {
  color: #333333;
  display: flex;
  align-items: center;
}
.sales-detail .navigation-bar[data-v-7b7a3db6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0px 10px 0px;
}
.sales-detail .navigation-bar .nav-lt[data-v-7b7a3db6] {
  display: flex;
  align-items: center;
}
.sales-detail .navigation-bar .icon[data-v-7b7a3db6] {
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.sales-detail .navigation-bar .nav-title[data-v-7b7a3db6] {
  font-size: 16px;
  font-weight: 500;
  color: #303133;
  margin-left: 5px;
}
.sales-detail .content-wrapper[data-v-7b7a3db6] {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.sales-detail .chart-section[data-v-7b7a3db6] {
  flex: 1;
  min-width: 0;
}
.sales-detail .chart-section .detail-pie[data-v-7b7a3db6] {
  width: 100%;
  height: 400px;
}
.sales-detail .table-section[data-v-7b7a3db6] {
  flex: 1;
  min-width: 0;
}
.sales-detail .table-section .score-table[data-v-7b7a3db6] {
  width: 50%;
  border-collapse: collapse;
  border: 1px solid #e6e6e6;
  font-size: 14px;
}
.sales-detail .table-section .score-table th[data-v-7b7a3db6],
.sales-detail .table-section .score-table td[data-v-7b7a3db6] {
  padding: 12px;
  border: 1px solid #e6e6e6;
  text-align: left;
}
.sales-detail .table-section .score-table th[data-v-7b7a3db6] {
  background-color: #f5f7fa;
  font-weight: 500;
}
.sales-detail .table-section .score-table td[data-v-7b7a3db6]:first-child {
  background-color: #f5f7fa;
  font-weight: 500;
}
@media (max-width: 768px) {
.sales-detail .content-wrapper[data-v-7b7a3db6] {
    flex-direction: column;
}
.sales-detail .chart-section .detail-pie[data-v-7b7a3db6] {
    height: 300px;
}
.sales-detail .table-section[data-v-7b7a3db6] {
    width: 100%;
    flex: 1;
}
}
.rate[data-v-38dd0226] {
  margin-top: 20px;
}
.rate .chart-container[data-v-38dd0226] {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
}
.rate .rate-box[data-v-38dd0226] {
  width: 80%;
  min-width: 0;
  height: 500px;
}
.rate .category-buttons[data-v-38dd0226] {
  width: 20%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 0;
}
.rate .category-item[data-v-38dd0226] {
  position: relative;
  padding: 8px 16px 8px 24px;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease;
  width: 150px;
}
.rate .category-item[data-v-38dd0226]::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #dcdfe6;
}
.rate .category-item.selected[data-v-38dd0226] {
  color: #409eff;
  background-color: #ecf5ff;
  width: 150px;
}
.rate .category-item.selected[data-v-38dd0226]::before {
  background-color: #409eff;
}
.number[data-v-2698aab0] {
  margin-top: 20px;
}
.number .chart-container[data-v-2698aab0] {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
}
.number .number-box[data-v-2698aab0] {
  width: 80%;
  min-width: 0;
  height: 500px;
}
.number .category-buttons[data-v-2698aab0] {
  width: 20%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 0;
}
.number .category-item[data-v-2698aab0] {
  position: relative;
  padding: 8px 16px 8px 24px;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease;
  width: 150px;
}
.number .category-item[data-v-2698aab0]::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #dcdfe6;
}
.number .category-item.selected[data-v-2698aab0] {
  color: #409eff;
  background-color: #ecf5ff;
  width: 150px;
}
.number .category-item.selected[data-v-2698aab0]::before {
  background-color: #409eff;
}
.header[data-v-ec192686] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .navigation-bar[data-v-ec192686] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0px 10px 0px;
}
.header .navigation-bar .nav-lt[data-v-ec192686] {
  display: flex;
  align-items: center;
}
.header .navigation-bar .icon[data-v-ec192686] {
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.header .navigation-bar .nav-title[data-v-ec192686] {
  font-size: 16px;
  font-weight: 500;
  color: #303133;
  margin-left: 5px;
}
.header-left[data-v-ec192686] {
  display: flex;
  align-items: center;
}
.header-left img[data-v-ec192686] {
  width: 19px;
  height: 18px;
}
.header-left-title[data-v-ec192686] {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin-left: 10px;
}
.header-left-tab[data-v-ec192686] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: 40px;
}
.header-left-tab div[data-v-ec192686] {
  width: 100px;
  height: 35px;
  line-height: 35px;
  flex-shrink: 0;
  text-align: center;
  font-size: 14px;
  color: #888;
  border: 1px solid #888;
  background: #fff;
  cursor: pointer;
}
.header-left-tab div.active[data-v-ec192686] {
  border: 1px solid #1790ff;
  background: #1790ff;
  color: #fff;
}

