/* 打印样式 */
@media print {
    @page {
        size: A4; /* 页面大小 */
        margin: 2cm; /* 边距 */
    }
    .c1c58c43c {
        page-break-before: always;
    }
    
    .c2a150f09 {
        page-break-after: always;
    }
    .cc96d8856 {
        page-break-inside: avoid;
    }
    .c4d45ff0f {
        display: none;
    }
    body {
        background-color: #fff;
        padding-top: 0!important;
    }
    .c7b84435f, .c7b84435f:hover {
        box-shadow: none;
        border: none;
    }
    .cbaea372d {
        height: auto!important;
    }
    .cbaea372d code {
        word-break: break-all;
        white-space: wrap;
        vertical-align: text-top;
    }
}