.-scan-bottle {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 1);
    display: flex;
    flex-direction: column;
    // &__mask {
    //     position: fixed;
    //     left: 0;
    //     top: 0;
    //     right: 0;
    //     bottom: 0;
    //     z-index: 9999;
    //     background-color: rgba(0, 0, 0, 1);
    // }
}

.container-wrap {
    flex: 1;
    overflow: hidden;
}

.container {
    width: 100%;
    height: 100%;
}

.footer {
    // height: 364rpx;
}

.action {
    &-wrap {
        display: flex;
    }
    &-item {
        flex: 1;
        height: 130rpx;
        align-items: center;
        justify-content: center;
        font-size: 36rpx;
        color: #222222;
        background-color: white;
        display: flex;
        &.action {
            color: #1783E5;
        }
    }
}

.close {
    background-color: #1783E5;
    color: white;
    font-size: 36rpx;
    height: 130rpx;
    line-height: 130rpx;
    text-align: center;
    box-sizing: content-box;
    padding-bottom: 0;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}