.container .right .bubble .bubble1.msgItem {
    position: relative;
    width: 360px;
    max-width: calc(100vw - 150px);
    box-sizing: border-box;
    padding: 20px;
    overflow: hidden;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .04);
    color: #333333;
    text-align: left;
}

.msgItem .title {
    display: flex;
    min-height: 30px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-bottom: 1px solid #f1f1f1;
    color: #333333;
    font-size: 14px;
    line-height: 1.6;
}

.msgItem > .title:first-of-type {
    min-height: auto;
    padding: 0 72px 14px 0;
    border-bottom: 0;
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.msgItem.flow-card > .title:not(:first-of-type) {
    min-height: 38px;
    padding: 7px 0;
    border-bottom: 1px solid #f1f1f1;
    color: #555555;
    font-size: 14px;
    font-weight: 400;
}

.msgItem .content {
    margin-top: 12px;
    color: #666666;
    font-size: 14px;
    line-height: 1.8;
    white-space: normal;
}

.msgItem .flow-custom-content {
    white-space: pre-wrap;
}

.msgItem .flow-custom-content::before {
    display: none;
}

.msgItem .flow-custom-content p,
.msgItem .flow-custom-content div,
.msgItem .flow-custom-content blockquote {
    margin: 0 0 8px;
}

.msgItem .flow-custom-content img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 10px auto;
    border-radius: 6px;
}

.msgItem .flow-custom-content a {
    color: #f39a2e;
    text-decoration: underline;
}

.msgItem .content::before {
    display: inline-flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
    border-radius: 50%;
    background: #f4a139;
    color: #ffffff;
    content: "!";
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
}

.msgItem .content.flow-image::before {
    display: none;
}

.msgItem .content.flow-image {
    margin: 16px -4px 0;
}

.msgItem .content.flow-image img {
    display: block;
    width: 100%;
    border-radius: 6px;
}

.msgItem .flow-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.msgItem .flow-label {
    flex: 0 0 92px;
    color: #999999;
}

.msgItem .flow-value {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    color: #333333;
    text-align: right;
    word-break: break-all;
}

.msgItem .flow-copy {
    display: inline-flex;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.msgItem .flow-copy img {
    width: 16px;
    height: 16px;
    opacity: .62;
}

.msgItem .titleimg,
.msgItem .xiugaiAccountInfo {
    display: block;
    margin-top: 12px;
    color: #f39a2e !important;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.msgItem .btn {
    display: block;
    width: 100%;
    min-height: 40px;
    box-sizing: border-box;
    margin-top: 16px;
    padding: 9px 12px;
    border: 1px solid #dddddd;
    border-radius: 6px;
    background: #f7f7f7;
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.msgItem .btn.flow-btn-action {
    min-height: auto;
    padding: 0;
    border: 0;
    background: transparent;
}

.msgItem .btn div,
.msgItem .xiugaiAccountInfo {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 9px 14px;
    border: 1px solid #f39a2e;
    border-radius: 6px;
    background: #ffffff;
    color: #f39a2e;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.msgItem .btn div:hover,
.msgItem .xiugaiAccountInfo:hover {
    background: #fff7ed;
}

.msgItem .flow-stamp {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border: 3px double #66d8ad;
    border-radius: 50%;
    color: #66d8ad;
    font-size: 13px;
    font-weight: 700;
    transform: rotate(-16deg);
}

.msgItem .flow-stamp.invalid {
    border-color: #bcbcbc;
    color: #aaaaaa;
}

.msgItem.flow-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
}

.msgItem.flow-card > * {
    grid-column: 1 / -1;
}

.msgItem.flow-sendYanhaoUrl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 10px;
}

.msgItem.flow-sendYanhaoUrl > .xiugaiAccountInfo {
    grid-column: 1;
    align-self: end;
}

.msgItem.flow-sendYanhaoUrl > .btn {
    grid-column: 2;
    align-self: end;
}

.msgItem.flow-sendYanhaoRead {
    width: 410px;
}

.msgItem.flow-sendYanhaoRead .content:last-of-type {
    color: #666666;
}

.msgItem.flow-sendHuanbang .content,
.msgItem.flow-sendHuishouUrl .content,
.msgItem.flow-sendShenheUrl .content,
.msgItem.flow-sendHuishouShenheUrl .content,
.msgItem.flow-sendTixianPrice .content {
    min-height: 56px;
}

.liuchengBtn > .info-item.liuchengBtn {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    line-height: normal !important;
}

.liuchengBtn > .info-item.liuchengBtn .layui-btn {
    width: 100%;
    height: 38px;
    margin: 0;
    border: 1px solid #dddddd;
    border-radius: 4px;
    background: #ffffff;
    color: #333333;
    font-size: 13px;
}

.liuchengBtn > .info-item.liuchengBtn .layui-btn:hover {
    border-color: #f39a2e;
    color: #f39a2e;
}

.pc-im-help-list {
    margin-top: 14px;
    border-top: 1px solid #eeeeee;
}

.pc-im-help-list > div {
    display: flex;
    height: 42px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
    color: #444444;
    cursor: pointer;
}

.pc-im-help-list span {
    color: #999999;
    font-size: 22px;
}

.pc-im-help-preview {
    padding: 20px;
    text-align: center;
}

.pc-im-help-preview img {
    max-width: 100%;
    height: auto;
}

.pc-im-help-description {
    padding: 28px;
    color: #555555;
    font-size: 15px;
    line-height: 1.9;
}

.pc-im-product-card {
    display: flex;
    width: 360px;
    gap: 16px;
}

.pc-im-product-card > img {
    width: 96px;
    height: 96px;
    flex: 0 0 96px;
    border-radius: 6px;
    object-fit: cover;
}

.pc-im-product-info {
    min-width: 0;
    flex: 1;
}

.pc-im-product-title {
    display: -webkit-box;
    margin-top: 7px;
    overflow: hidden;
    color: #444444;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pc-im-product-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}

.pc-im-product-bottom strong {
    color: #e53a3a;
    font-size: 19px;
}

.pc-im-product-bottom span {
    padding: 5px 14px;
    border-radius: 16px;
    background: #e9272f;
    color: #ffffff;
}

.msgItem .btn .flow-contract-action {
    border: 0;
    background: #f39a2e;
    color: #ffffff;
}

.msgItem .btn .flow-contract-action:hover {
    background: #e88b20;
}

.pc-im-contract-error {
    color: #cc4848 !important;
}

.pc-im-contract-profile {
    padding: 10px 28px 26px;
}

.pc-im-contract-row {
    display: grid;
    min-height: 52px;
    grid-template-columns: 112px 1fr;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
}

.pc-im-contract-row label {
    color: #666666;
}

.pc-im-contract-row input {
    height: 38px;
    box-sizing: border-box;
    padding: 0 12px;
    border: 1px solid #dddddd;
    border-radius: 3px;
}

.pc-im-contract-images {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 20px;
}

.pc-im-contract-image {
    position: relative;
    height: 170px;
    overflow: hidden;
    border-radius: 4px;
    background: #f5f5f5;
    cursor: pointer;
}

.pc-im-contract-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pc-im-contract-image span {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 34px;
    background: rgba(0, 0, 0, .58);
    color: #ffffff;
    line-height: 34px;
    text-align: center;
}

.pc-im-contract-submit {
    display: block;
    width: 180px;
    height: 40px;
    margin: 24px auto 0;
    border: 0;
    border-radius: 4px;
    background: #ed8b35;
    color: #ffffff;
    cursor: pointer;
}

.pc-im-contract-submit:disabled {
    background: #cccccc;
    cursor: default;
}

@media (max-width: 720px) {
    .container .right .bubble .bubble1.msgItem {
        width: min(360px, calc(100vw - 112px));
        max-width: none;
    }
}
