.new-user-tip-img-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.user-tip-img {
    width: 100%;
    position: relative;
}

.user-tip-img {
    width: 7.16rem;
    height: auto;
    margin: 0 auto;
}

.user-tip-img-btn-box {
    width: 7.16rem;
    position: absolute;
    height: 0.64rem;
    bottom: -0.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.8rem;
}

.user-tip-img-btn-box img {
    height: 0.63rem;
    width: 2.45rem;
}

.user-tip-img-btn-box-next { 
    height: 0.63rem;
    width: 2.45rem;
    position: relative;
}

.user-tip-img-btn-box-next-text {
    height: 0.63rem;
    width: 2.45rem;
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.62rem;
}

