
footer{
    overflow: hidden;
    width: 100%;
}
.footer-copyright{
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #424242;
}
.footer-return{
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    color:#fff ;
    background-color: #373737;
}
.footer-return a{
    color: #fff;
}
.footer-return img{
    padding:0 4px 4px 0;
}