[dir] .styles_download__WAMrS {
    padding: 24px 16px
}

.styles_download__WAMrS img {
    max-width: 280px;
    min-height: 260px;
    display: block;
    -o-object-fit: scale-down;
    object-fit: scale-down
}

[dir] .styles_download__WAMrS img {
    margin: 24px auto
}

.styles_download__WAMrS p {
    font-size: 18px;
    color: #1b1b1b;
    font-weight: 700
}

[dir=ltr] .styles_download__WAMrS p {
    padding-right: 32px
}

[dir=rtl] .styles_download__WAMrS p {
    padding-left: 32px
}

.styles_download__WAMrS .tools {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px
}

.styles_download__WAMrS .tools .btn {
    flex: 1 1 45%
}

[dir] .styles_download__WAMrS .tools .btn {
    padding: 12px
}

.styles_download__WAMrS .download-beta {
    width: 20px;
    height: 20px;
    display: inline-flex
}

[dir] .styles_download__WAMrS .download-beta {
    background: url(/assets-btcc/images/icon-download.svg) no-repeat 50%;
    background-size: contain
}

@keyframes styles_popup-slide-up__2rf0b {
    0% {
        transform: translateY(100%)
    }

    to {
        transform: translateY(0)
    }
}

.styles_modal__aQWMe {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1115;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: var(--color-text-secondary);
    --size-input-height: 48px;
    --color-btn-outline-bg: transparent
}

[dir] .styles_modal__aQWMe {
    left: 0;
    right: 0;
    padding-top: 1px;
    background: rgba(0, 0, 0, .5)
}

@media(max-width:640px) {
    .styles_modal__aQWMe.popup {
        align-items: flex-end
    }

    .styles_modal__aQWMe.popup .modal__content {
        width: 100% !important;
        max-width: 100% !important
    }

    [dir] .styles_modal__aQWMe.popup .modal__content {
        border-radius: 16px 16px 0 0;
        transform: translateY(100%);
        animation: styles_popup-slide-up__2rf0b .25s ease-out forwards
    }

    .styles_modal__aQWMe.mb-full-screen {
        align-items: flex-end
    }

    .styles_modal__aQWMe.mb-full-screen .modal__content {
        width: 100% !important;
        max-width: 100% !important
    }

    [dir] .styles_modal__aQWMe.mb-full-screen .modal__content {
        border-radius: 12px 12px 0 0
    }
}

.styles_modal__aQWMe .modal__content {
    position: relative;
    max-width: 760px;
    overflow: hidden
}

[dir] .styles_modal__aQWMe .modal__content {
    background-color: var(--color-bg-modal);
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .1)
}

@media(max-width:1080px) {
    .styles_modal__aQWMe .modal__content {
        max-width: 90% !important
    }
}

.styles_modal__aQWMe .modal__title {
    font-size: 18px;
    color: var(--color-text-anti);
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    line-height: 1;
    min-height: 23px
}

[dir] .styles_modal__aQWMe .modal__title {
    padding: 32px 32px 24px
}

.styles_modal__aQWMe .modal__title .iconfont {
    font-size: 20px;
    color: var(--color-icon-secondary)
}

@media(max-width:1080px) {
    .styles_modal__aQWMe .modal__title .iconfont {
        font-size: 16px
    }

    [dir] .styles_modal__aQWMe .modal__title {
        padding: 24px
    }
}

[dir] .styles_modal__aQWMe .modal__body {
    padding: 0 24px 32px
}

@media(max-width:1080px) {
    [dir] .styles_modal__aQWMe .modal__body {
        padding: 0 24px 24px
    }
}

.styles_modal__aQWMe .modal__head {
    display: contents
}

.styles_modal__aQWMe .modal__head.active {
    display: grid;
    grid-template-columns: 1fr 24px;
    grid-gap: 16px;
    gap: 16px;
    align-items: center
}

[dir] .styles_modal__aQWMe .modal__head.active {
    padding: 16px 24px;
    border-bottom: 1px solid var(--color-divider-primary);
    margin-bottom: 24px
}

.styles_modal__aQWMe .modal__head.active .styles_close__4sT4e {
    position: static
}

[dir] .styles_modal__aQWMe .modal__head.active .modal__title {
    padding: 0
}

.styles_modal__aQWMe .styles_close__4sT4e {
    position: absolute;
    top: 20px;
    font-size: 14px;
    line-height: 1;
    color: var(--color-modal-close-icon);
    z-index: 888
}

[dir] .styles_modal__aQWMe .styles_close__4sT4e {
    cursor: pointer;
    transition: .25s
}

[dir=ltr] .styles_modal__aQWMe .styles_close__4sT4e {
    right: 24px;
    text-align: right
}

[dir=rtl] .styles_modal__aQWMe .styles_close__4sT4e {
    left: 24px;
    text-align: left
}

@media(max-width:1080px) {
    .styles_modal__aQWMe .styles_close__4sT4e {
        top: 10px
    }

    [dir=ltr] .styles_modal__aQWMe .styles_close__4sT4e {
        right: 10px
    }

    [dir=rtl] .styles_modal__aQWMe .styles_close__4sT4e {
        left: 10px
    }
}

.styles_modal__aQWMe .styles_close__4sT4e.md-size {
    top: 20px
}

@media(max-width:1080px) {
    .styles_modal__aQWMe .styles_close__4sT4e.md-size {
        top: 10px
    }
}

.styles_modal__aQWMe .styles_close__4sT4e:hover {
    color: var(--color-modal-close-icon-hover)
}

[dir] .styles_modal__aQWMe .styles_close__4sT4e:hover {
    transition: .25s
}

.toast_toast_container__xirsF {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1222;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box
}

[dir] .toast_toast_container__xirsF {
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    transition: .2s cubic-bezier(.55, .55, .2);
    transform: translateZ(0)
}

@media(max-width:1080px) {
    .toast_toast_container__xirsF {
        width: 100%
    }
}

[dir] .toast_toast_container__xirsF.custom-type {
    text-align: center
}

[dir] .toast_toast_container__xirsF.custom-type .toast_content__5_R3U {
    padding: 32px 24px
}

.toast_toast_container__xirsF.custom-type[class*=placement-] {
    top: 60px
}

.toast_toast_container__xirsF.custom-type[class*=placement-] .toast_content__5_R3U {
    color: var(--color-text-primary)
}

[dir] .toast_toast_container__xirsF.custom-type[class*=placement-] .toast_content__5_R3U {
    padding: 17px 24px
}

.toast_toast_container__xirsF.custom-type[class*=placement-] .toast-body {
    display: flex;
    align-items: flex-start;
    min-width: 100%;
    word-break: break-word;
    font-size: 14px;
    gap: 8px;
    align-items: center
}

[dir=ltr] .toast_toast_container__xirsF.custom-type[class*=placement-] .toast-body {
    text-align: left
}

[dir=rtl] .toast_toast_container__xirsF.custom-type[class*=placement-] .toast-body {
    text-align: right
}

.toast_toast_container__xirsF.custom-type[class*=placement-].md-size .toast_content__5_R3U {
    max-width: 580px
}

@media(max-width:1080px) {
    .toast_toast_container__xirsF.custom-type[class*=placement-].md-size .toast_content__5_R3U {
        max-width: 300px
    }
}

.toast_toast_container__xirsF.custom-type[class*=placement-].md-size .toast_custom_types__fSO8d i.toast_error__FJOa2,
.toast_toast_container__xirsF.custom-type[class*=placement-].md-size .toast_custom_types__fSO8d i.toast_info__S1Fph,
.toast_toast_container__xirsF.custom-type[class*=placement-].md-size .toast_custom_types__fSO8d i.toast_success__gDhc5,
.toast_toast_container__xirsF.custom-type[class*=placement-].md-size .toast_custom_types__fSO8d i.toast_warning___E_GV {
    width: 24px;
    height: 24px
}

.toast_toast_container__xirsF.custom-type[class*=placement-].lg-size .toast_content__5_R3U {
    max-width: 760px
}

@media(max-width:1080px) {
    .toast_toast_container__xirsF.custom-type[class*=placement-].lg-size .toast_content__5_R3U {
        max-width: 300px
    }
}

.toast_toast_container__xirsF.custom-type[class*=placement-] .toast_content__5_R3U {
    max-width: 400px;
    min-width: 80px;
    width: auto
}

@media(max-width:1080px) {
    .toast_toast_container__xirsF.custom-type[class*=placement-] .toast_content__5_R3U {
        max-width: 300px;
        width: auto
    }
}

[dir] .toast_toast_container__xirsF.custom-type[class*=placement-] .toast_content__5_R3U h2,
[dir] .toast_toast_container__xirsF.custom-type[class*=placement-] .toast_content__5_R3U h3 {
    margin-bottom: 0
}

.toast_toast_container__xirsF.custom-type[class*=placement-] .toast_custom_types__fSO8d i {
    display: flex;
    justify-content: center;
    align-items: center
}

.toast_toast_container__xirsF.custom-type[class*=placement-] .toast_custom_types__fSO8d i.toast_error__FJOa2,
.toast_toast_container__xirsF.custom-type[class*=placement-] .toast_custom_types__fSO8d i.toast_info__S1Fph,
.toast_toast_container__xirsF.custom-type[class*=placement-] .toast_custom_types__fSO8d i.toast_success__gDhc5,
.toast_toast_container__xirsF.custom-type[class*=placement-] .toast_custom_types__fSO8d i.toast_warning___E_GV {
    width: 24px;
    height: 24px
}

[dir] .toast_toast_container__xirsF.custom-type[class*=placement-] .toast_custom_types__fSO8d i.toast_error__FJOa2,
[dir] .toast_toast_container__xirsF.custom-type[class*=placement-] .toast_custom_types__fSO8d i.toast_info__S1Fph,
[dir] .toast_toast_container__xirsF.custom-type[class*=placement-] .toast_custom_types__fSO8d i.toast_success__gDhc5,
[dir] .toast_toast_container__xirsF.custom-type[class*=placement-] .toast_custom_types__fSO8d i.toast_warning___E_GV {
    margin: 0;
    border-radius: 50%;
    background-size: contain !important;
    box-shadow: none
}

[dir] .toast_toast_container__xirsF.custom-type[class*=placement-] .toast_custom_types__fSO8d i.toast_error__FJOa2 {
    background-image: url(/assets-btcc/images/icon-error.svg)
}

[dir] .toast_toast_container__xirsF.custom-type[class*=placement-] .toast_custom_types__fSO8d i.toast_warning___E_GV {
    background-image: url(/assets-btcc/images/icon-warning.svg)
}

[dir] .toast_toast_container__xirsF.custom-type[class*=placement-] .toast_custom_types__fSO8d i.toast_success__gDhc5 {
    background-image: url(/assets-btcc/images/icon-success.svg)
}

[dir] .toast_toast_container__xirsF.custom-type[class*=placement-] .toast_custom_types__fSO8d i.toast_info__S1Fph {
    background-image: url(/assets-btcc/images/icon-warning.svg)
}

.toast_toast_container__xirsF.custom-type[class*=placement-] .toast_custom_types__fSO8d+p {
    font-size: 14px
}

[dir] .toast_toast_container__xirsF[class*=placement-] {
    background: transparent
}

.toast_toast_container__xirsF[class*=placement-] .toast_content__5_R3U {
    max-width: 100%
}

[dir] .toast_toast_container__xirsF[class*=placement-] .toast_content__5_R3U {
    box-shadow: 0 0 5px hsla(0, 0%, 39%, .2);
    border-radius: 8px
}

.toast_toast_container__xirsF[class*=placement-] .toast_content__5_R3U .iconfont.toast_error__FJOa2,
.toast_toast_container__xirsF[class*=placement-] .toast_content__5_R3U .iconfont.toast_info__S1Fph,
.toast_toast_container__xirsF[class*=placement-] .toast_content__5_R3U .iconfont.toast_success__gDhc5,
.toast_toast_container__xirsF[class*=placement-] .toast_content__5_R3U .iconfont.toast_warning___E_GV {
    width: 24px;
    height: 24px;
    font-size: 24px
}

[dir=ltr] .toast_toast_container__xirsF[class*=placement-] .toast_content__5_R3U .iconfont.toast_error__FJOa2,
[dir=ltr] .toast_toast_container__xirsF[class*=placement-] .toast_content__5_R3U .iconfont.toast_info__S1Fph,
[dir=ltr] .toast_toast_container__xirsF[class*=placement-] .toast_content__5_R3U .iconfont.toast_success__gDhc5,
[dir=ltr] .toast_toast_container__xirsF[class*=placement-] .toast_content__5_R3U .iconfont.toast_warning___E_GV {
    margin: 0 4px 0 0
}

[dir=rtl] .toast_toast_container__xirsF[class*=placement-] .toast_content__5_R3U .iconfont.toast_error__FJOa2,
[dir=rtl] .toast_toast_container__xirsF[class*=placement-] .toast_content__5_R3U .iconfont.toast_info__S1Fph,
[dir=rtl] .toast_toast_container__xirsF[class*=placement-] .toast_content__5_R3U .iconfont.toast_success__gDhc5,
[dir=rtl] .toast_toast_container__xirsF[class*=placement-] .toast_content__5_R3U .iconfont.toast_warning___E_GV {
    margin: 0 0 0 4px
}

.toast_toast_container__xirsF[class*=placement-] .toast_content__5_R3U .iconfont.toast_error__FJOa2:after,
.toast_toast_container__xirsF[class*=placement-] .toast_content__5_R3U .iconfont.toast_info__S1Fph:after,
.toast_toast_container__xirsF[class*=placement-] .toast_content__5_R3U .iconfont.toast_success__gDhc5:after,
.toast_toast_container__xirsF[class*=placement-] .toast_content__5_R3U .iconfont.toast_warning___E_GV:after {
    width: 16px;
    height: 16px;
    display: none
}

[dir] .toast_toast_container__xirsF[class*=placement-] .toast_content__5_R3U .iconfont.toast_error__FJOa2:after,
[dir] .toast_toast_container__xirsF[class*=placement-] .toast_content__5_R3U .iconfont.toast_info__S1Fph:after,
[dir] .toast_toast_container__xirsF[class*=placement-] .toast_content__5_R3U .iconfont.toast_success__gDhc5:after,
[dir] .toast_toast_container__xirsF[class*=placement-] .toast_content__5_R3U .iconfont.toast_warning___E_GV:after {
    border-width: 4px
}

.toast_toast_container__xirsF.placement-top {
    bottom: auto
}

[dir=ltr] .toast_toast_container__xirsF.placement-top {
    left: 50%;
    right: auto;
    transform: translateX(-50%)
}

[dir=rtl] .toast_toast_container__xirsF.placement-top {
    right: 50%;
    left: auto;
    transform: translateX(50%)
}

.toast_toast_container__xirsF.placement-bottom {
    bottom: 0;
    top: auto
}

[dir=ltr] .toast_toast_container__xirsF.placement-bottom {
    left: 50%;
    right: auto;
    transform: translateX(-50%)
}

[dir=rtl] .toast_toast_container__xirsF.placement-bottom {
    right: 50%;
    left: auto;
    transform: translateX(50%)
}

.toast_toast_container__xirsF.placement-left {
    top: 50%;
    bottom: auto
}

[dir] .toast_toast_container__xirsF.placement-left {
    transform: translateY(-50%)
}

[dir=ltr] .toast_toast_container__xirsF.placement-left {
    right: auto
}

[dir=rtl] .toast_toast_container__xirsF.placement-left {
    left: auto
}

.toast_toast_container__xirsF.placement-right {
    top: 50%;
    bottom: auto
}

[dir] .toast_toast_container__xirsF.placement-right {
    transform: translateY(-50%)
}

[dir=ltr] .toast_toast_container__xirsF.placement-right {
    left: auto;
    right: 0
}

[dir=rtl] .toast_toast_container__xirsF.placement-right {
    right: auto;
    left: 0
}

.toast_toast_container__xirsF.auto-fit .toast_content__5_R3U {
    width: auto;
    max-width: 400px;
    min-width: 80px
}

[dir] .toast_toast_container__xirsF.auto-fit .toast_content__5_R3U {
    padding: 17px 24px
}

@media(max-width:1080px) {
    .toast_toast_container__xirsF.auto-fit {
        max-width: 300px
    }
}

.toast_toast_container__xirsF.xs-size .toast_content__5_R3U {
    width: 360px
}

@media(max-width:1080px) {
    .toast_toast_container__xirsF.xs-size .toast_content__5_R3U {
        width: 320px
    }
}

.toast_toast_container__xirsF.sm-size .toast_content__5_R3U {
    width: 480px
}

@media(max-width:1080px) {
    .toast_toast_container__xirsF.sm-size .toast_content__5_R3U {
        width: 320px
    }
}

.toast_toast_container__xirsF.md-size .toast_content__5_R3U {
    width: 560px
}

@media(max-width:1080px) {
    .toast_toast_container__xirsF.md-size .toast_content__5_R3U {
        width: 300px
    }
}

.toast_toast_container__xirsF.lg-size .toast_content__5_R3U {
    width: 640px
}

@media(max-width:1080px) {
    .toast_toast_container__xirsF.lg-size .toast_content__5_R3U {
        width: 300px
    }
}

[dir] .toast_toast_container__xirsF.dark .toast_custom_types__fSO8d i.toast_warning___E_GV {
    background-image: url(/assets-btcc/images/icon-warning-shadow-dark.svg)
}

.toast_content__5_R3U {
    font-size: 14px;
    position: relative;
    width: 400px;
    color: var(--color-text-secondary);
    box-sizing: border-box
}

[dir] .toast_content__5_R3U {
    padding: 32px;
    background: var(--color-bg-modal);
    border-radius: 16px
}

@media(max-width:1080px) {
    .toast_content__5_R3U {
        width: 300px
    }
}

.toast_content__5_R3U .icon-error-shadow,
.toast_content__5_R3U .icon-pending-shadow,
.toast_content__5_R3U .icon-success-shadow,
.toast_content__5_R3U .icon-warning-shadow,
.toast_content__5_R3U .status-icon {
    display: flex
}

[dir] .toast_content__5_R3U .icon-error-shadow,
[dir] .toast_content__5_R3U .icon-pending-shadow,
[dir] .toast_content__5_R3U .icon-success-shadow,
[dir] .toast_content__5_R3U .icon-warning-shadow,
[dir] .toast_content__5_R3U .status-icon {
    margin: 0 auto 24px
}

.toast_content__5_R3U .toast-close {
    position: absolute;
    top: 16px
}

[dir] .toast_content__5_R3U .toast-close {
    cursor: pointer;
    transition: .25s
}

[dir=ltr] .toast_content__5_R3U .toast-close {
    right: 16px
}

[dir=rtl] .toast_content__5_R3U .toast-close {
    left: 16px
}

.toast_content__5_R3U .toast-close i {
    font-size: var(--size-modal-close-icon);
    line-height: 1;
    color: var(--color-modal-close-icon);
    font-weight: 400
}

[dir] .toast_content__5_R3U .toast-close i {
    cursor: pointer
}

.toast_content__5_R3U .toast-close:hover i {
    color: var(--color-modal-close-icon-hover)
}

[dir] .toast_content__5_R3U .toast-close:hover i {
    transition: .25s
}

.toast_content__5_R3U h2,
.toast_content__5_R3U h3 {
    font-size: 20px;
    color: var(--color-text-primary)
}

[dir] .toast_content__5_R3U h2:has(+p),
[dir] .toast_content__5_R3U h3:has(+p) {
    margin-bottom: 16px
}

@media(max-width:1080px) {

    .toast_content__5_R3U h2,
    .toast_content__5_R3U h3 {
        font-size: 18px
    }
}

[dir] .toast_content__5_R3U .desc.text-center,
[dir] .toast_content__5_R3U p.text-center {
    text-align: center
}

[dir] .toast_content__5_R3U .desc:not(:last-child),
[dir] .toast_content__5_R3U p:not(:last-child) {
    margin-bottom: 16px
}

.toast_title__r7LtC {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: var(--color-text-primary)
}

[dir] .toast_title__r7LtC,
[dir] .toast_title__r7LtC:not(:last-child) {
    margin-bottom: 16px
}

.toast_body__RRUyg {
    box-sizing: border-box;
    font-size: 16px
}

[dir] .toast_footer__Ws90M {
    margin-top: 32px
}

.toast_footer__Ws90M .footer-tips {
    font-size: 12px
}

[dir] .toast_footer__Ws90M .footer-tips {
    margin-bottom: 8px
}

.toast_tools__EatCH {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    color: var(--color-text-primary)
}

[dir] .toast_tools__EatCH {
    text-align: center
}

.toast_tools__EatCH.flex-x-center {
    justify-content: center
}

.toast_tools__EatCH a,
.toast_tools__EatCH>div {
    flex-grow: 1;
    min-height: 40px;
    flex-basis: 45%;
    box-sizing: border-box
}

[dir] .toast_tools__EatCH a,
[dir] .toast_tools__EatCH>div {
    padding: 8px 16px;
    cursor: pointer
}

.toast_tools__EatCH a.max-content,
.toast_tools__EatCH>div.max-content {
    flex-grow: 0;
    display: block;
    width: -moz-max-content;
    width: max-content
}

.toast_tools__EatCH .btn-submit-text {
    color: var(--color-text-primary);
    min-height: auto
}

[dir] .toast_tools__EatCH .btn-submit-text {
    padding-top: 0
}

.toast_tools__EatCH .btn-submit-basic-line {
    flex-basis: 55%
}

.toast_custom_types__fSO8d i {
    display: flex;
    justify-content: center;
    align-items: center
}

.toast_custom_types__fSO8d i.toast_error__FJOa2,
.toast_custom_types__fSO8d i.toast_info__S1Fph,
.toast_custom_types__fSO8d i.toast_success__gDhc5,
.toast_custom_types__fSO8d i.toast_warning___E_GV {
    width: 72px;
    height: 72px
}

[dir] .toast_custom_types__fSO8d i.toast_error__FJOa2,
[dir] .toast_custom_types__fSO8d i.toast_info__S1Fph,
[dir] .toast_custom_types__fSO8d i.toast_success__gDhc5,
[dir] .toast_custom_types__fSO8d i.toast_warning___E_GV {
    margin: 0 auto 24px;
    border-radius: 50%;
    background-size: contain
}

@media(max-width:1080px) {

    .toast_custom_types__fSO8d i.toast_error__FJOa2,
    .toast_custom_types__fSO8d i.toast_info__S1Fph,
    .toast_custom_types__fSO8d i.toast_success__gDhc5,
    .toast_custom_types__fSO8d i.toast_warning___E_GV {
        width: 64px;
        height: 64px
    }
}

[dir] .toast_custom_types__fSO8d i.toast_error__FJOa2 {
    background: url(/assets-btcc/images/icon-error-shadow.svg) no-repeat 50%;
    background-size: contain
}

[dir] .toast_custom_types__fSO8d i.toast_warning___E_GV {
    background: url(/assets-btcc/images/icon-warning-shadow.svg) no-repeat 50%;
    background-size: contain
}

[dir] .toast_custom_types__fSO8d i.toast_success__gDhc5 {
    background: url(/assets-btcc/images/icon-success-shadow.svg) no-repeat 50%;
    background-size: contain
}

[dir] .toast_custom_types__fSO8d i.toast_info__S1Fph {
    background: url(/assets-btcc/images/icon-warning-shadow.svg) no-repeat 50%;
    background-size: contain
}

.toast_custom_types__fSO8d+p {
    font-size: 16px;
    color: var(--color-text-primary)
}

[dir] .toast_custom_types__fSO8d+p {
    text-align: center
}

.styles_modal__RPsSv .icon-close {
    position: absolute;
    top: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #979797
}

[dir=ltr] .styles_modal__RPsSv .icon-close {
    right: 16px
}

[dir=rtl] .styles_modal__RPsSv .icon-close {
    left: 16px
}

.styles_modal__RPsSv .icon-close:hover {
    color: #1b1b1b
}

.styles_verification__HYyEb {
    width: 400px;
    box-sizing: border-box;
    font-size: 12px;
    color: #999
}

[dir] .styles_verification__HYyEb {
    padding: 32px
}

.styles_verification__HYyEb .icon-success-shadow {
    display: block
}

[dir] .styles_verification__HYyEb .icon-success-shadow {
    margin: 0 auto 24px
}

.styles_verification__HYyEb h3 {
    font-size: 20px;
    color: #1b1b1b
}

[dir] .styles_verification__HYyEb h3 {
    text-align: center;
    margin-bottom: 24px
}

[dir] .styles_verification__HYyEb ul {
    background: #fafafa;
    padding: 24px
}

.styles_verification__HYyEb ul strong {
    font-size: 14px;
    display: block;
    color: #1b1b1b
}

[dir] .styles_verification__HYyEb ul strong {
    margin-bottom: 4px
}

.styles_verification__HYyEb ul li {
    position: relative
}

[dir=ltr] .styles_verification__HYyEb ul li {
    padding-left: 32px
}

[dir=rtl] .styles_verification__HYyEb ul li {
    padding-right: 32px
}

[dir] .styles_verification__HYyEb ul li:not(:last-child) {
    padding-bottom: 24px
}

.styles_verification__HYyEb ul li:not(:last-child):before {
    color: #a0b2df
}

.styles_verification__HYyEb ul li:not(:last-child):after {
    content: "";
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0
}

[dir] .styles_verification__HYyEb ul li:not(:last-child):after {
    background: repeating-linear-gradient(0deg, #9fb1e1 1px, #9fb1e1 2px, transparent 0, transparent 6px, #9fb1e1 0, #9fb1e1 7px)
}

[dir=ltr] .styles_verification__HYyEb ul li:not(:last-child):after {
    left: 7px
}

[dir=rtl] .styles_verification__HYyEb ul li:not(:last-child):after {
    right: 7px
}

.styles_verification__HYyEb ul li:first-child:before {
    content: ""
}

[dir] .styles_verification__HYyEb ul li:nth-child(2):after {
    background: repeating-linear-gradient(0deg, #999 1px, #999 2px, transparent 0, transparent 6px, #999 0, #999 7px)
}

.styles_verification__HYyEb ul li:before {
    display: block;
    content: "";
    font-family: iconfont;
    font-size: 16px;
    position: absolute;
    top: 0;
    z-index: 9;
    color: #999
}

[dir=ltr] .styles_verification__HYyEb ul li:before {
    left: 0
}

[dir=rtl] .styles_verification__HYyEb ul li:before {
    right: 0
}