.floatAppBox {
    height: .8rem;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(00, 00, 00, .8);
    display: flex;
    align-items: center;
    padding: 0 .2rem;
}

.floatAppBox em {
    width: .32rem;
    height: .32rem;
}

.floatAppBox em img {
    width: .32rem;
    height: .32rem;
}

.floatAppBox div {
    display: flex;
    margin-left: .2rem;
}

.floatAppBox div img {
    width: .6rem;
    height: .6rem;
    border-radius: 3px;
}

.floatAppBox div p {
    color: #f90;
    font-size: .2rem;
    margin-left: .2rem;
    display: flex;
    height: .6rem;
    flex-direction: column;
    justify-content: space-between;
}

.floatAppBox div p i {
    font-style: normal;
    font-size: .18rem;
    display: block;
    opacity: .7;
    color: white;
}

.floatAppBox>a {
    margin-left: auto;
    font-size: .2rem;
    padding: .06rem .2rem;
    background: #f60;
    color: white;
    border-radius: .03rem;
}