@charset "UTF-8";
.van-toast[data-v-3e71d3da] {
    word-break: break-word !important
}

.cg-default.van-button[data-v-3e71d3da] {
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon[data-v-3e71d3da] {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img[data-v-3e71d3da] {
    height: 80%
}

@media(orientation:landscape) {
    html.landscape[data-v-3e71d3da] {
        font-size: 9vh !important
    }
}

.dialog[data-v-3e71d3da] {
    position: fixed;
    inset: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: var(--bgcolor-32);
    -webkit-transition: opacity .15s ease-in-out, visibility .15s ease-in-out;
    transition: opacity .15s ease-in-out, visibility .15s ease-in-out;
    z-index: 2004
}

.dialog.active[data-v-3e71d3da] {
    opacity: 1;
    visibility: visible
}

.dialog.active .dialog__container[data-v-3e71d3da] {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.dialog.inactive[data-v-3e71d3da] {
    opacity: 0;
    visibility: hidden
}

.dialog.inactive .dialog__container[data-v-3e71d3da] {
    -webkit-transform: scale(.3);
    transform: scale(.3);
    opacity: 0
}

.dialog__container[data-v-3e71d3da] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 8rem;
    min-height: 5.33333rem;
    border-radius: .26667rem;
    background: var(--bgDark-4, var(--bg_color_L2));
    -webkit-transition: opacity .3s, -webkit-transform .3s ease-in-out;
    transition: opacity .3s, -webkit-transform .3s ease-in-out;
    transition: opacity .3s, transform .3s ease-in-out;
    transition: opacity .3s, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    z-index: 2003;
    padding: .26667rem;
    border-radius: 20px
}

.dialog__container .close_img[data-v-3e71d3da] {
    position: absolute;
    bottom: -1.06667rem;
    width: .8rem;
    height: .8rem
}

.dialog__container-img svg[data-v-3e71d3da],
.dialog__container-img[data-v-3e71d3da] img {
    width: 2.24rem;
    height: 2.24rem;
    object-fit: contain
}

.dialog__container-img svg.succed[data-v-3e71d3da],
.dialog__container-img[data-v-3e71d3da] img.succed {
    width: 3.73333rem;
    height: 2.16rem;
    position: relative;
    margin-top: -.74667rem
}

.dialog__container-title[data-v-3e71d3da] {
    margin-top: .34667rem;
    font-size: .48rem;
    font-weight: 700;
    color: var(--text_color_L1)
}

.dialog__container-content[data-v-3e71d3da] {
    margin-top: .29333rem;
    color: var(--text_color_L2);
    font-size: .32rem;
    font-weight: 400
}

.dialog__container-footer[data-v-3e71d3da] {
    display: initial;
    width: 100%;
    margin-top: .8rem;
    padding: 0 .26667rem
}

.dialog__container-footer button[data-v-3e71d3da] {
    width: 100%;
    height: 1.06667rem;
    color: var(--main-color);
    font-size: .42667rem;
    text-align: center;
    border-radius: 9rem;
    border: .01333rem solid var(--main-color);
    background: transparent
}

.dialog__container-footer button[data-v-3e71d3da]:first-of-type {
    margin-bottom: .26667rem;
    color: var(--text_color_L4);
    background: var(--main_gradient-color)
}

.dialog__outside[data-v-3e71d3da] {
    position: fixed;
    inset: 0;
    cursor: default;
    background: #0009;
    z-index: 2002
}

.close_img[data-v-3e71d3da] {
    width: .8rem;
    height: .8rem;
    position: absolute;
    bottom: -1.06667rem;
    left: 50%;
    margin-left: -.4rem
}