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

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

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

.overflow1[data-v-ee260221] {
    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-ee260221] {
    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-ee260221] {
    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-ee260221] {
    display: block;
    width: 100%;
    height: 100%
}

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

.el-popper.is-light[data-v-ee260221] {
    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-ee260221] {
    margin: 0 !important
}

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

.el-select-dropdown__item[data-v-ee260221] {
    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-ee260221] {
    background-color: var(--el-bg-color1) !important
}

.el-select-dropdown__item.selected[data-v-ee260221],
.el-select-dropdown__item.hover[data-v-ee260221],
.el-select-dropdown__item[data-v-ee260221]: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-ee260221]:hover {
    background: var(--el-bg-color-1) !important
}

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

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

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

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

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

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

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

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

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

.flex-wrap[data-v-ee260221] {
    flex-wrap: wrap
}

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

.flex-2[data-v-ee260221] {
    flex: 2
}

.flex-3[data-v-ee260221] {
    flex: 3
}

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

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

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

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

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

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

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

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

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

#page-back-top[data-v-ee260221] {
    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-ee260221] {
    width: 24px;
    height: 24px
}

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

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

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

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

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

.planet-page[data-v-ee260221] .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-ee260221] .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-ee260221] .el-pagination .el-pager .is-active {
    border: 2px solid #00D1FF !important;
    color: #00d1ff !important
}

@media (max-width: 993px) {
    [data-v-ee260221]::-webkit-scrollbar {
        display: none
    }
    .mobilesign[data-v-ee260221] {
        display: block;
        position: relative;
        z-index: 5
    }
    .mobilesign[data-v-ee260221] .van-nav-bar {
        background: var(--el-bg-color)
    }
    .mobilesign[data-v-ee260221] .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-ee260221] .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-ee260221] .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-ee260221] .van-nav-bar .my-close img {
        width: 17px;
        height: 17px
    }
    .mobilesign[data-v-ee260221] .van-nav-bar .aichat-left {
        width: 32px;
        height: 32px
    }
    .mobilesign[data-v-ee260221] .van-nav-bar .record-icon img {
        width: 24px;
        height: 24px
    }
    .mobilesign[data-v-ee260221] .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-ee260221] .van-nav-bar .lang-inlet-log {
        color: #ffffffd9;
        border: 2px solid rgba(255, 255, 255, .08)
    }
    .mobilesign[data-v-ee260221] .van-nav-bar:after {
        display: none;
        border: none
    }
    .mobilesign[data-v-ee260221] .van-nav-bar img {
        width: 24px;
        height: 24px
    }
    .mobilesign[data-v-ee260221] .van-nav-bar .register-logo {
        width: 105px;
        height: auto
    }
    .mobilesign[data-v-ee260221] .van-nav-bar .home-img-h5 {
        width: 40px;
        height: 40px;
        border-radius: 40px
    }
    .mobilesign[data-v-ee260221] .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-ee260221] .van-nav-bar .plat-paint img {
        width: 16px;
        height: 16px;
        margin-right: 4px
    }
    .mobilesign[data-v-ee260221] .van-nav-bar .van-nav-bar__left,
    .mobilesign[data-v-ee260221] .van-nav-bar .van-nav-bar__right {
        padding: 0 16px
    }
    .mobilesign[data-v-ee260221] .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-ee260221] .van-nav-bar {
        background: transparent
    }
    .mobilesign.bg-has[data-v-ee260221] .van-nav-bar {
        background: var(--el-bg-color)
    }
    .mobilesign.bg-has[data-v-ee260221] .van-nav-bar .mobilefinantitle {
        color: var(--el-bt-color2)
    }
    .pop-edit .inp[data-v-ee260221] {
        background: var(--el-bg-color10) !important
    }
    #page-back-top[data-v-ee260221] {
        right: 16px !important;
        bottom: 90px !important
    }
}

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

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

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

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

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

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

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

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

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

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

.pointer[data-v-ee260221] {
    cursor: pointer
}

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

.home-video-box[data-v-ee260221] {
    display: flex;
    align-items: center;
    justify-content: center
}

.home-video[data-v-ee260221] {
    width: 100%;
    max-width: 1200px;
    aspect-ratio: 1200/675;
    position: relative;
    margin: 16px 0
}

.home-video.h5[data-v-ee260221] {
    aspect-ratio: 343/180
}

.home-video.h5 .play[data-v-ee260221] {
    width: 52px;
    height: 52px
}

.home-video video[data-v-ee260221] {
    width: 100%;
    height: 100%
}

.home-video .cover[data-v-ee260221] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.home-video .play[data-v-ee260221] {
    width: 88px;
    height: 88px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10
}

[data-v-4eee198b] {
    font-size: 14px;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 微软雅黑
}

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

input[data-v-4eee198b] {
    background: transparent;
    border: none;
    outline: none
}

.overflow1[data-v-4eee198b] {
    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-4eee198b] {
    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-4eee198b] {
    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-4eee198b] {
    display: block;
    width: 100%;
    height: 100%
}

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

.el-popper.is-light[data-v-4eee198b] {
    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-4eee198b] {
    margin: 0 !important
}

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

.el-select-dropdown__item[data-v-4eee198b] {
    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-4eee198b] {
    background-color: var(--el-bg-color1) !important
}

.el-select-dropdown__item.selected[data-v-4eee198b],
.el-select-dropdown__item.hover[data-v-4eee198b],
.el-select-dropdown__item[data-v-4eee198b]: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-4eee198b]:hover {
    background: var(--el-bg-color-1) !important
}

.el-popper__arrow[data-v-4eee198b] {
    display: none
}

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

.page-top[data-v-4eee198b] {
    padding-top: 24px
}

.flex[data-v-4eee198b],
.flex-box[data-v-4eee198b],
.flex-row[data-v-4eee198b] {
    display: flex
}

.flex-end[data-v-4eee198b] {
    display: flex;
    justify-content: flex-end
}

.flex-align[data-v-4eee198b] {
    display: flex;
    align-items: center
}

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

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

.space-between[data-v-4eee198b] {
    justify-content: space-between
}

.flex-wrap[data-v-4eee198b] {
    flex-wrap: wrap
}

.flex-1[data-v-4eee198b] {
    flex: 1
}

.flex-2[data-v-4eee198b] {
    flex: 2
}

.flex-3[data-v-4eee198b] {
    flex: 3
}

.text-center[data-v-4eee198b] {
    text-align: center
}

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

.no-scroll-bar[data-v-4eee198b] {
    overflow-y: scroll
}

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

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

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

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

.px-15[data-v-4eee198b] {
    padding-top: 15px;
    padding-bottom: 15px
}

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

#page-back-top[data-v-4eee198b] {
    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-4eee198b] {
    width: 24px;
    height: 24px
}

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

.mobilesign[data-v-4eee198b] {
    display: none
}

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

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

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

.planet-page[data-v-4eee198b] .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-4eee198b] .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-4eee198b] .el-pagination .el-pager .is-active {
    border: 2px solid #00D1FF !important;
    color: #00d1ff !important
}

@media (max-width: 993px) {
    [data-v-4eee198b]::-webkit-scrollbar {
        display: none
    }
    .mobilesign[data-v-4eee198b] {
        display: block;
        position: relative;
        z-index: 5
    }
    .mobilesign[data-v-4eee198b] .van-nav-bar {
        background: var(--el-bg-color)
    }
    .mobilesign[data-v-4eee198b] .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-4eee198b] .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-4eee198b] .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-4eee198b] .van-nav-bar .my-close img {
        width: 17px;
        height: 17px
    }
    .mobilesign[data-v-4eee198b] .van-nav-bar .aichat-left {
        width: 32px;
        height: 32px
    }
    .mobilesign[data-v-4eee198b] .van-nav-bar .record-icon img {
        width: 24px;
        height: 24px
    }
    .mobilesign[data-v-4eee198b] .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-4eee198b] .van-nav-bar .lang-inlet-log {
        color: #ffffffd9;
        border: 2px solid rgba(255, 255, 255, .08)
    }
    .mobilesign[data-v-4eee198b] .van-nav-bar:after {
        display: none;
        border: none
    }
    .mobilesign[data-v-4eee198b] .van-nav-bar img {
        
        height: 24px
    }
    .mobilesign[data-v-4eee198b] .van-nav-bar .register-logo {
        width: 105px;
        height: auto
    }
    .mobilesign[data-v-4eee198b] .van-nav-bar .home-img-h5 {
        width: 40px;
        height: 40px;
        border-radius: 40px
    }
    .mobilesign[data-v-4eee198b] .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-4eee198b] .van-nav-bar .plat-paint img {
        width: 16px;
        height: 16px;
        margin-right: 4px
    }
    .mobilesign[data-v-4eee198b] .van-nav-bar .van-nav-bar__left,
    .mobilesign[data-v-4eee198b] .van-nav-bar .van-nav-bar__right {
        padding: 0 16px
    }
    .mobilesign[data-v-4eee198b] .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-4eee198b] .van-nav-bar {
        background: transparent
    }
    .mobilesign.bg-has[data-v-4eee198b] .van-nav-bar {
        background: var(--el-bg-color)
    }
    .mobilesign.bg-has[data-v-4eee198b] .van-nav-bar .mobilefinantitle {
        color: var(--el-bt-color2)
    }
    .pop-edit .inp[data-v-4eee198b] {
        background: var(--el-bg-color10) !important
    }
    #page-back-top[data-v-4eee198b] {
        right: 16px !important;
        bottom: 90px !important
    }
}

[data-v-4eee198b]::-webkit-scrollbar {
    width: 7px;
    height: 7px
}

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

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

[data-v-4eee198b]::-webkit-scrollbar-corner {
    display: none
}

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

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

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

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

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

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

.pointer[data-v-4eee198b] {
    cursor: pointer
}

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

.home-h5-logo[data-v-4eee198b] {
    
    height: 32px;
    display: flex;
    align-items: center
}

.home-h5-logo img[data-v-4eee198b] {
	
}

.home-h5-ex[data-v-4eee198b] {
    display: flex;
    align-items: center;
    background: var(--el-bg-color);
    border-radius: 33px;
    border: 1px solid var(--el-border-color)
}

.home-h5-ex .item[data-v-4eee198b] {
    flex: auto;
    width: 50%;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 33px;
    color: var(--el-bt-color1);
    text-align: center;
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0 8px;
    white-space: pre-wrap
}

.home-h5-ex .item.active[data-v-4eee198b] {
    color: #1a73e8;
    background: rgba(26, 115, 232, .08)
}

.lang-home-icon[data-v-4eee198b] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 53px;
    border: 1px solid var(--el-border-color);
    background: var(--el-bg-color);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.lang-home-icon[data-v-4eee198b]:nth-of-type(1) {
    margin-right: 5px
}

.lang-home-icon img[data-v-4eee198b] {
    width: 32px !important;
    height: 32px !important
}

.lang-home-icon span[data-v-4eee198b] {
    position: absolute;
    top: -3px;
    right: -5px;
    width: 16px;
    height: 16px;
    background: linear-gradient(90deg, #27C6FF 0%, #46EEAC 100%);
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: #000;
    font-weight: 100;
    border-radius: 50%
}

.home-page[data-v-4eee198b] {
    width: 100%;
    background: var(--el-bg-color)
}

.home-page .hw-top[data-v-4eee198b] {
    padding: 79px 16px;
    background: url(/img1755634430481/banner-d1cf7f66.png) no-repeat;
    background-size: 100% 100%;
    object-fit: contain
}

.home-page .hw-top .log[data-v-4eee198b] {
    margin: 0 auto 18px
}

.home-page .hw-top .log img[data-v-4eee198b] {
    margin: 0 auto;
    width: 167px;
    height: auto
}

.home-page .hw-top .title[data-v-4eee198b] {
    color: #fff;
    text-align: center;
    font-family: PingFang SC;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 12px
}

.home-page .hw-top .til[data-v-4eee198b] {
    color: #fff;
    text-align: center;
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 16px
}

.home-page .hw-top .search-inp[data-v-4eee198b] {
    width: 914px;
    height: 50px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    margin: 0 auto 16px;
    border-radius: 4px;
    background: #0C0B10;
    box-shadow: 0 0 20px #00d1ff80;
    background: #0C0B10 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAAuCAYAAADQkn2FAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAA5ySURBVHgB7Z070iRHEYAzmw1sycQTJyDEGXBkcgJc4Uk30AnAlSeOICwshTiBgiPIUwTOLvJA7CTdXfnsmUUEofmt75Pi35nurqqsfFXWvFrl4Gv7QN7KF7LJr+Qm74vaflBN9z9yRcX20+qPRWy/VvOyOLO3ttVLXdj62E/t56OZnQOef/U8tw/hLdpFpr2d7eNqH7cNsuS2Oe7Z7+rnaHf2fc7G/JxJzNfWOPncBxxq2C+QTVdzGdPX81zN28WL8UM3+3ONOanLVfqp8eK6rkZdtrE1N/MWS27vX0PKs73rQ9VGLyGdStnaprwXH/D2yz+WCo/Jalxn7h7rX4uDU781bKhpnW8qPHR+2toHdVmyibuGWuhfm12j3alGlyVl777nuiyfijZymXu3hes99Ro2k+Zfpak6r0OuDAcNPda/S4diEUrVxfL7dVDn/Fz4bHeevGmPgbBF+l03RfpVDltddQFExvFLlLnj6YrXNKZ0v1oP3F4P7FtTLx98EP/lwPYOnVX02fInvzhsXDGk079WCK/nY6ZzwjoMec9FSZZPfC4VK26DVLOO+JewrPi8N/UUY8OvZo6T8u+073S0EjR8IhVW/nzNE9YCMLpzrbV+vQefsmrps40ZOc96buy2N+sSVTyqx7humTfcp0s0WTHiiWjm27b2LBfwuWfMdn/oBu26dl3oOBe2FbmuAdrzUvjB/k/asnKamPuyRhyVIdIt4s/UU+rqzMl2kb/7S4+tS8yPPDGm/0C/I7dIOdFDuT343iWzeFxYi8Nof3PdhIuFb7nuw8YSdYRMfdV81/xu+6mtGdqjM227skLlqDtR2/yvV0ydhcbUKl2YqyuSt75TX7HWj/Fj/TeTR/rKGifOt5hadVm5V88R0yAhr2kEh2V7Sf+Pznv8p5F6/LtcqTePyx5v0W3aq8d/8+fMQ8f6L5mQRl5vRjLJsqz516gda453emw+nrp8pDOvRa45o5+PNVG6pkun7gotHywjVx19SQCaa9Ulr2aZZnfeW/VGBe6oDyttzTpfpJLU1R9H3/4w5NaWJ2r5/9Le3j79/P1ffKvn5sPkm2Pj0YqvbOMWqMGy+BW7yDZzuJtNS1u14PQG3Thp57bOP0qEUqvfMnysgYcXbjNLt8Q3lNcTWOv3ShR5feEpEc6krHty9IXkavCwcXp0OpKHtMgoPN0R1pW26SriI4g0gzVqFpcvNkzahng4sV6jZb9yTT53CS57MHkX+vjg2Tac6VFy0L5ni9CWMI/rYiaNkTCs5HVGgpC5iHvR5/0dp25Tppy3blvzqytthbuc6DasMWOH7Z21QiiO1UJZfj0X6VbtnOduYyOdG/KszG2MH31LjN/pRdl9gaJj8z0SmDaRH+GpJBOC2zA2USGntoJaPF7a4nVXSGnMyy7xL6J3VdpSbm5Om3YexvsStC8ckouD1LieTvewrzi5FhFlgpKj5p0assjRsbnNBVpa/RKL9X3xJtfE/2hiD3NpqVnH3PfCfvlsVkst/q/as6a3GsutuRd5tU28j38dRYFd8kUbs2K+5cJepLV5theVQrDetm9Cpm1D3lMpm28oHkX59OtxwmO9tBEvVLRVNDdEvZDP9UhbIfI4rtYLL9b272vOaz6XhKpeaGdOdH3ozFFyKVJXcberIfzAymZZe5Zf6zsSgDcJHxaVR8GXfukr4vUFODGdKbXJrNNOWXhL5ZflDtc4bl39L7JH6pZWZK+DkXvt0SZCHwyi+ddG/IuI9gJqjhmbjIrhbuM2zMwufdRLDSaXDVteuWn61F1ek6v5TORuEZNRb9ULZ5daYqw1fT/W7H864XyxQvsLBhJaWwc0Mk9sCHz9n3a8Xz9F+vlck/7L2lb+lZqIuqJpJtfzSghS66e0EDKpFxRFy1att9DLoY9bzEntXTL6SE3nev9id1zTN7EtX+UmfcRjq2cqy0rYub++Uv5fGzY//sbevv3w1V6B/XF//t5+5E/2vXwqv9U3fRL2YGL2I+cBAAAAAAAOPn793Qf7i7uf7buU3+mrn32h8pWtlx1+kF/KR/qtAAAAAAAA/IR88vr1e//82Q+v94dvVL+y2/kJht/oj70bCQAAAAAA8H/x++//Hh/xkh//ICQAAAAAAMBPwGZsPwAAAAAA4CVQtc0f8l1yAAAAAAB4Gua/irn5M94FAQAAAACApxE/Dcx3QAAAAAAA4AU47zN0fgSLj18BAAAAAMCTWffx3PjxXQAAAAAAeDZ+o3TZ7MYHsAAAAAAA4Lmc3wE5fwVrfRuEj2EBAAAAAMDz2Dcf+StY3AsEAAAAAACeyr752JHt2Hmw+wAAAAAAgGdjZvLq/OwVH8ACAAAAAIAX4NXx7gf7DwAAAAAAeCamasfeY90HhM9gAQAAAADAE1EzPT6CdWxAlLdAAAAAAADg2Zw3ImTvAQAAAAAAL8X5M7x8BAsAAAAAAF6C9R0QAAAAAACAJ2K+79jOr6DzLRAAAAAAAHgBNt+L8CEsAAAAAAB4Gqprz7H5I94BAQAAAACA5+E7jk3Njse8AwIAAAAAAM9DdX0HxNh6AAAAAADAszluRLj/3ZQ3PwAAAAAA4AU4bkT4ii9/AAAAAADAszGV88NX3AcEAAAAAACejq7/9NiAKB/CAgAAAACAZ3N+B4T3PwAAAAAA4OnY+vmr7Xj7w4xdCAAAAAAAPI/z9uf7JmRj6wEAAAAAAC/B8ebH+hI63wIBAAAAAIAncvwE777xOO4Dct4IhDdCAAAAAADgydj5DsgBb4EAAAAAAMDTUFVuRAgAAAAAAC9D/PDVegeEXQgAAAAAALwA5waE76ADAAAAAMBLsJ23AREAAAAAAIDnc7wD8o/z0df2ngAAAAAAAPzEfPz6uw/OByq27X/+dn4C6yZ/2DchHwgAAAAAAMBPxCf2+j3dts+OO6HfzP6s8pd90/Fz+UbM3tdNzy+n6/hZ3uOAnrdN1/iyiF90/PGbiFi20XWL9T6ot/PL2vHrLUjOtsdhNX+qcdrWbknj+jocsl4+SLb3cdzpJI+rltzHoU1dTl1yndc3+Y7nKe9+5hQsxFwP7Wxzq6mfox393lw7Ul+wOceOGVvoZckQ+jl07HNVS33eMfSWOlttLIZcfddsWpM1fsxvaXlJYBpz0FSttXH9XFp6Osua+3Halm7OcTV/8UBbR6fS19wtdaqH/7Xxms+V/sfc80odLriU6Tb3MU7pSnWho5st3UVjt5M0f9UYqMsdSlXprlE+HvMyUxui6ogPVR1x0c207Sdvdsvxl1jz+mu8uQFLqOjf7h9rlzX0ZHaJ//JHnVlhJInTta2u7fY6RdLQW81QK5yXT0YMNp+wNZn1asmhLBNpPrk6bKE99DJdTmaueRD/4dNSulrxqDZdruIkY1Za3N0sHVEf6qvGCL1mX3q8FnTkurTTbON6s2Unz0GmFvZ097UW/3rKu+45m/prOd01fCfunbypF7eNxT1stXS+4kkiJu/iv7L1ynG6cut2Nhg5K8NyhfHSYDweudW7067hltPGetKpWPQkbLO9DZEr/rt3tXXjkrdjodJxr98W/5lPRzynM5snxCnEtb2WD65xNG0ctk2/fhj/WrHpehr5pHSZubDWL5GM+XIC766m80huGQ9EUr6QY0Vms4leDGzp+6Eymf02mXrWCd1s5zptLedcfLpCtqYcc9ZMKLb8vQX8iP/rNAdaMd/1kzZzJ5vtm41jnj3+e9+lq1m71ZxquZCK/xhfp9JCqeeEl6s/yLlWa4paD6uoFUJxXu9kzTn8L+JAr+kvc0FzhiHvPBa2SifK0cNWZnFDPO15yno92OxoF7/60fiv2Ltc71rfNO3Q5n2Ov0mTSWXIvI5p6rHECSll5CdL8y2/Wnmn+/e5RkSdq6OPS32V63e7svlryzHyzrpnP/DG3v77w00+0m/lX/Lr/cCXHnvaB/FAnGFwTrw5eC7ImZlseMN5xhd7a4ciV666Itwwili15v6RHG7LTLlQmf+XV51yZQayvgHIQmJ1dgTlWiQln5efuBLNFbpFuSlTO6uzpYvTWbIflbaxyMy1Epy3MQ8j66lxGPYuAXgv+TgCTEfG3LndtDcxcz15Euhz2cLNliZqsF6MjU2h6fWbQ5YFh0RyWDWpr4bdEU9TeHJaIWUaunPBNIuXddQ8rNbf3AG5kjyJmPtG+kNLYCPxhR/c7C5ptcsyIS4/8iSdCUabG9olEcyFvP40i4SyLpt1uxZ4db24DXXYpsvTNnChoaU9t60XKuWay2656VvnL/KITW/p6uq5WfPa5giS3nqL/fHw9ZiRRX9WiUpvVUGf/9/W1VZ5Jsw/5Q2l1SJkrjut/W2+0LHqmlpstE3I/dr1ohGaenH/VbxI+JTkxdIX9xrY4z/6q03BkjXX7Oz0ovjMfbJ8PzdPbaBb+t4+yW3Fv1WMR3zGNT1ZyLCctfh3Hxrx31Kix5uG/mLzEXEk7m++Avr8tG3StXLHeuzLt6VElT9zWF//Mv5T673wEmlnPP6zcJeYbfqjthfCIuOFruJYjS8j/vNcL6AuARRzutsUVYfprDamatovbH67t9isCtPmx+t86CkNlKtcxoTPNCTWFv8yfSMU5g4WvhR2zoDpuSXVJO1Sd/6sJ2JNviYLz4eV45vCuiu6QvvGuoSNFO95cdeX21kyawyDZXLP+M+4tItoIlJrWKlZVO0awRX/WTeN7vQuGpuX1Zoamqj4ly56X1PV479eRerXV9UziURrff03X69lCp0xLZVfqpjuQZL1m+b6F+tke41Xx4sjVWtGDusCR6r1FNfWM7nu3nx8DU9KQ4081TfC4pKJzvgf9a9k3RqPIzenhkWqtPD2tf5bz+k+jl02H5mhKv6tPQ8bXb2tcmuzuZYOR/zfav23GFhngspGlzpr6KTqf2u5xevvN/uhvx6bj8/f/8W3/wEYvcA+4GZxFQAAAABJRU5ErkJggg==) no-repeat;
    background-size: 100% 100%
}

.home-page .hw-top .search-inp input[data-v-4eee198b] {
    flex: 1;
    display: block;
    border: none;
    color: #fff;
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 6px
}

.home-page .hw-top .search-inp input[data-v-4eee198b]::placeholder {
    color: #ffffff73;
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.home-page .hw-top .search-inp .btn[data-v-4eee198b] {
    display: flex;
    align-items: center;
    width: fit-content;
    height: 30px;
    cursor: pointer;
    border-radius: 4px;
    background: linear-gradient(270deg, #46EEAC -.69%, #27C6FF 100.69%);
    padding: 0 12px;
    color: #000;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.home-page .hw-top .search-inp .btn img[data-v-4eee198b] {
    width: 16px;
    height: 16px;
    margin-right: 4px
}

.home-page .hw-top .tips[data-v-4eee198b] {
    justify-content: center;
    margin: 0 auto;
    border-radius: 8px 8px 8px 2px;
    background: linear-gradient(90deg, #27C6FF 0%, #46EEAC 100%);
    width: fit-content;
    padding: 6px 12px;
    color: #000;
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px
}

.home-page .home-wrap[data-v-4eee198b] {
    margin: 0 auto;
    max-width: 1200px;
    padding: 24px 0
}

.home-page .home-wrap .tool-title[data-v-4eee198b] {
    margin-bottom: 12px;
    display: flex;
    align-items: center
}

.home-page .home-wrap .tool-title .title[data-v-4eee198b] {
    color: var(--el-bt-color2);
    text-align: left;
    font-family: PingFang SC;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.home-page .home-wrap .tool-title .tab_list[data-v-4eee198b] {
    margin-left: auto
}

.home-page .home-wrap .tool-title .tab_list[data-v-4eee198b] .van-tab {
    padding: 0 24px
}

.home-page .home-wrap .tool-list[data-v-4eee198b] {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px
}

.home-page .home-wrap .tool-list .tool-item[data-v-4eee198b] {
    height: 28px;
    padding: 0 10px;
    border-radius: 28px;
    width: fit-content;
    color: var(--el-bt-color2);
    text-align: center;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    cursor: pointer
}

.home-page .home-wrap .tool-list .tool-item.active[data-v-4eee198b] {
    background: var(--bgColor1);
    cursor: inherit
}

.home-page .home-wrap .hw-tools .hw-tools-title[data-v-4eee198b] {
    color: var(--el-bt-color2);
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 26px;
    position: relative
}

.home-page .home-wrap .hw-tools .hw-tools-title img[data-v-4eee198b] {
    width: 24px;
    height: 24px;
    margin-right: 8px
}

.home-page .home-wrap .hw-tools .hw-tools-title-bt[data-v-4eee198b] {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding-right: 18px;
    color: var(--el-bt-color2);
    text-align: right;
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.home-page .home-wrap .hw-tools .hw-tools-title-bt[data-v-4eee198b]:before {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(/img1755634430481/more-0cfad78a.png) no-repeat;
    background-size: 100% 100%
}

.home-page .home-wrap .hw-tools .hw-tools-title-bt[data-v-4eee198b]:hover {
    cursor: pointer;
    color: #1a73e8
}

.home-page .home-wrap .hw-tools .hw-tools-title-bt[data-v-4eee198b]:hover:before {
    background: url(/img1755634430481/more-on-79465b03.png) no-repeat;
    background-size: 100% 100%
}

.home-page .home-wrap .hw-tools .hw-tools-list[data-v-4eee198b] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 28px
}

.home-page .home-wrap .hw-tools .hw-tools-list-over[data-v-4eee198b] {
    height: 158px;
    overflow: hidden
}

.home-page .home-wrap .hw-tools .hw-tools-list .item-out[data-v-4eee198b] {
    width: 285px;
    cursor: pointer
}

.home-page .home-wrap .hw-tools .hw-tools-list .item[data-v-4eee198b] {
    width: 100%;
    min-height: 158px;
    border-radius: 8px;
    background: var(--el-bg-color-1);
    position: relative;
    padding: 16px
}

.home-page .home-wrap .hw-tools .hw-tools-list .item .t[data-v-4eee198b] {
    display: flex
}

.home-page .home-wrap .hw-tools .hw-tools-list .item .t .t-box[data-v-4eee198b] {
    flex: 1
}

.home-page .home-wrap .hw-tools .hw-tools-list .item .t .icon[data-v-4eee198b] {
    margin-left: 16px;
    width: 48px;
    height: 48px
}

.home-page .home-wrap .hw-tools .hw-tools-list .item .t .title[data-v-4eee198b] {
    color: var(--el-bt-color2);
    text-align: left;
    font-family: PingFang SC;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px
}

.home-page .home-wrap .hw-tools .hw-tools-list .item .t .tips[data-v-4eee198b] {
    color: var(--el-bt-color1);
    text-align: left;
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.home-page .home-wrap .hw-tools .hw-tools-list .item .b[data-v-4eee198b] {
    display: flex;
    position: absolute;
    left: 16px;
    bottom: 16px;
    width: calc(100% - 32px);
    height: 33px
}

.home-page .home-wrap .hw-tools .hw-tools-list .item .b .collect[data-v-4eee198b],
.home-page .home-wrap .hw-tools .hw-tools-list .item .b .run[data-v-4eee198b] {
    width: fit-content;
    height: 33px;
    color: var(--el-bt-color1);
    text-align: left;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 33px;
    cursor: pointer
}

.home-page .home-wrap .hw-tools .hw-tools-list .item .b .collect .run-off[data-v-4eee198b],
.home-page .home-wrap .hw-tools .hw-tools-list .item .b .run .run-off[data-v-4eee198b] {
    display: none
}

.home-page .home-wrap .hw-tools .hw-tools-list .item .b .collect img[data-v-4eee198b],
.home-page .home-wrap .hw-tools .hw-tools-list .item .b .run img[data-v-4eee198b] {
    width: 16px;
    height: 16px;
    margin-right: 8px
}

.home-page .home-wrap .hw-tools .hw-tools-list .item .b .collect.active[data-v-4eee198b],
.home-page .home-wrap .hw-tools .hw-tools-list .item .b .run.active[data-v-4eee198b] {
    color: var(--color2)
}

.home-page .home-wrap .hw-tools .hw-tools-list .item .b .collect .run-on[data-v-4eee198b] {
    display: none
}

.home-page .home-wrap .hw-tools .hw-tools-list .item .b .collect .run-off[data-v-4eee198b] {
    display: block
}

.home-page .home-wrap .hw-tools .hw-tools-list .item .b .collect[data-v-4eee198b]:hover {
    color: var(--color2)
}

.home-page .home-wrap .hw-tools .hw-tools-list .item .b .collect:hover .run-on[data-v-4eee198b] {
    display: block
}

.home-page .home-wrap .hw-tools .hw-tools-list .item .b .collect:hover .run-off[data-v-4eee198b] {
    display: none
}

.home-page .home-wrap .hw-tools .hw-tools-list .item .b .run[data-v-4eee198b] {
    margin-left: 24px;
    padding: 0 8px
}

.home-page .home-wrap .hw-tools .hw-tools-list .item .b .run .run-on[data-v-4eee198b] {
    display: none
}

.home-page .home-wrap .hw-tools .hw-tools-list .item .b .run .run-off[data-v-4eee198b] {
    display: block
}

.home-page .home-wrap .hw-tools .hw-tools-list .item .b .run[data-v-4eee198b]:hover {
    color: #000;
    border-radius: 99px;
    background: linear-gradient(90deg, #27C6FF 0%, #46EEAC 100%)
}

.home-page .home-wrap .hw-tools .hw-tools-list .item .b .run:hover .run-on[data-v-4eee198b] {
    display: block
}

.home-page .home-wrap .hw-tools .hw-tools-list .item .b .run:hover .run-off[data-v-4eee198b] {
    display: none
}

.home-page .home-wrap .hw-tools .work-null[data-v-4eee198b] {
    width: 100%;
    padding: 48px 0;
    border: 1px dashed var(--el-border-color);
    background: var(--el-border-color)
}

.home-page .home-wrap .hw-tools .work-null img[data-v-4eee198b] {
    margin: 0 auto;
    width: 150px;
    height: auto
}

.home-page .home-wrap .hw-tools .work-null .tips[data-v-4eee198b] {
    margin: 24px 0;
    color: var(--el-bt-color5);
    text-align: center;
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px
}

.home-page .home-wrap .hw-tools .work-null .bt[data-v-4eee198b] {
    width: 189px;
    height: 44px;
    margin: 0 auto;
    color: #000;
    text-align: center;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    border-radius: 8px;
    background: linear-gradient(90deg, #27C6FF 0%, #46EEAC 100%)
}

.isThemeLight .hw-tools-list .item-out .item[data-v-4eee198b] {
    border: .02rem solid #EBEBEB
}

@media (max-width: 993px) {
    .login-register[data-v-4eee198b] {
        color: #fff !important
    }
    .tool-list-box[data-v-4eee198b] {
        height: 28px;
        overflow: hidden;
        display: flex;
        margin-bottom: 10px
    }
    .tool-list-box.showAllTab[data-v-4eee198b] {
        height: fit-content
    }
    .tool-list-box.showAllTab .tool-hide-switch img[data-v-4eee198b] {
        transform: rotate(180deg)
    }
    .tool-list-box .tool-list[data-v-4eee198b] {
        margin-right: 10px
    }
    .tool-list-box .tool-hide-switch img[data-v-4eee198b] {
        transform: rotate(0);
        transition: all .3s;
        width: 20px;
        height: 20px
    }
    .home-page[data-v-4eee198b] {
        padding: 0
    }
    .home-page .hw-top[data-v-4eee198b] {
        padding: 22px 16px
    }
    .home-page .hw-top .title[data-v-4eee198b],
    .home-page .hw-top .til[data-v-4eee198b] {
        font-size: 16px;
        line-height: 24px
    }
    .home-page .hw-top .title[data-v-4eee198b] {
        font-size: 20px
    }
    .home-page .hw-top .log img[data-v-4eee198b] {
        width: 104px
    }
    .home-page .home-wrap[data-v-4eee198b] {
        margin: 0 auto;
        width: 100%;
        padding: 12px
    }
    .home-page .home-wrap .tool-title[data-v-4eee198b] {
        flex-wrap: wrap;
        gap: 10px
    }
    .home-page .home-wrap .tool-title .title[data-v-4eee198b] {
        display: none;
        font-size: 16px;
        word-break: keep-all
    }
    .home-page .home-wrap .hw-tools .hw-tools-title[data-v-4eee198b] {
        margin-bottom: 12px;
        font-size: 16px
    }
    .home-page .home-wrap .hw-tools .hw-tools-title img[data-v-4eee198b] {
        width: 20px;
        height: 20px;
        margin-right: 8px
    }
    .home-page .home-wrap .hw-tools .hw-tools-list[data-v-4eee198b] {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
        gap: 10px
    }
    .home-page .home-wrap .hw-tools .hw-tools-list-over[data-v-4eee198b] {
        height: auto;
        overflow: hidden
    }
    .home-page .home-wrap .hw-tools .hw-tools-list .item-out[data-v-4eee198b] {
        width: 100%
    }
    .home-page .home-wrap .hw-tools .hw-tools-list .item[data-v-4eee198b] {
        min-height: 120px
    }
    .home-page .home-wrap .hw-tools .hw-tools-list .item .t[data-v-4eee198b] {
        padding-bottom: 45px
    }
    .home-page .home-wrap .hw-tools .hw-tools-list .item .b[data-v-4eee198b]:before {
        height: 48px
    }
    .home-page .home-wrap .hw-tools .hw-tools-list .item .b .collect[data-v-4eee198b] {
        font-size: 12px
    }
    .home-page .home-wrap .hw-tools .hw-tools-list .item .b .collect[data-v-4eee198b]:hover {
        color: var(--el-bt-color1)
    }
    .home-page .home-wrap .hw-tools .hw-tools-list .item .b .collect:hover .run-on[data-v-4eee198b] {
        display: none
    }
    .home-page .home-wrap .hw-tools .hw-tools-list .item .b .collect:hover .run-off[data-v-4eee198b] {
        display: block
    }
    .home-page .home-wrap .hw-tools .hw-tools-list .item .b .collect img[data-v-4eee198b] {
        margin-right: 4px
    }
    .home-page .home-wrap .hw-tools .hw-tools-list .item .b .run[data-v-4eee198b] {
        font-size: 12px;
        color: #000;
        border-radius: 99px;
        background: linear-gradient(90deg, #27C6FF 0%, #46EEAC 100%)
    }
    .home-page .home-wrap .hw-tools .hw-tools-list .item .b .run .run-on[data-v-4eee198b] {
        display: block
    }
    .home-page .home-wrap .hw-tools .hw-tools-list .item .b .run .run-off[data-v-4eee198b] {
        display: none
    }
    .home-page .home-wrap .hw-tools .hw-tools-list .item .b .run img[data-v-4eee198b] {
        margin-right: 4px
    }
}