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