.pop-bg[data-v-e6bf5a16] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 999
}

.pop-up[data-v-e6bf5a16] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6.47rem;
    height: 7rem;
    background: url("../popUp-bg.jpg") no-repeat center top;
    background-size: 100% auto;
    padding-top: .22rem;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none
}

.pop-up .pop-up-title[data-v-e6bf5a16] {
    color: #fff4d4;
    font-size: .69rem;
    font-weight: 700;
    text-align: center
}

.pop-up .pop-up-content[data-v-e6bf5a16] {
    display: flex;
    align-items: center;
    position: relative
}

.pop-up .pop-up-content .pop-up-item-box-container[data-v-e6bf5a16] {
    display: flex;
    align-items: center;
    position: absolute;
    left: .84rem;
    top: .6rem
}

.pop-up .pop-up-content .pop-up-item-box-container .pop-up-item-box[data-v-e6bf5a16] {
    width: 1.65rem
}

.pop-up .pop-up-content .pop-up-item-box-container .pop-up-item-box .pop-up-item[data-v-e6bf5a16] {
    background: url("../Wrapper4/icon-border-red.png") no-repeat center top;
    background-size: 100% 100%;
    width: 1.12rem;
    height: 1.12rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

.pop-up .pop-up-content .pop-up-item-box-container .pop-up-item-box .pop-up-item img[data-v-e6bf5a16] {
    width: 1.07rem;
    height: 1.07rem;
    object-fit: cover;
    margin-top: .4rem
}

.pop-up .pop-up-content .pop-up-item-box-container .pop-up-item-box .pop-up-item p[data-v-e6bf5a16] {
    font-size: .2rem;
    white-space: nowrap;
    color: #964e28
}

.pop-up .pop-up-code-box[data-v-e6bf5a16] {
    width: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: .2rem;
    top: 3.28rem
}

.pop-up .pop-up-code-box .pop-up-code[data-v-e6bf5a16] {
    width: 4.19rem;
    height: .88rem;
    line-height: .88rem;
    text-align: center;
    color: #964e28;
    font-size: .44rem
}

.pop-up .pop-up-code-box .pop-up-button[data-v-e6bf5a16] {
    background: url("../popUp-button.png") no-repeat center center;
    background-size: 100% 100%;
    width: 1.81rem;
    height: .88rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .32rem;
    font-weight: 700;
    cursor: pointer
}

.pop-up .pop-up-code-box .pop-up-button p[data-v-e6bf5a16] {
    background: linear-gradient(0deg, #fff 0, #f6e7a9);
    -webkit-background-clip: text;
    -ms-background-clip: text;
    background-clip: text;
    color: transparent
}

.pop-up .pop-up-desc[data-v-e6bf5a16] {
    position: absolute;
    top: 4.3rem;
    padding: 0 .28rem;
    color: #975029;
    font-size: .2rem;
    letter-spacing: .01rem;
    line-height: .3rem
}

.pop-up .pop-up-desc p[data-v-e6bf5a16] {
    margin-bottom: .1rem
}

.pop-up .pop-up-down[data-v-e6bf5a16] {
    width: 100%;
    height: .63rem;
    position: absolute;
    left: 0;
    bottom: .89rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .24rem;
    color: #931e1e
}

.close[data-v-e6bf5a16] {
    width: .61rem;
    height: .69rem;
    position: absolute;
    bottom: 0rem;
    left: 50%;
    transform: translate(-50%);
    cursor: pointer
}

.toast[data-v-e6bf5a16] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: .2rem .5rem;
    background: rgba(0, 0, 0, .75);
    color: #fff;
    font-size: .22rem;
    border-radius: .08rem;
    z-index: 10000;
    animation: toastIn-e6bf5a16 .3s ease
}

@keyframes toastIn-e6bf5a16 {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(.8)
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1)
    }
}

@media screen and (max-width:768px) {
    .pop-up .pop-up-down[data-v-e6bf5a16] {
        bottom: 1.1rem
    }
}