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