/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场（https://ext.dcloud.net.cn）上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者，建议你使用scss预处理，并在插件代码中直接使用这些变量（无需 import 这个文件），方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者（插件使用者），你可以通过修改这些变量来定制自己的插件主题，实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理，你也可以直接在你的 scss 代码中使用如下变量，同时无需 import 这个文件
 */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
body.data-v-34c53318, div.data-v-34c53318, ul.data-v-34c53318, ol.data-v-34c53318, dt.data-v-34c53318, dd.data-v-34c53318, li.data-v-34c53318, dl.data-v-34c53318, h1.data-v-34c53318, h2.data-v-34c53318, h3.data-v-34c53318, h4.data-v-34c53318, p.data-v-34c53318 {
  margin: 0;
  padding: 0;
  font-style: normal;
  /* font:12px/22px"\5B8B\4F53",Arial,Helvetica,sans-serif; */
}
ol.data-v-34c53318, ul.data-v-34c53318, li.data-v-34c53318 {
  list-style: none;
}
img.data-v-34c53318 {
  border: 0;
  vertical-align: middle;
  pointer-events: none;
}
body.data-v-34c53318 {
  color: #000;
  background: #FFF;
}
.clear.data-v-34c53318 {
  clear: both;
  height: 1px;
  width: 100%;
  overflow: hidden;
  margin-top: -1px;
}
a.data-v-34c53318 {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
a.data-v-34c53318:hover {
  text-decoration: none;
}
input.data-v-34c53318, textarea.data-v-34c53318 {
  -webkit-user-select: auto;
          user-select: auto;
}
input.data-v-34c53318:focus, input.data-v-34c53318:active, textarea.data-v-34c53318:focus, textarea.data-v-34c53318:active {
  outline: none;
}
.chat-aside.data-v-34c53318 {
  position: absolute;
  top: 50px;
  right: 0;
  box-sizing: border-box;
  width: 360px !important;
  border-radius: 8px 0 0 8px;
  z-index: 9999;
  max-height: calc(100% - 50px);
}
.tui-chat .tui-message-list .message-more.data-v-34c53318 {
  color: #999;
  cursor: pointer;
}
.tui-chat .image-dialog.data-v-34c53318 {
  background: rgba(0, 0, 0, 0.3);
}
.tui-chat .image-dialog header.data-v-34c53318 {
  background: rgba(0, 0, 0, 0.49);
}
.tui-chat-h5 .tui-chat-header.data-v-34c53318 {
  background: #FFF;
}
.tui-chat-h5 .tui-chat-footer.data-v-34c53318 {
  background: #FFF;
}
.tui-chat-h5 .tui-chat-footer .input input.data-v-34c53318 {
  background: #F4F5F9;
}
.tui-chat.data-v-34c53318 {
  width: 100%;
  height: 100%;
  min-height: 300px;
  max-height: 800px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.tui-chat-main.data-v-34c53318 {
  min-height: 0;
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
.tui-chat-main .tui-chat-safe-tips.data-v-34c53318 {
  padding: 12px 20px;
  background-color: rgba(255, 149, 0, 0.1);
  color: #ff8c39;
  line-height: 18px;
  font-family: PingFangSC-Regular;
  font-style: normal;
  font-weight: 400;
  text-align: justify;
  font-size: 12px;
}
.tui-chat-main .tui-chat-safe-tips a.data-v-34c53318 {
  color: #006eff;
  float: right;
}
.tui-chat-main .tui-chat-application-tips.data-v-34c53318 {
  text-align: center;
  width: 100%;
  background: #fce4d3;
  padding: 2px;
  font-size: 12px;
}
.tui-chat-main .application-tips-btn.data-v-34c53318 {
  color: #006eff;
  padding-left: 10px;
}
.tui-chat-main .tui-message-list.data-v-34c53318 {
  flex: 1;
  height: 100%;
  overflow: auto;
}
.tui-chat-main .tui-message-list .message-more.data-v-34c53318 {
  font-size: 14px;
  padding: 5px;
  text-align: center;
}
.tui-chat-main .tui-message-list .to-bottom-tip.data-v-34c53318 {
  position: -webkit-sticky;
  position: sticky;
  bottom: 10px;
  left: 100%;
  margin-right: 15px;
  width: 92px;
  height: 28px;
  padding: 0 5px;
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  cursor: pointer;
}
.tui-chat-main .tui-message-list .to-bottom-tip-text.data-v-34c53318 {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 10px;
  color: #147aff;
  letter-spacing: 0;
  text-align: center;
  padding-left: 3px;
}
.tui-chat-main .tui-message-list .message-li.data-v-34c53318 {
  display: flex;
  flex-direction: column;
}
.tui-chat-main .tui-message-list .message-li.data-v-34c53318:first-child {
  margin-top: 5px;
}
.tui-chat-main .tui-message-list .message-li .message-item.data-v-34c53318 {
  display: flex;
  position: relative;
  flex-direction: column;
}
.tui-chat-main .tui-message-list .message-li .message-item .message-tool.data-v-34c53318 {
  z-index: 5;
  position: absolute;
  cursor: pointer;
  transform: translateY(-100%);
}
.tui-chat-main .tui-message-list .message-li .message-item .message-tool-out.data-v-34c53318 {
  right: 30px;
  left: auto;
}
.tui-chat-main .tui-message-list .message-li .message-item .message-tool-in.data-v-34c53318 {
  left: 30px;
  right: auto;
}
.tui-chat-main .tui-message-list .message-li .message-item .message-tool-bottom.data-v-34c53318 {
  z-index: 5;
  bottom: 0;
  transform: translateY(100%);
}
.tui-chat-main .tui-message-list .message-li .message-label.data-v-34c53318 {
  max-width: 50px;
}
.tui-chat-main .tui-message-list .right.data-v-34c53318 {
  flex-direction: row-reverse;
  justify-content: flex-start;
}
.tui-chat .disabled.data-v-34c53318 {
  position: relative;
}
.tui-chat .disabled.data-v-34c53318::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.image-dialog.data-v-34c53318 {
  position: fixed;
  z-index: 5;
  width: 100vw;
  height: calc(100vh - 63px);
  top: 63px;
  left: 0;
}
.image-dialog header.data-v-34c53318 {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}
.data-v-34c53318::-webkit-scrollbar {
  width: 6px;
  height: 140px;
  background-color: transparent;
}
.data-v-34c53318::-webkit-scrollbar-track {
  border-radius: 10px;
}
.data-v-34c53318::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #9a999c;
}
.tui-chat-h5.data-v-34c53318 {
  flex: 1;
  position: static;
  max-height: 100%;
}
.tui-chat-h5 .tui-chat-main .tui-message-list.data-v-34c53318 {
  height: 100%;
}
.tui-chat-h5 .tui-chat-main .message-more.data-v-34c53318 {
  color: #999;
  cursor: pointer;
  font-size: 14px;
}
.tui-chat-h5 .tui-chat-main .loading.data-v-34c53318 {
  background-color: #fff;
  border-radius: 0 10px 10px;
  width: 80%;
  max-width: 370px;
  padding: 16px;
  margin-top: 10px;
  margin-left: 25px;
  animation: colorPulse-34c53318 2s ease-in-out infinite;
  font-size: 14px;
  color: #000;
}
@keyframes colorPulse-34c53318 {
0%, 100% {
    background-color: #fff;
}
50% {
    background-color: #fff;
    opacity: 0.5;
}
}
.data-v-34c53318:not(not) {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  min-width: 0;
}