#footer{
    width: 100%;
    height: 210px;
    background: #0141a2;
}

#footer .content{
    width: 65%;
    height: 210px;
    margin: 0 auto;
    min-width: 635px;
}

#footer .left{
    display: inline-block;
    float: left;
    margin-top: 40px;
}

#footer .contact p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
}

#footer .version{
    margin-top: 20px;
}

#footer .version p {
    margin: 0;
    padding: 0;
    opacity: 0.5;
    font-size: 12px;
    color: #ffffff;
    line-height: 18px;
}

#footer .qrcode{
    display: inline-block;
    float: right;
}


#footer img{
    width: 80px;
    height: 80px;
    margin-top: 34px;
    margin-bottom: 15px;
}

#footer .qrcode p{
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #ffffff;
    line-height: 18px;
    text-align: center;
}