@charset "UTF-8";
[data-v-1ecccf54] {
    font-size: 14px;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 微软雅黑
}

#app[data-v-1ecccf54] {
    width: 100%;
    min-height: 100vh;
    background: var(--el-bg-color-1)
}

input[data-v-1ecccf54] {
    background: transparent;
    border: none;
    outline: none
}

.overflow1[data-v-1ecccf54] {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical
}

.overflow2[data-v-1ecccf54] {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.overflow3[data-v-1ecccf54] {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical
}

img[data-v-1ecccf54] {
    display: block;
    width: 100%;
}

.el-dropdown-link[data-v-1ecccf54],
.el-dropdown[data-v-1ecccf54],
.el-dropdown-link[data-v-1ecccf54]:hover,
.el-dropdown[data-v-1ecccf54]:hover,
.el-tooltip__trigger[data-v-1ecccf54] {
    border: 0px solid var(--el-bg-color12) !important;
    box-shadow: none !important
}

.el-popper.is-light[data-v-1ecccf54] {
    background: var(--el-bg-color1) !important;
    border: 0 !important;
    border-radius: 8px;
    font-size: 12px !important;
    color: var(--el-bt-color2);
    overflow: hidden
}

.el-select-dropdown__wrap .el-select-dropdown__list[data-v-1ecccf54] {
    margin: 0 !important
}

.el-select-dropdown[data-v-1ecccf54] {
    background: var(--el-bg-color1) !important;
    border-radius: 8px !important;
    padding: 12px 0
}

.el-select-dropdown__item[data-v-1ecccf54] {
    color: var(--el-bt-color1);
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    padding: 0 16px;
    border-radius: 0
}

.el-dropdown-menu[data-v-1ecccf54] {
    background-color: var(--el-bg-color1) !important
}

.el-select-dropdown__item.selected[data-v-1ecccf54],
.el-select-dropdown__item.hover[data-v-1ecccf54],
.el-select-dropdown__item[data-v-1ecccf54]:hover {
    display: flex;
    align-items: center;
    padding: 0 16px;
    color: var(--el-bt-color2);
    background: var(--el-bt-color4)
}

.el-dropdown-menu__item[data-v-1ecccf54]:hover {
    background: var(--el-bg-color-1) !important
}

.el-popper__arrow[data-v-1ecccf54] {
    display: none
}

.page[data-v-1ecccf54] {
    background-color: #f5f5f5;
    min-height: 100vh
}

.page-top[data-v-1ecccf54] {
    padding-top: 24px
}

.flex[data-v-1ecccf54],
.flex-box[data-v-1ecccf54],
.flex-row[data-v-1ecccf54] {
    display: flex
}

.flex-end[data-v-1ecccf54] {
    display: flex;
    justify-content: flex-end
}

.flex-align[data-v-1ecccf54] {
    display: flex;
    align-items: center
}

.flex-center[data-v-1ecccf54] {
    display: flex;
    align-items: center;
    justify-content: center
}

.flex-btn[data-v-1ecccf54] {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
    transition: all .2s
}

.space-between[data-v-1ecccf54] {
    justify-content: space-between
}

.flex-wrap[data-v-1ecccf54] {
    flex-wrap: wrap
}

.flex-1[data-v-1ecccf54] {
    flex: 1
}

.flex-2[data-v-1ecccf54] {
    flex: 2
}

.flex-3[data-v-1ecccf54] {
    flex: 3
}

.text-center[data-v-1ecccf54] {
    text-align: center
}

.pad[data-v-1ecccf54] {
    padding-left: 30px;
    padding-right: 30px
}

.no-scroll-bar[data-v-1ecccf54] {
    overflow-y: scroll
}

.no-scroll-bar[data-v-1ecccf54]::-webkit-scrollbar {
    width: 0px
}

.no-scroll-bar[data-v-1ecccf54]::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: transparent
}

.no-scroll-bar[data-v-1ecccf54]::-webkit-scrollbar-track {
    border-radius: 0;
    background: transparent
}

@keyframes circle-1ecccf54 {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.px-15[data-v-1ecccf54] {
    padding-top: 15px;
    padding-bottom: 15px
}

.input-placeholder[data-v-1ecccf54] {
    font-size: 13px;
    color: #999
}

#page-back-top[data-v-1ecccf54] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, .08);
    box-shadow: 0 4px 16px #0000000a;
    border-radius: 42px
}

#page-back-top img[data-v-1ecccf54] {
    width: 24px;
    height: 24px
}

.van-floating-bubble[data-v-1ecccf54] {
    width: max-content !important;
    background: none !important;
    z-index: 56 !important
}

.mobilesign[data-v-1ecccf54] {
    display: none
}

.el-message[data-v-1ecccf54] {
    z-index: 999999 !important
}

.planet-page[data-v-1ecccf54] {
    margin-top: 32px;
    padding: 0
}

.planet-page[data-v-1ecccf54] .el-pagination {
    display: flex;
    justify-content: center
}

.planet-page[data-v-1ecccf54] .el-pagination button {
    margin: 0 4px;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
    color: var(--el-bt-color1);
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px
}

.planet-page[data-v-1ecccf54] .el-pagination .el-pager li {
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
    margin: 0 4px;
    width: 36px;
    height: 36px;
    color: var(--el-bt-color1);
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px
}

.planet-page[data-v-1ecccf54] .el-pagination .el-pager .is-active {
    border: 2px solid #00D1FF !important;
    color: #00d1ff !important
}

@media (max-width: 993px) {
    [data-v-1ecccf54]::-webkit-scrollbar {
        display: none
    }
    .mobilesign[data-v-1ecccf54] {
        display: block;
        position: relative;
        z-index: 5
    }
    .mobilesign[data-v-1ecccf54] .van-nav-bar {
        background: var(--el-bg-color)
    }
    .mobilesign[data-v-1ecccf54] .van-nav-bar .mobiletitle {
        padding: 0 16px;
        color: var(--el-bt-color2);
        text-align: center;
        font-family: PingFang SC;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 40px
    }
    .mobilesign[data-v-1ecccf54] .van-nav-bar .mobilefinantitle {
        color: #ffffffd9;
        text-align: center;
        font-family: PingFang SC;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 40px
    }
    .mobilesign[data-v-1ecccf54] .van-nav-bar .my-close {
        width: 32px;
        height: 32px;
        border-radius: 32px;
        background: var(--el-bg-color1);
        box-shadow: 0 2.909px 11.636px #0000000a;
        display: flex;
        justify-content: center;
        align-items: center
    }
    .mobilesign[data-v-1ecccf54] .van-nav-bar .my-close img {
        width: 17px;
        height: 17px
    }
    .mobilesign[data-v-1ecccf54] .van-nav-bar .aichat-left {
        width: 32px;
        height: 32px
    }
    .mobilesign[data-v-1ecccf54] .van-nav-bar .record-icon img {
        width: 24px;
        height: 24px
    }
    .mobilesign[data-v-1ecccf54] .van-nav-bar .lang-inlet {
        display: flex;
        align-items: center;
        max-width: 70px;
        color: var(--el-bt-color2);
        font-family: PingFang SC;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        min-height: 32px;
        line-height: 17px;
        border: 2px solid var(--el-border-color);
        padding: 0 8px;
        border-radius: 32px
    }
    .mobilesign[data-v-1ecccf54] .van-nav-bar .lang-inlet-log {
        color: #ffffffd9;
        border: 2px solid rgba(255, 255, 255, .08)
    }
    .mobilesign[data-v-1ecccf54] .van-nav-bar:after {
        display: none;
        border: none
    }
    .mobilesign[data-v-1ecccf54] .van-nav-bar img {
        width: 24px;
        height: 24px
    }
    .mobilesign[data-v-1ecccf54] .van-nav-bar .register-logo {
        width: 105px;
        height: auto
    }
    .mobilesign[data-v-1ecccf54] .van-nav-bar .home-img-h5 {
        width: 40px;
        height: 40px;
        border-radius: 40px
    }
    .mobilesign[data-v-1ecccf54] .van-nav-bar .plat-paint {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        color: var(--el-bt-color2);
        text-align: right;
        font-family: PingFang SC;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px
    }
    .mobilesign[data-v-1ecccf54] .van-nav-bar .plat-paint img {
        width: 16px;
        height: 16px;
        margin-right: 4px
    }
    .mobilesign[data-v-1ecccf54] .van-nav-bar .van-nav-bar__left,
    .mobilesign[data-v-1ecccf54] .van-nav-bar .van-nav-bar__right {
        padding: 0 16px
    }
    .mobilesign[data-v-1ecccf54] .van-nav-bar .van-nav-bar__title {
        color: #ffffffd9;
        text-align: center;
        font-family: PingFang SC;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 40px;
        width: 55%;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        word-break: break-all;
        overflow: hidden
    }
    .mobilesign.not-bg[data-v-1ecccf54] .van-nav-bar {
        background: transparent
    }
    .mobilesign.bg-has[data-v-1ecccf54] .van-nav-bar {
        background: var(--el-bg-color)
    }
    .mobilesign.bg-has[data-v-1ecccf54] .van-nav-bar .mobilefinantitle {
        color: var(--el-bt-color2)
    }
    .pop-edit .inp[data-v-1ecccf54] {
        background: var(--el-bg-color10) !important
    }
    #page-back-top[data-v-1ecccf54] {
        right: 16px !important;
        bottom: 90px !important
    }
}

[data-v-1ecccf54]::-webkit-scrollbar {
    width: 7px;
    height: 7px
}

[data-v-1ecccf54]::-webkit-scrollbar-track {
    background-color: var(--el-bg-color15);
    border-radius: 7px
}

[data-v-1ecccf54]::-webkit-scrollbar-thumb {
    background-color: #00d1ff;
    border-radius: 7px
}

[data-v-1ecccf54]::-webkit-scrollbar-corner {
    display: none
}

.el-select__wrapper[data-v-1ecccf54],
.el-select[data-v-1ecccf54],
.el-input__wrapper[data-v-1ecccf54],
.el-input[data-v-1ecccf54],
.select-trigger[data-v-1ecccf54],
.el-input__inner[data-v-1ecccf54] {
    background: none !important;
    background-color: #0000 !important;
    box-shadow: none !important;
    padding: 0 !important
}

.el-input__inner[data-v-1ecccf54],
.el-select .el-input__inner[data-v-1ecccf54] {
    color: var(--el-bt-color2) !important
}

@supports (-moz-appearance: none) {
    [data-v-1ecccf54]::-moz-scrollbar {
        width: 7px
    }
    [data-v-1ecccf54]::-moz-scrollbar-track {
        background-color: var(--el-bg-color15);
        border-radius: 7px
    }
    [data-v-1ecccf54]::-moz-scrollbar-thumb {
        background-color: #00d1ff;
        border-radius: 7px
    }
}

[data-v-1ecccf54]:root {
    --theme-color: #00D1FF;
    --btn-bgColor: linear-gradient(90deg, #27C6FF 0%, #46EEAC 100%)
}

.ellipsis[data-v-1ecccf54] {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden
}

.twoEllipsis[data-v-1ecccf54] {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden
}

.pointer[data-v-1ecccf54] {
    cursor: pointer
}

.mobiletitle[data-v-1ecccf54] {
    white-space: pre-wrap !important;
    line-height: 1.1 !important
}

.login-box[data-v-1ecccf54] {
    padding: 20px 40px
}

.login-box .logo-h5[data-v-1ecccf54],
.login-box .text-h5[data-v-1ecccf54] {
    display: none
}

.login-box .user-login-title[data-v-1ecccf54] {
    color: var(--el-bt-color2);
    font-family: PingFang SC;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 24px
}

.login-box .user-login-tab[data-v-1ecccf54] {
    margin-bottom: 24px
}

.login-box .user-login-tab .tab-item[data-v-1ecccf54] {
    padding: 0 24px;
    height: 40px;
    border-radius: 8px;
    margin-right: 16px;
    cursor: pointer;
    color: var(--el-bt-color2);
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 500
}

.login-box .user-login-tab .tab-item[data-v-1ecccf54]:last-child {
    margin-right: 0
}

.login-box .user-login-tab .tab-item.active[data-v-1ecccf54] {
    background: var(--el-border-color);
    cursor: inherit
}

.login-box .user-login-box[data-v-1ecccf54] {
    max-width: 413px
}

.login-box .user-login-box .box-li[data-v-1ecccf54] {
    margin-bottom: 16px
}

.login-box .user-login-box .box-li .inp-title[data-v-1ecccf54] {
    color: var(--color2);
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px
}

.login-box .user-login-box .box-li .inp[data-v-1ecccf54] {
    width: 100%;
    border-radius: 8px;
    background: var(--0e131b-f6f7fb);
    position: relative
}

.login-box .user-login-box .box-li .inp input[data-v-1ecccf54] {
    width: 100%;
    height: 48px;
    padding: 0 40px 0 16px;
    line-height: 48px;
    color: var(--el-bt-color2);
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    border: 2px solid transparent;
    border-radius: 8px
}

.login-box .user-login-box .box-li .inp input[data-v-1ecccf54]:focus {
    border: 2px solid #00D1FF
}

.login-box .user-login-box .box-li .inp input[data-v-1ecccf54]::placeholder {
    color: var(--el-bt-color1);
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px
}

.login-box .user-login-box .box-li .inp .eye-bt[data-v-1ecccf54] {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

.login-box .user-login-box .box-li .inp .eye-bt img[data-v-1ecccf54] {
    width: 16px;
    height: 16px
}

.login-box .user-login-box .box-li .inp.inp-phone[data-v-1ecccf54] {
    background: transparent
}

.login-box .user-login-box .box-li .inp .inp-l[data-v-1ecccf54] {
    position: relative
}

.login-box .user-login-box .box-li .inp .inp-l .prefix_box[data-v-1ecccf54] {
    height: 48px;
    padding: 0 16px;
    color: var(--el-bt-color2);
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 8px;
    background: var(--0e131b-f6f7fb);
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.login-box .user-login-box .box-li .inp .inp-l .prefix_box:hover+.area_code_box[data-v-1ecccf54] {
    display: block
}

.login-box .user-login-box .box-li .inp .inp-l .area_code_box[data-v-1ecccf54] {
    display: none
}

.login-box .user-login-box .box-li .inp .inp-l .area_code_box[data-v-1ecccf54]:hover {
    display: block
}

.login-box .user-login-box .box-li .inp .inp-l img[data-v-1ecccf54] {
    width: 16px;
    height: 16px;
    margin-left: 6px
}

.login-box .user-login-box .box-li .inp .inp-l .inp-l-pop-out[data-v-1ecccf54] {
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    padding-top: 8px;
    z-index: 2
}

.login-box .user-login-box .box-li .inp .inp-l .inp-l-pop-out .inp-l-pop[data-v-1ecccf54] {
    max-height: 400px;
    overflow-y: scroll;
    border-radius: 8px;
    background: var(--0e131b-f6f7fb);
    padding: 16px 0
}

.login-box .user-login-box .box-li .inp .inp-l .inp-l-pop-out .inp-l-pop .inp-l-pop-item[data-v-1ecccf54] {
    padding: 12px 16px;
    display: flex;
    align-items: center;
    color: var(--el-bt-color2);
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
    cursor: pointer
}

.login-box .user-login-box .box-li .inp .inp-l .inp-l-pop-out .inp-l-pop .inp-l-pop-item img[data-v-1ecccf54] {
    width: 24px;
    height: 24px;
    margin-right: 6px
}

.login-box .user-login-box .box-li .inp .inp-l .inp-l-pop-out .inp-l-pop .inp-l-pop-item[data-v-1ecccf54]:hover {
    background: var(--el-border-color)
}

.login-box .user-login-box .box-li .inp .inp-l:hover .inp-l-pop-out[data-v-1ecccf54] {
    display: block
}

.login-box .user-login-box .box-li .inp .inp-r[data-v-1ecccf54] {
    flex: 1
}

.login-box .user-login-box .box-li .inp .inp-r input[data-v-1ecccf54] {
    border-radius: 8px;
    background: var(--0e131b-f6f7fb)
}

.login-box .user-login-box .rember-pass[data-v-1ecccf54] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px
}

.login-box .user-login-box .rember-pass .l[data-v-1ecccf54] {
    color: var(--el-bt-color1);
    text-align: left;
    font-family: PingFang SC;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer
}

.login-box .user-login-box .rember-pass .l img[data-v-1ecccf54] {
    width: 16px;
    height: 16px;
    margin-right: 4px
}

.login-box .user-login-box .rember-pass .r[data-v-1ecccf54] {
    color: #00d1ff;
    text-align: right;
    font-family: PingFang SC;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer
}

.login-box .user-login-box .bt[data-v-1ecccf54] {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    background: var(--btn-bg-lg);
    color: var(--el-bt-color1);
    text-align: center;
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px
}

.login-box .user-login-box .bt.active[data-v-1ecccf54] {
    color: #000;
    cursor: pointer;
    background: linear-gradient(90deg, #27C6FF 0%, #46EEAC 100%)
}

.login-box .user-login-box .box-tips[data-v-1ecccf54] {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
    color: var(--el-bt-color1);
    text-align: left;
    font-family: PingFang SC;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    word-break: break-all
}

.login-box .user-login-box .box-tips span[data-v-1ecccf54] {
    color: #00d1ff;
    display: block;
    cursor: pointer;
    margin: 0 5px;
    word-break: break-all
}

.login-box .user-login-box .or[data-v-1ecccf54] {
    width: 100%;
    height: 1px;
    background: var(--el-border-color);
    position: relative;
    margin: 34px auto 26px
}

.login-box .user-login-box .or span[data-v-1ecccf54] {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0 24px;
    background: var(--17202d-ffffff);
    color: var(--el-bt-color1);
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 600
}

.login-box .user-login-box .icon-list[data-v-1ecccf54] {
    gap: 48px
}

.login-box .user-login-box .icon-list .icon-item[data-v-1ecccf54] {
    flex: 1;
    height: 48px;
    border-radius: 8px;
    background: var(--25504-00004);
    cursor: pointer;
    text-align: center;
    color: var(--el-bt-color2);
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    padding: 0 10px
}

.login-box .user-login-box .icon-list .icon-item img[data-v-1ecccf54] {
    margin: 0 8px;
    width: 21px;
    height: 21px
}

@media (max-width: 993px) {
    .logo_bg[data-v-1ecccf54] {
        margin-top: -46px
    }
    .login-box[data-v-1ecccf54] {
        --0e131b-f6f7fb: var(--17202d-ffffff);
        height: calc(100vh - 64px);
        overflow: auto;
        padding: .1px 0 0;
        background-position-y: -8px;
        background-size: 100% auto
    }
    .login-box[data-v-1ecccf54] .van-nav-bar .lang {
        width: 36px !important;
        height: 36px !important
    }
    .login-box .logo-h5[data-v-1ecccf54],
    .login-box .text-h5[data-v-1ecccf54] {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 12px;
        width: 56px;
        height: 56px
    }
    .login-box .text-h5[data-v-1ecccf54] {
        width: auto;
        height: 24px;
        margin: 0 auto 16px
    }
    .login-box .text-h5 img[data-v-1ecccf54] {
        width: auto;
        height: 24px
    }
    .login-box .user-login-tab[data-v-1ecccf54] {
        justify-content: center
    }
    .login-box .user-login-box[data-v-1ecccf54] {
        padding: 0 16px;
        margin: 10px auto 0;
        width: 100%;
        max-width: 100%
    }
    .login-box .user-login-box .user-login-title[data-v-1ecccf54] {
        color: var(--25585-00085);
        text-align: left;
        font-size: 20px;
        margin-bottom: 16px
    }
}