.qzw_indiv{
    background: #fffef7;
    border-radius: 6px;
    padding: 1.25rem 0 2rem 0;
    border: 1px solid #ece4d5;
}

.night .qzw_indiv{
    background-color: #181a1b;
    border: 1px solid #444;
}

.qzw_h2{
    text-align: center;
    font-size: 1.2rem;
    line-height: 1;
    margin: 0 0 1rem 0;
    color: #666;
    color: #a8875b;
}

.qzw_h3{
    font-size: 0.65rem;
    line-height: 1;
    text-align: center;
    color: #666;
    margin-bottom: 0.75rem;
    color: #a8875b;
}

.qzw_ul{
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
}

.qzw_ul li{
    text-align: center;
    padding: 0.4rem 0;
    width: 12.5rem;
    margin: 0 0.25rem;
    border-bottom: 1px dashed #ece7db;
}

.night .qzw_ul li{
    border-bottom: 1px dashed #444;
}

.qzw_ul a{
    color: #a8875b;
}

.qzw_ul a>span{
    display: inline-block;
}

.night .qzw_ul a>span {
    display: inline-block;
}

.qzw_ul a>span span{
    text-align: center;
    display: block;
    width: 1.8rem;
}

.qzw_ul a>span span:first-child{
    font-size: 0.5rem;
    margin-bottom: 0.2rem;
}

.qzw_ul a>span span:last-child{
    font-size: 0.85rem;
}

.qzw_ul a>span.fu{
    width: 0.8rem;
}

.qzw_ul a>span span.fu{
    width: 0.8rem;
}

@media screen and (max-width: 930px){
    .qzw_ul {
        grid-template-columns: auto;
    }
}

@media screen and (max-width: 886px){
    .qzw_ul {
        grid-template-columns: auto auto;
    }
}

@media screen and (max-width: 580px){
    .qzw_h2 {
        font-size: 1rem;
    }
    .qzw_ul {
        grid-template-columns: auto;
    }
}

@media screen and (max-width: 310px){
    .qzw_ul li {
        width: 11.5rem;
        margin: 0 0;
    }
    .qzw_ul a>span span:first-child {
        display: none;
    }
    .qzw_ul a>span span {
        width: 1.5rem;
    }
}



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

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

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

.qzw_divs 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 .qzw_divs h2{
    border-bottom: 1px dashed #444444;
}

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

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

.qzw_divs .qzw_ona{
    background: #f7f2e8;
    padding: 0.5rem;
    border-radius: 10px 0 0 10px;
    margin-bottom: 0.75rem;
    border-left: 4px solid #dabb94;
    font-size: 0.7rem;
    position: relative;
    color: #7d5d3a;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.night .qzw_divs .qzw_ona{
    background: #323232;
    border-left: 4px solid #444;
    color: #c29153;
}

.qzw_divs .qzw_onb{
    margin-bottom: 0.75rem;
}

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

.qzw_divs>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: 330px){
    .qzw_divs{
        padding: 0.75rem 0.75rem;
    }
    .qzw_divs h2 {
        font-size: 1rem;
    }
    .qzw_divs>div>p {
        font-size: 0.7rem;
        line-height: 1.5;
        margin-bottom: 0.75rem;
    }
}