.retention-pop .el-dialog {
    background: var(--bg-url);
    background-size: contain;
    box-shadow: none;
    height: 606px;
    width: 380px
}

.retention-pop .el-dialog__header {
    display: none
}

.retention-pop .el-dialog__body {
    padding: 0
}

.retention-pop .close {
    background-image: url(../img/close_btn.png);
    background-size: contain;
    cursor: pointer;
    height: 40px;
    position: absolute;
    right: -40px;
    top: 20px;
    width: 40px
}

.retention-pop .countdown {
    color: #f53f3f;
    padding-top: 130px;
    text-align: center
}

.retention-pop .countdown .info {
    font-size: 20px;
    font-weight: 600;
    padding-right: 6px
}

.retention-pop .countdown .num {
    background: #f53f3f;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    height: 24px;
    line-height: 24px;
    margin: 0 4px;
    text-align: center;
    width: 30px
}

.retention-pop .main-box {
    background-image: url(/_nuxt/img/7261e935.png);
    background-size: contain;
    border-radius: 10px;
    box-sizing: border-box;
    height: 146px;
    margin: 36px auto 0;
    padding: 20px;
    position: relative;
    width: 300px
}

.retention-pop .main-box .productName {
    color: #582b0b;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    width: 180px
}

.retention-pop .main-box .price-box {
    margin: 4px 0 8px
}

.retention-pop .main-box .price-box .i {
    color: #f53f3f;
    font-size: 14px;
    font-weight: 600
}

.retention-pop .main-box .price-box .price {
    color: #f53f3f;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.5;
    padding: 0 8px 0 6px
}

.retention-pop .main-box .price-box .rawPrice {
    color: #bbc2c9;
    font-size: 14px;
    font-weight: 400;
    text-decoration-line: line-through
}

.retention-pop .main-box .jiang {
    background-image: url(/_nuxt/img/2c1f2d27.png);
    background-size: contain;
    height: 104px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: -30px;
    width: 88px
}

.retention-pop .main-box .jiang .info {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    padding-top: 35px
}

.retention-pop .main-box .jiang .num {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5
}

.retention-pop .list {
    display: flex
}

.retention-pop .list p {
    padding-right: 16px
}

.retention-pop .list p span {
    color: #87654d;
    font-size: 12px;
    font-weight: 400;
    padding-left: 4px
}

.retention-pop .list p i {
    color: #f53f3f;
    font-size: 14px
}

.retention-pop .p-price {
    color: #1d2129;
    font-size: 14px;
    font-weight: 400;
    margin: 28px 0 12px;
    text-align: center
}

.retention-pop .p-price span {
    color: #f53f3f;
    font-size: 14px;
    font-weight: 400;
    padding-left: 6px
}

.retention-pop #pay-qrcode {
    height: 152px;
    overflow: hidden;
    width: 152px
}

.retention-pop .pay-qrcode {
    height: 152px;
    margin: 0 auto;
    position: relative;
    width: 152px
}

.retention-pop .pay-qrcode img {
    cursor: pointer;
    height: 152px;
    width: 152px
}

.retention-pop .pay-qrcode .pay-status {
    align-items: center;
    background: rgba(0,0,0,.7);
    bottom: -3px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 1
}

.retention-pop .pay-qrcode .pay-status i {
    color: #fff;
    font-size: 24px
}

.retention-pop .pay-qrcode .pay-status p {
    color: #fff;
    font-size: 12px;
    margin-top: 7px
}

.retention-pop .pay-qrcode .pay-status3 {
    background: #666
}

.retention-pop .msg {
    color: #86909c;
    font-size: 12px;
    margin-top: 12px;
    text-align: center
}

.retention-pop .msg .msg-img {
    display: inline-block;
    height: 14px;
    margin-right: 4px;
    width: 14px
}

.dialog-fade-enter-active {
    animation: dialog-fade-in .3s
}

.dialog-fade-leave-active {
    animation: dialog-fade-out .3s
}

@keyframes dialog-fade-in {
    0% {
        opacity: 0;
        transform: translateZ(0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes dialog-fade-out {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        transform: translateZ(0)
    }
}
