footer{
    background: #eee;
    margin-bottom: 0.60rem;
}
footer p{
    text-align: center;
    line-height: 50px;
    color: #555;
    font-size: 12px;
}

.fiexd ul li {
    width:25%;
    float: left;
    text-align: center;
    background: #cc0010;
    padding: 0.1rem 0;
}
.fiexd ul li:nth-child(4) {
    margin-right: 0;
}

.fiexd ul li a {
    color: #fff;
    font-size: 14px;
    width: 100%;
    height: 100%;
}

.fiexd ul li a i {
    font-size: 0.2rem;
    display: inline-block;
}

.fiexd {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}