.text,
.text_name {
    color: #000000;
}
.wzzb .icon {
    fill: #fff;
}
@media screen and (max-width:750px) {
    .zxft_top {
        width: 1260px;
    }
}
.szf_logo{width:auto;}

/* 文字实录对话框样式 */
.wzzb_dialog_item {
    display: flex;
    margin-bottom: 20px;
    clear: both;
}
.wzzb_dialog_item.align-left {
    flex-direction: row;
}
.wzzb_dialog_item.align-right {
    flex-direction: row-reverse;
}
.wzzb_dialog_avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 12px;
}
.wzzb_dialog_avatar.host {
    background: linear-gradient(128deg, #d4a2ffcc 0%, #3469ff 100%);
}
.wzzb_dialog_avatar.guest {
    background: linear-gradient(112deg, #86e1ffcc 0%, #206ef7 100%);
}
.wzzb_dialog_avatar img {
    width: 36px;
    height: 36px;
}
.wzzb_dialog_content_wrap {
    display: flex;
    flex-direction: column;
    max-width: 70%;
    margin-left: 12px;
}
.wzzb_dialog_item.align-right .wzzb_dialog_content_wrap {
    margin-left: 0;
    margin-right: 12px;
}
.wzzb_dialog_name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
    color: #333;
}
.wzzb_dialog_item.align-right .wzzb_dialog_content_wrap {
    align-items: flex-end;
}
.wzzb_dialog_bubble {
    max-width: 100%;
    margin: 0;
    border-radius: 8px;
    position: relative;
}
.wzzb_dialog_item.align-left .wzzb_dialog_bubble {
    background: #ffffff;
    border: 1px solid #5b9bf5;
    padding: 16px;
}
.wzzb_dialog_item.align-right .wzzb_dialog_bubble {
    background: #f0f5ff;
    border: 1px solid #d0dfff;
    padding: 16px;
}
.wzzb_dialog_content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}
.wzzb_dialog_content p {
    margin: 0 0 8px 0;
}
.wzzb_dialog_content p:last-child {
    margin-bottom: 0;
}
/* 隐藏原有的静态文字实录内容 */
#wzzbContent .trs_documents,
#wzzbContent trs_document {
    display: none;
}

.tpbd{
    height: unset;
    background: unset;
    border-radius: unset;
    display: block;
    justify-content: unset;
    padding: 25px;
}
.tpbd_item{
    margin: 20px 0;
}
.item_name{
    margin-top:unset;
}
.wzzb_cont, .fths_cont{
    width: calc(100% - 80px);
    height: 650px;
    margin-top: 30px;
    padding-right: 40px;
    padding-left: 40px;
}

/* 访谈回声对话框样式 */
.fths_dialog_item {
    display: flex;
    margin-bottom: 20px;
    clear: both;
}
.fths_dialog_item.align-left {
    flex-direction: row;
}
.fths_dialog_item.align-right {
    flex-direction: row-reverse;
}
.fths_dialog_avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 12px;
}
.fths_dialog_avatar.host {
    background: linear-gradient(112deg, #86e1ffcc 0%, #206ef7 100%);
}
.fths_dialog_avatar.guest {
    background: linear-gradient(128deg, #d4a2ffcc 0%, #3469ff 100%);
}
.fths_dialog_avatar img {
    width: 36px;
    height: 36px;
}
.fths_dialog_content_wrap {
    display: flex;
    flex-direction: column;
    max-width: 70%;
    margin-left: 12px;
}
.fths_dialog_item.align-right .fths_dialog_content_wrap {
    margin-left: 0;
    margin-right: 12px;
}
.fths_dialog_name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
    color: #333;
}
.fths_dialog_item.align-right .fths_dialog_content_wrap {
    align-items: flex-end;
}
.fths_dialog_bubble {
    max-width: 100%;
    margin: 0;
    border-radius: 8px;
    position: relative;
}
.fths_dialog_item.align-left .fths_dialog_bubble {
    background: #ffffff;
    border: 1px solid #5b9bf5;
    padding: 16px;
}
.fths_dialog_item.align-right .fths_dialog_bubble {
    background: #f0f5ff;
    border: 1px solid #d0dfff;
    padding: 16px;
}
.fths_dialog_content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}
/* 隐藏原有的静态内容 */
#fthsContent .trs_documents,
#fthsContent trs_document {
    display: none;
}