@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
.figure-understanding-label-card[data-v-3291e094] {
  position: relative;
  height: calc(100vh - 140px);
}
.detail-nav[data-v-3291e094] {
  cursor: pointer;
  margin-bottom: 10px;
}
.detail-nav .back[data-v-3291e094] {
  font-size: 16px;
}
.detail-nav .detail-title[data-v-3291e094] {
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  margin-left: 12px;
}
.btn-wrapper[data-v-3291e094] {
  position: absolute;
  right: 20px;
  top: 52px;
}
[data-v-3291e094] .el-divider--horizontal.divider {
  margin: 12px 0;
}
.content[data-v-3291e094] {
  height: calc(100vh - 237px);
  overflow-y: auto;
}
.conversation-wrapper + .conversation-wrapper[data-v-3291e094] {
  margin-top: 16px;
}
.conversation-wrapper .conversation[data-v-3291e094] {
  display: grid;
  grid-template-columns: 91px 1fr; /* 左侧固定 91px，右侧自适应 */
  gap: 16px;
  padding: 15px;
  border-radius: 3px;
  background: #f7f8fa;
}
.conversation-wrapper .conversation .role-text[data-v-3291e094] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 91px;
  height: 100%;
  border-radius: 3px;
  margin-right: 16px;
}
.conversation-wrapper .conversation.system .role-text[data-v-3291e094] {
  background: rgba(142, 216, 243, 0.18);
}
.conversation-wrapper .conversation.user .role-text[data-v-3291e094] {
  background: rgba(186, 214, 255, 0.25);
}
.conversation-wrapper .conversation.assistant .role-text[data-v-3291e094] {
  background: rgba(26, 196, 93, 0.08);
}
.conversation-wrapper .conversation .content-wrapper .images-container .image-wrapper[data-v-3291e094] {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 45px;
  margin-bottom: 12px;
  margin-right: 16px;
}
.conversation-wrapper .conversation .content-wrapper .images-container .image-wrapper[data-v-3291e094]:last-child {
  margin-right: 0;
}
.conversation-wrapper .conversation .content-wrapper .images-container .image-wrapper .badge[data-v-3291e094] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 21px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 3px 0px 0px 0px;
  background: rgba(51, 51, 51, 0.6);
  z-index: 1;
  color: #fff;
}
.conversation-wrapper .conversation .content-wrapper .images-container .image-wrapper .image[data-v-3291e094] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.conversation-wrapper .conversation .content-wrapper .content-text[data-v-3291e094] {
  min-height: 52px;
  max-height: 400px;
  overflow-y: auto;
  background-color: #fff;
  padding: 8px 12px;
  border-radius: 3px;
}
.conversation-wrapper .conversation .content-wrapper[data-v-3291e094]  .el-textarea__inner {
  max-height: 400px;
}
.conversation-wrapper .conversation .content-wrapper[data-v-3291e094]  .el-textarea__inner:hover {
  border: 1px solid var(--color-master-1);
  box-shadow: var(--shadow-input);
}
.empty[data-v-3291e094] {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 40px;
}
