footer{
    width: 100%;
    min-width: 1200px;
    padding-top: 40px;
    height: 325px;
    background: url("../img/community_home_footer_bg.png");
    background-size: 100% 100%;
    position: relative;
    padding-left: 100px;
}
footer .footer-box{
    /*width: 1200px;*/
    margin: 0 auto;
    position: relative;
}
footer .footer-box .footer-text-box{
    position: relative;
    top: 35px;
}
.footer-text-box ul{
    list-style: none;
    line-height: 30px;
    margin-right: 125px;
}
.footer-text-box ul li:first-child{
    padding-bottom: 35px;
}
.footer-text-box ul li{
    padding-bottom: 10px;
    font-size: 16px;
}
.footer-text-box .qr-code{
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 0;*/
    float: left;
}
.qr-code img{
    width: 108px;
    height: 151px;
}