.__nuxt-error-page {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    align-items: center;
    background: #f7f8fb;
    bottom: 0;
    color: #47494e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: sans-serif;
    font-weight: 100 !important;
    justify-content: center;
    left: 0;
    padding: 1rem;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0
}

.__nuxt-error-page .error {
    max-width: 450px
}

.__nuxt-error-page .title {
    color: #47494e;
    font-size: 1.5rem;
    margin-bottom: 8px;
    margin-top: 15px
}

.__nuxt-error-page .description {
    color: #7f828b;
    line-height: 21px;
    margin-bottom: 10px
}

.__nuxt-error-page a {
    color: #7f828b !important;
    -webkit-text-decoration: none;
    text-decoration: none
}

.__nuxt-error-page .logo {
    bottom: 12px;
    left: 12px;
    position: fixed
}

.nuxt-progress {
    background-color: #fff;
    height: 2px;
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: width .1s, opacity .4s;
    transition: width .1s, opacity .4s;
    width: 0;
    z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
    -webkit-transition: none;
    transition: none
}

.nuxt-progress-failed {
    background-color: red
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

blockquote,
body,
button,
caption,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
legend,
li,
menu,
ol,
p,
pre,
table,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

address,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th {
    font-weight: 400;
    text-align: left
}

abbr,
body,
fieldset,
html,
iframe,
img {
    border: 0
}

address,
cite,
dfn,
em,
i,
var {
    font-style: normal
}

[hidefocus],
summary {
    outline: 0
}

li {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%
}

sub,
sup {
    font-size: 83%
}

q:after,
q:before {
    content: none
}

textarea {
    overflow: auto;
    resize: none
}

label,
summary {
    cursor: default
}

a,
button {
    cursor: pointer
}

a,
a:focus,
button {
    outline: none
}

b,
em,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: 400
}

a,
a:hover,
del,
ins,
s,
u {
    -webkit-text-decoration: none;
    text-decoration: none
}

body,
button,
input,
keygen,
legend,
select,
textarea {
    outline: 0
}

body,
html {
    height: 100%;
    margin: 0;
    width: 100%
}

::-ms-clear,
::-ms-reveal {
    display: none
}

body {
    font-size: 14px;
    line-height: 1
}

html.hb-night body {
    color: #a5bdea
}

html.hb-day body {
    color: #263241
}

html.en-us body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.25
}

html.zh-cn body {
    color: #e9eaed
}

.en-us button,
.en-us input {
    font-size: 14px;
    line-height: 1.25
}

@media screen and (max-width:1200px) {
    .hide1200 {
        display: none
    }
}

@media screen and (max-width:1440px) {
    .hide1440 {
        display: none
    }
}

@media screen and (max-width:1400px) {
    .hide1400 {
        display: none
    }
}

@media screen and (max-width:1200px) {
    .show1200 {
        display: block
    }
}

@media screen and (max-width:1440px) {
    .show1440 {
        display: block
    }
}

@media screen and (max-width:1400px) {
    .show1400 {
        display: block
    }
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.f-ai-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.f-ai-fe {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.f-jc-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.f-jc-sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.f-jc-sa {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.f-jc-fe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.f-fw-w {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.f-fd-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.pl30 {
    padding-left: 30px
}

.pr30 {
    padding-right: 30px
}

.pl10 {
    padding-left: 10px
}

.pt16 {
    padding-top: 16px
}

.pl16 {
    padding-left: 16px
}

.pr10 {
    padding-right: 10px
}

.mt4 {
    margin-top: 4px
}

.mt6 {
    margin-top: 6px
}

.mt8 {
    margin-top: 8px
}

.mt10 {
    margin-top: 10px
}

.mt12 {
    margin-top: 12px
}

.mt14 {
    margin-top: 14px
}

.mt16 {
    margin-top: 16px
}

.mt20 {
    margin-top: 20px
}

.mt24 {
    margin-top: 24px
}

.mt30 {
    margin-top: 30px
}

.mb30 {
    margin-bottom: 30px
}

.ml8 {
    margin-left: 8px
}

.ml16 {
    margin-left: 16px
}

.ml20 {
    margin-left: 20px
}

.mr8 {
    margin-right: 8px
}

.mr16 {
    margin-right: 16px
}

.mr66 {
    margin-right: 66px
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.van-toast {
    border-radius: 16px;
    min-width: 192px;
    padding: 16px 24px
}

.van-toast .van-toast__text {
    font-size: 28px;
    line-height: 40px
}

.van-toast .van-loading__spinner {
    height: 60px;
    width: 60px
}

.upper,
.uppercase {
    font-style: normal;
    text-transform: uppercase
}

select::-ms-expand {
    display: none
}

.no_select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scrollbar-arrow-color: #7f8fa4;
    scrollbar-face-color: transparent;
    scrollbar-3dlight-color: transparent;
    scrollbar-highlight-color: rgba(127, 143, 164, .4);
    scrollbar-shadow-color: rgba(0, 0, 0, .15);
    scrollbar-darkshadow-color: transparent;
    scrollbar-track-color: transparent;
    scrollbar-base-color: rgba(207, 211, 233, .2);
    background-color: #f9f9f9;
    font-size: 14px;
    width: 100%
}

html input[type=number] {
    -moz-appearance: textfield
}

html ::-webkit-scrollbar {
    height: 5px;
    width: 5px
}

html ::-webkit-scrollbar,
html ::-webkit-scrollbar-track {
    background-color: transparent
}

html ::-webkit-scrollbar-thumb {
    background-color: rgba(127, 143, 164, .4);
    border-radius: 4px;
    height: 5px;
    width: 5px
}

html.hb-night {
    scrollbar-highlight-color: #2e3753
}

html.mobile {
    min-width: inherit;
    width: 750px
}

html .v--modal-overlay {
    background: rgba(0, 0, 0, .4)
}

html .v--modal-overlay .v--modal-box {
    max-width: 100vw
}

html .v--modal-overlay .v--modal-box>div {
    max-height: 100%;
    overflow: auto
}

html .v--modal-overlay .v--modal-box.overflow {
    border-radius: 4px
}

html .v--modal {
    border-radius: 8px
}

.mini-toastr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    color: #263241;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    right: 15px;
    top: 90px;
    z-index: 1000
}

.mini-toastr.rb {
    bottom: 36px;
    top: auto
}

@-webkit-keyframes slideInto {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInto {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes enSlideInto {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes enSlideInto {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.mini-toastr__notification {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-left: 4px solid;
    border-radius: 3px;
    -webkit-box-shadow: 0 4px 16px rgba(69, 97, 137, .2);
    box-shadow: 0 4px 16px rgba(69, 97, 137, .2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    margin-bottom: 10px;
    max-width: 400px;
    min-width: 220px;
    padding: 21px 16px;
    text-align: left;
    white-space: pre-wrap;
    word-break: break-all
}

html.mobile .mini-toastr__notification {
    font-size: 28px;
    padding: 42px 32px
}

.mini-toastr__notification.devices-toast {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #4b5565;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    line-height: 20px;
    padding: 24px 24px 24px 52px;
    position: relative
}

.mini-toastr__notification.devices-toast .mini-toastr-notification__icon {
    color: #0173e5;
    left: 20px;
    margin: 0;
    position: absolute;
    top: 24px
}

.mini-toastr__notification.devices-toast .mini-toastr-notification__title {
    color: #1c242c;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.mini-toastr__notification.devices-toast .mini-toastr-notification__message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    color: #4b5565;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 8px
}

.mini-toastr__notification.devices-toast a {
    font-weight: 500;
    line-height: 14px;
    margin-top: 16px
}

.mini-toastr-in {
    -webkit-animation: slideInto .5s;
    animation: slideInto .5s
}

.mini-toastr-out {
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
    -webkit-transition: .8s ease-out;
    transition: .8s ease-out
}

.mini-toastr-notification__icon {
    -ms-flex-negative: 0;
    display: inline-block;
    flex-shrink: 0;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 12px;
    width: 20px
}

html.mobile .mini-toastr-notification__icon {
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    width: 30px
}

.-error {
    border-left-color: #fa5252
}

.-success {
    border-left-color: #12b886
}

.-info {
    border-left-color: #0173e5
}

.loading {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGU+QGtleWZyYW1lcyBsb2FkezAle3RyYW5zZm9ybTpyb3RhdGUoMCl9dG97dHJhbnNmb3JtOnJvdGF0ZSgtMzYwZGVnKX19PC9zdHlsZT48ZyBzdHlsZT0iYW5pbWF0aW9uOmxvYWQgMXMgbGluZWFyIGluZmluaXRlO3RyYW5zZm9ybS1vcmlnaW46Y2VudGVyIGNlbnRlciI+PGxpbmVhckdyYWRpZW50IGlkPSJyaWdodCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxNTAiIHkxPSIyMCIgeDI9IjE1MCIgeTI9IjE4MCI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDE3M2U1Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDE3M2U1Ii8+PC9saW5lYXJHcmFkaWVudD48cGF0aCBkPSJNMTAwIDB2MjBjNDQuMSAwIDgwIDM1LjkgODAgODBzLTM1LjkgODAtODAgODB2MjBjNTUuMiAwIDEwMC00NC44IDEwMC0xMDBTMTU1LjIgMCAxMDAgMHoiIHN0eWxlPSJmaWxsOnVybCgjcmlnaHQpIi8+PGxpbmVhckdyYWRpZW50IGlkPSJsZWZ0IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwIiB5MT0iMCIgeDI9IjUwIiB5Mj0iMTgwIj48c3RvcCBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiMwMTczZTU7c3RvcC1vcGFjaXR5OjAiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiMwMTczZTUiLz48L2xpbmVhckdyYWRpZW50PjxwYXRoIGQ9Ik0yMCAxMDBjMC00NC4xIDM1LjktODAgODAtODBWMEM0NC44IDAgMCA0NC44IDAgMTAwczQ0LjggMTAwIDEwMCAxMDB2LTIwYy00NC4xIDAtODAtMzUuOS04MC04MHoiIHN0eWxlPSJmaWxsOnVybCgjbGVmdCkiLz48Y2lyY2xlIGN4PSIxMDAiIGN5PSIxMCIgcj0iMTAiIHN0eWxlPSJmaWxsOiMwMTczZTUiLz48L2c+PC9zdmc+);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 32px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.search-none {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iODAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCB4MT0iNTAlIiB5MT0iMCUiIHgyPSI1MCUiIHkyPSIxMDAlIiBpZD0iYiI+PHN0b3Agc3RvcC1jb2xvcj0iI0VERjJGNyIgb2Zmc2V0PSIwJSIvPjxzdG9wIHN0b3AtY29sb3I9IiNGNkY3RkIiIG9mZnNldD0iMTAwJSIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IHgxPSI1MCUiIHkxPSIyOC44NjclIiB4Mj0iLTIyLjU0JSIgeTI9Ijc3LjAyOSUiIGlkPSJnIj48c3RvcCBzdG9wLWNvbG9yPSIjRkZGIiBvZmZzZXQ9IjAlIi8+PHN0b3Agc3RvcC1jb2xvcj0iI0VBRURGNCIgb2Zmc2V0PSIxMDAlIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSIgaWQ9ImoiPjxzdG9wIHN0b3AtY29sb3I9IiNDMUM3RDYiIG9mZnNldD0iMCUiLz48c3RvcCBzdG9wLWNvbG9yPSIjRDNEOUU3IiBvZmZzZXQ9IjEwMCUiLz48L2xpbmVhckdyYWRpZW50PjxmaWx0ZXIgeD0iLTEzLjElIiB5PSItMTMuMSUiIHdpZHRoPSIxMjYuMiUiIGhlaWdodD0iMTI2LjIlIiBmaWx0ZXJVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIGlkPSJjIj48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxMCIgaW49IlNvdXJjZUFscGhhIiByZXN1bHQ9InNoYWRvd0JsdXJJbm5lcjEiLz48ZmVPZmZzZXQgZHk9IjEiIGluPSJzaGFkb3dCbHVySW5uZXIxIiByZXN1bHQ9InNoYWRvd09mZnNldElubmVyMSIvPjxmZUNvbXBvc2l0ZSBpbj0ic2hhZG93T2Zmc2V0SW5uZXIxIiBpbjI9IlNvdXJjZUFscGhhIiBvcGVyYXRvcj0iYXJpdGhtZXRpYyIgazI9Ii0xIiBrMz0iMSIgcmVzdWx0PSJzaGFkb3dJbm5lcklubmVyMSIvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4wMiAwIiBpbj0ic2hhZG93SW5uZXJJbm5lcjEiLz48L2ZpbHRlcj48ZmlsdGVyIHg9Ii0yOC42JSIgeT0iLTIzLjMlIiB3aWR0aD0iMTU3LjElIiBoZWlnaHQ9IjE1My4zJSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiBpZD0iZSI+PGZlT2Zmc2V0IGR5PSIyIiBpbj0iU291cmNlQWxwaGEiIHJlc3VsdD0ic2hhZG93T2Zmc2V0T3V0ZXIxIi8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iNSIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIi8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjEgMCIgaW49InNoYWRvd0JsdXJPdXRlcjEiLz48L2ZpbHRlcj48ZmlsdGVyIHg9Ii00MCUiIHk9Ii0yOCUiIHdpZHRoPSIxODAlIiBoZWlnaHQ9IjE2NCUiIGZpbHRlclVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgaWQ9ImgiPjxmZU9mZnNldCBkeT0iMiIgaW49IlNvdXJjZUFscGhhIiByZXN1bHQ9InNoYWRvd09mZnNldE91dGVyMSIvPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjUiIGluPSJzaGFkb3dPZmZzZXRPdXRlcjEiIHJlc3VsdD0ic2hhZG93Qmx1ck91dGVyMSIvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xIDAiIGluPSJzaGFkb3dCbHVyT3V0ZXIxIi8+PC9maWx0ZXI+PGNpcmNsZSBpZD0iYSIgY3g9IjQwIiBjeT0iNDAiIHI9IjQwIi8+PHJlY3QgaWQ9ImYiIHg9IjAiIHk9IjAiIHdpZHRoPSI1NiIgaGVpZ2h0PSI2MCIgcng9IjQiLz48cGF0aCBkPSJNMTguMjkzIDQwLjM0NUM4LjQyNyAzOS4xMTUuNzkzIDMwLjcuNzkzIDIwLjVjMC0xMS4wNDYgOC45NTQtMjAgMjAtMjBzMjAgOC45NTQgMjAgMjBjMCAxMC4xOTktNy42MzQgMTguNjE1LTE3LjUgMTkuODQ1VjUwLjVoLTVWNDAuMzQ1em0yLjUtNC44NDVjOC4yODQgMCAxNS02LjcxNiAxNS0xNSAwLTguMjg0LTYuNzE2LTE1LTE1LTE1LTguMjg0IDAtMTUgNi43MTYtMTUgMTUgMCA4LjI4NCA2LjcxNiAxNSAxNSAxNXoiIGlkPSJpIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PG1hc2sgaWQ9ImQiIGZpbGw9IiNmZmYiPjx1c2UgeGxpbms6aHJlZj0iI2EiLz48L21hc2s+PGcgZmlsbC1ydWxlPSJub256ZXJvIj48dXNlIGZpbGw9InVybCgjYikiIHhsaW5rOmhyZWY9IiNhIi8+PHVzZSBmaWxsPSIjMDAwIiBmaWx0ZXI9InVybCgjYykiIHhsaW5rOmhyZWY9IiNhIi8+PC9nPjxnIGZpbGwtcnVsZT0ibm9uemVybyIgbWFzaz0idXJsKCNkKSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYgMjQpIj48dXNlIGZpbGw9IiMwMDAiIGZpbHRlcj0idXJsKCNlKSIgeGxpbms6aHJlZj0iI2YiLz48dXNlIGZpbGw9InVybCgjZykiIHhsaW5rOmhyZWY9IiNmIi8+PC9nPjxwYXRoIGQ9Ik05LjU0MyA0Mi4xNTVjMCAzLjEtNC45NiA1Ljk1OS00LjU5NSA5LjcwMy4zIDMuMDk5IDIuNjQgNC41NjUuNzQgNC4wMzYtMy4zOTUtLjk0Ny02LjcyOS02LjA2OC0zLjE0NC0xMC43NCAxLjU1My0yLjAyNCA0LjM3OC0zLjUyNyA0LjQ2Ny05LjA3MnYtLjAwM2MtLjAwNi0uMTE1LjA3MS0uMDcyLjA3Ni0uMDY5IDEuMDYxLjgwNCAyLjQ1NiAzLjI3NCAyLjQ1NiA2LjE0NXptMS44NjMgMS44ODhjLjc1MS42MDUgMi44NjMgMi42ODcgMi41NjUgNS45OS0uMzA3IDMuNDEtMy4xNSA0LjkwOC0zLjI2OCA0Ljk2NC0xLjUxNy43MTQtLjkxIDEuNDEzLTEuNTE3LjcxNC0xLjA0Ni0xLjIwNC0yLjkwNi0zLjQ0Ni4zNTctOC4wOTYuOTYyLTEuMzcgMS43MjEtMi44NjQgMS43ODQtMy41NjIuMDIzLS4wMzUuMDU2LS4wMjUuMDc5LS4wMXpNMTggMzZoMjR2NEgxOHpNMiA2Mmg0MHY0SDJ6bTE2LTE4aDI0djRIMTh6bTAgOGgyNHY0SDE4eiIgZmlsbD0iI0U5RUNGMyIvPjwvZz48ZyBtYXNrPSJ1cmwoI2QpIj48ZyB0cmFuc2Zvcm09InJvdGF0ZSgtNDUgNDIuMjQzIC00Ljc5OSkiIGZpbGwtcnVsZT0ibm9uemVybyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLjIwNyAuNSkiPjx1c2UgZmlsbD0iIzAwMCIgZmlsdGVyPSJ1cmwoI2gpIiB4bGluazpocmVmPSIjaSIvPjx1c2UgZmlsbD0idXJsKCNqKSIgeGxpbms6aHJlZj0iI2kiLz48L2c+PGNpcmNsZSBmaWxsPSIjRkZGIiBvcGFjaXR5PSIuNiIgY3g9IjIxIiBjeT0iMjEiIHI9IjE1Ii8+PHBhdGggZD0iTTI1LjI0MyAyOC4wNzFhMiAyIDAgMSAwIDIuODI4LTIuODI4IDIgMiAwIDAgMC0yLjgyOCAyLjgyOHptLTUuNjU3LTUuNjU3YTIgMiAwIDEgMCAyLjgyOC0yLjgyOCAyIDIgMCAwIDAtMi44MjggMi44Mjh6bS01LjY1Ny01LjY1N2EyIDIgMCAxIDAgMi44MjgtMi44MjggMiAyIDAgMCAwLTIuODI4IDIuODI4eiIgZmlsbD0iIzAxNzNFNSIvPjwvZz48L2c+PC9nPjwvc3ZnPg==) no-repeat 50%
}

.list-none {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iODAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCB4MT0iNTAlIiB5MT0iMCUiIHgyPSI1MCUiIHkyPSIxMDAlIiBpZD0iYiI+PHN0b3Agc3RvcC1jb2xvcj0iI0UyRTdFRCIgb2Zmc2V0PSIwJSIvPjxzdG9wIHN0b3AtY29sb3I9IiNGNkY3RkIiIG9mZnNldD0iMTAwJSIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IHgxPSI1Mi45MDUlIiB5MT0iNjMuMTA3JSIgeDI9IjUyLjkwNSUiIHkyPSIxMzMuMjA5JSIgaWQ9ImciPjxzdG9wIHN0b3AtY29sb3I9IiNGRkYiIG9mZnNldD0iMCUiLz48c3RvcCBzdG9wLWNvbG9yPSIjRUFFREY0IiBvZmZzZXQ9IjEwMCUiLz48L2xpbmVhckdyYWRpZW50PjxmaWx0ZXIgeD0iLTEzLjElIiB5PSItMTMuMSUiIHdpZHRoPSIxMjYuMiUiIGhlaWdodD0iMTI2LjIlIiBmaWx0ZXJVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIGlkPSJjIj48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxMCIgaW49IlNvdXJjZUFscGhhIiByZXN1bHQ9InNoYWRvd0JsdXJJbm5lcjEiLz48ZmVPZmZzZXQgZHk9IjEiIGluPSJzaGFkb3dCbHVySW5uZXIxIiByZXN1bHQ9InNoYWRvd09mZnNldElubmVyMSIvPjxmZUNvbXBvc2l0ZSBpbj0ic2hhZG93T2Zmc2V0SW5uZXIxIiBpbjI9IlNvdXJjZUFscGhhIiBvcGVyYXRvcj0iYXJpdGhtZXRpYyIgazI9Ii0xIiBrMz0iMSIgcmVzdWx0PSJzaGFkb3dJbm5lcklubmVyMSIvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4wMiAwIiBpbj0ic2hhZG93SW5uZXJJbm5lcjEiLz48L2ZpbHRlcj48ZmlsdGVyIHg9Ii0yOC42JSIgeT0iLTIzLjMlIiB3aWR0aD0iMTU3LjElIiBoZWlnaHQ9IjE1My4zJSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiBpZD0iZSI+PGZlT2Zmc2V0IGR5PSIyIiBpbj0iU291cmNlQWxwaGEiIHJlc3VsdD0ic2hhZG93T2Zmc2V0T3V0ZXIxIi8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iNSIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIi8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjEgMCIgaW49InNoYWRvd0JsdXJPdXRlcjEiLz48L2ZpbHRlcj48Y2lyY2xlIGlkPSJhIiBjeD0iNDAiIGN5PSI0MCIgcj0iNDAiLz48cmVjdCBpZD0iZiIgeD0iMCIgeT0iOSIgd2lkdGg9IjU2IiBoZWlnaHQ9IjYwIiByeD0iNCIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxtYXNrIGlkPSJkIiBmaWxsPSIjZmZmIj48dXNlIHhsaW5rOmhyZWY9IiNhIi8+PC9tYXNrPjxnIGZpbGwtcnVsZT0ibm9uemVybyI+PHVzZSBmaWxsPSJ1cmwoI2IpIiB4bGluazpocmVmPSIjYSIvPjx1c2UgZmlsbD0iIzAwMCIgZmlsdGVyPSJ1cmwoI2MpIiB4bGluazpocmVmPSIjYSIvPjwvZz48ZyBtYXNrPSJ1cmwoI2QpIiBmaWxsLXJ1bGU9Im5vbnplcm8iPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0IDEzKSI+PHJlY3QgZmlsbD0iI0QzRDlFNyIgdHJhbnNmb3JtPSJyb3RhdGUoNiA0MC45ODIgMzIuNzYyKSIgeD0iMTIuOTgyIiB5PSIyLjc2MiIgd2lkdGg9IjU2IiBoZWlnaHQ9IjYwIiByeD0iNCIvPjx1c2UgZmlsbD0iIzAwMCIgZmlsdGVyPSJ1cmwoI2UpIiB4bGluazpocmVmPSIjZiIvPjx1c2UgZmlsbD0idXJsKCNnKSIgeGxpbms6aHJlZj0iI2YiLz48cmVjdCBmaWxsPSIjRTlFQ0YzIiB4PSI4IiB5PSIzMyIgd2lkdGg9IjQwIiBoZWlnaHQ9IjQiIHJ4PSIxIi8+PHJlY3QgZmlsbD0iI0U5RUNGMyIgeD0iMjIiIHk9IjE5IiB3aWR0aD0iMjYiIGhlaWdodD0iNiIgcng9IjEiLz48cmVjdCBmaWxsPSIjMDE3M0U1IiB4PSI4IiB5PSIxNyIgd2lkdGg9IjEwIiBoZWlnaHQ9IjEwIiByeD0iMiIvPjxyZWN0IGZpbGw9IiNFOUVDRjMiIHg9IjgiIHk9IjQxIiB3aWR0aD0iNDAiIGhlaWdodD0iNCIgcng9IjEiLz48cmVjdCBmaWxsPSIjRTlFQ0YzIiB4PSI4IiB5PSI0OSIgd2lkdGg9IjQwIiBoZWlnaHQ9IjQiIHJ4PSIxIi8+PC9nPjwvZz48L2c+PC9zdmc+) no-repeat 50%
}

.mock-a,
a {
    color: #0173e5;
    cursor: pointer;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: all .2s cubic-bezier(.645, .045, .355, 1);
    transition: all .2s cubic-bezier(.645, .045, .355, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mock-a:hover,
a:hover {
    color: #4d9ded
}

.color-buy,
.color-gte,
.color-rise,
.color-up {
    color: #12b886
}

.color-down,
.color-fall,
.color-lte,
.color-sell {
    color: #fa5252
}

.bg-buy,
.bg-rise,
.bg-up {
    background-color: #12b886
}

.bg-down,
.bg-fall,
.bg-sell {
    background-color: #fa5252
}

button {
    -webkit-appearance: none;
    background: transparent;
    border: none;
    outline: none;
    -webkit-transition: all .15s;
    transition: all .15s
}

.switch {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px
}

html.hb-night .switch {
    border-color: #2e3753
}

html.hb-day .switch {
    border-color: #d3d4d6
}

.switch button {
    border-radius: 3px;
    font-size: 12px;
    font-weight: 700;
    height: 24px;
    line-height: 24px;
    margin: 3px;
    padding: 0 8px
}

html.hb-night .switch button {
    color: #7085ac
}

html.hb-day .switch button {
    color: #7f8fa4
}

.switch button.cur {
    background: rgba(1, 115, 229, .15)
}

html.hb-day .switch button.cur,
html.hb-night .switch button.cur {
    color: #0173e5
}

.switch button:hover {
    color: rgba(1, 115, 229, .7) !important
}

.hb-night .switch button.cur {
    background-color: #2e3753;
    color: #fff !important
}

.hb-night .switch button:hover {
    color: #fff !important
}

input {
    caret-color: #0173e5
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

input::-webkit-input-placeholder {
    color: var(--Text-L4)
}

input::-moz-placeholder {
    color: var(--Text-L4)
}

input:-ms-input-placeholder {
    color: var(--Text-L4)
}

input:focus::-webkit-input-placeholder {
    color: var(--Text-L4)
}

input:focus::-moz-placeholder {
    color: var(--Text-L4)
}

input:focus:-ms-input-placeholder {
    color: var(--Text-L4)
}

.tips p {
    white-space: pre-wrap
}

.tips h3 {
    font-size: 14px;
    height: 18px;
    line-height: 18px
}

.tips .content {
    font-size: 12px;
    line-height: 16px
}

.tips .block,
.tips .content {
    color: #7f8fa4;
    margin-top: 8px
}

.tips .block {
    background-color: #fafbfc;
    border-radius: 3px;
    padding: 8px
}

html.hb-day .page-global-exchange .color-buy,
html.hb-day .page-global-exchange .color-rise,
html.hb-day .page-global-exchange .color-up,
html.hb-night .page-global-exchange .color-buy,
html.hb-night .page-global-exchange .color-rise,
html.hb-night .page-global-exchange .color-up {
    color: #0173e5
}

html.hb-day .page-global-exchange .color-down,
html.hb-day .page-global-exchange .color-fall,
html.hb-day .page-global-exchange .color-sell,
html.hb-night .page-global-exchange .color-down,
html.hb-night .page-global-exchange .color-fall,
html.hb-night .page-global-exchange .color-sell {
    color: #e94359
}

html.hb-day .page-global-exchange .bg-buy,
html.hb-day .page-global-exchange .bg-rise,
html.hb-day .page-global-exchange .bg-up,
html.hb-night .page-global-exchange .bg-buy,
html.hb-night .page-global-exchange .bg-rise,
html.hb-night .page-global-exchange .bg-up {
    background-color: #0173e5
}

html.hb-day .page-global-exchange .bg-down,
html.hb-day .page-global-exchange .bg-fall,
html.hb-day .page-global-exchange .bg-sell,
html.hb-night .page-global-exchange .bg-down,
html.hb-night .page-global-exchange .bg-fall,
html.hb-night .page-global-exchange .bg-sell {
    background-color: #e94359
}

.e_input_control {
    display: block;
    position: relative;
    width: 100%
}

.e_input_control .e_input_field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 54px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.e_input_control .e_input_field .e_label {
    color: #565656;
    cursor: text;
    font-size: 14px;
    height: 20px;
    left: 16px;
    line-height: 20px;
    position: absolute;
    top: 17px;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    z-index: 2
}

.e_input_control .e_input_field .e_input {
    border: 1px solid #d3d4d6;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #263241;
    font-size: 14px;
    height: 100%;
    line-height: 16px;
    padding: 24px 16px 8px;
    -webkit-transition: border .3s;
    transition: border .3s;
    width: 100%;
    z-index: 1
}

.e_input_control .e_input_field .e_input:focus+label,
.e_input_control .e_input_field .e_input:not([data-value="0"])+label {
    -webkit-transform: translateY(-10px) scale(.85);
    transform: translateY(-10px) scale(.85)
}

.e_input_control .e_input_field .e_input:focus {
    border-color: #0173e5
}

.e_input_control .e_input_field .e_input:-webkit-autofill+label {
    -webkit-transform: translateY(-10px) scale(.85);
    transform: translateY(-10px) scale(.85)
}

.e_input_control .e_input_field .e_input:disabled {
    background-color: #f5f6f7;
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.e_input_control .e_input_field .e_input:disabled+label {
    cursor: not-allowed
}

.e_input_control .e_input_field .e-input__clear {
    cursor: pointer;
    height: 16px;
    position: absolute;
    right: 16px;
    top: 14px;
    width: 16px
}

.e_input_control .e_input_field .e-input__clear i {
    background: var(--Border-L1);
    border-radius: 50%;
    color: var(--Background-L1);
    font-size: 8px;
    padding: 4px
}

.e_input_control .e_input_select {
    background: var(--Background-L1);
    border-radius: 4px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    left: 0;
    max-height: 170px;
    overflow-y: auto;
    padding: 4px 0;
    position: absolute;
    top: calc(100% + 4px);
    width: 100%;
    z-index: 3
}

.e_input_control .e_input_select .e_select_options {
    color: var(--Text-L2);
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 16px
}

.e_input_control .e_input_select .e_select_options:hover {
    background: var(--Background-L2)
}

.e_input_control .e_input_bottom_message {
    position: relative;
    width: 100%
}

.e_input_control .e_input_bottom_message .error_message {
    color: var(--Text-L3);
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin-top: 4px
}

.e_input_control.e_input_error .e_input_field .e_input {
    border-color: var(--Text-Red)
}

.e_input_control.e_input_error .e_input_bottom_message .error_message {
    color: var(--Text-Red)
}

html .el-tooltip__popper.hbg-tooltip {
    max-width: 280px;
    padding: 12px 16px
}

html .el-tooltip__popper[x-placement^=bottom],
html .el-tooltip__popper[x-placement^=left-start],
html .el-tooltip__popper[x-placement^=right-start],
html .el-tooltip__popper[x-placement^=top] {
    border-radius: 2px;
    -webkit-filter: drop-shadow(0 2px 8px rgba(28, 36, 44, .1));
    filter: drop-shadow(0 2px 8px rgba(28, 36, 44, .1));
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
}

html .el-tooltip__popper[x-placement^=bottom].is-light,
html .el-tooltip__popper[x-placement^=left-start].is-light,
html .el-tooltip__popper[x-placement^=right-start].is-light,
html .el-tooltip__popper[x-placement^=top].is-light {
    border: 1px solid #e6ecf2;
    color: #596a7a
}

html .el-tooltip__popper[x-placement^=top] {
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
}

html .el-tooltip__popper[x-placement^=top].is-light .popper__arrow {
    border-top-color: #e6ecf2
}

html .el-tooltip__popper[x-placement^=bottom] {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px)
}

html .el-tooltip__popper[x-placement^=bottom].is-light .popper__arrow {
    border-bottom-color: #e6ecf2
}

html .el-tooltip__popper[x-placement^=right-start] {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

html .el-tooltip__popper[x-placement^=right-start].is-light .popper__arrow {
    border-right-color: #e6ecf2
}

html .el-tooltip__popper[x-placement^=left-start] {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

html .el-tooltip__popper[x-placement^=left-start].is-light .popper__arrow {
    border-left-color: #e6ecf2
}

html .hbg-tooltip__wrapper {
    color: #495666;
    font-size: 12px;
    line-height: 18px
}

html .hbg-tooltip__title {
    font-weight: 700;
    margin-bottom: 8px
}

html .hbg-tooltip__content {
    font-weight: 400
}

html .hbg-tooltip--wide {
    max-width: 420px !important
}

.scroller {
    height: 100%
}

html .ui-notification-container.top-right {
    top: 36px;
    z-index: 11
}

html .toast-container .toast-success .toast-content {
    word-break: normal !important
}

@media(min-width:745px)and (max-width:1106px) {
    .toast-container {
        top: 138px !important
    }
}

body.pakistan-register-rtl .toast-container .slide-fade-enter[data-v-f2c5b7c0],
body.pakistan-register-rtl .toast-container .slide-fade-leave-to[data-v-f2c5b7c0],
body:has(.pakistan-register-page--rtl) .toast-container .slide-fade-enter[data-v-f2c5b7c0],
body:has(.pakistan-register-page--rtl) .toast-container .slide-fade-leave-to[data-v-f2c5b7c0] {
    opacity: 0 !important;
    -webkit-transform: translateX(-500px) !important;
    transform: translateX(-500px) !important
}

@media screen and (max-width:750px) {

    .toast-container .toast-error,
    .toast-container .toast-info,
    .toast-container .toast-success,
    .toast-container .toast-warning {
        padding: 21px 16px !important
    }

    .toast-container .toast-error .toast-icon,
    .toast-container .toast-info .toast-icon,
    .toast-container .toast-success .toast-icon,
    .toast-container .toast-warning .toast-icon {
        font-size: 20px !important
    }

    .toast-container .toast-error .toast-content,
    .toast-container .toast-info .toast-content,
    .toast-container .toast-success .toast-content,
    .toast-container .toast-warning .toast-content {
        font-size: 14px !important;
        margin-left: 32px !important
    }
}

@media screen and (max-width:768px) {
    .el-dialog {
        width: 95% !important
    }

    .el-dialog__wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center
    }

    .el-dialog__header {
        padding: 16px 20px !important
    }

    .el-dialog__body {
        max-height: 60vh;
        overflow-y: auto;
        padding: 20px !important
    }

    .el-dialog__footer {
        padding: 16px 20px !important
    }
}

@media screen and (max-width:480px) {
    .el-dialog {
        width: 95% !important
    }

    .el-dialog__header {
        font-size: 16px !important;
        padding: 12px 16px !important
    }

    .el-dialog__body {
        font-size: 14px !important;
        padding: 16px !important
    }

    .el-dialog__footer {
        padding: 12px 16px !important
    }

    .el-dialog__headerbtn {
        right: 12px !important;
        top: 12px !important
    }
}

@font-face {
    font-family: hb_icon;
    font-style: normal;
    font-weight: 400;
    src: url(/assets-htx/fonts/hb_icon_e58728b0f8e670a77153523e51ae4e3f.5a06cb7.eot);
    src: url(/assets-htx/fonts/hb_icon_e58728b0f8e670a77153523e51ae4e3f.5a06cb7.eot?#iefix) format("embedded-opentype"), url(/assets-htx/fonts/hb_icon_e58728b0f8e670a77153523e51ae4e3f.9fff4c1.woff2) format("woff2"), url(/assets-htx/fonts/hb_icon_e58728b0f8e670a77153523e51ae4e3f.0bbd422.woff) format("woff"), url(/assets-htx/fonts/hb_icon_e58728b0f8e670a77153523e51ae4e3f.d71d4a1.ttf) format("truetype"), url(https://hbg-fed-static-prd.hbfile.net/global/en-us/static/img/hb_icon_e58728b0f8e670a77153523e51ae4e3f.51763ff.svg#hb_icon) format("svg")
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: hb_icon;
        src: url(/assets-htx/fonts/hb_icon_e58728b0f8e670a77153523e51ae4e3f.51763ff.svg#hb_icon) format("svg")
    }
}

[data-icon]:before {
    content: attr(data-icon)
}

.hb_icon_add:before,
.hb_icon_android:before,
.hb_icon_api:before,
.hb_icon_apple:before,
.hb_icon_arrow:before,
.hb_icon_arrow_down:before,
.hb_icon_ash_can:before,
.hb_icon_auth:before,
.hb_icon_balance:before,
.hb_icon_caret_down:before,
.hb_icon_clear:before,
.hb_icon_close:before,
.hb_icon_close_bold:before,
.hb_icon_coinmarketcap:before,
.hb_icon_copy:before,
.hb_icon_day:before,
.hb_icon_deposit:before,
.hb_icon_double_arrow:before,
.hb_icon_download:before,
.hb_icon_edit:before,
.hb_icon_etf:before,
.hb_icon_facebook:before,
.hb_icon_fee:before,
.hb_icon_go_back:before,
.hb_icon_googleplay:before,
.hb_icon_help:before,
.hb_icon_ht:before,
.hb_icon_ht_gain:before,
.hb_icon_ht_worth:before,
.hb_icon_huobi_im:before,
.hb_icon_info:before,
.hb_icon_info_normal:before,
.hb_icon_instagram:before,
.hb_icon_invisible:before,
.hb_icon_invite:before,
.hb_icon_lab_chain:before,
.hb_icon_lab_global:before,
.hb_icon_lab_model:before,
.hb_icon_lab_money:before,
.hb_icon_lab_pwd:before,
.hb_icon_lab_sev:before,
.hb_icon_lab_support:before,
.hb_icon_locked_position:before,
.hb_icon_logout:before,
.hb_icon_margin:before,
.hb_icon_marked:before,
.hb_icon_marker:before,
.hb_icon_medium:before,
.hb_icon_night:before,
.hb_icon_notice:before,
.hb_icon_orders:before,
.hb_icon_percent:before,
.hb_icon_personal_setting:before,
.hb_icon_point:before,
.hb_icon_pwd_hide:before,
.hb_icon_pwd_show:before,
.hb_icon_qq:before,
.hb_icon_qr:before,
.hb_icon_question:before,
.hb_icon_question_1:before,
.hb_icon_rank:before,
.hb_icon_refresh:before,
.hb_icon_search:before,
.hb_icon_security:before,
.hb_icon_selected:before,
.hb_icon_setting:before,
.hb_icon_sort:before,
.hb_icon_sort_asc:before,
.hb_icon_sort_desc:before,
.hb_icon_split_coin:before,
.hb_icon_sub_account:before,
.hb_icon_sub_account_header:before,
.hb_icon_support:before,
.hb_icon_switch:before,
.hb_icon_talk:before,
.hb_icon_telegram:before,
.hb_icon_tip:before,
.hb_icon_tips_info:before,
.hb_icon_toast_failed:before,
.hb_icon_toast_success:before,
.hb_icon_top_star:before,
.hb_icon_transfer:before,
.hb_icon_twitter:before,
.hb_icon_unmarked:before,
.hb_icon_user:before,
.hb_icon_user_info:before,
.hb_icon_visible:before,
.hb_icon_wechat:before,
.hb_icon_weibo:before,
.hb_icon_whats_ht:before,
.hb_icon_windows_client:before,
.hb_icon_youtube:before,
[data-icon]:before {
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    display: inline-block;
    font-family: hb_icon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none
}

.hb_icon_add:before {
    content: "\f205"
}

.hb_icon_android:before {
    content: "\f206"
}

.hb_icon_api:before {
    content: "\f207"
}

.hb_icon_apple:before {
    content: "\f208"
}

.hb_icon_arrow:before {
    content: "\f209"
}

.hb_icon_arrow_down:before {
    content: "\f20a"
}

.hb_icon_ash_can:before {
    content: "\f20b"
}

.hb_icon_auth:before {
    content: "\f20c"
}

.hb_icon_balance:before {
    content: "\f20d"
}

.hb_icon_caret_down:before {
    content: "\f20e"
}

.hb_icon_clear:before {
    content: "\f107"
}

.hb_icon_close:before {
    content: "\f20f"
}

.hb_icon_close_bold:before {
    content: "\f25b"
}

.hb_icon_coinmarketcap:before {
    content: "\f24d"
}

.hb_icon_copy:before {
    content: "\f254"
}

.hb_icon_day:before {
    content: "\f210"
}

.hb_icon_deposit:before {
    content: "\f211"
}

.hb_icon_double_arrow:before {
    content: "\f212"
}

.hb_icon_download:before {
    content: "\f213"
}

.hb_icon_edit:before {
    content: "\f214"
}

.hb_icon_etf:before {
    content: "\f215"
}

.hb_icon_facebook:before {
    content: "\f216"
}

.hb_icon_fee:before {
    content: "\f217"
}

.hb_icon_go_back:before {
    content: "\f255"
}

.hb_icon_googleplay:before {
    content: "\f218"
}

.hb_icon_help:before {
    content: "\f219"
}

.hb_icon_ht:before {
    content: "\f21a"
}

.hb_icon_ht_gain:before {
    content: "\f21b"
}

.hb_icon_ht_worth:before {
    content: "\f21c"
}

.hb_icon_huobi_im:before {
    content: "\f250"
}

.hb_icon_info:before {
    content: "\f111"
}

.hb_icon_info_normal:before {
    content: "\f259"
}

.hb_icon_instagram:before {
    content: "\f21d"
}

.hb_icon_invisible:before {
    content: "\f21e"
}

.hb_icon_invite:before {
    content: "\f21f"
}

.hb_icon_lab_chain:before {
    content: "\f220"
}

.hb_icon_lab_global:before {
    content: "\f221"
}

.hb_icon_lab_model:before {
    content: "\f222"
}

.hb_icon_lab_money:before {
    content: "\f223"
}

.hb_icon_lab_pwd:before {
    content: "\f224"
}

.hb_icon_lab_sev:before {
    content: "\f225"
}

.hb_icon_lab_support:before {
    content: "\f226"
}

.hb_icon_locked_position:before {
    content: "\f227"
}

.hb_icon_logout:before {
    content: "\f11c"
}

.hb_icon_margin:before {
    content: "\f16f"
}

.hb_icon_marked:before {
    content: "\f228"
}

.hb_icon_marker:before {
    content: "\f25c"
}

.hb_icon_medium:before {
    content: "\f229"
}

.hb_icon_night:before {
    content: "\f22a"
}

.hb_icon_notice:before {
    content: "\f22b"
}

.hb_icon_orders:before {
    content: "\f22c"
}

.hb_icon_percent:before {
    content: "\f22d"
}

.hb_icon_personal_setting:before {
    content: "\f22e"
}

.hb_icon_point:before {
    content: "\f22f"
}

.hb_icon_pwd_hide:before {
    content: "\f251"
}

.hb_icon_pwd_show:before {
    content: "\f252"
}

.hb_icon_qq:before {
    content: "\f230"
}

.hb_icon_qr:before {
    content: "\f231"
}

.hb_icon_question:before {
    content: "\f232"
}

.hb_icon_question_1:before {
    content: "\f24f"
}

.hb_icon_rank:before {
    content: "\f25d"
}

.hb_icon_refresh:before {
    content: "\f233"
}

.hb_icon_search:before {
    content: "\f128"
}

.hb_icon_security:before {
    content: "\f234"
}

.hb_icon_selected:before {
    content: "\f235"
}

.hb_icon_setting:before {
    content: "\f236"
}

.hb_icon_sort:before {
    content: "\f237"
}

.hb_icon_sort_asc:before {
    content: "\f238"
}

.hb_icon_sort_desc:before {
    content: "\f239"
}

.hb_icon_split_coin:before {
    content: "\f23a"
}

.hb_icon_sub_account:before {
    content: "\f23b"
}

.hb_icon_sub_account_header:before {
    content: "\f23c"
}

.hb_icon_support:before {
    content: "\f23d"
}

.hb_icon_switch:before {
    content: "\f23e"
}

.hb_icon_talk:before {
    content: "\f253"
}

.hb_icon_telegram:before {
    content: "\f23f"
}

.hb_icon_tip:before {
    content: "\f153"
}

.hb_icon_tips_info:before {
    content: "\f257"
}

.hb_icon_toast_failed:before {
    content: "\f240"
}

.hb_icon_toast_success:before {
    content: "\f241"
}

.hb_icon_top_star:before {
    content: "\f242"
}

.hb_icon_transfer:before {
    content: "\f243"
}

.hb_icon_twitter:before {
    content: "\f244"
}

.hb_icon_unmarked:before {
    content: "\f245"
}

.hb_icon_user:before {
    content: "\f246"
}

.hb_icon_user_info:before {
    content: "\f247"
}

.hb_icon_visible:before {
    content: "\f248"
}

.hb_icon_wechat:before {
    content: "\f249"
}

.hb_icon_weibo:before {
    content: "\f24e"
}

.hb_icon_whats_ht:before {
    content: "\f24a"
}

.hb_icon_windows_client:before {
    content: "\f24b"
}

.hb_icon_youtube:before {
    content: "\f24c"
}

:root {
    --v: #0173e5;
    --vRGB: 18, 178, 152;
    --rise: #00a171;
    --riseRGB: 18, 178, 152;
    --fall: #e94359;
    --fallRGB: 249, 90, 80;
    --bg: #252a44;
    --mod: #141826;
    --modHead: #131625;
    --border: #383f66;
    --spliter: #1e2238;
    --bgHover: #0f121f;
    --t1: #f9f9f9;
    --t2: #b0b8db;
    --t3: #61688a;
    --drag-bg: #13161e;
    --drag-text: #000;
    --drag-border: #686a6d;
    --drag-margin: #555556;
    --drag-tip: #4d515b;
    --v3-t1: #fff;
    --v3-t2: #454f5d;
    --v3-t3: #454f5d;
    --v3-t4: #636988;
    --panel-disabled-label-val: #434954;
    --input-placeholder-color: #adadb4
}

.Light {
    --bg: #e9eaed;
    --mod: #fff;
    --modHead: #f9f9f9;
    --border: #ccd2da;
    --spliter: #ecf1f8;
    --bgHover: #f9f9f9;
    --t1: #1c242c;
    --t2: #495666;
    --t3: #9aa5b5;
    --drag-bg: #fff;
    --drag-text: #000;
    --drag-border: #8d8d8e;
    --drag-margin: #000;
    --drag-tip: #000;
    --v3-t1: #22272e;
    --v3-t2: #4d5766;
    --v3-t3: #909090;
    --v3-t4: #a0a9b7;
    --panel-disabled-label-val: #b5b8bb
}

.buy,
.rise {
    color: #00a171;
    color: var(--rise)
}

.fall,
.sell {
    color: #e94359;
    color: var(--fall)
}

.bling-box-page {
    background: #fff;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh)*100)
}

.gohbus-dialog .dialog-submit[data-v-2e033d11]:after {
    clear: both;
    content: "";
    display: block
}

.h5-toast-wrap[data-v-2e033d11] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    width: 750px;
    z-index: 9999
}

.h5-toast-wrap .h5-toast[data-v-2e033d11] {
    background-color: var(--Background-Toast);
    border-radius: 18px;
    color: var(--Functional-White);
    font-size: 32px;
    line-height: 44px;
    margin: auto;
    max-width: 650px;
    padding: 30px;
    text-align: center
}

.h5-toast-wrap .h5-toast+.h5-toast[data-v-2e033d11] {
    margin-top: 20px
}

.h5-toast_container[data-v-2e033d11] {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
    width: auto
}

.h5-toast_container .h5-toast[data-v-2e033d11] {
    background-color: var(--Background-Toast);
    border-radius: 4px;
    color: var(--Functional-White);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    min-width: 200px;
    padding: 14px 24px;
    text-transform: capitalize
}

.gohbus-dialog[data-v-2e033d11] {
    background-color: #fff;
    border-radius: 2px;
    color: #263241;
    padding: 24px
}

.gohbus-dialog .dialog-title[data-v-2e033d11] {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    justify-content: space-between
}

.gohbus-dialog .dialog-title i[data-v-2e033d11] {
    color: #7f8fa4;
    cursor: pointer;
    float: right;
    font-size: 14px
}

.gohbus-dialog .dialog-title i[data-v-2e033d11]:hover {
    color: #232a4a
}

.gohbus-dialog .fee-content[data-v-2e033d11] {
    background-color: transparent;
    padding: 30px 0;
    position: relative
}

.gohbus-dialog .fee-content p[data-v-2e033d11] {
    color: #495666;
    line-height: normal
}

.gohbus-dialog .dialog-submit[data-v-2e033d11] {
    font-size: 14px;
    text-align: right
}

.gohbus-dialog .dialog-submit .cancel[data-v-2e033d11] {
    background-color: transparent;
    color: #0173e5;
    margin-left: 20px
}

.gohbus-dialog.isglobal .fee-content>span.show[data-v-2e033d11],
.gohbus-dialog.isglobal .fee-content>span[data-v-2e033d11]:hover {
    border-color: #d3d4d6 !important
}

.h5-toast-wrap[data-v-3e186e92] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    width: 750px;
    z-index: 9999
}

.h5-toast-wrap .h5-toast[data-v-3e186e92] {
    background-color: var(--Background-Toast);
    border-radius: 18px;
    color: var(--Functional-White);
    font-size: 32px;
    line-height: 44px;
    margin: auto;
    max-width: 650px;
    padding: 30px;
    text-align: center
}

.h5-toast-wrap .h5-toast+.h5-toast[data-v-3e186e92] {
    margin-top: 20px
}

.h5-toast_container[data-v-3e186e92] {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
    width: auto
}

.h5-toast_container .h5-toast[data-v-3e186e92] {
    background-color: var(--Background-Toast);
    border-radius: 4px;
    color: var(--Functional-White);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    min-width: 200px;
    padding: 14px 24px;
    text-transform: capitalize
}

.dialog-title[data-v-3e186e92] {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 24px
}

.dialog-title h3[data-v-3e186e92] {
    color: #1c242c;
    font-size: 20px;
    line-height: 24px
}

.dialog-title i[data-v-3e186e92] {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGQ9Ik0xMS45ODggMTAuNTk4IDYuNjk1IDUuMzA1QTEgMSAwIDAgMCA1LjI4IDYuNzJsNS4yOTMgNS4yOTMtNS4yOTMgNS4yOTNhMSAxIDAgMCAwIDEuNDE0IDEuNDE0bDUuMjkzLTUuMjkzIDUuMjkzIDUuMjkzYTEgMSAwIDAgMCAxLjQxNC0xLjQxNGwtNS4yOTMtNS4yOTMgNS4yOTMtNS4yOTNhMSAxIDAgMSAwLTEuNDE0LTEuNDE0bC01LjI5MyA1LjI5M3oiIGlkPSJhIi8+PC9kZWZzPjx1c2UgZmlsbD0iIzlBQTVCNSIgeGxpbms6aHJlZj0iI2EiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01IC01KSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) 50% no-repeat;
    background-size: auto;
    cursor: pointer;
    width: 24px
}

.dialog-title i[data-v-3e186e92]:hover {
    opacity: .7
}

.dialogs-content[data-v-3e186e92] {
    color: #596a7a;
    font-size: 14px;
    line-height: 22px;
    padding: 0 24px
}

.dialogs-content[data-v-3e186e92] em {
    color: #1c242c
}

.agree-box[data-v-3e186e92] {
    color: #596a7a;
    font-size: 12px;
    line-height: 12px;
    margin: 16px 0 8px;
    padding: 0 24px
}

.agree-box input[type=checkbox][data-v-3e186e92] {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 13px;
    margin: 0 8px 0 0;
    position: relative;
    width: 14px
}

.agree-box input[type=checkbox][data-v-3e186e92]:before {
    background: #fff;
    border: 1px solid #c5cfd5;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    top: 0;
    width: 12px
}

.agree-box input[type=checkbox][data-v-3e186e92]:checked:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQgMWEzIDMgMCAwIDAtMyAzdjI0YTMgMyAwIDAgMCAzIDNoMjRhMyAzIDAgMCAwIDMtM1Y0YTMgMyAwIDAgMC0zLTNINHptOS40NCAxNi44MTggMi4zNTQtMi40MjQgNS42ODctNS44NTZhMi43MTQgMi43MTQgMCAxIDEgMy44OTUgMy43ODFsLTkuOTg4IDEwLjI4NmEyLjcxNCAyLjcxNCAwIDAgMS0zLjg5NCAwbC00Ljg3LTUuMDE1YTIuNzE0IDIuNzE0IDAgMSAxIDMuODk1LTMuNzgxbDIuOTIyIDMuMDA5eiIgZmlsbD0iIzAxNzNFNSIgc3Ryb2tlPSIjMDE3M0U1IiBzdHJva2Utd2lkdGg9IjIiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) no-repeat;
    background-size: 14px;
    content: "";
    height: 14px;
    left: 0;
    position: absolute;
    top: 0;
    width: 14px
}

.dialogs-btn[data-v-3e186e92] {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    padding: 16px 24px
}

.dialogs-btn button[data-v-3e186e92] {
    background-color: #0173e5;
    border: 0;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    line-height: 40px;
    padding: 0 12px
}

.dialogs-btn button[data-v-3e186e92]:hover {
    opacity: .7
}

.UC_IS_LOGIN .fedui-header-userinfo {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.UC_IS_LOGIN .fedui-header-nologin {
    display: none
}

.ui-notification-msg {
    padding-top: 8px
}

.ui-notification-msg p {
    margin-top: 10px
}

.h5-toast-wrap[data-v-8f693e88] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    width: 750px;
    z-index: 9999
}

.h5-toast-wrap .h5-toast[data-v-8f693e88] {
    background-color: var(--Background-Toast);
    border-radius: 18px;
    color: var(--Functional-White);
    font-size: 32px;
    line-height: 44px;
    margin: auto;
    max-width: 650px;
    padding: 30px;
    text-align: center
}

.h5-toast-wrap .h5-toast+.h5-toast[data-v-8f693e88] {
    margin-top: 20px
}

.h5-toast_container[data-v-8f693e88] {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
    width: auto
}

.h5-toast_container .h5-toast[data-v-8f693e88] {
    background-color: var(--Background-Toast);
    border-radius: 4px;
    color: var(--Functional-White);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    min-width: 200px;
    padding: 14px 24px;
    text-transform: capitalize
}

.main[data-v-8f693e88] {
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

.main[data-v-8f693e88],
.page[data-v-8f693e88] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page[data-v-8f693e88] {
    -webkit-box-flex: 1;
    -ms-flex-align: center;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 0 auto;
    width: 100%
}

.h5-toast-wrap[data-v-233a2bc4],
.page[data-v-8f693e88] {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column
}

.h5-toast-wrap[data-v-233a2bc4] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    width: 750px;
    z-index: 9999
}

.h5-toast-wrap .h5-toast[data-v-233a2bc4] {
    background-color: var(--Background-Toast);
    border-radius: 18px;
    color: var(--Functional-White);
    font-size: 32px;
    line-height: 44px;
    margin: auto;
    max-width: 650px;
    padding: 30px;
    text-align: center
}

.h5-toast-wrap .h5-toast+.h5-toast[data-v-233a2bc4] {
    margin-top: 20px
}

.h5-toast_container[data-v-233a2bc4] {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
    width: auto
}

.h5-toast_container .h5-toast[data-v-233a2bc4] {
    background-color: var(--Background-Toast);
    border-radius: 4px;
    color: var(--Functional-White);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    min-width: 200px;
    padding: 14px 24px;
    text-transform: capitalize
}

.main[data-v-233a2bc4] {
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

.main[data-v-233a2bc4],
.page[data-v-233a2bc4] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page[data-v-233a2bc4] {
    -webkit-box-flex: 1;
    -ms-flex-align: center;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 0 auto;
    width: 100%
}

.h5-toast-wrap[data-v-6c88ede8],
.page[data-v-233a2bc4] {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column
}

.h5-toast-wrap[data-v-6c88ede8] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    width: 750px;
    z-index: 9999
}

.h5-toast-wrap .h5-toast[data-v-6c88ede8] {
    background-color: var(--Background-Toast);
    border-radius: 18px;
    color: var(--Functional-White);
    font-size: 32px;
    line-height: 44px;
    margin: auto;
    max-width: 650px;
    padding: 30px;
    text-align: center
}

.h5-toast-wrap .h5-toast+.h5-toast[data-v-6c88ede8] {
    margin-top: 20px
}

.h5-toast_container[data-v-6c88ede8] {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
    width: auto
}

.h5-toast_container .h5-toast[data-v-6c88ede8] {
    background-color: var(--Background-Toast);
    border-radius: 4px;
    color: var(--Functional-White);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    min-width: 200px;
    padding: 14px 24px;
    text-transform: capitalize
}

.main[data-v-6c88ede8] {
    color: #1c242c;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

.main[data-v-6c88ede8],
.page[data-v-6c88ede8] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page[data-v-6c88ede8] {
    -webkit-box-flex: 1;
    -ms-flex-align: center;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 0 auto;
    width: 100%
}

.h5-toast-wrap[data-v-7f0539c4],
.page[data-v-6c88ede8] {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column
}

.h5-toast-wrap[data-v-7f0539c4] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    width: 750px;
    z-index: 9999
}

.h5-toast-wrap .h5-toast[data-v-7f0539c4] {
    background-color: var(--Background-Toast);
    border-radius: 18px;
    color: var(--Functional-White);
    font-size: 32px;
    line-height: 44px;
    margin: auto;
    max-width: 650px;
    padding: 30px;
    text-align: center
}

.h5-toast-wrap .h5-toast+.h5-toast[data-v-7f0539c4] {
    margin-top: 20px
}

.h5-toast_container[data-v-7f0539c4] {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
    width: auto
}

.h5-toast_container .h5-toast[data-v-7f0539c4] {
    background-color: var(--Background-Toast);
    border-radius: 4px;
    color: var(--Functional-White);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    min-width: 200px;
    padding: 14px 24px;
    text-transform: capitalize
}

html[data-v-7f0539c4] {
    background-color: #f3f3f3
}

body[data-v-7f0539c4] {
    font-size: 14px;
    line-height: 1
}

html.hb-night body[data-v-7f0539c4] {
    color: #a5bdea
}

html.hb-day body[data-v-7f0539c4] {
    color: #263241
}

html.en-us body[data-v-7f0539c4] {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.25
}

html.zh-cn body[data-v-7f0539c4] {
    color: #e9eaed
}

.en-us button[data-v-7f0539c4],
.en-us input[data-v-7f0539c4] {
    font-size: 14px;
    line-height: 1.25
}

.main[data-v-7f0539c4] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

.main[data-v-7f0539c4] .fedui-footer-simple {
    background-color: #fff
}

.main[data-v-7f0539c4] .fedui-footer-simple a,
.main[data-v-7f0539c4] .fedui-footer-simple span {
    color: #495666
}

@media screen and (min-width:751px) {
    .main[data-v-7f0539c4] .m_show {
        display: none
    }
}

@media screen and (max-width:751px) {
    .mobile-content[data-v-7f0539c4] {
        min-width: inherit;
        width: 750px
    }

    .main[data-v-7f0539c4] .m_show {
        display: block
    }

    .main[data-v-7f0539c4] .m_hide {
        display: none
    }
}

.h5-toast-wrap[data-v-2aefd78c] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    width: 750px;
    z-index: 9999
}

.h5-toast-wrap .h5-toast[data-v-2aefd78c] {
    background-color: var(--Background-Toast);
    border-radius: 18px;
    color: var(--Functional-White);
    font-size: 32px;
    line-height: 44px;
    margin: auto;
    max-width: 650px;
    padding: 30px;
    text-align: center
}

.h5-toast-wrap .h5-toast+.h5-toast[data-v-2aefd78c] {
    margin-top: 20px
}

.h5-toast_container[data-v-2aefd78c] {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
    width: auto
}

.h5-toast_container .h5-toast[data-v-2aefd78c] {
    background-color: var(--Background-Toast);
    border-radius: 4px;
    color: var(--Functional-White);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    min-width: 200px;
    padding: 14px 24px;
    text-transform: capitalize
}

.main[data-v-2aefd78c] {
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

.main[data-v-2aefd78c],
.page[data-v-2aefd78c] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page[data-v-2aefd78c] {
    -webkit-box-flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    width: 100%
}

html.mobile {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.h5-toast-wrap[data-v-8c2e55c4] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    width: 750px;
    z-index: 9999
}

.h5-toast-wrap .h5-toast[data-v-8c2e55c4] {
    background-color: var(--Background-Toast);
    border-radius: 18px;
    color: var(--Functional-White);
    font-size: 32px;
    line-height: 44px;
    margin: auto;
    max-width: 650px;
    padding: 30px;
    text-align: center
}

.h5-toast-wrap .h5-toast+.h5-toast[data-v-8c2e55c4] {
    margin-top: 20px
}

.h5-toast_container[data-v-8c2e55c4] {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
    width: auto
}

.h5-toast_container .h5-toast[data-v-8c2e55c4] {
    background-color: var(--Background-Toast);
    border-radius: 4px;
    color: var(--Functional-White);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    min-width: 200px;
    padding: 14px 24px;
    text-transform: capitalize
}

body[data-v-8c2e55c4] {
    font-size: 14px;
    line-height: 1
}

html.hb-night body[data-v-8c2e55c4] {
    color: #a5bdea
}

html.hb-day body[data-v-8c2e55c4] {
    color: #263241
}

html.en-us body[data-v-8c2e55c4] {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.25
}

html.zh-cn body[data-v-8c2e55c4] {
    color: #e9eaed
}

.en-us button[data-v-8c2e55c4],
.en-us input[data-v-8c2e55c4] {
    font-size: 14px;
    line-height: 1.25
}

.main[data-v-8c2e55c4] {
    background: var(--Background-L1);
    min-height: 100vh
}

.h5-toast-wrap[data-v-7b300c33],
.main[data-v-8c2e55c4] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.h5-toast-wrap[data-v-7b300c33] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    width: 750px;
    z-index: 9999
}

.h5-toast-wrap .h5-toast[data-v-7b300c33] {
    background-color: var(--Background-Toast);
    border-radius: 18px;
    color: var(--Functional-White);
    font-size: 32px;
    line-height: 44px;
    margin: auto;
    max-width: 650px;
    padding: 30px;
    text-align: center
}

.h5-toast-wrap .h5-toast+.h5-toast[data-v-7b300c33] {
    margin-top: 20px
}

.h5-toast_container[data-v-7b300c33] {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
    width: auto
}

.h5-toast_container .h5-toast[data-v-7b300c33] {
    background-color: var(--Background-Toast);
    border-radius: 4px;
    color: var(--Functional-White);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    min-width: 200px;
    padding: 14px 24px;
    text-transform: capitalize
}

.top-fixed-container[data-v-7b300c33] {
    height: 100%;
    position: relative;
    width: 100%
}

.top-fixed-container .link[data-v-7b300c33] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.top-fixed-container button[data-v-7b300c33] {
    height: 19px;
    margin-top: -11px;
    position: absolute;
    right: 56px;
    top: 50%;
    width: 19px
}

.top-fixed-container button[data-v-7b300c33]:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.top-fixed-container button[data-v-7b300c33]:after,
.top-fixed-container button[data-v-7b300c33]:before {
    background-color: #61688a;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    width: 100%
}

.top-fixed-container button[data-v-7b300c33]:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.h5-toast-wrap[data-v-0daa26b2] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    width: 750px;
    z-index: 9999
}

.h5-toast-wrap .h5-toast[data-v-0daa26b2] {
    background-color: var(--Background-Toast);
    border-radius: 18px;
    color: var(--Functional-White);
    font-size: 32px;
    line-height: 44px;
    margin: auto;
    max-width: 650px;
    padding: 30px;
    text-align: center
}

.h5-toast-wrap .h5-toast+.h5-toast[data-v-0daa26b2] {
    margin-top: 20px
}

.h5-toast_container[data-v-0daa26b2] {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
    width: auto
}

.h5-toast_container .h5-toast[data-v-0daa26b2] {
    background-color: var(--Background-Toast);
    border-radius: 4px;
    color: var(--Functional-White);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    min-width: 200px;
    padding: 14px 24px;
    text-transform: capitalize
}

dl[data-v-0daa26b2] {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    line-height: 60px;
    padding: 0 18px;
    width: 100%
}

dt[data-v-0daa26b2] {
    font-size: 28px
}

dd[data-v-0daa26b2] {
    background-color: #fff;
    background-image: linear-gradient(180deg, #fff, #fff 28px, #0a1050 0, #0a1050 31px, #d3cfff 0, #fff);
    border-radius: 3px;
    color: #000;
    font-size: 48px;
    height: 60px;
    text-align: center;
    width: 84px
}

.h5-toast-wrap[data-v-38fdb422] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    width: 750px;
    z-index: 9999
}

.h5-toast-wrap .h5-toast[data-v-38fdb422] {
    background-color: var(--Background-Toast);
    border-radius: 18px;
    color: var(--Functional-White);
    font-size: 32px;
    line-height: 44px;
    margin: auto;
    max-width: 650px;
    padding: 30px;
    text-align: center
}

.h5-toast-wrap .h5-toast+.h5-toast[data-v-38fdb422] {
    margin-top: 20px
}

.h5-toast_container[data-v-38fdb422] {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
    width: auto
}

.h5-toast_container .h5-toast[data-v-38fdb422] {
    background-color: var(--Background-Toast);
    border-radius: 4px;
    color: var(--Functional-White);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    min-width: 200px;
    padding: 14px 24px;
    text-transform: capitalize
}

.prime-timer[data-v-38fdb422] .top-fixed-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.prime-timer[data-v-38fdb422] {
    background: #000 url(/assets-htx/images/prime_header_bg.0761171.png) 50%;
    background-size: 1920px auto;
    height: 90px;
    position: relative;
    width: 100%
}

.prime-timer .top-timer[data-v-38fdb422] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 24px
}

.prime-timer .top-timer dl[data-v-38fdb422] {
    padding-left: 10px
}

.prime-timer .top-timer dl dd[data-v-38fdb422] {
    color: #fff;
    font-size: 12px
}

.prime-timer .top-timer dl dd[data-v-38fdb422]:first-child {
    color: #fec7a7;
    font-size: 14px;
    letter-spacing: 1.4px;
    margin-bottom: 10px
}

.prime-timer .top-timer dl dd em[data-v-38fdb422] {
    font-size: 14px;
    margin-left: 16px;
    vertical-align: text-bottom
}

.prime-lite[data-v-38fdb422] {
    background: #000032 url(/assets-htx/images/prime-lite-header-bg.105a615.png) 50%
}

.prime-lite .top-timer .prime-logo[data-v-38fdb422] {
    height: 44px;
    margin-right: 90px;
    width: 175px
}

.prime-lite .top-timer dl dd[data-v-38fdb422]:first-child {
    color: #d2d6ec
}

.prime-transfer[data-v-38fdb422] {
    background: #000032 url(/assets-htx/images/prime-lite-header-bg.105a615.png) 50%
}

.prime-transfer .top-timer .prime-logo[data-v-38fdb422] {
    height: 62px;
    margin-right: 90px;
    width: 295px
}

.prime-transfer .top-timer dl dd[data-v-38fdb422]:first-child {
    color: #d2d6ec
}

.time-left[data-v-38fdb422] {
    line-height: 20px;
    padding: 0;
    width: auto
}

.time-left[data-v-38fdb422],
.time-left[data-v-38fdb422] dt {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.time-left[data-v-38fdb422] dt {
    font-size: 12px;
    padding: 0 4px
}

.time-left[data-v-38fdb422] dd {
    background-image: linear-gradient(180deg, #fff, #fff 9px, #0a1050 0, #0a1050 10px, #cd9b82 0, #fff);
    border-radius: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    height: 20px;
    width: 28px
}

.h5-toast-wrap[data-v-9e1bcbbe],
.time-left[data-v-38fdb422] dd {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    justify-content: center
}

.h5-toast-wrap[data-v-9e1bcbbe] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    width: 750px;
    z-index: 9999
}

.h5-toast-wrap .h5-toast[data-v-9e1bcbbe] {
    background-color: var(--Background-Toast);
    border-radius: 18px;
    color: var(--Functional-White);
    font-size: 32px;
    line-height: 44px;
    margin: auto;
    max-width: 650px;
    padding: 30px;
    text-align: center
}

.h5-toast-wrap .h5-toast+.h5-toast[data-v-9e1bcbbe] {
    margin-top: 20px
}

.h5-toast_container[data-v-9e1bcbbe] {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
    width: auto
}

.h5-toast_container .h5-toast[data-v-9e1bcbbe] {
    background-color: var(--Background-Toast);
    border-radius: 4px;
    color: var(--Functional-White);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    min-width: 200px;
    padding: 14px 24px;
    text-transform: capitalize
}

.main[data-v-9e1bcbbe] {
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    position: relative
}

.main[data-v-9e1bcbbe],
.page[data-v-9e1bcbbe] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page[data-v-9e1bcbbe] {
    -webkit-box-flex: 1;
    -ms-flex-align: center;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 0 auto;
    width: 100%
}

.h5-toast-wrap[data-v-08ec0a7f],
.page[data-v-9e1bcbbe] {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column
}

.h5-toast-wrap[data-v-08ec0a7f] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    width: 750px;
    z-index: 9999
}

.h5-toast-wrap .h5-toast[data-v-08ec0a7f] {
    background-color: var(--Background-Toast);
    border-radius: 18px;
    color: var(--Functional-White);
    font-size: 32px;
    line-height: 44px;
    margin: auto;
    max-width: 650px;
    padding: 30px;
    text-align: center
}

.h5-toast-wrap .h5-toast+.h5-toast[data-v-08ec0a7f] {
    margin-top: 20px
}

.h5-toast_container[data-v-08ec0a7f] {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
    width: auto
}

.h5-toast_container .h5-toast[data-v-08ec0a7f] {
    background-color: var(--Background-Toast);
    border-radius: 4px;
    color: var(--Functional-White);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    min-width: 200px;
    padding: 14px 24px;
    text-transform: capitalize
}

.main[data-v-08ec0a7f] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

@media screen and (min-width:751px) {
    .main[data-v-08ec0a7f] .m_show {
        display: none
    }
}

@media screen and (max-width:751px) {
    .mobile-content[data-v-08ec0a7f] {
        min-width: inherit;
        width: 750px
    }

    .main[data-v-08ec0a7f] .m_show {
        display: block
    }

    .main[data-v-08ec0a7f] .m_hide {
        display: none
    }
}

.h5-toast-wrap[data-v-d801d95c] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    width: 750px;
    z-index: 9999
}

.h5-toast-wrap .h5-toast[data-v-d801d95c] {
    background-color: var(--Background-Toast);
    border-radius: 18px;
    color: var(--Functional-White);
    font-size: 32px;
    line-height: 44px;
    margin: auto;
    max-width: 650px;
    padding: 30px;
    text-align: center
}

.h5-toast-wrap .h5-toast+.h5-toast[data-v-d801d95c] {
    margin-top: 20px
}

.h5-toast_container[data-v-d801d95c] {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
    width: auto
}

.h5-toast_container .h5-toast[data-v-d801d95c] {
    background-color: var(--Background-Toast);
    border-radius: 4px;
    color: var(--Functional-White);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    min-width: 200px;
    padding: 14px 24px;
    text-transform: capitalize
}

.main[data-v-d801d95c] {
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

.main[data-v-d801d95c],
.page[data-v-d801d95c] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page[data-v-d801d95c] {
    -webkit-box-flex: 1;
    -ms-flex-align: center;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 0 auto;
    width: 100%
}

.h5-toast-wrap[data-v-ad1e4276],
.page[data-v-d801d95c] {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column
}

.h5-toast-wrap[data-v-ad1e4276] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    width: 750px;
    z-index: 9999
}

.h5-toast-wrap .h5-toast[data-v-ad1e4276] {
    background-color: var(--Background-Toast);
    border-radius: 18px;
    color: var(--Functional-White);
    font-size: 32px;
    line-height: 44px;
    margin: auto;
    max-width: 650px;
    padding: 30px;
    text-align: center
}

.h5-toast-wrap .h5-toast+.h5-toast[data-v-ad1e4276] {
    margin-top: 20px
}

.h5-toast_container[data-v-ad1e4276] {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
    width: auto
}

.h5-toast_container .h5-toast[data-v-ad1e4276] {
    background-color: var(--Background-Toast);
    border-radius: 4px;
    color: var(--Functional-White);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    min-width: 200px;
    padding: 14px 24px;
    text-transform: capitalize
}

.main[data-v-ad1e4276] {
    background-color: #fff;
    height: 100%;
    width: 100%
}

.main .page[data-v-ad1e4276],
.main[data-v-ad1e4276] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

#__layout,
#__nuxt {
    height: 100%;
    width: 100%
}

.h5-toast-wrap[data-v-204a55f4] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    width: 750px;
    z-index: 9999
}

.h5-toast-wrap .h5-toast[data-v-204a55f4] {
    background-color: var(--Background-Toast);
    border-radius: 18px;
    color: var(--Functional-White);
    font-size: 32px;
    line-height: 44px;
    margin: auto;
    max-width: 650px;
    padding: 30px;
    text-align: center
}

.h5-toast-wrap .h5-toast+.h5-toast[data-v-204a55f4] {
    margin-top: 20px
}

.h5-toast_container[data-v-204a55f4] {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
    width: auto
}

.h5-toast_container .h5-toast[data-v-204a55f4] {
    background-color: var(--Background-Toast);
    border-radius: 4px;
    color: var(--Functional-White);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    min-width: 200px;
    padding: 14px 24px;
    text-transform: capitalize
}

.main[data-v-204a55f4] {
    background-color: #fff
}

.main .page[data-v-204a55f4],
.main[data-v-204a55f4] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden
}

.h5-toast-wrap[data-v-fd64beea],
.main .page[data-v-204a55f4],
.main[data-v-204a55f4] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.h5-toast-wrap[data-v-fd64beea] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    width: 750px;
    z-index: 9999
}

.h5-toast-wrap .h5-toast[data-v-fd64beea] {
    background-color: var(--Background-Toast);
    border-radius: 18px;
    color: var(--Functional-White);
    font-size: 32px;
    line-height: 44px;
    margin: auto;
    max-width: 650px;
    padding: 30px;
    text-align: center
}

.h5-toast-wrap .h5-toast+.h5-toast[data-v-fd64beea] {
    margin-top: 20px
}

.h5-toast_container[data-v-fd64beea] {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
    width: auto
}

.h5-toast_container .h5-toast[data-v-fd64beea] {
    background-color: var(--Background-Toast);
    border-radius: 4px;
    color: var(--Functional-White);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    min-width: 200px;
    padding: 14px 24px;
    text-transform: capitalize
}

@media screen and (min-width:751px) {
    .main[data-v-fd64beea] .m_show {
        display: none
    }
}

@media screen and (max-width:751px) {
    .mobile-content[data-v-fd64beea] {
        min-width: inherit;
        width: 750px
    }

    .main[data-v-fd64beea] .m_show {
        display: block
    }

    .main[data-v-fd64beea] .m_hide {
        display: none
    }
}

.h5-toast-wrap[data-v-28d09f1b] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    width: 750px;
    z-index: 9999
}

.h5-toast-wrap .h5-toast[data-v-28d09f1b] {
    background-color: var(--Background-Toast);
    border-radius: 18px;
    color: var(--Functional-White);
    font-size: 32px;
    line-height: 44px;
    margin: auto;
    max-width: 650px;
    padding: 30px;
    text-align: center
}

.h5-toast-wrap .h5-toast+.h5-toast[data-v-28d09f1b] {
    margin-top: 20px
}

.h5-toast_container[data-v-28d09f1b] {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
    width: auto
}

.h5-toast_container .h5-toast[data-v-28d09f1b] {
    background-color: var(--Background-Toast);
    border-radius: 4px;
    color: var(--Functional-White);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    min-width: 200px;
    padding: 14px 24px;
    text-transform: capitalize
}

.main[data-v-28d09f1b] {
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

.main[data-v-28d09f1b],
.page[data-v-28d09f1b] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page[data-v-28d09f1b] {
    -webkit-box-flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    width: 100%
}

.main[data-v-28d09f1b] .header {
    display: none
}

.h5-toast-wrap[data-v-0046f83e] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    width: 750px;
    z-index: 9999
}

.h5-toast-wrap .h5-toast[data-v-0046f83e] {
    background-color: var(--Background-Toast);
    border-radius: 18px;
    color: var(--Functional-White);
    font-size: 32px;
    line-height: 44px;
    margin: auto;
    max-width: 650px;
    padding: 30px;
    text-align: center
}

.h5-toast-wrap .h5-toast+.h5-toast[data-v-0046f83e] {
    margin-top: 20px
}

.h5-toast_container[data-v-0046f83e] {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
    width: auto
}

.h5-toast_container .h5-toast[data-v-0046f83e] {
    background-color: var(--Background-Toast);
    border-radius: 4px;
    color: var(--Functional-White);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    min-width: 200px;
    padding: 14px 24px;
    text-transform: capitalize
}

.main[data-v-0046f83e] {
    -webkit-box-flex: 1;
    background: var(--Background-L1);
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
    width: 100%
}

.h5-toast-wrap[data-v-151a9056],
.main[data-v-0046f83e] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.h5-toast-wrap[data-v-151a9056] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    width: 750px;
    z-index: 9999
}

.h5-toast-wrap .h5-toast[data-v-151a9056] {
    background-color: var(--Background-Toast);
    border-radius: 18px;
    color: var(--Functional-White);
    font-size: 32px;
    line-height: 44px;
    margin: auto;
    max-width: 650px;
    padding: 30px;
    text-align: center
}

.h5-toast-wrap .h5-toast+.h5-toast[data-v-151a9056] {
    margin-top: 20px
}

.h5-toast_container[data-v-151a9056] {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
    width: auto
}

.h5-toast_container .h5-toast[data-v-151a9056] {
    background-color: var(--Background-Toast);
    border-radius: 4px;
    color: var(--Functional-White);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    min-width: 200px;
    padding: 14px 24px;
    text-transform: capitalize
}

.main[data-v-151a9056] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

@media screen and (min-width:751px) {
    .main[data-v-151a9056] .m_show {
        display: none
    }
}

@media screen and (max-width:751px) {
    .mobile-content[data-v-151a9056] {
        min-width: inherit;
        width: 750px
    }

    .main[data-v-151a9056] .m_show {
        display: block
    }

    .main[data-v-151a9056] .m_hide {
        display: none
    }
}

.h5-toast-wrap[data-v-b50e75fc] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    width: 750px;
    z-index: 9999
}

.h5-toast-wrap .h5-toast[data-v-b50e75fc] {
    background-color: var(--Background-Toast);
    border-radius: 18px;
    color: var(--Functional-White);
    font-size: 32px;
    line-height: 44px;
    margin: auto;
    max-width: 650px;
    padding: 30px;
    text-align: center
}

.h5-toast-wrap .h5-toast+.h5-toast[data-v-b50e75fc] {
    margin-top: 20px
}

.h5-toast_container[data-v-b50e75fc] {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
    width: auto
}

.h5-toast_container .h5-toast[data-v-b50e75fc] {
    background-color: var(--Background-Toast);
    border-radius: 4px;
    color: var(--Functional-White);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    min-width: 200px;
    padding: 14px 24px;
    text-transform: capitalize
}

.main[data-v-b50e75fc] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    color: #1c242c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

.section[data-v-b50e75fc] {
    margin: 0 auto;
    width: 1100px
}

.crumbs[data-v-b50e75fc] {
    background: #181b25;
    height: 180px;
    padding: 96px 0 0
}

.crumbs .back[data-v-b50e75fc] {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px
}

.crumbs .back:hover i[data-v-b50e75fc] {
    background: rgba(1, 115, 229, .2)
}

.crumbs .back i[data-v-b50e75fc] {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    border-radius: 2px;
    color: #0173e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    justify-content: center;
    line-height: 24px;
    margin-right: 4px;
    text-align: center;
    width: 24px
}

.crumbs .back i[data-v-b50e75fc]:before {
    font-size: 15px;
    height: 15px;
    width: 9px
}

.container[data-v-b50e75fc] {
    background: #fff;
    border-radius: 29px 29px 0 0;
    margin-top: -36px;
    padding: 32px 0 120px
}

.page[data-v-b50e75fc] {
    -webkit-box-flex: 1;
    -ms-flex-align: center;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 0 auto;
    width: 100%
}

.h5-toast-wrap[data-v-1e3dc352],
.page[data-v-b50e75fc] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.h5-toast-wrap[data-v-1e3dc352] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    width: 750px;
    z-index: 9999
}

.h5-toast-wrap .h5-toast[data-v-1e3dc352] {
    background-color: var(--Background-Toast);
    border-radius: 18px;
    color: var(--Functional-White);
    font-size: 32px;
    line-height: 44px;
    margin: auto;
    max-width: 650px;
    padding: 30px;
    text-align: center
}

.h5-toast-wrap .h5-toast+.h5-toast[data-v-1e3dc352] {
    margin-top: 20px
}

.h5-toast_container[data-v-1e3dc352] {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
    width: auto
}

.h5-toast_container .h5-toast[data-v-1e3dc352] {
    background-color: var(--Background-Toast);
    border-radius: 4px;
    color: var(--Functional-White);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    min-width: 200px;
    padding: 14px 24px;
    text-transform: capitalize
}

.main[data-v-1e3dc352] {
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

.main[data-v-1e3dc352],
.page[data-v-1e3dc352] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page[data-v-1e3dc352] {
    -webkit-box-flex: 1;
    -ms-flex-align: center;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 0 auto;
    width: 100%
}

.h5-toast-wrap[data-v-5b04f4a7],
.page[data-v-1e3dc352] {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column
}

.h5-toast-wrap[data-v-5b04f4a7] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    width: 750px;
    z-index: 9999
}

.h5-toast-wrap .h5-toast[data-v-5b04f4a7] {
    background-color: var(--Background-Toast);
    border-radius: 18px;
    color: var(--Functional-White);
    font-size: 32px;
    line-height: 44px;
    margin: auto;
    max-width: 650px;
    padding: 30px;
    text-align: center
}

.h5-toast-wrap .h5-toast+.h5-toast[data-v-5b04f4a7] {
    margin-top: 20px
}

.h5-toast_container[data-v-5b04f4a7] {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
    width: auto
}

.h5-toast_container .h5-toast[data-v-5b04f4a7] {
    background-color: var(--Background-Toast);
    border-radius: 4px;
    color: var(--Functional-White);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    min-width: 200px;
    padding: 14px 24px;
    text-transform: capitalize
}

.validate-upload-wrap[data-v-5b04f4a7] {
    position: relative
}

.validate-upload-wrap .upload[data-v-5b04f4a7] {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #fff;
    border: 1px dashed #d3d4d6;
    color: #0173e5;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    justify-content: center;
    padding: 6px 10px;
    position: relative
}

.validate-upload-wrap .upload .select-icon[data-v-5b04f4a7] {
    background-color: rgba(1, 115, 229, .1);
    border-radius: 50%;
    display: inline-block;
    height: 16px;
    margin-right: 8px;
    position: relative;
    width: 16px
}

.validate-upload-wrap .upload .select-icon[data-v-5b04f4a7]:after,
.validate-upload-wrap .upload .select-icon[data-v-5b04f4a7]:before {
    background-color: #0173e5;
    content: "";
    height: 2px;
    left: 4px;
    position: absolute;
    top: 7px;
    width: 8px
}

.validate-upload-wrap .upload .select-icon[data-v-5b04f4a7]:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.validate-upload-wrap .upload[data-v-5b04f4a7]:hover {
    border-color: #0173e5
}

.validate-upload-wrap .upload[data-v-5b04f4a7]:active {
    opacity: .7
}

.validate-upload-wrap .upload.disabled[data-v-5b04f4a7] {
    cursor: not-allowed;
    opacity: .7
}

.validate-upload-wrap .upload.disabled[data-v-5b04f4a7]:hover {
    border-color: #d3d4d6
}

.validate-upload-wrap .upload-img[data-v-5b04f4a7] {
    font-size: 12px;
    line-height: 24px;
    margin-top: 16px
}

.validate-upload-wrap .upload-img i.link[data-v-5b04f4a7] {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuNTczIDcuNTI2IDUuNTA2IDguNTc5IDMuNjUxIDYuNjgxIDEwLjIxNiAwIDE0IDMuODAzbC0yLjMzNyAyLjM1LTEuMDU4LTEuMDYzIDEuMjgtMS4yODctMS42ODItMS42OS00LjQzNCA0LjU5LjgwNC44MjN6bS44NTQtMS4wNTIgMS4wNjctMS4wNTMgMS44NTUgMS44OThMMy43ODQgMTQgMCAxMC4xOTdsMi4zMzctMi4zNUwzLjM5NSA4LjkxbC0xLjI4IDEuMjg3IDEuNjgyIDEuNjkgNC40MzQtNC41OS0uODA0LS44MjN6IiBmaWxsPSIjOUFBNUI1IiBvcGFjaXR5PSIuNiIvPjwvc3ZnPg==) no-repeat 50%/cover;
    float: left;
    height: 14px;
    margin: 5px 8px 0 0;
    width: 14px
}

.validate-upload-wrap .upload-img i.loading[data-v-5b04f4a7] {
    -webkit-animation: rotate-5b04f4a7 2s infinite;
    animation: rotate-5b04f4a7 2s infinite;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGU+QGtleWZyYW1lcyBsb2FkezAle3RyYW5zZm9ybTpyb3RhdGUoMCl9dG97dHJhbnNmb3JtOnJvdGF0ZSgtMzYwZGVnKX19PC9zdHlsZT48ZyBzdHlsZT0iYW5pbWF0aW9uOmxvYWQgMXMgbGluZWFyIGluZmluaXRlO3RyYW5zZm9ybS1vcmlnaW46Y2VudGVyIGNlbnRlciI+PGxpbmVhckdyYWRpZW50IGlkPSJyaWdodCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxNTAiIHkxPSIyMCIgeDI9IjE1MCIgeTI9IjE4MCI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDE3M2U1Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDE3M2U1Ii8+PC9saW5lYXJHcmFkaWVudD48cGF0aCBkPSJNMTAwIDB2MjBjNDQuMSAwIDgwIDM1LjkgODAgODBzLTM1LjkgODAtODAgODB2MjBjNTUuMiAwIDEwMC00NC44IDEwMC0xMDBTMTU1LjIgMCAxMDAgMHoiIHN0eWxlPSJmaWxsOnVybCgjcmlnaHQpIi8+PGxpbmVhckdyYWRpZW50IGlkPSJsZWZ0IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwIiB5MT0iMCIgeDI9IjUwIiB5Mj0iMTgwIj48c3RvcCBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiMwMTczZTU7c3RvcC1vcGFjaXR5OjAiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiMwMTczZTUiLz48L2xpbmVhckdyYWRpZW50PjxwYXRoIGQ9Ik0yMCAxMDBjMC00NC4xIDM1LjktODAgODAtODBWMEM0NC44IDAgMCA0NC44IDAgMTAwczQ0LjggMTAwIDEwMCAxMDB2LTIwYy00NC4xIDAtODAtMzUuOS04MC04MHoiIHN0eWxlPSJmaWxsOnVybCgjbGVmdCkiLz48Y2lyY2xlIGN4PSIxMDAiIGN5PSIxMCIgcj0iMTAiIHN0eWxlPSJmaWxsOiMwMTczZTUiLz48L2c+PC9zdmc+) no-repeat 50%/cover;
    cursor: pointer;
    float: right;
    height: 14px;
    margin: 5px 50%;
    position: relative;
    width: 14px
}

@-webkit-keyframes rotate-5b04f4a7 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotate-5b04f4a7 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.validate-upload-wrap .upload-img .disabled[data-v-5b04f4a7] {
    cursor: not-allowed;
    opacity: .7
}

.validate-upload-wrap .upload-img .disabled[data-v-5b04f4a7]:hover {
    border-color: #d3d4d6
}

.validate-upload-wrap .upload-img .close[data-v-5b04f4a7] {
    cursor: pointer;
    display: none;
    float: right;
    height: 10px;
    margin: 7px 10px;
    position: relative;
    width: 10px
}

.validate-upload-wrap .upload-img .close .tooltips[data-v-5b04f4a7] {
    visibility: hidden
}

.validate-upload-wrap .upload-img .close:hover .tooltips[data-v-5b04f4a7] {
    visibility: visible
}

.validate-upload-wrap .upload-img .close i[data-v-5b04f4a7] {
    height: 10px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px
}

.validate-upload-wrap .upload-img .close i[data-v-5b04f4a7]:after,
.validate-upload-wrap .upload-img .close i[data-v-5b04f4a7]:before {
    background-color: #9aa5b5;
    content: "";
    height: 2px;
    left: -1px;
    position: absolute;
    top: 3px;
    width: 10px
}

.validate-upload-wrap .upload-img .close i[data-v-5b04f4a7]:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.validate-upload-wrap .upload-img[data-v-5b04f4a7]:hover {
    background-color: #f2f6fa
}

.validate-upload-wrap .upload-img:hover .close[data-v-5b04f4a7] {
    display: block
}

.validate-upload-wrap .file-item[data-v-5b04f4a7]:hover {
    background-color: rgba(0, 0, 0, .01)
}

.validate-upload-wrap .file-sp[data-v-5b04f4a7] {
    display: inline-block;
    max-width: 370px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap
}

.validate-upload-wrap .re-upload[data-v-5b04f4a7] {
    font-size: 12px;
    margin-left: 10px
}

@media screen and (max-width:751px) {
    .v--modal-overlay[data-modal=captcha-2fa-h5] {
        -webkit-tap-highlight-color: transparent;
        background: rgba(0, 0, 0, .5)
    }

    .v--modal-overlay[data-modal=captcha-2fa-h5] .v--modal-box {
        border-radius: 20px;
        left: 50% !important;
        margin-left: -325px;
        width: 650px !important
    }

    .v--modal-overlay[data-modal=captcha-2fa-h5] .captcha .header {
        padding: 30px 40px
    }

    .v--modal-overlay[data-modal=captcha-2fa-h5] .captcha .header h3 {
        color: #14181f;
        font-size: 40px;
        font-weight: 700;
        line-height: 56px
    }

    .v--modal-overlay[data-modal=captcha-2fa-h5] .captcha .header span {
        background-size: 21px 21px;
        right: 48px;
        top: 48px
    }

    .v--modal-overlay[data-modal=captcha-2fa-h5] .captcha .nc_wrapper {
        border-radius: 10px
    }

    .v--modal-overlay[data-modal=captcha-2fa-h5] .captcha .nc_wrapper .nc_scale {
        line-height: 80px;
        min-height: 80px
    }

    .v--modal-overlay[data-modal=captcha-2fa-h5] .captcha .nc_wrapper .nc_scale .nc_bg {
        height: 80px;
        line-height: 80px
    }

    .v--modal-overlay[data-modal=captcha-2fa-h5] .captcha .nc-container .nc_scale span {
        color: #fff;
        font-size: 24px;
        height: 80px;
        line-height: 80px
    }

    .v--modal-overlay[data-modal=captcha-2fa-h5] .captcha .nc-container .nc_scale .scale_text {
        color: #8c9fad;
        font-size: 24px
    }

    .v--modal-overlay[data-modal=captcha-2fa-h5] .captcha .nc-container .nc_scale span.btn_slide {
        background-color: #2c72f5;
        border-radius: 10px;
        font-size: 40px;
        width: 100px
    }

    .v--modal-overlay[data-modal=captcha-2fa-h5] .captcha .e_input_control ::v-deep img {
        right: 12px;
        top: 15px;
        width: 140px
    }

    .v--modal-overlay[data-modal=captcha-2fa-h5] .captcha .captcha-container {
        min-height: 200px;
        padding: 8px 40px 40px
    }

    .v--modal-overlay[data-modal=captcha-2fa-h5] .captcha .captcha-container .switch-row {
        bottom: 20px;
        position: absolute
    }

    .v--modal-overlay[data-modal=captcha-2fa-h5] .captcha .captcha-container .switch-row .icon-sort {
        background-size: 100%;
        height: 26px;
        width: 32px
    }

    .v--modal-overlay[data-modal=captcha-2fa-h5] .captcha .captcha-container .switch-btn {
        font-size: 24px;
        line-height: 48px;
        margin-top: 16px
    }
}

.h5-toast-wrap[data-v-270bdf97] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    width: 750px;
    z-index: 9999
}

.h5-toast-wrap .h5-toast[data-v-270bdf97] {
    background-color: var(--Background-Toast);
    border-radius: 18px;
    color: var(--Functional-White);
    font-size: 32px;
    line-height: 44px;
    margin: auto;
    max-width: 650px;
    padding: 30px;
    text-align: center
}

.h5-toast-wrap .h5-toast+.h5-toast[data-v-270bdf97] {
    margin-top: 20px
}

.h5-toast_container[data-v-270bdf97] {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
    width: auto
}

.h5-toast_container .h5-toast[data-v-270bdf97] {
    background-color: var(--Background-Toast);
    border-radius: 4px;
    color: var(--Functional-White);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    min-width: 200px;
    padding: 14px 24px;
    text-transform: capitalize
}

.captcha[data-v-270bdf97] .nc-container .nc_wrapper,
.captcha[data-v-270bdf97] .nc-container.tb-login .nc_wrapper {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto !important
}

.captcha[data-v-270bdf97] .nc-container .errloading,
.captcha[data-v-270bdf97] .nc-container.tb-login .errloading {
    line-height: 30px;
    width: auto
}

.captcha[data-v-270bdf97] .nc-container .errloading,
.captcha[data-v-270bdf97] .nc_wrapper {
    color: #9194a4;
    font-size: 16px
}

.captcha[data-v-270bdf97] .nc_scale {
    background: #fff;
    height: 48px;
    line-height: 48px
}

.captcha[data-v-270bdf97] .nc-container .errloading {
    border-color: #d1d3df;
    border-radius: 3px;
    font-size: 16px
}

.captcha[data-v-270bdf97] .nc-container .errloading a {
    display: inline-block;
    margin: 0 8px
}

.captcha[data-v-270bdf97] .nc-container .nc_scale .scale_text {
    font-size: 16px
}

.captcha[data-v-270bdf97] .nc-container .nc_scale span {
    border: 0;
    border-radius: 3px;
    color: #232a4a;
    height: 48px;
    line-height: 48px
}

.captcha[data-v-270bdf97] .nc-container .nc_scale span.nc-lang-cnt {
    background: none;
    color: #d1d3df
}

.captcha[data-v-270bdf97] .nc-container .nc_scale span.nc-lang-cnt b {
    color: #7a98f7;
    font-weight: 400
}

.captcha[data-v-270bdf97] .nc-container .nc_scale span.btn_ok,
.captcha[data-v-270bdf97] .nc-container .nc_scale span.btn_slide {
    background-color: #d1d3df;
    border-radius: 0 3px 3px 0;
    width: 70px
}

.captcha[data-v-270bdf97] .nc-container .nc_scale span.btn_ok {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOBAMAAADtZjDiAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAbUExURSS4dQCqqiW5eia5eyW6etfy5+v580nFj6rkyy5L/fkAAAAEdFJOU9kDgUJQw6dmAAAAT0lEQVQI12MQFFRwYRIUZBA0cHFxYRZkEHYBAUMGATDNyKACJN1bnBhYgHRZiAMDiJvq4sLA4pFeFgKiXcKAXAegOlcg1wmuD2YOzFyoPQCalhUDWNtjFgAAAABJRU5ErkJggg==);
    background-position: 50%;
    background-repeat: no-repeat;
    color: #f60;
    text-indent: -9999px
}

.captcha[data-v-270bdf97] .nc-container .nc_scale .nc_bg,
.captcha[data-v-270bdf97] .nc-container .nc_scale .nc_ok {
    background: #f4f4f6;
    border-radius: 3px
}

.captcha[data-v-270bdf97] .nc-container .nc_scale .scale_text {
    color: #9194a4
}

.captcha[data-v-270bdf97] .nc-container .nc_scale .scale_text.scale_text.slidetounlock span[data-nc-lang=_startTEXT] {
    -webkit-text-fill-color: transparent;
    -webkit-text-size-adjust: none;
    -webkit-animation: slidetounlock 3s infinite;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #61688a), color-stop(.4, #61688a), color-stop(.5, #fff), color-stop(.6, #61688a), color-stop(1, #61688a));
    -webkit-background-clip: text
}

.captcha[data-v-270bdf97] .icon_warn {
    color: #0173e5
}

.captcha[data-v-270bdf97] .nc_wrapper .nc-lang-cnt,
.captcha[data-v-270bdf97] .nc_wrapper .nc_scale .scale_text .nc-lang-cnt {
    color: #7a98f7
}

.captcha[data-v-270bdf97] .nc_wrapper .nc_scale .scale_text2 {
    background: #f4f4f6
}

.captcha[data-v-270bdf97] .nc_wrapper .nc_scale .btn_warn {
    background: #7a98f7;
    color: #fff
}

.captcha[data-v-270bdf97] .nc_wrapper .nc_scale .imgCaptcha {
    background: #fff;
    border-color: #d1d3df
}

.captcha[data-v-270bdf97] .nc_wrapper .nc_scale .imgCaptcha .imgCaptcha_text,
.captcha[data-v-270bdf97] .nc_wrapper .nc_scale .imgCaptcha .imgCaptcha_text input {
    background: #fff
}

.captcha[data-v-270bdf97] .nc_wrapper .nc_scale .imgCaptcha .imgCaptcha_btn {
    background: #fff;
    padding-top: 0
}

.captcha[data-v-270bdf97] .nc_wrapper .nc_scale .imgCaptcha .imgCaptcha_btn .nc_captcha_img_text {
    background: #fff
}

.captcha[data-v-270bdf97] .nc_wrapper .nc_scale .imgCaptcha .imgCaptcha_btn .nc_captcha_img_text .nc-lang-cnt {
    color: #000
}

.captcha[data-v-270bdf97] .nc_wrapper .nc_scale .imgCaptcha .imgCaptcha_btn .nc_scale_submit {
    width: 90%
}

.captcha[data-v-270bdf97] .nc_wrapper {
    border: 1px solid #d1d3df;
    border-radius: 3px;
    overflow: hidden;
    width: 100%
}

.captcha[data-v-270bdf97] .nc_wrapper .nc_scale {
    height: auto;
    min-height: 48px;
    position: relative
}

.captcha[data-v-270bdf97] .nc_wrapper .nc_scale .nc_bg {
    height: 48px;
    line-height: 48px;
    width: auto
}

.captcha[data-v-270bdf97] .nc_wrapper .nc_scale .btn_ok {
    left: auto !important;
    right: 0
}

.captcha[data-v-270bdf97] .nc_wrapper .nc_scale .btn_warn {
    border-radius: 0;
    left: auto !important;
    line-height: 48px;
    position: absolute;
    right: 0
}

.captcha[data-v-270bdf97] .nc_wrapper .nc_scale .scale_text {
    position: relative
}

.captcha[data-v-270bdf97] .nc_wrapper .nc_scale .scale_text2 {
    width: 100% !important
}

.captcha[data-v-270bdf97] .nc_wrapper .nc_scale .imgCaptcha {
    border: 0;
    border-top: 1px solid #d1d3df;
    padding-bottom: 10px;
    position: relative;
    top: 0;
    width: 100%
}

.captcha[data-v-270bdf97] .nc_wrapper .nc_scale .imgCaptcha .imgCaptcha_text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: none;
    height: 50px;
    margin: 10px 130px 10px 10px;
    padding: 0;
    width: auto
}

.captcha[data-v-270bdf97] .nc_wrapper .nc_scale .imgCaptcha .imgCaptcha_text input {
    border: 1px solid #d1d3df;
    border-radius: 5px;
    color: #333;
    display: block;
    font-size: 25px;
    height: 50px;
    margin: 0;
    text-align: center;
    width: 100%
}

.captcha[data-v-270bdf97] .nc_wrapper .nc_scale .imgCaptcha .imgCaptcha_img {
    border-radius: 5px;
    height: 50px;
    margin: 10px 0;
    position: absolute;
    right: 10px;
    top: 0;
    width: 110px
}

.captcha[data-v-270bdf97] .nc_wrapper .nc_scale .imgCaptcha .imgCaptcha_img img {
    height: 100%;
    width: 100%
}

.captcha[data-v-270bdf97] .nc_wrapper .nc_scale .imgCaptcha .btn_refresh {
    display: none
}

.captcha[data-v-270bdf97] .nc_wrapper .nc_scale .imgCaptcha .imgCaptcha_btn {
    margin: 0;
    width: 100%
}

.captcha[data-v-270bdf97] .nc_wrapper .nc_scale .imgCaptcha .imgCaptcha_btn .nc_captcha_img_text {
    background: #262a42;
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 5px
}

.captcha[data-v-270bdf97] .nc_wrapper .nc_scale .imgCaptcha .imgCaptcha_btn .nc_captcha_img_text .nc-lang-cnt {
    line-height: 0
}

.captcha[data-v-270bdf97] .nc_wrapper .nc_scale .imgCaptcha .imgCaptcha_btn .nc_captcha_img_text .icon_close {
    margin: 0 10px
}

.captcha[data-v-270bdf97] .nc_wrapper .nc_scale .imgCaptcha .imgCaptcha_btn .nc_scale_submit {
    background-color: #7a98f7;
    border-radius: 5px;
    display: block;
    height: 40px;
    margin: 0 10px;
    width: auto
}

.captcha[data-v-270bdf97] .nc_wrapper .nc_scale .imgCaptcha .imgCaptcha_btn .nc-lang-cnt {
    color: #fff;
    line-height: 40px
}

@media screen and (max-width:751px) {
    .v--modal-overlay[data-modal=captcha-2fa-h5] .captcha[data-v-270bdf97] .captcha-container .img-captcha button {
        background: #0173e5;
        border-radius: 10px;
        color: #fff;
        font-size: 32px;
        height: 88px;
        margin-top: 60px;
        width: 100%
    }

    .switch-row[data-v-270bdf97] {
        margin-top: 40px
    }

    .img-captcha[data-v-270bdf97] .e_input_control .e_input_bottom_message .error_message {
        font-size: 24px;
        line-height: 32px;
        margin-top: 8px
    }

    .img-captcha[data-v-270bdf97] .e_input_control .e_input_field {
        height: 88px
    }

    .img-captcha[data-v-270bdf97] .e_input_control .e_input_field .e_input {
        -webkit-appearance: none;
        border-radius: 6px;
        font-size: 32px;
        padding: 0 32px
    }

    .img-captcha[data-v-270bdf97] .e_input_control .e_input_field .e_input:not([data-value="0"])+label {
        display: none;
        -webkit-transform: translateY(-16px) scale(.85);
        transform: translateY(-16px) scale(.85)
    }

    .img-captcha[data-v-270bdf97] .e_input_control .e_input_field .e_input:focus+label {
        -webkit-transform: none;
        transform: none
    }

    .img-captcha[data-v-270bdf97] .e_input_control .e_input_field .e_input:-webkit-autofill+label {
        display: none;
        -webkit-transform: translateY(-16px) scale(.85);
        transform: translateY(-16px) scale(.85)
    }

    .img-captcha[data-v-270bdf97] .e_input_control .e_input_field .e_label {
        font-size: 28px;
        height: 40px;
        left: 32px;
        line-height: 40px;
        top: 24px
    }
}

.captcha[data-v-270bdf97] .header {
    padding: 24px;
    position: relative
}

.captcha[data-v-270bdf97] .header h3 {
    color: #263241;
    font-size: 20px
}

.captcha[data-v-270bdf97] .header span {
    background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGQ9Ik02Ljk4OCA1LjU5OCAxLjY5NS4zMDVBMSAxIDAgMCAwIC4yOCAxLjcybDUuMjkzIDUuMjkzTC4yOCAxMi4zMDVhMSAxIDAgMCAwIDEuNDE0IDEuNDE0bDUuMjkzLTUuMjkzIDUuMjkzIDUuMjkzYTEgMSAwIDAgMCAxLjQxNC0xLjQxNEw4LjQwMiA3LjAxMmw1LjI5My01LjI5M0ExIDEgMCAxIDAgMTIuMjguMzA1TDYuOTg4IDUuNTk4eiIgaWQ9ImEiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48bWFzayBpZD0iYiIgZmlsbD0iI2ZmZiI+PHVzZSB4bGluazpocmVmPSIjYSIvPjwvbWFzaz48dXNlIGZpbGw9IiM3RjhGQTQiIGZpbGwtcnVsZT0ibm9uemVybyIgeGxpbms6aHJlZj0iI2EiLz48ZyBtYXNrPSJ1cmwoI2IpIiBmaWxsPSIjQzhDRkRBIj48cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHJ4PSIzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNSAtNSkiLz48L2c+PC9nPjwvc3ZnPg==) no-repeat 50%;
    background-size: 16px 16px;
    cursor: pointer;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 24px;
    width: 24px
}

.captcha[data-v-270bdf97] .captcha-container {
    clear: both;
    min-height: 150px;
    padding: 8px 24px 40px;
    position: relative
}

.captcha[data-v-270bdf97] .captcha-container .nc-container {
    margin-top: 20px
}

.captcha[data-v-270bdf97] .captcha-container .switch-row {
    bottom: 10px;
    position: absolute
}

.captcha[data-v-270bdf97] .captcha-container .switch-row .icon-sort {
    background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGQ9Ik02LjAxIDlIMHYyaDYuMDF2M0wxMCAxMCA2LjAxIDZ2M3ptNS45OC0xVjVIMThWM2gtNi4wMVYwTDggNGwzLjk5IDR6IiBpZD0iYSIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxtYXNrIGlkPSJiIiBmaWxsPSIjZmZmIj48dXNlIHhsaW5rOmhyZWY9IiNhIi8+PC9tYXNrPjx1c2UgZmlsbD0iIzAwMCIgZmlsbC1ydWxlPSJub256ZXJvIiB4bGluazpocmVmPSIjYSIvPjxnIG1hc2s9InVybCgjYikiIGZpbGw9IiMwMTczRTUiPjxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgcng9IjMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zIC01KSIvPjwvZz48L2c+PC9zdmc+) no-repeat;
    display: inline-block;
    height: 14px;
    vertical-align: middle;
    width: 18px
}

.captcha[data-v-270bdf97] .captcha-container .switch-row span {
    margin-left: 3px;
    vertical-align: middle
}

.captcha[data-v-270bdf97] .captcha-container .img-captcha img {
    cursor: pointer;
    vertical-align: middle
}

.captcha[data-v-270bdf97] .captcha-container .img-captcha button {
    background: #0173e5;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    height: 48px;
    margin-top: 20px;
    width: 432px
}

.captcha[data-v-270bdf97] .loading {
    height: 100px
}

.captcha[data-v-270bdf97] .e_input_control img {
    position: absolute;
    right: 6px;
    top: 10px;
    z-index: 2
}

.switch-btn[data-v-270bdf97] {
    background-color: transparent;
    border: none;
    font-size: 12px;
    line-height: 24px;
    margin-top: 8px
}

.input-code {
    position: relative
}

.input-code .btn-send {
    color: var(--Text-L3);
    font-size: 14px;
    line-height: 40px;
    position: absolute;
    right: 16px;
    top: 0
}

.input-code .btn-send a {
    color: var(--Functional-Blue)
}

.input-code .btn-send a:hover {
    opacity: .7
}

.h5-toast-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    width: 750px;
    z-index: 9999
}

.h5-toast-wrap .h5-toast {
    background-color: var(--Background-Toast);
    border-radius: 18px;
    color: var(--Functional-White);
    font-size: 32px;
    line-height: 44px;
    margin: auto;
    max-width: 650px;
    padding: 30px;
    text-align: center
}

.h5-toast-wrap .h5-toast+.h5-toast {
    margin-top: 20px
}

.h5-toast_container {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
    width: auto
}

.h5-toast_container .h5-toast {
    background-color: var(--Background-Toast);
    border-radius: 4px;
    color: var(--Functional-White);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    min-width: 200px;
    padding: 14px 24px;
    text-transform: capitalize
}

@media screen and (max-width:751px) {
    .v--modal-overlay[data-modal=captcha-2fa-h5] {
        -webkit-tap-highlight-color: transparent;
        background: rgba(0, 0, 0, .5)
    }

    .v--modal-overlay[data-modal=captcha-2fa-h5] .v--modal-box {
        height: 278px !important;
        left: 50% !important;
        margin-left: -295px;
        width: 590px !important
    }

    .v--modal-overlay[data-modal=captcha-2fa-h5] .captcha .header {
        padding: 30px
    }

    .v--modal-overlay[data-modal=captcha-2fa-h5] .captcha .header h3 {
        color: #14181f;
        font-size: 32px;
        font-weight: 700
    }

    .v--modal-overlay[data-modal=captcha-2fa-h5] .captcha .header span {
        background-size: 24px 24px;
        right: 30px;
        top: 30px
    }

    .v--modal-overlay[data-modal=captcha-2fa-h5] .captcha .nc_wrapper .nc_scale {
        line-height: 80px;
        min-height: 80px
    }

    .v--modal-overlay[data-modal=captcha-2fa-h5] .captcha .nc_wrapper .nc_scale .nc_bg {
        height: 80px;
        line-height: 80px
    }

    .v--modal-overlay[data-modal=captcha-2fa-h5] .captcha .nc-container .nc_scale span {
        color: #fff;
        font-size: 24px;
        height: 80px;
        line-height: 80px
    }

    .v--modal-overlay[data-modal=captcha-2fa-h5] .captcha .nc-container .nc_scale .scale_text {
        color: #8c9fad;
        font-size: 24px
    }

    .v--modal-overlay[data-modal=captcha-2fa-h5] .captcha .nc-container .nc_scale span.btn_slide {
        background-color: #2c72f5
    }

    .v--modal-overlay[data-modal=captcha-2fa-h5] .captcha .captcha-container {
        min-height: 170px;
        padding: 8px 30px 40px
    }

    .v--modal-overlay[data-modal=captcha-2fa-h5] .captcha .captcha-container .e_input_control .e_input_field {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 80px
    }

    .v--modal-overlay[data-modal=captcha-2fa-h5] .captcha .captcha-container .e_input_control .e_input_field .e_input {
        font-size: 20px;
        line-height: 20px
    }

    .v--modal-overlay[data-modal=captcha-2fa-h5] .captcha .captcha-container .e_input_control .e_input_field .e_label {
        font-size: 20px;
        top: 25px
    }

    .v--modal-overlay[data-modal=captcha-2fa-h5] .captcha .captcha-container .e_input_control .e_input_bottom_message .error_message {
        font-size: 24px;
        line-height: 30px
    }

    .v--modal-overlay[data-modal=captcha-2fa-h5] .captcha .captcha-container .img-captcha img {
        height: 60px
    }
}

.h5-toast-wrap[data-v-3c8d9b50] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    width: 750px;
    z-index: 9999
}

.h5-toast-wrap .h5-toast[data-v-3c8d9b50] {
    background-color: var(--Background-Toast);
    border-radius: 18px;
    color: var(--Functional-White);
    font-size: 32px;
    line-height: 44px;
    margin: auto;
    max-width: 650px;
    padding: 30px;
    text-align: center
}

.h5-toast-wrap .h5-toast+.h5-toast[data-v-3c8d9b50] {
    margin-top: 20px
}

.h5-toast_container[data-v-3c8d9b50] {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
    width: auto
}

.h5-toast_container .h5-toast[data-v-3c8d9b50] {
    background-color: var(--Background-Toast);
    border-radius: 4px;
    color: var(--Functional-White);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    min-width: 200px;
    padding: 14px 24px;
    text-transform: capitalize
}

.hbg-tooltips[data-v-3c8d9b50] {
    position: relative;
    text-transform: none
}

.hbg-tooltips .hbg-tooltips-content[data-v-3c8d9b50] {
    display: none;
    line-height: 1;
    pointer-events: none;
    position: absolute;
    text-align: left;
    text-transform: none;
    width: 380px;
    z-index: 1
}

.hbg-tooltips .hbg-tooltips-content[data-v-3c8d9b50]:after,
.hbg-tooltips .hbg-tooltips-content[data-v-3c8d9b50]:before {
    border: 7px solid transparent;
    content: "";
    display: block;
    position: absolute
}

.hbg-tooltips .hbg-tooltips-content.hbg-tooltips-show[data-v-3c8d9b50] {
    display: block
}

.hbg-tooltips .content-inner[data-v-3c8d9b50] {
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 0 1px rgba(24, 57, 103, .1), 0 2px 16px 0 rgba(24, 57, 103, .1);
    box-shadow: 0 0 0 1px rgba(24, 57, 103, .1), 0 2px 16px 0 rgba(24, 57, 103, .1);
    display: inline-block;
    line-height: 1.2;
    padding: 12px 16px;
    pointer-events: auto;
    white-space: normal
}

.hbg-tooltips.up-tips .hbg-tooltips-content[data-v-3c8d9b50] {
    bottom: calc(100% + 5px)
}

.hbg-tooltips.up-tips .hbg-tooltips-content[data-v-3c8d9b50]:before {
    border-top-color: #fff;
    bottom: -13px;
    left: 8px;
    z-index: 1
}

.hbg-tooltips.up-tips .hbg-tooltips-content[data-v-3c8d9b50]:after {
    border-top-color: rgba(24, 57, 103, .1);
    bottom: -15px;
    left: 8px
}

.hbg-tooltips.down-tips .hbg-tooltips-content[data-v-3c8d9b50] {
    top: calc(100% + 5px)
}

.hbg-tooltips.down-tips .hbg-tooltips-content[data-v-3c8d9b50]:before {
    border-bottom-color: #fff;
    left: 8px;
    top: -13px;
    z-index: 1
}

.hbg-tooltips.down-tips .hbg-tooltips-content[data-v-3c8d9b50]:after {
    border-bottom-color: rgba(24, 57, 103, .1);
    left: 8px;
    top: -15px
}

.hbg-tooltips.top-left .hbg-tooltips-content[data-v-3c8d9b50] {
    bottom: 100%;
    left: 0;
    line-height: 18px;
    margin-bottom: 10px;
    white-space: normal;
    z-index: 9
}

.hbg-tooltips.top-left .hbg-tooltips-content .content-inner[data-v-3c8d9b50] {
    float: right
}

.hbg-tooltips.top-left .hbg-tooltips-content[data-v-3c8d9b50]:before {
    border-top-color: #fff;
    bottom: -13px;
    left: 8px;
    z-index: 1
}

.hbg-tooltips.top-left .hbg-tooltips-content[data-v-3c8d9b50]:after {
    border-top-color: rgba(24, 57, 103, .1);
    bottom: -15px;
    left: 8px
}

.hbg-tooltips.top-center .hbg-tooltips-content[data-v-3c8d9b50] {
    bottom: 100%;
    left: 50%;
    line-height: 18px;
    margin-bottom: 10px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    white-space: normal;
    z-index: 9
}

.hbg-tooltips.top-center .hbg-tooltips-content[data-v-3c8d9b50]:before {
    border-top-color: #fff;
    bottom: -13px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 1
}

.hbg-tooltips.top-center .hbg-tooltips-content[data-v-3c8d9b50]:after {
    border-top-color: rgba(24, 57, 103, .1);
    bottom: -15px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.hbg-tooltips.top-right .hbg-tooltips-content[data-v-3c8d9b50] {
    bottom: 100%;
    line-height: 18px;
    margin-bottom: 10px;
    right: 0;
    white-space: normal;
    z-index: 9
}

.hbg-tooltips.top-right .hbg-tooltips-content .content-inner[data-v-3c8d9b50] {
    float: right
}

.hbg-tooltips.top-right .hbg-tooltips-content[data-v-3c8d9b50]:before {
    border-top-color: #fff;
    bottom: -13px;
    right: 8px;
    z-index: 1
}

.hbg-tooltips.top-right .hbg-tooltips-content[data-v-3c8d9b50]:after {
    border-top-color: rgba(24, 57, 103, .1);
    bottom: -15px;
    right: 8px
}

.h5-toast-wrap[data-v-4e991944] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    width: 750px;
    z-index: 9999
}

.h5-toast-wrap .h5-toast[data-v-4e991944] {
    background-color: var(--Background-Toast);
    border-radius: 18px;
    color: var(--Functional-White);
    font-size: 32px;
    line-height: 44px;
    margin: auto;
    max-width: 650px;
    padding: 30px;
    text-align: center
}

.h5-toast-wrap .h5-toast+.h5-toast[data-v-4e991944] {
    margin-top: 20px
}

.h5-toast_container[data-v-4e991944] {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
    width: auto
}

.h5-toast_container .h5-toast[data-v-4e991944] {
    background-color: var(--Background-Toast);
    border-radius: 4px;
    color: var(--Functional-White);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    min-width: 200px;
    padding: 14px 24px;
    text-transform: capitalize
}

.tips-base .tips-wrap[data-v-4e991944]:after,
.tips-base .tips-wrap[data-v-4e991944]:before {
    border: 7px solid transparent;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tips-base .tips-wrap[data-v-4e991944]:before {
    border-top-color: #fff;
    bottom: -13px;
    z-index: 1
}

.tips-base .tips-wrap[data-v-4e991944]:after {
    border-top-color: #d3d4d6;
    bottom: -15px
}

.include-tips:hover .tips-base[data-v-4e991944] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tips-base[data-v-4e991944] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    bottom: calc(100% + 10px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    justify-content: center;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 380px;
    z-index: 9
}

.tips-base.penetrate[data-v-4e991944] {
    pointer-events: none
}

.tips-base .tips-wrap[data-v-4e991944] {
    background-color: #fff;
    border: 1px solid #d3d4d6;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(28, 36, 44, .1);
    box-shadow: 0 2px 8px 0 rgba(28, 36, 44, .1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #495666;
    display: inline-block;
    font-size: 12px;
    min-width: 56px;
    padding: 12px 16px;
    position: relative
}

.tips-base .tips-wrap .tips-content[data-v-4e991944] {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    max-height: 94px;
    overflow: hidden;
    text-align: left
}

.tips-base .tips-wrap .tips-content>span[data-v-4e991944] {
    color: #495666;
    line-height: 18px;
    width: 100%
}

.tips-base .tips-wrap .tips-content>i[data-v-4e991944] {
    line-height: 16px;
    margin-right: 8px
}

.tips-base .tips-wrap .tips-content>i[data-v-4e991944]:before {
    margin: 0
}

.validate[data-v-4e991944] {
    width: 100%
}

.validate[data-v-4e991944] .validate-input {
    border-color: #d3d4d6;
    -webkit-transition: border .3s;
    transition: border .3s
}

.validate[data-v-4e991944] .validate-input:hover {
    border-color: #0173e5
}

.validate[data-v-4e991944] .validate-input.error {
    border-color: #ef5656
}

.validate[data-v-4e991944] .validate-input.disabled {
    border-color: #d3d4d6
}

.validate[data-v-4e991944] .validate-input.disabled .input-content,
.validate[data-v-4e991944] .validate-input.disabled input {
    background-color: #f2f6fa
}

.validate[data-v-4e991944] .input-content {
    background-color: #fff;
    border-radius: 2px;
    white-space: nowrap
}

.validate[data-v-4e991944] .input-content input {
    color: #263241;
    min-width: 1px
}

.validate[data-v-4e991944] .input-content .action {
    color: #0173e5
}

.validate[data-v-4e991944] .input-content .action:hover {
    opacity: .7
}

.tags-wrap[data-v-4e991944] {
    position: relative
}

.tags-wrap .tips-base[data-v-4e991944] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tags[data-v-4e991944] {
    border: 1px solid #d3d4d6;
    border-radius: 2px;
    font-size: 14px;
    height: 40px;
    outline: none;
    padding: 0 16px;
    width: 100%
}

.tags[data-v-4e991944]:focus,
.tags[data-v-4e991944]:hover {
    border-color: #0173e5
}

.tags[data-v-4e991944]:disabled {
    background-color: #f2f6fa;
    border-color: #d3d4d6;
    cursor: not-allowed
}

.box-line[data-v-4e991944] {
    margin-top: 16px
}

.box-line .line-head[data-v-4e991944] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    height: 28px;
    line-height: 28px
}

.box-line .line-head .text-desc[data-v-4e991944] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right
}

.box-line .btn-group[data-v-4e991944] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -10px
}

.box-line .mul-line .btn-chain[data-v-4e991944] {
    max-width: 200px
}

.box-line .btn-chain[data-v-4e991944] {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #cad7e0;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    height: 40px;
    justify-content: center;
    line-height: 40px;
    margin-left: 10px;
    margin-top: 10px;
    position: relative;
    -webkit-transition: border .3s;
    transition: border .3s;
    width: 200px
}

.box-line .btn-chain[data-v-4e991944]:hover {
    border-color: #0173e5
}

.box-line .btn-chain:hover .btn-tips[data-v-4e991944] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.box-line .btn-chain[data-v-4e991944]:disabled {
    border-color: transparent;
    cursor: not-allowed
}

.box-line .btn-chain:disabled .radio[data-v-4e991944] {
    background-color: #f2f6fa
}

.box-line .btn-chain.active[data-v-4e991944] {
    border-color: #0173e5
}

.box-line .btn-chain.active .radio[data-v-4e991944] {
    background-color: #0173e5;
    border-color: #0173e5
}

.box-line .btn-chain.active .radio[data-v-4e991944]:before {
    background-color: #fff
}

.box-line .btn-chain .radio[data-v-4e991944] {
    border: 1px solid #cad7e0;
    border-radius: 50%;
    display: inline-block;
    height: 16px;
    left: 17px;
    position: absolute;
    top: 12px;
    width: 16px
}

.box-line .btn-chain .radio[data-v-4e991944]:before {
    border-radius: 50%;
    content: "";
    height: 4px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 4px
}

.box-line .btn-chain .btn-tips[data-v-4e991944] {
    display: none
}

.box-line .btn-chain .icon-fee[data-v-4e991944] {
    margin-left: 5px
}

.withdraw-address[data-v-4e991944] {
    position: relative
}

.withdraw-address .address-name[data-v-4e991944] {
    color: #263241;
    font-size: 14px;
    height: 100%;
    left: 0;
    line-height: 40px;
    padding: 0 16px;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.withdraw-address .validate[data-v-4e991944] .validate-input input:disabled {
    cursor: pointer;
    font-size: 0
}

.withdraw-address .validate[data-v-4e991944] .validate-input .input-unit {
    display: inline-block;
    line-height: 18px;
    max-width: 83px;
    overflow: hidden;
    padding-left: 8px;
    padding-right: 0;
    white-space: nowrap
}

.withdraw-address .validate[data-v-4e991944] .input-extent {
    display: none;
    padding: 0 16px 0 6px
}

.withdraw-address .validate[data-v-4e991944] .input-extent:before {
    display: none
}

.withdraw-address .validate[data-v-4e991944] .input-extent .hb_icon_clear {
    color: #9aa5b5
}

.withdraw-address .validate[data-v-4e991944] .input-extent .icon-transfer {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS4yOTYgNS43NjVhLjc1Ljc1IDAgMCAxLTEuMDkxLTEuMDNMNC40NS4yMzVhLjc1Ljc1IDAgMCAxIDEuMDkyIDBsNC4yNTMgNC41YS43NS43NSAwIDEgMS0xLjA5IDEuMDNMNC45OTYgMS44NDNsLTMuNyAzLjkyMnoiIGZpbGw9IiM5QUE1QjUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) no-repeat 50%;
    display: inline-block;
    height: 12px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    vertical-align: middle;
    width: 12px
}

.withdraw-address .validate[data-v-4e991944] .input-extent .icon-transfer.active {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.withdraw-address .validate[data-v-4e991944] .validate-input.disabled .input-extent,
.withdraw-address .validate[data-v-4e991944] .validate-input:hover .input-extent {
    display: block
}

.withdraw-address.inner-address .validate[data-v-4e991944] .validate-input {
    border-color: #d3d4d6
}

.withdraw-address.inner-address .validate[data-v-4e991944] .validate-input .input-content,
.withdraw-address.inner-address .validate[data-v-4e991944] .validate-input input:disabled {
    background-color: #fff
}

.withdraw-address.inner-address .validate[data-v-4e991944] .validate-input:hover {
    border-color: #0173e5
}

.withdraw-address.hide-address-btn .validate[data-v-4e991944] .input-extent,
.withdraw-address.inner-address .validate[data-v-4e991944] .input-extent:before {
    display: none
}

.withdraw-address .address-box[data-v-4e991944] {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(28, 36, 44, .1);
    box-shadow: 0 2px 10px rgba(28, 36, 44, .1);
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

.withdraw-address .address-box .box-inner[data-v-4e991944] {
    max-height: 168px;
    overflow: auto
}

.withdraw-address .address-box .address-line[data-v-4e991944] {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    padding: 10px
}

.withdraw-address .address-box .address-line[data-v-4e991944]:hover {
    background-color: #f2f6fa
}

.withdraw-address .address-box .address-info[data-v-4e991944] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden
}

.withdraw-address .address-box .address-info p[data-v-4e991944] {
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.withdraw-address .address-box .address-info .address[data-v-4e991944] {
    color: #1c242c
}

.withdraw-address .address-box .address-info .address-tag[data-v-4e991944] {
    color: #9ca9b5
}

.withdraw-address .address-box .address-label[data-v-4e991944] {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 12px;
    line-height: 18px;
    max-height: 36px;
    max-width: 120px;
    overflow: hidden;
    padding-left: 24px;
    text-align: right;
    text-overflow: ellipsis
}

.withdraw-address .address-box .address-new[data-v-4e991944] {
    border-top: 1px solid #e6ecf2;
    display: block;
    font-size: 12px;
    padding: 10px
}

.withdraw-address .address-box.inner .address-line[data-v-4e991944] {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px
}

.withdraw-address .address-box.inner .address-info[data-v-4e991944] {
    color: #1c242c;
    font-size: 14px;
    line-height: 18px
}

.withdraw-address .address-box.inner .address-label[data-v-4e991944],
.withdraw-address .address-box.inner .address-new[data-v-4e991944],
.withdraw-address .address-box.inner .address-tag[data-v-4e991944] {
    display: none
}

.withdraw-address .address-security[data-v-4e991944] {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fffbe6;
    color: #1c242c;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    width: 100%
}

.withdraw-address .address-security span[data-v-4e991944] {
    margin: 0 6px 0 4px
}

.withdraw-address .address-security i[data-v-4e991944] {
    color: #9aa5b5;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.h5-toast-wrap[data-v-6b96e5b4] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    width: 750px;
    z-index: 9999
}

.h5-toast-wrap .h5-toast[data-v-6b96e5b4] {
    background-color: var(--Background-Toast);
    border-radius: 18px;
    color: var(--Functional-White);
    font-size: 32px;
    line-height: 44px;
    margin: auto;
    max-width: 650px;
    padding: 30px;
    text-align: center
}

.h5-toast-wrap .h5-toast+.h5-toast[data-v-6b96e5b4] {
    margin-top: 20px
}

.h5-toast_container[data-v-6b96e5b4] {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
    width: auto
}

.h5-toast_container .h5-toast[data-v-6b96e5b4] {
    background-color: var(--Background-Toast);
    border-radius: 4px;
    color: var(--Functional-White);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    min-width: 200px;
    padding: 14px 24px;
    text-transform: capitalize
}

.my-loading-masker[data-v-6b96e5b4] {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

.my-loading-masker .my-loading[data-v-6b96e5b4] {
    background: #000 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHN0eWxlPkBrZXlmcmFtZXMgbG9hZHswJXt0cmFuc2Zvcm06cm90YXRlKDApfXRve3RyYW5zZm9ybTpyb3RhdGUoLTM2MGRlZyl9fTwvc3R5bGU+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHlsZT0iYW5pbWF0aW9uOmxvYWQgMXMgbGluZWFyIGluZmluaXRlO3RyYW5zZm9ybS1vcmlnaW46Y2VudGVyIGNlbnRlciI+PGcgaWQ9IuWAn+i0t+OAgeWIkui9rCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwOTkgLTM3OSkiIGZpbGw9IiNGRkYiIHN0cm9rZT0iI0ZGRiI+PGcgaWQ9Ikdyb3VwLTUwLUNvcHktMuWkh+S7vS0zIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2OTggNzgpIj48ZyBpZD0i5pON5L2c5Yy6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDI3NCkiPjxnIGlkPSLliqDovb0iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQwMiAyOCkiPjxwYXRoIGQ9Ik04LjAzIDE2LjAyM2MtNC40MTIgMC04LTMuNTg4LTgtOCAwLTQuNDExIDMuNTg4LTggOC04YS41NzUuNTc1IDAgMCAxIDAgMS4xNSA2Ljg1NyA2Ljg1NyAwIDAgMC02Ljg1IDYuODUgNi44NTcgNi44NTcgMCAwIDAgNi44NSA2Ljg1IDYuODU3IDYuODU3IDAgMCAwIDYuODUtNi44NSA2Ljc4OCA2Ljc4OCAwIDAgMC0yLjEzOC00Ljk3LjU3Ni41NzYgMCAwIDEgLjc5Mi0uODM1IDcuOTI4IDcuOTI4IDAgMCAxIDIuNDk2IDUuODA1YzAgNC40MTItMy41OSA4LTggOFoiIGlkPSJQYXRoIi8+PC9nPjwvZz48L2c+PC9nPjwvZz48L3N2Zz4=) 50% no-repeat;
    background-size: 80px 80px;
    border-radius: 10px;
    left: 50%;
    min-height: 188px;
    opacity: .7;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 256px
}

@media screen and (min-device-width:1024px) {
    .my-loading-masker .my-loading[data-v-6b96e5b4] {
        background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGU+QGtleWZyYW1lcyBsb2FkezAle3RyYW5zZm9ybTpyb3RhdGUoMCl9dG97dHJhbnNmb3JtOnJvdGF0ZSgtMzYwZGVnKX19PC9zdHlsZT48ZyBzdHlsZT0iYW5pbWF0aW9uOmxvYWQgMXMgbGluZWFyIGluZmluaXRlO3RyYW5zZm9ybS1vcmlnaW46Y2VudGVyIGNlbnRlciI+PGxpbmVhckdyYWRpZW50IGlkPSJyaWdodCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxNTAiIHkxPSIyMCIgeDI9IjE1MCIgeTI9IjE4MCI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDE3M2U1Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDE3M2U1Ii8+PC9saW5lYXJHcmFkaWVudD48cGF0aCBkPSJNMTAwIDB2MjBjNDQuMSAwIDgwIDM1LjkgODAgODBzLTM1LjkgODAtODAgODB2MjBjNTUuMiAwIDEwMC00NC44IDEwMC0xMDBTMTU1LjIgMCAxMDAgMHoiIHN0eWxlPSJmaWxsOnVybCgjcmlnaHQpIi8+PGxpbmVhckdyYWRpZW50IGlkPSJsZWZ0IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwIiB5MT0iMCIgeDI9IjUwIiB5Mj0iMTgwIj48c3RvcCBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiMwMTczZTU7c3RvcC1vcGFjaXR5OjAiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiMwMTczZTUiLz48L2xpbmVhckdyYWRpZW50PjxwYXRoIGQ9Ik0yMCAxMDBjMC00NC4xIDM1LjktODAgODAtODBWMEM0NC44IDAgMCA0NC44IDAgMTAwczQ0LjggMTAwIDEwMCAxMDB2LTIwYy00NC4xIDAtODAtMzUuOS04MC04MHoiIHN0eWxlPSJmaWxsOnVybCgjbGVmdCkiLz48Y2lyY2xlIGN4PSIxMDAiIGN5PSIxMCIgcj0iMTAiIHN0eWxlPSJmaWxsOiMwMTczZTUiLz48L2c+PC9zdmc+) 50% no-repeat;
        background-size: 60px
    }
}