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