tbody .layui-table-cell{
    height: unset !important;
    line-height: unset !important;
    text-overflow: initial;
    white-space: normal;
    padding: 0.5rem 0.5rem;
}

/******************************************/

.mzdiv{
    background: #fffef7;
    border-radius: 6px;
    padding: 1rem;
    border: 1px solid #ece4d5;
}

.night .mzdiv{
    background: #181a1b;
    border: 1px solid #444;
}

.mzdiv h2{
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 6px;
    font-family: "Noto Serif SC", 楷体, 华文楷书, serif;
    margin-bottom: 0.75rem;
    padding: 0 0 0.75rem 0;
    border-bottom: 1px dashed #efe0ca;
    position: relative;
    color: #b45f2b;
    font-weight: bold;
}

.night .mzdiv h2{
    border-bottom: 1px dashed #444444;
}

.mzdiv h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 10rem;
    height: 1px;
    background: linear-gradient(90deg, #dabb94, transparent);
}

.night .mzdiv h2::before{
    background: linear-gradient(90deg, #444444, transparent);
}

.mzdiv>div{
    margin-bottom: 0.75rem;
}

.mzdiv>div>p{
    font-size: 0.7rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
    text-align: justify;
    color: #a8875b;
}

.mzdiv>div>p:last-child{
    margin-bottom: 0;
}

.divider{
    margin: 1rem 0 1rem 0;
    border-top: 1px dashed #e2d4c0;
    position: relative;
}

.night .divider {
    border-top: 1px dashed #444;
    color: #444;
}

.divider::after{
    content: '✽';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #fffef7;
    padding: 0 12px;
    color: #cfb687;
    font-size: 0.8rem;
}

.night .divider::after {
    background: #181a1b;
    color: #444;
}

.fanhuia{
    text-decoration: none;
    font-size: 0.6rem;
    color: #b45f2b;
    background: #fef5ea;
    padding: 0.2rem 1rem;
    border-radius: 30px;
    transition: all 0.2s;
    display: inline-block;
}

.night .fanhuia {
    background: #323232;
}

@media screen and (max-width: 340px){
    .mzdiv{
        padding: 0.75rem 0.75rem;
    }
    .mzdiv h2 {
        font-size: 0.8rem;
        letter-spacing: 2px;
    }
    .mzdiv>div>p {
        font-size: 0.7rem;
        line-height: 1.5;
        margin-bottom: 0.75rem;
    }
}