@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
-------------------------- */
.loading[data-v-1d3edce9],
.loading > div[data-v-1d3edce9] {
  position: relative;
  box-sizing: border-box;
}
.loading[data-v-1d3edce9] {
  display: inline;
  font-size: 0;
  color: #3d73f5;
}
.loading.la-dark[data-v-1d3edce9] {
  color: #333;
}
.loading > div[data-v-1d3edce9] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.loading[data-v-1d3edce9] {
  width: 54px;
  height: 14px;
  vertical-align: middle;
}
.loading > div[data-v-1d3edce9]:nth-child(1) {
  animation-delay: -300ms;
}
.loading > div[data-v-1d3edce9]:nth-child(2) {
  animation-delay: -150ms;
}
.loading > div[data-v-1d3edce9]:nth-child(3) {
  animation-delay: 0ms;
}
.loading > div[data-v-1d3edce9] {
  width: 4px;
  height: 4px;
  margin: 2px;
  border-radius: 100%;
  animation: ball-pulse-data-v-1d3edce9 1.2s ease infinite;
}
.loading.la-sm[data-v-1d3edce9] {
  width: 26px;
  height: 8px;
}
.loading.la-sm > div[data-v-1d3edce9] {
  width: 2px;
  height: 2px;
  margin: 2px;
}
.loading.la-2x[data-v-1d3edce9] {
  width: 108px;
  height: 36px;
}
.loading.la-2x > div[data-v-1d3edce9] {
  width: 20px;
  height: 20px;
  margin: 8px;
}
.loading.la-3x[data-v-1d3edce9] {
  width: 162px;
  height: 54px;
}
.loading.la-3x > div[data-v-1d3edce9] {
  width: 30px;
  height: 30px;
  margin: 12px;
}
@keyframes ball-pulse-data-v-1d3edce9 {
0%, 60%, 100% {
    opacity: 1;
    transform: scale(1);
}
30% {
    opacity: 0.1;
    transform: scale(0.01);
}
}
@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
-------------------------- */
.loading[data-v-637e5eac],
.loading > div[data-v-637e5eac] {
  position: relative;
  box-sizing: border-box;
}
.loading[data-v-637e5eac] {
  display: inline-block;
  font-size: 0;
  color: #d9d9d9;
}
.loading > div[data-v-637e5eac] {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.loading[data-v-637e5eac] {
  width: 42px;
  height: 18px;
}
.loading > div[data-v-637e5eac] {
  width: 4px;
  height: 4px;
  margin: 4px;
  border-radius: 100%;
}
@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
-------------------------- */
.message-item {
  text-align: left;
}
.message-item .message-sep {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  color: #999;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
}
.message-item .message-sep .notice-link {
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  color: var(--el-color-warning);
  text-decoration: none;
}
.message-item .message-body {
  display: flex;
  vertical-align: middle;
  font-weight: 400;
  color: #333;
  line-height: 20px;
  word-break: break-all;
}
.message-item .message-body.message-panel {
  padding: 1px;
}
.message-item .message-body.message-panel .message-content {
  padding: 16px 20px;
  text-align: left;
  background: #ffffff;
  box-shadow: 0 0 8px 0 rgba(100, 110, 144, 0.05);
  border-radius: 0 12px 12px;
  width: 100%;
  font-size: 14px;
  line-height: 21px;
}
.message-item .message-body.message-panel .message-content .think-title {
  width: 112px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  background: linear-gradient(270deg, rgba(235, 238, 255, 0.49) 0%, #f0f7ff 100%);
  cursor: pointer;
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
  border-radius: 12px;
}
.message-item .message-body.message-panel .message-content .think-context {
  background: rgba(247, 248, 250, 0.5);
  font-size: 14px;
  padding: 1px 12px;
  margin-bottom: 16px;
}
.message-item .message-body.message-panel .message-content .think-context h1,
.message-item .message-body.message-panel .message-content .think-context h2,
.message-item .message-body.message-panel .message-content .think-context h3,
.message-item .message-body.message-panel .message-content .think-context h4,
.message-item .message-body.message-panel .message-content .think-context h5,
.message-item .message-body.message-panel .message-content .think-context p,
.message-item .message-body.message-panel .message-content .think-context span,
.message-item .message-body.message-panel .message-content .think-context ol,
.message-item .message-body.message-panel .message-content .think-context ul {
  color: #7c818c;
  line-height: 24px;
  line-break: anywhere;
}
.message-item .message-body.message-panel .message-content .think-context table {
  width: 100%;
  margin: 10px auto;
  border-spacing: 0;
  overflow-x: auto;
  display: block;
  font-size: 14px;
  line-height: 21px;
  border-collapse: separate;
  border-spacing: 0;
  word-break: keep-all;
}
.message-item .message-body.message-panel .message-content .think-context table thead {
  background: #f7f8fa;
}
.message-item .message-body.message-panel .message-content .think-context table thead tr th {
  white-space: nowrap;
}
.message-item .message-body.message-panel .message-content .think-context table thead tr:first-of-type th {
  border-top: 1px solid #e2e5ed;
}
.message-item .message-body.message-panel .message-content .think-context table thead tr:first-of-type th:first-of-type {
  border-top-left-radius: 12px;
  border-left: 1px solid #e2e5ed;
}
.message-item .message-body.message-panel .message-content .think-context table thead tr:first-of-type th:last-of-type {
  border-top-right-radius: 12px;
  border-right: 1px solid #e2e5ed;
}
.message-item .message-body.message-panel .message-content .think-context table tr td:first-of-type {
  border-left: 1px solid #e2e5ed;
}
.message-item .message-body.message-panel .message-content .think-context table tr td:last-of-type {
  border-right: 1px solid #e2e5ed;
}
.message-item .message-body.message-panel .message-content .think-context table tr:last-child td:first-of-type {
  border-bottom-left-radius: 12px;
}
.message-item .message-body.message-panel .message-content .think-context table tr:last-child td:last-of-type {
  border-bottom-right-radius: 12px;
}
.message-item .message-body.message-panel .message-content .think-context table th,
.message-item .message-body.message-panel .message-content .think-context table td {
  text-align: left;
  padding: 8px 16px;
  border-bottom: 1px solid #e2e5ed;
}
.message-item .message-body.message-panel .message-content .think-context table td {
  max-width: 360px;
  white-space: wrap;
  word-wrap: break-word;
}
.message-item .message-body.message-panel .message-content .think-context table tbody {
  background: #fff;
}
.message-item .message-body.message-panel .message-content .think-context .math-block-wrapper {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100%;
}
.message-item .message-body.message-panel .message-content .search-total {
  cursor: pointer;
  font-size: 14px;
  color: #666666;
  margin-bottom: 16px;
  line-height: 21px;
  font-weight: 400;
  margin-top: 5px;
}
.message-item .message-body.message-panel .message-content .search-empty {
  cursor: not-allowed;
  color: #666666;
}
.message-item .message-body.message-panel .message-content .context h1,
.message-item .message-body.message-panel .message-content .context h2,
.message-item .message-body.message-panel .message-content .context h3,
.message-item .message-body.message-panel .message-content .context h4,
.message-item .message-body.message-panel .message-content .context h5,
.message-item .message-body.message-panel .message-content .context p,
.message-item .message-body.message-panel .message-content .context span {
  line-height: 21px;
}
.message-item .message-body.message-panel .message-content .context hr {
  background-color: #eff1f4;
}
.message-item .message-body.message-panel .message-content .context ul li {
  margin-bottom: 8px;
}
.message-item .message-body.message-panel .message-content .context pre {
  display: inline-block;
  background: #f7f8fa;
  border-radius: 8px;
  overflow: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  width: 100%;
}
.message-item .message-body.message-panel .message-content .context table {
  background: #fff;
  width: 100%;
  margin: 10px auto;
  border-spacing: 0;
  overflow-x: auto;
  display: block;
  font-size: 14px;
  line-height: 21px;
  border-collapse: separate;
  border-spacing: 0;
  word-break: keep-all;
}
.message-item .message-body.message-panel .message-content .context table thead {
  background: #f7f8fa;
}
.message-item .message-body.message-panel .message-content .context table thead tr th {
  white-space: nowrap;
}
.message-item .message-body.message-panel .message-content .context table thead tr:first-of-type th {
  border-top: 1px solid #e2e5ed;
}
.message-item .message-body.message-panel .message-content .context table thead tr:first-of-type th:first-of-type {
  border-top-left-radius: 12px;
  border-left: 1px solid #e2e5ed;
}
.message-item .message-body.message-panel .message-content .context table thead tr:first-of-type th:last-of-type {
  border-top-right-radius: 12px;
  border-right: 1px solid #e2e5ed;
}
.message-item .message-body.message-panel .message-content .context table tr td:first-of-type {
  border-left: 1px solid #e2e5ed;
}
.message-item .message-body.message-panel .message-content .context table tr td:last-of-type {
  border-right: 1px solid #e2e5ed;
}
.message-item .message-body.message-panel .message-content .context table tr:last-child td:first-of-type {
  border-bottom-left-radius: 12px;
}
.message-item .message-body.message-panel .message-content .context table tr:last-child td:last-of-type {
  border-bottom-right-radius: 12px;
}
.message-item .message-body.message-panel .message-content .context table th,
.message-item .message-body.message-panel .message-content .context table td {
  text-align: left;
  padding: 8px 16px;
  border-bottom: 1px solid #e2e5ed;
}
.message-item .message-body.message-panel .message-content .context table td {
  max-width: 360px;
  white-space: wrap;
  word-wrap: break-word;
}
.message-item .message-body.message-panel .message-content .context img {
  width: 100%;
}
.message-item .message-body.message-panel .message-content .context .math-block-wrapper {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100%;
}
.message-item .message-body.message-panel .message-content .message-info {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
}
.message-item .message-body.message-panel .message-content .message-info .el-button + .el-button {
  margin-left: 8px;
}
.message-item .message-body.message-panel .message-content .message-info .info-text {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #999999;
  text-align: right;
  line-height: 24px;
  font-weight: 400;
  vertical-align: -2px;
}
.message-item .message-body.message-panel .message-content .message-info .info-text .icon-copy-chat {
  color: #999;
}
.message-item .message-body.message-panel .message-content .message-info .info-text .icon-copy-chat:hover {
  color: #3d73f5;
}
.message-item .message-body.message-panel .message-content .message-info .info-text + .info-text {
  margin-left: 16px;
}
.message-item .message-body.message-panel .message-content .message-info .btn-link-min .svg-icon {
  width: 20px;
  height: 20px;
}
.message-item .message-body.message-panel .message-content .message-info .btn-change-page .svg-icon {
  width: 14px;
  height: 14px;
}
.message-item .message-body.message-panel .message-content .message-info .conversation-page {
  margin: auto 5px;
}
.message-item .message-body.message-panel .message-content .message-info .conversation-page .page-separator {
  margin: auto 4px;
}
@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
-------------------------- */
.content[data-v-59a0dc8f] {
  display: flex;
  width: 100%;
}
.content .message-item[data-v-59a0dc8f] {
  padding: 24px 0;
  text-align: right;
  width: 100%;
  border-radius: 12px 0px 12px 12px;
  color: #111;
}
.content .message-item .message-sep[data-v-59a0dc8f] {
  text-align: center;
  margin: 0 auto;
  color: #999;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
}
.content .message-item .message-sep .notice-link[data-v-59a0dc8f] {
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  color: var(--el-color-warning);
  text-decoration: none;
}
.content .message-item .message-content[data-v-59a0dc8f] {
  padding: 12px 20px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.content .message-item .message-content .content-user[data-v-59a0dc8f] {
  max-width: calc(100% - 65px);
  background: #bad6ff;
  border-radius: 12px 0px 12px 12px;
  padding: 8px 12px;
  display: inline-block;
  text-align: left;
}
.content .message-item .message-content .loading[data-v-59a0dc8f] {
  display: block;
  width: 24px;
}
.content .message-item .message-content pre[data-v-59a0dc8f] {
  padding: 20px;
  background: #edeff3;
  border-radius: 4px;
}
.content .message-item .message-content table[data-v-59a0dc8f] {
  background: #fff;
  width: 100%;
  margin: 10px auto;
  border-spacing: 0;
}
.content .message-item .message-content table thead[data-v-59a0dc8f] {
  background: #e5e6e8;
}
.content .message-item .message-content table thead tr[data-v-59a0dc8f] {
  box-shadow: 0px 0px 0px;
  border: 0;
}
.content .message-item .message-content table tr[data-v-59a0dc8f] {
  line-height: 38px;
  height: 38px;
  box-shadow: 0px 1px 0px 0px #e2e5ed;
  text-indent: 20px;
}
.content .message-item .message-content table tr[data-v-59a0dc8f]:last-child {
  box-shadow: 0;
}
.content .message-item .message-content .operation-title[data-v-59a0dc8f] {
  visibility: hidden;
  display: inline-block;
  width: 64px;
}
.content .message-item .message-content .operation-title .title-btn[data-v-59a0dc8f] {
  width: 20px;
  height: 20px;
  background: #e3efff;
  border-radius: 4px;
  color: #3d73f5;
}
.content .message-item .message-content .operation-title .disable-btn[data-v-59a0dc8f] {
  cursor: not-allowed;
  background: #eff1f4;
  color: #999999;
}
.content .message-item .message-content .operation-title .el-button + .el-button[data-v-59a0dc8f] {
  margin: 0 8px;
}
.content .message-item .message-content[data-v-59a0dc8f]:hover {
  cursor: pointer;
}
.content .message-item .message-content:hover .operation-title[data-v-59a0dc8f] {
  visibility: inherit;
}
.content .message-item .message-body[data-v-59a0dc8f] {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  color: #111;
  line-height: 20px;
  word-break: break-all;
  margin-left: 0;
  font-size: 14px;
  white-space: pre-wrap;
  width: 100%;
}
.content .message-item .message-body .message-body-icon[data-v-59a0dc8f] {
  font-size: 20px;
}
.content .message-item.is-self .message-body[data-v-59a0dc8f] {
  border-radius: 8px;
}
.content .message-item.is-self .message-body .audio-bar[data-v-59a0dc8f],
.content .message-item.is-self .message-body .message-asr-text[data-v-59a0dc8f] {
  text-align: right;
}
.content .message-item .image-preview[data-v-59a0dc8f] {
  width: -moz-fit-content;
  width: fit-content;
  height: 120px;
  display: block;
  margin-bottom: 8px;
  margin-left: 8px;
}
.content .message-item .image-preview .image-slot .default-picture[data-v-59a0dc8f] {
  width: 120px;
  height: 120px;
  margin: 0px -13px;
}
.content .message-item .image-preview[data-v-59a0dc8f]  .el-image__inner.el-image__preview {
  border-radius: 8px;
  display: inline-block;
}
.content .message-item .multiple-preview[data-v-59a0dc8f] {
  width: 120px;
}
.content .message-item .single-preview[data-v-59a0dc8f] {
  max-width: 286px;
  min-width: 94px;
}
.content .message-item .question-input[data-v-59a0dc8f] {
  position: relative;
  float: right;
  width: 100%;
}
.content .message-item .question-input .input-content[data-v-59a0dc8f] {
  width: 100%;
  margin: 0 auto;
  color: #666;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  border: 1px solid var(--border-color);
  min-height: 108px;
  font-size: 14px;
}
.content .message-item .question-input .input-content.is-disabled .el-textarea__inner[data-v-59a0dc8f] {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}
.content .message-item .question-input .input-content[data-v-59a0dc8f]  .el-textarea__inner {
  width: calc(100% - 16px);
  line-height: 20px;
  border-radius: 8px;
  margin: 14px 8px 38px;
  border: none;
  box-shadow: none;
  height: 58px;
  padding-top: 0;
}
.content .message-item .question-input .input-content[data-v-59a0dc8f]  .el-textarea__inner::-moz-placeholder {
  color: #d9d9d9;
}
.content .message-item .question-input .input-content[data-v-59a0dc8f]  .el-textarea__inner::placeholder {
  color: #d9d9d9;
}
.content .message-item .question-input .input-content[data-v-59a0dc8f]  .el-input__count {
  right: 76px;
  bottom: 12px;
  color: #999999;
}
.content .message-item .question-input .input-content[data-v-59a0dc8f]:focus-within {
  border: 1px solid #3d73f5;
  box-shadow: var(--shadow-input);
}
.content .message-item .question-input .btn-send[data-v-59a0dc8f] {
  width: 60px;
  height: 32px;
  position: absolute;
  bottom: 9px;
  right: 20px;
  border-radius: 16px;
}
.content .message-item .question-input .btn-cancel[data-v-59a0dc8f] {
  width: 60px;
  height: 32px;
  position: absolute;
  bottom: 9px;
  right: 92px;
  border-radius: 16px;
}
@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
-------------------------- */
.continuing {
  display: flex;
}
.continuing .avatar {
  display: flex;
  width: 42px;
  height: 42px;
  vertical-align: top;
  margin: 5px 12px;
  padding: 6px 7px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 6px;
}
.continuing .avatar img {
  width: 100%;
  height: 100%;
}
.continuing .message-body {
  padding: 20px;
  margin: 5px 0;
  text-align: left;
  background: #ffffff;
  box-shadow: 0 0 8px 0 rgba(100, 110, 144, 0.05);
  border-radius: 3px;
  width: 100%;
}
.continuing .message-body .title {
  font-size: 14px;
  color: #333333;
  text-align: left;
  font-weight: 400;
  margin-bottom: 4px;
}
.continuing .message-body .info {
  font-size: 12px;
  color: #7c818c;
  line-height: 20px;
  font-weight: 400;
}
.spinner {
  height: 18px;
  font-size: 10px;
}
.spinner > div {
  background-color: #3d73f5;
  height: 100%;
  width: 6px;
  margin-right: 4px;
  display: inline-block;
  border-radius: 100%;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  animation-delay: -0.9s;
}
.spinner .rect3 {
  animation-delay: -0.7s;
}
@keyframes stretchdelay {
0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
    border-radius: 100%;
}
20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    border-radius: 30px;
}
}
@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
-------------------------- */
.continuing {
  display: flex;
}
.continuing .message-body {
  padding: 20px;
  margin: 5px 0;
  text-align: left;
  background: #ffffff;
  box-shadow: 0 0 8px 0 rgba(100, 110, 144, 0.05);
  border-radius: 0px 12px 12px 12px;
  width: 100%;
}
.continuing .message-body .title {
  font-size: 14px;
  color: #333333;
  text-align: left;
  font-weight: 400;
  margin-bottom: 4px;
}
.continuing .message-body .info {
  font-size: 12px;
  color: #7c818c;
  line-height: 20px;
  font-weight: 400;
}
@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
-------------------------- */
.guide-content[data-v-582d6bb2] {
  padding: 20px;
  margin-bottom: 5px;
  text-align: left;
  background: #ffffff;
  box-shadow: 0 0 8px 0 rgba(100, 110, 144, 0.05);
  border-radius: 0px 12px 12px 12px;
  width: 100%;
}
.guide-content .title[data-v-582d6bb2] {
  font-size: 14px;
  color: #333333;
  text-align: left;
  font-weight: 400;
  margin-bottom: 4px;
}
.guide-content .info[data-v-582d6bb2] {
  font-size: 12px;
  color: #7c818c;
  line-height: 20px;
  font-weight: 400;
}
@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
-------------------------- */
.view-share-dialog .view-dom-container[data-v-e501605e] {
  overflow-y: auto;
  max-height: calc(100vh - 180px);
  border-radius: 12px;
}
.view-share-dialog .view-dom-header[data-v-e501605e] {
  position: relative;
  border-radius: 12px 12px 0 0;
  padding: 0;
  background-image: linear-gradient(180deg, #c5d4fc 0%, #f3f7fb 100%);
  height: 100px;
  float: left;
  width: 100%;
}
.view-share-dialog .view-dom-header > div[data-v-e501605e] {
  float: left;
}
.view-share-dialog .view-dom-header .share-svg-icon[data-v-e501605e] {
  padding: 7px 6px 0 58px;
}
.view-share-dialog .view-dom-header .share-svg-icon img[data-v-e501605e] {
  width: 120px;
}
.view-share-dialog .view-dom-header .share-title-content[data-v-e501605e] {
  height: 100px;
  padding-top: 40px;
}
.view-share-dialog .view-dom-header .share-title-content > div[data-v-e501605e]:first-child {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  line-height: 24px;
  padding-bottom: 7px;
}
.view-share-dialog .view-dom-header .share-title-button[data-v-e501605e] {
  float: right;
  margin: 43px 45px 0 0;
}
.view-share-dialog .view-dom-header .share-title-button button[data-v-e501605e] {
  width: 108px;
  height: 44px;
  background-image: linear-gradient(90deg, #3d73f5 0%, #8787fa 100%);
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
}
.view-share-dialog .view-dom-header .share-title-button__close[data-v-e501605e] {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
}
.view-share-dialog .view-dom-header .share-title-button__close .svg-icon[data-v-e501605e] {
  font-size: 20px;
}
.view-share-dialog .view-dom-content[data-v-e501605e] {
  padding: 0 45px 24px;
  background: #f3f7fb;
  float: left;
  width: 100%;
}
.view-share-dialog .view-dom-footer[data-v-e501605e] {
  padding: 0 50px;
  height: 130px;
  float: left;
  width: 100%;
  background-color: white;
}
.view-share-dialog .view-dom-footer .share-logo[data-v-e501605e] {
  padding-top: 30px;
  width: 170px;
  font-size: 14px;
  font-weight: 500;
  float: left;
}
.view-share-dialog .view-dom-footer .share-logo img[data-v-e501605e] {
  width: 100px;
  margin-right: 70px;
}
.view-share-dialog .view-dom-footer .share-qrcode[data-v-e501605e] {
  float: right;
  margin-top: 20px;
}
.view-share-dialog .view-dom-footer .share-qrcode img[data-v-e501605e] {
  width: 85px;
}
[data-v-e501605e] .el-dialog {
  border-radius: 12px;
}
[data-v-e501605e] .el-dialog__header {
  display: none;
}
[data-v-e501605e] .el-dialog__body {
  padding: 0;
}
@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
-------------------------- */
.view-share-dialog .view-dom-content .message-info {
  display: none !important;
}
.view-share-dialog .view-dom-content .think-title {
  display: none !important;
}
.view-share-dialog .view-dom-content .avatar {
  display: none !important;
}
.view-share-dialog .view-dom-content .search-total {
  display: none !important;
}
.view-share-dialog .view-dom-content .operation-title {
  display: none !important;
}
.view-share-dialog .view-dom-content .md-highlight-header .copy-btn {
  display: none !important;
}
@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
-------------------------- */
.view-img-content[data-v-4431ccde] {
  display: flex;
  justify-content: space-between;
  height: 400px;
}
.view-img-content .content-left[data-v-4431ccde] {
  width: 520px;
}
.view-img-content .content-left .img-detail[data-v-4431ccde] {
  height: 316px;
  overflow-y: auto;
}
.view-img-content .content-left .img-detail[data-v-4431ccde]  th.el-descriptions-item__cell.el-descriptions-item__label.is-bordered-label.detail-label {
  text-align: right;
}
.view-img-content .notice[data-v-4431ccde] {
  font-size: 12px;
  color: #999;
  text-align: center;
  margin: 15px auto 0;
  height: 25px;
  line-height: 25px;
}
.view-img-content .image-preview[data-v-4431ccde] {
  width: 400px;
  height: 400px;
  background: #eff1f4;
  position: relative;
}
.view-img-content .image-preview[data-v-4431ccde]  .el-image__inner {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@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
-------------------------- */
.dialog-panel[data-v-55a23d0c] {
  height: calc(100vh - 114px);
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.dialog-panel .conversation-operation[data-v-55a23d0c] {
  position: absolute;
  top: -56px;
  right: 28px;
  padding: 16px 0;
}
.dialog-panel .conversation-operation .svg-icon[data-v-55a23d0c] {
  width: 16px;
  height: 16px;
}
.dialog-panel .conversation-operation .el-button--text[data-v-55a23d0c] {
  font-size: 14px;
}
.dialog-panel .conversation-operation .btn-style[data-v-55a23d0c] {
  color: #333333;
}
.dialog-panel .conversation-operation .btn-style[data-v-55a23d0c]:hover {
  color: #3D73F5;
}
.dialog-panel .conversation-operation .experience-mobile[data-v-55a23d0c] {
  height: 24px;
  border-radius: 8px;
  margin-left: 32px;
  color: #333333;
}
.dialog-panel .conversation-operation .experience-mobile .qr-code[data-v-55a23d0c] {
  display: inline-block;
}
.dialog-panel .conversation-operation .experience-mobile .qr-code-hover[data-v-55a23d0c] {
  display: none;
}
.dialog-panel .conversation-operation .experience-mobile[data-v-55a23d0c]:hover {
  background-color: #3D73F5;
  color: #fff;
}
.dialog-panel .conversation-operation .experience-mobile:hover .qr-code[data-v-55a23d0c] {
  display: none;
}
.dialog-panel .conversation-operation .experience-mobile:hover .qr-code-hover[data-v-55a23d0c] {
  display: inline-block;
}
.dialog-panel .text-preview-wrapper[data-v-55a23d0c] {
  position: relative;
  width: 100%;
  margin-bottom: 14px;
  z-index: 1;
  padding: 8px;
  padding-right: 0;
  border: 1px solid #E2E5ED;
  border-radius: 6px;
}
.dialog-panel .text-preview-wrapper .text-preview-container[data-v-55a23d0c] {
  width: 189px;
  height: 60px;
  position: relative;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  background-color: white;
  border-radius: 8px;
}
.dialog-panel .text-preview-wrapper .text-preview-container .text-preview-image[data-v-55a23d0c] {
  width: 30px;
  height: 30px;
  margin: 12px 8px;
  border-radius: 4px;
}
.dialog-panel .text-preview-wrapper .text-preview-container .delete-button[data-v-55a23d0c] {
  position: absolute;
  top: -2px;
  right: -6px;
  background-color: #EFF1F4;
  color: #666;
  width: 14px;
  height: 14px;
  padding: 0px;
}
.dialog-panel .text-preview-wrapper .text-preview-container .delete-button[data-v-55a23d0c]  .svg-icon {
  left: 1px;
  top: 0;
  font-size: 10px;
}
.dialog-panel .text-preview-wrapper .text-preview-container .el-icon-picture-outline[data-v-55a23d0c] {
  font-size: 32px;
}
.dialog-panel .text-preview-wrapper .text-preview-container .image-slot .default-picture[data-v-55a23d0c] {
  width: 30px;
  height: 30px;
}
.dialog-panel .text-preview-wrapper .text-preview-container .text-preview-info[data-v-55a23d0c] {
  width: 120px;
  display: inline-block;
  height: 100%;
  float: right;
  padding: 6px 0;
  line-height: 22px;
  position: relative;
  right: 10px;
}
.dialog-panel .text-preview-wrapper .text-preview-container .text-preview-info > div[data-v-55a23d0c] {
  width: 100%;
  white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏超出部分 */
  text-overflow: ellipsis; /* 超出部分显示为省略号 */
  font-size: 13px;
  color: #7C818C;
}
.dialog-panel .text-preview-wrapper .text-preview-container .text-preview-info > div[data-v-55a23d0c]:first-child {
  font-size: 14px;
  color: #333333;
  font-weight: 500;
}
.dialog-panel .input-wrap[data-v-55a23d0c] {
  position: relative;
  margin-bottom: -16px;
  overflow: hidden;
  z-index: 2;
  top: -24px;
}
.dialog-panel .input-wrap .upload-demo[data-v-55a23d0c] {
  display: flex;
  align-items: center;
  position: absolute;
  top: 8px;
  left: 20px;
  width: 42px;
  height: 28px;
}
.dialog-panel .input-wrap .upload-demo .btn-link-img[data-v-55a23d0c] {
  width: 66px;
  height: 24px;
  background: #F0F7FF;
  border-radius: 12px;
}
.dialog-panel .input-wrap .upload-demo .btn-link-img .svg-icon[data-v-55a23d0c] {
  vertical-align: -3px;
}
.dialog-panel .input-wrap .upload-divider[data-v-55a23d0c] {
  display: flex;
  align-items: center;
  position: absolute;
  top: 19px;
  width: calc(100% - 40px);
  left: 20px;
  background-color: #F7F8FA;
}
.dialog-panel .input-wrap .image-container[data-v-55a23d0c] {
  display: flex;
  align-items: center;
  position: absolute;
  top: 10px;
  left: 20px;
  width: 40px;
  height: 40px;
}
.dialog-panel .input-wrap .image-container .image-loading[data-v-55a23d0c] {
  width: 100%;
  height: 100%;
}
.dialog-panel .input-wrap .image-container .image-loading[data-v-55a23d0c]  .el-loading-mask {
  border-radius: 10px;
  background-color: #F0F7FF;
}
.dialog-panel .input-wrap .image-preview[data-v-55a23d0c] {
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  margin-top: 10px;
}
.dialog-panel .input-wrap .delete-button[data-v-55a23d0c] {
  position: absolute;
  top: -2px;
  right: -6px;
  background-color: #EFF1F4;
  color: #666;
  width: 14px;
  height: 14px;
  padding: 0px;
}
.dialog-panel .input-wrap .delete-button[data-v-55a23d0c]  .svg-icon {
  left: 1px;
  top: 0;
  font-size: 10px;
}
.dialog-panel .input-wrap .network-search[data-v-55a23d0c] {
  padding: 8px 10px;
  background: #F7F8FA;
  border-radius: 12px;
  font-size: 12px;
  color: #333333;
  position: absolute;
  bottom: 9px;
  left: 20px;
}
.dialog-panel .input-wrap .deep-thinking[data-v-55a23d0c] {
  left: 106px;
}
.dialog-panel .input-wrap .search-open[data-v-55a23d0c] {
  background: #F0F7FF;
  color: #3D73F5;
}
.dialog-panel .input-wrap .search-disable[data-v-55a23d0c] {
  color: #999999;
  background: #EFF1F4;
}
.dialog-panel .input-wrap .btn-send[data-v-55a23d0c] {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 9px;
  right: 20px;
  width: 32px;
  height: 32px;
  background-image: linear-gradient(214deg, #C198FF 0%, #3D73F5 100%);
  border-radius: 8px;
  border: none;
}
.dialog-panel .input-wrap .btn-send[data-v-55a23d0c]  .svg-icon {
  left: -12px;
  top: -8px;
  width: 24px;
  height: 25px;
}
.dialog-panel .input-wrap .stop-send[data-v-55a23d0c]  .svg-icon {
  top: -6px;
  left: -11px;
  width: 22px;
  height: 22px;
}
.dialog-panel .input-wrap .upload-btn[data-v-55a23d0c] {
  right: 60px;
  background: #fff;
  width: 32px;
  height: 32px;
  border-radius: 8px;
}
.dialog-panel .input-wrap .upload-btn button .svg-icon[data-v-55a23d0c] {
  width: 30px;
  height: 30px;
}
.dialog-panel .input-wrap button.el-button.el-button--text.el-button--text--primary.el-button--medium.is-loading[data-v-55a23d0c] {
  left: 9px;
}
.dialog-panel .input-wrap .upload-btn[data-v-55a23d0c]:hover {
  background: #EFF1F4;
}
.dialog-panel .input-wrap .upload-btn.is-disabled[data-v-55a23d0c]:hover {
  background: none;
}
.dialog-panel .input-wrap button.el-button.btn-send.el-button--primary.el-button--medium.is-disabled[data-v-55a23d0c],
.dialog-panel .input-wrap button.el-button.btn-send.el-button--primary.el-button--medium.is-disabled[data-v-55a23d0c]:hover {
  background: linear-gradient(214deg, #F3EDFD 0%, #AFC4F7 67%);
  border: none;
}
.dialog-panel .input-wrap button.el-button.btn-send.el-button--primary.el-button--medium[data-v-55a23d0c]:hover {
  background-image: linear-gradient(214deg, #A66FFA 0%, #2E68F3 100%);
}
.dialog-panel .input-wrap .default-input[data-v-55a23d0c] {
  width: 100%;
  height: 54px;
  margin-top: 40px;
}
.dialog-panel .input-wrap .default-input[data-v-55a23d0c]  .el-textarea__inner {
  line-height: 20px;
  border-radius: 8px;
  padding: 10px 85px 22px 20px;
}
.dialog-panel .input-wrap .input-content[data-v-55a23d0c] {
  width: 100%;
  margin: 0 auto;
  color: #666;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  border: 1px solid var(--border-color);
  min-height: 85px;
  padding-bottom: 45px;
  font-size: 14px;
}
.dialog-panel .input-wrap .input-content.is-disabled .el-textarea__inner[data-v-55a23d0c] {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}
.dialog-panel .input-wrap .input-content[data-v-55a23d0c]  .el-textarea__inner {
  width: calc(100% - 16px);
  line-height: 20px;
  border-radius: 8px;
  margin: 61px 8px 38px;
  border: none;
  box-shadow: none;
  height: 58px;
}
.dialog-panel .input-wrap .input-content[data-v-55a23d0c]  .el-textarea__inner::-moz-placeholder {
  color: #d9d9d9;
}
.dialog-panel .input-wrap .input-content[data-v-55a23d0c]  .el-textarea__inner::placeholder {
  color: #d9d9d9;
}
.dialog-panel .input-wrap .input-content[data-v-55a23d0c]  .el-input__count {
  right: 76px;
  bottom: 12px;
  color: #999999;
}
.dialog-panel .input-wrap .content-height[data-v-55a23d0c]  .el-textarea__inner {
  margin: 10px 8px 10px;
  padding-top: 0;
}
.dialog-panel .input-wrap .img-default[data-v-55a23d0c]  .el-textarea__inner {
  margin: 46px 8px 10px;
  min-height: 34px !important;
}
.dialog-panel .input-wrap .input-content[data-v-55a23d0c]:focus-within {
  border: 1px solid rgb(61, 115, 245);
  box-shadow: var(--shadow-input);
}
.dialog-panel .footer[data-v-55a23d0c] {
  position: absolute;
  bottom: 12px !important;
}
.dialog-panel .notice[data-v-55a23d0c] {
  font-size: 12px;
  color: #999;
  text-align: center;
  margin: 0 auto;
  height: 20px;
  line-height: 20px;
  position: static;
}
.dialog-panel .message-box[data-v-55a23d0c] {
  flex: 1;
  overflow-y: auto;
  scrollbar-width: 1px;
  margin-bottom: 20px;
}
.dialog-panel .message-box.part-3-1[data-v-55a23d0c] {
  height: 30%;
}
.dialog-panel .message-box.part-2-1[data-v-55a23d0c] {
  height: 45%;
}
.dialog-panel .message-box .item-wrap[data-v-55a23d0c] {
  clear: both;
  overflow: hidden;
}
.dialog-panel .timestamp[data-v-55a23d0c] {
  width: 100%;
  height: 17px;
  color: #666666;
  line-height: 17px;
  text-align: center;
  clear: both;
}
.dialog-panel .btn-block[data-v-55a23d0c] {
  width: 100%;
  height: 32px;
  background: #3D4358;
  border-radius: 2px;
  display: block;
  text-align: center;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
  text-decoration: none;
  margin: 20px auto;
}
.dialog-panel .message-content[data-v-55a23d0c] {
  margin-left: 15px;
  padding: 16px 20px;
  background: #f7f8fa;
  border-radius: 8px;
  width: 200px;
}
.history[data-v-55a23d0c] {
  height: calc(100vh - 180px);
  background-color: #fff;
}
@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
-------------------------- */
.el-tooltip__popper {
  max-width: 400px;
}
.qr-code-popper.el-popover {
  min-width: 140px;
  padding: 12px;
}
@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
-------------------------- */
.understand-container[data-v-20b722cc] {
  height: calc(100% - 80px);
}
.understand-container .conversation-operation[data-v-20b722cc] {
  position: absolute;
  top: -56px;
  right: 28px;
  padding: 16px 0;
}
.understand-container .conversation-operation .svg-icon[data-v-20b722cc] {
  width: 16px;
  height: 16px;
}
.understand-container .conversation-operation .el-button--text[data-v-20b722cc] {
  font-size: 14px;
}
.understand-container .conversation-operation .el-button--primary.is-plain[data-v-20b722cc],
.understand-container .conversation-operation .el-button--text[data-v-20b722cc],
.understand-container .conversation-operation .el-button--text--primary[data-v-20b722cc] {
  color: #333333;
}
.understand-container .conversation-operation .el-button--text.is-disabled[data-v-20b722cc],
.understand-container .conversation-operation .el-button--text.is-disabled[data-v-20b722cc]:hover,
.understand-container .conversation-operation .el-button--text.is-loading[data-v-20b722cc] {
  color: #999999;
}
.understand-container .conversation-operation .el-button--text.light[data-v-20b722cc]:not(.is-disabled),
.understand-container .conversation-operation .el-button--text[data-v-20b722cc]:hover {
  color: #3d73f5;
}
.understand-container .understand-img-container[data-v-20b722cc] {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  margin-bottom: 48px;
}
.understand-container .understand-img-container .generating-loading[data-v-20b722cc] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.understand-container .understand-img-container .generating-loading[data-v-20b722cc]  .el-loading-mask {
  background: rgba(255, 255, 255, 0.1);
  bottom: 50px;
}
.understand-container .understand-img-container .generating-loading[data-v-20b722cc]  .cute-loading__ctyun {
  height: 50px;
}
.understand-container .understand-img-container .generating-loading .generating[data-v-20b722cc] {
  width: 379px;
  height: 238px;
}
.understand-container .understand-img-container .generating-loading .info[data-v-20b722cc] {
  color: #999;
  text-align: center;
  font-size: 18px;
}
.understand-container .understand-img-container .img-show[data-v-20b722cc] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.understand-container .understand-img-container .ai-show[data-v-20b722cc] {
  width: 180px;
  height: 222px;
}
.understand-container .understand-img-container .ai-title[data-v-20b722cc] {
  font-weight: 600;
  font-size: 24px;
  color: #333;
  text-align: center;
}
.understand-container .notice[data-v-20b722cc] {
  font-size: 12px;
  color: #999;
  text-align: center;
  margin: 0 auto;
  height: 25px;
  line-height: 25px;
}
.understand-container .image-preview[data-v-20b722cc] {
  height: 100%;
  max-height: 440px;
  overflow-y: auto;
}
.understand-container .image-preview .img-view[data-v-20b722cc] {
  width: 440px;
  height: 440px;
  text-align: center;
  position: relative;
}
.understand-container .image-preview .img-view[data-v-20b722cc]  .el-image {
  display: block;
  width: 440px;
  height: 440px;
}
.understand-container .image-preview .img-view[data-v-20b722cc]  .el-image__inner {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.understand-container .image-preview[data-v-20b722cc]:hover {
  cursor: pointer;
}
.understand-container .image-preview:hover .image-preview[data-v-20b722cc] {
  border-radius: 6px;
}
.understand-container .image-preview:hover .operate-icon[data-v-20b722cc] {
  width: 440px;
  height: 440px;
  border-radius: 6px;
  line-height: 440px;
  background: rgba(0, 0, 0, 0.3);
  display: inline-block;
  color: #fff;
  text-align: center;
}
.understand-container .image-preview:hover .operate-icon[data-v-20b722cc]  .svg-icon {
  font-size: 40px;
}
.understand-container .image-preview .operate-icon[data-v-20b722cc] {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.understand-container .image-preview .operate-icon .el-button[data-v-20b722cc] {
  color: #fff;
}
@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
-------------------------- */
.search-results-knowledge[data-v-14d59fba] {
  height: calc(100% - 40px);
}
.search-results-knowledge .result-list-item[data-v-14d59fba] {
  margin-bottom: 12px;
}
.search-results-knowledge .result-list-item .knowledge-title[data-v-14d59fba] {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 8px;
}
.search-results-knowledge .result-list-item .knowledge-title .knowledge-icon[data-v-14d59fba] {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.search-results-knowledge .result-list-item .knowledge-title .knowledge-name[data-v-14d59fba] {
  font-size: 14px;
  color: #333333;
  font-weight: 500;
  line-height: 32px;
  max-width: 188px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 26px;
  word-break: break-all;
}
.search-results-knowledge .result-list-item .doc-content[data-v-14d59fba] {
  margin: 0 14px 8px 0;
  padding: 12px 12px 8px;
}
.search-results-knowledge .result-list-item .doc-content .doc-title[data-v-14d59fba] {
  display: flex;
  margin-bottom: 8px;
}
.search-results-knowledge .result-list-item .doc-content .doc-title .doc-index[data-v-14d59fba] {
  text-align: center;
  background: #e2e5ed;
  width: 15px;
  height: 15px;
  margin-right: 4px;
  border-radius: 8px;
}
.search-results-knowledge .result-list-item .doc-content .doc-title .doc-name[data-v-14d59fba] {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  width: calc(100% - 24px);
  word-break: break-all;
}
.search-results-knowledge .result-list-item .doc-content .citation[data-v-14d59fba] {
  font-weight: 400;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-width: 240px;
}
.search-results-knowledge .result-list-item .doc-content[data-v-14d59fba]:hover {
  background: #f7f8fa;
  border-radius: 4px;
}
@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
-------------------------- */
.knowledge-result-container {
  max-height: calc(100vh - 210px);
  overflow: auto;
}
.knowledge-result-container p {
  margin: 0;
  padding: 0;
}
.knowledge-result-container .citation p {
  color: #666666;
}
.knowledge-result-container .citation p img {
  width: 100%;
}
.knowledge-result-container .citation li img {
  width: 100%;
}
.knowledge-result-container .citation table {
  width: 100%;
  margin: 10px auto;
  border-spacing: 0;
  overflow-x: auto;
  display: block;
  border-collapse: separate;
  border-spacing: 0;
  word-break: keep-all;
}
.knowledge-result-container .citation table thead {
  background: #f7f8fa;
}
.knowledge-result-container .citation table thead tr th {
  white-space: nowrap;
}
.knowledge-result-container .citation table thead tr:first-of-type th {
  border-top: 1px solid #e2e5ed;
}
.knowledge-result-container .citation table thead tr:first-of-type th:first-of-type {
  border-top-left-radius: 12px;
  border-left: 1px solid #e2e5ed;
}
.knowledge-result-container .citation table thead tr:first-of-type th:last-of-type {
  border-top-right-radius: 12px;
  border-right: 1px solid #e2e5ed;
}
.knowledge-result-container .citation table tr td:first-of-type {
  border-left: 1px solid #e2e5ed;
}
.knowledge-result-container .citation table tr td:last-of-type {
  border-right: 1px solid #e2e5ed;
}
.knowledge-result-container .citation table tr:last-child td:first-of-type {
  border-bottom-left-radius: 12px;
}
.knowledge-result-container .citation table tr:last-child td:last-of-type {
  border-bottom-right-radius: 12px;
}
.knowledge-result-container .citation table th,
.knowledge-result-container .citation table td {
  text-align: left;
  padding: 8px 16px;
  border-bottom: 1px solid #e2e5ed;
}
.knowledge-result-container .citation table td {
  white-space: wrap;
  word-wrap: break-word;
}
.knowledge-result-container .citation table tbody {
  background: #fff;
}
.citation-popper-class {
  max-width: 360px;
}
.citation-popper-class .citation {
  max-height: 600px;
  overflow-y: auto;
}
.citation-popper-class .citation p img,
.citation-popper-class .citation li img {
  width: 100%;
}
.citation-popper-class .citation table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  word-break: keep-all;
}
.citation-popper-class .citation table thead {
  background: #f7f8fa;
}
.citation-popper-class .citation table thead tr th {
  white-space: nowrap;
}
.citation-popper-class .citation table thead tr:first-of-type th {
  border-top: 1px solid #e2e5ed;
}
.citation-popper-class .citation table thead tr:first-of-type th:first-of-type {
  border-top-left-radius: 12px;
  border-left: 1px solid #e2e5ed;
}
.citation-popper-class .citation table thead tr:first-of-type th:last-of-type {
  border-top-right-radius: 12px;
  border-right: 1px solid #e2e5ed;
}
.citation-popper-class .citation table tr td:first-of-type {
  border-left: 1px solid #e2e5ed;
}
.citation-popper-class .citation table tr td:last-of-type {
  border-right: 1px solid #e2e5ed;
}
.citation-popper-class .citation table tr:last-child td:first-of-type {
  border-bottom-left-radius: 12px;
}
.citation-popper-class .citation table tr:last-child td:last-of-type {
  border-bottom-right-radius: 12px;
}
.citation-popper-class .citation table th,
.citation-popper-class .citation table td {
  text-align: left;
  padding: 8px 16px;
  border-bottom: 1px solid #e2e5ed;
}
.citation-popper-class .citation table td {
  white-space: wrap;
  word-wrap: break-word;
}
.citation-popper-class .citation table tbody {
  background: #fff;
}
@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
-------------------------- */
.search-results-network .result-list-container[data-v-2b41abae] {
  height: calc(100vh - 210px);
  overflow-y: auto;
}
.search-results-network .result-list-container .result-list-item[data-v-2b41abae] {
  padding: 12px;
  cursor: pointer;
  border-radius: 4px;
}
.search-results-network .result-list-container .result-list-item .title[data-v-2b41abae] {
  word-break: break-all;
}
.search-results-network .result-list-container .result-list-item .title p[data-v-2b41abae] {
  margin: 0;
}
.search-results-network .result-list-container .result-list-item[data-v-2b41abae]:hover {
  background: #f7f8fa;
}
.search-results-network .result-list-container .result-list-item + .result-list-item[data-v-2b41abae] {
  margin-top: 8px;
}
.search-results-network .result-list-container .result-list-item .title[data-v-2b41abae] {
  margin-bottom: 4px;
  font-size: 14px;
  color: #333;
  letter-spacing: 0;
  line-height: 21px;
  font-weight: 500;
}
.search-results-network .result-list-container .result-list-item .content[data-v-2b41abae] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 12px;
  color: #666;
  letter-spacing: 0;
  text-align: justify;
  line-height: 18px;
  font-weight: 400;
  word-break: break-all;
  line-break: anywhere;
  overflow: hidden;
}
@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
-------------------------- */
.result-list-container .title p,
.result-list-container .content p {
  margin: 0;
  padding: 0;
}
@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
-------------------------- */
.search-results-tabs .close-tabs[data-v-38d7f261] {
  z-index: 1001;
  cursor: pointer;
  position: absolute;
  right: 16px;
  margin-top: 6px;
}

.visible-overflow .cute-layout__main {
  overflow: visible !important;
  height: calc(100% - 50px);
  margin-top: 10px;
}

@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
-------------------------- */
.experience-center[data-v-438bcce8] {
  display: flex;
  justify-content: space-between;
  height: 100%;
  /*当屏幕尺寸小于1440px时，应用下面的CSS样式*/
  /*当屏幕尺寸大于1440px时，应用下面的CSS样式*/
}
.experience-center .el-select[data-v-438bcce8] {
  width: 100%;
}
.experience-center .el-select .el-input[data-v-438bcce8] {
  width: 100%;
}
.experience-center .el-cascader .el-input[data-v-438bcce8] {
  width: 100% !important;
}
.experience-center .exp-model-select[data-v-438bcce8]  .el-input__inner {
  background-image: url(../img/deep-think.492e9c2f.png?regionId=200000001852);
  background-repeat: no-repeat;
  background-position: right 34px bottom 10px;
  background-size: 18%;
  padding-right: 100px;
  text-overflow: ellipsis;
}
.experience-center .textarea[data-v-438bcce8] {
  width: calc(100% - 180px);
}
.experience-center .textarea[data-v-438bcce8]  textarea {
  max-height: 400px;
}
.experience-center .el-input-number .el-input[data-v-438bcce8] {
  width: 100%;
}
.experience-center[data-v-438bcce8]  .el-card__body {
  height: 100%;
  padding: 0;
}
.experience-center .operation-left[data-v-438bcce8] {
  position: relative;
  width: 293px;
  min-width: 293px;
  height: calc(100% - 36px);
  box-shadow: inset 14px 14px 84px 11px rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  border: 1px solid #ffffff;
  display: inline-block;
  padding: 16px 0 16px 16px;
}
.experience-center .operation-left .el-cascader[data-v-438bcce8],
.experience-center .operation-left .el-input[data-v-438bcce8],
.experience-center .operation-left .el-textarea[data-v-438bcce8],
.experience-center .operation-left .el-select[data-v-438bcce8] {
  width: 252px;
  max-width: 324px;
}
.experience-center .operation-left[data-v-438bcce8]  .el-form--label-top .el-form-item__label {
  padding: 0;
  font-weight: 600;
  color: #333333;
}
.experience-center .operation-left[data-v-438bcce8]  .el-slider__button-wrapper {
  z-index: 1000;
  transform: translate(-12px);
}
.experience-center .operation-left .model-type button.el-button[data-v-438bcce8] {
  border: none;
}
.experience-center .operation-left .model-type button.el-button .model-icon[data-v-438bcce8] {
  margin-bottom: 6px;
  width: 24px;
  height: 24px;
}
.experience-center .operation-left .model-type button.el-button .model-title[data-v-438bcce8] {
  font-size: 12px;
  vertical-align: 6px;
}
.experience-center .operation-left .model-type button.el-button.el-button--primary[data-v-438bcce8] {
  border: 1px solid #3d73f5;
  background: #ffffff;
  color: #3d73f5;
  font-weight: 500;
}
.experience-center .operation-left .model-type button.el-button.el-button--medium.is-square[data-v-438bcce8] {
  padding: 10px;
  width: 76px;
  height: 67px;
}
.experience-center .operation-left[data-v-438bcce8]  .el-input__inner {
  border: none;
}
.experience-center .operation-left .model-description[data-v-438bcce8] {
  margin-top: 1px;
  padding: 8px;
  font-family: PingFang-SC-Regular;
  font-size: 12px;
  color: #7c818c;
  line-height: 18px;
  font-weight: 400;
  width: 252px;
  background-color: rgba(255, 255, 255, 0.9);
}
.experience-center .operation-left .model-description .limit-tip[data-v-438bcce8] {
  margin-bottom: 8px;
}
.experience-center .operation-left .model-description .warning-text[data-v-438bcce8] {
  font-family: PingFang-SC-Regular;
  color: #ff8f32;
}
.experience-center .operation-left .free-limit-waring[data-v-438bcce8] {
  margin-top: 8px;
  align-items: center;
  width: 252px;
}
.experience-center .operation-left .free-limit-waring[data-v-438bcce8]  .el-alert {
  padding: 8px 16px;
}
.experience-center .operation-left .free-limit-waring[data-v-438bcce8]  .el-alert__content {
  line-height: 18px;
}
.experience-center .operation-left .params[data-v-438bcce8] {
  display: -webkit-box;
}
.experience-center .operation-left .params .params-slider[data-v-438bcce8] {
  width: 160px;
  margin: 0 20px 0 1px;
}
.experience-center .operation-left .params .params-slider[data-v-438bcce8]  .el-slider__runway {
  background: #ffffff;
}
.experience-center .operation-left .params .params-slider[data-v-438bcce8]  .el-slider__bar {
  background-image: linear-gradient(90deg, #bad6ff 0%, #3d73f5 100%);
  height: 6px;
}
.experience-center .operation-left .params .params-input[data-v-438bcce8] {
  width: 75px;
}
.experience-center .operation-left .params .params-input[data-v-438bcce8]  .el-input-number__increase {
  border-bottom: none;
  margin-top: 4px;
  height: 11px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.experience-center .operation-left .params .params-input[data-v-438bcce8]  .el-input-number__decrease {
  margin-bottom: 4px;
  height: 11px;
  width: 32px;
}
.experience-center .operation-left .params .params-input[data-v-438bcce8]  input.el-input__inner {
  border: none;
  padding: 0 8px;
}
.experience-center .operation-left .params .params-input[data-v-438bcce8]  .el-input-number__decrease.is-disabled,
.experience-center .operation-left .params .params-input[data-v-438bcce8]  .el-input-number__increase.is-disabled {
  background: #ffffff;
}
.experience-center .operation-left .image-styles[data-v-438bcce8] {
  padding: 20px;
}
.experience-center .operation-left .styles-container[data-v-438bcce8] {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.experience-center .operation-left .style-item[data-v-438bcce8] {
  width: 76px;
  height: 76px;
  position: relative;
  text-align: center;
  display: inline-block;
  margin-right: 8px;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s;
}
.experience-center .operation-left .style-item[data-v-438bcce8]:nth-child(3), .experience-center .operation-left .style-item[data-v-438bcce8]:nth-child(6) {
  margin-right: 0;
}
.experience-center .operation-left .style-item[data-v-438bcce8]:nth-child(1), .experience-center .operation-left .style-item[data-v-438bcce8]:nth-child(4) {
  margin-left: 2px;
}
.experience-center .operation-left .style-item .style-name[data-v-438bcce8] {
  position: absolute;
  width: 76px;
  height: 24px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0px 0px 3px 3px;
  bottom: 0;
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
  font-style: normal;
}
.experience-center .operation-left .style-item-click[data-v-438bcce8] {
  border: 1px solid #3d73f5;
  padding: 1px;
}
.experience-center .operation-left .style-item-click .style-name[data-v-438bcce8] {
  left: -2px;
}
.experience-center .operation-left .style-item[data-v-438bcce8]:hover {
  transform: scale(1.05); /* 鼠标悬停时放大效果 */
}
.experience-center .operation-left .style-item img[data-v-438bcce8] {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.experience-center .operation-left .style-item span[data-v-438bcce8] {
  display: block;
  background: #f9f9f9;
}
.experience-center .operation-left .size-item[data-v-438bcce8] {
  background: #ffffff;
  border-radius: 3px;
  width: 76px;
  height: 74px;
  position: relative;
  text-align: center;
  display: inline-block;
  margin-right: 8px;
  cursor: pointer;
  overflow: hidden;
}
.experience-center .operation-left .size-item[data-v-438bcce8]:nth-child(3), .experience-center .operation-left .size-item[data-v-438bcce8]:nth-child(6) {
  margin-right: 0;
}
.experience-center .operation-left .size-item .size-name[data-v-438bcce8] {
  height: 12px;
  font-weight: 400;
  font-size: 12px;
  color: #999;
  line-height: 12px;
}
.experience-center .operation-left .size-item .size[data-v-438bcce8] {
  color: #333;
  margin-bottom: 8px;
}
.experience-center .operation-left .size-item-click[data-v-438bcce8] {
  background: #f0f7ff;
  border: 1px solid #3d73f5;
}
.experience-center .operation-left .size-item-click .size-name[data-v-438bcce8] {
  height: 12px;
  font-weight: 500;
  font-size: 12px;
  color: #3d73f5;
  line-height: 12px;
}
.experience-center .operation-left .generate-img[data-v-438bcce8] {
  position: sticky;
  width: 293px;
  height: 72px;
  background: #e6effb;
  box-shadow: 0px -2px 6px 0px rgba(39, 50, 64, 0.13);
  filter: blur(0px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  margin-left: -17px;
  border-radius: 0px 0px 12px 12px;
}
.experience-center .operation-left .generate-img .generate-btn[data-v-438bcce8] {
  width: 252px;
  height: 40px;
}
.experience-center .img-operation[data-v-438bcce8] {
  height: calc(100vh - 230px);
  overflow: auto;
  padding-right: 8px;
}
.experience-center .text-operation[data-v-438bcce8] {
  height: 100%;
  overflow-y: auto;
  padding-right: 16px;
}
.experience-center .fold-btn[data-v-438bcce8] {
  position: absolute;
  top: 10px;
  left: 277px;
  z-index: 1000;
}
.experience-center .fold-btn .el-button[data-v-438bcce8] {
  width: 16px;
  height: 32px;
  background: #d2e4ff;
  border-radius: 8px 0px 0px 8px;
}
.experience-center .fold-btn .el-button .btn-icon[data-v-438bcce8] {
  color: #353f58;
}
.experience-center .fold-btn .el-button--text[data-v-438bcce8]:hover {
  background: #bad6ff;
}
.experience-center .fold-btn .el-button--text:hover .btn-icon[data-v-438bcce8] {
  color: #3d73f5;
  opacity: 1;
}
.experience-center .fold-btn-hidden[data-v-438bcce8] {
  top: 10px;
  left: 0;
}
.experience-center .fold-btn-hidden .el-button[data-v-438bcce8] {
  border-radius: 0px 8px 8px 0px;
}
.experience-center .conversation[data-v-438bcce8] {
  height: 100%;
  display: inline-block;
}
@media screen and (max-width: 1440px) {
.experience-center .conversation[data-v-438bcce8] {
    margin: auto 10px auto 30px;
}
.experience-center .history[data-v-438bcce8] {
    min-width: 224px;
    width: 224px;
}
.experience-center .history .history-list[data-v-438bcce8] {
    width: 192px;
}
.experience-center .history .history-list .history-bottom .model-name-wrapper[data-v-438bcce8] {
    width: 111px;
}
}
@media screen and (min-width: 1441px) {
.experience-center .conversation[data-v-438bcce8] {
    margin: auto 48px auto 68px;
}
.experience-center .history[data-v-438bcce8] {
    min-width: 284px;
    width: 284px;
}
.experience-center .history .history-list[data-v-438bcce8] {
    width: 252px;
}
.experience-center .history .history-list .history-bottom .model-name-wrapper[data-v-438bcce8] {
    width: 171px;
}
}
.experience-center .history[data-v-438bcce8] {
  background-color: #fff;
  height: calc(100% - 36px);
  padding: 18px 4px 20px 16px;
  box-shadow: 0px 0px 16px 0px rgba(100, 110, 144, 0.1);
  border-radius: 12px;
  margin-right: -20px;
  margin-left: 20px;
}
.experience-center .history .history-title[data-v-438bcce8] {
  margin-bottom: 16px;
  margin-right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 600;
}
.experience-center .history .history-title .close-icon[data-v-438bcce8]:hover {
  cursor: pointer;
}
.experience-center .history .image-show-list[data-v-438bcce8] {
  position: relative;
  border-radius: 3px;
  margin-bottom: 20px;
}
.experience-center .history .image-show-list .image-preview[data-v-438bcce8] {
  width: 160px;
  height: 160px;
  position: relative;
  border-radius: 6px;
  background: #eff1f4;
}
.experience-center .history .image-show-list .image-preview[data-v-438bcce8]  .el-image__inner {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.experience-center .history .image-show-list[data-v-438bcce8]:hover {
  cursor: pointer;
}
.experience-center .history .image-show-list:hover .image-preview[data-v-438bcce8] {
  border-radius: 6px;
}
.experience-center .history .image-show-list:hover .operate-icon[data-v-438bcce8] {
  width: 160px;
  height: 160px;
  border-radius: 6px;
  line-height: 160px;
  background: rgba(0, 0, 0, 0.3);
  display: inline-block;
  color: #fff;
}
.experience-center .history .image-show-list:hover .operate-icon[data-v-438bcce8]  .svg-icon {
  font-size: 20px;
}
.experience-center .history .image-show-list .operate-icon[data-v-438bcce8] {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.experience-center .history .image-show-list .operate-icon .el-button[data-v-438bcce8] {
  color: #fff;
}
.experience-center .history .list[data-v-438bcce8] {
  height: calc(100vh - 210px);
  overflow-y: auto;
}
.experience-center .history .history-list[data-v-438bcce8] {
  padding: 8px 12px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  height: 56px;
  margin-bottom: 16px;
  font-size: 12px;
  color: #333333;
  letter-spacing: 0;
  line-height: 32px;
  align-items: center;
}
.experience-center .history .history-list[data-v-438bcce8]  .title {
  height: 18px;
  font-size: 12px;
  color: #333333;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 4px;
}
.experience-center .history .history-list .history-bottom[data-v-438bcce8] {
  display: flex;
  justify-content: space-between;
}
.experience-center .history .history-list .history-bottom .model-name-wrapper[data-v-438bcce8] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.experience-center .history .history-list .history-bottom[data-v-438bcce8]  .model-name {
  height: 18px;
  font-size: 12px;
  color: #999999;
  line-height: 18px;
}
.experience-center .history .history-list .history-bottom .date-time[data-v-438bcce8] {
  width: 65px;
  flex-shrink: 0;
  white-space: nowrap;
  line-height: 18px;
  margin-left: 12px;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.experience-center .history .history-list .el-button[data-v-438bcce8] {
  display: none;
}
.experience-center .history .history-list[data-v-438bcce8]:hover {
  cursor: pointer;
  border: 1px solid #3d73f5;
}
.experience-center .history .history-list:hover .date-time[data-v-438bcce8]:has(+ *) {
  display: none;
}
.experience-center .history .history-list:hover .el-button[data-v-438bcce8] {
  display: inline-block;
  vertical-align: super;
}
.experience-center .history .history-list button.el-button.el-button--text.el-button--text--primary.el-button--medium[data-v-438bcce8]:hover {
  color: #3d73f5;
}
.experience-center .history .history-list button.el-button.el-button--text.el-button--text--primary.el-button--medium[data-v-438bcce8] {
  color: #666;
}
.experience-center .history .history-select[data-v-438bcce8] {
  background: #3d73f5;
  border: 1px solid #d9d9d9;
  color: #ffffff;
}
.experience-center .history .history-select button.el-button.el-button--text.el-button--text--primary.el-button--medium[data-v-438bcce8] {
  color: #bad6ff;
}
.experience-center .history .history-select button.el-button.el-button--text.el-button--text--primary.el-button--medium[data-v-438bcce8] :hover {
  color: #fff;
}
.experience-center .history .history-select[data-v-438bcce8]  .title {
  color: #ffffff;
}
.experience-center .history .history-select .history-bottom[data-v-438bcce8]  .model-name {
  color: rgba(255, 255, 255, 0.7);
}
.experience-center .history .history-select .history-bottom .date-time[data-v-438bcce8] {
  color: rgba(255, 255, 255, 0.7);
}
@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
-------------------------- */
.inline-test-background {
  background: #f0f7ff;
}
.el-tooltip__popper.is-light {
  box-shadow: var(--shadow-2);
}
.el-cascader-panel {
  height: 378px;
}
.el-cascader-menu__wrap {
  height: 100%;
}
.el-cascader-menu__wrap.el-scrollbar__wrap {
  max-height: 378px;
}
.el-cascader-menu {
  min-width: 125px;
}
.model-node {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.model-node .thinking-node {
  display: inline-block;
  padding: 0 6px;
  color: #fff;
  background: #ff4545;
  background-image: linear-gradient(-75deg, #0678ff 0%, #14cdff 100%);
  border-radius: 0 8px 0 8px;
  height: 18px;
  line-height: 18px;
  margin-left: 4px;
}
.code-block {
  position: relative;
  background-color: var(--color-neutral-1);
  padding-top: 40px;
}
.code-block pre {
  padding: 0 20px;
}
.code-block .md-highlight-header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 40px;
  border-radius: 4px 4px 0 0;
  background-color: var(--color-neutral-2);
}
.code-block .md-highlight-header .copy-btn-lang {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 14px;
}
.code-block .md-highlight-header .copy-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  font-size: 14px;
}
.code-block .md-highlight-header .copy-btn:hover {
  color: var(--color-master-hover) !important;
}
.inline-text-history-popper {
  padding-right: 0;
}
.inline-text-history-popper p {
  margin: 0;
  padding: 0 10px 0 0;
  max-height: 400px;
  color: #666;
  overflow-y: auto;
}
.advanced-params-button {
  color: #333333;
  font-weight: 600;
  margin-bottom: 16px;
}
@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
-------------------------- */
.el-scrollbar.is-empty .knowledge-option-button {
  display: none;
}
button.el-button.knowledge-option-button.el-button--text.el-button--text--primary.el-button--medium {
  border-top: 1px solid #e2e5ed;
  width: calc(100% - 24px);
  color: #333333;
  letter-spacing: 0;
  font-weight: 400;
  padding: 8px 0;
  margin: 0 12px;
}
.knowledge-search {
  max-height: 146px;
}
.knowledge-search .el-select__tags {
  max-height: 140px;
  overflow: auto;
}
.knowledge-search .el-select__tags .el-tag {
  max-width: 210px;
}
.knowledge-search-option {
  max-height: 200px !important;
  max-width: 252px;
  overflow: auto;
}
.knowledge-option-button {
  border-top: 1px solid #e2e5ed;
  width: calc(100% - 24px);
  color: #333333;
  letter-spacing: 0;
  font-weight: 400;
  padding: 8px 0;
  margin: 0 12px;
}
.knowledge-select-empty {
  width: 100%;
  height: 100px;
  padding: 0 12px;
}
.knowledge-select-empty .empty {
  text-align: center;
  color: #999;
  height: 64px;
  line-height: 64px;
  border-bottom: 1px solid #e2e5ed;
}
.knowledge-select-empty .knowledge-button {
  width: 100%;
  color: #333333;
  letter-spacing: 0;
  font-weight: 400;
  padding: 8px 12px;
}
