/* footer */
#footer{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    border-top: 1px solid #f1f1f1;
    background: #fff;
}
#footer ul li{
    flex: 1 0 0;
    height: 55px;
    text-align: center;
    color: #ccc;
}
#footer ul li i{
    position: relative;
}
#footer ul li span{
    position: absolute;
    right: -10px;
    top: -8px;
    display: block;
    width: 15px;
    height: 15px;
    padding: 1px 0 0 1px;
    background: #ff3100;
    border-radius: 50%;
    font-weight: bold;
    font-size: 9px;
    color: #fff;
}
#footer ul li.active{
    color: #00b0ff;
}
#footer ul li a{
    width: 100%;
    height: 100%;
    font-size: 18px;
}
/* footer End */