@font-face {
    font-family: "emojifont";
    src: url("https://oss.x-php.com/static/riposte/emojifont-sbix.ttf?t=mj");
}
.content {
    width: 1200px;
    margin: 0 auto 60px;
    background: #fff;
    border-radius: 15px;
    font-family: PingFangSC-Regular, PingFang SC, sans-serif;
    // position: sticky;
    // top: 30px;
    // left: 50%;
    // transform: translateX(-50%);
    .left {
        width: 376px;
        border-right: 16px solid #f6f6f6;
        padding-top: 30px;
        height: calc(100vh - 70px);
        overflow: auto;
        display: flex;
        flex-direction: column;

        .school-box {
            flex-direction: column;
            margin-bottom: 40px;
            text-align: center;

            .school-box-icon {
                height: 52px;

                .school-icon {
                    // width: 40px;
                    height: 40px;
                    margin-bottom: 12px;
                }
            }
            .school-name {
                font-weight: 650;
                font-size: 15px;
                color: #000000;
                margin-bottom: 7px;
                height: 28px;
            }

            .school-en-name {
                color: #555555;
                font-size: 13px;
                height: 18px;
            }
        }

        .mj-total {
            color: #7f7f7f;
            line-height: 22px;
            font-size: 13px;
            margin-bottom: 20px;
            padding: 0 30px;

            .value {
                font-weight: 650;
                color: #000000;
                margin: 0 5px;
            }
        }

        .mj-list {
            // &::-webkit-scrollbar {
            //     width: 6px !important;
            // }

            &::-webkit-scrollbar {
                width: 0 !important;
            }

            scrollbar-width: none;
            -ms-overflow-style: none;

            margin-right: 9px;
            padding: 0 30px 15px;
            flex: 1;
            overflow: auto;

            .mj-item {
                flex-direction: column;
                margin-bottom: 15px;
                padding: 14px 12px;
                position: relative;
                z-index: 1;
                cursor: pointer;
                position: relative;

                &.recommend {
                    .mj-header {
                        display: inline-block;
                        .label {
                            // width: 60px;
                            height: 20px;
                            background-color: rgba(253, 223, 109, 0.117647058823529);
                            border: 1px solid rgba(228, 199, 98, 1);
                            border-radius: 5px;
                            font-size: 12px;
                            color: #e4c762;
                            text-align: center;
                            display: inline-flex;
                            margin-right: 10px;

                            .label-text {
                                width: 20px;
                                height: 20px;
                                background-color: rgba(228, 199, 98, 1);
                                border-radius: 5px;
                                font-size: 12px;
                                color: #ffffff;
                            }
                            .label-title {
                                padding: 0 5px;
                                height: 100%;
                                // line-height: 20px;
                                display: flex;
                                align-items: center;
                            }
                        }

                        h1 {
                            display: inline;
                            font-weight: 650;
                            font-size: 14px;
                            color: #000000;
                            line-height: 26px;
                            // display: -webkit-box;
                            -webkit-line-clamp: 2;
                            -webkit-box-orient: vertical;
                            overflow: hidden;
                        }
                    }

                    .thread-text {
                        color: #555555;
                        font-size: 13px;
                        .ask-label {
                            color: #7f7f7f;
                        }
                    }

                    .vote-list {
                        color: #555555;
                        font-size: 13px;
                        .vote-item {
                            &:not(:last-of-type) {
                                margin-bottom: 6px;
                            }
                        }
                    }
                }

                &:hover::after {
                    content: "";
                    position: absolute;
                    background: #f6f6f6;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    border-radius: 10px;
                    z-index: -1;
                }

                &.pitch {
                    &::before,
                    &::after {
                        content: "";
                        position: absolute;
                        background: rgb(114, 219, 134);
                    }

                    &::after {
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        border-radius: 10px;
                        z-index: -1;
                    }

                    &::before {
                        top: 50%;
                        left: 100%;
                        width: 10px;
                        height: 10px;
                        transform: translate(-64%, -50%) rotate(45deg);
                    }
                    .mj-header {
                        .user-name {
                            color: #fff;
                        }

                        .time {
                            color: #fff;
                        }
                    }

                    .info-list {
                        .info-item {
                            .info-name {
                                color: #fff;
                            }
                            .info-value {
                                color: #fff;
                            }
                        }
                    }
                }
                .item-bj {
                    width: 100%;
                    height: 100%;
                    z-index: -1;
                    position: absolute;
                    top: 0;
                    left: 0;
                    display: none;
                }

                .mj-header {
                    font-size: 12px;
                    margin-bottom: 12px;

                    // justify-content: space-between;

                    .mj-avatar {
                        width: 20px;
                        height: 20px;
                        margin-right: 10px;
                        border-radius: 50%;
                    }

                    .user-name {
                        color: #555;
                        margin-right: 10px;
                    }

                    .time {
                        color: #aaa;
                    }
                }

                .info-list {
                    flex-direction: column;

                    .info-item {
                        line-height: 20px;
                        &:not(:last-of-type) {
                            margin-bottom: 8px;
                        }
                        .info-name {
                            color: #7f7f7f;
                            font-size: 13px;
                            margin-right: 10px;
                        }
                        .info-value {
                            color: #333333;
                            font-size: 13px;
                        }
                    }
                }
            }
        }
    }

    .right {
        // height: calc(100vh - 80px);
        overflow: auto;
        padding: 5px 0;

        &::-webkit-scrollbar {
            width: 0 !important;
        }

        scrollbar-width: none;
        -ms-overflow-style: none;
        position: relative;

        .header {
            padding: 30px 30px 25px 45px;
            border-bottom: 1px solid #ebebeb;
            .titletitle {
                font-size: 24px;
                font-weight: 650;
                color: #000000;
                margin-bottom: 15px;
            }

            .mj-header-left {
                position: relative;
            }

            .mj-header {
                line-height: 22px;
                font-size: 13px;
                justify-content: space-between;
                .mj-avatar {
                    width: 24px;
                    height: 24px;
                    margin-right: 10px;
                    border-radius: 50%;
                }
                .user-name {
                    color: #333333;
                    margin-right: 10px;
                }

                .hide {
                    cursor: pointer;
                    color: #aaaaaa;
                    margin-left: 12px;
                    .icon {
                        height: 16px;
                        margin-right: 5px;
                    }
                }

                .time {
                    color: #aaaaaa;
                }

                .mj-header-right {
                    color: #333;
                    font-size: 14px;
                    cursor: pointer;
                    .original-icon {
                        width: 18px;
                        height: 16px;
                        margin-right: 7px;
                    }
                }
            }
        }

        .details-box {
            border-bottom: 1px solid #ebebeb;
            padding-top: 41px;

            .details-item {
                margin-bottom: 40px;
                .details-top {
                    font-weight: 650;
                    font-size: 14px;
                    color: #000000;
                    padding-left: 60px;
                    position: relative;
                    margin-bottom: 21px;

                    &::after {
                        content: "";
                        width: 6px;
                        height: 10px;
                        position: absolute;
                        top: 5px;
                        left: 44px;
                        background-color: rgba(98, 177, 255, 1);
                        border-radius: 3px;
                    }
                }

                .details-list {
                    width: 733px;
                    margin-left: 60px;
                    padding: 20px;
                    background: inherit;
                    background-color: rgba(246, 246, 246, 1);
                    border-radius: 10px;
                    font-size: 14px;

                    .details-list-item {
                        &:not(:last-of-type) {
                            margin-bottom: 20px;
                        }
                        .details-name {
                            color: #555;
                            margin-right: 30px;
                        }

                        .details-value {
                            color: #000000;
                            white-space: break-spaces;
                            word-wrap: break-word;
                            // width: 693px;
                            &.date {
                                font-weight: 900;
                                font-style: normal;
                                font-size: 16px;
                                color: #000000;
                                font-family: "Arial-Black", "Arial Black", sans-serif;
                            }

                            &.describe {
                                font-size: 15px;
                                line-height: 30px;
                                position: relative;
                                width: 693px;
                                // overflow: hidden;

                                .unlock-mask {
                                    display: none;
                                }

                                &.unlock-unlock {
                                    // overflow: hidden;
                                    height: 180px;
                                    .text {
                                        height: 180px;
                                        overflow: hidden;
                                    }

                                    .unlock-mask {
                                        position: absolute;
                                        top: 0;
                                        left: 0;
                                        width: 100%;
                                        height: 100%;
                                        background: linear-gradient(to top, rgba(246, 246, 246, 1) 70%, transparent);
                                        font-size: 14px;
                                        color: #000000;
                                        flex-direction: column;
                                        align-items: center;
                                        justify-content: flex-end;
                                        padding-bottom: 38px;
                                        line-height: normal;
                                        display: flex;
                                        .unlock-text-box {
                                            flex-direction: column;
                                            position: relative;
                                        }

                                        .unlock-text {
                                            padding-top: 7px;
                                            cursor: pointer;
                                        }

                                        .emphasis {
                                            font-weight: 650;
                                            color: #fa6b11;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }

        .respond-area {
            border-bottom: 1px solid #ebebeb;
            padding: 40px 45px 30px;

            .respond-title {
                font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
                font-weight: 650;
                color: #000000;
                font-size: 16px;
                line-height: 20px;
                margin-bottom: 20px;

                .value {
                    font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
                    font-weight: 400;
                    color: #555555;
                    margin-left: 5px;
                    flex: 1;
                }

                .respond-list-btn {
                    font-weight: 400;
                    cursor: pointer;
                    color: #555555;
                    font-size: 13px;
                    display: flex;
                    align-items: center;
                    .respond-list-btn-amount {
                        font-weight: 650;
                        color: #333;
                        margin: 0 5px;
                    }
                    .respond-list-btn-icon {
                        width: 6px;
                        margin-left: 5px;
                    }
                }
            }

            .respond-no-box {
                width: 382px;
                height: 40px;
                background-color: rgba(255, 255, 255, 1);
                border: 1px solid rgba(235, 235, 235, 1);
                border-radius: 40px 208px 208px 40px;

                /deep/ .respond-add {
                    margin: 5px;
                }
                .respond-no {
                    display: flex;
                    justify-content: space-around;

                    .code {
                        margin-right: 4px;
                        line-height: 30px;
                        font-size: 16px;
                        font-family: "emojifont";
                        cursor: pointer;
                        user-select: none;
                    }
                }
            }

            .respond-box {
                display: flex;
                flex-wrap: wrap;
                .respond-item {
                    font-size: 12px;
                    color: #555555;
                    height: 30px;
                    border: 1px solid #d7d7d7;
                    background: #fff;
                    border-radius: 8px;
                    padding: 0 6px;
                    display: inline-flex;
                    margin-right: 10px;
                    margin-bottom: 10px;
                    cursor: pointer;
                    user-select: none;

                    .code {
                        margin-right: 4px;
                        line-height: 30px;
                        font-size: 16px;
                        font-family: "emojifont";
                        user-select: none;
                    }

                    &.pitch {
                        border: none;
                        background: #f6f6f6;
                    }
                }

                .respond-select {
                    width: 250px;
                    height: 30px;
                    background-color: rgba(255, 255, 255, 1);
                    border: 1px solid rgba(235, 235, 235, 1);
                    border-radius: 208px;
                    .respond-select-box {
                        justify-content: space-around;
                        .respond-select-item {
                            cursor: pointer;
                            font-size: 16px;
                            font-family: "emojifont";
                            line-height: 30px;
                        }
                    }
                }
            }
        }

        .emoji-box-mask {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

        .comment-box {
            padding-top: 40px;
            padding-left: 45px;

            .edit-comment {
                position: fixed;
                top: 0;
                left: 0;
                width: 100vw;
                height: 100vh;
                background-color: rgba(0, 0, 0, 0.5);
                z-index: 12;
                .box {
                    width: 650px;
                    // height: 500px;
                    border-radius: 10px;
                    background: #fff;
                    padding: 20px 15px;

                    .text {
                        font-size: 18px;
                        font-weight: 650;
                        margin-bottom: 15px;
                        color: #000;
                    }

                    .input-box {
                        margin-right: 0;
                        .bottom {
                            border-top: 1px solid #ebebeb;
                            .emoji-edit-box-mask {
                                position: fixed;
                                top: 0;
                                left: 0;
                                width: 100vw;
                                height: 100vh;
                            }
                        }
                    }

                    .btn-list {
                        padding: 15px 0;
                        justify-content: flex-end;

                        .btn {
                            font-size: 14px;
                            color: #333;
                            width: 80px;
                            height: 28px;
                            line-height: 28px;
                            text-align: center;
                            border-radius: 43px;
                            cursor: pointer;
                            background-color: #fff;
                            border: 1px solid #ebebeb;
                            margin-left: 20px;

                            &.send {
                                background-color: #fddf6d;
                                border: 1px solid #fddf6d;
                            }
                        }
                    }
                }
            }

            .comment-title {
                font-size: 16px;
                line-height: 20px;
                font-weight: 650;
                color: #000000;
                margin-bottom: 16px;
                .value {
                    color: #555;
                    font-weight: 400;
                    margin-left: 5px;
                }
            }
            .post-comment {
                width: 749px;
                // height: 60px;
                background-color: rgba(255, 255, 255, 1);
                border: 1px solid rgba(215, 215, 215, 1);
                border-radius: 6px;
                margin-bottom: 30px;

                transition: all 5s;
                overflow: hidden;
                position: relative;
                &.post-comment-focus {
                    .post-input {
                        /deep/ .el-textarea__inner {
                            // width: 468px;
                            min-height: 200px !important;
                            max-height: 80vh;
                            padding-bottom: 52px;
                        }

                        /deep/ .el-input__count {
                            display: block;
                            left: 10px;
                        }
                    }
                    .post-ok {
                        height: 32px;
                        bottom: 10px;
                        right: 10px;
                    }
                    .post-comment-input {
                        width: 749px;
                    }
                }

                .post-comment-input {
                    width: 690px;
                }

                .post-input {
                    height: 100%;
                    border: none;
                    outline: none;
                    background-color: transparent;
                    outline-color: rgba(98, 177, 255, 1);
                    // padding: 10px;
                    font-size: 14px;
                    resize: none;

                    &::placeholder {
                        color: #aaaaaa;
                    }
                    &::-webkit-scrollbar {
                        width: 0 !important;
                    }

                    scrollbar-width: none;
                    -ms-overflow-style: none;
                }

                .post-input {
                    background-color: transparent;
                    font-size: 14px;
                    resize: none;
                    transition: all 0.5s;

                    &::placeholder {
                        color: #aaaaaa;
                    }
                    &::-webkit-scrollbar {
                        width: 0 !important;
                    }

                    scrollbar-width: none;
                    -ms-overflow-style: none;
                    border: none;

                    /deep/ .el-textarea__inner {
                        border: none;
                        box-shadow: none;
                        resize: none;
                        min-height: 60px !important;
                        // height: 60px !important;
                        padding: 10px;
                        transition: all 0.5s;
                    }

                    /deep/ .el-input__count {
                        display: none;
                    }
                }

                .post-ok {
                    width: 60px;
                    height: 62px;
                    background-color: rgba(98, 177, 255, 1);
                    color: #fff;
                    font-size: 14px;
                    cursor: pointer;
                    border-radius: 6px;
                    transition: all 0.5s;
                    position: absolute;
                    bottom: 0;
                    right: 0;
                }
            }

            .input-box {
                background-color: rgba(246, 246, 246, 1);
                border-radius: 10px;
                padding-top: 11px;
                display: flex;
                justify-content: space-between;
                flex-direction: column;
                margin-right: 30px;
                position: relative;

                .top {
                    padding: 0 14px;
                    position: relative;

                    .input-placeholder {
                        color: #7f7f7f;
                        pointer-events: none;
                        font-size: 14px;
                        position: absolute;
                        top: 0;
                        left: 14px;
                    }

                    .avatar {
                        width: 24px;
                        height: 24px;
                        border-radius: 50%;
                        display: block;
                        margin-right: 10px;
                    }

                    .input-textarea {
                        font-size: 14px;
                        border: none;
                        outline: none;
                        background-color: transparent;
                        min-height: 80px;
                        padding-bottom: 11px;
                        // &.placeholder::after {
                        //     content: "说说你的看法…";
                        //     color: #7f7f7f;
                        //     pointer-events: none;
                        // }

                        * {
                            background: transparent !important;
                            color: #000 !important;
                            border: none !important;
                            outline: none !important;
                            font-size: 14px !important;
                            padding: 0 !important;
                            margin: 0 !important;
                            width: auto !important;
                            height: auto !important;
                            border-radius: 0 !important;
                        }

                        img {
                            display: none !important;
                        }
                    }
                }

                .picture-box {
                    padding-bottom: 10px;
                    border-bottom: 1px dotted rgba(215, 215, 215, 0.501961);
                    padding-left: 14px;

                    .picture {
                        position: relative;
                        width: fit-content;

                        .img {
                            height: 60px;
                            border-radius: 5px;
                            display: block;
                        }

                        .close {
                            width: 17px;
                            height: 17px;
                            position: absolute;
                            top: 0;
                            right: 0;
                            transform: translate(50%, -50%);
                            cursor: pointer;
                        }
                    }
                }

                .bottom {
                    height: 52px;
                    padding: 0 14px;
                    justify-content: space-between;
                    .operate {
                        .item {
                            display: inline-flex;
                            margin-right: 20px;
                            position: relative;
                            z-index: 1;
                            &.pitch {
                                .emoji-box {
                                    display: flex;
                                }
                                &::after {
                                    content: "";
                                    width: 28px;
                                    height: 28px;
                                    position: absolute;
                                    top: 50%;
                                    left: 50%;
                                    transform: translate(-50%, -50%);
                                    background-color: #fff;
                                    border-radius: 5px;
                                    z-index: -1;
                                }
                            }

                            .icon {
                                width: 16px;
                                height: 16px;
                                cursor: pointer; /* 鼠标悬停时显示为可点击 */
                            }

                            .emoji-box {
                                width: 581px;
                                border-radius: 8px;
                                background-color: #fff;
                                // box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
                                filter: drop-shadow(0 0 11px rgba(0, 0, 0, 0.1));
                                top: 45px;
                                position: absolute;
                                z-index: 1;
                                left: -14px;
                                border: 1px solid rgb(235, 235, 235);
                                display: none;
                                flex-wrap: wrap;
                                font-size: 22px;
                                padding: 8px;
                                &::after {
                                    content: "";
                                    width: 0;
                                    height: 0;
                                    border-left: 8px solid transparent;
                                    border-right: 8px solid transparent;
                                    border-bottom: 8px solid #ffffff;
                                    position: absolute;
                                    top: -8px;
                                    left: 15px;
                                }
                                .emoji-icon {
                                    margin: 5px;
                                    cursor: pointer;
                                }
                            }

                            .file {
                                opacity: 0; /* 隐藏输入框 */
                                background: transparent;
                                border: none;
                                position: absolute;
                                top: 0;
                                left: 0;
                                width: 100%;
                                height: 100%;
                                cursor: pointer;

                                &::after {
                                    content: "";
                                    width: 100%;
                                    height: 100%;
                                    position: absolute;
                                    top: 0;
                                    left: 0;
                                }
                            }

                            &:hover .file-hint {
                                display: inline-block;
                            }

                            .file-hint {
                                font-weight: 400;
                                color: #ffffff;
                                text-align: center;
                                font-size: 13px;
                                height: 22px;
                                line-height: 22px;
                                background-color: rgba(51, 51, 51, 1);
                                border-radius: 137px;
                                padding: 0 8px;
                                margin-left: 9px;
                                display: none;
                            }
                        }
                    }
                    .btn {
                        font-size: 14px;
                        color: #333;
                        width: 80px;
                        height: 28px;
                        line-height: 28px;
                        text-align: center;
                        background-color: rgba(253, 223, 109, 1);
                        border-radius: 43px;
                        cursor: pointer;
                    }
                }

                .cross {
                    cursor: pointer;
                    height: 12px;
                    position: absolute;
                    right: 8px;
                    top: 5px;
                    width: 12px;
                    z-index: 2;
                }
            }

            .empty-box {
                padding: 80px 0 110px;
            }

            .comment-list {
                margin-bottom: 78px;
                padding-top: 17px;
                .comment-item {
                    // margin-top: 10px;

                    &:not(:first-of-type) {
                        .comment-avatar {
                            margin-top: 10px;
                        }

                        .comment-header {
                            padding-top: 10px;
                            border-top: 1px dotted #d7d7d7;
                        }
                    }
                    padding-right: 30px;
                    .comment-avatar {
                        width: 20px;
                        height: 20px;
                        border-radius: 50%;
                        margin-right: 10px;
                        cursor: pointer;
                    }

                    .comment-content {
                        // padding-bottom: 12px;

                        .comment-header {
                            display: flex;
                            justify-content: space-between;
                            padding-right: 30px;
                            margin-bottom: 10px;

                            .comment-header-left {
                                font-size: 13px;

                                .comments-avatar {
                                    width: 20px;
                                    height: 20px;
                                    margin-right: 10px;
                                    border-radius: 50%;
                                }

                                .comments-username {
                                    color: #555;
                                    margin-right: 10px;
                                    cursor: pointer;
                                }

                                .comments-time {
                                    color: #aaaaaa;
                                    // margin-right: 8px;
                                    margin-right: 10px;
                                }

                                // .floor-left .comments-identity {
                                .comments-identity {
                                    font-size: 12px;
                                    color: #7f7f7f;
                                    padding: 0 3px;
                                    height: 20px;
                                    background-color: rgba(240, 242, 245, 1);
                                    border: 1px solid rgba(215, 215, 215, 1);
                                    border-radius: 5px;
                                    margin-right: 10px;
                                }
                            }
                            .comment-header-right {
                                .menu-box {
                                    position: relative;

                                    &:hover .operate-box {
                                        display: block;
                                    }

                                    .menu-icon {
                                        width: 14px;
                                        height: 14px;
                                        cursor: pointer;
                                    }

                                    .operate-box {
                                        display: none;
                                        flex-direction: column;
                                        position: absolute;
                                        top: 24px;
                                        right: 0;
                                        font-size: 12px;
                                        color: #7f7f7f;
                                        cursor: pointer;
                                        width: 60px;
                                        z-index: 2;
                                        border-radius: 5px;
                                        background-color: rgba(246, 246, 246, 1);
                                        border: 1px solid rgba(215, 215, 215, 1);
                                        .item {
                                            height: 24px;
                                            &:not(:last-of-type) {
                                                border-bottom: 1px solid rgba(215, 215, 215, 1);
                                            }
                                        }
                                        &::after {
                                            content: "";
                                            width: 58px;
                                            height: 36px;
                                            position: absolute;
                                            top: -14px;
                                            right: 0;
                                            z-index: -1;
                                        }
                                    }
                                }

                                .comment-icon {
                                    width: 14px;
                                    height: 13px;
                                    margin-left: 30px;
                                    cursor: pointer;
                                }

                                .like-box {
                                    font-size: 12px;
                                    color: #aaa;
                                    margin-left: 30px;
                                    cursor: pointer;

                                    .like-icon {
                                        width: 14px;
                                        height: 14px;
                                    }

                                    .like-quantity {
                                        margin-left: 6px;
                                    }
                                }
                            }
                        }

                        .comment-text {
                            font-size: 14px;
                            line-height: 22px;
                            color: #333;
                            margin-bottom: 10px;
                            word-break: break-all;
                            min-height: 22px;
                            cursor: pointer;
                            .comments-reply {
                                color: #92a1bf;
                                display: inline;
                            }
                        }

                        .comments-img {
                            width: 75px;
                            margin-bottom: 13px;
                            border-radius: 5px;
                        }

                        .comments-input-masking {
                            width: 100vw;
                            height: 100vh;
                            min-width: 1200px;
                            position: fixed;
                            top: 0;
                            left: 0;
                            z-index: 10;
                        }

                        .comments-input-box {
                            margin-top: 13px;
                            // margin-bottom: 10px;
                            // height: 0;
                            // overflow: hidden;
                            transition: all 0.3s;
                            position: relative;
                            z-index: 11;

                            &.comments-input-box-show {
                                height: 184px;
                                // overflow: visible;
                                margin-bottom: 10px;
                                &::after {
                                    content: "";
                                    width: 20px;
                                    height: 20px;
                                    display: block;
                                    background-color: rgba(215, 215, 215, 1);
                                    position: absolute;
                                    top: -2px;
                                    left: 21px;
                                    transform: rotate(45deg);
                                    z-index: -1;
                                }
                                .comments-input {
                                    border: 1px solid rgba(215, 215, 215, 1);
                                    background-color: #fff;

                                    /deep/ textarea {
                                        height: 140px;
                                        padding: 10px;
                                        min-height: 40px !important;
                                        overflow: auto;
                                    }

                                    /deep/ .el-input__count {
                                        display: block;
                                    }

                                    .operate-bottom {
                                        display: flex;
                                    }
                                }
                            }

                            .comments-input {
                                // width: 519px;
                                flex: 1;
                                border-color: #fff;
                                // height: 60px;
                                // border: 1px solid rgba(215, 215, 215, 1);
                                // border-right: none;
                                border-radius: 8px;
                                // margin-right: 16px;
                                position: relative;
                                z-index: 1;
                                transition: all 0.3s;

                                // background-color: #fff;

                                // &::after {
                                //     content: "";
                                //     width: 20px;
                                //     height: 20px;
                                //     display: block;
                                //     background-color: rgba(215, 215, 215, 1);
                                //     position: absolute;
                                //     top: -2px;
                                //     left: 21px;
                                //     transform: rotate(45deg);
                                //     z-index: -1;
                                // }

                                /deep/ textarea {
                                    border: none;
                                    outline: none;
                                    resize: none;
                                    padding: 10px;
                                    // border-radius: 7px 0 0 7px;
                                    border-radius: 8px;
                                    font-size: 14px;
                                    width: 100%;
                                    // height: 140px;
                                    height: 0;
                                    padding: 0 10px;
                                    min-height: 0 !important;
                                    transition: all 0.2s;
                                    overflow: hidden;
                                }

                                /deep/ .el-textarea__inner {
                                    box-shadow: none;
                                }

                                /deep/ .el-input__count {
                                    left: 10px;
                                    bottom: -32px;
                                    width: fit-content;
                                    display: none;
                                }
                                /deep/ .el-textarea {
                                    display: block;
                                }

                                .operate-bottom {
                                    justify-content: flex-end;
                                    display: none;
                                    transition: all 0.3s;
                                    .comments-btn {
                                        width: 60px;
                                        height: 32px;
                                        border-radius: 6px;

                                        background-color: rgba(98, 177, 255, 1);
                                        // border-radius: 0 7px 7px 0;
                                        font-size: 14px;
                                        color: #ffffff;
                                        cursor: pointer;
                                        margin-right: 10px;
                                        margin-bottom: 10px;

                                        &.comments-btn-cancel {
                                            border: 1px solid #cccccc;
                                            color: #797979;
                                            background-color: #fff;
                                        }
                                    }
                                }
                            }

                            // .forkfork {
                            //     width: 12px;
                            //     height: 12px;
                            //     cursor: pointer;
                            // }
                        }
                    }

                    .child-comments {
                        .comment-avatar {
                            margin-top: 10px;
                        }

                        .comment-header {
                            padding-top: 10px;
                            border-top: 1px dotted #d7d7d7;
                        }

                        .comment-item {
                            padding-right: 0;
                        }
                    }
                    .comments-also {
                        color: #62b1ff;
                        line-height: 22px;
                        font-size: 13px;
                        height: 46px;
                        margin-left: 30px;
                        cursor: pointer;
                        border-top: 1px dotted #d7d7d7;

                        .also-icon {
                            width: 10px;
                            height: 10px;
                            margin-left: 8px;
                        }
                    }
                }

                .input-box {
                    margin-bottom: 10px;
                }
            }

            .comment-end {
                font-size: 12px;
                color: #d7d7d7;
                text-align: center;
                margin-bottom: 118px;
                padding-right: 30px;
            }
        }
    }

    .floor-area {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100vw;
        min-width: 1200px;
        height: 70px;
        z-index: 11;
        background-color: rgba(255, 255, 255, 1);
        -moz-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.192156862745098);
        -webkit-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.192156862745098);
        box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.192156862745098);
        .floor-content {
            width: 1200px;
            height: 100%;
            margin: 0 auto;
            padding: 0 30px;
            display: flex;
            justify-content: space-between;
            // background: #000000;

            .floor-left {
                // width: 373px;
                height: 40px;
                // background-color: rgba(98, 177, 255, 0.0980392156862745);
                border-radius: 150px;
                padding: 0 20px;
                .item {
                    cursor: pointer;
                    color: #aaaaaa;
                    font-size: 13px;
                    &:not(:last-of-type) {
                        margin-right: 40px;
                    }
                    .icon {
                        // width: 16px;
                        &.h16 {
                            height: 16px;
                        }
                        &.h15 {
                            height: 15px;
                        }
                        &.h8 {
                            height: 8px;
                        }
                        margin-right: 5px;
                    }

                    &.operate-item {
                        position: relative;
                        display: flex;
                        justify-content: center;
                    }
                }
            }

            .floor-middle {
                min-width: 247px;
                height: 40px;
                background-color: rgba(246, 246, 246, 1);
                border-radius: 150px;
                .coin-content {
                    padding: 0 20px 0 16px;
                    height: 100%;
                    // cursor: pointer;

                    .coin-icon {
                        width: 20px;
                        height: 24px;
                        margin-right: 5px;
                        margin-top: -2px;
                    }

                    .coin-text {
                        font-size: 13px;
                        color: #333333;
                        .coin-value {
                            font-family: "Arial-Black", "Arial Black", sans-serif;
                            font-weight: 900;
                            margin: 0 5px;
                        }
                    }
                }

                .coin-btn {
                    width: 80px;
                    height: 40px;
                    background-color: rgba(114, 219, 134, 1);
                    border-radius: 150px;
                    color: #ffffff;
                    font-size: 13px;
                    cursor: pointer;
                }
            }

            .floor-centre {
                cursor: pointer;
                color: #aaaaaa;
                .icon {
                    height: 16px;
                    margin-right: 5px;
                }
            }

            .floor-right {
                color: #7f7f7f;
                font-size: 13px;
                cursor: pointer;

                .arrows-icon {
                    width: 12px;
                    height: 12px;
                    margin: 0 10px;
                }

                .QR-code-ball {
                    width: 40px;
                    height: 40px;
                    background-color: rgba(246, 246, 246, 1);
                    border-radius: 20px;
                    cursor: pointer;
                }
            }
        }
    }
}

.transmit-box {
    width: 628px;
    border-radius: 10px;
    justify-content: space-between;
    padding: 40px 35px 42px;
    // z-index: 3;
    cursor: auto;

    .cross-icon {
        width: 22px;
        height: 22px;
        position: absolute;
        top: 6px;
        right: 6px;
        cursor: pointer;
        padding: 6px;
    }

    .transmit-title {
        font-weight: 650;
        font-size: 16px;
        color: #000000;
        line-height: 24px;
        margin-bottom: 24px;
    }

    .transmit-content {
        border: 1px solid rgba(242, 242, 242, 1);
        border-radius: 16px;
    }

    .transmit-web {
        .transmit-content {
            width: 300px;
            font-size: 14px;
            line-height: 24px;
            padding: 14px 16px;
            margin-bottom: 32px;

            .transmit-headline {
                color: #333333;
            }

            .transmit-url {
                color: #aaaaaa;
                word-wrap: break-word;
            }
        }

        .transmit-web-btn {
            width: 120px;
            height: 38px;
            background-color: rgba(114, 219, 134, 1);
            border-radius: 8px;
            font-size: 14px;
            color: #fff;
            cursor: pointer;
        }
    }

    .transmit-mini {
        .transmit-content {
            flex-direction: column;
            padding: 22px 44px;

            .transmit-mini-img {
                width: 90px;
                height: 90px;
                margin-bottom: 21px;
            }

            color: #555555;
            // line-height: 22px;
            font-size: 13px;

            .give-sweep {
                width: 12px;
                height: 12px;
                margin-right: 8px;
            }
        }
    }
}

.examine-code {
    width: 113px;
    height: 113px;
}

.pop-masking {
    * {
        box-sizing: content-box;
    }
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10;

    .slit-pop-box {
        width: 433px;
        border: 1px solid #e5e5e5;
        background-color: #fff;
        border-radius: 20px;
        padding: 60px 50px 48px 38px;
        display: flex;
        -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.21);
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.21);

        .slit-left-icon {
            width: 50px;
            height: 60px;
        }

        .slit-box {
            flex: 1;
            margin-left: 15px;

            .slit-head {
                display: flex;
                align-items: center;
                justify-content: space-between;
                height: 54px;

                .slit-head-title {
                    font-weight: 650;
                    font-size: 20px;
                    color: #333;
                }
                .in-all {
                    font-size: 13px;
                    color: #7f7f7f;
                    font-weight: 400;

                    & > span {
                        color: #000;
                        font-weight: 650;
                    }
                }
            }

            .coin-quantity {
                display: flex;
                align-items: center;
                margin-bottom: 27px;
                margin-top: 20px;
            }

            .coin-quantity-item {
                width: 78px;
                height: 46px;
                border: 1px solid #d7d7d7;
                background-color: #f0f2f5;
                border-radius: 5px;
                font-size: 20px;
                color: #000;
                font-weight: 650;
                line-height: 46px;
                text-align: center;
                cursor: pointer;
                user-select: none;
                & > span {
                    color: #555;
                    font-weight: 400;
                    font-size: 14px;
                }

                &:not(:last-of-type) {
                    margin-right: 16px;
                }

                &.coin-pitch {
                    background-color: #333333;
                    border-color: #333333;
                    color: #fff;
                    & > span {
                        color: #fff;
                    }
                }
            }

            .slit-input {
                width: 360px;
                height: 38px;
                padding-left: 8px;
                border: 1px solid #d7d7d7;
                outline: none;
                border-radius: 8px;
                /* 去掉number类型自带的加减按钮 */
                overflow: hidden;

                &::-webkit-outer-spin-button,
                &::-webkit-inner-spin-button {
                    -webkit-appearance: none;
                }

                &[type="number"] {
                    -moz-appearance: textfield;
                }

                /deep/ .el-input__wrapper {
                    box-shadow: none;
                }
            }

            .message-box {
                display: flex;
                flex-direction: column;
                .message-hint {
                    color: #000;
                    font-size: 14px;
                    margin-top: 29px;
                    margin-bottom: 12px;
                }
            }

            .operation {
                display: flex;
                justify-content: flex-end;
                margin-top: 48px;
                .operation-item {
                    width: 120px;
                    height: 41px;
                    margin-left: 16px;
                    font-size: 16px;
                    color: #000;
                    border: 1px solid #797979;
                    border-radius: 45px;
                    cursor: pointer;
                    &.greenBj {
                        color: #fff;
                    }
                }
            }
        }
    }
}

.no-jituobi-pop-box {
    width: 520px;
    flex-direction: column;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    border-radius: 11px;
    display: flex;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.21);
    padding-bottom: 55px;
    position: relative;
    .no-jituobi-close {
        width: 16px;
        height: 16px;
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .no-jituobi-head {
        font-size: 15px;
        color: #333;
        margin: 38px auto 44px;
        .bi-icon {
            width: 50px;
            height: 60px;
        }
    }

    .strategy-btn {
        width: 198px;
        height: 43px;
        color: #fff;
        font-size: 16px;
        border-radius: 100px;
        margin: 0 auto;
        cursor: pointer;
        .strategy-icon {
            width: 16px;
            height: 16px;
            margin-left: 8px;
        }
    }
}
.greenBj {
    background-color: rgba(114, 219, 134, 1);
    border-color: rgba(114, 219, 134, 1) !important;
}

.respond-pop-mask {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    .respond-pop {
        width: 600px;
        height: 500px;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        border-radius: 20px;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.21);
        -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.21);
        .respond-pop-title {
            height: 50px;
            display: flex;
            justify-content: center;
            border-bottom: 1px dotted rgba(215, 215, 215, 0.5);
            align-items: center;
            color: #555555;
            position: relative;
            .respond-pop-amount {
                margin: 0 8px;
                font-weight: 650;
                color: #000000;
            }
            .respond-title-icon {
                position: absolute;
                width: 20px;
                right: 20px;
                cursor: pointer;
            }
        }

        .respond-list {
            overflow: auto;
            height: 450px;

            &::-webkit-scrollbar-track {
                border-radius: 10px;
            }

            &::-webkit-scrollbar-thumb {
                background-color: #0003;
                border-radius: 10px;
                transition: all 0.2s ease-in-out;
            }

            &::-webkit-scrollbar {
                width: 6px;
            }
            .respond-item {
                display: flex;
                padding: 20px 0 0 20px;

                &:not(:last-of-type) .respond-content {
                    border-bottom: 1px dotted rgba(215, 215, 215, 0.5);
                }
                .respond-code {
                    width: 60px;
                    height: 60px;
                    background-color: rgba(246, 246, 246, 1);
                    border-radius: 10px;
                    font-family: "emojifont";
                    font-size: 25px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    margin-right: 20px;
                    cursor: pointer;
                    box-sizing: border-box;
                    &.pitch {
                        background-color: #f6f6bd;
                        border: 1px solid #ccd003;
                    }
                }

                .respond-content {
                    padding-bottom: 10px;
                    .respond-total {
                        font-size: 14px;
                        color: #7f7f7f;
                        margin-bottom: 10px;
                    }

                    .user-item {
                        font-size: 14px;
                        color: #555555;
                        display: inline-flex;
                        margin-right: 20px;
                        margin-bottom: 10px;
                        align-items: center;
                        cursor: pointer;

                        .user-avatar {
                            width: 26px;
                            height: 26px;
                            border-radius: 50%;
                            margin-right: 10px;
                        }
                    }
                }
            }
        }

        .respond-pop-no {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            position: relative;
            .respond-title-icon {
                position: absolute;
                width: 20px;
                top: 20px;
                right: 20px;
                cursor: pointer;
            }
            .respond-pop-no-icon {
                width: 90px;
                margin-bottom: 15px;
            }
            .respond-pop-no-text {
                font-size: 13px;
                color: #7f7f7f;
                line-height: 22px;
            }
        }
    }
}

.respond-list-box {
    background: #f6f6f6;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    position: absolute;
    top: 84px;
    z-index: 1;
    &::after {
        content: "";
        background: #f6f6f6;
        border: 1px solid #e4e7ed;
        border-bottom-color: transparent !important;
        border-right-color: transparent !important;
        border-top-left-radius: 2px;
        width: 10px;
        height: 10px;
        position: absolute;
        top: -6px;
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
        z-index: 3000;
    }
}

.respond-list-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
}

.detail-image-mask {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    border: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 100;

    .detail-image {
        width: 80vw;
        height: 80vh;
        border-radius: 8px;
        background-color: #111;

        .detail-img {
            max-width: 100%;
            max-height: 100%;
        }
    }
}