 .footer_aging {
        width: 100%;
        height: 140px;
        background-color: #474747;
        position: fixed;
        bottom: 0;
        z-index:1000;
        display: none;
    }

    .footer_aging_text {
        width: 85%;
        margin: 5px;
        height: 130px;
        background-color: #fff;
        overflow: auto;
        font-size: 50px;
        line-height: 62px;
        text-align: center;
        color: #000;
        font-family: Microsoft YaHei;
        font-weight: 600;
    }

    .footer_aging_fun {
        width: 25%;
        position: relative;
        height: 100%;
        font-size: 26px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer_aging_fun_top {
        margin: 0 auto;
        display: flex;
    }

    .footer_aging_fun_top div {
        width: 50px;
        padding: 5px 0;
        text-align: center;
        border: 1px solid #fff;
        color: #fff;
        margin: 0 5px;
        cursor: pointer;
    }

    .footer_aging_fun_bot div {
        width: 110px;
        padding: 5px 0;
        text-align: center;
        border: 1px solid #fff;
        color: #fff;
        margin-top: 10px;
        cursor: pointer;
    }

    .footer_aging_img {
        position: absolute;
        top: 3px;
        right: 8px;
        cursor: pointer;
    }
.character {
    position: relative;
    display: inline-block;
    margin: 10px;
}
 
.pinyin {
    position: absolute;
    top: -20px; /* 根据需要调整位置 */
    left: 0;
    font-size: 12px; /* 根据需要调整字体大小 */
}