.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{
}
.qzw_divs h2{
    font-size: 0.7rem;
    height: 1.6rem;
    line-height: 1.6rem;
    color: green;
    background-color: #f5f5f5;
    padding-left: 0.25rem;
    border-radius: 3px;
}
.night .qzw_divs h2{
    background-color: #444;
}
.qzw_divs>div{
    border: 1px solid #f5f5f5;
    padding: 0.5rem;
}
.night .qzw_divs>div{
    border: 1px solid #444;
}
.qzw_divs>div p{
    font-size: 0.65rem;
    line-height: 0.9rem;
    margin-bottom: 0.45rem;
}
.qzw_divs>div p.yuanwens{
    font-size: 0.9rem;
    margin: 0.5rem 0 !important;
}
.qzw_divs>div p:last-child{
    margin-bottom: 0;
}
.qzw_dirs{
    height: 1.6rem;
    line-height: 1.6rem;
    text-align: center;
    display: block;
    background-color: #f5f5f5;
    margin-top: 0.75rem;
}
.night .qzw_dirs{
    background-color: #444;
    color:#aaa;
}
@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;
    }
}