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