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