:root {
    --white-color: #FFF;
    --text-color: #202935;
    --heading-color: #212B36;
    --primary-color: #664DFF;
}
@keyframes contentAni-aa5472cc {
    0% {
        transform: translate(-305px) scale(.5)
    }
    to {
        transform: translate(-305px) scale(1)
    }
}

.login-mobile[data-v-aa5472cc] {
    margin-top: -20px
}

.login-mobile .login-content[data-v-aa5472cc] {
    width: 100%;
    padding: 0;
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
    position: relative
}

.login-mobile .login-qrcode-title[data-v-aa5472cc] {
    color: #67a1f5;
    cursor: pointer
}

.login-mobile .login-title[data-v-aa5472cc] {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    margin-right: 20px;
    color: #666
}

.login-mobile .login-forget[data-v-aa5472cc] {
    color: #649ff8;
    text-align: right
}

.login-mobile .login-tab-item-active[data-v-aa5472cc] {
    font-size: 18px;
    color: #000;
    position: relative
}

.login-mobile .login-tab-item-active[data-v-aa5472cc]:after {
    width: 100%;
    height: 2px;
    background-color: #649ff8;
    content: " ";
    position: absolute;
    left: 0;
    bottom: -10px
}

.login-mobile .login-desc[data-v-aa5472cc] {
    color: #b5b5b5;
    font-size: 12px;
    margin-bottom: 15px
}

.login-mobile .login-form[data-v-aa5472cc] {
    margin-top: 20px
}

.login-mobile .login-content-item[data-v-aa5472cc] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    border: 1px solid #e1e1e1;
    position: relative;
    margin-bottom: 20px;
    border-radius: 10px
}

.login-mobile .login-content-item .input[data-v-aa5472cc] {
    border: none;
    outline: none;
    width: 210px;
    padding: 12px 0
}

.login-mobile .login-code[data-v-aa5472cc] {
    width: 70px;
    background: #649ff8;
    color: #fff;
    padding: 4px 0;
    text-align: center;
    border-radius: 15px;
    display: inline-block;
    font-size: 12px;
    cursor: pointer
}

.login-mobile .login-close[data-v-aa5472cc] {
    width: 25px;
    height: 25px;
    bottom: -45px;
    left: 50%;
    transform: translate(-20px);
    position: absolute
}

.login-mobile .login-button[data-v-aa5472cc] {
    width: 100%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    height: 42px;
    background: #649ff8;
    border-radius: 21px;
    margin-top: 20px;
    cursor: pointer;
    border: 1px solid #649ff8
}

.login-header[data-v-0f9262a2] {
    width: 700px;
    left: 0;
    top: 0;
    position: absolute
}

.login-header img[data-v-0f9262a2] {
    width: 100%;
    height: 120px;
    object-fit: cover
}

.login-header .login-title[data-v-0f9262a2] {
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    color: #fff;
    top: 20px;
    left: 50px;
    text-align: left;
    line-height: 40px
}

.qrcode-login[data-v-0f9262a2] {
    position: relative;
    padding: 20px 40px
}

.qrcode-login[data-v-0f9262a2]:after {
    width: 1px;
    height: 300px;
    background: #ccc;
    content: " ";
    right: 0;
    top: 0;
    position: absolute
}

.qrcode-login .qrcode-text[data-v-0f9262a2] {
    text-align: center;
    margin-top: 20px;
    white-space: nowrap
}

.login-qrcode[data-v-0f9262a2] {
    width: 180px;
    height: 180px;
    background: url(https://cdn.weijiwangluo.com/chat/qrcode-border.png);
    background-size: cover;
    margin: 30px auto 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.login-qrcode img[data-v-0f9262a2] {
    width: 176px;
    height: 176px
}

.login-tip[data-v-0f9262a2] {
    margin-top: 32px;
    margin-bottom: 20px;
    color: #9fa5bb;
    text-align: center;
    justify-content: center
}

.login-tip .login-rule[data-v-0f9262a2] {
    color: #67a1f5;
    cursor: pointer
}

.text-login[data-v-0f9262a2] {
    margin-left: 40px;
    flex: 1
}

.mobile[data-v-0f9262a2] {
    top: 0;
    right: 10px;
    color: #67a1f5;
    position: absolute;
    cursor: pointer
}

.share .title[data-v-fb760a01] {
    width: 100%;
    font-size: 20px;
    color: #333
}

.share .desc[data-v-fb760a01] {
    color: #171b25;
    font-size: 16px;
    font-weight: 700;
    margin-top: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f2f5
}

.share .link[data-v-fb760a01] {
    font-size: 16px;
    color: #333;
    margin: 20px 0;
    padding: 4px 0;
    box-shadow: 0 2px 6px #0000000d
}

.share .link button[data-v-fb760a01] {
    width: 100px;
    height: 40px;
    background: #467bff;
    box-shadow: 0 4px 4px #0000000d;
    border-radius: 10px;
    color: #fff;
    outline: none;
    border: none;
    cursor: pointer
}

.share .qrcode[data-v-fb760a01] {
    width: 192px;
    height: 192px;
    border-radius: 0;
    display: block;
    margin: 20px auto 0;
    padding: 3px;
    background: url(https://cdn.weijiwangluo.com/chat/qrcode-border.png);
    background-size: contain;
    background-repeat: no-repeat
}

.desc[data-v-e0c4ad90] {
    margin-top: -10px;
    margin-bottom: 20px
}

.login-text[data-v-e0c4ad90] {
    font-size: 20px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #1e2c40;
    line-height: 30px
}

.login-qrcode[data-v-e0c4ad90] {
    width: 216px;
    height: 216px;
    background: url(https://cdn.weijiwangluo.com/chat/qrcode-border.png);
    background-size: cover;
    margin: 30px auto 0;
    overflow: hidden
}

.login-tip[data-v-e0c4ad90] {
    margin-top: 32px;
    margin-bottom: 20px;
    color: #9fa5bb;
    text-align: center;
    justify-content: center
}

.send-code[data-v-e0c4ad90] {
    width: 100px
}

.login-tip p[data-v-e0c4ad90]:nth-of-type(2) {
    color: #67a1f5
}

.service[data-v-7ea0c26e] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.service-image[data-v-7ea0c26e] {
    padding: 3px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-bottom: 15px
}

.service .logo[data-v-7ea0c26e] {
    width: 150px;
    height: 150px
}

.notification[data-v-b690bdf2] {
    right: 10px;
    top: 20px;
    position: fixed;
    transition: .5s
}

.notification-show[data-v-b690bdf2] {
    right: 10px
}

.notification-hide[data-v-b690bdf2] {
    right: -500px
}

.point-rule[data-v-952f7eb0] {
    height: 400px;
    text-align: center
}

.point-rule .point-rule-desc[data-v-952f7eb0] {
    margin-top: 10px
}

.point-rule-tags[data-v-952f7eb0] {
    width: 260px;
    margin: 0 auto 10px;
    background: #e1e1e1;
    border-radius: 20px
}

.point-rule-tags-item[data-v-952f7eb0] {
    flex: 1;
    padding: 6px 10px
}

.point-rule-tags-item-active[data-v-952f7eb0] {
    background: #467bff;
    border-radius: 20px;
    color: #fff
}

.role-change[data-v-ed3f44c0] {
    font-size: 14px;
    margin: 0 15px;
    color: #26334b
}

.role-change .role-name[data-v-ed3f44c0] {
    max-width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.role-change .role-type[data-v-ed3f44c0] {
    color: #999;
    font-size: 12px
}

.role-change-icon[data-v-ed3f44c0] {
    font-size: 12px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #666;
    box-shadow: 0 0 3px #ccc;
    margin-left: 10px
}

.role-change[data-v-ed3f44c0]:hover, .role-change:hover .role-change-icon[data-v-ed3f44c0] {
    color: #467bff
}

.dropdown-menu-content[data-v-ed3f44c0] {
    max-height: 100px;
    overflow: auto
}

.enterprice-info[data-v-ed3f44c0] {
    margin: 0;
    border-radius: 6px;
    padding: 5px
}

.enterprice-info[data-v-ed3f44c0]:hover {
    color: var(--td-brand-color)
}

.enterprice-info-avatar-text[data-v-ed3f44c0] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: var(--td-brand-color);
    color: #fff;
    margin-right: 10px;
    object-fit: contain
}

.enterprice-info-avatar[data-v-ed3f44c0] {
    background: transparent
}

.enterprice-info-name[data-v-ed3f44c0] {
    width: 130px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.enterprice-info-type[data-v-ed3f44c0] {
    color: #666;
    display: inline-block;
    padding: 0;
    border-radius: 10px;
    margin-top: 5px
}

.enterprice-info-active[data-v-ed3f44c0] {
    color: var(--td-brand-color);
    background-color: var(--td-brand-color-light)
}

.enterprice-add[data-v-ed3f44c0] {
    padding: 10px
}

.enterprice-add[data-v-ed3f44c0]:hover {
    color: var(--td-brand-color)
}

.header[data-v-c8542473] {
    height: 56px;
    /*padding: 0 32px;*/
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
    padding-left: 20%;
    padding-right: 100px;
    z-index: 99;
    position: relative;
    /*margin-bottom: 15px;*/
    /*z-index: 99;*/
    width: 100%;
    /*height: 70px;*/
    background-color: var(--white-color);
    -webkit-box-shadow: inset 0 -1px 0 0 rgb(0 0 0/10%);
    box-shadow: inset 0 -1px 0 0 rgb(0 0 0/10%);
}


.header .logo[data-v-c8542473] {
    height: 40px
}
.header .logo-text {
    font-size: 20px;
    margin-left: 16px;
    cursor: pointer;
    font-weight: 700;
    white-space: nowrap;
}

.header-login[data-v-c8542473] {
    width: 80px;
    height: 35px;
    background: #467bff;
    border-radius: 8px;
    outline: none;
    border: none;
    color: #fff;
    font-size: 13px
}

.user-count[data-v-c8542473] {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-right: 12px;
    position: relative;
    white-space: nowrap
}

.user-count .user-time[data-v-c8542473] {
    width: 100%;
    left: 0;
    bottom: -16px;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    font-size: 12px;
    transform: scale(.8);
    transform-origin: left
}

.count[data-v-c8542473] {
    color: #26334b;
    margin-left: 4px
}

.header .user-avatar[data-v-c8542473] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer
}

.header .user-vip[data-v-c8542473] {
    width: 13px;
    height: 13px;
    right: 0;
    bottom: 4px;
    position: absolute
}

.header .header-point[data-v-c8542473] {
    background: #26334b;
    width: 49px;
    height: 25px;
    border-radius: 30px;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    margin: 0 12px;
    cursor: pointer
}

.header .header-point span[data-v-c8542473] {
    margin-left: 4px
}

.header .header-tab[data-v-c8542473] {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    color: #26334b;
    padding: 0 10px;
    border-radius: 4px;
    position: relative
}

.header .header-tab[data-v-c8542473]:hover {
    background: #eee
}

.header .header-tab-icon[data-v-c8542473] {
    width: 16px;
    font-size: 16px
}

.header .header-tab-member[data-v-c8542473] {
    color: #c8ab73;
    font-weight: 700
}

.header .header-tab-member[data-v-c8542473]:after {
    width: 5px;
    height: 5px;
    background: #ff1414;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 0;
    right: 0
}

.tabs[data-v-c8542473] {
    margin-left: 60px
}

.tabs a[data-v-c8542473] {
    color: #26334b;
    text-decoration: none
}

.tabs a[data-v-c8542473]:active, .tabs a[data-v-c8542473]:visited {
    color: inherit
}

@media (max-width: 1200px) {
    .tabs[data-v-c8542473] {
        margin-left: 20px
    }

    .tab-item-name[data-v-c8542473] {
        display: none
    }
}

.tabs .tab-item[data-v-c8542473] {
    font-size: 14px;
    margin-left: 30px;
    cursor: pointer;
    font-weight: 700;
    padding: 7px 10px;
    border-radius: 26px;
    white-space: nowrap;
    position: relative
}

.tabs .tab-item-icon[data-v-c8542473] {
    font-size: 14px;
    margin-right: 6px
}

.tabs .tab-item[data-v-c8542473]:hover {
    color: var(--td-brand-color)
}

.tabs .tab-item-tag[data-v-c8542473] {
    top: -6px;
    right: -4px;
    position: absolute;
    background: #ff3838;
    font-size: 12px;
    border-radius: 10px;
    padding: 0 4px;
    color: #fff
}

.tabs .tab-item .tab-icon[data-v-c8542473] {
    width: 20px;
    height: 20px;
    margin-right: 4px;
    object-fit: contain
}

.tabs .tab-item-active[data-v-c8542473] {
    color: #fff;
    background: #467bff
}

.tabs .tab-item-active[data-v-c8542473]:hover {
    color: #fff
}

.rule[data-v-c8542473] {
    width: 300px;
    padding: 15px 10px;
    box-sizing: border-box;
    border-radius: 16px
}

.rule-title[data-v-c8542473] {
    font-size: 16px;
    font-weight: 600;
    color: #222
}

.rule-subtitle[data-v-c8542473] {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    margin-top: 10px;
    text-indent: 4px
}

.rule-desc[data-v-c8542473] {
    font-size: 14px;
    font-weight: 400;
    color: #574d6b;
    line-height: 26px;
    margin-left: 18px
}

.rule-detail-info[data-v-c8542473] {
    text-decoration: underline;
    color: #c8ab73
}

.rule-buy[data-v-c8542473] {
    margin: 14px auto 0
}

.conversation .conversation-header {
    text-align: center
}

.conversation .conversation-header .conversation-header-img {
    width: 60px;
    font-size: 60px
}

.conversation .conversation-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.conversation .conversation-footer {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 10px
}

.invite[data-v-cdad1464] {
    padding: 10px 0;
    color: #1e2c40
}

.invite .invite-desc[data-v-cdad1464] {
    margin-bottom: 20px
}

.desc[data-v-cdad1464] {
    margin-top: 20px;
    text-align: center
}

.enterprice-recharge[data-v-0aa9b515] {
    color: #333;
    align-items: flex-start
}

.enterprice-recharge .recharge-left[data-v-0aa9b515] {
    border-radius: 12px;
    width: 388px;
    height: 100%;
    overflow: hidden
}

.enterprice-recharge .recharge-left-header[data-v-0aa9b515] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #56567e;
    line-height: 17px;
    height: 36px;
    color: #fff;
    background: linear-gradient(40deg, #5082ff 60%, #97b5ff)
}

.enterprice-recharge .recharge-left-equity[data-v-0aa9b515] {
    border-bottom: 1px solid #ededed;
    display: flex;
    align-items: center;
    width: 100%;
    background: #f3f2f770;
    color: #4e4e4e
}

.enterprice-recharge .recharge-left-equity .equity-name[data-v-0aa9b515] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 700;
    width: 108px
}

.enterprice-recharge .recharge-left-equity .equity-name-icon[data-v-0aa9b515] {
    font-size: 14px;
    margin-bottom: 5px
}

.enterprice-recharge .recharge-left-equity .equity-detail[data-v-0aa9b515] {
    font-size: 12px;
    padding: 4px 20px;
    box-sizing: border-box;
    border-left: 1px solid #ededed;
    color: #202020
}

.enterprice-recharge .recharge-left-equity .equity-detail-name[data-v-0aa9b515] {
    width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.enterprice-recharge .recharge-left .enterprice-concat[data-v-0aa9b515] {
    margin-top: 20px;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 10px
}

.enterprice-recharge .recharge-left .enterprice-concat img[data-v-0aa9b515] {
    margin-right: 20px
}

.enterprice-recharge .recharge-center[data-v-0aa9b515] {
    margin: 0 30px
}

.enterprice-recharge .recharge-right .recharge-swap[data-v-0aa9b515] {
    font-size: 12px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #666;
    box-shadow: 0 0 3px #ccc;
    margin-left: 10px
}

.enterprice-recharge .recharge-right .recharge-swap[data-v-0aa9b515]:hover {
    color: #467bff
}

.enterprice-recharge .recharge-right .recharge-public[data-v-0aa9b515] {
    background: #fff6ea;
    border-radius: 5px;
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 0;
    font-size: 12px;
    font-weight: 400;
    color: #5f5f5f;
    line-height: 17px;
    text-indent: 8px
}

.enterprice-recharge .recharge-right .recharge-public span[data-v-0aa9b515] {
    color: #467bff
}

.enterprice-recharge .recharge-right .recharge-list[data-v-0aa9b515] {
    margin-top: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e8e8ec
}

.enterprice-recharge .recharge-right .recharge-card[data-v-0aa9b515] {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 134px;
    background: #fff;
    border-radius: 16px;
    border: 2px solid #e4e7f1;
    position: relative;
    margin-right: 20px
}

.enterprice-recharge .recharge-right .recharge-card-name[data-v-0aa9b515] {
    font-size: 15px;
    font-weight: 600;
    color: #2b2d31;
    line-height: 21px
}

.enterprice-recharge .recharge-right .recharge-card-price[data-v-0aa9b515] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #626262;
    line-height: 18px;
    margin-top: 17px
}

.enterprice-recharge .recharge-right .recharge-card-price span[data-v-0aa9b515] {
    color: #467bff;
    font-size: 22px;
    margin-right: 4px;
    font-weight: 600
}

.enterprice-recharge .recharge-right .recharge-card-info[data-v-0aa9b515] {
    margin-top: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #2b2d31;
    line-height: 21px
}

.enterprice-recharge .recharge-right .recharge-card-info span[data-v-0aa9b515] {
    color: #467bff
}

.enterprice-recharge .recharge-right .recharge-card-tag[data-v-0aa9b515] {
    width: 38px;
    height: 22px;
    background: linear-gradient(136deg, #feecd5, #f5c68c);
    border-radius: 0 13px 0 16px;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
    color: #8c481a
}

.enterprice-recharge .recharge-right .recharge-card-active[data-v-0aa9b515] {
    overflow: hidden;
    border: 2px solid #5082ff;
    color: #fff;
    background: linear-gradient(120deg, #5082ff, #97b5ff)
}

.enterprice-recharge .recharge-right .recharge-card-active .recharge-card-name[data-v-0aa9b515], .enterprice-recharge .recharge-right .recharge-card-active .recharge-card-price[data-v-0aa9b515], .enterprice-recharge .recharge-right .recharge-card-active .recharge-card-info[data-v-0aa9b515], .enterprice-recharge .recharge-right .recharge-card-active .recharge-card-price span[data-v-0aa9b515], .enterprice-recharge .recharge-right .recharge-card-active .recharge-card-info span[data-v-0aa9b515] {
    color: #fff
}

.enterprice-recharge .recharge-right .recharge-tip[data-v-0aa9b515] {
    font-size: 12px;
    font-weight: 400;
    color: #626262;
    line-height: 17px;
    margin-top: 24px
}

.enterprice-recharge .recharge-right .recharge-pay-price[data-v-0aa9b515] {
    font-size: 14px;
    font-weight: 400;
    color: #202020;
    line-height: 20px;
    display: flex;
    align-items: center;
    margin: 20px 0
}

.enterprice-recharge .recharge-right .recharge-pay-price span[data-v-0aa9b515] {
    font-size: 24px;
    font-weight: 600;
    color: #467bff;
    margin-right: 10px
}

.enterprice-recharge .recharge-right .recharge-qrcode[data-v-0aa9b515] {
    width: 130px;
    height: 130px
}

.enterprice-recharge .recharge-right .recharge-pay-method[data-v-0aa9b515] {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    color: #454545;
    line-height: 18px;
    margin-top: 12px
}

.enterprice-recharge .recharge-right .recharge-pay-method img[data-v-0aa9b515] {
    margin-right: 6px
}

.enterprice-recharge .contact[data-v-0aa9b515] {
    flex: 1;
    width: 100%;
    margin-top: 20px
}

.enterprice-recharge .contact .title[data-v-0aa9b515] {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 14px
}

.enterprice-recharge .contact .form-input[data-v-0aa9b515] {
    border: 1px solid #e1e6ed;
    width: 100%;
    height: 40px;
    margin-bottom: 14px;
    border-radius: 6px;
    overflow: hidden
}

.enterprice-recharge .contact .form-input .input[data-v-0aa9b515] {
    width: 100%;
    outline: none;
    line-height: 40px;
    border: none;
    font-size: 14px;
    padding-left: 10px;
    flex: 1
}

.enterprice-recharge .contact .form-input .input[data-v-0aa9b515]::placeholder {
    color: #666
}

.enterprice-recharge .contact .form-input .code[data-v-0aa9b515] {
    width: 100px;
    background-color: #7098fe;
    border: 1px solid #7098fe;
    height: 100%;
    color: #fff;
    font-size: 12px;
    line-height: 40px;
    text-align: center
}

.enterprice-recharge .contact .form-input .code-active[data-v-0aa9b515] {
    background-color: #4c6aff
}

.enterprice-recharge .contact .button[data-v-0aa9b515] {
    background-color: #4c6aff;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    border-radius: 6px;
    cursor: pointer
}

.enterprice-recharge .contact .desc[data-v-0aa9b515] {
    font-size: 12px;
    color: #333;
    font-weight: 700;
    text-align: center;
    margin-top: 10px
}

#app[data-v-02516e05] {
    display: flex;
    flex-direction: column
}

.main-content[data-v-02516e05] {
    min-width: 800px;
    height: calc(100vh - 56px);
    padding: 0;
    margin: 0;
    background: #f0f2f8;
    display: flex;
    flex: 1;
    box-sizing: border-box
}

.content[data-v-02516e05] {
    margin-left: 32px;
    flex: 1;
    background-size: cover;
    overflow: hidden;
    position: relative
}

*, *:before, *:after {
    margin: 0;
    padding: 0
}

.t-message__list {
    z-index: 9999
}

.docs-select li {
    width: 100%;
    list-style: none;
    padding: 4px;
    cursor: pointer
}

.docs-select li:hover {
    background: #eee
}

body {
    min-height: 100vh;
    color: var(--color-text);
    transition: color .5s, background-color .5s;
    line-height: 1.6;
    font-size: 15px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji"
}

:root, :root[theme-mode=light] {
    --td-brand-color: #467bff;
    --td-brand-color-active: #4176fc;
    --td-brand-color-hover: #5787ff;
    --td-gray-color-10: #fff
}

a {
    text-decoration: none
}

h1 {
    line-height: initial
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 5px
}

::-webkit-scrollbar-thumb {
    background-color: #e0e1e9;
    border-radius: 5px
}

::-webkit-scrollbar-thumb:hover {
    background-color: #e0e1e9
}

.t-select-input--borderless .t-input:hover:not(.t-input--focused) {
    background: transparent;
    border-color: transparent
}

.t-select-input--borderless .t-input--focused {
    border-color: transparent;
    box-shadow: none
}

.t-popconfirm__inner {
    max-width: 700px
}

.tdesign-demo__select-input-ul-borderless {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2px
}

.tdesign-demo__select-input-ul-borderless li {
    display: block;
    border-radius: 3px;
    line-height: 22px;
    cursor: pointer;
    padding: 3px 8px;
    color: var(--td-text-color-primary);
    transition: background-color .2s linear;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    text-overflow: ellipsis
}

.tdesign-demo__select-input-ul-borderless li:hover {
    background-color: var(--td-bg-color-container-hover)
}

.t-collapse-panel__wrapper .t-collapse-panel__content {
    padding: 10px
}

.t-collapse-panel__wrapper .t-collapse-panel__header {
    padding: 8px 10px
}

.t-upload__dragger {
    width: 100%
}

.t-default-menu .t-menu__item .t-icon {
    height: auto
}

.t-dialog__ctx .t-dialog {
    overflow: hidden;
    border: none
}

.t-dialog__body {
    overflow: visible
}

.t-chat-sender__textarea {
    background-color: #fff
}

#app {
    height: 100vh
}

.point {
    cursor: pointer
}

.mar-l5 {
    margin-left: 5px
}

.flex {
    display: flex;
    align-items: center
}

.flex-start {
    display: flex;
    align-items: flex-start
}

.flex-start-center {
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center
}

.flex-end {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.flex-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.flex-column-center {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.grid1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-flow: row;
    gap: 0
}

.grid2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row;
    gap: 0
}
/* 友情链接 */
/*.friend-link {overflow: hidden;margin-bottom: 15px;padding: 20px;border-radius: 8px;background-color: var(--white-color);}*/
/*.friend-link li {display: inline-block;margin-right: 10px;height: 30px;line-height: 30px;}*/
/*.friend-link .friend-link-title {position: relative;margin-bottom: 20px;}*/
/*.footer-link a {margin: 0 5px;}*/
/*@media (max-width: 768px) {*/
/*    .friend-link {padding: 15px;}*/
/*}*/

/* 底部 */
#footer {padding: 20px 0;background-color: #303030;text-align: center;line-height: 28px;}
#footer, #footer a {color: #AAA;}
#footer a:hover {color: #999;text-decoration: underline;}
@media (max-width: 991px) {
    .footer-disclaimer {display: none;}
}

#haijing-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1); /* 设置透明度的背景色 */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* 确保loading在最上层 */
}
.loading,
.loading > div {
    position: relative;
    box-sizing: border-box;
}

.loading {
    display: block;
    font-size: 0;
    color: #6f96f8;
}

.loading.la-dark {
    color: #6f96f8;
}

.loading > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.loading {
    width: 32px;
    height: 32px;
}

.loading > div:nth-child(1) {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 60%;
    height: 60%;
    background: #467bff;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    animation: ball-atom-shrink 4.5s infinite linear;
}

.loading > div:not(:nth-child(1)) {
    position: absolute;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: none;
    animation: ball-atom-zindex 1.5s 0s infinite steps(2, end);
}

.loading > div:not(:nth-child(1)):before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -5px;
    content: '';
    background: currentColor;
    border-radius: 50%;
    opacity: 0.75;
    animation:
            ball-atom-position 1.5s 0s infinite ease,
            ball-atom-size 1.5s 0s infinite ease;
}

.loading > div:nth-child(2) {
    animation-delay: 0.75s;
}

.loading > div:nth-child(2):before {
    animation-delay:
            0s,
            -1.125s;
}

.loading > div:nth-child(3) {
    transform: rotate(120deg);
    animation-delay: -0.25s;
}

.loading > div:nth-child(3):before {
    animation-delay:
            -1s,
            -0.75s;
}

.loading > div:nth-child(4) {
    transform: rotate(240deg);
    animation-delay: 0.25s;
}

.loading > div:nth-child(4):before {
    animation-delay:
            -0.5s,
            -0.125s;
}

@keyframes ball-atom-position {
    50% {
        top: 100%;
        left: 100%;
    }
}