/* foot */

footer{
    background: #2c2c2c; min-height: 118px; float: left; width: 100%; color: #fff; font-size: 14px;
}
footer .foot-l{
    width: 100%;
    float: left;
    max-width: 600px;
}
footer .foot-r{
    float: right;
    margin: 47px 30px 0 0; text-align: right;
}
footer .foot-r span{
    font-size: 12px;
}

footer p{ margin: 38px 0; display: block;
    line-height: 24px;
}
footer b{ line-height: 24px;}
footer span{ margin: 0 5px;}
footer span a{ color: #fff;}

footer span img{ margin-top: 26px;}

@media screen and (max-width: 734px){
    footer .foot-r{
        display: none;
    }
    footer{
        min-height: auto;
    }
    footer .foot-l{
        text-align: center; font-size: 0;
    }
    footer p{
        margin: .2rem 0;
        line-height: .24rem;
        font-size: .14rem;
    }
    footer span img{ margin: 0}
}