.wuress{
    max-width: 24rem;
    margin: auto;
    display: none;
}

.hanziwuxing{
    border: 1px solid #ffdeb3;
    border-radius: 3px;
    padding-bottom: 1rem;
    margin: auto;
    margin-bottom: 0.75rem;
    background: linear-gradient(156deg, #F7D5AC 0%, rgba(249, 223, 186, 0.5) 100%);
}

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

.hanziwuxing h2{
    height: 1.6rem;
    line-height: 1.6rem;
    margin: 0.75rem 0 1rem 0;
    color: #fae2c5;
    padding-left: 0.5rem;
    font-size: 0.7rem;
    background-color: #cd853f;
    width: 9rem;
    border-radius: 0 20px 20px 0;
}

.night .hanziwuxing h2{
    background-color: #444444;
}

.hanziwuxing p{
    text-align: center;
    height: 1.4rem;
    line-height: 1.4rem;
    background-color: #e2bb88;
    max-width: 7rem;
    margin: 1rem auto 0 auto;
    border-radius: 6px;
    color: #ffffff;
    font-size: 0.7rem;
}

.night .hanziwuxing p{
    background-color: #333;
    color: #bbb;
}

.hanziwutu{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: flex-end;
}

.hanziwutu>div{
    width: 2rem;
    text-align: center;
}


.hanziwutu>div>div:first-child{
    color:rgb(223 190 17);
    height: 1.2rem;
    line-height: 1.2rem;
    font-weight: bold;
    font-size: 0.7rem;
}

.hanziwutu>div>div:nth-child(2){
    min-height: 1rem;
    background-color: #eee;
    background: rgb(223 190 17);
    border-radius: 10px 10px 0 0;
    transition: height 1s ease-out;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.hanziwutu>div>div:nth-child(3){
    font-size: 0.8rem;
    height: 2rem;
    line-height: 2rem;
    color: #C4814D;
}

.hanziwutu>div:nth-child(2)>div:nth-child(1){
    color: rgb(50, 205, 50);
}

.hanziwutu>div:nth-child(2)>div:nth-child(2){
    background: rgb(50, 205, 50);
}

.hanziwutu>div:nth-child(3)>div:nth-child(1){
    color: rgb(30, 144, 255);
}

.hanziwutu>div:nth-child(3)>div:nth-child(2){
    background: rgb(30, 144, 255);
}

.hanziwutu>div:nth-child(4)>div:nth-child(1){
    color: rgb(255, 69, 0);
}

.hanziwutu>div:nth-child(4)>div:nth-child(2){
    background: rgb(255, 69, 0);
}

.hanziwutu>div:nth-child(5)>div:nth-child(1){
    color: rgb(205, 133, 63);
}

.hanziwutu>div:nth-child(5)>div:nth-child(2){
    background: rgb(205, 133, 63);
}

@media screen and (max-width: 590px) {
    .wuress {
        width: 100%;
        max-width: 100%;
        margin-top: 1rem;
    }
}