.nh2{
    text-align: center;
    font-size: 1.2rem;
    margin: 0.75rem 0 1.3rem 0;
}

.sanuls{
    text-align: center;
    margin-bottom: 1rem;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
}

.sanuls li{
    width: calc(100% / 3);
    float: left;
    font-size: 0.7rem;
    height: 1.8rem;
    line-height: 1.8rem;
}

.night .sanuls li a{
    color: #bbb;    
}



.sanzijingdiv{
    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 .sanzijingdiv{
    background: #000;
}

.sanzijingdiv 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;
}

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

.sanzijingdiv>div{
   
}

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

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

.sanzijingtwo{
    margin-top: 0.75rem;
}

@media screen and (max-width: 1112px){
    .sanuls li {
        width: calc(100% / 2);
    }
}
@media screen and (max-width: 505px){
    .sanuls li {
        width: 100%;
    }
}

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