.footer {
    /*width: 100%;*/
    /*height: 280px;*/
    /*background-size: 100% 100%;*/
    /*background-image: url("/static/img/footer.png");*/
    color: #ffffff;
    position: relative;
    background-color: var(--theme-color)
}

.footer-bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0;
}

.footer-wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px 80px 40px;
}

.footer-left {
    display: flex;
    flex-direction: column;
}

.footer-left > span {
    padding: 5px 0;
}

.icp {
    padding: 25px 0 0 0 !important;
}

.psr {
    margin-left: 30px;
}

.footer-right-qr {
    display: flex;
}

.footer-right {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-right img{
    width: 140px;
}

.footer-right > span {
    margin-top: 15px;
}

.footer-a:hover {
    color: #1584ce;
}

@media (max-width:480px){
    .footer-wrapper {
        font-size: 12px;
        padding: 10px 10px 30px 10px;
    }

    .footer-right-qr {
        display: flex;
        flex-direction: column;
        align-items: baseline;
    }

    .footer-right {
        margin-top: 20px;
    }

    .footer-right img{
        width: 80px;
    }

    .icp {
        padding: 10px 0 0 0 !important;
    }


}
