<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.chatContainer {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.chatContainer .chatTab {
  position: relative;
  background: #fff;
  height: 50px;
}

.chatContainer .chatTab .addChatType {
  position: absolute;
  right: 0px;
  top: 7px;
}

.chatContainer .chatTab .arco-tabs-nav {
  padding-right: 90px;
}

.chatContainer .chatContent {
  display: flex;
  row-gap: 10px;
  flex-direction: column;
  justify-content: end;
  flex: 1;
  height: 100%;
}

.chatContainer .chatInputContainer {
  height: 105px;
}

.chatContainer .chatInputContainer .chatAction {
  display: flex;
  column-gap: 10px;
  justify-content: space-between;
}

.chatContainer .chatInputContainer .chatAction .leftAction {
  display: flex;
  column-gap: 10px;
}

.chatContainer .chatInputContainer .chatAction .chatActionItem {
  display: flex;
  column-gap: 4px;
  align-items: center;
  padding: 2px 5px;
  background: #fff;
  border-radius: 3px;
  cursor: pointer;
  color: #4e5969;
}

.chatContainer .chatInputContainer .chatAction .chatActionItem img {
  width: 16px;
}

.chatContainer .chatInputContainer .chatInputActive {
  border: 1px solid #2d6cfe !important;
}

.chatContainer .chatInputContainer .chatInput {
  border-radius: 10px;
  border: 1px solid #ededed;
  /* border-image: linear-gradient(
          124deg,
          rgba(45, 108, 254, 1),
          rgba(85, 155, 255, 1),
          rgba(152, 71, 255, 1)
        )
        1 1; */
  background: #fff;
  position: relative;
  height: 100%;
  padding: 12px 20px;
}

.chatContainer .chatInputContainer .chatInput .languageArea {
  position: absolute;
  right: 1px;
  top: 1px;
}

.chatContainer .chatInputContainer .chatInput .arco-tabs-nav::before {
  height: 0px;
}

.chatContainer .chatInputContainer .chatInput .chatInputWithUpload {
  display: flex;
  /* padding: 10px; */
  column-gap: 10px;
}

.chatContainer .chatInputContainer .chatInput .chatInputTextarea {
  width: 100%;
  /* height: 100px; */
  outline: none;
  resize: none;
  border: none;
  line-height: 24px;
}

.chatContainer .chatInputContainer .chatInput .sendBtnArea {
  display: flex;
  /* padding: 4px 10px; */
}

.chatContainer .chatInputContainer .chatInput .sendBtnArea .audioBtn {
  cursor: pointer;
  color: #165dff;
  font-size: 28px;
}

.chatContainer .chatInputContainer .chatInput .sendBtnArea .disableSend {
  background: #abafc3 !important;
}

.chatContainer .chatInputContainer .chatInput .sendBtnArea .send {
  /* background: #165dff;
          border-radius: 10px;
          color: #fff; */
  /* width: 40px;
          height: 40px; */
  cursor: pointer;
  /* text-align: center;
          line-height: 36px; */
}

.chatContainer .chatInputContainer .chatInput .sendBtnArea .send img {
  width: 32px;
}

.chatContainer .chatInputContainer .chatInput .sendBtnArea .send .iconfont {
  font-size: 24px;
}

.chatContainer .chatLogContainer {
  height: calc(100vh - 262px);
  /* padding: 10px 20px 10px 0; */
}

.chatContainer .chatLogContainer .arco-spin {
  width: 100%;
}

.chatContainer .chatLogContainer .prologue {
  margin-bottom: 38px;
  /* background: #ffffff;
      box-shadow: 0px 3px 20px 0px rgba(22, 45, 95, 0.04);
      border-radius: 10px; */
  padding: 10px;
  display: flex;
  column-gap: 10px;
}

.chatContainer .chatLogContainer .prologue .answerLogo {
  background: #fff;
  border: 1px solid #2d6cfe;
  border-radius: 50%;
  overflow: hidden;
  width: 43px;
  height: 43px;
}

.chatContainer .chatLogContainer .prologue .answerLogo img {
  width: 100%;
}

.chatContainer .chatLogContainer .loadMore {
  color: #165dff;
  cursor: pointer;
  text-align: center;
  margin-bottom: 20px;
}

.chatContainer .chatLogContainer img,
.chatContainer .chatLogContainer video {
  max-width: 100%;
}

.chatContainer .chatLogContainer .chatlogItem {
  width: 100%;
}

.chatContainer .chatLogContainer .chatlogItem .logTime {
  text-align: right;
  color: rgba(78, 89, 105, 0.9);
  margin: 10px 0;
}

.chatContainer .chatLogContainer .chatlogItem .questionArea {
  display: flex;
  column-gap: 12px;
  flex-direction: row-reverse;
}

.chatContainer .chatLogContainer .chatlogItem .questionArea .questionLogo {
  width: 43px;
  height: 43px;
  text-align: center;
  /* margin-left: 10px; */
}

.chatContainer .chatLogContainer .chatlogItem .questionArea .questionContent {
  display: flex;
  column-gap: 10px;
  line-height: 24px;
  align-items: center;
  justify-content: right;
  flex: 1;
}

.chatContainer .chatLogContainer .chatlogItem .questionArea .questionContent .questionContentText {
  background: #d0dfff;
  border-radius: 10px 0px 10px 10px;
  padding: 9px 12px;
  font-size: 14px;
  color: #1d2129;
  line-height: 28px;
  text-align: left;
  display: inline-block;
}

.chatContainer .chatLogContainer .chatlogItem .questionArea .questionContent .edit {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.chatContainer .chatLogContainer .chatlogItem .answerArea {
  margin-top: 38px;
  /* padding: 10px; */
  display: flex;
  column-gap: 12px;
}

.chatContainer .chatLogContainer .chatlogItem .answerArea .answerContent {
  flex: 1;
}

.chatContainer .chatLogContainer .chatlogItem .answerArea .answerContent .answerContentText pre,
.chatContainer .chatLogContainer .chatlogItem .answerArea .answerContent .answerContentText code {
  white-space: break-spaces;
}

.chatContainer .chatLogContainer .chatlogItem .answerArea .answerContent .gif {
  width: 300px;
  height: 200px;
}

.chatContainer .chatLogContainer .chatlogItem .answerArea .answerLogo {
  background: #fff;
  border: 1px solid #2d6cfe;
  border-radius: 50%;
  overflow: hidden;
  width: 43px;
  height: 43px;
}

.chatContainer .chatLogContainer .chatlogItem .answerArea .answerLogo img {
  width: 100%;
}

.chatContainer .chatLogContainer .chatlogItem .answerArea .actionArea .actionBtn {
  display: flex;
  column-gap: 10px;
  align-items: center;
  margin-top: 10px;
}

.chatContainer .chatLogContainer .chatlogItem .answerArea .actionArea .actionBtn .actionBtnItem {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.aiSessionDrawer .arco-drawer-footer {
  justify-content: center;
  display: flex;
}

.aiSessionDrawer .chatTab {
  position: relative;
  background: #fff;
  height: 50px;
}

.aiSessionDrawer .chatTab .addChatType {
  position: absolute;
  right: 0px;
  top: 7px;
}

.aiSessionDrawer .chatTab .arco-tabs-nav {
  padding-right: 90px;
}

.aiSessionDrawer .formArea {
  padding: 10px;
}

.spaceBetweenFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chatDrawer .ant-drawer-wrapper-body {
  overflow: hidden;
}

.chatDrawer .ant-drawer-body {
  padding: 0px !important;
  height: calc(100% - 55px);
}

.chatDrawer .ant-drawer-body li {
  padding: 0px;
}

.chatDrawer .robotDescArea {
  position: relative;
  /* background-size: cover;
    border-radius: 3px;
    padding: 67px 13px 13px 13px;
    flex: 1;
    overflow: hidden; */
  height: 360px;
  /* .robotDesc {
      background: rgba(255, 255, 255, 0.5);
      border: 1px solid #ffffff;
      width: 100%;
      height: 195px;
      position: relative;
      z-index: 9;
      border-radius: 5px;
      color: #4e5969;
      line-height: 28px;
      padding: 15px 10px;
      backdrop-filter: blur(2px);
      span {
        font-weight: 500;
        color: #000000;
      }
    } */
}

.chatDrawer .robotDescArea .robotDesc {
  position: absolute;
  top: 88px;
  width: 100%;
}

.chatDrawer .robotDescArea .robotDesc .title {
  font-weight: 500;
  font-size: 20px;
  color: #1d2129;
  width: 245px;
  text-align: center;
  margin: 0 auto;
  line-height: 28px;
}

.chatDrawer .robotDescArea .robotDesc .subTitle {
  font-size: 13px;
  color: #86909c;
  text-align: center;
  margin: 0 auto;
  margin-top: 4px;
}

.chatDrawer .robotDescArea .robotDesc .role {
  margin: 15px 16px;
  font-size: 14px;
  color: #1d2129;
  line-height: 24px;
  white-space: break-spaces;
  /* height: 126px; */
  height: 146px;
  background: #f8fbff;
  border-radius: 10px;
  padding: 15px 20px;
}

.chatDrawer .robotDescArea .hotProduct {
  position: absolute;
  top: 310px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 16px;
  width: calc(100% - 32px);
  box-shadow: 0px 4px 4px 0px rgba(207, 223, 241, 0.34);
  border-radius: 4px;
  padding: 7px 12px;
  height: 36px;
  display: none;
}

.chatDrawer .robotDescArea .hotProduct .announcement-list {
  overflow: hidden;
  position: relative;
  height: 22px;
  width: 100px;
}

.chatDrawer .robotDescArea .hotProduct .announcement-list .announcement-item {
  position: absolute;
  width: 100%;
  animation: scroll 12s infinite;
  display: block;
}

.chatDrawer .robotDescArea .hotProduct .announcement-list .announcement-item:nth-child(2) {
  /* animation-delay: 0.5s; */
  top: 20px;
}

.chatDrawer .robotDescArea .hotProduct .flexLayout {
  display: flex;
  column-gap: 4px;
  align-items: center;
  height: 22px;
}

.chatDrawer .robotDescArea .hotProduct .flexLayout a {
  cursor: pointer;
}

.chatDrawer .robotDescArea .hotProduct .flexLayout .hotPng {
  width: 13px;
  height: 14px;
}

.chatDrawer .robotDescArea .hotProduct .arrowPng {
  height: 14px;
}

.chatDrawer .robotDescArea .avatarContainer {
  position: absolute;
  left: 115px;
  top: -10px;
  background: #fff;
  border: 1px solid #2d6cfe;
  border-radius: 50%;
  overflow: hidden;
  width: 81px;
  height: 81px;
}

.chatDrawer .robotDescArea .avatarContainer .robotPng {
  /* position: absolute;
        top: 0px;
        left: 14px; */
  width: 81px;
  object-fit: cover;
  z-index: 10;
}

.chatDrawer .robotDescArea .bgPng {
  width: 100%;
  height: 309px;
  margin-top: 54px;
  /* position: absolute; */
  /* top: 0px; */
}

.chatDrawer .robotDescArea .robotSet {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.chatDrawer .robotDescArea .hiPng {
  position: absolute;
  width: 17px;
  top: -73px;
  left: 50px;
}

.chatDrawer .chatTab {
  height: calc(100% - 370px);
  background: linear-gradient(100deg, #f4f8fe 0%, #e5effe 100%);
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.7);
}

.chatDrawer .chatTab .tabPng {
  width: 13px;
  margin-right: 6px;
  margin-bottom: 2px;
}

.chatDrawer .chatTab .ant-tabs-bar {
  border-bottom: 0px;
  margin-bottom: 8px;
}

.chatDrawer .chatTab .ant-tabs-ink-bar {
  display: none !important;
}

.chatDrawer .chatTab .ant-tabs-nav-scroll {
  text-align: center;
}

.chatDrawer .chatTab .ant-tabs-tab-active {
  background: linear-gradient(260deg, rgba(186, 226, 252, 0.3) 0%, rgba(163, 164, 250, 0.3) 100%);
  border-radius: 6px;
  color: #5064cc;
}

.chatDrawer .chatTab .ant-tabs-tab {
  padding: 7px 20px;
  margin-top: 13px;
}

.chatDrawer .chat-box {
  display: flex;
  width: 100%;
  height: 100%;
  /* column-gap: 10px; */
}

.chatDrawer .chat-box .left {
  width: 342px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: url("../image/file/bg.png") 100% no-repeat;
  background-size: cover;
  padding: 16px;
}

.chatDrawer .chat-box .left .arco-tabs-nav {
  justify-content: center;
}

.chatDrawer .chat-box .left .arco-tabs-nav-tab {
  flex: none;
}

.chatDrawer .chat-box .left .refresh {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.chatDrawer .chat-box .left .refresh .tags {
  width: 68px;
  height: 24px;
  background: #f7f7f9;
  border-radius: 6px 6px 6px 6px;
  line-height: 24px;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  cursor: pointer;
}

.chatDrawer .chat-box .left .refresh .activeTag {
  background: rgba(22, 93, 255, 0.1);
  color: rgba(22, 93, 255, 0.8);
}

.chatDrawer .chat-box .left .faqList {
  height: calc(100vh - 500px);
  overflow-y: auto;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
}

.chatDrawer .chat-box .left .faqList .flexLayout {
  display: flex;
  align-items: center;
  width: calc(100% - 20px);
}

.chatDrawer .chat-box .left .faqList .faqItem:hover {
  background: rgba(22, 93, 255, 0.05);
}

.chatDrawer .chat-box .left .faqList .faqItem:hover .lineClamp {
  color: rgba(22, 93, 255, 0.8);
}

.chatDrawer .chat-box .left .faqList .faqItem {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  padding: 12px 0;
  border-bottom: 1px solid #e5e6eb;
  justify-content: space-between;
}

.chatDrawer .chat-box .left .faqList .faqItem .arrowPng {
  height: 14px;
}

.chatDrawer .chat-box .left .faqList .faqItem .cricle {
  width: 16px;
  height: 16px;
  background: linear-gradient(23deg, #165dff 0%, #22abf8 100%);
  border-radius: 50%;
  margin-right: 8px;
  color: #fff;
  text-align: center;
  line-height: 16px;
  font-size: 10px;
}

.chatDrawer .chat-box .left .faqList .faqItem .lineClamp {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  font-weight: 500;
  width: 96%;
}

.chatDrawer .chat-box .right {
  width: calc(100% - 342px);
  height: 100%;
  padding: 40px 40px 24px 40px;
  background-color: #fff;
}

.chatFileContainer {
  display: flex;
  column-gap: 10px;
  flex-wrap: wrap;
  row-gap: 10px;
}

.chatFileContainer .fileItem {
  width: 100px;
  height: 100px;
  border: 1px solid #e5e6eb;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.chatFileContainer .fileItem img {
  width: 100%;
  object-fit: contain;
}

.chatFileContainer .otherImg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 100px;
}

.chatFileContainer .otherImg .icon-play {
  position: absolute;
  color: #fff;
  font-size: 28px;
}

.chatContainer .chatLogContainer {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.chatContainer .chatContainer {
  flex: 1;
  padding: 20px;
}

.chatContainer .commonScroll {
  overflow-y: auto;
}

.chatContainer .loadMore {
  color: #1890ff;
  cursor: pointer;
  text-align: center;
}

.chatContainer .chatlogItem {
  display: flex;
  flex-direction: column;
  margin-bottom: 38px;
}

.chatContainer .questionArea,
.chatContainer .answerArea {
  display: flex;
  align-items: flex-start;
}

.chatContainer .questionLogo,
.chatContainer .answerLogo {
  /* margin-right: 10px; */
}

.chatContainer .questionContent,
.chatContainer .answerContent {
  flex: 1;
}

.chatContainer .answerContentText {
  background: #f5f7fb;
  border-radius: 0px 10px 10px 10px;
  padding: 9px 12px;
  font-size: 14px;
  color: #1d2129;
  line-height: 28px;
  text-align: left;
  display: inline-block;
}

.chatContainer .actionArea {
  display: flex;
  justify-content: space-between;
}

.chatContainer .actionBtnItem {
  cursor: pointer;
}

.chatContainer .edit {
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.chatContainer .logTime {
  text-align: right;
  color: #999;
}

.chatContainer .gif {
  width: 50px;
  height: 50px;
}

/*commonå©Šæ°¬å§©é‰ï¿½*/
.commonScroll::-webkit-scrollbar {
  width: 2px;
  height: 6px;
}

.commonScroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: white;
  display: none;
}

.commonScroll::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.15);
  background: #e3e3e3;
}

.commonScroll {
  overflow-y: auto;
}

.lineClamp2 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.lineClamp4 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

@media (max-width: 500px) {
  .chat-box .left {
    display: none !important;
  }
  .chat-box .right {
    width: 100% !important;
    background: #f5f6f8 !important;
    padding: 20px !important;
  }
  .answerContentText {
    background: #fff !important;
    font-size: 12px !important;
  }
  .questionContentText {
    background: #4784fe !important;
    font-size: 12px !important;
    color: #fff !important;
  }
  .answerLogo,
.questionLogo {
    display: none;
  }
  .chatInputContainer {
    height: 40px !important;
  }
  .chatInput {
    padding: 5px 40px 2px 20px !important;
  }
  .chatInputTextarea {
    height: 33px !important;
  }
  .sendBtnArea {
    position: absolute;
    right: 0px;
    top: 3px;
  }
}

@keyframes scroll {
  0% {
    transform: translateY(20px);
  }
  /* é’æ¿†îé—…æ„¯æ£Œé¦ã„¤ç¬… */
  15% {
    transform: translateY(0);
  }
  /* è¹‡î‚¦â‚¬ç†»ç¹˜éãƒ¨î‹ç»ï¿½ */
  35% {
    transform: translateY(0);
  }
  /* æ·‡æ¿‡å¯”é„å‰§ãš3ç»‰ï¿½ */
  50% {
    transform: translateY(-20px);
  }
  /* éšæˆœç¬‚å¨£â€³åš­ */
  100% {
    transform: translateY(-20px);
  }
}
</pre></body></html>