footer{
    height: 136px;
    padding-top: 80px;
}
.footer-container{
    display: flex;
}
footer .left, footer .right{
    flex: 1;
}
.footer-container .logo{
    font-size:30px;
    font-weight:800;
    color:rgba(0,0,0,1);
    line-height: 48px;
}
.footer-container .logo img{
    vertical-align: bottom;
}
.footer-container .copyright{
    font-size:14px;
    font-weight:500;
    color:rgba(100,100,100,1);
    margin-top: 24px;
}
.footer-container .copyright a{
    color: #0178DE;
}

footer .footer-container>.right{
    display: flex;
}
footer .right>.left,footer .right>.right{
    flex: 1;
    text-align: center;
}

footer .right>.left>.title,footer .right>.right>.title{
    font-size:14px;
    font-weight:500;
    color:rgba(0,0,0,1);
    margin-bottom: 30px;
}

footer .right>.left>a{
    display: block;
    text-align: center;
    text-decoration: none;
    font-size:14px;
    font-weight:500;
    color:rgba(100,100,100,1);
    margin-bottom: 12px;
}

footer .contact-us{
    position: relative;
    cursor: pointer;
}
footer .contact-us:hover .qrCode-wrapper{
    display: block;
}
footer .contact-us>img{
    margin: 0 15px;
}
.qrCode-wrapper{
    position: absolute;
    width:246px;
    height:246px;
    background:rgba(255,255,255,1);
    border-radius:4px;
    position: absolute;
    box-shadow: 1px 2px 2px 2px rgba(0,0,0,.1);
    top: -300px;
    z-index: 10;
    display: none;
}

.qrCode-wrapper .title{
    font-size:20px;
    font-weight:500;
    color:rgba(0,0,0,1);
    margin-top: 29px;
    margin-bottom: 8px;
}
.qrCode-wrapper .describe{
    font-size:14px;
    font-weight:500;
    color:rgba(50,50,50,1);
    line-height:22px;
    margin-bottom: 9px;
}

footer .footer-contact-number{
    font-size:14px;
    font-weight:500;
    color:rgba(100,100,100,1);
    margin-top: -15px;
    margin-bottom: 15px;
}


