.footer {
    font-size: 14px;
    background-color: #091431;
}
.footer .footer-top-container{
    height: 200px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #2c3242 !important;
}
.footer .footer-top-container .footer-content{
    width: 1220px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer .footer-top-container .footer-logo img{
    width: 150px;
    height: 38px;
}
.footer .footer-top-container .footer-info{
    width: 700px;
}
.footer .footer-top-container .footer-info .info-item{
    padding: 15px 0;
}
.footer .footer-top-container .footer-info .info-item a,
.footer .footer-top-container .footer-info .info-item span {
    padding-right: 49px;
    color: #7e90be;
}
.footer .footer-top-container .footer-qrcode{
    padding: 15px 0;
    text-align: center;
    color: #7e90be !important;
}
.footer .footer-top-container .footer-qrcode img{
    width: 100px;
    height: 100px;
}
.footer .footer-bottom-container{
    width: 1220px;
    margin: 0 auto;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer .footer-bottom-container span{
    color: #7e90be !important;
    margin-left: 52px;
}
.footer .footer-bottom-container span a{
    color: #7e90be !important;
}
.footer .footer-bottom-container span img{
    width: 15px;
    height: 15px;
    margin-bottom: -2px
}