.foot-wrap {
    position: fixed;
    bottom: 0;
    background-color: #f5f5f5;
    height: .93rem;
    width: 100%;
    padding: 0 .75rem;
    font-size: .28rem;
    z-index: 100;
}

.home-wrap {
    width: 1.13rem;
    height: 1.13rem;
    border-radius: 50%;
    border: 1px solid #f5f5f5;
    background-color: #ffffff;
    bottom: .16rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);

}
.home-cont {
    overflow: hidden;

}

.home {
    width: .6rem;
    height: .6rem;
    transform: translate(-.6rem, 0);
  
}
.home1 {
    width: .6rem;
    height: .6rem;
  
}
.foot-cont {
    overflow: hidden;
}

.foot-icon {
    width: .4rem;
}

.foot-item {
    font-size: .28rem;
    margin-left: .2rem;
}