.status-bar{
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
    padding-top:20px
}
.status-bar ul>li{
    display: inline-block;
    margin: 2px;
}
.status-bar ul > li a{
    color: #545A62;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(0,0,0,0);
    font-size: 14px;
}
.status-bar img{
    width: 18px;
    margin-top: -3px;
}
.status-bar .btn-back{
    display: block;
    clear: both;
    width: 30px;
} 
.status-bar .btn-back img{
    width: 100%;
    margin: 10px 0px;
}