@charset "UTF-8";

.owner-tag {
    border-radius: 4px;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    padding: 0 7px;
    text-align: center
}

.owner-tag.owner-1 {
    background-color: #dce1ff;
    color: #1d3ebe
}

.owner-tag.owner-0 {
    background-color: #d5eeff;
    color: #1d7fbf
}

.fission-qrcode-dialog {
    color: var(--text-color);
    padding: 10px 10px 30px
}

.fission-qrcode-dialog .fission-qrcode-title {
    font-size: 28px;
    font-weight: 500
}

.fission-qrcode-dialog .fission-qrcode-box {
    margin: 30px auto
}

.fission-qrcode-dialog .fission-qrcode-box img {
    height: 180px;
    width: 180px
}

.fission-qrcode-dialog .fission-qrcode-tip {
    font-size: 14px;
    font-weight: 400
}

.header-user-box {
    align-content: center;
    align-items: center;
    color: #000;
    display: flex;
    font-size: 14px;
    gap: 10px;
    padding-right: 10px
}

.header-user-box .work-item {
    border-radius: 20px;
    color: var(--text-gray-color);
    cursor: pointer;
    font-size: 15px;
    height: 28px;
    line-height: 30px;
    margin-right: 25px;
    position: relative;
    text-align: center;
    width: 90px
}

.header-user-box .work-item:after {
    background-color: var(--border-color);
    content: "";
    display: inline-block;
    height: 18px;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px
}

.header-user-box .work-item:hover {
    background-color: #fff9;
    color: var(--el-color-primary)
}

.header-user-box .user-info {
    color: var(--text-gray-color);
    font-size: 13px;
    line-height: 21px;
    margin-right: 10px;
    text-align: left
}

.header-user-box .user-info .login-btn {
    color: var(--text-gray-color);
    cursor: pointer;
    font-size: 15px;
    line-height: 18px
}

.header-user-box .user-info .login-btn:hover {
    color: var(--el-color-primary)
}

.header-user-box .user-info .name {
    color: var(--text-color);
    font-size: 16px
}

.header-user-box .user-avatar {
    --el-avatar-size: 40px;
    --el-avatar-icon-size: 22px;
    cursor: pointer
}

.header-user-box .user-avatar-box {
    background-color: var(--el-color-primary-light-1);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    height: 40px;
    width: 40px
}

.header-user-box .vip-icon-img {
    bottom: 0;
    height: 11px;
    left: 8px;
    position: absolute;
    width: 23px
}

.header-user-box .el-dropdown {
    color: #000
}

.header-user-box .el-dropdown .name-box {
    cursor: pointer
}

.top-radius {
    border-radius: 8px 8px 0 0
}

.user-business {
    box-sizing: border-box;
    padding: 10px 10px 0 18px;
    width: 100%;
    word-break: break-all
}

.user-business,
.vip-tooltip {
    background: linear-gradient(90deg, #f0fdff, #f4f9ff);
    max-width: 300px
}

.vip-tooltip {
    border-radius: 8px 8px 0 0;
    gap: 20px;
    padding: 10px 10px 10px 18px
}

.vip-tooltip .vip-tooltip-box {
    align-items: flex-start;
    color: var(--text-gray-color);
    position: relative
}

.vip-tooltip .vip-tooltip-box span {
    color: var(--text-color);
    font-size: 14px;
    font-weight: 700
}

.vip-tooltip .vip-tooltip-box .acc-tag {
    left: 60px;
    position: absolute;
    top: 0
}

.tooltip-menu {
    color: #64667b;
    font-size: 13px;
    margin: 0;
    padding: 5px 8px
}

.tooltip-menu li {
    cursor: pointer;
    height: 36px;
    padding: 0 10px
}

.tooltip-menu li:hover {
    background-color: #f4f9ff
}

.tooltip-menu li:last-child {
    border-top: 1px solid #e4e4e4
}

.tooltip-menu img {
    height: 18px;
    width: 18px
}

.el-tooltip-vip {
    border-radius: 8px;
    box-shadow: 0 2px 6px #0003;
    padding: 0;
    --el-border-color-light: #fff
}

.el-tooltip-vip .el-popper__arrow {
    left: -8px !important
}

.header {
    background-color: transparent;
    box-sizing: border-box;
    font-family: PingFangSC, PingFang SC;
    height: 64px;
    left: 0;
    min-width: 100vw;
    padding: 0 20px;
    position: fixed;
    top: 0;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 999
}

.header .content-box {
    height: 100%;
    margin: 0 auto;
    width: 100%
}

.header .content-box .left-box .head-menu .item {
    border-radius: 20px;
    color: #1e2937;
    cursor: pointer;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 80px
}

.header .content-box .left-box .head-menu .item img {
    margin: 0;
    padding: 0 3px;
    transform: translate(-2px);
    width: 18px
}

.header .content-box .left-box .head-menu .item.active {
    background-color: #fff9;
    cursor: auto;
    font-weight: 700
}

.header .content-box .left-box .head-menu .item:hover {
    background-color: #fff9
}

@media (min-width:328px) and (max-width:768px) {
    .header .content-box {
        width: 100%
    }

    .header .content-box:before {
        content: "";
        display: block
    }

    /*
    .header .content-box .left-box {
        display: none
    }
    */
    .header .content-box .left-box .head-menu .item.active{
        width: 66px;
    }
    .header .content-box .left-box img{
        display: none
    }
}

.header .content-box .left-box img {
    margin-left: 15px;
    margin-right: 45px;
    margin-top: -3px;
    width: 90px
}

.header .content-box .left-box .head-menu {
    gap: 15px
}


.footer {
    height: 275px;
    position: relative;
    width: 100%
}

@media (min-width:328px) and (max-width:768px) {
    .footer {
        height: auto
    }
}

.footer .footer-bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

@media (min-width:328px) and (max-width:768px) {
    .footer .footer-bg {
        display: none
    }
}

.footer .footer-container {
    align-items: flex-start;
    display: flex;
    justify-content: space-evenly;
    left: 0;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 2
}

@media (min-width:328px) and (max-width:768px) {
    .footer .footer-container {
        align-items: center;
        background-color: #333;
        flex-direction: column;
        gap: 10px;
        justify-content: flex-start
    }
}

.footer .footer-container .logo {
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
    top: 14px;
    width: 105px
}

@media (min-width:328px) and (max-width:768px) {
    .footer .footer-container .logo {
        display: none
    }
}

.footer .footer-container .logo-text {
    display: none
}

@media (min-width:328px) and (max-width:768px) {
    .footer .footer-container .logo-text {
        color: #f5f5f5;
        display: block;
        font-size: 12px;
        margin-top: 50px;
        text-align: center
    }

    .footer .footer-container .logo-text :first-child {
        font-size: 26px;
        font-weight: 700;
        line-height: 1
    }
}

.footer .footer-container .content-box {
    flex-shrink: 0;
    font-family: PingFangSC, PingFang SC
}

@media (min-width:328px) and (max-width:768px) {

    .footer .footer-container .content-box:first-child,
    .footer .footer-container .content-box:nth-child(4) {
        display: none
    }
}

.footer .footer-container .content-box .title {
    color: #09172f;
    font-size: 15px;
    font-weight: 600;
    line-height: 55px
}

@media (min-width:328px) and (max-width:768px) {
    .footer .footer-container .content-box .title {
        color: #f5f5f5;
        text-align: center
    }
}

.footer .footer-container .content-box .text {
    color: #9ba6ba;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px
}

@media (min-width:328px) and (max-width:768px) {
    .footer .footer-container .content-box .text {
        color: #f5f5f5;
        text-align: center
    }

    .footer .footer-container .content-box .text.cur {
        display: none
    }
}

.footer .footer-container .content-box .text div {
    cursor: pointer;
    display: inline-block;
    width: 100px
}

.footer .footer-container .content-box .text div:hover {
    color: var(--el-color-primary-light-1)
}

.footer .footer-container .content {
    background: #fffc;
    border-radius: 5px;
    color: #78859d;
    font-size: 12px;
    gap: 10px;
    margin-top: 20px;
    padding: 2px 2px 10px
}

.footer .footer-container .content img {
    width: 140px
}

@media (min-width:328px) and (max-width:768px) {
    .footer .footer-container .content {
        background-color: #333;
        color: #f5f5f5
    }
}

.footer .footer-container .cur {
    cursor: pointer
}

.footer .footer-container .cur:hover {
    color: var(--el-color-primary-light-1)
}

.footer .footer-container .gov-box {
    display: none
}

@media (min-width:328px) and (max-width:768px) {
    .footer .footer-container .gov-box {
        color: #f5f5f5;
        display: block;
        font-size: 13px;
        margin: 10px 0 50px
    }
}

.qrcode-box .code-img {
    height: 140px;
    position: relative;
    width: 140px
}

.qrcode-box .code-img img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.qrcode-box .code-img .code-tips-modal {
    background-color: #fffffff2;
    color: var(--text-color);
    gap: 10px;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.qrcode-box .code-img .code-tips-modal .tips-1 {
    font-size: 18px;
    text-align: center
}

.qrcode-box .code-img .code-tips-modal .tips-2 {
    font-size: 13px;
    text-align: center
}

.qrcode-box .code-img .cur {
    cursor: pointer
}

.qrcode-box .code-img.large {
    height: 180px;
    width: 180px
}

.qrcode-box .code-img.large .code-tips-modal .tips-1 {
    font-size: 20px
}

.qrcode-box .code-img.large .code-tips-modal .tips-2 {
    font-size: 14px
}

.qrcode-box .code-img.small {
    height: 100px;
    width: 100px
}

.qrcode-box .code-img.small .code-tips-modal {
    gap: 0
}

.qrcode-box .code-img.small .code-tips-modal .tips-1 {
    font-size: 16px
}

.qrcode-box .code-img.small .code-tips-modal .tips-2 {
    font-size: 12px;
    width: 90%
}

.img-code-box {
    padding: 0 10px 10px
}

.img-code-box .img-code-title {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center
}

.img-code-box .code-input {
    width: 80%
}

.img-code-box .code-input .el-input__wrapper {
    padding: 4px 8px
}

.img-code-box .img-code {
    cursor: pointer;
    height: 38px;
    width: 90px
}

.img-code-box .img-code img {
    height: 100%;
    width: 100%
}

.img-code-box .img-code-tips {
    color: var(--text-gray-color);
    cursor: pointer;
    font-size: 12px;
    margin: 5px 0 12px
}

.loading-box {
    height: 300px;
    justify-content: center
}

.agreement-content {
    margin-top: 15px;
    max-height: 500px;
    min-height: 300px;
    overflow-y: overlay;
    padding-right: 16px
}

.footer-btn {
    margin: 16px 16px 0 0
}

.agreement-content * {
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 0
}

.agreement-content span {
    text-indent: 0
}

.agreement-content p {
    margin: 15px 0
}

.agreement-content h1,
.agreement-content h2,
.agreement-content h3,
.agreement-content h4,
.agreement-content h5,
.agreement-content h6 {
    margin: 20px 0
}

.agreement-content pre>code {
    word-wrap: normal;
    font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
    -webkit-hyphens: none;
    hyphens: none;
    line-height: 1.5;
    margin: .5em 0;
    overflow: auto;
    padding: 1em;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    text-align: left;
    text-shadow: 0 1px #fff;
    white-space: pre;
    word-break: normal;
    word-spacing: normal
}

.el-input__wrapper {
    border-radius: 20px
}

.el-form .is-success .el-input__suffix-inner {
    color: var(--el-color-primary)
}

.form-error-box {
    align-items: center;
    color: var(--el-color-danger);
    display: flex;
    font-size: 12px;
    gap: 5px;
    left: 15px;
    line-height: 20px;
    position: absolute;
    top: 100%
}

.content-box {
    padding: 0 10px 10px;
    pointer-events: auto
}

.content-box .qrcode-modal {
    height: 180px;
    position: relative;
    width: 180px
}

.content-box .qrcode-modal img {
    height: 100%;
    width: 100%
}

.content-box .qrcode-modal:after {
    align-items: center;
    background-color: #000000a6;
    box-sizing: border-box;
    color: #fff;
    content: "确认下方《用户协议》及《隐私政策》后显示二维码";
    display: flex;
    font-size: 12px;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

.content-box .login-box {
    width: 100%
}

.content-box .login-box-tip {
    color: #8c8c8c;
    font-size: 12px;
    padding: 0 51px;
    text-align: center
}

.content-box .login-box form {
    width: 80%
}

.content-box .login-box .el-form .el-form-item__label {
    color: var(--el-color-info)
}

.content-box .login-box .el-form .el-form-item__label:before {
    content: ""
}

.content-box .login-box h2 {
    color: var(--text-color);
    margin: 0
}

.content-box .login-box .input-box {
    margin-top: 5px;
    width: 100%
}

.content-box .login-box .input-box .el-input {
    --el-input-height: 40px
}

.content-box .login-box .code-box {
    position: relative
}

.content-box .login-box .code-box .el-input .el-input__suffix {
    display: none
}

.content-box .login-box .code-box .code-btn {
    --el-font-size-base: 13px;
    color: #169bd5;
    height: 40px;
    padding: 0 5px;
    position: absolute;
    right: 0;
    top: 0;
    width: 125px
}

.content-box .login-box .code-box .code-btn:before {
    border-left: 1px solid #e8ebf0;
    content: "";
    display: inline-block;
    height: 14px;
    left: 0;
    position: absolute;
    top: calc(50% - 7px)
}

.content-box .login-box .login-btn {
    margin: 8px 0 20px;
    padding: 18px 15px;
    width: 100%
}

.content-box .switch-btn {
    margin: 16px 0 0
}

.content-box .switch-btn2 {
    left: 10px;
    position: absolute;
    top: 17px
}

.content-box h2 {
    margin: 0 0 2px
}

.content-box .title {
    color: var(--text-color);
    font-size: 13px;
    margin: 0 0 22px;
    position: relative;
    text-align: center
}

.content-box .title span {
    position: relative;
    z-index: 1
}

.content-box .title:before {
    background: linear-gradient(90deg, #e1daff00, #e1daff 44%, #a0c8ff);
    border-radius: 1px;
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 0
}

.content-box .tips {
    color: var(--el-color-info);
    font-size: 12px;
    margin-top: 5px;
    text-align: center
}

.content-box .tips .el-link {
    font-size: 12px;
    line-height: 15px;
    top: -1px
}

.content-box .agreement-box {
    align-items: baseline;
    margin: 0 0 10px;
    width: 300px
}

.content-box .agreement-box .el-checkbox {
    margin-right: 8px;
    position: relative;
    top: 1px
}

.content-box .agreement-box .tips-label {
    color: var(--el-color-info);
    font-size: 12px
}

.content-box .agreement-box .tips-label .blue {
    color: var(--el-color-primary);
    cursor: pointer
}

.content-box .bind-title {
    color: var(--text-color);
    text-align: center
}

.content-box .footer-box {
    gap: 20px
}

@media screen and (max-width:768px) {
    .content-box {
        padding: 0 0 10px
    }

    .content-box .login-box form {
        width: 90%
    }

    .content-box .footer-box {
        gap: 5px
    }
}

.close-icon {
    cursor: pointer;
    position: fixed;
    right: 30px;
    top: 30px
}

.problem {
    color: #fff;
    font-size: 13px;
    position: relative;
    text-align: right;
    top: 12px
}

.problem span {
    cursor: pointer
}

.page {
    position: relative
}