[data-v-9484562b] .el-dialog__header {
    display: none
}

.timeout-box[data-v-9484562b] {
    align-items: center;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    background: #fff9;
    border-radius: 10px;
    color: var(--primary-text-color);
    cursor: pointer;
    display: flex;
    filter: blur(.6);
    height: 100%;
    justify-content: center;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 100
}

.timeout-box[data-v-9484562b],
.timeout-box span[data-v-9484562b] {
    font-size: 16px;
    font-weight: 600;
    opacity: 1
}

.timeout-box span[data-v-9484562b] {
    color: #050505;
    line-height: 24px
}

.close[data-v-9484562b] {
    cursor: pointer;
    position: absolute;
    right: -50px;
    width: 38px
}

.wrap[data-v-9484562b] {
    background: linear-gradient(180deg, #f05613 10%, #ffc4aa 40%);
    display: flex;
    justify-content: center;
    position: relative
}

.wrap[data-v-9484562b],
.wrap .scan-bg[data-v-9484562b] {
    height: 630px;
    width: 100%
}

.wrap .scan-man[data-v-9484562b] {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}

.box[data-v-9484562b] {
    align-items: center;
    background-color: #fff4ef;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    height: 360px;
    justify-content: center;
    overflow: hidden;
    padding: 2px;
    position: absolute;
    top: 235px;
    width: 400px
}

.box .qrcode-box[data-v-9484562b] {
    background: var(--bg-color);
    border: 1px solid var(--border-2-color);
    box-shadow: 0 2px 6px #e4d8d800;
    margin-top: 30px;
    position: relative;
    transition: all .4s;
    z-index: 99
}

.box .qrcode-box[data-v-9484562b]:before {
    top: -30px;
    transform: rotate(180deg)
}

.box .qrcode-box[data-v-9484562b]:after,
.box .qrcode-box[data-v-9484562b]:before {
    background: url(https://static.ppkao.com/www/images/scan-line.png) no-repeat;
    background-size: 280px 86px;
    content: "";
    display: block;
    height: 86px;
    left: -30px;
    position: absolute;
    width: 280px
}

.box .qrcode-box[data-v-9484562b]:after {
    bottom: -30px
}

.box .qrcode-box .qrcode-img[data-v-9484562b] {
    align-items: center;
    display: flex;
    height: 220px;
    justify-content: center;
    position: relative;
    transition: all .4s;
    width: 220px
}

.box .qrcode-box .qrcode-img .qrcode[data-v-9484562b] {
    height: 100%;
    position: absolute;
    width: 100%
}

.box .qrcode-box .qrcode-img .icon-box[data-v-9484562b] {
    background-color: #fff;
    position: absolute;
    z-index: 100
}

.box .qrcode-box .qrcode-img .icon-box .icon[data-v-9484562b] {
    transition: all .4s;
    width: 32px
}