.click-default[data-v-8f40b6bc] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.click-pointer[data-v-8f40b6bc] {
    cursor: pointer
}

.normal-button[data-v-8f40b6bc] {
    background: #8854f4;
    border-radius: 6px;
    color: #fff
}

.exchange-button[data-v-8f40b6bc],
.normal-button[data-v-8f40b6bc] {
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.exchange-button[data-v-8f40b6bc] {
    border: 1px solid #8854f4;
    border-radius: 6px;
    color: #8854f4
}

.close-icon[data-v-8f40b6bc] {
    border-radius: 3px;
    height: 24px;
    line-height: 16px;
    position: relative;
    width: 24px
}

.close-icon[data-v-8f40b6bc]:after,
.close-icon[data-v-8f40b6bc]:before {
    background: #757575;
    border: 1px solid #757575;
    border-radius: 1px;
    content: " ";
    height: 16px;
    left: 11px;
    position: absolute;
    top: 3px
}

.close-icon[data-v-8f40b6bc]:hover {
    background: rgba(13, 13, 13, .06)
}

.close-icon[data-v-8f40b6bc]:active {
    background: rgba(13, 13, 13, .1)
}

.close-icon[data-v-8f40b6bc]:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.close-icon[data-v-8f40b6bc]:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.confirm-h5[data-v-8f40b6bc] {
    background: #fff;
    border: 1px solid #d0d3d8;
    border-radius: 8px;
    color: #333840;
    font-size: 16px;
    height: 44px;
    line-height: 42px;
    width: 258px
}

@media screen and (min-width:1025px) {
    .normal-button[data-v-8f40b6bc]:hover {
        background: #9e74f0
    }
    .normal-button[data-v-8f40b6bc]:active {
        background: #7f45f6
    }
    .normal-button[data-v-8f40b6bc]:disabled {
        background: #8854f4;
        opacity: .3
    }
    .exchange-button[data-v-8f40b6bc]:hover {
        background: rgba(158, 116, 240, .1);
        border: 1px solid #9e74f0
    }
    .exchange-button[data-v-8f40b6bc]:active {
        background: rgba(127, 69, 246, .1);
        border: 1px solid #7f45f6
    }
    .exchange-button[data-v-8f40b6bc]:disabled {
        border: 1px solid #8854f4;
        opacity: .3
    }
}

@-webkit-keyframes fade-in-8f40b6bc {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fade-in-8f40b6bc {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fade-in-out-8f40b6bc {
    0% {
        opacity: 0
    }
    25% {
        opacity: 1
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fade-in-out-8f40b6bc {
    0% {
        opacity: 0
    }
    25% {
        opacity: 1
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.nuxt-icon[data-v-8f40b6bc] {
    display: inline-block
}

.nuxt-icon[data-v-8f40b6bc] svg {
    height: 100%;
    width: 100%
}

img[lazy=loading][data-v-8f40b6bc] {
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

img[lazy=error][data-v-8f40b6bc],
img[lazy=loaded][data-v-8f40b6bc] {
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.btn[data-v-8f40b6bc],
.client-btn[data-v-8f40b6bc] {
    background: #8350f2;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin: 16px auto 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 240px
}

.btn[data-v-8f40b6bc]:hover,
.client-btn[data-v-8f40b6bc]:hover {
    background: #9c75f0;
    color: #fff
}

.btn[data-v-8f40b6bc]:active,
.client-btn[data-v-8f40b6bc]:active {
    background: #582aef;
    color: #fff
}

.client-btn[data-v-8f40b6bc] {
    background: #fff;
    border: 1px solid #8350f2;
    color: #8350f2
}

.client-btn[data-v-8f40b6bc]:hover {
    background: #f1edfa;
    color: #8350f2
}

.client-btn[data-v-8f40b6bc]:active {
    background: #e5e1ef;
    color: #8350f2
}

@-webkit-keyframes rotate-8f40b6bc {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotate-8f40b6bc {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.userInfo-h5[data-v-8f40b6bc] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.userInfo-h5 .avatar[data-v-8f40b6bc] {
    border-radius: 50%;
    height: 64px;
    width: 64px
}

.userInfo-h5 .avatar img[data-v-8f40b6bc] {
    border-radius: 50%;
    height: 100%;
    width: 100%
}

.userInfo-h5 .user-name[data-v-8f40b6bc] {
    color: rgba(13, 13, 13, .9);
    font-size: 18px;
    font-weight: 600;
    margin: 12px 0 6px;
    max-width: 180px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap
}

.content[data-v-8f40b6bc] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.content .company-account-logo[data-v-8f40b6bc] {
    background: #e3eeff;
    border-radius: 37px;
    color: #2c71fa;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 70px
}

.content .id[data-v-8f40b6bc] {
    color: rgba(13, 13, 13, .46);
    font-size: 12px;
    line-height: 20px;
    padding-left: 10px
}