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