.footer{
    background: rgb(51,95,185);
    padding: 20px;
    justify-content: center;
    -webkit-justify-content: center;
    color: rgba(255,255,255,0.8);
    margin-top: 50px;
    font-size: 12px;
}
.footer .footermsg2{
    width: 320px;
    margin-left: 100px;
}
.footer .footermsg2 .msgitem .icon{
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    width: 15px;
    height: 15px;
    margin-right: 6px;
}
.footer .msgitem{
    margin-top: 6px;
}
.footer .msgitem .labels{
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}
.footer .qrcode{
    width: 80px;
    height: 80px;
    background: #0037a8;
    margin-left: 80px;
}
.footer .qrcode img{
    width: 66px;
    height: 66px;
}