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

.click-pointer[data-v-7f15dddc] {
    cursor: pointer
}

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

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

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

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

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

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

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

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

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

.confirm-h5[data-v-7f15dddc] {
    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-7f15dddc]:hover {
        background: #9e74f0
    }
    .normal-button[data-v-7f15dddc]:active {
        background: #7f45f6
    }
    .normal-button[data-v-7f15dddc]:disabled {
        background: #8854f4;
        opacity: .3
    }
    .exchange-button[data-v-7f15dddc]:hover {
        background: rgba(158, 116, 240, .1);
        border: 1px solid #9e74f0
    }
    .exchange-button[data-v-7f15dddc]:active {
        background: rgba(127, 69, 246, .1);
        border: 1px solid #7f45f6
    }
    .exchange-button[data-v-7f15dddc]:disabled {
        border: 1px solid #8854f4;
        opacity: .3
    }
}

@-webkit-keyframes fade-in-7f15dddc {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fade-in-7f15dddc {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

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

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

.nuxt-icon[data-v-7f15dddc] {
    display: inline-block
}

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

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

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

.btn[data-v-7f15dddc],
.client-btn[data-v-7f15dddc] {
    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-7f15dddc]:hover,
.client-btn[data-v-7f15dddc]:hover {
    background: #9c75f0;
    color: #fff
}

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

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

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

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

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

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

.back-to-top-box[data-v-7f15dddc] {
    bottom: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    position: fixed;
    width: 100%;
    z-index: 11;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none
}

.back-to-top-box .back-to-top-content[data-v-7f15dddc] {
    height: 32px;
    position: relative;
    width: 1200px
}

.back-to-top-box .back-to-top-btn[data-v-7f15dddc] {
    background: #fff;
    border: 1px solid #e3dfe5;
    border-radius: 12px;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    pointer-events: auto;
    position: absolute;
    right: -110px;
    width: 56px;
    z-index: 11;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .5;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.back-to-top-box .back-to-top-btn .icon[data-v-7f15dddc] {
    color: #9f50ef;
    height: 24px;
    width: 24px
}

.back-to-top-box .back-to-top-btn .icon img[data-v-7f15dddc] {
    height: 100%;
    width: 100%
}

.back-to-top-box .back-to-top-btn[data-v-7f15dddc]:hover {
    -webkit-box-shadow: 0 39px 11px 0 transparent, 0 25px 10px 0 rgba(0, 0, 0, .01), 0 14px 8px 0 rgba(0, 0, 0, .03), 0 6px 6px 0 rgba(0, 0, 0, .04), 0 2px 3px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 39px 11px 0 transparent, 0 25px 10px rgba(0, 0, 0, .01), 0 14px 8px rgba(0, 0, 0, .03), 0 6px 6px rgba(0, 0, 0, .04), 0 2px 3px rgba(0, 0, 0, .05);
    opacity: 1
}

.back-to-top-box .back-to-top-btn[data-v-7f15dddc]:active {
    -webkit-box-shadow: 0 16px 4px 0 transparent, 0 10px 4px 0 rgba(0, 0, 0, .01), 0 6px 3px 0 rgba(0, 0, 0, .05), 0 2px 2px 0 rgba(0, 0, 0, .09), 0 1px 1px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 16px 4px 0 transparent, 0 10px 4px rgba(0, 0, 0, .01), 0 6px 3px rgba(0, 0, 0, .05), 0 2px 2px rgba(0, 0, 0, .09), 0 1px 1px rgba(0, 0, 0, .1);
    opacity: 1;
    -webkit-transform: scale(.95);
    transform: scale(.95)
}