.text-red[data-v-e9a65682] {
    color: #bc0303!important
}

.btm-height-36[data-v-e9a65682] {
    height: 36px;
    font-size: 12px
}

.btm-height-44[data-v-e9a65682] {
    height: 44px;
    font-size: 14px
}

.btm-height-56[data-v-e9a65682] {
    height: 56px;
    font-size: 16px
}

.is-btm-green[data-v-e9a65682] {
    font-weight: 500;
    background: #000000
}

.is-btm-green.is-disabled[data-v-e9a65682] {
    color: #8b8b8b;
    background: #cfcfcf
}

.is-btm-green-border[data-v-e9a65682] {
    font-size: 12px;
    color: var(--Brand-Color-1,#000000);
    font-weight: 500;
    background: none;
    border: 1px solid #000000
}

.is-btm-green-border.is-disabled[data-v-e9a65682] {
    color: #8b8b8b;
    background: #cfcfcf
}

.card[data-v-e9a65682] {
    width: 100%;
    padding: 0 38px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width: 767px) {
    .card[data-v-e9a65682] {
        padding:0 0
    }
}

.card .card-content[data-v-e9a65682] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 276px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 10px;
    background: var(--Brand-Color-2,#fff68a)
}

@media only screen and (max-width: 767px) {
    .card .card-content[data-v-e9a65682] {
        background:rgba(0,0,0,0)
    }
}

@media only screen and (max-width: 1040px) {
    .card .card-content[data-v-e9a65682] {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 166px;
        padding: 16px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

@media only screen and (max-width: 767px) {
    .card .card-content[data-v-e9a65682] {
        gap:0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto
    }
}

.card .card-content .card-bg[data-v-e9a65682] {
    position: relative;
    width: 332px;
    height: auto
}

@media only screen and (max-width: 1040px) {
    .card .card-content .card-bg[data-v-e9a65682] {
        width:211px;
        height: auto
    }
}

@media only screen and (max-width: 767px) {
    .card .card-content .card-bg[data-v-e9a65682] {
        width:100%;
        height: auto;
        min-width: 142px
    }
}

.card .card-content .card-bg .img-bg[data-v-e9a65682] {
    width: 100%;
    height: auto;
    min-height: 130px
}

.card .card-content .card-bg .account-cardId[data-v-e9a65682] {
    display: none
}

@media only screen and (max-width: 767px) {
    .card .card-content .card-bg .btn[data-v-e9a65682] {
        display:none
    }
}

.card .card-content .card-bg .btn button[data-v-e9a65682] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 130px;
    height: 32px;
    padding: 10px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background: var(--Neutral-3,#dae9e8);
    gap: 8px;
    position: absolute;
    left: 12px;
    bottom: 12px;
    color: var(--Brand-Color-1,#000000);
    font-family: Montserrat;
    font-size: 12px;
    z-index: 3;
    font-weight: 500;
    line-height: normal
}

@media only screen and (max-width: 767px) {
    .card .card-content .card-bg .btn button[data-v-e9a65682] {
        width:96px
    }
}

.card .card-content .logOff[data-v-e9a65682] {
    position: relative
}

.card .card-content .logOff .img-bg[data-v-e9a65682] {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.card .card-content .logOff .account-cardId[data-v-e9a65682] {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #666;
    z-index: 2;
    top: 0;
    left: 0;
    mix-blend-mode: lighten
}

.card .card-content .balance-box[data-v-e9a65682] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-radius: 10px
}

@media only screen and (max-width: 767px) {
    .card .card-content .balance-box .card-balance[data-v-e9a65682] {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 16px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%
    }
}

.card .card-content .balance-box .card-balance .card-view[data-v-e9a65682] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%
}

@media only screen and (max-width: 1040px) {
    .card .card-content .balance-box .card-balance .card-view[data-v-e9a65682] {
        font-size:12px
    }
}

@media only screen and (max-width: 767px) {
    .card .card-content .balance-box .card-balance .card-view[data-v-e9a65682] {
        color:#858b9c;
        font-family: Roboto;
        font-size: 14px;
        font-weight: 400;
        line-height: normal
    }
}

.card .card-content .balance-box .card-balance .card-view .balance-view[data-v-e9a65682] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 5px
}

@media only screen and (max-width: 767px) {
    .card .card-content .balance-box .card-balance .card-view .balance-view[data-v-e9a65682] {
        display:none
    }
}

.card .card-content .balance-box .card-balance .card-view .balance-view .view-white[data-v-e9a65682] {
    width: 18px;
    height: 18px;
    color: #fff
}

.card .card-content .balance-box .card-balance .card-view .balance-view-h5[data-v-e9a65682] {
    display: none
}

@media only screen and (max-width: 767px) {
    .card .card-content .balance-box .card-balance .card-view .balance-view-h5[data-v-e9a65682] {
        display:block
    }
}

.card .card-content .balance-box .card-balance .balance-num[data-v-e9a65682] {
    color: #fff;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 700;
    line-height: 140%;
    text-align: center
}

@media only screen and (max-width: 1040px) {
    .card .card-content .balance-box .card-balance .balance-num[data-v-e9a65682] {
        font-size:16px
    }
}

@media only screen and (max-width: 767px) {
    .card .card-content .balance-box .card-balance .balance-num[data-v-e9a65682] {
        color:#41485d;
        text-align: right;
        font-family: Roboto;
        font-size: 14px;
        font-weight: 700;
        line-height: normal
    }
}

.card .card-content .balance-box .pin-text[data-v-e9a65682] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px
}

.card .card-content .balance-box .pin-text .text-box[data-v-e9a65682] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 767px) {
    .card .card-content .balance-box .pin-text .text-box[data-v-e9a65682] {
        padding:0 16px
    }
}

.card .card-content .balance-box .pin-text .text-box .left[data-v-e9a65682] {
    color: var(--White,#fff);
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%
}

@media only screen and (max-width: 767px) {
    .card .card-content .balance-box .pin-text .text-box .left[data-v-e9a65682] {
        color:#858b9c;
        font-family: Roboto;
        font-size: 14px;
        font-weight: 400;
        line-height: normal
    }
}

.card .card-content .balance-box .pin-text .text-box .right[data-v-e9a65682] {
    color: var(--White,#fff);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1040px) {
    .card .card-content .balance-box .pin-text .text-box .right[data-v-e9a65682] {
        font-size:12px
    }
}

@media only screen and (max-width: 767px) {
    .card .card-content .balance-box .pin-text .text-box .right[data-v-e9a65682] {
        font-size:12px;
        color: #41485d;
        text-align: right;
        font-family: Roboto;
        font-size: 14px;
        font-weight: 700;
        line-height: normal
    }
}

.card .card-content .balance-box .pin-text .text-box .right .copy[data-v-e9a65682] {
    margin-left: 3px;
    width: 16px;
    height: 16px
}

.card .card-content .balance-box .btn-deposit-box[data-v-e9a65682] {
    width: calc(100% - 32px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.card .card-content .balance-box .btn-deposit-box .btn-deposit[data-v-e9a65682] {
    height: 44px;
    width: 50%
}

@media only screen and (max-width: 1040px) {
    .card .card-content .balance-box .btn-deposit-box .btn-deposit[data-v-e9a65682] {
        font-size:12px
    }
}

@media only screen and (max-width: 767px) {
    .card .card-content .balance-box .btn-deposit-box .btn-deposit[data-v-e9a65682] {
        margin-top:8px
    }
}

.card .card-content .balance-box .btn-deposit-box .btn-details[data-v-e9a65682] {
    display: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 44px;
    width: 50%;
    border-radius: 30px;
    background: #eaf0f1;
    color: #145d63;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    line-height: normal
}

@media only screen and (max-width: 1040px) {
    .card .card-content .balance-box .btn-deposit-box .btn-details[data-v-e9a65682] {
        font-size:12px
    }
}

@media only screen and (max-width: 767px) {
    .card .card-content .balance-box .btn-deposit-box .btn-details[data-v-e9a65682] {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 8px
    }
}

.card .card-content .balance-box-pt0[data-v-e9a65682] {
    padding-top: 0
}

@media only screen and (max-width: 767px) {
    .card .card-content .balance-box-pt0[data-v-e9a65682] {
        padding-top:6px
    }
}

@media only screen and (max-width: 1040px) {
    .item-box-gap[data-v-e9a65682] {
        width:100%
    }
}

@media only screen and (max-width: 767px) {
    .item-box-gap[data-v-e9a65682] {
        width:100%
    }
}

@media only screen and (max-width: 1040px) {
    .item-box-gap .item-gap[data-v-e9a65682] {
        width:100%
    }
}

@media only screen and (max-width: 767px) {
    .item-box-gap .item-gap[data-v-e9a65682] {
        width:100%
    }
}

.item-box-gap .item-gap .item-gap-c[data-v-e9a65682] {
    color: var(--Neutral-1,#111);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    padding: 0 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.item-box-gap .item-gap .item-gap-c .item-title-box[data-v-e9a65682] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.text-red[data-v-8badec96] {
    color: #bc0303!important
}

.btm-height-36[data-v-8badec96] {
    height: 36px;
    font-size: 12px
}

.btm-height-44[data-v-8badec96] {
    height: 44px;
    font-size: 14px
}

.btm-height-56[data-v-8badec96] {
    height: 56px;
    font-size: 16px
}

.is-btm-green[data-v-8badec96] {
    font-weight: 500;
    background: #000000
}

.is-btm-green.is-disabled[data-v-8badec96] {
    color: #8b8b8b;
    background: #cfcfcf
}

.is-btm-green-border[data-v-8badec96] {
    font-size: 12px;
    color: var(--Brand-Color-1,#000000);
    font-weight: 500;
    background: none;
    border: 1px solid #000000
}

.is-btm-green-border.is-disabled[data-v-8badec96] {
    color: #8b8b8b;
    background: #cfcfcf
}

[data-v-8badec96] .el-dialog {
    border-radius: 40px;
    padding: 20px
}

[data-v-8badec96] .el-dialog .el-dialog__close {
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 100%;
    color: #707070;
    background: #e9e9e9
}

[data-v-8badec96] .el-dialog .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

@media only screen and (max-width: 767px) {
    [data-v-8badec96] .el-dialog .box {
        gap:12px
    }
}

[data-v-8badec96] .el-dialog .box .title {
    color: var(--Neutral-1,#111);
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%
}

[data-v-8badec96] .el-dialog .box .popup-cont {
    font-family: PingFangSC-Regular;
    line-height: 30px;
    font-size: 16px
}

[data-v-8badec96] .el-dialog .box .popup-foot .el-button--info {
    width: 100%;
    height: 56px;
    font-size: 16px;
    font-weight: 500;
    background: #000000
}

[data-v-8badec96] .el-dialog .box .popup-foot .el-button--info.is-disabled {
    color: #8b8b8b;
    background: #cfcfcf
}

[data-v-8badec96] .el-dialog .box .popup-foot .tip {
    margin-top: 30px;
    color: var(--Neutral-2,#707070);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%
}

[data-v-8badec96] .el-dialog .el-form-item {
    width: 100%!important
}

@media only screen and (max-width: 767px) {
    [data-v-8badec96] .el-dialog .el-form-item {
        background:#eaf0f1!important
    }
}

.text-red[data-v-88ac1a5a] {
    color: #bc0303!important
}

.btm-height-36[data-v-88ac1a5a] {
    height: 36px;
    font-size: 12px
}

.btm-height-44[data-v-88ac1a5a] {
    height: 44px;
    font-size: 14px
}

.btm-height-56[data-v-88ac1a5a] {
    height: 56px;
    font-size: 16px
}

.is-btm-green[data-v-88ac1a5a] {
    font-weight: 500;
    background: #000000
}

.is-btm-green.is-disabled[data-v-88ac1a5a] {
    color: #8b8b8b;
    background: #cfcfcf
}

.is-btm-green-border[data-v-88ac1a5a] {
    font-size: 12px;
    color: var(--Brand-Color-1,#000000);
    font-weight: 500;
    background: none;
    border: 1px solid #000000
}

.is-btm-green-border.is-disabled[data-v-88ac1a5a] {
    color: #8b8b8b;
    background: #cfcfcf
}

[data-v-88ac1a5a] .el-dialog {
    border-radius: 40px;
    padding: 0
}

[data-v-88ac1a5a] .el-dialog .el-dialog__header {
    padding: 0
}

[data-v-88ac1a5a] .el-dialog .el-dialog__close {
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 100%;
    color: #707070;
    background: #e9e9e9
}

[data-v-88ac1a5a] .el-dialog .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

@media only screen and (max-width: 767px) {
    [data-v-88ac1a5a] .el-dialog .box {
        gap:12px
    }
}

[data-v-88ac1a5a] .el-dialog .box .title {
    color: var(--Neutral-1,#111);
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%
}

[data-v-88ac1a5a] .el-dialog .box .popup-cont {
    font-family: PingFangSC-Regular;
    line-height: 30px;
    font-size: 16px
}

[data-v-88ac1a5a] .el-dialog .box .popup-foot .el-button--info {
    width: 100%;
    height: 56px;
    font-size: 16px;
    font-weight: 500;
    background: #000000
}

[data-v-88ac1a5a] .el-dialog .box .popup-foot .el-button--info.is-disabled {
    color: #8b8b8b;
    background: #cfcfcf
}

[data-v-88ac1a5a] .el-dialog .box .popup-foot .tip {
    margin-top: 30px;
    color: var(--Neutral-2,#707070);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%
}

[data-v-88ac1a5a] .el-dialog .el-form-item {
    width: 100%!important
}

@media only screen and (max-width: 767px) {
    [data-v-88ac1a5a] .el-dialog .el-form-item {
        background:#eaf0f1!important
    }
}

.text-red[data-v-2d2b3c24] {
    color: #bc0303!important
}

.btm-height-36[data-v-2d2b3c24] {
    height: 36px;
    font-size: 12px
}

.btm-height-44[data-v-2d2b3c24] {
    height: 44px;
    font-size: 14px
}

.btm-height-56[data-v-2d2b3c24] {
    height: 56px;
    font-size: 16px
}

.is-btm-green[data-v-2d2b3c24] {
    font-weight: 500;
    background: #000000
}

.is-btm-green.is-disabled[data-v-2d2b3c24] {
    color: #8b8b8b;
    background: #cfcfcf
}

.is-btm-green-border[data-v-2d2b3c24] {
    font-size: 12px;
    color: var(--Brand-Color-1,#000000);
    font-weight: 500;
    background: none;
    border: 1px solid #000000
}

.is-btm-green-border.is-disabled[data-v-2d2b3c24] {
    color: #8b8b8b;
    background: #cfcfcf
}

.card-pop-ups[data-v-2d2b3c24] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    margin-top: 24px
}

.card-pop-ups .card-header[data-v-2d2b3c24] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

@media only screen and (max-width: 767px) {
    .card-pop-ups .card-header[data-v-2d2b3c24] {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.card-pop-ups .card-header .img[data-v-2d2b3c24] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.card-pop-ups .card-header .img img[data-v-2d2b3c24] {
    width: 150px;
    height: 94px
}

@media only screen and (max-width: 1040px) {
    .card-pop-ups .card-header .title-box[data-v-2d2b3c24] {
        text-align:center
    }
}

.card-pop-ups .card-header .title-box .title[data-v-2d2b3c24] {
    color: var(--Neutral-1,#111);
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 600;
    line-height: 160%
}

@media only screen and (max-width: 1040px) {
    .card-pop-ups .card-header .title-box .title[data-v-2d2b3c24] {
        font-size:26px
    }
}

@media only screen and (max-width: 767px) {
    .card-pop-ups .card-header .title-box .title[data-v-2d2b3c24] {
        font-size:20x
    }
}

.card-pop-ups .card-header .title-box .text[data-v-2d2b3c24] {
    color: var(--Neutral-1,#111);
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 400;
    line-height: 160%
}

@media only screen and (max-width: 1040px) {
    .card-pop-ups .card-header .title-box .text[data-v-2d2b3c24] {
        font-size:20px
    }
}

@media only screen and (max-width: 767px) {
    .card-pop-ups .card-header .title-box .text[data-v-2d2b3c24] {
        font-size:16
    }
}

.card-pop-ups .content-box[data-v-2d2b3c24] {
    gap: 40px
}

.card-pop-ups .content-box .content-top[data-v-2d2b3c24],.card-pop-ups .content-box[data-v-2d2b3c24] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.card-pop-ups .content-box .content-top[data-v-2d2b3c24] {
    gap: 16px
}

@media only screen and (max-width: 1040px) {
    .card-pop-ups .content-box .content-top[data-v-2d2b3c24] {
        gap:12px
    }
}

@media only screen and (max-width: 767px) {
    .card-pop-ups .content-box .content-top[data-v-2d2b3c24] {
        gap:8x
    }
}

.card-pop-ups .content-box .content-top .text-box[data-v-2d2b3c24] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.card-pop-ups .content-box .content-top .text-box .left[data-v-2d2b3c24] {
    color: var(--Neutral-1,#111);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    min-width: 215px
}

@media only screen and (max-width: 1040px) {
    .card-pop-ups .content-box .content-top .text-box .left[data-v-2d2b3c24] {
        font-size:14px
    }
}

@media only screen and (max-width: 767px) {
    .card-pop-ups .content-box .content-top .text-box .left[data-v-2d2b3c24] {
        min-width:110px;
        font-size: 12px
    }
}

.card-pop-ups .content-box .content-top .text-box .right[data-v-2d2b3c24] {
    color: var(--Neutral-1,#111);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 160%;
    text-align: right
}

@media only screen and (max-width: 1040px) {
    .card-pop-ups .content-box .content-top .text-box .right[data-v-2d2b3c24] {
        font-size:14px
    }
}

@media only screen and (max-width: 767px) {
    .card-pop-ups .content-box .content-top .text-box .right[data-v-2d2b3c24] {
        font-size:12px
    }
}

.card-pop-ups .content-box .content-top .line[data-v-2d2b3c24] {
    height: 1px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background: var(--Brand-Color-2,#aaa)
}

.card-pop-ups .content-box .btn[data-v-2d2b3c24],.card-pop-ups .content-box .btn button[data-v-2d2b3c24] {
    width: 100%
}

.text-red[data-v-e8ee71d2] {
    color: #bc0303!important
}

.btm-height-36[data-v-e8ee71d2] {
    height: 36px;
    font-size: 12px
}

.btm-height-44[data-v-e8ee71d2] {
    height: 44px;
    font-size: 14px
}

.btm-height-56[data-v-e8ee71d2] {
    height: 56px;
    font-size: 16px
}

.is-btm-green[data-v-e8ee71d2] {
    font-weight: 500;
    background: #000000
}

.is-btm-green.is-disabled[data-v-e8ee71d2] {
    color: #8b8b8b;
    background: #cfcfcf
}

.is-btm-green-border[data-v-e8ee71d2] {
    font-size: 12px;
    color: var(--Brand-Color-1,#000000);
    font-weight: 500;
    background: none;
    border: 1px solid #000000
}

.is-btm-green-border.is-disabled[data-v-e8ee71d2] {
    color: #8b8b8b;
    background: #cfcfcf
}

.primary-btn button[data-v-e8ee71d2] {
    border-radius: 100px
}

[data-v-e8ee71d2] .el-dialog {
    border-radius: 40px;
    padding: 20px
}

[data-v-e8ee71d2] .el-dialog .el-dialog__close {
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 100%;
    color: #707070;
    background: #e9e9e9
}

[data-v-e8ee71d2] .el-dialog .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

@media only screen and (max-width: 767px) {
    [data-v-e8ee71d2] .el-dialog .box {
        gap:12px
    }
}

[data-v-e8ee71d2] .el-dialog .box .title {
    color: var(--Neutral-1,#111);
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%
}

[data-v-e8ee71d2] .el-dialog .box .popup-cont {
    font-family: PingFangSC-Regular;
    line-height: 30px;
    font-size: 16px
}

[data-v-e8ee71d2] .el-dialog .box .popup-foot .el-button--info {
    width: 100%;
    height: 56px;
    font-size: 16px;
    font-weight: 500;
    background: #000000
}

[data-v-e8ee71d2] .el-dialog .box .popup-foot .el-button--info.is-disabled {
    color: #8b8b8b;
    background: #cfcfcf
}

[data-v-e8ee71d2] .el-dialog .box .popup-foot .tipText {
    margin-top: 30px;
    color: var(--Neutral-2,#707070);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    text-align: center
}

[data-v-e8ee71d2] .el-dialog .el-form-item {
    width: 100%!important
}

@media only screen and (max-width: 767px) {
    [data-v-e8ee71d2] .el-dialog .el-form-item {
        background:#eaf0f1!important
    }
}

.text-red[data-v-5f02cf16] {
    color: #bc0303!important
}

.btm-height-36[data-v-5f02cf16] {
    height: 36px;
    font-size: 12px
}

.btm-height-44[data-v-5f02cf16] {
    height: 44px;
    font-size: 14px
}

.btm-height-56[data-v-5f02cf16] {
    height: 56px;
    font-size: 16px
}

.is-btm-green[data-v-5f02cf16] {
    font-weight: 500;
    background: #000000
}

.is-btm-green.is-disabled[data-v-5f02cf16] {
    color: #8b8b8b;
    background: #cfcfcf
}

.is-btm-green-border[data-v-5f02cf16] {
    font-size: 12px;
    color: var(--Brand-Color-1,#000000);
    font-weight: 500;
    background: none;
    border: 1px solid #000000
}

.is-btm-green-border.is-disabled[data-v-5f02cf16] {
    color: #8b8b8b;
    background: #cfcfcf
}

.footer-box[data-v-5f02cf16] {
    margin-top: 33px;
    width: 100%;
    min-width: 1040px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width: 1040px) {
    .footer-box[data-v-5f02cf16] {
        min-width:100vw
    }
}

@media only screen and (max-width: 767px) {
    .footer-box[data-v-5f02cf16] {
        position:relative;
        margin-top: 33px
    }
}

.footer[data-v-5f02cf16] {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.footer .email-and-logo-box[data-v-5f02cf16] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer .email-and-logo-box a[data-v-5f02cf16] {
    color: var(--Neutral-1,#111)
}

.footer .email-and-logo-box .email-and-logo[data-v-5f02cf16] {
    min-width: 1040px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

@media only screen and (max-width: 1040px) {
    .footer .email-and-logo-box .email-and-logo[data-v-5f02cf16] {
        width:100%;
        min-width: 100vw;
        padding: 0 40px
    }
}

@media only screen and (max-width: 767px) {
    .footer .email-and-logo-box .email-and-logo[data-v-5f02cf16] {
        padding:0 16px
    }
}

.footer .email-and-logo-box .email-and-logo .logo .page-logo[data-v-5f02cf16],.footer .email-and-logo-box .email-and-logo .logo[data-v-5f02cf16] {
    width: 124px;
    height: 33.44px
}

.footer .email-and-logo-box .email-and-logo .email[data-v-5f02cf16] {
    color: var(--Neutral-1,#111);
    text-align: right;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 155%;
    opacity: .8
}

@media only screen and (max-width: 767px) {
    .footer .email-and-logo-box .email-and-logo .email[data-v-5f02cf16] {
        font-size:12px
    }
}

.footer .basic-information-box[data-v-5f02cf16] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer .basic-information-box .basic-information[data-v-5f02cf16] {
    min-width: 1040px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 1040px) {
    .footer .basic-information-box .basic-information[data-v-5f02cf16] {
        width:100%;
        padding: 0 40px;
        min-width: 768px
    }
}

@media only screen and (max-width: 767px) {
    .footer .basic-information-box .basic-information[data-v-5f02cf16] {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 16px;
        margin-top: 16px;
        min-width: 320px
    }
}

@media only screen and (max-width: 767px) {
    .footer .basic-information-box .basic-information .web-box[data-v-5f02cf16] {
        display:none
    }
}

.footer .basic-information-box .basic-information .h5-box[data-v-5f02cf16] {
    display: none
}

@media only screen and (max-width: 767px) {
    .footer .basic-information-box .basic-information .h5-box[data-v-5f02cf16] {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media only screen and (max-width: 767px) {
    .footer .basic-information-box .basic-information .box1[data-v-5f02cf16],.footer .basic-information-box .basic-information box2[data-v-5f02cf16] {
        width:50%
    }
}

.footer .basic-information-box .basic-information .box .text[data-v-5f02cf16] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 1px 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    opacity: .8
}

.footer .basic-information-box .basic-information .box .text[data-v-5f02cf16],.footer .basic-information-box .basic-information .box .text a[data-v-5f02cf16] {
    color: var(--Neutral-1,#111);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 155%
}

@media only screen and (max-width: 767px) {
    .footer .basic-information-box .basic-information .box .text a[data-v-5f02cf16] {
        font-size:14px;
        font-family: Roboto;
        color: #41485d
    }
}

@media only screen and (max-width: 1040px) {
    .footer .basic-information-box .basic-information .box .text[data-v-5f02cf16] {
        padding:0 37.75px 1px 0;
        font-size: 14px
    }
}

@media only screen and (max-width: 767px) {
    .footer .basic-information-box .basic-information .box .text[data-v-5f02cf16] {
        color:#41485d;
        font-size: 14px;
        width: 169px;
        padding: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-family: Roboto
    }
}

.footer .basic-information-box .basic-information .box .footer-icon[data-v-5f02cf16] {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 767px) {
    .footer .basic-information-box .basic-information .box .footer-icon[data-v-5f02cf16] {
        margin-top:31px
    }
}

.footer .basic-information-box .basic-information .box .footer-icon .icon-box[data-v-5f02cf16] {
    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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid hsla(0,0%,100%,.1);
    margin-right: 20.25px
}

.footer .basic-information-box .basic-information .box .footer-icon .icon-box .f[data-v-5f02cf16] {
    width: 11.074px;
    height: 17.719px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media only screen and (max-width: 1040px) {
    .footer .basic-information-box .basic-information .box .footer-icon .icon-box .f[data-v-5f02cf16] {
        width:5.469px;
        height: 8.75px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

.footer .basic-information-box .basic-information .box .footer-icon .icon-box .x[data-v-5f02cf16] {
    width: 20px;
    height: 20px
}

.footer .basic-information-box .basic-information .box .footer-icon .icon-box .in[data-v-5f02cf16] {
    width: 15.504px;
    height: 17.719px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media only screen and (max-width: 1040px) {
    .footer .basic-information-box .basic-information .box .footer-icon .icon-box .in[data-v-5f02cf16] {
        width:7.656px;
        height: 8.75px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

.footer .basic-information-box .basic-information .box .footer-icon .icon-box .camera[data-v-5f02cf16] {
    width: 17.719px;
    height: 17.719px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media only screen and (max-width: 1040px) {
    .footer .basic-information-box .basic-information .box .footer-icon .icon-box .camera[data-v-5f02cf16] {
        width:8.75px;
        height: 8.75px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

.footer .basic-information-box .basic-information .box .footer-icon .icon-box .share[data-v-5f02cf16] {
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.footer .basic-information-box .basic-information .box .title[data-v-5f02cf16] {
    margin-bottom: 16px;
    color: var(--Brand-Color-1,#000000);
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%
}

@media only screen and (max-width: 1040px) {
    .footer .basic-information-box .basic-information .box .title[data-v-5f02cf16] {
        font-size:16px
    }
}

@media only screen and (max-width: 767px) {
    .footer .basic-information-box .basic-information .box .title[data-v-5f02cf16] {
        font-size:18px;
        margin-bottom: 0;
        margin-top: 31px
    }
}

.footer .basic-information-box .basic-information .box .c-menu[data-v-5f02cf16] {
    margin-bottom: 12px;
    cursor: pointer
}

@media only screen and (max-width: 767px) {
    .footer .basic-information-box .basic-information .box .c-menu[data-v-5f02cf16] {
        margin-bottom:0;
        margin-top: 12px
    }
}

.footer .basic-information-box .basic-information .box-item1[data-v-5f02cf16] {
    width: 353px
}

@media only screen and (max-width: 1040px) {
    .footer .basic-information-box .basic-information .box-item1[data-v-5f02cf16] {
        width:375px
    }
}

@media only screen and (max-width: 767px) {
    .footer .basic-information-box .basic-information .box-item1[data-v-5f02cf16] {
        width:100%
    }
}

.footer .basic-information-box .basic-information .box-item1 .text-c[data-v-5f02cf16] {
    font-size: 12px
}

@media only screen and (max-width: 767px) {
    .footer .basic-information-box .basic-information .box-item1 .text[data-v-5f02cf16] {
        width:100%
    }
}

.footer .reserved[data-v-5f02cf16] {
    margin-top: 60px;
    margin-bottom: 15px;
    color: var(--Neutral-1,#111);
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 155%;
    opacity: .8;
    text-align: center
}

@media only screen and (max-width: 1040px) {
    .footer .reserved[data-v-5f02cf16] {
        font-size:16px
    }
}

@media only screen and (max-width: 767px) {
    .footer .reserved[data-v-5f02cf16] {
        font-size:14px;
        margin-top: 28px
    }
}

.text-red[data-v-613590be] {
    color: #bc0303!important
}

.btm-height-36[data-v-613590be] {
    height: 36px;
    font-size: 12px
}

.btm-height-44[data-v-613590be] {
    height: 44px;
    font-size: 14px
}

.btm-height-56[data-v-613590be] {
    height: 56px;
    font-size: 16px
}

.is-btm-green[data-v-613590be] {
    font-weight: 500;
    background: #000000
}

.is-btm-green.is-disabled[data-v-613590be] {
    color: #8b8b8b;
    background: #cfcfcf
}

.is-btm-green-border[data-v-613590be] {
    font-size: 12px;
    color: var(--Brand-Color-1,#000000);
    font-weight: 500;
    background: none;
    border: 1px solid #000000
}

.is-btm-green-border.is-disabled[data-v-613590be] {
    color: #8b8b8b;
    background: #cfcfcf
}

.get-code button[data-v-613590be] {
    padding: 0;
    color: #606266
}

.text-red[data-v-d9a0fcc0] {
    color: #bc0303!important
}

.btm-height-36[data-v-d9a0fcc0] {
    height: 36px;
    font-size: 12px
}

.btm-height-44[data-v-d9a0fcc0] {
    height: 44px;
    font-size: 14px
}

.btm-height-56[data-v-d9a0fcc0] {
    height: 56px;
    font-size: 16px
}

.is-btm-green[data-v-d9a0fcc0] {
    font-weight: 500;
    background: #000000
}

.is-btm-green.is-disabled[data-v-d9a0fcc0] {
    color: #8b8b8b;
    background: #cfcfcf
}

.is-btm-green-border[data-v-d9a0fcc0] {
    font-size: 12px;
    color: var(--Brand-Color-1,#000000);
    font-weight: 500;
    background: none;
    border: 1px solid #000000
}

.is-btm-green-border.is-disabled[data-v-d9a0fcc0] {
    color: #8b8b8b;
    background: #cfcfcf
}

.table[data-v-d9a0fcc0] {
    padding: 16px;
    border-radius: 12px;
    background: #fffeff;
    display: none
}

@media only screen and (max-width: 767px) {
    .table[data-v-d9a0fcc0] {
        display:block
    }
}

.table .line[data-v-d9a0fcc0] {
    margin: 12px 0;
    background: #eee;
    height: 1px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.table .item[data-v-d9a0fcc0] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.table .item .left .leftTitle[data-v-d9a0fcc0] {
    color: #111a34;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 600;
    line-height: normal
}

.table .item .left .timer[data-v-d9a0fcc0] {
    margin-top: 12px;
    color: #858b9c;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: normal
}

.table .item .right[data-v-d9a0fcc0] {
    text-align: right
}

.table .item .right .rightNum[data-v-d9a0fcc0] {
    text-align: right;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 600;
    line-height: normal
}

.table .item .right .rightText[data-v-d9a0fcc0] {
    margin-top: 12px;
    color: #64748b;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: normal
}

.ti[data-v-d9a0fcc0] {
    font-weight: 400;
    font-family: Roboto;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .ti[data-v-d9a0fcc0] {
        font-size:12px
    }
}

.text-red[data-v-4c0d74b2] {
    color: #bc0303!important
}

.btm-height-36[data-v-4c0d74b2] {
    height: 36px;
    font-size: 12px
}

.btm-height-44[data-v-4c0d74b2] {
    height: 44px;
    font-size: 14px
}

.btm-height-56[data-v-4c0d74b2] {
    height: 56px;
    font-size: 16px
}

.is-btm-green[data-v-4c0d74b2] {
    font-weight: 500;
    background: #000000
}

.is-btm-green.is-disabled[data-v-4c0d74b2] {
    color: #8b8b8b;
    background: #cfcfcf
}

.is-btm-green-border[data-v-4c0d74b2] {
    font-size: 12px;
    color: var(--Brand-Color-1,#000000);
    font-weight: 500;
    background: none;
    border: 1px solid #000000
}

.is-btm-green-border.is-disabled[data-v-4c0d74b2] {
    color: #8b8b8b;
    background: #cfcfcf
}

.header-box[data-v-4c0d74b2] {
    z-index: 10;
    min-width: 1040px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: .5px solid rgba(0,0,0,.1);
    background: hsla(0,0%,100%,.5);
    -webkit-box-shadow: 0 1px 1px 0 rgba(17,26,52,.1);
    box-shadow: 0 1px 1px 0 rgba(17,26,52,.1);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    position: fixed;
    top: 0;
    left: 0
}

@media only screen and (max-width: 1040px) {
    .header-box[data-v-4c0d74b2] {
        min-width:768px;
        position: fixed;
        top: 0
    }
}

@media only screen and (max-width: 767px) {
    .header-box[data-v-4c0d74b2] {
        min-width:320px
    }
}

.header-box .menu-web[data-v-4c0d74b2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px
}

@media only screen and (max-width: 1040px) {
    .header-box .menu-web[data-v-4c0d74b2] {
        display:none
    }
}

.header-box .menu-web .item[data-v-4c0d74b2] {
    color: var(--Neutral-1,#111);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: normal
}

.header-box .menu-web .item a[data-v-4c0d74b2] {
    color: var(--Neutral-1,#111)
}

.header-box .header[data-v-4c0d74b2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 90px;
    width: 1040px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1440px) {
    .header-box .header[data-v-4c0d74b2] {
        width:1040px;
        padding: 0 60px
    }
}

@media only screen and (max-width: 1040px) {
    .header-box .header[data-v-4c0d74b2] {
        width:100vw;
        padding: 0 40px;
        min-width: 768px
    }
}

@media only screen and (max-width: 767px) {
    .header-box .header[data-v-4c0d74b2] {
        height:60px;
        padding: 0 16px;
        min-width: 320px
    }
}

.header-box .header .logo .page-logo[data-v-4c0d74b2],.header-box .header .logo[data-v-4c0d74b2] {
    width: 124px;
    height: 33.44px
}

.header-box .header .header-btn .sign-up[data-v-4c0d74b2],.header-box .header .header-btn[data-v-4c0d74b2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-box .header .header-btn .sign-up[data-v-4c0d74b2] {
    height: 48px;
    padding: 10px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    border-radius: 100px;
    background: var(--Brand-Color-1,#000000);
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: normal
}

@media only screen and (max-width: 1040px) {
    .header-box .header .header-btn .sign-up[data-v-4c0d74b2] {
        display:none
    }
}

.header-box .header .header-btn .log-in[data-v-4c0d74b2] {
    margin-left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    padding: 10px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    border: 1px solid var(--Brand-Color-1,#000000);
    color: var(--Brand-Color-1,#000000);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: normal
}

@media only screen and (max-width: 1040px) {
    .header-box .header .header-btn .log-in[data-v-4c0d74b2] {
        display:none
    }
}

.header-box .header .header-btn .language-switch[data-v-4c0d74b2] {
    margin-left: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-box .header .header-btn .language-switch .en[data-v-4c0d74b2] {
    width: 18px;
    height: 18px
}

.header-box .header .header-btn .language-switch .en-text[data-v-4c0d74b2] {
    margin-left: 2px;
    color: var(--Neutral-2,#707070);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%
}

@media only screen and (max-width: 767px) {
    .header-box .header .header-btn .language-switch[data-v-4c0d74b2] {
        margin-left:12px;
        display: none
    }
}

.header-box .header .header-btn .language-switch-h[data-v-4c0d74b2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-box .header .header-btn .user-switch[data-v-4c0d74b2] {
    margin-left: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 767px) {
    .header-box .header .header-btn .user-switch[data-v-4c0d74b2] {
        margin-left:12px
    }
}

.header-box .header .header-btn .user-switch .user-text[data-v-4c0d74b2] {
    color: var(--Neutral-1,#111);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%
}

.header-box .header .header-btn .user-switch .profile-picture[data-v-4c0d74b2] {
    margin-left: 8px;
    width: 30px;
    height: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header-box .header .header-btn .message-switch[data-v-4c0d74b2] {
    margin-left: 24px
}

.header-box .header .header-btn .message-switch .message[data-v-4c0d74b2] {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header-box .header .header-btn .menu-img[data-v-4c0d74b2] {
    margin-left: 16px;
    display: none
}

@media only screen and (max-width: 1040px) {
    .header-box .header .header-btn .menu-img[data-v-4c0d74b2] {
        display:block;
        width: 44px;
        height: 44px
    }

    .header-box .header .header-btn .menu-img .menu[data-v-4c0d74b2] {
        width: 44px;
        height: 44px
    }
}

.header-box .back[data-v-4c0d74b2] {
    display: none
}

@media only screen and (max-width: 767px) {
    .header-box .back[data-v-4c0d74b2] {
        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;
        height: 44px;
        position: relative;
        width: 100%
    }

    .header-box .back .img[data-v-4c0d74b2] {
        position: absolute;
        left: 16px;
        top: 14px
    }

    .header-box .back .img .back[data-v-4c0d74b2] {
        width: 16px;
        height: 16px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

.copy[data-v-4c0d74b2] {
    margin-left: 3px;
    width: 16px;
    height: 16px
}

.text-red[data-v-2b9856ce] {
    color: #bc0303!important
}

.btm-height-36[data-v-2b9856ce] {
    height: 36px;
    font-size: 12px
}

.btm-height-44[data-v-2b9856ce] {
    height: 44px;
    font-size: 14px
}

.btm-height-56[data-v-2b9856ce] {
    height: 56px;
    font-size: 16px
}

.is-btm-green[data-v-2b9856ce] {
    font-weight: 500;
    background: #000000
}

.is-btm-green.is-disabled[data-v-2b9856ce] {
    color: #8b8b8b;
    background: #cfcfcf
}

.is-btm-green-border[data-v-2b9856ce] {
    font-size: 12px;
    color: var(--Brand-Color-1,#000000);
    font-weight: 500;
    background: none;
    border: 1px solid #000000
}

.is-btm-green-border.is-disabled[data-v-2b9856ce] {
    color: #8b8b8b;
    background: #cfcfcf
}

.header-box-hid[data-v-2b9856ce] {
    opacity: 0;
    z-index: -1;
    min-width: 1040px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: .5px solid rgba(0,0,0,.1);
    background: hsla(0,0%,100%,.5);
    -webkit-box-shadow: 0 1px 1px 0 rgba(17,26,52,.1);
    box-shadow: 0 1px 1px 0 rgba(17,26,52,.1);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    position: relative;
    top: 0;
    left: 0
}

@media only screen and (max-width: 1040px) {
    .header-box-hid[data-v-2b9856ce] {
        min-width:768px;
        position: relative;
        top: 0
    }
}

@media only screen and (max-width: 767px) {
    .header-box-hid[data-v-2b9856ce] {
        position:relative;
        min-width: 320px
    }
}

.header-box-hid .menu-web[data-v-2b9856ce] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px
}

@media only screen and (max-width: 1040px) {
    .header-box-hid .menu-web[data-v-2b9856ce] {
        display:none
    }
}

.header-box-hid .menu-web .item[data-v-2b9856ce] {
    color: var(--Neutral-1,#111);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: normal
}

.header-box-hid .menu-web .item a[data-v-2b9856ce] {
    color: var(--Neutral-1,#111)
}

.header-box-hid .header[data-v-2b9856ce] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 90px;
    width: 1040px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1440px) {
    .header-box-hid .header[data-v-2b9856ce] {
        width:1040px;
        padding: 0 60px
    }
}

@media only screen and (max-width: 1040px) {
    .header-box-hid .header[data-v-2b9856ce] {
        width:100vw;
        padding: 0 40px;
        min-width: 768px
    }
}

@media only screen and (max-width: 767px) {
    .header-box-hid .header[data-v-2b9856ce] {
        height:60px;
        padding: 0 16px;
        min-width: 320px
    }
}

.header-box-hid .header .logo .page-logo[data-v-2b9856ce],.header-box-hid .header .logo[data-v-2b9856ce] {
    width: 124px;
    height: 33.44px
}

.header-box-hid .header .header-btn .sign-up[data-v-2b9856ce],.header-box-hid .header .header-btn[data-v-2b9856ce] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-box-hid .header .header-btn .sign-up[data-v-2b9856ce] {
    height: 48px;
    padding: 10px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    border-radius: 100px;
    background: var(--Brand-Color-1,#000000);
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: normal
}

@media only screen and (max-width: 1040px) {
    .header-box-hid .header .header-btn .sign-up[data-v-2b9856ce] {
        display:none
    }
}

.header-box-hid .header .header-btn .log-in[data-v-2b9856ce] {
    margin-left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    padding: 10px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    border: 1px solid var(--Brand-Color-1,#000000);
    color: var(--Brand-Color-1,#000000);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: normal
}

@media only screen and (max-width: 1040px) {
    .header-box-hid .header .header-btn .log-in[data-v-2b9856ce] {
        display:none
    }
}

.header-box-hid .header .header-btn .language-switch[data-v-2b9856ce] {
    margin-left: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-box-hid .header .header-btn .language-switch .en[data-v-2b9856ce] {
    width: 18px;
    height: 18px
}

.header-box-hid .header .header-btn .language-switch .en-text[data-v-2b9856ce] {
    margin-left: 2px;
    color: var(--Neutral-2,#707070);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%
}

@media only screen and (max-width: 767px) {
    .header-box-hid .header .header-btn .language-switch[data-v-2b9856ce] {
        margin-left:12px;
        display: none
    }
}

.header-box-hid .header .header-btn .language-switch-h[data-v-2b9856ce] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-box-hid .header .header-btn .user-switch[data-v-2b9856ce] {
    margin-left: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 767px) {
    .header-box-hid .header .header-btn .user-switch[data-v-2b9856ce] {
        margin-left:12px
    }
}

.header-box-hid .header .header-btn .user-switch .user-text[data-v-2b9856ce] {
    color: var(--Neutral-1,#111);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%
}

.header-box-hid .header .header-btn .user-switch .profile-picture[data-v-2b9856ce] {
    margin-left: 8px;
    width: 30px;
    height: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header-box-hid .header .header-btn .message-switch[data-v-2b9856ce] {
    margin-left: 24px
}

.header-box-hid .header .header-btn .message-switch .message[data-v-2b9856ce] {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header-box-hid .header .header-btn .menu-img[data-v-2b9856ce] {
    margin-left: 16px;
    display: none
}

@media only screen and (max-width: 1040px) {
    .header-box-hid .header .header-btn .menu-img[data-v-2b9856ce] {
        display:block;
        width: 44px;
        height: 44px
    }

    .header-box-hid .header .header-btn .menu-img .menu[data-v-2b9856ce] {
        width: 44px;
        height: 44px
    }
}

.header-box-hid .back[data-v-2b9856ce] {
    display: none
}

@media only screen and (max-width: 767px) {
    .header-box-hid .back[data-v-2b9856ce] {
        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;
        height: 44px;
        position: relative;
        width: 100%
    }

    .header-box-hid .back .img[data-v-2b9856ce] {
        position: absolute;
        left: 16px;
        top: 14px
    }

    .header-box-hid .back .img .back[data-v-2b9856ce] {
        width: 16px;
        height: 16px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

.copy[data-v-2b9856ce] {
    margin-left: 3px;
    width: 16px;
    height: 16px
}

.text-red[data-v-a51b5578] {
    color: #bc0303!important
}

.btm-height-36[data-v-a51b5578] {
    height: 36px;
    font-size: 12px
}

.btm-height-44[data-v-a51b5578] {
    height: 44px;
    font-size: 14px
}

.btm-height-56[data-v-a51b5578] {
    height: 56px;
    font-size: 16px
}

.is-btm-green[data-v-a51b5578] {
    font-weight: 500;
    background: #000000
}

.is-btm-green.is-disabled[data-v-a51b5578] {
    color: #8b8b8b;
    background: #cfcfcf
}

.is-btm-green-border[data-v-a51b5578] {
    font-size: 12px;
    color: var(--Brand-Color-1,#000000);
    font-weight: 500;
    background: none;
    border: 1px solid #000000
}

.is-btm-green-border.is-disabled[data-v-a51b5578] {
    color: #8b8b8b;
    background: #cfcfcf
}

.parentBox[data-v-a51b5578] {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px
}

.parentBox .loadBox .loaderContantBox[data-v-a51b5578] {
    color: #fff;
    font-size: 20px;
    overflow: hidden;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: loadBox-a51b5578 1.7s ease infinite,round-a51b5578 1.7s ease infinite;
    animation: loadBox-a51b5578 1.7s ease infinite,round-a51b5578 1.7s ease infinite
}

@-webkit-keyframes loadBox-a51b5578 {
    0% {
        -webkit-box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em;
        box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em
    }

    5%,95% {
        -webkit-box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em;
        box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em
    }

    10%,59% {
        -webkit-box-shadow: 0 -.83em 0 -.4em,-.087em -.825em 0 -.42em,-.173em -.812em 0 -.44em,-.256em -.789em 0 -.46em,-.297em -.775em 0 -.477em;
        box-shadow: 0 -.83em 0 -.4em,-.087em -.825em 0 -.42em,-.173em -.812em 0 -.44em,-.256em -.789em 0 -.46em,-.297em -.775em 0 -.477em
    }

    20% {
        -webkit-box-shadow: 0 -.83em 0 -.4em,-.338em -.758em 0 -.42em,-.555em -.617em 0 -.44em,-.671em -.488em 0 -.46em,-.749em -.34em 0 -.477em;
        box-shadow: 0 -.83em 0 -.4em,-.338em -.758em 0 -.42em,-.555em -.617em 0 -.44em,-.671em -.488em 0 -.46em,-.749em -.34em 0 -.477em
    }

    38% {
        -webkit-box-shadow: 0 -.83em 0 -.4em,-.377em -.74em 0 -.42em,-.645em -.522em 0 -.44em,-.775em -.297em 0 -.46em,-.82em -.09em 0 -.477em;
        box-shadow: 0 -.83em 0 -.4em,-.377em -.74em 0 -.42em,-.645em -.522em 0 -.44em,-.775em -.297em 0 -.46em,-.82em -.09em 0 -.477em
    }

    to {
        -webkit-box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em;
        box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em
    }
}

@keyframes loadBox-a51b5578 {
    0% {
        -webkit-box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em;
        box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em
    }

    5%,95% {
        -webkit-box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em;
        box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em
    }

    10%,59% {
        -webkit-box-shadow: 0 -.83em 0 -.4em,-.087em -.825em 0 -.42em,-.173em -.812em 0 -.44em,-.256em -.789em 0 -.46em,-.297em -.775em 0 -.477em;
        box-shadow: 0 -.83em 0 -.4em,-.087em -.825em 0 -.42em,-.173em -.812em 0 -.44em,-.256em -.789em 0 -.46em,-.297em -.775em 0 -.477em
    }

    20% {
        -webkit-box-shadow: 0 -.83em 0 -.4em,-.338em -.758em 0 -.42em,-.555em -.617em 0 -.44em,-.671em -.488em 0 -.46em,-.749em -.34em 0 -.477em;
        box-shadow: 0 -.83em 0 -.4em,-.338em -.758em 0 -.42em,-.555em -.617em 0 -.44em,-.671em -.488em 0 -.46em,-.749em -.34em 0 -.477em
    }

    38% {
        -webkit-box-shadow: 0 -.83em 0 -.4em,-.377em -.74em 0 -.42em,-.645em -.522em 0 -.44em,-.775em -.297em 0 -.46em,-.82em -.09em 0 -.477em;
        box-shadow: 0 -.83em 0 -.4em,-.377em -.74em 0 -.42em,-.645em -.522em 0 -.44em,-.775em -.297em 0 -.46em,-.82em -.09em 0 -.477em
    }

    to {
        -webkit-box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em;
        box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em
    }
}

@-webkit-keyframes round-a51b5578 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes round-a51b5578 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.text-red[data-v-d36cec56] {
    color: #bc0303!important
}

.btm-height-36[data-v-d36cec56] {
    height: 36px;
    font-size: 12px
}

.btm-height-44[data-v-d36cec56] {
    height: 44px;
    font-size: 14px
}

.btm-height-56[data-v-d36cec56] {
    height: 56px;
    font-size: 16px
}

.is-btm-green[data-v-d36cec56] {
    font-weight: 500;
    background: #000000
}

.is-btm-green.is-disabled[data-v-d36cec56] {
    color: #8b8b8b;
    background: #cfcfcf
}

.is-btm-green-border[data-v-d36cec56] {
    font-size: 12px;
    color: var(--Brand-Color-1,#000000);
    font-weight: 500;
    background: none;
    border: 1px solid #000000
}

.is-btm-green-border.is-disabled[data-v-d36cec56] {
    color: #8b8b8b;
    background: #cfcfcf
}

.login-footer[data-v-d36cec56] {
    color: var(--Neutral-2,#707070);
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 155%;
    opacity: .8;
    margin-bottom: 24px
}

.text-red[data-v-65e32288] {
    color: #bc0303!important
}

.btm-height-36[data-v-65e32288] {
    height: 36px;
    font-size: 12px
}

.btm-height-44[data-v-65e32288] {
    height: 44px;
    font-size: 14px
}

.btm-height-56[data-v-65e32288] {
    height: 56px;
    font-size: 16px
}

.is-btm-green[data-v-65e32288] {
    font-weight: 500;
    background: #000000
}

.is-btm-green.is-disabled[data-v-65e32288] {
    color: #8b8b8b;
    background: #cfcfcf
}

.is-btm-green-border[data-v-65e32288] {
    font-size: 12px;
    color: var(--Brand-Color-1,#000000);
    font-weight: 500;
    background: none;
    border: 1px solid #000000
}

.is-btm-green-border.is-disabled[data-v-65e32288] {
    color: #8b8b8b;
    background: #cfcfcf
}

.login-header[data-v-65e32288] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 720px;
    height: 90px;
    padding: 0 100px 0 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 134px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media only screen and (max-width: 1040px) {
    .login-header[data-v-65e32288] {
        width:100%;
        gap: 0
    }
}

@media only screen and (max-width: 767px) {
    .login-header[data-v-65e32288] {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 60px;
        padding: 0 16px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border-bottom: .5px solid rgba(0,0,0,.1);
        background: hsla(0,0%,100%,.5);
        -webkit-backdrop-filter: blur(30px);
        backdrop-filter: blur(30px)
    }
}

.login-header .logo .page-logo[data-v-65e32288],.login-header .logo[data-v-65e32288] {
    width: 124px;
    height: 33.44px
}

.login-header .btn[data-v-65e32288] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.login-header .btn .need-help[data-v-65e32288],.login-header .btn .to-login[data-v-65e32288] {
    color: var(--Brand-Color-1,#000000);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    background: rgba(0,0,0,0);
    border: none;
    padding: 0
}

@media only screen and (max-width: 767px) {
    .login-header .btn .need-help[data-v-65e32288],.login-header .btn .to-login[data-v-65e32288] {
        font-size:14px
    }
}

.login-header .btn .to-login[data-v-65e32288] {
    margin-left: 40px
}

.text-red[data-v-49fd2c33] {
    color: #bc0303!important
}

.btm-height-36[data-v-49fd2c33] {
    height: 36px;
    font-size: 12px
}

.btm-height-44[data-v-49fd2c33] {
    height: 44px;
    font-size: 14px
}

.btm-height-56[data-v-49fd2c33] {
    height: 56px;
    font-size: 16px
}

.is-btm-green[data-v-49fd2c33] {
    font-weight: 500;
    background: #000000
}

.is-btm-green.is-disabled[data-v-49fd2c33] {
    color: #8b8b8b;
    background: #cfcfcf
}

.is-btm-green-border[data-v-49fd2c33] {
    font-size: 12px;
    color: var(--Brand-Color-1,#000000);
    font-weight: 500;
    background: none;
    border: 1px solid #000000
}

.is-btm-green-border.is-disabled[data-v-49fd2c33] {
    color: #8b8b8b;
    background: #cfcfcf
}

[data-v-49fd2c33] .el-dialog {
    border-radius: 40px;
    padding: 0
}

[data-v-49fd2c33] .el-dialog .el-dialog__header {
    padding: 0
}

[data-v-49fd2c33] .el-dialog .el-dialog__close {
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 100%;
    color: #707070;
    background: #e9e9e9
}

[data-v-49fd2c33] .el-dialog .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

@media only screen and (max-width: 767px) {
    [data-v-49fd2c33] .el-dialog .box {
        margin:16px 0;
        gap: 12px
    }
}

[data-v-49fd2c33] .el-dialog .box .title {
    color: var(--Neutral-1,#111);
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%
}

[data-v-49fd2c33] .el-dialog .box .popup-cont {
    font-family: PingFangSC-Regular;
    line-height: 30px;
    font-size: 16px
}

[data-v-49fd2c33] .el-dialog .box .popup-foot .el-button--info {
    width: 100%;
    height: 56px;
    font-size: 16px;
    font-weight: 500;
    background: #000000
}

[data-v-49fd2c33] .el-dialog .box .popup-foot .el-button--info.is-disabled {
    color: #8b8b8b;
    background: #cfcfcf
}

[data-v-49fd2c33] .el-dialog .box .popup-foot .tip {
    margin-top: 30px;
    color: var(--Neutral-2,#707070);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%
}

[data-v-49fd2c33] .el-dialog .el-form-item {
    width: 100%!important
}

@media only screen and (max-width: 767px) {
    [data-v-49fd2c33] .el-dialog .el-form-item {
        background:#eaf0f1!important
    }
}

.text-red[data-v-93bb4df4] {
    color: #bc0303!important
}

.btm-height-36[data-v-93bb4df4] {
    height: 36px;
    font-size: 12px
}

.btm-height-44[data-v-93bb4df4] {
    height: 44px;
    font-size: 14px
}

.btm-height-56[data-v-93bb4df4] {
    height: 56px;
    font-size: 16px
}

.is-btm-green[data-v-93bb4df4] {
    font-weight: 500;
    background: #000000
}

.is-btm-green.is-disabled[data-v-93bb4df4] {
    color: #8b8b8b;
    background: #cfcfcf
}

.is-btm-green-border[data-v-93bb4df4] {
    font-size: 12px;
    color: var(--Brand-Color-1,#000000);
    font-weight: 500;
    background: none;
    border: 1px solid #000000
}

.is-btm-green-border.is-disabled[data-v-93bb4df4] {
    color: #8b8b8b;
    background: #cfcfcf
}

.loading[data-v-93bb4df4] {
    width: 100%;
    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
}

.loading video[data-v-93bb4df4] {
    width: 250px
}

.text-red[data-v-9b646670] {
    color: #bc0303!important
}

.btm-height-36[data-v-9b646670] {
    height: 36px;
    font-size: 12px
}

.btm-height-44[data-v-9b646670] {
    height: 44px;
    font-size: 14px
}

.btm-height-56[data-v-9b646670] {
    height: 56px;
    font-size: 16px
}

.is-btm-green[data-v-9b646670] {
    font-weight: 500;
    background: #000000
}

.is-btm-green.is-disabled[data-v-9b646670] {
    color: #8b8b8b;
    background: #cfcfcf
}

.is-btm-green-border[data-v-9b646670] {
    font-size: 12px;
    color: var(--Brand-Color-1,#000000);
    font-weight: 500;
    background: none;
    border: 1px solid #000000
}

.is-btm-green-border.is-disabled[data-v-9b646670] {
    color: #8b8b8b;
    background: #cfcfcf
}

[data-v-9b646670] .el-dialog {
    border-radius: 20px
}

[data-v-9b646670] .el-dialog.card-center-pop {
    padding: 0
}

[data-v-9b646670] .el-dialog.card-center-pop .el-dialog__body {
    padding: 0!important
}

[data-v-9b646670] .el-dialog.card-center-pop .el-dialog__body .box {
    gap: 0
}

[data-v-9b646670] .el-dialog.card-center-pop .el-dialog__body .box .ipt-drop-down,[data-v-9b646670] .el-dialog.card-center-pop .el-dialog__body .box .ipt-tips {
    width: 100%
}

[data-v-9b646670] .el-dialog.card-center-pop .el-dialog__header {
    padding: 0
}

[data-v-9b646670] .el-dialog.card-center-pop .el-dialog__header .el-dialog__headerbtn {
    z-index: 20
}

[data-v-9b646670] .el-dialog .el-dialog__close {
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 100%;
    color: #707070;
    background: #e9e9e9;
    z-index: 20
}

[data-v-9b646670] .el-dialog .box {
    position: relative
}

[data-v-9b646670] .el-dialog .box .bg-box {
    background-color: #d4e2e3;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom: 20px;
    height: 143px
}

@media only screen and (max-width: 767px) {
    [data-v-9b646670] .el-dialog .box .bg-box {
        height:126px
    }
}

[data-v-9b646670] .el-dialog .box .content-box {
    width: 100%;
    padding-bottom: 16px
}

[data-v-9b646670] .el-dialog .box .popup-cont {
    font-family: Roboto;
    font-size: 16px;
    padding: 0 16px
}

[data-v-9b646670] .el-dialog .box .popup-cont .title-text {
    text-align: center;
    color: #145d63;
    font-weight: 600;
    margin-bottom: 16px
}

[data-v-9b646670] .el-dialog .box .popup-foot {
    margin-top: 16px;
    text-align: center;
    padding: 0 16px
}

[data-v-9b646670] .el-dialog .box .popup-foot .el-button {
    padding: 12px 140px;
    border-radius: 40px;
    min-width: 50%;
    height: 52px!important;
    height: 56px;
    font-size: 16px;
    font-weight: 500;
    background: #000000
}

@media only screen and (max-width: 767px) {
    [data-v-9b646670] .el-dialog .box .popup-foot .el-button {
        width:80%;
        padding: 12px 0;
        height: 46px!important
    }
}

[data-v-9b646670] .el-dialog .box .popup-foot .el-button.is-disabled {
    color: #8b8b8b;
    background: #cfcfcf
}

[data-v-9b646670] .el-dialog .box .popup-foot.foot-flex {
    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
}

[data-v-9b646670] .el-dialog .box .popup-foot.foot-flex>.el-button {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 12px 30px;
    height: 42px!important
}

@media only screen and (max-width: 767px) {
    [data-v-9b646670] .el-dialog .box .popup-foot.foot-flex>.el-button {
        padding:12px 15px
    }
}

[data-v-9b646670] .el-dialog .box .popup-foot.foot-flex>.el-button.cacen {
    margin-right: 16px;
    background-color: #d4e2e3
}

[data-v-9b646670] .el-dialog .box .popup-foot .tip {
    margin-top: 30px;
    color: var(--Neutral-2,#707070);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%
}

[data-v-9b646670] .el-dialog .el-form-item {
    width: 100%!important
}

@media only screen and (max-width: 767px) {
    [data-v-9b646670] .el-dialog .el-form-item {
        background:#eaf0f1!important
    }
}

.text-red[data-v-3f7a96a2] {
    color: #bc0303!important
}

.btm-height-36[data-v-3f7a96a2] {
    height: 36px;
    font-size: 12px
}

.btm-height-44[data-v-3f7a96a2] {
    height: 44px;
    font-size: 14px
}

.btm-height-56[data-v-3f7a96a2] {
    height: 56px;
    font-size: 16px
}

.is-btm-green[data-v-3f7a96a2] {
    font-weight: 500;
    background: #000000
}

.is-btm-green.is-disabled[data-v-3f7a96a2] {
    color: #8b8b8b;
    background: #cfcfcf
}

.is-btm-green-border[data-v-3f7a96a2] {
    font-size: 12px;
    color: var(--Brand-Color-1,#000000);
    font-weight: 500;
    background: none;
    border: 1px solid #000000
}

.is-btm-green-border.is-disabled[data-v-3f7a96a2] {
    color: #8b8b8b;
    background: #cfcfcf
}

[data-v-3f7a96a2] .el-upload {
    width: 100%
}

[data-v-3f7a96a2] .el-upload .el-upload-dragger {
    width: 100%;
    border: none;
    height: 100%
}

@media only screen and (max-width: 767px) {
    [data-v-3f7a96a2] .el-upload .el-upload-dragger {
        background:rgba(0,0,0,0)
    }
}

[data-v-3f7a96a2] .el-upload .file-cont {
    border-radius: 40px;
    border: 1px dashed var(--Neutral-5,#cecece);
    padding: 16px;
    color: var(--Neutral-1,#111);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    height: 110px;
    overflow: hidden
}

@media only screen and (max-width: 767px) {
    [data-v-3f7a96a2] .el-upload .file-cont {
        background:#fff
    }
}

[data-v-3f7a96a2] .el-upload .file-cont img {
    width: auto;
    max-width: 97%;
    height: 108px;
    border-radius: 20px
}

@media only screen and (max-width: 767px) {
    [data-v-3f7a96a2] .el-upload .file-cont img {
        border-radius:20px
    }
}

[data-v-3f7a96a2] .el-upload .file-cont .or {
    color: var(--Neutral-2,#707070);
    margin-top: 8px;
    margin-bottom: 20px
}

[data-v-3f7a96a2] .el-upload .file-cont .el-button--info {
    height: 36px;
    font-size: 12px;
    font-weight: 500;
    background: #000000
}

[data-v-3f7a96a2] .el-upload .file-cont .el-button--info.is-disabled {
    color: #8b8b8b;
    background: #cfcfcf
}

.text-red[data-v-18bed701] {
    color: #bc0303!important
}

.btm-height-36[data-v-18bed701] {
    height: 36px;
    font-size: 12px
}

.btm-height-44[data-v-18bed701] {
    height: 44px;
    font-size: 14px
}

.btm-height-56[data-v-18bed701] {
    height: 56px;
    font-size: 16px
}

.is-btm-green[data-v-18bed701] {
    font-weight: 500;
    background: #000000
}

.is-btm-green.is-disabled[data-v-18bed701] {
    color: #8b8b8b;
    background: #cfcfcf
}

.is-btm-green-border[data-v-18bed701] {
    font-size: 12px;
    color: var(--Brand-Color-1,#000000);
    font-weight: 500;
    background: none;
    border: 1px solid #000000
}

.is-btm-green-border.is-disabled[data-v-18bed701] {
    color: #8b8b8b;
    background: #cfcfcf
}

.user-info[data-v-18bed701] {
    display: none;
    width: 100%
}

.user-info .info-header[data-v-18bed701] {
    padding: 16px;
    width: 100%;
    border-radius: 8px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.user-info .info-header .info-header-set[data-v-18bed701],.user-info .info-header[data-v-18bed701] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.user-info .info-header .info-header-set .info-header-avatar[data-v-18bed701] {
    margin-right: 10px
}

.user-info .info-header .info-header-set .info-header-avatar .avatar[data-v-18bed701] {
    width: 44px;
    height: 44px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.user-info .info-header .info-header-set .info-header-email .email[data-v-18bed701] {
    color: #111a34;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: normal
}

.user-info .info-header .info-header-set .info-header-email .label[data-v-18bed701] {
    margin-top: 9px;
    padding: 2px 4px;
    color: #fff;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
    border-radius: 2px;
    background: #145d63
}

.user-info .info-header .to .h5-info[data-v-18bed701] {
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.user-info .btn[data-v-18bed701] {
    margin-top: 16px;
    width: 100%
}

.user-info .btn .h5-btn[data-v-18bed701] {
    width: 100%;
    height: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 24px;
    border: 1px solid #145d63;
    background: #eaf0f1;
    color: #145d63;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: normal
}

.user-info .btn .h5-btn .sq[data-v-18bed701] {
    width: 14px;
    height: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    top: 2px
}

.user-info .tabs[data-v-18bed701] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #dedede
}

.user-info .tabs .btn[data-v-18bed701] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.user-info .tabs .btn button[data-v-18bed701] {
    background: rgba(0,0,0,0);
    color: #111a34;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding: 12px 0
}

.user-info .tabs .action button[data-v-18bed701] {
    color: #145d63;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: normal
}

.user-info .tabs .action .line[data-v-18bed701] {
    position: relative;
    top: 1px;
    width: 100%;
    height: 2px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 2px;
    background: #145d63
}

@media only screen and (max-width: 767px) {
    .user-info[data-v-18bed701] {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.text-red[data-v-d5d5e18e] {
    color: #bc0303!important
}

.btm-height-36[data-v-d5d5e18e] {
    height: 36px;
    font-size: 12px
}

.btm-height-44[data-v-d5d5e18e] {
    height: 44px;
    font-size: 14px
}

.btm-height-56[data-v-d5d5e18e] {
    height: 56px;
    font-size: 16px
}

.is-btm-green[data-v-d5d5e18e] {
    font-weight: 500;
    background: #000000
}

.is-btm-green.is-disabled[data-v-d5d5e18e] {
    color: #8b8b8b;
    background: #cfcfcf
}

.is-btm-green-border[data-v-d5d5e18e] {
    font-size: 12px;
    color: var(--Brand-Color-1,#000000);
    font-weight: 500;
    background: none;
    border: 1px solid #000000
}

.is-btm-green-border.is-disabled[data-v-d5d5e18e] {
    color: #8b8b8b;
    background: #cfcfcf
}

.recharge-history-h5[data-v-d5d5e18e] {
    width: 774px;
    padding: 32px 32px 16px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 48px;
    border-radius: 16px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none
}

@media only screen and (max-width: 1040px) {
    .recharge-history-h5[data-v-d5d5e18e] {
        width:100%;
        min-width: 510px;
        padding: 32px 24px 16px 24px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 48px
    }
}

@media only screen and (max-width: 767px) {
    .recharge-history-h5[data-v-d5d5e18e] {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width: 256px;
        padding: 0 8px 16px 8px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24px
    }
}

.recharge-history-h5 .go-back-img[data-v-d5d5e18e] {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    line-height: normal
}

@media only screen and (max-width: 1040px) {
    .recharge-history-h5 .go-back-img[data-v-d5d5e18e] {
        font-size:20px
    }
}

@media only screen and (max-width: 767px) {
    .recharge-history-h5 .go-back-img[data-v-d5d5e18e] {
        font-size:16px
    }
}

.recharge-history-h5 .go-back-img .go-back[data-v-d5d5e18e] {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px
}

@media only screen and (max-width: 767px) {
    .recharge-history-h5 .go-back-img .go-back[data-v-d5d5e18e] {
        width:24px;
        height: 24px
    }
}

.recharge-history-h5 .table-box[data-v-d5d5e18e] {
    width: 100%;
    padding: 0 37px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width: 1040px) {
    .recharge-history-h5 .table-box[data-v-d5d5e18e] {
        padding:0 24px
    }
}

@media only screen and (max-width: 767px) {
    .recharge-history-h5 .table-box[data-v-d5d5e18e] {
        padding:0 0
    }
}

.recharge-history-h5 .table-box .tab[data-v-d5d5e18e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.recharge-history-h5 .table-box .tab .tab-menu[data-v-d5d5e18e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 767px) {
    .recharge-history-h5 .table-box .tab .tab-menu[data-v-d5d5e18e] {
        gap:5px
    }
}

.recharge-history-h5 .table-box .tab .tab-menu .item[data-v-d5d5e18e] {
    margin-right: 21px;
    color: var(--Brand-Color-2,#fff68a);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: normal
}

@media only screen and (max-width: 767px) {
    .recharge-history-h5 .table-box .tab .tab-menu .item[data-v-d5d5e18e] {
        margin-right:0
    }
}

.recharge-history-h5 .table-box .tab .tab-menu .item-action[data-v-d5d5e18e] {
    color: var(--Brand-Color-1,#000000)
}

.recharge-history-h5 .table-box .tab .tab-menu .item-action .line[data-v-d5d5e18e] {
    margin-top: 2px;
    height: 3px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-radius: 100px;
    background: var(--Brand-Color-1,#000000)
}

.recharge-history-h5 .table-box .tab .sort-box[data-v-d5d5e18e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.recharge-history-h5 .table-box .tab .sort-box .sort[data-v-d5d5e18e] {
    width: 24px;
    height: 24px
}

.recharge-history-h5 .table-box .table-content[data-v-d5d5e18e] {
    margin-top: 16px
}

@media only screen and (max-width: 767px) {
    .recharge-history-h5 .table-box .table-content .web-tab[data-v-d5d5e18e] {
        display:none
    }
}

.recharge-history-h5 .table-box .page[data-v-d5d5e18e] {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

#app {
    width: 100%;
    min-width: 1040px
}

@media only screen and (max-width: 1040px) {
    #app {
        width:100vw;
        min-width: 768px
    }
}

@media only screen and (max-width: 767px) {
    #app {
        min-width:320px
    }
}

#app .up {
    width: 15px;
    height: 15px
}

.popup-foot .cacen {
    color: #145d63;
    background-color: #eaf0f1!important
}

.popup-foot .cacen:hover {
    color: #145d63!important
}

@media only screen and (max-width: 767px) {
    .popup-foot .el-button--info {
        font-size:14px!important
    }
}

.content-title {
    text-align: center;
    color: #41485d;
    font-size: 12px;
    font-weight: 400
}

.content-title div {
    margin-bottom: 10px
}

* {
    word-wrap: break-word!important;
    word-break: break-word!important
}

blockquote,body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,legend,li,ol,pre,td,textarea,th,ul {
    margin: 0;
    padding: 0
}

body,button,input,select,textarea {
    font: 12px/1.5tahoma,arial,\5b8b\4f53
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%
}

address,cite,dfn,em,var {
    font-style: normal
}

code,kbd,pre,samp {
    font-family: couriernew,courier,monospace
}

small {
    font-size: 12px
}

ol,ul {
    list-style-position: inside
}

a,a:hover {
    text-decoration: none
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

legend {
    color: #000
}

fieldset,img {
    border: 0
}

button,input,select,textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.el-button {
    border: none
}

@media only screen and (max-width: 767px) {
    .el-button:active,.h5-button:active {
        opacity:.7
    }
}

.pointer {
    cursor: pointer
}

.is-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.is-flex.flex-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.is-flex.flex-direction-column>* {
    width: 100%
}

.is-flex .flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.is-flex .flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.is-flex .flex-wrap-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.is-flex.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.is-flex.align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.is-flex.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.is-flex.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.is-flex.justify-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.is-flex.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.is-flex.justify-content-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.is-flex.justify-content-space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.has-border-right {
    border-right: 1px solid #dae9e8
}

.has-border-left {
    border-left: 1px solid #dae9e8
}

.has-border-top {
    border-top: 1px solid #dae9e8
}

.has-border-bottom {
    border-bottom: 1px solid #dae9e8
}

.is-border {
    border: 1px solid #dae9e8
}

.is-margin-less {
    margin: 0!important
}

.is-padding-less {
    padding: 0!important
}

.tdk {
    position: absolute;
    z-index: -10;
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden
}

.go-back-img {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    line-height: normal
}

@media only screen and (max-width: 1040px) {
    .go-back-img {
        font-size:20px
    }
}

@media only screen and (max-width: 767px) {
    .go-back-img {
        font-size:16px
    }
}

.go-back-img .go-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px
}

@media only screen and (max-width: 767px) {
    .go-back-img .go-back {
        display:none;
        width: 24px;
        height: 24px
    }
}

.hint {
    font-size: 20px;
    font-weight: 400
}

.text-red {
    color: #bc0303!important
}

.btm-height-36 {
    height: 36px;
    font-size: 12px
}

.btm-height-44 {
    height: 44px;
    font-size: 14px
}

.btm-height-56 {
    height: 56px;
    font-size: 16px
}

.is-btm-green {
    font-weight: 500;
    background: #000000
}

.is-btm-green.is-disabled {
    color: #8b8b8b;
    background: #cfcfcf
}

.is-btm-green-border {
    font-size: 12px;
    color: var(--Brand-Color-1,#000000);
    font-weight: 500;
    background: none;
    border: 1px solid #000000
}

.is-btm-green-border.is-disabled {
    color: #8b8b8b;
    background: #cfcfcf
}

.en-popover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 206px;
    max-height: 314px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 20px;
    background: #fff;
    -webkit-box-shadow: 0 10px 22px 0 rgba(45,77,108,.15);
    box-shadow: 0 10px 22px 0 rgba(45,77,108,.15)
}

.en-popover .en-item-box {
    width: 100%
}

.en-popover .en-item-box .en-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background: #fff;
    color: #41485d;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    cursor: pointer
}

.en-popover .en-item-box .en-item .en-logo {
    width: 22px;
    height: 22px;
    margin-right: 8px
}

.en-popover .en-item-box .en-item .en-logo img {
    width: 22px;
    height: 22px
}

.en-popover .en-item-box .en-item .en-logo .en {
    width: 22px;
    height: 22px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.en-popover .en-item-box .en-item-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background: var(--Neutral-3,#dae9e8);
    color: #41485d;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    cursor: pointer
}

.en-popover .en-item-box .en-item-action .en-logo {
    width: 22px;
    height: 22px;
    margin-right: 8px
}

.en-popover .en-item-box .en-item-action .en-logo img {
    width: 22px;
    height: 22px
}

.en-popover .en-item-box .en-item-action .en-logo .en {
    width: 22px;
    height: 22px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.user-popover {
    width: 290px;
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 23px;
    border-radius: 20px;
    background: #fff;
    -webkit-box-shadow: 0 10px 22px 0 rgba(45,77,108,.15);
    box-shadow: 0 10px 22px 0 rgba(45,77,108,.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.user-popover .user-information {
    padding: 16px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-radius: 10px;
    background: var(--Neutral-3,#dae9e8);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.user-popover .user-information,.user-popover .user-information .img .profile-picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.user-popover .user-information .img .profile-picture {
    width: 36px;
    height: 36px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 24px
}

.user-popover .user-information .text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.user-popover .user-information .text-box .title {
    color: var(--Neutral-1,#111);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 125%
}

.user-popover .user-information .text-box .uid {
    color: var(--Neutral-2,#707070);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 125%
}

.user-popover .user-information .text-box .email {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 125%
}

.user-popover .use-menu {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.user-popover .use-menu,.user-popover .use-menu .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.user-popover .use-menu .item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.user-popover .use-menu .item .unverified {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 10px;
    border-radius: 4px;
    background: var(--Neutral-3,#dae9e8);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    color: var(--Neutral-500,#71717a);
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px
}

.user-popover .use-menu .h5-info {
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.user-popover .logout {
    margin-top: 24px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding: 10px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-radius: 100px;
    border: 1px solid var(--Brand-Color-1,#000000);
    color: var(--Brand-Color-1,#000000);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: normal
}

.login-form .el-form--label-top .el-form-item {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 508px;
    padding: 16px 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    border-radius: 40px;
    border: 1px solid var(--Neutral-4,#ececec);
    background: #fff;
    margin-bottom: 16px
}

@media only screen and (max-width: 1040px) {
    .login-form .el-form--label-top .el-form-item {
        width:100%
    }
}

@media only screen and (max-width: 767px) {
    .login-form .el-form--label-top .el-form-item {
        margin-bottom:25px;
        padding: 10px 25px 10px 35px;
        border: none
    }
}

.login-form .el-form--label-top .el-form-item .el-form-item__label {
    color: var(--Neutral-1,#111);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 0;
    width: 100%
}

@media only screen and (max-width: 1040px) {
    .login-form .el-form--label-top .el-form-item .el-form-item__label {
        font-size:12px
    }
}

@media only screen and (max-width: 767px) {
    .login-form .el-form--label-top .el-form-item .el-form-item__label {
        font-size:12px
    }
}

.login-form .el-form--label-top .el-form-item .el-form-item__content {
    height: 20px;
    line-height: 20px
}

.login-form .el-form--label-top .el-form-item .el-form-item__content .el-input {
    height: 20px;
    line-height: 20px;
    width: 90%
}

.login-form .el-form--label-top .el-form-item .el-form-item__content .el-input .el-input__inner {
    border: none;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    bottom: -17px;
    left: 0;
    height: 75px;
    line-height: 20px;
    background: rgba(0,0,0,0);
    padding-top: 21px;
    padding-left: 0
}

.login-form .el-form--label-top .el-form-item .el-form-item__content .el-form-item__error {
    text-align: start;
    font-size: 11px;
    padding-top: 0
}

@media only screen and (max-width: 767px) {
    .login-form .el-form--label-top .el-form-item .el-form-item__content .el-form-item__error {
        padding-top:18px
    }
}

.login-form .el-form--label-top .el-form-item .view {
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.login-form .el-form--label-top .primary-btn button {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 56px;
    padding: 10px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-radius: 100px;
    background: var(--Brand-Color-1,#000000);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: normal
}

@media only screen and (max-width: 767px) {
    .login-form .el-form--label-top .primary-btn button {
        font-size:12px
    }
}

@media only screen and (max-width: 1040px) {
    .page-form {
        width:100%
    }
}

@media only screen and (max-width: 767px) {
    .page-form {
        width:100%
    }
}

.page-form .el-form--label-top .el-form-item {
    position: relative;
    width: 508px;
    padding: 16px 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    border-radius: 40px;
    border: 1px solid var(--Neutral-4,#ececec);
    background: #fff;
    margin-bottom: 0
}

@media only screen and (max-width: 1040px) {
    .page-form .el-form--label-top .el-form-item {
        width:100%
    }
}

@media only screen and (max-width: 767px) {
    .page-form .el-form--label-top .el-form-item {
        width:100%;
        padding: 10px 25px 10px 35px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        gap: 4px;
        border: none
    }
}

@media only screen and (max-width: 767px) {
    .page-form .el-form--label-top .el-form-item .el-select {
        width:100%
    }
}

.page-form .el-form--label-top .el-form-item .el-select .el-input--suffix {
    width: 100%!important
}

.page-form .el-form--label-top .el-form-item .el-input__suffix {
    top: -10px
}

.page-form .el-form--label-top .el-form-item .el-input__suffix .el-select__caret {
    font-size: 20px;
    line-height: 20px
}

.page-form .el-form--label-top .el-form-item .el-form-item__label {
    color: var(--Neutral-1,#111);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 0;
    width: 100%
}

@media only screen and (max-width: 1040px) {
    .page-form .el-form--label-top .el-form-item .el-form-item__label {
        font-size:12px
    }
}

@media only screen and (max-width: 767px) {
    .page-form .el-form--label-top .el-form-item .el-form-item__label {
        font-size:12px
    }
}

.page-form .el-form--label-top .el-form-item .el-form-item__content {
    height: 20px;
    line-height: 20px
}

.page-form .el-form--label-top .el-form-item .el-form-item__content .el-input {
    height: 20px;
    line-height: 20px;
    width: 90%
}

@media only screen and (max-width: 767px) {
    .page-form .el-form--label-top .el-form-item .el-form-item__content .el-input {
        width:100%
    }
}

.page-form .el-form--label-top .el-form-item .el-form-item__content .el-input .el-input__inner {
    border: none;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    bottom: -17px;
    left: 0;
    height: 75px;
    line-height: 20px;
    background: rgba(0,0,0,0);
    padding-top: 21px;
    padding-left: 0
}

@media only screen and (max-width: 767px) {
    .page-form .el-form--label-top .el-form-item .el-form-item__content .el-input .el-input__inner {
        font-size:12px
    }
}

.page-form .el-form--label-top .el-form-item .el-form-item__content .el-form-item__error {
    text-align: start;
    font-size: 11px;
    padding-top: 0
}

.page-form .el-form--label-top .el-form-item .info,.page-form .el-form--label-top .el-form-item .ipt-drop-down,.page-form .el-form--label-top .el-form-item .view {
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.page-form .el-form--label-top .textarea-address .el-form-item__content {
    height: auto;
    line-height: auto
}

.page-form .el-form--label-top .textarea-address .el-form-item__content .el-textarea textarea {
    border: none;
    resize: none;
    padding: 0;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400
}

.page-form .el-form--label-top .primary-btn button {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 56px;
    padding: 10px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-radius: 100px;
    background: var(--Brand-Color-1,#000000);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: normal
}

@media only screen and (max-width: 767px) {
    .page-form .el-form--label-top .primary-btn button {
        font-size:12px
    }
}

.page-form .primary-btn {
    width: 100%
}

.page-form .el-input-group__append,.page-form .el-input-group__prepend {
    border: none;
    background-color: rgba(0,0,0,0)
}

.el-scrollbar .el-scrollbar__bar {
    opacity: 1!important
}

.el-form-item__content .el-select {
    width: 100%;
    position: absolute;
    top: -38px;
    height: 76px
}

.el-form-item__content .el-select .el-input--suffix {
    width: 100%!important;
    position: absolute;
    bottom: 17px
}

.err-message {
    color: #f56c6c;
    text-align: start;
    font-size: 11px;
    padding-top: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    width: calc(100% - 30px)
}

.page-form .el-form--label-top .el-form-item .el-form-item__content .phone-select .el-input .el-input__inner {
    width: 63px
}

.page-form .el-form--label-top .el-form-item .phone-select .el-input__suffix {
    right: -43px;
    top: 0
}

.filling-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    padding: 10px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    background: var(--Brand-Color-1,#000000)!important;
    color: #fff!important;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: normal
}

@media only screen and (max-width: 767px) {
    .filling-btn {
        font-size:12px
    }
}

.bor-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    padding: 10px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    border: 1px solid var(--Brand-Color-1,#000000)!important;
    color: var(--Brand-Color-1,#000000)!important;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: normal
}

@media only screen and (max-width: 767px) {
    .bor-btn {
        font-size:12px
    }
}

.page .el-pagination .el-pager .number {
    line-height: 20px!important;
    height: 20px!important;
    min-width: 20px!important
}

@media only screen and (max-width: 767px) {
    .page .el-pagination .el-pager .number {
        background:rgba(0,0,0,0)
    }
}

@media only screen and (max-width: 767px) {
    .page .el-pagination .el-pager .active {
        background:var(--Neutral-3,#dae9e8)
    }
}

.page .el-pagination button {
    height: 20px;
    width: 20px;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: var(--Brand-Color-2,#fff68a);
    min-width: 20px
}

@media only screen and (max-width: 767px) {
    .page .el-pagination button {
        background:rgba(0,0,0,0)
    }
}

.page .el-pagination button:disabled {
    color: var(--Brand-Color-2,#dae9e8);
    height: 20px
}

@media only screen and (max-width: 767px) {
    .page .el-pagination button:disabled {
        color:var(--Brand-Color-2,#000);
        background: rgba(0,0,0,0)
    }
}

.page .el-pager li {
    width: 20px;
    height: 20px;
    line-height: 19.5px;
    min-width: 20px;
    color: var(--Brand-Color-2,#fff68a);
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500
}

.page .el-pager li.active {
    width: 20px;
    height: 20px;
    gap: 10px;
    border-radius: 100px;
    background: var(--Neutral-3,#dae9e8)
}

.carousel-title-popover,.page .el-pager li.active {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.carousel-title-popover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 399px;
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
    border-radius: 30px;
    background: var(--basic-white,#fff);
    -webkit-box-shadow: 0 10px 22px 0 rgba(45,77,108,.15);
    box-shadow: 0 10px 22px 0 rgba(45,77,108,.15)
}

@media only screen and (max-width: 767px) {
    .carousel-title-popover {
        width:auto
    }
}

.carousel-title-popover .carousel-title-content-box {
    width: 100%
}

.carousel-title-popover .carousel-title-content-box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    padding: 9px 20px 9px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-radius: 8px;
    background: var(--basic-white,#fff)
}

.carousel-title-popover .carousel-title-content-box .item-action {
    background: var(--Neutral-3,#dae9e8)
}

.carousel-title-popover .carousel-title-content-box .logOff {
    color: #858b9c
}

.el-table {
    border-radius: 10px;
    border: 1px solid var(--Neutral-3,#dae9e8)!important
}

.el-table .has-gutter {
    color: #000;
    font-family: Montserrat;
    font-weight: 400;
    line-height: 155%
}

.el-table .has-gutter th {
    padding: 10px 0;
    gap: 10px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background: var(--Neutral-3,var(--Neutral-3,#dae9e8));
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

.el-table td.el-table__cell,.el-table th.el-table__cell.is-leaf {
    border-bottom: 1px solid var(--Neutral-3,#dae9e8)
}

.el-table--border .el-table__cell,.el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed {
    border-right: 1px solid var(--Neutral-3,#dae9e8)
}

.el-table--border,.el-table--group {
    border-bottom: 1px rgba(0,0,0,0)
}

.el-table--border:after,.el-table--group:after,.el-table:before {
    background-color: rgba(0,0,0,0)
}

.ds-address .el-input.is-disabled .el-input__inner {
    color: #606266
}

.ds-address .el-form-item__content {
    height: auto!important
}

.ds-address .el-textarea.is-disabled .el-textarea__inner {
    color: #606266;
    background: rgba(0,0,0,0);
    border: none;
    padding: 0;
    padding-right: 25px
}

.sort-popover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 261px;
    padding: 8px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 20px;
    background: #fff;
    -webkit-box-shadow: 0 10px 22px 0 rgba(45,77,108,.15);
    box-shadow: 0 10px 22px 0 rgba(45,77,108,.15)
}

.sort-popover .sort-content-box {
    width: 100%
}

.sort-popover .title {
    text-align: center;
    font-size: 16px;
    font-weight: 400
}

.sort-popover .item,.sort-popover .title {
    color: var(--Neutral-1,#111);
    font-family: Montserrat;
    line-height: 20px
}

.sort-popover .item {
    padding: 8px 24px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background: var(--White,#fff);
    font-size: 14px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.sort-popover .item-action {
    background: var(--Neutral-3,#dae9e8)
}

@media only screen and (max-width: 767px) {
    .el-dialog {
        width:90%!important
    }
}

.el-select-dropdown {
    padding: 16px;
    gap: 2px;
    border-radius: 30px;
    background: var(--basic-white,#fff);
    -webkit-box-shadow: 0 10px 22px 0 rgba(45,77,108,.15);
    box-shadow: 0 10px 22px 0 rgba(45,77,108,.15)
}

@media only screen and (max-width: 767px) {
    .el-select-dropdown .el-scrollbar {
        width:100%
    }
}

.el-select-dropdown .el-scrollbar .el-select-dropdown__wrap {
    overflow: auto
}

@media only screen and (max-width: 767px) {
    .el-select-dropdown .el-scrollbar .el-select-dropdown__wrap {
        width:100%
    }
}

.el-select-dropdown .el-scrollbar .el-select-dropdown__item {
    background: var(--basic-white,#fff);
    font-weight: 400
}

.el-select-dropdown .el-scrollbar .el-select-dropdown__item,.el-select-dropdown .el-scrollbar .el-select-dropdown__item.hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    padding: 9px 20px 9px 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-radius: 8px;
    color: var(--neutral-900,#0f172a);
    font-family: Montserrat;
    font-size: 14px;
    line-height: 20px
}

.el-select-dropdown .el-scrollbar .el-select-dropdown__item.hover {
    background: var(--Neutral-3,#dae9e8);
    font-weight: 600
}

.card-center-pop .box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

.card-center-pop .box>div {
    width: 100%
}

.card-center-pop .item-box-gap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px
}

@media only screen and (max-width: 1040px) {
    .card-center-pop .item-box-gap {
        width:100%
    }
}

@media only screen and (max-width: 767px) {
    .card-center-pop .item-box-gap {
        width:100%
    }
}

.card-center-pop .item-box-gap .item-gap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px
}

@media only screen and (max-width: 1040px) {
    .card-center-pop .item-box-gap .item-gap {
        width:100%
    }
}

@media only screen and (max-width: 767px) {
    .card-center-pop .item-box-gap .item-gap {
        width:100%
    }
}

.card-center-pop .item-box-gap .about-text-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%
}

.card-center-pop .item-box-gap .about-text-box,.card-center-pop .item-box-gap .about-text-box .item-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.card-center-pop .item-box-gap .about-text-box .item-text span {
    font-size: 24px;
    -webkit-transform: translateY(-7px) translateX(4px);
    -ms-transform: translateY(-7px) translateX(4px);
    transform: translateY(-7px) translateX(4px);
    margin-right: 28px
}

.card-center-pop .item-box-gap .primary-btn button {
    margin-top: 0
}

.el-radio__input.is-checked .el-radio__inner {
    border-color: #000000;
    background: #000000
}

.el-radio__input.is-checked+.el-radio__label {
    color: var(--Neutral-1,#111)
}

.el-picker-panel {
    color: var(--Neutral-1,#111);
    font-size: 14px;
    padding: 5px;
    border-radius: 16px;
    border: 1px solid var(--neutral-200,#e2e8f0);
    background: var(--basic-white,#fff);
    -webkit-box-shadow: 0 4px 6px -2px rgba(0,0,0,.05),0 10px 15px -3px rgba(0,0,0,.1);
    box-shadow: 0 4px 6px -2px rgba(0,0,0,.05),0 10px 15px -3px rgba(0,0,0,.1)
}

.el-picker-panel .el-date-picker__header-label {
    color: var(--Neutral-1,#111);
    font-size: 14px;
    font-weight: 600
}

.el-picker-panel .el-date-table th,.el-picker-panel .el-picker-panel__icon-btn {
    color: var(--Brand-Color-1,#000000);
    font-size: 14px
}

.el-picker-panel .el-date-table td span {
    color: var(--Neutral-1,#111);
    font-size: 14px;
    font-weight: 400
}

.el-picker-panel .el-date-table td.today span {
    color: var(--Brand-Color-1,#000000);
    border: 1px solid var(--Brand-Color-1,#000000);
    background: var(--Neutral-3,#dae9e8)
}

.el-picker-panel .el-date-table td.current:not(.disabled) span {
    background: #000000
}

.el-picker-panel .el-date-table td.next-month span,.el-picker-panel .el-date-table td.prev-month span {
    color: var(--Neutral-2,#707070)!important
}

.hint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: var(--Neutral-1,#111);
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%
}

@media only screen and (max-width: 1040px) {
    .hint {
        font-size:18px
    }
}

@media only screen and (max-width: 767px) {
    .hint {
        font-size:14px
    }
}

.hint .primary-btn {
    width: 100%
}

.hint .primary-btn .filling-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 56px;
    padding: 10px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-radius: 100px;
    background: var(--Brand-Color-1,#000000);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: normal
}

@media only screen and (max-width: 767px) {
    .hint .primary-btn .filling-btn {
        font-size:12px
    }
}

.hint .primary-btn .bor-btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    padding: 10px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-radius: 100px;
    border: 1px solid var(--Brand-Color-1,#000000);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    margin-left: 0;
    margin-top: 8px
}

@media only screen and (max-width: 767px) {
    .hint .primary-btn .bor-btn {
        font-size:12px
    }
}

.hint .text {
    color: var(--Neutral-1,#111);
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%
}

@media only screen and (max-width: 767px) {
    .web-hint {
        display:none
    }
}

.set-pin-code-form {
    width: 100%
}

.set-pin-code-form .el-form--label-top .el-form-item {
    position: relative;
    width: 100%;
    padding: 16px 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    border-radius: 40px;
    border: 1px solid var(--Neutral-4,#ececec);
    background: #fff;
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    .set-pin-code-form .el-form--label-top .el-form-item {
        border:none;
        padding: 10px 25px 10px 35px
    }
}

.set-pin-code-form .el-form--label-top .el-form-item .el-select .el-input--suffix {
    width: 100%!important
}

.set-pin-code-form .el-form--label-top .el-form-item .el-input__suffix {
    top: -10px
}

.set-pin-code-form .el-form--label-top .el-form-item .el-input__suffix .el-select__caret {
    font-size: 20px;
    line-height: 20px
}

.set-pin-code-form .el-form--label-top .el-form-item .el-form-item__label {
    color: var(--Neutral-1,#111);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 0;
    width: 100%
}

@media only screen and (max-width: 1040px) {
    .set-pin-code-form .el-form--label-top .el-form-item .el-form-item__label {
        font-size:12px
    }
}

@media only screen and (max-width: 767px) {
    .set-pin-code-form .el-form--label-top .el-form-item .el-form-item__label {
        font-size:12px
    }
}

.set-pin-code-form .el-form--label-top .el-form-item .el-form-item__content {
    height: 20px;
    line-height: 20px
}

.set-pin-code-form .el-form--label-top .el-form-item .el-form-item__content .el-input {
    height: 20px;
    line-height: 20px;
    width: 100%
}

.set-pin-code-form .el-form--label-top .el-form-item .el-form-item__content .el-input .el-input__inner {
    border: none;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    bottom: -17px;
    left: 0;
    height: 75px;
    line-height: 20px;
    background: rgba(0,0,0,0);
    padding-top: 21px;
    padding-left: 0
}

.set-pin-code-form .el-form--label-top .el-form-item .el-form-item__content .el-form-item__error {
    text-align: start;
    font-size: 11px;
    padding-top: 0
}

.set-pin-code-form .el-form--label-top .el-form-item .view {
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.set-pin-code-form .el-form--label-top .el-form-item .code {
    position: absolute;
    right: 0;
    top: -16px
}

.set-pin-code-form .el-form--label-top .el-form-item .info,.set-pin-code-form .el-form--label-top .el-form-item .ipt-drop-down {
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.set-pin-code-form .el-form--label-top .primary-btn button {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 56px;
    padding: 10px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-radius: 100px;
    background: var(--Brand-Color-1,#000000);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: normal
}

@media only screen and (max-width: 767px) {
    .set-pin-code-form .el-form--label-top .primary-btn button {
        font-size:12px
    }
}

.set-pin-code-form .primary-btn {
    width: 100%
}

.menu-h5-box {
    width: 280px!important
}

.menu-h5-box .menu-h5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 280px;
    padding: 6px 70px 32px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    gap: 24px
}

.menu-h5-box .menu-h5 .item {
    width: 100%;
    color: var(--Neutral-1,#111);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%
}

.menu-h5-box .menu-h5 .item a {
    color: var(--Neutral-1,#111)
}

.menu-h5-box .menu-h5 .item button {
    width: 100%
}

.menu-h5-box .menu-h5 .item .language-switch {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none
}

@media only screen and (max-width: 767px) {
    .menu-h5-box .menu-h5 .item .language-switch {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.menu-h5-box .menu-h5 .item .language-switch .en {
    width: 18px;
    height: 18px
}

.menu-h5-box .menu-h5 .item .language-switch .en-text {
    margin-left: 6px;
    color: var(--Neutral-1,#111);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%
}

::-webkit-scrollbar {
    border-radius: 10px;
    width: 6px;
    height: 6px;
    background-color: rgba(0,0,0,.25098039215686274)
}

::-webkit-scrollbar-thumb {
    background-color: var(--Brand-Color-1,#000000);
    border-radius: 10px
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(0,0,0,0)
}

.el-table .has-gutter {
    font-size: 12px
}

@media only screen and (max-width: 1040px) {
    .el-table .has-gutter {
        font-size:11px
    }
}

@media only screen and (max-width: 767px) {
    .el-table .has-gutter {
        font-size:9x
    }
}

.el-table {
    font-size: 12px
}

@media only screen and (max-width: 1040px) {
    .el-table {
        font-size:12px
    }
}

@media only screen and (max-width: 767px) {
    .el-table {
        font-size:12px
    }
}

.el-table__empty-block {
    display: none
}

.el-dialog {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    margin: 0!important;
    position: absolute!important;
    top: 50%!important;
    left: 50%!important;
    -webkit-transform: translate(-50%,-50%)!important;
    -ms-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
    max-height: calc(100% - 30px)!important;
    max-width: calc(100% - 30px)!important
}

.el-dialog .el-dialog__body {
    -webkit-box-flex: 1!important;
    -ms-flex: 1!important;
    flex: 1!important;
    overflow: auto!important;
    padding: 0 20px 20px 20px!important
}

@media only screen and (max-width: 767px) {
    .el-dialog .el-dialog__body {
        padding:0!important
    }
}

.h5-scroll .h5-scroll-height {
    width: 100%;
    height: 90px
}

@media only screen and (max-width: 767px) {
    .h5-scroll .h5-scroll-height {
        width:100%;
        height: 90px
    }
}

input:-internal-autofill-previewed,input:-internal-autofill-selected {
    -webkit-transition: rgba(0,0,0,0) 5000s ease-in-out 0s!important;
    transition: rgba(0,0,0,0) 5000s ease-in-out 0s!important
}

.amount-select .el-input--suffix input {
    opacity: 0
}

.amount-select .el-input--suffix .el-input__suffix {
    position: absolute;
    z-index: 3
}

.amount-ipt input {
    z-index: 2
}

@font-face {
    font-family: FZLTZHK--GBK1-0;
    src: url(../fonts/FZLTHJW.988a1bc7.TTF)
}

@font-face {
    font-family: PingFangSC-Medium;
    src: url(../fonts/PingFangSC-Medium.ca73ae01.ttf)
}

@font-face {
    font-family: LantingFiberBlack;
    src: url(../fonts/LantingFiberBlack.566cbf17.ttf)
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.11eabca2.ttf)
}
