#print-content{
    background-color: #fff;
}
#print-content h1 {
    background-color: #fff!important;
    font-size: 26px!important;
    text-align: center!important;
    position: relative;
}

#print-content h1 div {
    width: calc(73px + 10em);
    display: inline-block;
    position: relative;
}

#print-content h1 div div:before {
    content: ' ';
    display: inline-block;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000;

}

#print-content .el-row {
    font-size: 12px;
}

#print-content .title {
    width: 5em;
}

#print-content .title span {
    display: inline-block;
    font-weight: bold;
    width: 4em;
    text-align: justify;
    justify-content: space-between;
    text-justify: distribute-all-lines;
    text-align-last: justify;
}
