article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

html {
    background: #fff;
    color: #000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

button,
html,
input,
select,
textarea {
    font-family: Helvetica Neue, Helvetica, Arial, Heiti SC, WenQuanYi Micro Hei, sans-serif
}

*,
:after,
:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

li,
ul {
    list-style-type: none
}

a {
    background: rgba(0, 0, 0, 0);
    text-decoration: none;
    color: inherit
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0;
    cursor: pointer
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: "“" "”" "‘" "’"
}

q:after,
q:before {
    content: "";
    content: none
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    appearance: none;
    -webkit-appearance: none
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

.common-scale-enter-active,
.common-scale-enter-to,
.common-scale-leave {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.common-scale-enter,
.common-scale-leave-active,
.common-scale-leave-to {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.common-bottom2Top-enter-active,
.common-bottom2Top-enter-to,
.common-bottom2Top-leave {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.common-bottom2Top-enter,
.common-bottom2Top-leave-active,
.common-bottom2Top-leave-to {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.zoom-enter[data-v-6e3c92c5],
.zoom-leave-to[data-v-6e3c92c5] {
    width: 0;
    height: 0
}

.zoom-enter-active[data-v-6e3c92c5],
.zoom-leave-active[data-v-6e3c92c5] {
    -webkit-transition: width .4s linear, height .4s linear;
    transition: width .4s linear, height .4s linear
}

.__comp_toast {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 560px;
    background: rgba(47, 48, 51, .8);
    border-radius: 48px;
    top: 463px;
    left: 95px;
    line-height: 1.3;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.__comp_toast,
.v-toast {
    padding: 10px 15px;
    position: fixed;
    font-size: 16px;
    color: #fff
}

.v-toast {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 9999px);
    transform: translate3d(-50%, -50%, 9999px);
    background-color: rgba(0, 0, 0, .8);
    z-index: 999999;
    border-radius: 15px;
    white-space: nowrap;
    max-width: 90%
}

.v-toast.mult-row {
    width: 90%;
    white-space: normal;
    word-break: break-all
}

.v-loading {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateZ(9999px);
    transform: translateZ(9999px);
    top: 0;
    left: 0;
    z-index: 999999;
    max-width: none
}

.v-loading .loading-img-type-1 {
    display: inline-block;
    width: 64px;
    height: 64px;
    background: url(https://static-yun.tiki.sg/tkyun/frontend-common/loading1.gif) no-repeat;
    background-size: 100% 100%
}

.v-loading .loading-img-type-2 {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(https://static-yun.tiki.sg/tkyun/frontend-common/loading1.png) no-repeat;
    background-size: 100% 100%;
    -webkit-animation: loading-rotate .8s linear infinite;
    animation: loading-rotate .8s linear infinite
}

@-webkit-keyframes loading-rotate {
    0% {
        -webkit-transform: rotateX(180deg) rotate(1turn);
        transform: rotateX(180deg) rotate(1turn)
    }
    to {
        -webkit-transform: rotateX(180deg) rotate(0);
        transform: rotateX(180deg) rotate(0)
    }
}

@keyframes loading-rotate {
    0% {
        -webkit-transform: rotateX(180deg) rotate(1turn);
        transform: rotateX(180deg) rotate(1turn)
    }
    to {
        -webkit-transform: rotateX(180deg) rotate(0);
        transform: rotateX(180deg) rotate(0)
    }
}

.dropdown[data-v-0f9a445e] {
    position: relative
}

.dropdown-popover.bottom[data-v-0f9a445e] {
    position: absolute;
    left: calc(50% - 43px);
    top: 100%;
    padding-top: 16px;
    z-index: 1000
}

[lang-dierction=right] .dropdown-popover.bottom[data-v-0f9a445e] {
    right: calc(50% - 43px);
    left: auto
}

.dropdown-popover.bottom[data-v-0f9a445e]:after {
    content: "";
    position: absolute;
    top: 6px;
    z-index: 1;
    left: 32px;
    height: 11px;
    width: 22px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAVBAMAAADP3xFXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAPUExURUdwTP///////////////xPgMRoAAAAEdFJOUwBAgL+jVN0MAAAAaklEQVQY023P2w2AIAyF4XoZQIkD+NABSHQBS/efSQlBSjnn8cufJiWqC5ecNGzWb6PfmQXGqtExFxYY++tcWWDc59zY5JOabT8flh8Yt3ztOdq/21LRRRXl7Dm5V+xLPLLAOOeMWGiHewEZDERCBwXgBwAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 50%;
    -webkit-filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .15));
    filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .15))
}

[lang-dierction=right] .dropdown-popover.bottom[data-v-0f9a445e]:after {
    right: 32px;
    left: auto
}

.dropdown-popover.bottomcenter[data-v-0f9a445e] {
    top: 100%;
    padding-top: 16px;
    z-index: 1000
}

.dropdown-popover.bottomcenter[data-v-0f9a445e],
.dropdown-popover.bottomcenter[data-v-0f9a445e]:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.dropdown-popover.bottomcenter[data-v-0f9a445e]:after {
    content: "";
    top: 6px;
    z-index: 1;
    height: 11px;
    width: 22px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAVBAMAAADP3xFXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAPUExURUdwTP///////////////xPgMRoAAAAEdFJOUwBAgL+jVN0MAAAAaklEQVQY023P2w2AIAyF4XoZQIkD+NABSHQBS/efSQlBSjnn8cufJiWqC5ecNGzWb6PfmQXGqtExFxYY++tcWWDc59zY5JOabT8flh8Yt3ztOdq/21LRRRXl7Dm5V+xLPLLAOOeMWGiHewEZDERCBwXgBwAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 50%;
    -webkit-filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .15));
    filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .15))
}

.dropdown-popover.bottomcenter .dropdown-popover-content[data-v-0f9a445e] {
    text-align: center
}

.dropdown-popover.right[data-v-0f9a445e] {
    position: absolute;
    left: 120%;
    top: -24px;
    padding-top: 16px;
    z-index: 1000
}

.dropdown-popover-content[data-v-0f9a445e] {
    position: relative;
    border-radius: 12px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .15);
    background-color: #fff
}

.fade-enter[data-v-0f9a445e],
.fade-leave-to[data-v-0f9a445e] {
    opacity: 0
}

.fade-enter-to[data-v-0f9a445e],
.fade-leave[data-v-0f9a445e] {
    opacity: 1
}

.fade-enter-active[data-v-0f9a445e],
.fade-leave-active[data-v-0f9a445e] {
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.header[data-v-604ea192] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 72px;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0)
}

.logo[data-v-604ea192] {
    font-size: 0;
    padding: 0 24px;
    cursor: pointer
}

.logo>img[data-v-604ea192] {
    width: 36px;
    height: 36px;
    vertical-align: middle
}

.logo>img[data-v-604ea192]:last-child {
    height: 36px;
    width: auto
}

.logo>span[data-v-604ea192] {
    color: var(--color-sys-neutral-c1_default, #212222);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    vertical-align: middle;
    margin: 0 12px;
    font-family: LikeeFont-Bold, Helvetica Neue, Helvetica, Arial, Heiti SC, WenQuanYi Micro Hei, sans-serif
}

.menu-list[data-v-604ea192] {
    display: block;
    padding: 0 36px;
    margin-right: auto
}

[lang-direction=right] .menu-list[data-v-604ea192] {
    margin-right: 0;
    margin-left: auto
}

.menu-item[data-v-604ea192] {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    vertical-align: middle;
    font-size: 16px;
    cursor: pointer;
    color: #adb0b3
}

.menu-item[data-v-604ea192]:hover {
    opacity: .7
}

.menu-item[data-v-604ea192]:active {
    opacity: .5
}

.menu-item.active[data-v-604ea192] {
    font-weight: 700;
    color: #121212
}

.menu-item.active .menu-item-text[data-v-604ea192] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    z-index: 1
}

.menu-item.active .menu-item-text[data-v-604ea192]:after {
    position: absolute;
    left: 50%;
    bottom: 4px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    content: "";
    width: 100%;
    height: 6px;
    border-radius: 2px;
    background: #ffef0d;
    z-index: -1
}

.header-btn[data-v-604ea192] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-btn .login[data-v-604ea192] {
    display: inline-block;
    margin: 0 20px
}

.header-btn .login-btn[data-v-604ea192] {
    height: 40px;
    min-width: 100px;
    padding: 0 8px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    background-color: #ffef0d;
    border-radius: 5.82px;
    color: #121212
}

.header-btn .login-btn[data-v-604ea192]:hover {
    opacity: .7
}

.header-btn .login-btn[data-v-604ea192]:active {
    opacity: .5
}

.header-btn .login-avatar[data-v-604ea192] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #000
}

.header-btn .login-menu[data-v-604ea192] {
    padding: 12px 0;
    border-radius: 8px;
    background: #fff;
    min-width: 140px
}

.header-btn .login-menu li[data-v-604ea192] {
    width: 100%;
    padding: 8px 20px;
    color: #212222;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer
}

.header-btn .login-menu li[data-v-604ea192]:hover {
    background: #f2f7fa
}

.header-btn .login-menu li[data-v-604ea192]:active {
    background: rgba(242, 247, 250, .5)
}

.current-lang[data-v-604ea192] {
    position: relative;
    display: inline-block;
    margin: 0 20px;
    padding: 10px 0;
    cursor: pointer;
    color: #121212;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px
}

.current-lang span[data-v-604ea192] {
    vertical-align: middle;
    margin: 0 2px
}

.current-lang .icon-arrow[data-v-604ea192] {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAeUExURUdwTCAgICEiIiAgICIiIiIiIiEiIiAgICAjIyEiInOgQkEAAAAJdFJOUwAQ3yCvn+9QYBcbjjQAAAA0SURBVAjXY2AgBgjNBAJFIEMMxmAHMRpAcp4zZ04FKwLKKYMZ7FAZoNxUmAHKUAazAH6bAJGYDngN7iW+AAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-size: contain
}

.current-lang .lang-list[data-v-604ea192] {
    position: absolute;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    width: 140px;
    padding: 12px 0;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1)
}

.current-lang .lang-list[data-v-604ea192]:before {
    position: absolute;
    content: "";
    top: 1px;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    width: 22px;
    height: 12px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAALBAMAAACJ0mBNAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAkUExURUdwTP///////////////////////////////////////////xR6XWcAAAALdFJOUwAg3xDvzzCPn3+/bTtKcQAAAE1JREFUCNdjYAABYwY4yNodCGOyee/ekgBli+zevdsRwmTUBrI3CYDZQrtBQBHEZNYGszcZANmmuyEgGMjuhrJ3MDCw74aBAobZcPZOAL5BLPZMJI0GAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-size: contain
}

.current-lang .lang-item[data-v-604ea192] {
    padding: 8px 20px;
    color: #121212;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    text-align: initial;
    white-space: nowrap
}

.current-lang .lang-item[data-v-604ea192]:hover {
    background-color: #f2f7fa
}

.current-lang .lang-item[data-v-604ea192]:active {
    background-color: rgba(242, 247, 250, .5)
}

.current-lang .icon-checked[data-v-604ea192] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADkSURBVHgB5ZE7DoJAEIZnFzsbbTB0HEGPQARD6Q2Ak4AnEfQAtiaYcAWPQGd8xcqOZZ0BwQQfwVan2Z3Z+f6dB8D/2Tky/WNkysPCcsnn38CnaOzkAEHhiDLWWmC/nEwlsJDuKDJTvbi4szbwZW4NBZeJBOgRPHA2QfXGygRbz3jmdvJO2PfWaVu4boFgPHzBRUJiD9jWBYcVwVh+1ITrCnaYqCDMQOoMWKrkikFxEpQYI1h1YvdVe/UMmiIUu8NbhEfwxuotaNi7wJ8RSEuwhK9514AP9rSFqpKiBRTUGkP9QbsBE1RtKGdrflgAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-size: contain
}

.current-lang .icon-check[data-v-604ea192],
.current-lang .icon-checked[data-v-604ea192] {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px
}

.wc-fade-enter[data-v-51e05df3] {
    opacity: 0
}

.wc-fade-enter-active[data-v-51e05df3],
.wc-fade-leave-active[data-v-51e05df3] {
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.wc-fade-leave-active[data-v-51e05df3] {
    opacity: 0
}

.wc-zoom-enter[data-v-51e05df3] {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
}

.wc-zoom-enter-active[data-v-51e05df3],
.wc-zoom-leave-active[data-v-51e05df3] {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.wc-zoom-leave-active[data-v-51e05df3] {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
}

.base-dialog[data-v-51e05df3] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999
}

.dialog-shadow[data-v-51e05df3] {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

.dialog-content[data-v-51e05df3] {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.dialog-container[data-v-51e05df3] {
    position: relative;
    width: 740px;
    min-height: 150px;
    overflow: visible;
    padding: 1px 0;
    border-radius: 16px;
    background: #fff
}

.dialog-container .icon-close[data-v-51e05df3] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAASUExURUdwTK6xtK2vsq2ws62wtK2wszNWoTAAAAAFdFJOUwBfYO/f1ljyAwAAAJZJREFUOMvl0s0JgDAMBeDWCQrSuwe7gOAAHhzAn7f/KtKWkJC+DczpQfgKeTSEf8988BxOJIkRj1nsuCRmvGZRICQCt1lMEJKBJRDigBIPhAxAyAg6IaATBhphoBEKGrlpxRnamJ1Yn0ocUFJvKIzUGyZC+tGE9KNHIi0NRFryRGt1RGt15NSWivtXi5Zs/9W68fzL+QDKYS2gLTyyWgAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
    background-position: 50%;
    position: absolute;
    top: 16px;
    right: 16px
}

[lang-direction=right] .dialog-container .icon-close[data-v-51e05df3] {
    right: auto;
    left: 16px
}

[my-lang=en] .font-bold[data-v-4ea29ec0],
[my-lang=en] .font-medium[data-v-4ea29ec0],
[my-lang=en] .font-regular[data-v-4ea29ec0] {
    font-family: Helvetica Neue, Helvetica, Arial, Heiti SC, WenQuanYi Micro Hei, sans-serif
}

.input-phone-container[data-v-4ea29ec0] {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #dee3e5;
    padding: 0 20px;
    background: #f2f7fa
}

.input-phone-container .cc-prefix[data-v-4ea29ec0],
.input-phone-container[data-v-4ea29ec0] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input-phone-container .cc-prefix[data-v-4ea29ec0] {
    font-weight: 400;
    font-size: 16px;
    color: #121212;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative
}

.input-phone-container .cc-prefix .icon-select[data-v-4ea29ec0] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJcEhZcwAALEsAACxLAaU9lqkAAAAqUExURUdwTCAgICEiIiIjIyMjIyEiIiAgICAgICIiIiAgICIiIiAiIiAhISEiIprp+b0AAAANdFJOUwBQ759g3zAQryB/kKDXykV6AAAAXElEQVQoz2NgoBdYdBcKbkH4bHfhIAG7AEMvjH8ZakYRTCASKsAIE3CAWdOLqgOuJxIuwIimA6rnMpJbi1B1QPU4IHunF1UHWE8kigAjmg4GhrO30cKEUYBhkAMADl5ZquN/s1wAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    display: inline-block;
    width: 8px;
    height: 8px;
    background-size: 100% 100%;
    background-position: 50%;
    margin-left: 6px;
    -webkit-transition: -webkit-transform .1s linear;
    transition: -webkit-transform .1s linear;
    transition: transform .1s linear;
    transition: transform .1s linear, -webkit-transform .1s linear;
    vertical-align: middle
}

[lang-direction=right] .input-phone-container .cc-prefix .icon-select[data-v-4ea29ec0] {
    margin-right: 6px;
    margin-left: 0
}

.input-phone-container .cc-prefix .icon-select.fold[data-v-4ea29ec0] {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.input-phone-container .cc-prefix select[data-v-4ea29ec0] {
    -webkit-appearance: menulist-button;
    -moz-appearance: menulist-button;
    appearance: menulist-button;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer
}

.input-phone-container .cc-prefix option[data-v-4ea29ec0] {
    font-size: 14px;
    color: #222;
    font-weight: 400
}

.input-phone-container .split-line[data-v-4ea29ec0] {
    width: 1px;
    height: 16px;
    margin: 0 10px;
    background-color: #e9e9ea
}

.input-phone-container .phone-input[data-v-4ea29ec0] {
    border: none;
    outline: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #212222;
    font-size: 16px;
    font-weight: 400
}

.input-phone-container .phone-input[data-v-4ea29ec0]::-webkit-input-placeholder {
    color: #c5cacc
}

.input-phone-container .phone-input[data-v-4ea29ec0]::-moz-placeholder {
    color: #c5cacc
}

.input-phone-container .phone-input[data-v-4ea29ec0]:-ms-input-placeholder {
    color: #c5cacc
}

.input-phone-container .phone-input[data-v-4ea29ec0]::-ms-input-placeholder {
    color: #c5cacc
}

.input-phone-container .phone-input[data-v-4ea29ec0]::placeholder {
    color: #c5cacc
}

.input-password[data-v-4d5d9e9c] {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #dee3e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px 0 20px;
    background: #f2f7fa
}

[lang-direction=right] .input-password[data-v-4d5d9e9c] {
    padding: 0 20px 0 10px
}

.input-password input[data-v-4d5d9e9c] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    outline: none;
    border: none;
    color: #212222;
    font-size: 16px;
    font-weight: 400
}

.input-password input[data-v-4d5d9e9c]::-webkit-input-placeholder {
    color: #c5cacc
}

.input-password input[data-v-4d5d9e9c]::-moz-placeholder {
    color: #c5cacc
}

.input-password input[data-v-4d5d9e9c]:-ms-input-placeholder {
    color: #c5cacc
}

.input-password input[data-v-4d5d9e9c]::-ms-input-placeholder {
    color: #c5cacc
}

.input-password input[data-v-4d5d9e9c]::placeholder {
    color: #c5cacc
}

.input-password input[data-v-4d5d9e9c]::-ms-clear,
.input-password input[data-v-4d5d9e9c]::-ms-reveal {
    display: none
}

.input-password .icon-view[data-v-4d5d9e9c] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAABgFBMVEVHcEzU1NTNzc3////Nzc3Nzc3MzMzMzMzMzMzNzc3////MzMzNzc3Nzc3V1dXMzMzMzMzNzc3Nzc3MzMzNzc3Ozs7MzMzOzs7S0tLMzMzMzMzNzc3MzMzMzMzMzMzNzc3MzMzOzs7Nzc3Ozs7Nzc3Nzc3Nzc3MzMzb29vNzc3Nzc3MzMzMzMzMzMzMzMzNzc3MzMzOzs7Nzc3Q0NDMzMzNzc3Nzc3Nzc3Nzc3Pz8/Ozs7Ozs7Nzc3MzMzNzc3MzMzMzMzNzc3Nzc3Nzc3Pz8/Nzc3MzMzOzs7MzMzNzc3X19f////Nzc3Ozs7MzMzNzc3U1NTNzc3MzMzMzMzMzMzMzMzNzc3Ozs7Nzc3Nzc3Ozs7MzMzPz8/Ozs7Q0NDOzs7MzMzNzc3Nzc3Nzc3Nzc3Nzc3////j4+PNzc3U1NTPz8/Nzc3Nzc3MzMzY2NjMzMzOzs7Nzc3MzMzNzc3MzMzR0dHNzc3Nzc3Ozs7Nzc3f39/Nzc3Nzc3MzMzMzMzMzMyUSjXPAAAAf3RSTlMABuABV/38+vv+BOZbXBLZ7Uhg4oRyg1QiXwWT8VDY+R5Yp1O8Qt8UB/Tb6PV0PJ+SRC4x95jzj/hAaEmu48pp3HHksjWOtXy+zBMD1V2miQzHoc3neU0+pIWGVRDoPB/dPSS90HsCCZAYO1bA8A1LFemRa6UWUXA5dgjv7uGNHJtw9AAAAZFJREFUWMPtVVV7wkAQDBQJbsVa3KXu7u7u7u5u99e7FwIlbeTLWx9uHoC52ZnbPSIURUBAQEDwP1E2l+6/kioyZnvOhLRzhFCHhL+KRmheSFyHANQr6r/pg5JRwRG6QNW2ivgVI1ChaxfUt62gX9YJ6iUR3GOpyA7XOigw7An5y7F/f1xsxkpcclvPq+mrsegYEz0kvwYX+ZZ4JPMQllDQL+Z3a1EOJ6nf0q6DlbRuYX+YxofMlCVUHCW0wixv4k86LOQ34f7V3nuaiZhwnuaHr420MEuzj141fGlM/H4VIxopaiDDdqucGhxebbyoyDH1mh6uZGYTFW+AAbfHSDN3+bMowsFybhvcn4E3QAkHFGV/ex5orn1h8oiVohCe4A2IWwK2H9bNDdhRFBRbwBKXvrVT0A+K2Z2uw7anLTzQs8xnA74kgx6W1ACxbsjymz/A05xnSR+waVkBX+B4NxfoItCGkAy/Av/1rz/8uFPiNv4TkEbo861owQ4BLjkjmLKZF+6joCmWJK8dAgICAgl8A4W2iVeWTvQhAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
    background-position: 50%;
    margin-left: 16px;
    cursor: pointer
}

[lang-direction=right] .input-password .icon-view[data-v-4d5d9e9c] {
    margin-right: 16px;
    margin-left: 0
}

.input-password .icon-view.preview[data-v-4d5d9e9c] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAA51BMVEVHcEzMzMzOzs7Nzc3Ozs7MzMzNzc3Nzc3MzMzOzs7MzMzNzc3Pz8/MzMzV1dXNzc3Nzc3////Pz8/////Pz8/MzMzMzMzMzMzNzc3Nzc3Ozs7T09PMzMzNzc3Nzc3MzMzNzc3MzMzMzMzY2NjNzc3Ozs7Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3MzMzNzc3Nzc3Nzc3MzMzb29vOzs7Nzc3Nzc3MzMzMzMzNzc3MzMzNzc3MzMzOzs7j4+PNzc3MzMzMzMzMzMzMzMzU1NTMzMzMzMzMzMzNzc3MzMzNzc3Nzc3MzMzOzs7MzMybB/91AAAATHRSTlMA2EOaY/zAwvoV++4lpRLzTQMwAkoZBd39xmIdsNs9jZPogw2UTjMkgEy71V/QhO95Dj7BhfdG/vX0UFgJ4G/iKNkM6/Bqe1XFVt58daD+CQAAAcZJREFUWMPtVteWgjAQtSMiInax995777rF//+ezciBoILKxn1a5ol7Zy5JJpNkTCbDDDPsicUENhqeTMJRVojpV88PtbPCaoe5LnmuvDvf2K6ce10fWJ1VbBV4Ue5hRYGLandL222p26ZcIsN6XtGvE5fgVpPGHN1sXcjE+rl+uIdIZ7ZzTXeyTuD3w2d6mx3iGr57j68BHrvtsb4+gqh8SM0XyoNvVH+kn8H4kaWWexmBOcy09VPI9qCgHVAYwO5Mtdy+MaSvggmL1cxxZqsFMxVI5dinrqcXMMGTjN0OqYQcbpn8hEUuaNUc9SBWkHGSwUXIJGVaANxTy3IaPCk8PqMsYwbPIQU4rVL/wFd5GV/mT3mDQS91WYXs4KuA784FnUFsGNe6BaL6fvj09+EbZ9LzhWDmNg1x2IAixlYY3y9++2EOVuwrwlbEbyoYBjkqCDPCXgl4ETArnEeIvq7pDWI+eAXBISIogSACnMLJRxGxee8P9C3h+34JxEnUtY1htW0kLiTyUiY/TK8d55P2cSa/UMivNHSpRp5fqpHZX17r5A8L+dNG/riSP+/kDcYbWhzyJkts82xSm2f7RZtnmGH/zX4AmUy30xSWomUAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
    background-position: 50%
}

.verify-code[data-v-82af095a] {
    width: 100%;
    position: relative
}

.google-recaptcha[data-v-82af095a] {
    margin: 4px auto 0
}

.input-verify-code-container[data-v-82af095a] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input-verify-code-container input[data-v-82af095a] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #dee3e5;
    outline: none;
    color: #121212;
    font-size: 16px;
    font-weight: 400;
    margin-right: 4px;
    padding: 0 20px;
    background: #f2f7fa
}

[lang-direction=right] .input-verify-code-container input[data-v-82af095a] {
    margin-right: 0;
    margin-left: 4px
}

.input-verify-code-container input[data-v-82af095a]::-webkit-input-placeholder {
    color: #c5cacc
}

.input-verify-code-container input[data-v-82af095a]::-moz-placeholder {
    color: #c5cacc
}

.input-verify-code-container input[data-v-82af095a]:-ms-input-placeholder {
    color: #c5cacc
}

.input-verify-code-container input[data-v-82af095a]::-ms-input-placeholder {
    color: #c5cacc
}

.input-verify-code-container input[data-v-82af095a]::placeholder {
    color: #c5cacc
}

.input-verify-code-container .btn-send[data-v-82af095a] {
    min-width: 160px;
    height: 48px;
    padding: 0 16px;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    opacity: .3;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ffef0d;
    color: #121212
}

.input-verify-code-container .btn-send.active[data-v-82af095a] {
    opacity: 1;
    font-weight: 700;
    cursor: pointer
}

.dialog-login [my-lang=en] .btn-login[data-v-905226de],
.dialog-login [my-lang=en] .dialog-title[data-v-905226de],
[my-lang=en] .dialog-login .btn-login[data-v-905226de],
[my-lang=en] .dialog-login .dialog-title[data-v-905226de],
[my-lang=en] .font-bold[data-v-905226de],
[my-lang=en] .font-medium[data-v-905226de],
[my-lang=en] .font-regular[data-v-905226de] {
    font-family: Helvetica Neue, Helvetica, Arial, Heiti SC, WenQuanYi Micro Hei, sans-serif
}

.dialog-login[data-v-905226de] {
    width: 100%;
    padding: 64px 152px 56px
}

.dialog-login .dialog-title[data-v-905226de] {
    color: #121212;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 32px
}

.dialog-login .password[data-v-905226de],
.dialog-login .verifyCode[data-v-905226de] {
    margin-top: 12px
}

.dialog-login .btn-login[data-v-905226de] {
    width: 100%;
    height: 48px;
    border-radius: 10px;
    min-width: 48px;
    margin-top: 64px;
    font-size: 16px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    opacity: .3;
    cursor: default;
    background: #ffef0d;
    color: #121212
}

.dialog-login .btn-login.active[data-v-905226de] {
    opacity: 1;
    cursor: pointer
}

.dialog-login .login-type-text[data-v-905226de] {
    width: 100%;
    color: #adb0b3;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin: 16px auto 0;
    cursor: pointer
}

.dialog-delete-account [my-lang=en] .btn-cancel[data-v-7c80e9e8],
.dialog-delete-account [my-lang=en] .btn-confirm[data-v-7c80e9e8],
.dialog-delete-account [my-lang=en] .dialog-title[data-v-7c80e9e8],
[my-lang=en] .dialog-delete-account .btn-cancel[data-v-7c80e9e8],
[my-lang=en] .dialog-delete-account .btn-confirm[data-v-7c80e9e8],
[my-lang=en] .dialog-delete-account .dialog-title[data-v-7c80e9e8],
[my-lang=en] .font-bold[data-v-7c80e9e8],
[my-lang=en] .font-medium[data-v-7c80e9e8],
[my-lang=en] .font-regular[data-v-7c80e9e8] {
    font-family: Helvetica Neue, Helvetica, Arial, Heiti SC, WenQuanYi Micro Hei, sans-serif
}

.dialog-delete-account[data-v-7c80e9e8] {
    width: 100%;
    padding: 64px 152px 56px
}

.dialog-delete-account .dialog-title[data-v-7c80e9e8] {
    color: #121212;
    text-align: center;
    font-size: 32px;
    font-weight: 700
}

.dialog-delete-account .delete-desc[data-v-7c80e9e8],
.dialog-delete-account .login-type-text[data-v-7c80e9e8] {
    width: 100%;
    color: #adb0b3;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin: 16px auto 0
}

.dialog-delete-account .login-type-text[data-v-7c80e9e8] {
    cursor: pointer
}

.dialog-delete-account .btn-confirm[data-v-7c80e9e8] {
    width: 100%;
    height: 48px;
    margin-top: 64px;
    font-size: 16px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    opacity: .3;
    cursor: default;
    color: #121212;
    border-radius: 10px;
    background: #ffef0d
}

.dialog-delete-account .btn-confirm.active[data-v-7c80e9e8] {
    cursor: pointer;
    opacity: 1
}

.dialog-delete-account .btn-cancel[data-v-7c80e9e8] {
    width: 100%;
    height: 48px;
    font-size: 16px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-top: 16px;
    cursor: pointer;
    border-radius: 10px;
    border: 2px solid #dee3e5;
    background: #fff
}

.dialog-delete-account .account-info[data-v-7c80e9e8] {
    margin-bottom: 32px
}

.dialog-delete-account .account-info .account-avatar[data-v-7c80e9e8] {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    border: 1.333px solid #dee3e5;
    display: block;
    margin: 32px auto 8px
}

.dialog-delete-account .account-info .account-nickname[data-v-7c80e9e8] {
    width: 100%;
    text-align: center;
    color: #121212;
    font-size: 16px;
    font-weight: 400
}

.dialog-delete-account .account-phone[data-v-7c80e9e8] {
    width: 100%;
    text-align: initial;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12px
}

.dialog-delete-account .text-delete-desc[data-v-7c80e9e8] {
    width: 100%;
    color: #121212;
    text-align: center;
    font-size: 16px;
    font-weight: 400
}