/*弹框*/
.backPopup {
    width: 6.40rem;
    background: linear-gradient(179deg, #D5E7FF 0%, #FFFFFF 100%);
    border-radius: 0.44rem;
    padding-bottom: 0.48rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
}

.backPopup .top-bg {
    width: 6.40rem;
    height: 1.40rem;
    background: transparent;
    border-radius: 0.5rem;
}

.backPopup .finish {
    width: 1.5rem;
    height: 1.5rem;
    margin: -0.75rem auto 0 auto;
}

.backPopup .info {
    font-weight: bold;
    font-size: 0.36rem;
    color: #000;
    line-height: 0.68rem;
    text-align: center;
    margin-top: 0.56rem;
    margin-bottom: 0.3rem;
}

.backPopup .back-btn {
    width: 3.20rem;
    height: 0.88rem;
    background: #4876F0;
    border-radius: 0.88rem;
    border: none;
    font-size: 0.36rem;
    color: #FFFFFF;
    margin: 0.34rem auto 0 auto;
}