
.qrcode_box[data-v-b1374d7e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.top_title img[data-v-b1374d7e] {
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}
.top_title[data-v-b1374d7e] {
    text-align: center;
    margin-right: 30px;
}
.time_or_name[data-v-b1374d7e] {
    margin: 5px 0;
}
.demo-input-suffix[data-v-b1374d7e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.people_item[data-v-b1374d7e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.people_item img[data-v-b1374d7e] {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    border-radius: 50%;
}
.people_item .name[data-v-b1374d7e] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}


.button_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.BMap_cpyCtrl {
    display: none !important;
}
.anchorBL {
    display: none !important;
}
.amap-logo img {
    display: none !important;
}
.amap-copyright {
    opacity: 0 !important;
}


.detail_box[data-v-62f1ef6a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.detail_box .left[data-v-62f1ef6a] {
    width: 320px;
    padding-right: 30px;
    max-height: 640px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.detail_box .left .text.item[data-v-62f1ef6a] {
    max-height: 50%;
    overflow-y: auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}
.detail_box .left .message.item[data-v-62f1ef6a] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 240px;
}
.detail_box .right[data-v-62f1ef6a] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 30px;
}
.message_header[data-v-62f1ef6a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 6px;
    border-bottom: 1px solid #f1f1f1;
}
.message_body[data-v-62f1ef6a] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 10px;
    overflow-y: auto;
    padding-right: 5px;
}
.message_row[data-v-62f1ef6a] {
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-transition: border 0.2s ease, background 0.2s ease;
    transition: border 0.2s ease, background 0.2s ease;
}
.message_row[data-v-62f1ef6a]:last-child {
    margin-bottom: 0;
}
.message_row[data-v-62f1ef6a]:hover {
    border-color: #409eff;
    background-color: #f4f6fb;
}
.message_row.active[data-v-62f1ef6a] {
    border-color: #409eff;
    background-color: #f0f2fb;
}
.message_meta[data-v-62f1ef6a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 12px;
    color: #999;
    margin-bottom: 4px;
}
.message_content[data-v-62f1ef6a] {
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.message_footer[data-v-62f1ef6a] {
    margin-top: 10px;
    text-align: right;
}
.message_empty[data-v-62f1ef6a] {
    padding: 20px 10px;
    color: #999;
    text-align: center;
}
.people_item[data-v-62f1ef6a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 0;
    cursor: pointer;
}
.people_item[data-v-62f1ef6a]:hover {
    background-color: #e6f7ff;
}
.people_item:hover .toShowButton[data-v-62f1ef6a] {
    display: block;
}
.people_item[data-v-62f1ef6a]:last-child {
    margin-bottom: 0px;
}
.toShowButton[data-v-62f1ef6a] {
    display: none;
}
.people_item img[data-v-62f1ef6a] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 20px;
}
.group_top[data-v-62f1ef6a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
}
.group_list .name[data-v-62f1ef6a] {
    margin-left: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.group_bottom[data-v-62f1ef6a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 20px;
    margin-bottom: 20px;
}
.group_bottom .item[data-v-62f1ef6a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4px 20px;
    border-radius: 25px;
    margin-bottom: 20px;
    background-color: #fff;
}
.group_bottom .item[data-v-62f1ef6a]:hover {
    background-color: #e6f7ff;
}
.group_bottom .item img[data-v-62f1ef6a] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.group_bottom .delete[data-v-62f1ef6a] {
    width: 10px;
    height: 10px;
}
.group_error[data-v-62f1ef6a] {
    color: #fa5555;
    visibility: hidden;
}
.group_bottom .item:hover .group_error[data-v-62f1ef6a] {
    visibility: visible;
}
.people_item[data-v-62f1ef6a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.people_box[data-v-62f1ef6a] {
    font-size: 16px;
}
.people_item img[data-v-62f1ef6a] {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    border-radius: 50%;
}
.people_item .avatar[data-v-62f1ef6a] {
    margin-right: 15px;
}
.people_item .name[data-v-62f1ef6a] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.audit-records[data-v-62f1ef6a] {
    padding: 10px 20px;
}
.audit-records .el-table[data-v-62f1ef6a] {
    margin-bottom: 10px;
}
.audit-records .el-tag[data-v-62f1ef6a] {
    padding: 5px 10px;
    text-align: center !important;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    margin-left: -10px;
}
.people_item .el-button--mini[data-v-62f1ef6a] {
    margin-right: 8px;
    padding: 5px 8px;
    font-size: 12px;
}
.group_bottom .item img[data-v-62f1ef6a],
.group_bottom .item .el-avatar[data-v-62f1ef6a] {
    cursor: pointer;
}
.message_modal[data-v-62f1ef6a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
}
.message_modal_history[data-v-62f1ef6a] {
    max-height: 280px;
    overflow-y: auto;
    border: 1px solid #e6eaef;
    padding: 12px;
    border-radius: 6px;
    background-color: #fff;
}
.history_item[data-v-62f1ef6a] {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px dashed #ebedf0;
}
.history_item[data-v-62f1ef6a]:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.history_top[data-v-62f1ef6a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 12px;
    color: #999;
}
.history_content[data-v-62f1ef6a] {
    margin-top: 6px;
    color: #333;
    line-height: 1.6;
    word-break: break-word;
}
.history_empty[data-v-62f1ef6a] {
    text-align: center;
    color: #999;
    padding: 40px 0;
}
.message_modal_send[data-v-62f1ef6a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
}
.send_label[data-v-62f1ef6a] {
    font-weight: 500;
}
.send_footer[data-v-62f1ef6a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.send_footer .hint[data-v-62f1ef6a] {
    color: #999;
    font-size: 12px;
}

