/* Three source-backed statistical pages, isolated from all other layouts. */
.slide.evidence-chart-slide{background:#fff}
.slide.evidence-chart-slide:before{display:none}
.ec-layout{position:absolute;left:72px;right:72px;top:208px;bottom:78px;color:#34343c}
.ec-scope{font-family:var(--font,"PingFang SC","Microsoft YaHei",sans-serif);font-size:25px;line-height:1.5;font-weight:400;color:#656571;margin:0}
.ec-scope strong{font-weight:500;color:#3f454e}
.ec-plot{position:absolute;left:0;right:0;top:56px;height:478px}
.ec-plot svg{display:block;width:100%;height:100%;overflow:visible;shape-rendering:geometricPrecision}
.ec-plot svg text{font-family:var(--font,"PingFang SC","Microsoft YaHei",sans-serif);font-variant-numeric:tabular-nums;letter-spacing:0}
.ec-note{position:absolute;left:0;right:0;bottom:0;max-width:1440px;margin:0;font-size:20px;line-height:1.55;color:#777782}
.ec-note strong{color:#474750;font-weight:500}
@media print{.ec-plot svg{overflow:visible}.evidence-chart-slide{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
