@media all {
    .mt5 {
        margin-top: 5px;
    }

    .print {
        padding: 20px;
        display: block;
    }

    .print h2 {
        font-size: 18px;
        text-align: center;
        height: 30px;
        line-height: 30px;
    }

    .print p {
        font-size: 14px;
        word-break: break-all;
    }

    .print h1 {
        text-align: center;
        font-size: 22px;
    }

    .print table {
        width: 100%;
        border-collapse: collapse;
    }

    .print th {
        border: 1px solid #333333;
        font-size: 14px;
        height: 30px;
        text-align: left;
        background-color: #FAFAFA;
    }

    .print td {
        border: 1px solid #333333;
        font-size: 14px;
        height: 30px;
        position: relative;
    }

    .print .middle {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .print .big {
        height: 90px;
    }

    .print .time {
        position: absolute;
        bottom: 2px;
        right: 2px;
    }




    .header,.body div{
        box-sizing: border-box;
    }

    .header{
        width: 100%;
        font-family: PingFangSC-Medium;
        font-size: 22px;
        color: #333333;
        letter-spacing: 0;
    }
    .body{
        width: calc(100% - 50px);
        position: relative;
        margin:0 25px 50px 25px;
        border: 1px solid #000000;
    }

    .row{
        width: 100%;
    }
    .btnGroup{
        position: absolute;
        right: 20px;
        bottom:-50px;
    }
    .flex{
        display: flex;
    }
    .aic{
        align-items: center;
    }
    .aib{ 
        align-items: baseline;
    }
    .aie{
        align-items: flex-end
    }
    .jcc{
        justify-content: center;
    }
    .bbl{
        border-left: 1px solid #000000;
    }
    .bbr{
        border-right: 1px solid #000000;
    }
    .bbb{
        border-bottom: 1px solid #000000;
    }
    .relative{
        position: relative;
    }
    .pl20{
        padding-left: 20px;
    }
}

@media print {
    .print-hidden{
        display: none;
    }

    .mt5 {
        margin-top: 5px;
    }

    .print th {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        background-color: #fafafa;
    }

    .print td {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }

    .print .middle {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .print .big {
        height: 4.5cm;
    }



    .header,.body div{
        box-sizing: border-box;
    }

    .header{
        width: 100%;
        font-family: PingFangSC-Medium;
        font-size: 22px;
        color: #333333;
        letter-spacing: 0;
    }
    .body{
        width: calc(100% - 50px);
        position: relative;
        margin:0 25px 50px 25px;
        border: 1px solid #000000;
    }

    .row{
        width: 100%;
    }
    .btnGroup{
        position: absolute;
        right: 20px;
        bottom:-50px;
    }
    .flex{
        display: flex;
    }
    .aic{
        align-items: center;
    }
    .jcc{
        justify-content: center;
    }
    .bbl{
        border-left: 1px solid #000000;
    }
    .bbr{
        border-right: 1px solid #000000;
    }
    .bbb{
        border-bottom: 1px solid #000000;
    }
    .relative{
        position: relative;
    }
    .pl20{
        padding-left: 20px;
    }
}

@page {
    size: A4;
    margin: 1cm;
}
