.lunyuinfo{
    line-height: 1.7;
    border-radius: 6px;
    padding: 0.5rem;
    font-size: 0.65rem;
    margin-top: 0.75rem;
    border: 1px solid #e8e8fd;
}

.night .lunyuinfo{
    color: #ddd;
    border: 1px solid #444;
}

.lunyunav{
    border: 1px solid #e8e8fd;
    padding: 0.25rem;
    border-radius: 6px;
}

.night .lunyunav{
    border: 1px solid #444;
}

.lunyunav li {
    width: calc(100% / 5);
    float: left;
    padding: 0.25rem;
    text-align: center;
}

.lunyunav a{
    border: 1px solid #e8e8fd;
    display: block;
    height: 1.6rem;
    line-height: 1.6rem;
    color: #354a5e;
}

.night .lunyunav a{
    border: 1px solid #444;
    color: #ddd;
    user-select: none;
}

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

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

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

.lunyucents>div{
   
}

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

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

@media screen and (max-width: 588px){
    .lunyunav li {
        width: calc(100% / 3);
    }
}
@media screen and (max-width: 330px){
    .lunyunav li {
        width: calc(100% / 2);
    }
}

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