footer {
    /* margin: 0.15rem 0; */
    margin-bottom: 0.6rem;
    background: #FFEFDF;
}

footer p {
    text-align: center;
    color: #333;
    font-size: 0.14rem;
    line-height: 0.36rem;
}

.fiexd ul li {
    width: 33.3%;
    float: left;
    text-align: center;
    background: #ff7f00;
    padding: 0.1rem 0;
}
.fiexd ul li a {
    color: #fff;
    font-size: 0.14rem;
    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%;
}
.footer_weixin {
	margin: auto;
    text-align: center;
}
.footer_weixin img{
	width: 30%;
}