#footer-section-bg{
    background-color: #141524;
    color: #fff;
    height: auto !important;
    min-height: 39rem;
}
#footer-section{
    height: 100%;
}
#footer-section-bg .fp-tableCell{
    height: auto !important;
}

#scoreTopBtn {
    display: none; /* 默认隐藏按钮 */
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px;
}

.common-footer {
    color: #fff;
    width: 100%;
    max-width: 1920px;
    min-width: 1024px;
    background-color: rgba(20, 21, 36, 1);
    min-height: 39rem;
    .block_7{
        width: 100%;
        padding: 3.1rem 5%;
        .text{
            height: 2.4rem;
            font-family: SourceHanSansCN, SourceHanSansCN, sans-serif;
            font-weight: 400;
            font-size: 1.6rem;
            color: #999999;
            line-height: 2.4rem;
            text-align: left;
            font-style: normal;
        }
    }
    .group_10{
        width: 100%;
        padding: 7.7rem 0 0 0;
        box-sizing: border-box;
        height: 100%;
        flex: 1;
        .footer-title{
            height: 2.9rem;
            font-family: SourceHanSansCN, SourceHanSansCN, sans-serif;
            font-weight: 500;
            font-size: 2rem;
            color: #FFFFFF;
            line-height: 2.9rem;
            text-align: center;
            font-style: normal;
            margin-bottom: 3.4rem;
            /*padding: 0 1rem;*/
            box-sizing: content-box;
        }

        .logo{
            width: 13.6rem;
            height: 11.9rem;
        }
        .text-wrapper-list{
            flex: 1;
            padding-left: 4rem;
            .contact-us {
                padding-left: 5rem;
                min-width: 50rem;
                .contact-phone{
                    width: 100%;
                    text-align: left;
                    padding-left: 0;
                }
                .footer-title{
                    width: 100%;
                    text-align: left;
                }
                .text-wrapper-text{
                    width: 100%;
                }
            }
            .text-wrapper-item{
                /*width: 25%;*/
                padding-left: 5rem;
                flex: 1;
                .footer-title{
                    cursor: pointer;
                }
                .text-link:hover{
                    color: #f4a100;
                }
                .text-wrapper-text{
                    text-decoration: none;
                    cursor: pointer;
                    height: 2.4rem;
                    font-family: SourceHanSansCN, SourceHanSansCN, sans-serif;
                    font-weight: 400;
                    font-size: 1.6rem;
                    color: #999999;
                    line-height: 2.4rem;
                    text-align: left;
                    font-style: normal;
                    margin-bottom: 3rem;
                }
            }
        }
        .contact-us{
            /*padding-right: 4.9rem;*/
            .text-wrapper-text{
                margin-bottom: 0;
            }
            .contact-phone{
                font-family: SourceHanSansCN, SourceHanSansCN, sans-serif;
                font-weight: bold;
                font-size: 2.6rem;
                color: #FFFFFF;
                text-align: left;
                font-style: normal;
                padding-left: 1rem;
            }
            .contact-text{
                height: 2.4rem;
                font-family: SourceHanSansCN, SourceHanSansCN, sans-serif;
                font-weight: 400;
                font-size: 1.6rem;
                color: #999999;
                line-height: 2.4rem;
                text-align: left;
                font-style: normal;
                margin-top: 1rem;
                padding-left: 1rem;
            }
        }
        .qr-code-box{
            width: 31rem;
            padding-right: 6.4rem;
        }
        .code{
            height: 9.5rem;
            .el-image{
                width: 100%;
                height: 100%;
            }
            .word{
                width: 100%;
                height: 2.4rem;
                font-family: SourceHanSansCN, SourceHanSansCN, sans-serif;
                font-weight: 400;
                font-size: 1.6rem;
                color: #FFFFFF;
                line-height: 2.4rem;
                margin-top: 2rem;
                text-align: center;
                font-style: normal;
            }
        }
    }
}
