footer {font-size: 16px ;max-width:500px;margin:0 auto;}

footer .about {
    height: 68px;
    padding: 16px 0;
    background-color: #fd3939; }

footer .about span {
    display: inline-block;
    width: 33%;
    position: relative; }

footer .about a {
    display: block;
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    text-align: center; }

footer .about i {
    display: block;
    width: 1px;
    height: 50px;
    background-color: #d43030;
    position: absolute;
    right: 0;
    top: 9px; }