[v-cloak] {
    display: none !important;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
select, textarea,
input {
    resize: none;
    border: none;
    outline: 0;
    line-height: unset;
    padding-inline: 0;
    -webkit-appearance: none;
}

/* 隐藏Chrome, Safari, Edge, Opera中number输入框的上下箭头 */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* 隐藏Firefox中的number输入框的上下箭头 */
input[type=number] {
    -moz-appearance: textfield;
}

/*滚动条宽高及背景*/
:root *::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background: transparent;
}

/*滑块*/
:root *::-webkit-scrollbar-thumb {
    background: #F9CCCC;
    border-radius: 2px;
}

/*滚动条轨道*/
:root *::-webkit-scrollbar-track {
    background: transparent;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background-color: #000000;
}

.container {
    width: 100vw;
    height: 100vh;
    display: flex;
    background: url("https://static.9891.com/9891/image_im/kfsys_bg.png") no-repeat center;
    background-size: cover;
    position: relative;
}

.p-login {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-login .login-container {
    width: 598px;
    height: 503px;
    background: #FFFFFF;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p-login .title {
    font-weight: 800;
    font-size: 24px;
    color: #333333;
    margin-top: 35px;
}

.p-login .label {
    width: 400px;
    display: flex;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    margin-top: 24px;
}

.p-login .label.first {
    margin-top: 32px;
}

.p-login .input {
    width: 400px;
    height: 53px;
    background: #F5F5F5;
    border-radius: 12px;
    margin-top: 8px;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    text-indent: 15px;
}

.p-login .input::placeholder {
    color: #999999;
}

.p-login .login-btn {
    width: 400px;
    height: 53px;
    background: #FC3135;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 77px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}

.p-index {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-index .chart-container {
    width: 1240px;
    height: 720px;
    background: #FFFFFF;
    border-radius: 16px;
    display: flex;
    overflow: hidden;
}

.p-index .kf-part {
    width: 100px;
    height: 720px;
    box-sizing: border-box;
    border-right: 2px solid #F5F5F5;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 32px;
}

.p-index .kf-avatar-container {
    width: 52px;
    height: 52px;
    position: relative;
}

.p-index .kf-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.p-index .logout-container {
    width: 88px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.12);
    border-radius: 0px 16px 0px 16px;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    position: absolute;
    z-index: 2;
    cursor: pointer;
}

.p-index .conversation-part {
    width: 240px;
    height: 720px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 22px 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.p-index .conversation-part.no-data {
    position: relative;
    justify-content: center;
    align-items: center;
}

.p-index .conversation-part.no-data:before{
    content: '';
    width: 165px;
    height: 134px;
    background: url("https://static.9891.com/9891/image_im/pc_chart_no_conversation.png") no-repeat center;
    background-size: 165px 134px;
}

.p-index .conversation-part.no-data:after{
    content: '暂无数据';
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}

.p-index .conversation-part::-webkit-scrollbar {
    display: none;
}

.p-index .conversation-part:hover::-webkit-scrollbar {
    display: initial;
}

.p-index .conversation-container {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
}

.p-index .conversation-item {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
}

.p-index .conversation-item.current {
    background-color: rgba(252, 49, 53, 0.1);
}

.p-index .conversation-item .avatar-container {
    width: 52px;
    height: 52px;
    background: #F9CCCC;
    display: flex;
    position: relative;
    margin-left: 20px;
    border-radius: 50%;
}

.p-index .conversation-item .avatar-img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    position: relative;
}

.p-index .conversation-item .group-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.p-index .conversation-item .group-avatar-img {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    z-index: 2;;
}

.p-index .conversation-item .group-avatar-img:nth-child(1) {
    left: 17px;
    top: 5px;
}

.p-index .conversation-item .group-avatar-img:nth-child(2) {
    left: 5px;
    top: 24px;
}

.p-index .conversation-item .group-avatar-img:nth-child(3) {
    right: 5px;
    top: 24px;
}

.p-index .conversation-item .online-point {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
}

.p-index .conversation-item .online-point.status_0 {
    border: 0.08rem solid #ffffff;
    background-color: #999999;
}

.p-index .conversation-item .online-point.status_1 {
    border: 0.08rem solid #ffffff;
    background-color: #0CCF67;
}

.p-index .conversation-item .info-container {
    margin-left: 4px;
    width: 151px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.p-index .conversation-item .name-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p-index .conversation-item .name-container .name-container-none{
    width: 100%;
    height: 12px;
    background-color: #eeeeee;
    margin-top: 4px;
}

.p-index .conversation-item .name {
    width: fit-content;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}

.p-index .conversation-item .unread-point {
    width: 6px;
    height: 6px;
    background: #FC3135;
    border-radius: 50%;
    flex-shrink: 0;
}

.p-index .conversation-item .content-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.p-index .conversation-item .content-container .content-container-none{
    width: 70%;
    height: 12px;
    background-color: #eeeeee;
    margin-bottom: 6px;
}

.p-index .conversation-item .content-container .content-container-none-time{
    width: 20%;
    height: 12px;
    background-color: #eeeeee;
    margin-bottom: 6px;
}

.p-index .conversation-item .last-msg-container {
    width: fit-content;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}

.p-index .conversation-item .time {
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    flex-shrink: 0;
}

.p-index .main-part {
    width: 900px;
    height: 720px;
    display: flex;
    flex-direction: column;
    background: #F6F6F6;
}

.p-index .main-part.no-conversation{
    background: url("https://static.9891.com/9891/image_im/pc_chart_no_chart.png") no-repeat center;
    background-size: 259px 56px;
}

.p-index .conversation-name {
    width: 898px;
    height: 64px;
    background-color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    display: flex;
    align-items: center;
    text-indent: 24px;
    margin-left: auto;
}

.p-index .main-part-bottom {
    width: 900px;
    height: 656px;
    display: flex;
}

.p-index .chart-part {
    width: 624px;
    height: 656px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 0 20px;
}

.p-index .msg-part {
    width: 100%;
    height: 504px;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    z-index: 0;
}

.p-index .msg-top-reach {
    width: 100%;
    height: 20px;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}

.p-index .no-more-container {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.p-index .no-more-history {
    width: 50%;
    font-size: 14px;
    color: #999999;
    border-color: #999999;
}

.p-index .msg-container {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.p-index .msg-item {
    width: 100%;
    height: fit-content;
    display: flex;
    margin-top: 40px;
}

.p-index .my-msg {
    width: 305px;
    margin-left: auto;
    display: flex;
}

.p-index .msg-content {
    width: fit-content;
    height: fit-content;
    max-width: 261px;
    box-sizing: border-box;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    position: relative;
    white-space: pre-wrap;
}

.p-index .my-msg .msg-content {
    background-color: #FFEAEA;
    margin-left: auto;
}

.p-index .msg-img-container {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
}

.p-index .msg-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.p-index .video-container {
    width: 160px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #000000;
}

.p-index .msg-video {
    width: 0;
    height: 0;
    position: relative;
    z-index: 1;
}

.p-index .msg-video-thumb {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    z-index: 2;
}

.p-index .video-play {
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 3;
    background: url("https://static.9891.com/9891/image_im/video_poster.png") no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
}

.p-index .msg-user {
    width: 38px;
    height: 38px;
    border-radius: 50%;
}

.p-index .my-msg .msg-user {
    margin-left: 6px;
}

.p-index .other-msg .msg-user {
    margin-right: 6px;
}

.p-index .msg-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
}

.p-index .other-msg {
    width: 100%;
    display: flex;
}

.p-index .other-content-container {
    width: 261px;
    height: fit-content;
    display: flex;
    flex-direction: column;
}

.p-index .other-user-container {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.p-index .other-user-name {
    width: fit-content;
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p-index .other-user-container .official-tag {
    width: 32px;
    height: 18px;
    background: #FFDCB2;
    border-radius: 4px;
    font-weight: 500;
    font-size: 12px;
    color: #B06A15;
    display: flex;
    justify-content: center;
    line-height: 18px;
    margin-left: 4px;
    flex-shrink: 0;
}

.p-index .other-user-container .msg-time {
    font-weight: 500;
    font-size: 12px;
    color: #999999;
    margin-left: 10px;
    flex-shrink: 0;
}

.p-index .exp-msg-container {
    width: 100%;
    height: fit-content;
    position: relative;
    display: flex;
    flex-direction: column;
}

.p-index .exp-msg-main {
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 8px;
    font-weight: 500;
    font-size: 12px;
    color: #666666;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.p-index .exp-msg-main.important,
.p-index .exp-msg-main.important-complete {
    border: 1px solid #FC3135;
}

.p-index .exp-msg-main.important:before {
    content: '';
    width: 50px;
    height: 18px;
    position: absolute;
    z-index: 5;
    top: -1px;
    right: -1px;
    background: url("https://static.9891.com/9891/image_im/step_important.png") no-repeat center;
    background-size: 100% 100%;
}

.p-index .exp-msg-main .bigger-content {
    font-size: 14px;
}

.p-index .exp-msg-main .dark-content {
    color: #333333;
}

.p-index .exp-msg-main .complete-tag {
    width: 36px;
    height: 36px;
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
}

.p-index .exp-msg-container .title-container {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.p-index .exp-msg-container .title {
    font-weight: 600;
    font-size: 14px;
    color: #333333;
}

.p-index .exp-msg-container .info-column {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p-index .exp-msg-container .info-column-name {
    font-weight: 500;
    font-size: 12px;
    color: #999999;
}

.p-index .exp-msg-container .info-column-name.bigger {
    font-size: 14px;
}

.p-index .exp-msg-container .info-column-content {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
}

.p-index .exp-msg-container .info-column-value {
    font-weight: 500;
    font-size: 12px;
    color: #333333;
}

.p-index .exp-msg-container .info-column-value.bigger {
    font-weight: 600;
    font-size: 14px;
}

.p-index .exp-msg-container .info-column-copy {
    width: 16px;
    height: 16px;
    margin-left: 4px;
    cursor: pointer;
}

.p-index .exp-msg-container .info-column-image {
    width: 100px;
    height: 100px;
    border-radius: 4px;
}

.p-index .exp-msg-container .mention,
.p-index .msg-content .mention {
    font-weight: 500;
    font-size: 14px;
    color: #6BB8FF;
    word-break: break-all;
}

.p-index .exp-msg-container .label {
    font-weight: 600;
    color: #333333;
}

.p-index .exp-msg-container .red-tip {
    font-weight: 600 !important;
    color: #FF7A7A !important;
}

.p-index .exp-msg-container .red-text {
    color: #FF7A7A;
}

.p-index .exp-msg-container .fold-container {
    width: 100%;
    height: 144px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.p-index .exp-msg-container .fold-main {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: relative;
    z-index: 1;
}

.p-index .exp-msg-container .fold-container.open {
    height: fit-content;
}

.p-index .exp-msg-main .tip-img,
.p-index .fold-container .tip-img {
    width: 100%;
    position: relative;
    z-index: 1;
}

.p-index .fold-container .fold-mask {
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.p-index .fold-container .fold-btn {
    width: 56px;
    height: 20px;
    background: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    position: absolute;
    z-index: 3;
    bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
}

.p-index .fold-container.open .fold-btn {
    position: relative;
    margin-top: 15px;
}

.p-index .fold-container .fold-btn-text {
    font-weight: 500;
    font-size: 12px;
    color: #FF7A7A;
    line-height: 16px;
}

.p-index .fold-container .fold-btn-arrow {
    width: 6px;
    height: 5px;
}

.p-index .fold-container.open .fold-btn-arrow {
    transform: rotateZ(180deg);
}

.p-index .exp-msg-step-tip {
    width: 100%;
    height: 47px;
    background: #FFEFEF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}

.p-index .step-tip-finger {
    width: 18px;
    height: 18px;
}

.p-index .step-tip-text {
    font-weight: 500;
    font-size: 12px;
    color: #000000;
    margin-left: 10px;
}

.p-index .step-tip-text .red-text {
    color: #FC3135;
}

.p-index .step-tip-text .lager-text {
    font-size: 16px;
}

.p-index .exp-msg-main .clip-image-container {
    width: 100%;
    height: fit-content;
    background: linear-gradient(180deg, #FEADAE 0%, #FFD4CC 100%);
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p-index .exp-msg-main .clip-image-container:before {
    content: '';
    width: 180px;
    height: 66px;
    background: url("https://static.9891.com/9891/image_im/card_bg.png") no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    z-index: 1;
    top: 0;
}

.p-index .exp-msg-main .clip-image-title {
    width: 128px;
    height: 16px;
    margin-top: 14px;
    position: relative;
    z-index: 2;
}

.p-index .exp-msg-main .clip-image {
    width: 227px;
    border-radius: 10px;
    margin: 10px 0;
    position: relative;
    z-index: 2;
}

.p-index .exp-msg-main .auto-complete-container {
    width: 100%;
    height: 24px;
    background: #FFEBEB;
    border-radius: 2px;
    display: flex;
    align-items: center;
}

.p-index .exp-msg-main .auto-complete-icon {
    width: 14px;
    height: 14px;
    margin: 0 6px;
}

.p-index .exp-msg-main .normal-container {
    width: 100%;
    height: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.p-index .exp-msg-main .orange-warn-icon {
    width: 12px;
    height: 12px;
}

.p-index .exp-msg-main .orange-warn-text {
    font-weight: 600;
    font-size: 12px;
    color: #FF9B26;
    line-height: 16px;
}

.p-index .exp-msg-container .title-icon {
    width: 20px;
    height: 20px;
}

.p-index .msg-bottom-reach {
    width: 100%;
    height: 20px;
    flex-shrink: 0;
}

.p-index .new-msg-tip {
    width: fit-content;
    height: 26px;
    padding: 0 6px;
    position: sticky;
    z-index: 100;
    bottom: 165px;
    margin-left: auto;
    background: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    border-radius: 13px 0 0 13px;
    display: flex;
    align-items: center;
    gap: 1px;
    font-weight: 500;
    font-size: 12px;
    color: #2095FF;
    line-height: 26px;
    cursor: default;
    flex-shrink: 0;
}

.p-index .new-msg-tip .new-msg-img {
    width: 14px;
    height: 14px;
}

.p-index .mention-msg-tip {
    width: fit-content;
    height: 26px;
    padding: 0 6px;
    position: sticky;
    z-index: 100;
    bottom: 128px;
    margin-left: auto;
    background: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    border-radius: 13px 0 0 13px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    color: #2095FF;
    line-height: 26px;
    cursor: default;
    flex-shrink: 0;
}

.p-index .send-part {
    width: 100%;
    height: 152px;
    box-sizing: border-box;
    border-top: 2px solid rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
}

.p-index .send-menu-container {
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
}

.p-index .emoji-btn {
    width: 26px;
    height: 26px;
}

.p-index .emoji-btn-img,
.p-index .send-menu-btn {
    width: 26px;
    height: 26px;
}

.p-index .emoji-btn-img:hover,
.p-index .send-menu-btn:hover {
    background-color: #dfdfdf;
    border-radius: 4px;
}

.p-index .emoji-container {
    width: 400px;
    height: 160px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: absolute;
    top: -160px;
    left: 0;
    overflow: scroll;
    background: #FFFFFF;
    padding: 0 10px;
    box-sizing: border-box;
    border-top: 10px solid #ffffff;
    border-bottom: 10px solid #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
    cursor: default;
}

.p-index .send-content {
    width: 100%;
    height: 54px;
    margin-top: 4px;
    outline: none;
    border: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    white-space: pre-wrap;
}

.p-index .send-content:empty:before {
    content: attr(data-placeholder);
    color: #999999;
    pointer-events: none;
}

.p-index .send-content::-webkit-scrollbar {
    display: none;
}

.p-index .send-content img {
    max-width: 100px;
    max-height: 50px;
    cursor: pointer;
}

.p-index .send-content myvideo {
    width: fit-content;
    height: 50px;
    box-sizing: border-box;
    padding-left: 10px;
    cursor: default;
    background-color: #ffffff;
    border-radius: 4px;
    color: #333333;
    font-size: 14px;
    display: inline-block;
}

.p-index .send-content myvideo .send-video-container {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.p-index .send-content myvideo .send-video-play {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.p-index .send-container {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 4px;
}

.p-index .send-opt-tip {
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    margin-left: auto;
}

.p-index .send-btn {
    width: 74px;
    height: 32px;
    background: rgba(252, 49, 53, 0.5);
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-left: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
}

.p-index .send-btn.on {
    background: #FC3135;
}

.p-index .group-info-part {
    width: 260px;
    height: 624px;
    background: #FFFFFF;
    border-radius: 16px;
    margin-top: 16px;
    box-sizing: border-box;
    padding: 20px 16px;
}

.p-index .group-info-tab {
    width: 100%;
    height: 28px;
    display: flex;
    gap: 26px;
}

.p-index .group-info-tab .tab {
    font-weight: 500;
    font-size: 16px;
    color: #999999;
    display: flex;
    position: relative;
    cursor: pointer;
}

.p-index .group-info-tab .tab.on {
    font-weight: bold;
    color: #333333;
}

.p-index .group-info-tab .tab.on:after {
    content: '';
    width: 100%;
    height: 4px;
    background: #FC3135;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
}

.p-index .group-info-container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.p-index .group-info,
.p-index .order-info {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-sizing: border-box;
    padding: 16px 0;
    border-bottom: 2px solid #F5F5F5;
}

.p-index .group-column,
.p-index .order-column {
    width: 100%;
    display: flex;
}

.p-index .group-column-label,
.p-index .order-column-label {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    flex-shrink: 0;
}

.p-index .group-column-value,
.p-index .order-column-value {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    width: fit-content;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p-index .group-member-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-sizing: border-box;
    padding-top: 16px;
}

.p-index .group-member-info .title {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}

.p-index .group-member-item {
    width: 100%;
    display: flex;
    align-items: center;
}

.p-index .group-member-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    flex-shrink: 0;
}

.p-index .group-member-name {
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    margin-left: 6px;
    width: fit-content;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p-index .trans-info-container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.p-index .recycle-start {
    width: 100%;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}

.p-index .recycle-start .label {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}

.p-index .recycle-start .start-btn {
    width: 60px;
    height: 24px;
    background: #FC3135;
    border-radius: 6px;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}

.p-index .goods-info {
    width: 100%;
    height: 52px;
    margin-top: 16px;
    display: flex;
}

.p-index .goods-img {
    width: 52px;
    height: 52px;
    border-radius: 8px;
    flex-shrink: 0;
}

.p-index .goods-info-right {
    width: 176px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.p-index .goods-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 800;
    font-size: 14px;
    color: #333333;
}

.p-index .goods-price {
    width: fit-content;
    display: flex;
    align-items: baseline;
    color: #FC3135;
    margin-left: 10px;
}

.p-index .goods-price-unit {
    font-weight: 400;
    font-size: 12px;
}

.p-index .goods-price-amount {
    font-weight: 800;
    font-size: 20px;
    margin-left: 3px;
}

.p-index .trans-step-info {
    width: 100%;
    height: 450px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding-top: 16px;
}

.p-index .trans-step-info .title {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}

.p-index .trans-step-scroll {
    width: 100%;
    height: 346px;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding-bottom: 26px;
}

.p-index .trans-step-container {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.p-index .trans-step-item {
    height: fit-content;
    display: flex;
    align-items: center;
}

.p-index .trans-step-icon {
    width: 16px;
    height: 16px;
}

.p-index .trans-step-name {
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    margin-left: 6px;
}

.p-index .trans-step-point {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FC9731;
    margin-left: 10px;
}

.p-index .trans-step-point.complete {
    background: #27DC94;
}

.p-index .trans-step-detail {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    margin-left: 6px;
}

.p-index .resend-btn {
    padding: 0 10px;
    height: 24px;
    background: #FC9731;
    border-radius: 6px;
    line-height: 24px;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    margin-left: auto;
    cursor: pointer;
}

.p-index .mention-member-pop {
    width: 188px;
    height: fit-content;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 10;
}

.p-index .mention-member-item {
    width: 168px;
    height: 40px;
    display: flex;
    align-items: center;
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
    cursor: default;
}

.p-index .mention-member-item.hover {
    background-color: #f0f0f0;
}

.p-index .mention-member-avatar {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.p-index .mention-member-name {
    width: 142px;
    margin-left: 6px;
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p-index .van-image__img {
    object-fit: scale-down !important;
}

.p-index .pop-container-resend {
    width: 340px;
    height: 180px;
    background: #FFFFFF;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p-index .pop-container-resend .tip {
    width: 240px;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    margin-top: 35px;
    text-align: center;
}

.p-index .pop-container-resend .btn-box {
    display: flex;
    margin-top: 28px;
}

.p-index .pop-container-resend .cancel-btn {
    width: 110px;
    height: 42px;
    background: #EFEFEF;
    border-radius: 8px;
    line-height: 42px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}

.p-index .pop-container-resend .confirm-btn {
    width: 110px;
    height: 42px;
    background: #FC3135;
    border-radius: 8px;
    line-height: 42px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    margin-left: 50px;
    cursor: pointer;
}

.p-index .pre-line-text{
    white-space: pre-wrap;
}