#index_footer{
    width: 100%;
    height: 47px;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
    color: #747474;
    background: #f6f6f6;
    border-top: 1px solid #f0f0f0;
    display: inline-block;
}
#index_footer ul li{
    width: 25%;
    float: left;
    text-align: center;
}
.footer_img{
    width: 20px;
    height: 20px;
    margin: auto;
    margin-top: 4%;
}
.footer_img img{
    width:100%;
    height: 100%;
}
.footer_img i{
    font-size: 20px;
}

.footer_checked,.footer_checked a{
    color: #00a0ea;
}