.footer-1{
        display: flex;
        align-items: center; /* 垂直居中对齐 */
        justify-content: center;/* 水平居中对齐 */
        width: 100%;
        height: 30px;
        background-color: rgba(0, 0, 0, 0.2);
        position:absolute;
        bottom: 0;
        left: 0;
        /*font-weight: bold;*/
        --tw-text-opacity: 0.8;
        color: rgba(255,255,255);
            /* 禁止用户选择文本 */
            user-select: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
}
.footer-2{
    display: flex;
    align-items: center; /* 垂直居中对齐 */
    justify-content: center;/* 水平居中对齐 */
    width: 100%;
    height: 20px;
    background-color: rgba(0, 0, 0, 0.2);
    position:absolute;
    bottom: 0;
    left: 0;
    /*font-weight: bold;*/
            /* 禁止用户选择文本 */
            user-select: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
}
.text-1 {
    --tw-text-opacity: 0.8;
    color: rgba(255,255,255);
    font-size: 16px;
}
.text-mobile {
    --tw-text-opacity: 0.8;
    color: rgba(240,248,255,var(--tw-text-opacity));
    font-size: 10px;
}

