
.cu-print{
    font-size: 0.85rem;
}

/* 主标题 */
.main-header{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
}

/* 跨页 */
.page-break{
    page-break-after: always
}

/* 大图片 */
.cu-print .big-img{
    display: block;
    margin: 0 auto;
    height: 700px;
    width: 100%;
    object-fit: contain;
}

.cu-print .title{
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}
.cu-print .title::after{
    content: '';
    height: 2px;
    width: 100%;
    background-color: #aaa;
}
.cu-word {
    border: 1px solid #000;
}

.cu-word .img{
    width: 50px;
    aspect-ratio: 1;
    object-fit: cover;
}



.cu-word .tr {
    display: grid;
    grid-template-columns: repeat(2, 150px 1fr);
    border-top: 1px solid #000;
}

.cu-word .tr.c-1 {
    grid-template-columns: repeat(1, 150px 1fr);
}

.cu-word .tr.mim-h-70 {
    min-height: 70px;
}

.cu-word .tr:first-child {
    border: none;
}

.cu-word .tr div {
    border-right: 1px solid #000;
    text-align: center;
    padding: 8px;

    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.cu-word .tr div:last-child {
    border: none;
}

@page {
    size: auto;
    margin: 10mm;
}
