:root {
    /* 报告下载按钮 */
    --report-button-display: block
}


.report_button_box {
    display: var(--report-button-display);

}