.footer{
    background: #333333;
    text-align: center;
    padding: 20px 0;
    margin-top: 50px;
}
.footer .w{
    position: relative;
}
.footer .w p>span{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-right: 10px;
}
.footer p>span>img{
    width: 16px;
    height: 16px;
    margin-right: 2px;
}
.footer .w .ft-logo2{
    width: 41px;
    height: 51px;
    position: absolute;
    right: 0px;
    top: 0px;
}
@media screen and (max-width: 1280px){
    .footer .w{
        width: 95%;
    }
}
@media screen and (max-width: 650px){
    .footer .w .ft-logo2{
        position: relative;
        margin-top: 20px;
    }
}