body{
    margin-bottom: 70px;
}
.footerBar {
    width: 100%;
    height: 70px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background: #274eb5;
}

.footerBar ul {
    display: flex;
    justify-content: space-between;
}

.footerBar ul li {
    width: 20%;
    height: 70px;
}

.footerBar ul li:nth-child(3) a img{
    width: 20px;
}

.footerBar ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.footerBar ul li a img {
    display: block;
    margin: 10px auto 5px;
    width: 25px;
    height: auto;
}

.footerBar ul li a span {
   font-size: 14px;
   color: #fff;
   text-align: center;
   display: block;
}
<!--ºÄÊ±1763541549.5823Ãë-->