.holdingPressure .analysis-section[data-v-9984b760] {
  margin-bottom: 20px;
  background-color: #f9faff;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #eef1f6;
}
.holdingPressure .stat-cards[data-v-9984b760] {
  margin-bottom: 15px;
}
.holdingPressure .stat-cards .card-item[data-v-9984b760] {
  background: #fff;
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.holdingPressure .stat-cards .card-item .card-title[data-v-9984b760] {
  font-size: 14px;
  color: #909399;
  margin-bottom: 8px;
}
.holdingPressure .stat-cards .card-item .card-num[data-v-9984b760] {
  font-size: 24px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 4px;
}
.holdingPressure .stat-cards .card-item .card-num.primary-color[data-v-9984b760] {
  color: #409eff;
}
.holdingPressure .stat-cards .card-item .card-num.highlight-color[data-v-9984b760] {
  color: #F56C6C;
}
.holdingPressure .stat-cards .card-item .card-desc[data-v-9984b760] {
  font-size: 12px;
  color: #999;
}
.holdingPressure .stat-cards .analysis-text-box[data-v-9984b760] {
  background: #fdf6ec;
  border: 1px solid #faecd8;
}
.holdingPressure .stat-cards .analysis-text-box .card-title[data-v-9984b760] {
  color: #e6a23c;
  font-weight: bold;
}
.holdingPressure .stat-cards .analysis-text-box .card-title i[data-v-9984b760] {
  margin-right: 5px;
}
.holdingPressure .stat-cards .analysis-text-box .text-content[data-v-9984b760] {
  color: #606266;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.holdingPressure .chart-wrapper[data-v-9984b760] {
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
}
.holdingPressure .chart-wrapper .echarts-box[data-v-9984b760] {
  height: 300px;
  width: 100%;
}
.holdingPressure .custom-header[data-v-9984b760] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.holdingPressure .text-bold[data-v-9984b760] {
  font-weight: 600;
}
.holdingPressure .text-red[data-v-9984b760] {
  color: #f56c6c;
}
.holdingPressure[data-v-9984b760].has-gutter .is-gotoright {
  text-align: right;
}
.holdingPressure[data-v-9984b760].has-gutter .is-right {
  background: #f5f7fa !important;
  color: #303133;
  font-weight: 600;
}
.parting-header[data-v-34172c9d] {
  display: flex;
  align-items: gotoleft;
  justify-content: space-between;
}
.parting-header .filter-box[data-v-34172c9d] {
  display: flex;
  align-items: gotoleft;
}
.parting-header .filter-box .filter-box-item[data-v-34172c9d] {
  margin-left: 20px;
  display: inline-block;
}

.table_scoll[data-v-8a5d9e2c] {
	height: 215px;
	overflow-y: scroll;
}

.charts_fill_class[data-v-47c9252c] {
  min-height: 400px;
}
.charts_fill_class .charts_one_class[data-v-47c9252c] {
  height: 400px;
  min-height: 400px;
}
.analysis-card[data-v-d9a43c2c] {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin-bottom: 20px;
}
.analysis-card .header-controls[data-v-d9a43c2c] {
  display: flex;
  align-items: center;
}
.analysis-card .content-body[data-v-d9a43c2c] {
  margin-top: 20px;
}
.analysis-card .chart-wrapper[data-v-d9a43c2c] {
  width: 100%;
  min-height: 400px;
}
.analysis-card .table-wrapper[data-v-d9a43c2c] {
  margin-top: 10px;
}
@charset "UTF-8";
.position_style[data-v-6ca3d920] {
  background: #fff;
}
.position_style .summary-section[data-v-6ca3d920] {
  display: flex;
  gap: 20px;
  margin: 10px 20px 20px;
}
.position_style .summary-section .summary-card[data-v-6ca3d920] {
  flex: 1;
  background: #f8faff;
  border-radius: 8px;
  padding: 16px;
  border: 1px solid #eef3f8;
  text-align: center;
  transition: all 0.3s;
}
.position_style .summary-section .summary-card[data-v-6ca3d920]:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}
.position_style .summary-section .summary-card .card-title[data-v-6ca3d920] {
  font-size: 14px;
  color: #909399;
  margin-bottom: 8px;
}
.position_style .summary-section .summary-card .card-value[data-v-6ca3d920] {
  font-size: 24px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 4px;
}
.position_style .summary-section .summary-card .card-value.primary-color[data-v-6ca3d920] {
  color: #409EFF;
}
.position_style .summary-section .summary-card .card-sub[data-v-6ca3d920] {
  font-size: 12px;
  color: #c0c4cc;
}
.position_style .main-chart-wrapper[data-v-6ca3d920] {
  flex: 1;
  padding: 10px;
  height: 100%; /* 确保继承父级高度 */
  min-height: 400px; /* 兜底 */
}
.position_style .main-chart-wrapper .echart-box[data-v-6ca3d920] {
  width: 100%;
  height: 100%;
  min-height: 400px; /* 强制给一个高度 */
}
.position_style .chart-container[data-v-6ca3d920] {
  padding: 0 20px 20px;
}
.position_style .chart-container .trend-section[data-v-6ca3d920] {
  height: 420px;
  border: 1px solid #ebeef5;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
}
.position_style .chart-container .trend-section .legend-panel[data-v-6ca3d920] {
  width: 180px;
  background: #fcfcfc;
  border-right: 1px solid #ebeef5;
  display: flex;
  flex-direction: column;
}
.position_style .chart-container .trend-section .legend-panel .panel-header[data-v-6ca3d920] {
  padding: 12px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #eee;
  background: #f5f7fa;
}
.position_style .chart-container .trend-section .legend-panel .legend-scroll[data-v-6ca3d920] {
  flex: 1;
  overflow-y: auto;
  padding: 10px 0;
}
.position_style .chart-container .trend-section .legend-panel .legend-scroll[data-v-6ca3d920]::-webkit-scrollbar {
  width: 4px;
}
.position_style .chart-container .trend-section .legend-panel .legend-scroll[data-v-6ca3d920]::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 2px;
}
.position_style .chart-container .trend-section .legend-panel .legend-scroll .legend-item[data-v-6ca3d920] {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  cursor: pointer;
  transition: background 0.2s;
  font-size: 13px;
}
.position_style .chart-container .trend-section .legend-panel .legend-scroll .legend-item[data-v-6ca3d920]:hover {
  background: #f0f5ff;
}
.position_style .chart-container .trend-section .legend-panel .legend-scroll .legend-item .item-indicator[data-v-6ca3d920] {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  margin-right: 8px;
  flex-shrink: 0;
}
.position_style .chart-container .trend-section .legend-panel .legend-scroll .legend-item .item-label[data-v-6ca3d920] {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #606266;
}
.position_style .chart-container .trend-section .legend-panel .legend-scroll .legend-item .item-value[data-v-6ca3d920] {
  font-size: 12px;
  color: #909399;
  margin-left: 5px;
}
.position_style .chart-container .trend-section .main-chart-wrapper[data-v-6ca3d920] {
  flex: 1;
  padding: 10px;
}
.position_style .chart-container .trend-section .main-chart-wrapper .echart-box[data-v-6ca3d920] {
  width: 100%;
  height: 100%;
}
.position_style .chart-container .structure-section[data-v-6ca3d920] {
  margin-top: 20px;
}
.position_style .chart-container .structure-section .sub-chart-card[data-v-6ca3d920] {
  background: #fff;
  border: 1px solid #ebeef5;
  border-radius: 8px;
  padding: 15px;
}
.position_style .chart-container .structure-section .sub-chart-card .sub-title[data-v-6ca3d920] {
  font-size: 15px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 15px;
  padding-left: 10px;
  border-left: 4px solid #409EFF;
}
.position_style .chart-container .structure-section .sub-chart-card .sub-echart[data-v-6ca3d920] {
  height: 300px;
  width: 100%;
}
.equity_style[data-v-c43dd1a2] {
  background: #fff;
  min-height: 500px;
}
.equity_style .dashboard-container[data-v-c43dd1a2] {
  padding: 0 20px 20px 20px;
}
.equity_style .dashboard-container .indicator-row[data-v-c43dd1a2] {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
}
.equity_style .dashboard-container .indicator-row .indicator-card[data-v-c43dd1a2] {
  flex: 1;
  background: #fff;
  border: 1px solid #ebeef5;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
}
.equity_style .dashboard-container .indicator-row .indicator-card[data-v-c43dd1a2]:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.1);
}
.equity_style .dashboard-container .indicator-row .indicator-card .card-icon[data-v-c43dd1a2] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  margin-right: 16px;
}
.equity_style .dashboard-container .indicator-row .indicator-card .card-icon.blue-bg[data-v-c43dd1a2] {
  background: linear-gradient(135deg, #409eff, #79bbff);
}
.equity_style .dashboard-container .indicator-row .indicator-card .card-icon.orange-bg[data-v-c43dd1a2] {
  background: linear-gradient(135deg, #e6a23c, #f3d19e);
}
.equity_style .dashboard-container .indicator-row .indicator-card .card-icon.green-bg[data-v-c43dd1a2] {
  background: linear-gradient(135deg, #67c23a, #b3e19d);
}
.equity_style .dashboard-container .indicator-row .indicator-card .card-info .label[data-v-c43dd1a2] {
  font-size: 13px;
  color: #909399;
  margin-bottom: 4px;
}
.equity_style .dashboard-container .indicator-row .indicator-card .card-info .value[data-v-c43dd1a2] {
  font-size: 20px;
  font-weight: bold;
  color: #303133;
}
.equity_style .dashboard-container .indicator-row .indicator-card .card-info .text-primary[data-v-c43dd1a2] {
  color: #409eff;
}
.equity_style .dashboard-container .charts-row[data-v-c43dd1a2] {
  display: flex;
  gap: 30px;
  margin-bottom: 24px;
  align-items: stretch;
}
.equity_style .dashboard-container .charts-row .chart-section[data-v-c43dd1a2] {
  background: #fff;
  border: 1px solid #ebeef5;
  border-radius: 8px;
  padding: 16px;
}
.equity_style .dashboard-container .charts-row .chart-section .section-title[data-v-c43dd1a2] {
  font-size: 15px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.equity_style .dashboard-container .charts-row .matrix-section[data-v-c43dd1a2] {
  flex: 0 0 55%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.equity_style .dashboard-container .charts-row .matrix-section .matrix-container[data-v-c43dd1a2] {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.equity_style .dashboard-container .charts-row .matrix-section .matrix-container .y-labels[data-v-c43dd1a2] {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  margin-right: 12px;
}
.equity_style .dashboard-container .charts-row .matrix-section .matrix-container .y-labels .ylabel[data-v-c43dd1a2] {
  height: 70px;
  line-height: 70px;
  text-align: right;
  font-size: 13px;
  font-weight: bold;
  color: #606266;
}
.equity_style .dashboard-container .charts-row .matrix-section .matrix-container .matrix-grid .matrix-header[data-v-c43dd1a2] {
  display: flex;
  margin-bottom: 6px;
}
.equity_style .dashboard-container .charts-row .matrix-section .matrix-container .matrix-grid .matrix-header .xlabel[data-v-c43dd1a2] {
  width: 90px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #606266;
}
.equity_style .dashboard-container .charts-row .matrix-section .matrix-container .matrix-grid .matrix-row[data-v-c43dd1a2] {
  display: flex;
}
.equity_style .dashboard-container .charts-row .matrix-section .matrix-container .matrix-grid .matrix-row .matrix-cell[data-v-c43dd1a2] {
  width: 90px;
  height: 70px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.equity_style .dashboard-container .charts-row .matrix-section .matrix-container .matrix-grid .matrix-row .matrix-cell .cell-num[data-v-c43dd1a2] {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.equity_style .dashboard-container .charts-row .matrix-section .matrix-container .matrix-grid .matrix-row .matrix-cell .cell-num.text-light[data-v-c43dd1a2] {
  color: #fff;
}
.equity_style .dashboard-container .charts-row .matrix-section .matrix-legend[data-v-c43dd1a2] {
  display: flex;
  gap: 15px;
}
.equity_style .dashboard-container .charts-row .matrix-section .matrix-legend .legend-item[data-v-c43dd1a2] {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #666;
}
.equity_style .dashboard-container .charts-row .matrix-section .matrix-legend .legend-item .dot[data-v-c43dd1a2] {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  margin-right: 6px;
}
.equity_style .dashboard-container .charts-row .radar-section[data-v-c43dd1a2] {
  flex: 1;
}
.equity_style .dashboard-container .charts-row .radar-section .radar-chart[data-v-c43dd1a2] {
  width: 100%;
  height: 300px;
}
.equity_style .dashboard-container .table-section .section-title[data-v-c43dd1a2] {
  font-size: 15px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 15px;
}
.equity_style .dashboard-container .table-section .bold-text[data-v-c43dd1a2] {
  font-weight: bold;
  color: #303133;
}
@charset "UTF-8";
.style-label-container[data-v-7357bc1e] {
  background: #fff;
  min-height: 400px;
}
.style-label-container .dashboard-box[data-v-7357bc1e] {
  background: #fdfdfd;
  padding: 15px 20px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #ebeef5;
}
.style-label-container .dashboard-box .summary-cards[data-v-7357bc1e] {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.style-label-container .dashboard-box .summary-cards .card-item[data-v-7357bc1e] {
  flex: 1;
  background: #fff;
  border: 1px solid #e4e7ed;
  border-radius: 6px;
  padding: 15px;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.03);
}
.style-label-container .dashboard-box .summary-cards .card-item .card-icon[data-v-7357bc1e] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  margin-right: 12px;
}
.style-label-container .dashboard-box .summary-cards .card-item .card-icon.blue[data-v-7357bc1e] {
  background: #409eff;
}
.style-label-container .dashboard-box .summary-cards .card-item .card-icon.orange[data-v-7357bc1e] {
  background: #e6a23c;
}
.style-label-container .dashboard-box .summary-cards .card-item .card-text[data-v-7357bc1e] {
  flex: 1;
  overflow: hidden;
}
.style-label-container .dashboard-box .summary-cards .card-item .card-text .label[data-v-7357bc1e] {
  font-size: 12px;
  color: #909399;
  margin-bottom: 4px;
}
.style-label-container .dashboard-box .summary-cards .card-item .card-text .value[data-v-7357bc1e] {
  font-size: 16px;
  font-weight: bold;
  color: #303133;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.style-label-container .dashboard-box .analysis-text-box[data-v-7357bc1e] {
  background: #f4f4f5;
  padding: 12px;
  border-radius: 4px;
  font-size: 13px;
  color: #606266;
  line-height: 1.6;
  border-left: 3px solid #909399;
}
.style-label-container .dashboard-box .analysis-text-box .primary-color[data-v-7357bc1e] {
  color: #409eff;
  margin-right: 6px;
}
.style-label-container .dashboard-box .chart-wrapper[data-v-7357bc1e] {
  background: #fff;
  border: 1px solid #ebeef5;
  border-radius: 6px;
  padding: 10px;
  height: 185px; /* 与左侧高度大致对齐 */
  position: relative;
}
.style-label-container .dashboard-box .chart-wrapper .chart-title[data-v-7357bc1e] {
  font-size: 13px;
  font-weight: bold;
  color: #303133;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.style-label-container .dashboard-box .chart-wrapper .echarts-box[data-v-7357bc1e] {
  width: 100%;
  height: 100%;
}
.style-label-container .table-container[data-v-7357bc1e] {
  padding: 0 10px 20px;
}
.style-label-container .table-container .year-badge[data-v-7357bc1e] {
  background: #409eff;
  color: #fff;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: bold;
}
.style-label-container .table-container .industry-text[data-v-7357bc1e] {
  color: #303133;
  font-weight: 500;
}
.style-label-container .table-container .feature-cell[data-v-7357bc1e] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.style-label-container .table-container .feature-cell i[data-v-7357bc1e] {
  margin-right: 4px;
}
.style-label-container .table-container .feature-cell.color-red[data-v-7357bc1e] {
  color: #f56c6c;
}
.style-label-container .table-container .feature-cell.color-green[data-v-7357bc1e] {
  color: #67c23a;
}
.style-label-container .table-container .text-gray[data-v-7357bc1e] {
  color: #c0c4cc;
}
.financial-index-container[data-v-08279908] {
  background: #fff;
}
.financial-index-container .dashboard-content[data-v-08279908] {
  padding: 0 20px 20px;
}
.financial-index-container .dashboard-content .indicator-cards[data-v-08279908] {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
}
.financial-index-container .dashboard-content .indicator-cards .card-item[data-v-08279908] {
  flex: 1;
  background: #fff;
  border: 1px solid #ebeef5;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.financial-index-container .dashboard-content .indicator-cards .card-item .card-label[data-v-08279908] {
  font-size: 13px;
  color: #909399;
  margin-bottom: 8px;
}
.financial-index-container .dashboard-content .indicator-cards .card-item .card-label i[data-v-08279908] {
  color: #409EFF;
  margin-right: 4px;
}
.financial-index-container .dashboard-content .indicator-cards .card-item .card-value[data-v-08279908] {
  font-size: 24px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 4px;
}
.financial-index-container .dashboard-content .indicator-cards .card-item .card-value.primary-color[data-v-08279908] {
  color: #409EFF;
}
.financial-index-container .dashboard-content .indicator-cards .card-item .card-value.warning-color[data-v-08279908] {
  color: #E8684A;
}
.financial-index-container .dashboard-content .indicator-cards .card-item .card-date[data-v-08279908], .financial-index-container .dashboard-content .indicator-cards .card-item .card-desc[data-v-08279908] {
  font-size: 12px;
  color: #c0c4cc;
}
.financial-index-container .dashboard-content .indicator-cards .card-item.desc-card[data-v-08279908] {
  flex: 1.5;
  background: #fdfdfd;
}
.financial-index-container .dashboard-content .indicator-cards .card-item.desc-card .card-text[data-v-08279908] {
  font-size: 13px;
  color: #606266;
  line-height: 1.6;
}
.financial-index-container .dashboard-content .chart-wrapper[data-v-08279908] {
  border: 1px solid #ebeef5;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 24px;
}
.financial-index-container .dashboard-content .chart-wrapper .chart-title[data-v-08279908] {
  font-size: 15px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 4px solid #409EFF;
}
.financial-index-container .dashboard-content .table-wrapper .table-title[data-v-08279908] {
  font-size: 14px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 12px;
}
.report-turnover-container[data-v-44a0a2d8] {
  background: #fff;
}
.report-turnover-container .dashboard-content[data-v-44a0a2d8] {
  padding: 0 20px 20px;
}
.report-turnover-container .dashboard-content .indicator-cards[data-v-44a0a2d8] {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
}
.report-turnover-container .dashboard-content .indicator-cards .card-item[data-v-44a0a2d8] {
  flex: 1;
  background: #fff;
  border: 1px solid #ebeef5;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.03);
  display: flex;
  align-items: center;
}
.report-turnover-container .dashboard-content .indicator-cards .card-item .card-icon[data-v-44a0a2d8] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  margin-right: 16px;
}
.report-turnover-container .dashboard-content .indicator-cards .card-item .card-icon.blue[data-v-44a0a2d8] {
  background: linear-gradient(135deg, #409eff, #79bbff);
}
.report-turnover-container .dashboard-content .indicator-cards .card-item .card-icon.orange[data-v-44a0a2d8] {
  background: linear-gradient(135deg, #e6a23c, #f3d19e);
}
.report-turnover-container .dashboard-content .indicator-cards .card-item .card-info .label[data-v-44a0a2d8] {
  font-size: 13px;
  color: #909399;
  margin-bottom: 4px;
}
.report-turnover-container .dashboard-content .indicator-cards .card-item .card-info .value[data-v-44a0a2d8] {
  font-size: 24px;
  font-weight: bold;
  color: #303133;
}
.report-turnover-container .dashboard-content .indicator-cards .card-item .card-info .primary-color[data-v-44a0a2d8] {
  color: #409EFF;
}
.report-turnover-container .dashboard-content .indicator-cards .card-item .card-info .warning-color[data-v-44a0a2d8] {
  color: #e6a23c;
}
.report-turnover-container .dashboard-content .indicator-cards .card-item.desc-card[data-v-44a0a2d8] {
  flex: 2;
  background: #fdfdfd;
  display: block;
}
.report-turnover-container .dashboard-content .indicator-cards .card-item.desc-card .card-label[data-v-44a0a2d8] {
  font-size: 13px;
  color: #909399;
  margin-bottom: 8px;
}
.report-turnover-container .dashboard-content .indicator-cards .card-item.desc-card .card-label i[data-v-44a0a2d8] {
  color: #409EFF;
  margin-right: 4px;
}
.report-turnover-container .dashboard-content .indicator-cards .card-item.desc-card .card-text[data-v-44a0a2d8] {
  font-size: 13px;
  color: #606266;
  line-height: 1.6;
}
.report-turnover-container .dashboard-content .chart-wrapper[data-v-44a0a2d8] {
  border: 1px solid #ebeef5;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 24px;
}
.report-turnover-container .dashboard-content .chart-wrapper .chart-title[data-v-44a0a2d8] {
  font-size: 15px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 4px solid #409EFF;
}
.report-turnover-container .dashboard-content .table-wrapper .table-title[data-v-44a0a2d8] {
  font-size: 14px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 12px;
}
.report-turnover-container .dashboard-content .table-wrapper .rank-bar-wrapper[data-v-44a0a2d8] {
  padding: 0 20px;
}
.concentration-container[data-v-388774ee] {
  background: #fff;
}
.concentration-container .dashboard-content[data-v-388774ee] {
  padding: 0 20px 20px;
}
.concentration-container .dashboard-content .indicator-cards[data-v-388774ee] {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
}
.concentration-container .dashboard-content .indicator-cards .card-item[data-v-388774ee] {
  flex: 1;
  background: #fff;
  border: 1px solid #ebeef5;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.03);
  display: flex;
  align-items: center;
}
.concentration-container .dashboard-content .indicator-cards .card-item .card-icon[data-v-388774ee] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  margin-right: 16px;
}
.concentration-container .dashboard-content .indicator-cards .card-item .card-icon.blue[data-v-388774ee] {
  background: linear-gradient(135deg, #409eff, #79bbff);
}
.concentration-container .dashboard-content .indicator-cards .card-item .card-icon.orange[data-v-388774ee] {
  background: linear-gradient(135deg, #e6a23c, #f3d19e);
}
.concentration-container .dashboard-content .indicator-cards .card-item .card-info .label[data-v-388774ee] {
  font-size: 13px;
  color: #909399;
  margin-bottom: 4px;
}
.concentration-container .dashboard-content .indicator-cards .card-item .card-info .value[data-v-388774ee] {
  font-size: 24px;
  font-weight: bold;
  color: #303133;
}
.concentration-container .dashboard-content .indicator-cards .card-item .card-info .sub-text[data-v-388774ee] {
  font-size: 12px;
  color: #c0c4cc;
  margin-top: 2px;
}
.concentration-container .dashboard-content .indicator-cards .card-item .card-info .primary-color[data-v-388774ee] {
  color: #409EFF;
}
.concentration-container .dashboard-content .indicator-cards .card-item .card-info .warning-color[data-v-388774ee] {
  color: #e6a23c;
}
.concentration-container .dashboard-content .indicator-cards .card-item.desc-card[data-v-388774ee] {
  flex: 1.5;
  background: #fdfdfd;
  display: block;
}
.concentration-container .dashboard-content .indicator-cards .card-item.desc-card .card-label[data-v-388774ee] {
  font-size: 13px;
  color: #909399;
  margin-bottom: 8px;
}
.concentration-container .dashboard-content .indicator-cards .card-item.desc-card .card-label i[data-v-388774ee] {
  color: #409EFF;
  margin-right: 4px;
}
.concentration-container .dashboard-content .indicator-cards .card-item.desc-card .card-text[data-v-388774ee] {
  font-size: 13px;
  color: #606266;
  line-height: 1.6;
}
.concentration-container .dashboard-content .chart-wrapper[data-v-388774ee] {
  border: 1px solid #ebeef5;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 24px;
}
.concentration-container .dashboard-content .chart-wrapper .chart-header[data-v-388774ee] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.concentration-container .dashboard-content .chart-wrapper .chart-title[data-v-388774ee] {
  font-size: 15px;
  font-weight: bold;
  color: #303133;
  padding-left: 10px;
  border-left: 4px solid #409EFF;
}
.concentration-container .dashboard-content .table-wrapper .table-title[data-v-388774ee] {
  font-size: 14px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 12px;
}
.concentration-container .dashboard-content .table-wrapper .cell-content[data-v-388774ee] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.concentration-container .dashboard-content .table-wrapper .cell-content .rank-tag[data-v-388774ee] {
  background: #ecf5ff;
  color: #409eff;
  font-size: 10px;
  padding: 0 4px;
  border-radius: 4px;
  margin-left: 6px;
  border: 1px solid #d9ecff;
}
@charset "UTF-8";
.analysis-card[data-v-473af748] {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin-bottom: 20px;
}
.analysis-card .content-container[data-v-473af748] {
  display: flex;
  flex-wrap: wrap; /* 小屏幕自动换行 */
  gap: 20px;
  margin-top: 15px;
  align-items: center;
}
.analysis-card .chart-wrapper[data-v-473af748] {
  flex: 1;
  min-width: 300px;
  height: 350px;
  position: relative;
  border-right: 1px solid #eee; /* 分割线 */
}
.analysis-card .chart-wrapper .no-data[data-v-473af748] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #999;
}
.analysis-card .table-wrapper[data-v-473af748] {
  flex: 1.2; /* 表格稍微宽一点 */
  min-width: 350px;
}

/* 覆盖 Element UI 表格样式，使其更清爽 */
[data-v-473af748] .custom-table {
  width: 100%;
}
[data-v-473af748] .custom-table th.table-header {
  background-color: #f5f7fa !important;
  color: #333;
  font-weight: 600;
}
[data-v-473af748] .custom-table .highlight-text {
  color: #409EFF; /* 或者根据业务需求设置颜色 */
  font-weight: 500;
}

/* 响应式调整 */
@media screen and (max-width: 900px) {
.chart-wrapper[data-v-473af748] {
    border-right: none;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
}
@charset "UTF-8";
.analysis-card[data-v-0b58cfe3] {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin-bottom: 20px;
}
.analysis-card .content-container[data-v-0b58cfe3] {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 15px;
}
.analysis-card .chart-wrapper[data-v-0b58cfe3] {
  flex: 1;
  min-width: 300px;
  height: 350px;
  position: relative;
}
.analysis-card .chart-wrapper .no-data-overlay[data-v-0b58cfe3] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #909399;
  font-size: 14px;
}
.analysis-card .table-wrapper[data-v-0b58cfe3] {
  flex: 1;
  min-width: 300px;
}

/* 表格样式增强 */
[data-v-0b58cfe3] .custom-table {
  width: 100%;
  border-radius: 4px;
}
[data-v-0b58cfe3] .custom-table th.table-header {
  background-color: #f5f7fa !important;
  color: #606266;
  font-weight: 600;
}
[data-v-0b58cfe3] .custom-table .highlight-num {
  font-family: Arial, sans-serif;
  color: #333;
}
@media screen and (max-width: 900px) {
.chart-wrapper[data-v-0b58cfe3] {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
}

.flex_card .small_template[data-v-3bcd1cac] {
	height: 324px;
}

.high-frequency-stock-analysis[data-v-b2621994] {
  padding: 10px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.high-frequency-stock-analysis .analysis-card[data-v-b2621994] {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  padding: 20px;
  margin-bottom: 24px;
  border: 1px solid #f0f0f0;
}
.high-frequency-stock-analysis .analysis-card[data-v-b2621994]:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.high-frequency-stock-analysis .text-up[data-v-b2621994] {
  color: #d14a61;
  font-weight: 500;
  font-family: "Arial";
}
.high-frequency-stock-analysis .text-down[data-v-b2621994] {
  color: #13ce66;
  font-weight: 500;
  font-family: "Arial";
}
.high-frequency-stock-analysis .text-flat[data-v-b2621994] {
  color: #909399;
}
.high-frequency-stock-analysis .card-header[data-v-b2621994] {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 12px;
}
.high-frequency-stock-analysis .card-header .header-left[data-v-b2621994] {
  display: flex;
  align-items: center;
}
.high-frequency-stock-analysis .card-header .title-decorator[data-v-b2621994] {
  display: inline-block;
  width: 4px;
  height: 18px;
  background: #409eff;
  margin-right: 10px;
  border-radius: 2px;
}
.high-frequency-stock-analysis .card-header .header-title[data-v-b2621994] {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.5px;
}
.high-frequency-stock-analysis[data-v-b2621994] .el-radio-button__inner {
  padding: 7px 15px;
  font-size: 12px;
  border-radius: 4px;
}
.high-frequency-stock-analysis .chart-container[data-v-b2621994] {
  width: 100%;
  height: 380px;
}
.high-frequency-stock-analysis .chart-container .chart-canvas[data-v-b2621994] {
  width: 100%;
  height: 100%;
}
.long-term-container[data-v-8f1e6ed2] {
  padding-bottom: 20px;
}
.long-term-container .analysis-card[data-v-8f1e6ed2] {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #ebeef5;
}
.long-term-container .card-header[data-v-8f1e6ed2] {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 10px;
}
.long-term-container .card-header .header-left[data-v-8f1e6ed2] {
  display: flex;
  align-items: center;
}
.long-term-container .card-header .title-decorator[data-v-8f1e6ed2] {
  display: inline-block;
  width: 4px;
  height: 16px;
  background: #409eff;
  margin-right: 8px;
  border-radius: 2px;
}
.long-term-container .card-header .header-title[data-v-8f1e6ed2] {
  font-size: 16px;
  font-weight: 600;
  color: #303133;
}
.long-term-container .chart-wrapper[data-v-8f1e6ed2] {
  display: flex;
  gap: 20px;
}
.long-term-container .chart-wrapper .chart-card[data-v-8f1e6ed2] {
  flex: 1;
  min-width: 0;
}
.long-term-container .chart-wrapper .chart-box[data-v-8f1e6ed2] {
  height: 300px;
  width: 100%;
}
.long-term-container .chart-wrapper .chart-box .chart-canvas[data-v-8f1e6ed2] {
  width: 100%;
  height: 100%;
}
.long-term-container .text-red[data-v-8f1e6ed2] {
  color: #f56c6c;
}
.long-term-container .text-green[data-v-8f1e6ed2] {
  color: #67c23a;
}
.top-ten-attacks-container[data-v-5ef361aa] {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin-bottom: 20px;
}
.metrics-row[data-v-5ef361aa] {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.metrics-row .metric-card[data-v-5ef361aa] {
  flex: 1;
  background: #f7f9fc;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  border: 1px solid #ebedf0;
}
.metrics-row .metric-card .metric-label[data-v-5ef361aa] {
  font-size: 12px;
  color: #909399;
  margin-bottom: 8px;
}
.metrics-row .metric-card .metric-value[data-v-5ef361aa] {
  font-size: 18px;
  font-weight: bold;
  font-family: Arial, sans-serif;
}
.text-red[data-v-5ef361aa] {
  color: #f56c6c;
}
.text-green[data-v-5ef361aa] {
  color: #67c23a;
}
.text-blue[data-v-5ef361aa] {
  color: #409EFF;
}
.chart-box[data-v-5ef361aa] {
  width: 100%;
  height: 400px;
}
.chart-box .chart-canvas[data-v-5ef361aa] {
  width: 100%;
  height: 100%;
}
.six_buying_sell[data-v-dbe96b1a] {
  border-radius: 4px;
  border-bottom: 2px solid #e9e9e9;
  background: #fff;
}
.six_buying_sell .menu_item[data-v-dbe96b1a] {
  border-bottom: 2px solid transparent;
  transition: all 0.5s;
}
.six_buying_sell .menu_item[data-v-dbe96b1a]:hover {
  cursor: pointer;
  color: #409EFF;
}
.six_item[data-v-dbe96b1a] {
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  background: #fff;
}
.six_item .six_item_title[data-v-dbe96b1a] {
  border-bottom: 1px solid #e9e9e9;
  color: rgba(0, 0, 0, 0.85);
  font-family: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.stock-valuation-container[data-v-96713904] {
  padding-bottom: 20px;
}
.stock-valuation-container .analysis-card[data-v-96713904] {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #ebeef5;
}
.stock-valuation-container .custom-select[data-v-96713904] {
  width: 140px;
}
.stock-valuation-container .card-header[data-v-96713904] {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 10px;
}
.stock-valuation-container .card-header .header-left[data-v-96713904] {
  display: flex;
  align-items: center;
}
.stock-valuation-container .card-header .title-decorator[data-v-96713904] {
  display: inline-block;
  width: 4px;
  height: 16px;
  background: #409eff;
  margin-right: 8px;
  border-radius: 2px;
}
.stock-valuation-container .card-header .header-title[data-v-96713904] {
  font-size: 16px;
  font-weight: 600;
  color: #303133;
}
.stock-valuation-container .chart-wrapper[data-v-96713904] {
  display: flex;
  gap: 20px;
}
.stock-valuation-container .chart-wrapper .chart-card[data-v-96713904] {
  flex: 1;
  min-width: 0;
}
.stock-valuation-container .chart-wrapper .chart-box[data-v-96713904] {
  height: 320px;
  width: 100%;
}
.stock-valuation-container .chart-wrapper .chart-box .chart-canvas[data-v-96713904] {
  width: 100%;
  height: 100%;
}

div .six_buy_sell_chart[data-v-3630b663] {
	width: 300px;
	height: 200px;
}
.charts_three_class[data-v-3630b663] {
	width: 100%;
	/* flex:1;
	min-width:752px !important; */
	/* height: 200px; */
	position: relative;
	page-break-inside: avoid;
}
.flex_card .small_template[data-v-3630b663] {
	position: relative;
	height: 324px;
	overflow-x: hidden;
}

.brinsonAttribution[data-v-7e310a96].el-table__body .el-table__row .el-table__cell .cell {
  padding: 0;
}
.brinsonAttribution[data-v-7e310a96].el-table__body .el-table__row .el-table__cell .cell > div {
  height: 46px;
  line-height: 46px;
}
.pbroe-container[data-v-45435516] {
  background: #fff;
}
.pbroe-container .dashboard-content[data-v-45435516] {
  padding: 0 20px 20px;
}
.pbroe-container .dashboard-content .cards-wrapper[data-v-45435516] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}
.pbroe-container .dashboard-content .cards-wrapper .stat-card[data-v-45435516] {
  position: relative;
  padding: 16px;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s;
  border: 1px solid transparent;
}
.pbroe-container .dashboard-content .cards-wrapper .stat-card[data-v-45435516]:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.pbroe-container .dashboard-content .cards-wrapper .stat-card .card-header[data-v-45435516] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.pbroe-container .dashboard-content .cards-wrapper .stat-card .card-header .card-title[data-v-45435516] {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pbroe-container .dashboard-content .cards-wrapper .stat-card .card-header i[data-v-45435516] {
  font-size: 16px;
  font-weight: bold;
}
.pbroe-container .dashboard-content .cards-wrapper .stat-card .card-body .main-value[data-v-45435516] {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
.pbroe-container .dashboard-content .cards-wrapper .stat-card .card-body .sub-label[data-v-45435516] {
  font-size: 12px;
  margin-top: 4px;
  opacity: 0.8;
}
.pbroe-container .dashboard-content .cards-wrapper .stat-card .card-bg-decoration[data-v-45435516] {
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  opacity: 0.1;
  background: currentColor;
}
.pbroe-container .dashboard-content .cards-wrapper .stat-card.card-positive[data-v-45435516] {
  background: #fff0f0;
  border-color: #ffdada;
  color: #f56c6c;
}
.pbroe-container .dashboard-content .cards-wrapper .stat-card.card-positive .main-value[data-v-45435516] {
  color: #f56c6c;
}
.pbroe-container .dashboard-content .cards-wrapper .stat-card.card-negative[data-v-45435516] {
  background: #f0f9eb;
  border-color: #e1f3d8;
  color: #67c23a;
}
.pbroe-container .dashboard-content .cards-wrapper .stat-card.card-negative .main-value[data-v-45435516] {
  color: #67c23a;
}
.pbroe-container .dashboard-content .cards-wrapper .stat-card.card-neutral[data-v-45435516] {
  background: #f4f4f5;
  border-color: #e9e9eb;
  color: #909399;
}
.pbroe-container .dashboard-content .cards-wrapper .stat-card.card-neutral .main-value[data-v-45435516] {
  color: #606266;
}
.pbroe-container .dashboard-content .main-split-layout[data-v-45435516] {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.pbroe-container .dashboard-content .main-split-layout .chart-section[data-v-45435516], .pbroe-container .dashboard-content .main-split-layout .table-section[data-v-45435516] {
  background: #fff;
  border: 1px solid #ebeef5;
  border-radius: 8px;
  padding: 16px;
}
.pbroe-container .dashboard-content .main-split-layout .chart-section .section-title[data-v-45435516], .pbroe-container .dashboard-content .main-split-layout .table-section .section-title[data-v-45435516] {
  font-size: 15px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 16px;
  padding-left: 10px;
  border-left: 4px solid #6f80dd;
  white-space: nowrap;
}
.pbroe-container .dashboard-content .main-split-layout .chart-section[data-v-45435516] {
  flex: 0 0 45%;
  min-width: 400px;
  width: 400px;
}
.pbroe-container .dashboard-content .main-split-layout .chart-section .chart-box[data-v-45435516] {
  width: 100%;
  height: 350px;
}
.pbroe-container .dashboard-content .main-split-layout .table-section[data-v-45435516] {
  flex: 1;
  min-width: 400px;
  overflow: hidden;
}
.pbroe-container .dashboard-content .desc-section[data-v-45435516] {
  background: #f1f5ff;
  border: 1px solid #f1f5ff;
  border-radius: 6px;
  padding: 12px 16px;
}
.pbroe-container .dashboard-content .desc-section .desc-title[data-v-45435516] {
  font-size: 14px;
  font-weight: bold;
  color: #e6a23c;
  margin-bottom: 8px;
}
.pbroe-container .dashboard-content .desc-section .desc-title i[data-v-45435516] {
  margin-right: 4px;
}
.pbroe-container .dashboard-content .desc-section .desc-content[data-v-45435516] {
  font-size: 13px;
  color: #606266;
  line-height: 1.6;
}
.pbroe-container .dashboard-content .desc-section .desc-content .highlight[data-v-45435516] {
  color: #e6a23c;
  font-weight: bold;
}
.pbroe-container .dashboard-content .type-tag[data-v-45435516] {
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
}
.pbroe-container .dashboard-content .type-tag.tag-red[data-v-45435516] {
  background: #fef0f0;
  color: #f56c6c;
  border: 1px solid #fde2e2;
}
.pbroe-container .dashboard-content .type-tag.tag-green[data-v-45435516] {
  background: #f0f9eb;
  color: #67c23a;
  border: 1px solid #e1f3d8;
}
.pbroe-container .dashboard-content .type-tag.tag-blue[data-v-45435516] {
  background: #ecf5ff;
  color: #409eff;
  border: 1px solid #d9ecff;
}
.pbroe-container .dashboard-content .value-text[data-v-45435516] {
  font-weight: bold;
  color: #333;
}
.adjustment-container[data-v-23c95dae] {
  background: #fff;
}
.adjustment-container .dashboard-content[data-v-23c95dae] {
  padding: 0 20px 20px;
}
.adjustment-container .dashboard-content .indicator-cards[data-v-23c95dae] {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
}
.adjustment-container .dashboard-content .indicator-cards .card-item[data-v-23c95dae] {
  flex: 1;
  background: #fff;
  border: 1px solid #ebeef5;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.03);
  display: flex;
  align-items: center;
}
.adjustment-container .dashboard-content .indicator-cards .card-item .card-icon[data-v-23c95dae] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  margin-right: 16px;
}
.adjustment-container .dashboard-content .indicator-cards .card-item .card-icon.blue[data-v-23c95dae] {
  background: linear-gradient(135deg, #409eff, #79bbff);
}
.adjustment-container .dashboard-content .indicator-cards .card-item .card-icon.orange[data-v-23c95dae] {
  background: linear-gradient(135deg, #e6a23c, #f3d19e);
}
.adjustment-container .dashboard-content .indicator-cards .card-item .card-info .label[data-v-23c95dae] {
  font-size: 13px;
  color: #909399;
  margin-bottom: 4px;
}
.adjustment-container .dashboard-content .indicator-cards .card-item .card-info .value[data-v-23c95dae] {
  font-size: 24px;
  font-weight: bold;
  color: #303133;
}
.adjustment-container .dashboard-content .indicator-cards .card-item .card-info .sub-text[data-v-23c95dae] {
  font-size: 12px;
  color: #c0c4cc;
  margin-top: 2px;
}
.adjustment-container .dashboard-content .indicator-cards .card-item .card-info .text-red[data-v-23c95dae] {
  color: #f56c6c;
}
.adjustment-container .dashboard-content .indicator-cards .card-item .card-info .text-green[data-v-23c95dae] {
  color: #67c23a;
}
.adjustment-container .dashboard-content .indicator-cards .card-item .card-info .warning-color[data-v-23c95dae] {
  color: #e6a23c;
}
.adjustment-container .dashboard-content .indicator-cards .card-item.desc-card[data-v-23c95dae] {
  flex: 2;
  background: #fdfdfd;
  display: block;
}
.adjustment-container .dashboard-content .indicator-cards .card-item.desc-card .card-label[data-v-23c95dae] {
  font-size: 13px;
  color: #909399;
  margin-bottom: 8px;
}
.adjustment-container .dashboard-content .indicator-cards .card-item.desc-card .card-label i[data-v-23c95dae] {
  color: #409EFF;
  margin-right: 4px;
}
.adjustment-container .dashboard-content .indicator-cards .card-item.desc-card .card-text[data-v-23c95dae] {
  font-size: 13px;
  color: #606266;
  line-height: 1.6;
}
.adjustment-container .dashboard-content .indicator-cards .card-item.desc-card .card-text b[data-v-23c95dae] {
  color: #303133;
}
.adjustment-container .dashboard-content .chart-wrapper[data-v-23c95dae] {
  border: 1px solid #ebeef5;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 24px;
}
.adjustment-container .dashboard-content .chart-wrapper .chart-header[data-v-23c95dae] {
  margin-bottom: 15px;
}
.adjustment-container .dashboard-content .chart-wrapper .chart-header .chart-title[data-v-23c95dae] {
  font-size: 15px;
  font-weight: bold;
  color: #303133;
  padding-left: 10px;
  border-left: 4px solid #409EFF;
}
.adjustment-container .dashboard-content .table-wrapper .table-title[data-v-23c95dae] {
  font-size: 14px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 12px;
}
.adjustment-container .dashboard-content .table-wrapper .text-red[data-v-23c95dae] {
  color: #f56c6c;
  font-weight: bold;
}
.adjustment-container .dashboard-content .table-wrapper .text-green[data-v-23c95dae] {
  color: #67c23a;
  font-weight: bold;
}
.adjustment-container .dashboard-content .table-wrapper .text-gray[data-v-23c95dae] {
  color: #606266;
}
.attribution-container[data-v-fdd6c006] {
  background: #fff;
}
.attribution-container .dashboard-content[data-v-fdd6c006] {
  padding: 0 20px 20px;
}
.attribution-container .dashboard-content .summary-cards[data-v-fdd6c006] {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  height: 180px;
}
.attribution-container .dashboard-content .summary-cards .card-item[data-v-fdd6c006] {
  background: #fff;
  border: 1px solid #ebeef5;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.03);
}
.attribution-container .dashboard-content .summary-cards .main-ability[data-v-fdd6c006] {
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(135deg, #fff, #f0f9ff);
}
.attribution-container .dashboard-content .summary-cards .main-ability .card-title[data-v-fdd6c006] {
  font-size: 14px;
  color: #909399;
  margin-bottom: 10px;
}
.attribution-container .dashboard-content .summary-cards .main-ability .card-value[data-v-fdd6c006] {
  font-size: 24px;
  font-weight: bold;
  color: #409EFF;
  margin-bottom: 5px;
}
.attribution-container .dashboard-content .summary-cards .main-ability .card-desc[data-v-fdd6c006] {
  font-size: 12px;
  color: #606266;
}
.attribution-container .dashboard-content .summary-cards .ability-chart-box[data-v-fdd6c006] {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.attribution-container .dashboard-content .summary-cards .ability-chart-box .chart-title[data-v-fdd6c006] {
  font-size: 13px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
  text-align: center;
}
.attribution-container .dashboard-content .summary-cards .ability-chart-box .radar-chart[data-v-fdd6c006] {
  width: 100%;
  flex: 1;
}
.attribution-container .dashboard-content .summary-cards .desc-box[data-v-fdd6c006] {
  flex: 1.5;
  background: #fdfdfd;
  overflow-y: auto;
}
.attribution-container .dashboard-content .summary-cards .desc-box .card-title[data-v-fdd6c006] {
  font-size: 13px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 8px;
}
.attribution-container .dashboard-content .summary-cards .desc-box .card-title i[data-v-fdd6c006] {
  color: #409EFF;
}
.attribution-container .dashboard-content .summary-cards .desc-box .desc-text[data-v-fdd6c006] {
  font-size: 12px;
  color: #606266;
  line-height: 1.8;
}
.attribution-container .dashboard-content .chart-wrapper[data-v-fdd6c006] {
  border: 1px solid #ebeef5;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 24px;
}
.attribution-container .dashboard-content .chart-wrapper .chart-title[data-v-fdd6c006] {
  font-size: 15px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 4px solid #409EFF;
}
.attribution-container .dashboard-content .chart-wrapper .stack-bar-chart[data-v-fdd6c006] {
  width: 100%;
  height: 350px;
}
.attribution-container .dashboard-content .table-wrapper .table-title[data-v-fdd6c006] {
  font-size: 14px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 12px;
}
.attribution-container .dashboard-content .table-wrapper .rank-text[data-v-fdd6c006] {
  font-size: 12px;
  color: #909399;
  margin-top: 2px;
  display: block;
}
.charts_fill_class[data-v-a9af9080] {
  min-height: 400px;
}
.charts_fill_class .charts_one_class[data-v-a9af9080] {
  height: 400px;
  min-height: 400px;
}

div .six_buy_sell_chart[data-v-476b4090] {
	width: 300px;
	height: 200px;
}
.charts_three_class[data-v-476b4090] {
	width: 100%;
	/* flex:1;
	min-width:752px !important; */
	/* height: 200px; */
	position: relative;
	page-break-inside: avoid;
}
.flex_card .small_template[data-v-476b4090] {
	position: relative;
	height: 324px;
	overflow-x: hidden;
}

.bond-position-container[data-v-bf1b5dda] {
  padding-bottom: 20px;
}
.bond-position-container .analysis-card[data-v-bf1b5dda] {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #ebeef5;
}
.bond-position-container .header-filter[data-v-bf1b5dda] {
  display: flex;
  align-items: center;
}
.bond-position-container .header-filter .filter-label[data-v-bf1b5dda] {
  margin-right: 8px;
  font-size: 14px;
  color: #606266;
}
.bond-position-container .header-filter .custom-select[data-v-bf1b5dda] {
  width: 140px;
}
.bond-position-container .card-header[data-v-bf1b5dda] {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 10px;
}
.bond-position-container .card-header .header-left[data-v-bf1b5dda] {
  display: flex;
  align-items: center;
}
.bond-position-container .card-header .title-decorator[data-v-bf1b5dda] {
  display: inline-block;
  width: 4px;
  height: 16px;
  background: #409eff;
  margin-right: 8px;
  border-radius: 2px;
}
.bond-position-container .card-header .header-title[data-v-bf1b5dda] {
  font-size: 16px;
  font-weight: 600;
  color: #303133;
}
.bond-position-container .chart-wrapper[data-v-bf1b5dda] {
  display: flex;
  gap: 20px;
}
.bond-position-container .chart-wrapper .chart-card[data-v-bf1b5dda] {
  flex: 1;
  min-width: 0;
}
.bond-position-container .chart-wrapper .chart-box[data-v-bf1b5dda] {
  height: 300px;
  width: 100%;
}
.bond-position-container .chart-wrapper .chart-box .chart-canvas[data-v-bf1b5dda] {
  width: 100%;
  height: 100%;
}
.bond-position-container .text-primary[data-v-bf1b5dda] {
  color: #409eff;
}
.bond-position-container .font-bold[data-v-bf1b5dda] {
  font-weight: 600;
}
.duration-analysis-container[data-v-0b6b5dff] {
  padding-bottom: 20px;
}
.metrics-row[data-v-0b6b5dff] {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.metrics-row .metric-card[data-v-0b6b5dff] {
  flex: 1;
  background: #fff;
  border: 1px solid #ebeef5;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.metrics-row .metric-card .label[data-v-0b6b5dff] {
  font-size: 13px;
  color: #909399;
  margin-bottom: 8px;
}
.metrics-row .metric-card .value[data-v-0b6b5dff] {
  font-size: 22px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  color: #303133;
}
.metrics-row .metric-card .value.text-primary[data-v-0b6b5dff] {
  color: #409eff;
}
.metrics-row .metric-card .value.text-dark[data-v-0b6b5dff] {
  color: #303133;
}
.metrics-row .metric-card .sub-text[data-v-0b6b5dff] {
  font-size: 12px;
  color: #c0c4cc;
  margin-top: 4px;
}
.charts-wrapper[data-v-0b6b5dff] {
  display: flex;
  gap: 20px;
}
.charts-wrapper .chart-card[data-v-0b6b5dff] {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #ebeef5;
  padding: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.charts-wrapper .chart-card.main-chart[data-v-0b6b5dff] {
  flex: 2;
  height: 400px;
}
.charts-wrapper .chart-card.sub-chart[data-v-0b6b5dff] {
  flex: 1;
  height: 400px;
}
.charts-wrapper .chart-card .card-header[data-v-0b6b5dff] {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.charts-wrapper .chart-card .card-header .decorator[data-v-0b6b5dff] {
  width: 4px;
  height: 14px;
  background: #409eff;
  border-radius: 2px;
  margin-right: 8px;
}
.charts-wrapper .chart-card .card-header .title[data-v-0b6b5dff] {
  font-weight: 600;
  color: #303133;
  font-size: 15px;
}
.charts-wrapper .chart-card .chart-canvas[data-v-0b6b5dff] {
  width: 100%;
  height: calc(100% - 30px);
}
.credit-mining-container[data-v-4a96185c] {
  padding-bottom: 20px;
}
.metrics-row[data-v-4a96185c] {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.metrics-row .metric-card[data-v-4a96185c] {
  flex: 1;
  background: #fff;
  border: 1px solid #ebeef5;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.metrics-row .metric-card .label[data-v-4a96185c] {
  font-size: 13px;
  color: #909399;
  margin-bottom: 8px;
}
.metrics-row .metric-card .value[data-v-4a96185c] {
  font-size: 20px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  color: #303133;
}
.metrics-row .metric-card .value.text-primary[data-v-4a96185c] {
  color: #409eff;
}
.metrics-row .metric-card .value.text-warning[data-v-4a96185c] {
  color: #faad14;
}
.metrics-row .metric-card .sub-text[data-v-4a96185c] {
  font-size: 12px;
  color: #c0c4cc;
  margin-top: 4px;
}
.charts-wrapper[data-v-4a96185c] {
  display: flex;
  gap: 20px;
}
.charts-wrapper .chart-card[data-v-4a96185c] {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #ebeef5;
  padding: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.charts-wrapper .chart-card.main-chart[data-v-4a96185c] {
  flex: 2;
  height: 400px;
}
.charts-wrapper .chart-card.sub-chart[data-v-4a96185c] {
  flex: 1;
  height: 400px;
}
.charts-wrapper .chart-card .card-header[data-v-4a96185c] {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.charts-wrapper .chart-card .card-header .decorator[data-v-4a96185c] {
  width: 4px;
  height: 14px;
  background: #409eff;
  border-radius: 2px;
  margin-right: 8px;
}
.charts-wrapper .chart-card .card-header .title[data-v-4a96185c] {
  font-weight: 600;
  color: #303133;
  font-size: 15px;
}
.charts-wrapper .chart-card .chart-canvas[data-v-4a96185c] {
  width: 100%;
  height: calc(100% - 30px);
}
.credit-rating-container[data-v-11a1b1f0] {
  margin: 8px !important;
}
.credit-rating-container .analysis-card[data-v-11a1b1f0] {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #ebeef5;
}
.credit-rating-container .card-header[data-v-11a1b1f0] {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 10px;
}
.credit-rating-container .card-header .title-decorator[data-v-11a1b1f0] {
  display: inline-block;
  width: 4px;
  height: 16px;
  background: #409eff;
  margin-right: 8px;
  border-radius: 2px;
}
.credit-rating-container .card-header .header-title[data-v-11a1b1f0] {
  font-size: 16px;
  font-weight: 600;
  color: #303133;
}
.credit-rating-container .chart-box[data-v-11a1b1f0] {
  width: 100%;
  height: 350px;
}
.credit-rating-container .chart-box .chart-canvas[data-v-11a1b1f0] {
  width: 100%;
  height: 100%;
}
.credit-rating-container .font-bold[data-v-11a1b1f0] {
  font-weight: 600;
  color: #303133;
}
.credit-rating-container .percent-bar-wrapper[data-v-11a1b1f0] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  line-height: 1.2;
}
.credit-rating-container .percent-bar-wrapper .el-progress[data-v-11a1b1f0] {
  width: 100px;
  margin-top: 4px;
}

/* 简单的样式微调，如果项目没有scoped可以去掉 */
.el-table th[data-v-80332b8c] {
	font-weight: bold;
}


.charts_fill_class[data-v-1a7d96de] {
	width: 100%;
}


.control-bar[data-v-b1efa6e0] {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 16px;
	background: #f4f4f5;
	padding: 10px;
	border-radius: 4px;
}
.date-selector .label[data-v-b1efa6e0] {
	font-size: 14px;
	color: #606266;
	margin-right: 8px;
}
.chart-description[data-v-b1efa6e0] {
	font-size: 13px;
	color: #606266;
}
.charts_fill_class[data-v-b1efa6e0] {
	width: 100%;
}

@charset "UTF-8";
.analysis-card[data-v-22b30e64] {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin-bottom: 20px;
}
.analysis-card .header-controls[data-v-22b30e64] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.analysis-card .benchmark-select[data-v-22b30e64] {
  display: flex;
  align-items: center;
}
.analysis-card .benchmark-select .label-text[data-v-22b30e64] {
  font-size: 14px;
  color: #606266;
  margin-right: 8px;
}
.analysis-card .content-body[data-v-22b30e64] {
  margin-top: 20px;
}
.analysis-card .chart-wrapper[data-v-22b30e64] {
  margin-bottom: 30px;
  border-bottom: 1px solid #EBEEF5;
  padding-bottom: 20px;
}
.analysis-card .table-wrapper .table-title[data-v-22b30e64] {
  font-size: 15px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 12px;
  padding-left: 10px;
}
.analysis-card .table-wrapper .text-red[data-v-22b30e64] {
  color: #F56C6C;
  font-weight: 600;
}
.analysis-card .table-wrapper .text-green[data-v-22b30e64] {
  color: #67C23A;
  font-weight: 600;
}
.analysis-card .empty-container[data-v-22b30e64] {
  padding: 40px 0;
}

/* 响应式调整 */
@media screen and (max-width: 768px) {
.header-controls[data-v-22b30e64] {
    flex-direction: column;
    align-items: flex-start;
}
.header-controls .el-date-editor[data-v-22b30e64], .header-controls .el-select[data-v-22b30e64] {
    width: 100% !important;
}
}

.flex_card .small_template[data-v-6fde3814] {
	height: 324px;
}


.wavePatternss {
	width: 60vw;
	height: 20vh;
}

.managerDetailPage[data-v-77d0925c] {
  width: 98%;
  padding: 10px;
}
.row[data-v-77d0925c] {
  margin: -10px;
  display: flex;
}
.left[data-v-77d0925c] {
  width: 155px;
  flex: 0 0 auto;
  margin-right: 10px;
}
.right[data-v-77d0925c] {
  position: relative;
  flex: 1 1 100px;
}
.comment-section {
  padding: 5px 15px 0 15px;
}
.comment {
  background: linear-gradient(90deg, #3b64f2, #1b8eff);
  color: white;
  font-size: 12px;
  padding: 12px 24px;
}
.comment.center {
  text-align: center;
}
.section {
  padding: 15px 15px 0 15px;
}
.double-table {
  display: flex;
  flex-basis: 10px;
  justify-content: space-between;
}
.double-table .single-table {
  flex: 1;
}
.double-table .cell {
  font-size: 14px !important;
  font-weight: 400 !important;
  text-align: center !important;
  padding: 0 !important;
}
.double-table th {
  padding: 5px 0 !important;
}
.split-cell {
  display: flex;
  align-items: center;
  justify-content: center;
}
.split-cell div {
  width: 40px;
}
.title[data-v-77d0925c] {
  background: #f3f4f8;
  font-weight: 600;
  padding: 5px 15px;
}
.sub-title[data-v-77d0925c] {
  font-size: 14px;
  font-weight: 600;
  border-left: 2px solid dodgerblue;
  margin-bottom: 6px;
  padding-left: 3px;
  line-height: 22px;
  height: 22px;
  flex: 1 1 auto;
}
.title-change-fund[data-v-77d0925c] {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.title-change-fund label[data-v-77d0925c] {
  font-size: 14px;
  margin-right: 10px;
}
.backbut[data-v-77d0925c] {
  position: absolute;
  right: 5px;
  bottom: 10px;
  top: 10px;
  margin: auto;
}

.wavePatternss {
	width: 60vw;
	height: 20vh;
}

.managerDetailPage[data-v-d0850d06] {
  width: 98%;
  padding: 10px;
}
.row[data-v-d0850d06] {
  margin: -10px;
  display: flex;
}
.left[data-v-d0850d06] {
  width: 155px;
  flex: 0 0 auto;
  margin-right: 10px;
}
.right[data-v-d0850d06] {
  position: relative;
  flex: 1 1 100px;
}
.comment-section {
  padding: 5px 15px 0 15px;
}
.comment {
  background: linear-gradient(90deg, #3b64f2, #1b8eff);
  color: white;
  font-size: 12px;
  padding: 12px 24px;
}
.comment.center {
  text-align: center;
}
.section {
  padding: 15px 15px 0 15px;
}
.double-table {
  display: flex;
  flex-basis: 10px;
  justify-content: space-between;
}
.double-table .single-table {
  flex: 1;
}
.double-table .cell {
  font-size: 14px !important;
  font-weight: 400 !important;
  text-align: center !important;
  padding: 0 !important;
}
.double-table th {
  padding: 5px 0 !important;
}
.split-cell {
  display: flex;
  align-items: center;
  justify-content: center;
}
.split-cell div {
  width: 40px;
}
.title[data-v-d0850d06] {
  background: #f3f4f8;
  font-weight: 600;
  padding: 5px 15px;
}
.sub-title[data-v-d0850d06] {
  font-size: 14px;
  font-weight: 600;
  border-left: 2px solid dodgerblue;
  margin-bottom: 6px;
  padding-left: 3px;
  line-height: 22px;
  height: 22px;
  flex: 1 1 auto;
}
.title-change-fund[data-v-d0850d06] {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.title-change-fund label[data-v-d0850d06] {
  font-size: 14px;
  margin-right: 10px;
}
.backbut[data-v-d0850d06] {
  position: absolute;
  right: 5px;
  bottom: 10px;
  top: 10px;
  margin: auto;
}

.wavePatternss {
	width: 60vw;
	height: 20vh;
}

.managerDetailPage[data-v-46c2bf4a] {
  width: 98%;
  padding: 10px;
}
.row[data-v-46c2bf4a] {
  margin: -10px;
  display: flex;
}
.left[data-v-46c2bf4a] {
  width: 155px;
  flex: 0 0 auto;
  margin-right: 10px;
}
.right[data-v-46c2bf4a] {
  position: relative;
  flex: 1 1 100px;
}
.comment-section {
  padding: 5px 15px 0 15px;
}
.comment {
  background: linear-gradient(90deg, #3b64f2, #1b8eff);
  color: white;
  font-size: 12px;
  padding: 12px 24px;
}
.comment.center {
  text-align: center;
}
.section {
  padding: 15px 15px 0 15px;
}
.double-table {
  display: flex;
  flex-basis: 10px;
  justify-content: space-between;
}
.double-table .single-table {
  flex: 1;
}
.double-table .cell {
  font-size: 14px !important;
  font-weight: 400 !important;
  text-align: center !important;
  padding: 0 !important;
}
.double-table th {
  padding: 5px 0 !important;
}
.split-cell {
  display: flex;
  align-items: center;
  justify-content: center;
}
.split-cell div {
  width: 40px;
}
.title[data-v-46c2bf4a] {
  background: #f3f4f8;
  font-weight: 600;
  padding: 5px 15px;
}
.sub-title[data-v-46c2bf4a] {
  font-size: 14px;
  font-weight: 600;
  border-left: 2px solid dodgerblue;
  margin-bottom: 6px;
  padding-left: 3px;
  line-height: 22px;
  height: 22px;
  flex: 1 1 auto;
}
.title-change-fund[data-v-46c2bf4a] {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.title-change-fund label[data-v-46c2bf4a] {
  font-size: 14px;
  margin-right: 10px;
}
.backbut[data-v-46c2bf4a] {
  position: absolute;
  right: 5px;
  bottom: 10px;
  top: 10px;
  margin: auto;
}

svg[data-v-06182ae7] {
  width: 20px;
  height: 20px;
}


svg[data-v-bafdc97c] {
  width: 20px;
  height: 20px;
  fill: currentColor;
}


svg[data-v-4fcc701d] {
  width: 20px;
  height: 20px;
  fill: currentColor;
}


svg[data-v-358dab08] {
  width: 20px;
  height: 20px;
  fill: currentColor;
}


svg[data-v-e054430c] {
  width: 20px;
  height: 20px;
  fill: currentColor;
}


svg[data-v-08f2da14] {
  width: 20px;
  height: 20px;
  fill: currentColor;
}


svg[data-v-7b41fd50] {
  width: 20px;
  height: 20px;
  fill: currentColor;
}


svg[data-v-0528673c] {
  width: 20px;
  height: 20px;
  fill: currentColor;
}


svg[data-v-02e83292] {
  width: 20px;
  height: 20px;
  fill: currentColor;
}


svg[data-v-4e2ea876] {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

@charset "UTF-8";
.fund-page-layout[data-v-bce842e8] {
  display: flex;
  height: calc(100vh - 56px);
  position: relative;
}
.sidebar-menu[data-v-bce842e8] {
  width: 200px;
  min-width: 200px;
  background: #fff;
  border-right: 1px solid #e6e6e6;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 56px; /* 顶部导航栏高度 */
  left: 0;
  bottom: 0;
  z-index: 10;
  overflow-y: auto;
  transition: all 0.3s ease;
}
.sidebar-menu.sidebar-collapsed[data-v-bce842e8] {
  width: 64px;
  min-width: 64px;
}
.sidebar-menu .type_menu[data-v-bce842e8] {
  flex: 1;
  border-right: none;
}
.sidebar-menu .type_menu[data-v-bce842e8].el-menu-item {
  padding: 0 16px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}
.sidebar-menu .type_menu[data-v-bce842e8].el-menu-item.is-active {
  color: #409EFF;
  background-color: #ecf5ff;
  border-left: 3px solid #409EFF;
}
.sidebar-menu .type_menu[data-v-bce842e8].el-menu-item:hover {
  background-color: #f5f7fa;
}
.sidebar-menu .type_menu .menu-icon[data-v-bce842e8] {
  margin-right: 5px;
  font-size: 18px;
}
.sidebar-menu .type_menu .menu-icon-svg[data-v-bce842e8] {
  margin-right: 8px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  line-height: 1;
}
.sidebar-menu .type_menu .menu-icon-svg svg[data-v-bce842e8] {
  width: 20px;
  height: 20px;
  fill: currentColor;
  vertical-align: middle;
}
.sidebar-menu .type_menu[data-v-bce842e8].el-menu--collapse .menu-icon-svg {
  margin-right: 0;
  margin-left: 4px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sidebar-menu .type_menu[data-v-bce842e8].el-menu--collapse .menu-icon-svg svg {
  width: 24px;
  height: 24px;
}
.sidebar-menu .type_menu .el-menu-item:hover .menu-icon-svg svg[data-v-bce842e8],
.sidebar-menu .type_menu .el-menu-item.is-active .menu-icon-svg svg[data-v-bce842e8] {
  fill: #409EFF;
}
.sidebar-menu .print-btn-container[data-v-bce842e8] {
  padding: 16px 0;
  display: flex;
  justify-content: center;
}
.sidebar-menu .print-btn[data-v-bce842e8] {
  width: calc(100% - 32px);
  margin: 0 16px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.right-content[data-v-bce842e8] {
  flex: 1;
  margin-left: 200px; /* 与侧边栏宽度相同，确保内容不会被侧边栏覆盖 */
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.header-container[data-v-bce842e8] {
  padding: 16px;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}
.main-content[data-v-bce842e8] {
  flex: 1;
  margin-top: -50px;
  margin-left: 200px;
  padding: 16px;
  background: #fff;
  overflow: auto;
  transition: margin-left 0.3s ease;
}
.sidebar-collapsed ~ .main-content[data-v-bce842e8] {
  margin-left: 64px;
}

/* 响应式样式 */
@media screen and (max-width: 768px) {
.fund-page-layout[data-v-bce842e8] {
    flex-direction: column;
    height: auto;
}
.sidebar-menu[data-v-bce842e8] {
    margin-top: 50px;
    position: static;
    width: 100%;
    min-width: 100%;
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
}
.sidebar-menu .type_menu[data-v-bce842e8] {
    display: flex;
    flex-wrap: wrap;
}
.sidebar-menu .type_menu[data-v-bce842e8].el-menu-item {
    flex: 1;
    min-width: 120px;
    text-align: center;
}
.sidebar-menu .type_menu[data-v-bce842e8].el-menu-item.is-active {
    border-left: none;
    border-bottom: 3px solid #409EFF;
}
.right-content[data-v-bce842e8] {
    margin-left: 0;
}
}

.stopManaged[data-v-bce842e8] {
	z-index: 9999999;
	position: absolute;
	width: 200px;
	height: 200px;
}

.box-card {
  width: 550px;
  height: 280px;
  border: 1px solid #e9e9e9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex_card {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.allTypeFundBaicInfo .list .el-progress-bar {
  padding-right: 0;
}
.allTypeFundBaicInfo .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
.allTypeFundBaicInfo .list .title {
  font-size: 16px;
}
.allTypeFundBaicInfo .list .item:nth-child(1) {
  padding-right: 16px;
  padding-left: 0px;
}
.allTypeFundBaicInfo .list .item:nth-last-child(1) {
  border: none;
}
.allTypeFundBaicInfo .list .item {
  flex: 1;
  max-width: 388px;
  border-right: 1px solid #e9e9e9;
  padding: 0 8px;
}
.allTypeFundBaicInfo .list .item .bold_content {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
}
.allTypeFundBaicInfo .list .item .content_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.el-tooltip__popper.is-dark {
	width: 400px;
}

@charset "UTF-8";
.new_fund_list[data-v-cdb0a2f0] {
  height: 375px;
  overflow: auto;
}
.new_fund_list .new_fund_item[data-v-cdb0a2f0] {
  display: flex;
  align-items: center;
  margin: 8px 0;
}
.new_fund_list .new_fund_item .item_date[data-v-cdb0a2f0] {
  width: 73px;
}
.new_fund_list .new_fund_item .item_description[data-v-cdb0a2f0] {
  overflow: hidden;
  text-overflow: ellipsis; /* 超出部分省略号 */
  word-break: break-all; /* break-all(允许在单词内换行。) */
  display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
  -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 1; /* 显示的行数 */
  flex: 1;
}
.new_fund_list .new_fund_item .new_fund_scatter[data-v-cdb0a2f0] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #409EFF;
  box-shadow: 0px 0px 4px 2px #409EFF;
  margin: 0 8px;
  position: relative;
}
.new_fund_list .new_fund_item .new_fund_scatter .new_fund_scatter_line[data-v-cdb0a2f0] {
  position: absolute;
  left: 4px;
  top: 10px;
  width: 2px;
  height: 14px;
  background-color: gray;
}
.allTypeFundCumReturn .small_template[data-v-d586d304] {
  height: 455px;
}
.fundCompanyNetasset .small_template[data-v-53f0540e] {
  height: 455px;
}
.fundCompanyNetasset[data-v-53f0540e] .table-even-line {
  background: rgba(55, 120, 246, 0.5);
}

.canvasBig[data-v-0cf832a8] {
	width: 100% !important;
	height: 500px !important;
}
.canvasSmall[data-v-0cf832a8] {
	width: 100% !important;
	height: 400px !important;
}


.canvasBig[data-v-6f943441] {
	width: 100% !important;
	height: 400px !important;
	margin: 0 auto;
}

.card-header[data-v-7f776e0c] {
  display: flex;
  align-items: center;
}
.heightx600[data-v-7f776e0c] {
  height: 600px !important;
}
.heightx100[data-v-7f776e0c] {
  height: 100px !important;
}
.heightx50[data-v-7f776e0c] {
  height: 50px !important;
}
.header-btn .btn_info[data-v-7f776e0c] {
  color: rgba(0, 0, 0, 0.65);
  border-color: #d9d9d9;
  background-color: #ffffff;
}
.header-btn .btn_info[data-v-7f776e0c]:hover {
  color: #409EFF;
  border-color: #409EFF;
  background-color: #ffffff;
}
.header-btn .btn_active[data-v-7f776e0c]:hover {
  color: #409EFF;
  border-color: #409EFF;
  background-color: #ffffff;
}
.header-btn .btn_active[data-v-7f776e0c] {
  color: #409EFF;
  border-color: #409EFF;
  background-color: #ffffff;
}
.charts_one_class[data-v-7f776e0c] {
  height: 680px;
}
.allocationAnalysis .small_template[data-v-57db89cf] {
  height: 455px;
}
.fund-company-profile[data-v-963a3a02] {
  background: #fff;
  padding: 16px 24px 24px 24px;
}
.company-name[data-v-963a3a02] {
  font-family: "auto";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.85);
}
.company-code[data-v-963a3a02] {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.85);
}
.fund_company_info[data-v-963a3a02] {
  width: 516px;
  height: 156px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-left: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  box-sizing: border-box;
}
.fund_company_info div[data-v-963a3a02] {
  width: 50%;
  height: 52px;
  display: flex;
  align-items: center;
}
.item-label[data-v-963a3a02] {
  border-bottom: 1px solid #d9d9d9;
  flex: 1.5;
  height: 52px;
  padding: 15px 0;
  background-color: #fafafa;
  text-align: right;
  font-family: "auto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.85);
}
.item-value[data-v-963a3a02] {
  border-bottom: 1px solid #d9d9d9;
  flex: 2;
  height: 52px;
  padding: 15px 0;
  background-color: #ffffff;
  text-align: left;
  font-family: "auto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.65);
}
.overview-chart[data-v-45faf7e7] {
  padding: 0px 0px 0px 0px;
  background: white;
}
.overview-chart .invest-tab[data-v-45faf7e7] {
  background: #f7f9fa;
  display: flex;
  height: 50px;
}
.overview-chart .invest-tab .tab-btn[data-v-45faf7e7] {
  width: 100px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #333333;
  background: #fff;
  cursor: pointer;
}
.overview-chart .invest-tab .active-invest[data-v-45faf7e7] {
  font-weight: bold;
  background: #fff;
  border-bottom: 3px solid #40AFFF;
}
.overview-chart .invest-chart[data-v-45faf7e7] {
  border-radius: 5px;
  margin-top: 15px;
  height: 250px;
}
.main[data-v-45faf7e7] {
  height: 244px !important;
}
.header-title[data-v-8e026bb8] {
  font-size: 16px;
}
.chart-box[data-v-8e026bb8] {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
}
.boxminTitleBoxCompany[data-v-245ab06e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-title[data-v-245ab06e] {
  font-size: 16px;
}
.card-title-icon[data-v-245ab06e] {
  display: inline-block;
  margin: 0 10px 0 5px;
  height: 6px;
  width: 6px;
  background: #40AFFF;
  vertical-align: middle;
}
.card-title[data-v-245ab06e] {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.absolute-title[data-v-245ab06e] {
  position: absolute;
  left: 0;
  z-index: 10;
}
.card-box[data-v-245ab06e] {
  margin-bottom: 30px;
}
.card-box .select-list .select-label[data-v-245ab06e] {
  margin-left: 16px;
  font-size: 14px;
}
.card-box .config-change-table-list[data-v-245ab06e] {
  margin-top: 16px;
}
.card-box .config-change-table-list .table-box[data-v-245ab06e] {
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  border-bottom: none;
}
.flex[data-v-245ab06e] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.el-table .table-even-line[data-v-245ab06e] {
  background: black;
}
.fund-analysis-table[data-v-245ab06e] .el-table__row {
  cursor: pointer;
}
.column_main[data-v-245ab06e] {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.column_bg[data-v-245ab06e] {
  background: rgba(255, 0, 0, 0.1);
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
.active_bg[data-v-245ab06e] {
  background: rgba(255, 0, 0, 0.5);
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
.flex[data-v-f1538de2] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-manager[data-v-30b9614e] {
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
}
.header-manager .header-title[data-v-30b9614e] {
  font-size: 16px;
  font-weight: bold;
}
.header-title[data-v-0396a084] {
  font-size: 16px;
}
.analysis_main_company .flex_between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.analysis_main_company .flex_start {
  display: flex;
  justify-content: start;
  align-items: center;
}
.analysis_main_company .flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.analysis_main_company .p-4 {
  padding: 4px !important;
}
.analysis_main_company .pt-4 {
  padding-top: 4px !important;
}
.analysis_main_company .pr-4 {
  padding-right: 4px !important;
}
.analysis_main_company .pb-4 {
  padding-bottom: 4px !important;
}
.analysis_main_company .pl-4 {
  padding-left: 4px !important;
}
.analysis_main_company .px-4 {
  padding-right: 4px !important;
  padding-left: 4px !important;
}
.analysis_main_company .py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.analysis_main_company .p-8 {
  padding: 8px !important;
}
.analysis_main_company .pt-8 {
  padding-top: 8px !important;
}
.analysis_main_company .pr-8 {
  padding-right: 8px !important;
}
.analysis_main_company .pb-8 {
  padding-bottom: 8px !important;
}
.analysis_main_company .pl-8 {
  padding-left: 8px !important;
}
.analysis_main_company .px-8 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}
.analysis_main_company .py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.analysis_main_company .p-12 {
  padding: 12px !important;
}
.analysis_main_company .pt-12 {
  padding-top: 12px !important;
}
.analysis_main_company .pr-12 {
  padding-right: 12px !important;
}
.analysis_main_company .pb-12 {
  padding-bottom: 12px !important;
}
.analysis_main_company .pl-12 {
  padding-left: 12px !important;
}
.analysis_main_company .px-12 {
  padding-right: 12px !important;
  padding-left: 12px !important;
}
.analysis_main_company .py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.analysis_main_company .p-16 {
  padding: 16px !important;
}
.analysis_main_company .pt-16 {
  padding-top: 16px !important;
}
.analysis_main_company .pr-16 {
  padding-right: 16px !important;
}
.analysis_main_company .pb-16 {
  padding-bottom: 16px !important;
}
.analysis_main_company .pl-16 {
  padding-left: 16px !important;
}
.analysis_main_company .px-16 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.analysis_main_company .py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.analysis_main_company .p-24 {
  padding: 24px !important;
}
.analysis_main_company .pt-24 {
  padding-top: 24px !important;
}
.analysis_main_company .pr-24 {
  padding-right: 24px !important;
}
.analysis_main_company .pb-24 {
  padding-bottom: 24px !important;
}
.analysis_main_company .pl-24 {
  padding-left: 24px !important;
}
.analysis_main_company .px-24 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}
.analysis_main_company .py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.analysis_main_company .m-4 {
  margin: 4px !important;
}
.analysis_main_company .mt-4 {
  margin-top: 4px !important;
}
.analysis_main_company .mr-4 {
  margin-right: 4px !important;
}
.analysis_main_company .mb-4 {
  margin-bottom: 4px !important;
}
.analysis_main_company .ml-4 {
  margin-left: 4px !important;
}
.analysis_main_company .mx-4 {
  margin-right: 4px !important;
  margin-left: 4px !important;
}
.analysis_main_company .my-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.analysis_main_company .m-8 {
  margin: 8px !important;
}
.analysis_main_company .mt-8 {
  margin-top: 8px !important;
}
.analysis_main_company .mr-8 {
  margin-right: 8px !important;
}
.analysis_main_company .mb-8 {
  margin-bottom: 8px !important;
}
.analysis_main_company .ml-8 {
  margin-left: 8px !important;
}
.analysis_main_company .mx-8 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}
.analysis_main_company .my-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.analysis_main_company .m-12 {
  margin: 12px !important;
}
.analysis_main_company .mt-12 {
  margin-top: 12px !important;
}
.analysis_main_company .mr-12 {
  margin-right: 12px !important;
}
.analysis_main_company .mb-12 {
  margin-bottom: 12px !important;
}
.analysis_main_company .ml-12 {
  margin-left: 12px !important;
}
.analysis_main_company .mx-12 {
  margin-right: 12px !important;
  margin-left: 12px !important;
}
.analysis_main_company .my-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.analysis_main_company .m-16 {
  margin: 16px !important;
}
.analysis_main_company .mt-16 {
  margin-top: 16px !important;
}
.analysis_main_company .mr-16 {
  margin-right: 16px !important;
}
.analysis_main_company .mb-16 {
  margin-bottom: 16px !important;
}
.analysis_main_company .ml-16 {
  margin-left: 16px !important;
}
.analysis_main_company .mx-16 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}
.analysis_main_company .my-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.analysis_main_company .m-24 {
  margin: 24px !important;
}
.analysis_main_company .mt-24 {
  margin-top: 24px !important;
}
.analysis_main_company .mr-24 {
  margin-right: 24px !important;
}
.analysis_main_company .mb-24 {
  margin-bottom: 24px !important;
}
.analysis_main_company .ml-24 {
  margin-left: 24px !important;
}
.analysis_main_company .mx-24 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}
.analysis_main_company .my-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.analysis_main_company .flex_card {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.analysis_main_company .flex_card .card_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 16px 0;
}
.analysis_main_company .flex_card > .small_template {
  flex: 1;
  min-width: 564px;
  height: auto;
  padding: 16px 24px 0 24px;
  margin: 12px;
  background: #ffffff;
  box-shadow: 0px 5px 12px 4px rgba(0, 0, 18, 0.02);
  border-radius: 4px;
}
.analysis_main_company .flex_card > .big_template {
  height: auto;
  width: 100%;
  flex-basis: 100%;
}
.analysis_main_company .flex_card > .small_template .chart_title {
  position: absolute;
  left: 24px;
  top: 16px;
  font-family: "auto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.85);
}
.analysis_main_company .flex_card > .small_template .title {
  font-family: "auto";
}
.analysis_main_company .flex_card > div .title {
  font-family: "auto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.85);
}
.analysis_main_company .manager_info_title {
  font-family: "auto";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.85);
  margin-left: 12px;
}
.analysis_main_company .chart_one {
  min-width: 1152px;
  /* height: 390px; */
  padding: 16px 24px 24px 24px;
  margin: 12px;
  background: #ffffff;
  box-shadow: 0px 5px 12px 4px rgba(0, 0, 18, 0.02);
  border-radius: 4px;
}
.analysis_main_company .combination .chart_one {
  min-width: 1152px;
  /* height: 390px; */
  padding: 0 24px 24px 24px;
  margin: 12px;
  background: #ffffff;
  box-shadow: 0px 5px 12px 4px rgba(0, 0, 18, 0.02);
  border-radius: 4px;
}
.analysis_main_company .emptyClass .title {
  font-family: "auto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.85);
  background: #ffffff;
}
.analysis_main_company .chart_one .title {
  font-family: "auto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.85);
  background: #ffffff;
}
.analysis_main_company div .charts_one_class {
  position: relative;
  page-break-inside: avoid;
}
.analysis_main_company .charts_fill_class .charts_one_class {
  width: 100%;
}
.analysis_main_company .charts_fill_class .charts_two_class {
  width: 100%;
}
.analysis_main_company .charts_fill_class .charts_analysis_class {
  width: 100%;
}
.analysis_main_company div .charts_center_class {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.analysis_main_company div .charts_two_class {
  width: 564px;
  height: 210px;
  position: relative;
  page-break-inside: avoid;
}
.analysis_main_company div .charts_analysis_class {
  height: 280px;
  position: relative;
  page-break-inside: avoid;
}
.analysis_main_company .analysis_main {
  background: #f7f9fa;
  padding: 12px;
}
.analysis_main_company .analysis_main_company {
  background: #f7f9fa;
  padding: 24px;
}
.analysis_main_company .backbut {
  position: absolute;
  right: 5px;
  bottom: 10px;
  top: 10px;
  margin: auto;
}
.analysis_main_company .backbuts {
  position: absolute;
  right: 110px;
  bottom: 10px;
  top: 10px;
  margin: auto;
}
.analysis_main_company div .type_menu {
  position: -webkit-sticky;
  position: sticky !important;
  top: 0px;
  z-index: 100;
  background: #f7f9fa !important;
  margin: 12px;
}
.analysis_main_company div .drag_template_list_type_menu {
  display: flex;
  overflow: scroll;
}
.analysis_main_company div .drag_template_list_type_menu::-webkit-scrollbar {
  height: 0;
}
.analysis_main_company .main {
  width: 100%;
  height: 100%;
}
.analysis_main_company .fixed-height-short {
  height: 250px;
}
.analysis_main_company .flex_basic_info {
  flex: 1;
  min-width: 564px;
  max-width: 564px;
  background: #ffffff;
  margin: 12px;
}
.analysis_main_company .flex_return {
  flex: 2;
  width: 100%;
  min-width: 564px;
  padding: 16px 40px 24px 24px;
  background: #ffffff;
  margin: 12px;
}
