.qzw_h2{
    text-align: center;
    font-size: 1.2rem;
    margin: 0.75rem 0 0.75rem 0;
}
.qzw_h3{
    font-size: 0.65rem;
    text-align: center;
    color: #999;
    margin-bottom: 0.75rem;
}
.qzw_ul{
    
}
.qzw_ul li{
    text-align: center;
    padding: 0.4rem 0;
}
.qzw_ul a{
    
}
.qzw_ul a>span{
    display: inline-block;
}

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

.qzw_ul a>span span{
    text-align: center;
    display: block;
    width: 2.4rem;
}
.qzw_ul a>span span:first-child{
    font-size: 0.5rem;
}
.qzw_ul a>span span:last-child{
    font-size: 1rem;
}
.qzw_ul a>span.fu{
    width: 0.8rem;
}
.qzw_ul a>span span.fu{
    width: 0.8rem;
}



.qzw_divs{
    padding: 0.5rem 1rem;
    border-radius: 6px;
    overflow: hidden;
    background: linear-gradient(135deg, #0a0a1a 0%, #1a1a2e 100%);
    background: linear-gradient(to bottom, #f5e8c6 0%, #e6d3a5 100%);
    position: relative;
}

.night .qzw_divs{
    background: #000;
}

.qzw_divs h2{
    font-size: 1.4rem;
    color: #d2ae37;
    margin-bottom: 1rem;
    position: relative;
    border-bottom: 2px solid rgba(212, 175, 55, 0.3);
    padding-bottom: 0.5rem;
}

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

.qzw_divs>div{
   
}

.qzw_divs>div>p{
    font-size: 0.8rem;
    line-height: 1.7;
    margin-bottom: 0.75rem;
    text-align: justify;
    color: #e6e6e6;
    color: #5c4c26;
}

.night .qzw_divs>div>p{
    color: #cccccc;
}

@media screen and (max-width: 588px){
    .qzw_ul a>span span {
        width: 1.8rem;
    }
    .qzw_ul a>span span:last-child {
        font-size: 0.8rem;
    }
}
@media screen and (max-width: 360px){
    .qzw_ul a>span span:first-child {
        display: none;
    }
    .qzw_ul a>span span {
        width: 1rem;
    }
}

@media screen and (max-width: 330px){
    .qzw_divs{
        padding: 0.5rem 0.75rem;
    }
    .qzw_divs h2 {
        font-size: 1rem;
    }
    .qzw_divs>div>p {
        font-size: 0.7rem;
        line-height: 1.5;
        margin-bottom: 0.75rem;
    }
}