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