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

.footer-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 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 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

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

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

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

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

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


}
