.fixed {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    background: #fff;
    background-size: 100% 100%;
    border-top: 2px solid #e8e8e8;
    position: fixed;
    z-index: 99999999;
    bottom: 0;
    max-width: 1080px;
    margin: 0 auto;
}

.fixed ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.fixed ul li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
    height: .5rem;
    line-height: .5rem;
    margin-top: .15rem;
}

.fixed ul li:last-child {
    border: 0;
}

.fixed ul li a {
    height: .4rem;
}

.fixed ul li img {
    display: block;
    width: .4rem;
    height: .4rem;
    margin: 0 auto;
}

.fixed ul li span {
    font-size: .26rem;
    color: #515151;
}