@charset "UTF-8";
#chat {
  /* 垂直滚动条 */
  /* 水平滚动条 */
}
#chat .el-dialog__body {
  background-color: rgba(0, 0, 0, 0.5);
}
#chat .rag_button {
  border: solid 1px;
  width: 50px;
  height: 25px;
  line-height: 25px;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 10px;
  font-size: 12px;
  background: linear-gradient(90deg, #6139f6 0.126%, #524af1 44.067%, #2a7af2 97.163%);
  color: white;
  display: inline-block;
}
#chat .rag_button:active {
  scale: 0.95;
}
#chat .upload-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#chat .upload-demo {
  width: 100%;
  max-width: 600px; /* 你可以调整这个值来适应你的需要 */
}
#chat .tsing_zhan_rag {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: relative;
}
#chat .context_container {
  display: flex;
  flex-direction: column;
  max-height: 80%;
  flex: 0.7;
}
#chat .context_container .addChat {
  display: flex;
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-size: cover;
  margin-bottom: 15px;
  justify-content: space-around;
  align-items: center;
  border-radius: 100px;
  padding: 5px;
}
#chat .context_container .addChat .user_info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 5;
  margin-left: 10px;
}
#chat .context_container .addChat h4 {
  margin-left: 10px;
}
#chat .context_container .addChat .newchat_icon {
  flex: 1;
  margin-right: 10px;
  font-weight: bold;
  padding: 5px;
  color: white;
  border-radius: 100px;
}
#chat .context_container .addChat .newchat_icon i {
  background: linear-gradient(to bottom, #7B5AFF, #4A25E1);
  height: 28px;
  width: 28px;
  display: flex;
  border-radius: 100px;
  float: right;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
#chat .context_container .addChat img {
  width: 25%;
  height: 25%;
}
#chat .context_container .addChat p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  margin-top: 5px;
}
#chat .context_container .addChat:hover {
  cursor: pointer;
}
#chat .context_container .addChat:active {
  scale: 0.99;
}
#chat .context_container .history_box {
  display: flex;
  color: white;
  justify-content: space-between;
}
#chat .context_container .history_box .history_text {
  color: rgba(251, 198, 56, 0.6);
  font-size: 13px;
  border-bottom: 2PX SOLID #FBC638;
  line-height: 22PX;
  margin-bottom: 10px;
}
#chat .context_container .history_box .clear_history {
  cursor: pointer;
  color: #90959f;
  display: flex;
  align-items: center;
}
#chat .context_container .history_box .clear_history i {
  margin-right: 5px;
}
#chat .context_container .history_box .clear_history p {
  user-select: none;
  font-size: 12px;
  color: #606672;
}
#chat .context_container .history_box .clear_history p:hover {
  color: rgba(255, 255, 255, 0.8);
}
#chat .context_container .history_box .clear_history:active {
  color: #6d8ac7;
}
#chat .leftBar {
  padding: 15px;
  display: flex;
  flex: 1;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.6);
  height: 80vh;
  min-height: 600px;
  min-width: 264.5px;
  border: solid rgba(255, 255, 255, 0.2) 1px;
  border-radius: 20px;
  margin-left: 50px;
  margin-right: 20px;
  backdrop-filter: blur(10px);
  z-index: 1;
}
#chat .leftBar .operation-buttons {
  height: 300px;
  max-height: 300px;
  display: flex;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  flex-direction: column;
  justify-content: flex-end;
  flex: 0.5;
}
#chat .leftBar .operation-buttons button {
  background: linear-gradient(to right, #7B5AFF, #4A25E1);
  color: #fff;
  border: none;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  min-height: 50px;
  max-height: 60px;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
}
#chat .leftBar .operation-buttons button img {
  height: 50%;
  margin-left: 10px;
}
#chat .leftBar .operation-buttons button h3 {
  margin-left: 0px;
}
#chat .leftBar .operation-buttons button div {
  margin-right: 10px;
  height: 28px;
  width: 28px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
#chat .leftBar .operation-buttons button div i {
  display: flex;
  justify-content: center;
  align-items: center;
}
#chat .leftBar .operation-buttons button:active {
  scale: 99%;
}
#chat .main {
  flex: 5;
  display: flex;
  flex-direction: column;
  min-height: 600px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.6);
  height: 80vh;
  border-radius: 20px;
  margin-right: 50px;
  border: solid rgba(255, 255, 255, 0.2) 1px;
  backdrop-filter: blur(10px);
}
#chat .main .show_documents {
  color: white;
  margin-bottom: 10px;
}
#chat .main .show_documents:hover {
  cursor: pointer;
  color: #3a8ee6;
}
#chat .main .sayBody {
  display: flex;
  flex-direction: column;
  /* 仅为特定标签应用滚动条样式 */
}
#chat .main .sayBody code::-webkit-scrollbar {
  height: 3px;
}
#chat .main .article {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: auto;
}
#chat .main .shadow_bar {
  height: 85px;
}
#chat .main .shadow_bar .chatHome {
  display: flex;
  flex: 1;
  position: absolute;
  width: 80%;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  flex-direction: column;
}
#chat .main .shadow_bar .chatHome .files {
  width: 100%;
  display: flex;
  overflow: auto;
  padding-bottom: 15px;
  margin-bottom: 5px;
}
#chat .main .shadow_bar .chatHome .files .file {
  border-radius: 10px;
  color: white;
  font-weight: bolder;
  font-size: 13px;
  background-color: #6d6d70;
  cursor: pointer;
  position: relative;
  width: 150px;
  height: 50px;
  margin-right: 15px;
  padding: 10px;
  overflow: hidden;
}
#chat .main .shadow_bar .chatHome .files .file .progress {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(201, 187, 141, 0.5);
}
#chat .main .shadow_bar .chatHome .files .file .file_content {
  display: flex;
  width: 100%;
  height: 100%;
}
#chat .main .shadow_bar .chatHome .files .file .file_content span {
  margin-left: 10px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#chat .main .shadow_bar .chatHome .files .file .el-icon-close {
  position: absolute;
  right: 3px;
  top: 3px;
  background-color: black;
  border-radius: 20px;
  padding: 3px;
  color: white;
  font-size: 10px;
}
#chat .main .shadow_bar .chatHome .files .file:hover {
  background-color: #5e5e5e;
}
#chat .main .shadow_bar .chatHome .chat-textarea {
  display: flex;
  position: relative;
  align-items: center;
  border-radius: 8px;
  border-top: solid 1px rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.6);
  padding: 8px;
}
#chat .main .shadow_bar .chatHome .chat-textarea .el-icon-paperclip {
  color: #7b5ef3;
  font-size: 28px;
  cursor: pointer;
}
#chat .main .shadow_bar .chatHome .chat-textarea i:hover {
  color: #3a8ee6;
}
#chat .main .shadow_bar .chatHome .chat-textarea .input_p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 40vh;
  margin-left: 10px;
  background: transparent;
}
#chat .main .shadow_bar .chatHome .chat-textarea .input_p .chatInput {
  width: 100%;
  background: transparent;
  border: none;
  padding: 8px 0;
  line-height: 1.5rem;
  resize: none;
  overflow: auto;
  color: white;
  font-family: inherit;
  max-height: 40vh;
}
#chat .main .shadow_bar .chatHome .chat-textarea .input_p .chatInput::placeholder {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#chat .main .shadow_bar .chatHome .chat-textarea .input_p .chatInput:focus {
  outline: none;
}
#chat .main .shadow_bar .chatHome .chat-textarea .operation {
  display: flex;
  margin-right: 8px;
}
#chat .main .shadow_bar .chatHome .chat-textarea .operation .submit_button {
  width: 70px;
  height: 30px;
  border-radius: 100px;
  color: white;
  background: linear-gradient(to right, #7B5AFF, #4A25E1);
  border: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-right: 8px;
  cursor: pointer;
}
#chat .main .shadow_bar .chatHome .chat-textarea .operation .submit_button p {
  font-size: 12px;
  font-weight: 600;
  margin-right: 7px;
}
#chat .main .shadow_bar .chatHome .chat-textarea .operation .submit_button i {
  margin-left: 7px;
  display: flex;
}
#chat .main .shadow_bar .chatHome .chat-textarea .operation .submit_button:active {
  scale: 99%;
}
#chat .main .shadow_bar .chatHome .chat-textarea .operation .stop {
  margin-right: 15px;
}
#chat .main .shadow_bar .chatHome .chat-textarea .operation .stop .el-icon-stop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#chat .main .shadow_bar .chatHome .chat-textarea .operation .chat_setting_icon {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#chat .main .shadow_bar .chatHome .chat-textarea .operation .chat_setting_icon .el-icon-setting {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75%;
  width: 75%;
}
#chat .main .shadow_bar .chatHome .chat-textarea .operation .settings {
  display: block;
  width: 295px;
  padding: 15px;
  background-color: #1e2431;
  border-radius: 10px;
  z-index: 2;
  bottom: 100%;
  right: 0;
  position: absolute;
  overflow: hidden;
}
#chat .export_button {
  background-color: rgba(0, 0, 0, 0.8);
  margin-left: 10px;
  border-radius: 10px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
}
#chat .export_button:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#chat .export_box {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 20px;
}
#chat .export_box .items {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
#chat .export_box .items span {
  margin-bottom: 5px;
}
#chat .export_box .items .icon svg path {
  transition: all 0.5s ease;
}
#chat .export_box .items:hover .icon svg path {
  fill: rgb(161, 147, 255);
}
#chat .el-upload {
  margin-left: 5px;
  margin-right: 5px;
}
#chat .fileShow {
  position: absolute;
  color: black;
  top: -55px;
  left: 0;
  border-radius: 10px;
  border: 1px solid #8f8f8f;
  background-color: white;
  width: fit-content;
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-weight: bold;
}
#chat .fileShow:hover .fileShowClose {
  display: flex;
}
#chat .fileShowClose {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 1px solid #757171;
  background-color: white;
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center;
}
#chat ::-webkit-scrollbar {
  width: 3px; /* 垂直滚动条宽度 */
  height: 3px; /* 水平滚动条高度 */
}
#chat ::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
}
#chat ::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}
#chat ::-webkit-scrollbar:horizontal {
  height: 3px;
}
#chat .pond {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#chat .chatList {
  width: 100%;
  min-height: 42px;
  height: 42px;
  padding: 12px;
  font-size: 0.75em;
  margin-bottom: 5px;
  align-items: center;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently not supported by any browser */
  border-radius: 5px;
  border: solid 0px rgba(134, 139, 134, 0.8);
  color: rgb(236, 236, 241);
}
#chat .chatList div {
  overflow: hidden;
  white-space: nowrap; /* 禁止换行 */
  max-width: 100%;
  position: relative;
}
#chat .chatList div div {
  width: 2rem;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: linear-gradient(to left, #202123, rgba(32, 33, 35, 0));
}
#chat .chatList:hover,
#chat .chatList:hover > div {
  background: hsl(220, 4.48%, 18%);
  cursor: pointer;
}
#chat .chatList:hover > div > div {
  background-image: linear-gradient(to left, hsl(220, 4.48%, 18%), rgba(32, 33, 35, 0));
  cursor: pointer;
}
#chat .listHome {
  overflow: auto;
  display: flex;
  max-height: 60vh;
  width: 100%;
  flex: 3;
}
#chat .listHome .infinite-list {
  width: 100%;
  overflow-x: hidden !important;
  position: relative;
}
#chat .listHome .infinite-list .context {
  width: 100%;
  color: white;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 20px;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
  padding: 0 5px 0 5px;
  overflow: hidden;
  font-size: 16px;
}
#chat .listHome .infinite-list .context .item {
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 20px;
  height: 100%;
  position: relative;
  width: 100%;
}
#chat .listHome .infinite-list .context .item p {
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#chat .listHome .infinite-list .context .item .context_more_action {
  position: absolute;
  cursor: pointer;
  font-size: 18px;
  right: 0;
  top: 0;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: end;
  border-radius: 0 5px 5px 0;
  background-image: linear-gradient(to left, #333333, rgb(51, 51, 51), rgb(51, 51, 51), rgb(51, 51, 51), rgb(51, 51, 51), rgb(51, 51, 51), rgba(51, 51, 51, 0.2));
  padding-left: 10px;
}
#chat .listHome .infinite-list .context .item .context_more_action i {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
#chat .listHome .infinite-list .context .item .edit_div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#chat .listHome .infinite-list .context .item .edit_div .edit_input {
  background-color: transparent;
  border: solid 1px #5fa2a0;
  width: 100%;
  height: 80%;
  margin-right: 10px;
  color: white;
  font-size: 16px;
}
#chat .sayContainer {
  width: 100%;
  margin-top: 50px;
}
#chat .sayContainer:hover .say-user .edit {
  display: inline;
}
#chat .sayContainer + .blank {
  min-height: 200px;
}
#chat .say {
  padding: 10px 20px 10px 20px;
  display: flex;
  flex-direction: row;
  max-width: 70%;
  align-items: center;
  position: relative;
}
#chat .say::before {
  content: "";
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 5px;
  left: 0;
  transform: translateY(100%);
}
#chat .say-user {
  background-color: rgba(158, 145, 166, 0.5);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  float: right;
  margin-right: 20px;
  border-radius: 8px 0 8px 8px;
}
#chat .say-user .edit {
  display: none;
  position: absolute;
  left: -15px;
  transform: translateX(-100%);
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  transition: background-color 0.3s;
}
#chat .say-user .edit_query .el-textarea {
  font-size: 16px;
  width: 40vw;
  display: block;
}
#chat .say-user .edit_query .buttons {
  float: right;
  margin-top: 15px;
  display: flex;
}
#chat .say-user .edit_query .buttons .submit {
  width: 70px;
  height: 30px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  color: black;
  cursor: pointer;
}
#chat .say-user .edit_query .buttons .submit:hover {
  background: rgb(255, 255, 255);
}
#chat .say-user .edit_query .buttons .cancel {
  width: 70px;
  height: 30px;
  border-radius: 5px;
  background: rgba(154, 154, 154, 0.8);
  border: none;
  margin-left: 8px;
  color: black;
  cursor: pointer;
}
#chat .say-user .edit_query .buttons .cancel:hover {
  background: rgb(154, 154, 154);
}
#chat .say-assistant {
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  float: left;
  color: white;
  margin-left: 20px;
  border-radius: 0 8px 8px 8px;
}
#chat .say-assistant .chat-buttons {
  position: absolute;
  bottom: -40px;
  right: 10px;
  display: flex;
  margin-top: 10px;
  top: 100%;
  left: 0;
}
#chat .say-assistant .chat-button {
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 10px;
  padding: 5px;
  border-radius: 50%;
  transition: background-color 0.3s;
}
#chat .say-assistant i {
  font-size: 18px;
  color: #b1a5ff;
}
#chat .say-assistant .accordion {
  width: 100%;
}
#chat .say-assistant .accordion-item {
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px rgba(255, 255, 255, 0.4);
  border-radius: 10px;
}
#chat .say-assistant .accordion-header {
  padding: 10px;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
#chat .say-assistant .accordion-body {
  padding: 10px;
  background-color: transparent;
}
#chat .say-assistant .accordion-body .box {
  border-left: solid 2px white;
  padding-left: 20px;
}
#chat .reference-card {
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  max-height: 500px;
  overflow: auto;
}
#chat .reference-header {
  font-weight: bold;
  color: #409EFF;
}
#chat .reference-content {
  margin-top: 10px;
  color: #606266;
  line-height: 1.5;
}
#chat .el-drawer__body {
  padding: 20px;
}
#chat .say .sayHead {
  background-color: transparent;
  height: 30px;
  width: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  position: absolute;
  top: 11px;
  padding: 4px;
}
#chat .say-assistant .sayBody {
  line-height: 30px;
  margin-left: 45px;
  min-height: 30px;
  width: calc(100% - 45px);
  overflow: auto;
}
#chat .say-assistant .sayBody .content .line a {
  color: #3c8aff;
}
#chat .say-user .sayBody {
  line-height: 30px;
  color: white;
}
#chat .say-user .sayBody .files {
  display: flex;
  flex-wrap: wrap;
}
#chat .say-user .sayBody .file_content {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 5px;
}
#chat .say-user .sayBody .file_content img {
  height: 30px;
}
#chat .say-user .sayBody .file_content span {
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#chat .say-assistant .say-body img {
  max-height: 100%;
  max-width: 100%;
  min-height: 70px;
  min-width: 70px;
  background: url("../images/chat/picture.svg") no-repeat center center;
}
#chat .pondMask {
  width: 100%;
  bottom: 0;
  height: 13%;
  position: absolute;
  /*background-image: linear-gradient(to top, #f2f6fb,#f2f6fb,#f2f6fb,transparent);*/
}
#chat .listHome .chatList::before {
  content: url("../images/chatbox-outline.svg");
  margin-right: 8px;
  float: left;
}
#chat .infinite-list-item {
  position: relative;
}
#chat .clearConversation::before {
  content: url("../images/trash-outline.svg");
  margin-right: 8px;
  float: left;
}
#chat .setting::before {
  content: url("../images/settings-outline.svg");
  margin-right: 8px;
  float: left;
}
#chat .logout::before {
  content: url("../images/log-out-outline.svg");
  margin-right: 8px;
  float: left;
}
#chat .personInfo::before {
  content: url("../images/person-outline.svg");
  margin-right: 8px;
  float: left;
}
#chat .confirm_clear::before {
  content: url("../images/checkmark-outline.svg");
  margin-right: 8px;
  float: left;
}
#chat .el-dialog {
  background: #FFF;
  border-radius: 10px;
}
#chat .el-dialog__header {
  padding: 20px;
  background-color: #545454;
  border-radius: 10px 10px 0px 0px;
}
#chat .main-btn {
  border: None;
  display: flex;
  height: 50px;
  width: 118px;
  margin-left: 20px;
  margin-top: 20px;
  color: white;
  font-weight: bolder;
  font-size: 14px;
  background-color: #7b6aff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#chat .icon_click:active {
  color: #5c6370;
}
#chat .el-icon-thumbup::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/web/static/images/chat/未点赞.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#chat .el-icon-thumbup-fill::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/web/static/images/chat/赞.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#chat .el-icon-thumbdown::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/web/static/images/chat/未踩.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#chat .el-icon-thumbdown-fill::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/web/static/images/chat/踩.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#chat .el-icon-clean::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/web/static/images/chat/清除.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#chat .el-icon-edit-a::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("/web/static/images/chat/编辑.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#chat .el-icon-out::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/web/static/images/chat/out.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#chat .el-icon-send::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/web/static/images/chat/send.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#chat .el-icon-setting::before {
  content: "";
  display: inline-block;
  width: inherit;
  height: inherit;
  background-image: url("/web/static/images/chat/setting.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#chat .el-icon-ellipsis::before {
  content: "";
  display: inline-block;
  width: inherit;
  height: inherit;
  background-image: url("/web/static/images/chat/ellipsis.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#chat .el-icon-export::before {
  content: "";
  display: inline-block;
  width: inherit;
  height: inherit;
  background-image: url("/web/static/images/chat/export.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#chat .el-icon-stop::before {
  content: "";
  display: inline-block;
  width: inherit;
  height: inherit;
  background-image: url("/web/static/images/chat/stop-circle-outline.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

#chat::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/web/static/images/chat_background.jpg");
  background-size: cover;
  filter: brightness(0.8); /* 调整亮度，0.5 表示 50% 亮度 */
  z-index: -1; /* 将伪元素置于 #chat 内容的下方 */
}

.chat-pop {
  min-width: 0;
}
.chat-pop .more_action_pop {
  display: flex;
  flex-direction: column;
  width: 96px;
  font-size: 16px;
  font-weight: 600;
}
.chat-pop .more_action_pop span {
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 5px;
  padding: 5px;
}
.chat-pop .more_action_pop span i {
  width: 16px;
  height: 16px;
}
.chat-pop .more_action_pop span p {
  font-size: 14px;
  margin-left: 10px;
}
.chat-pop .more_action_pop span:hover {
  background-color: #6653e8;
  color: #fff;
}

/*# sourceMappingURL=chat.css.map */
