@import url(common.css);
.jlkz{
    width: 100%;
    height: 2.5rem;
}
.forr{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2rem;
    background-color: #fff;
    z-index: 500;
}

.forr ul{
    display: flex;
    width: 92%;
    margin: 0 auto;
    margin-top: 0.15rem;
}

.forr ul li{
    flex: 1;
}

.forr ul li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.forr ul li a img{
    width: 1.2rem;
    height: 1.2rem;
}

.forr ul li a p{
    font-size: 0.5rem;
    color: #797B7A;
    line-height: 0.6rem;
}

.forr ul li a .xz{
    color: #3480CB;
}