.new_sharetop {
    width: 100%;
    height: .92rem;
    display: flex;
    position: fixed;
    top: -5rem;
    left: 0;
    flex-direction: row;
    align-items: center;
    background: #f5f4f4;
    z-index: 99999;
}

.new_sharetop img {
    width: 2.34rem;
    margin-left: 0.48rem;
}

.new_sharetop p {
    height: 0.7rem;
    background: #d7000f;
    border-radius: 0.1rem;
    font-size: 0.36rem;
    color: #f8f8f8;
    text-align: center;
    line-height: 0.4rem;
    padding: .15rem;
    margin-left: 2rem;
    box-sizing: border-box;
}

.defaultImg {
    position: absolute;
    top: -99rem;
    width: .6rem;
    height: .6rem;
}