/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.chat[data-v-4c11d194] {
  position: relative;
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.chat-close[data-v-4c11d194],
.no_login[data-v-4c11d194] {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.no_login[data-v-4c11d194] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.no_login img[data-v-4c11d194] {
  width: 10rem;
}
.no_login p[data-v-4c11d194] {
  font-size: 0.75rem;
  color: #999;
  line-height: 2rem;
}
.no_login button[data-v-4c11d194] {
  width: 6.5rem;
  height: 1.5rem;
  color: #333752;
  background-color: #ffd32d;
  border-radius: 0.75rem;
  font-size: 0.75rem;
}
.chat-close[data-v-4c11d194] {
  font-size: 0.75rem;
  text-align: center;
  line-height: 5rem;
}
.support[data-v-4c11d194] {
  position: relative;
  width: 100%;
  height: 2.25rem;
  background-color: #fff;
  display: flex;
}
.support[data-v-4c11d194]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 200%;
  height: calc(200% - 1PX);
  transform: scale(0.5, 0.5);
  transform-origin: 0 0;
  pointer-events: none;
  border-radius: 0;
  border-bottom: 1PX solid #e5e5e5;
}
.support > div[data-v-4c11d194] {
  flex: 1;
  height: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #333752;
}
.support > div span[data-v-4c11d194] {
  font-size: 0.65rem;
  margin-bottom: 0.125rem;
}
.support > div p[data-v-4c11d194] {
  font-size: 0.6rem;
}
.support > div[data-v-4c11d194]::after {
  position: absolute;
  content: '';
  width: 1PX;
  height: 1rem;
  background-color: #eee;
  top: 0.625rem;
  right: 0;
}
.support > div[data-v-4c11d194]:last-child::after {
  display: none;
}
.chat-container[data-v-4c11d194] {
  width: 100%;
  height: 100%;
  padding: 0.5rem 0.5rem 0 0.5rem;
  background-color: #f8f8f8;
}
.chat-container .item[data-v-4c11d194] {
  width: 100%;
  min-height: 1.5rem;
  display: flex;
  align-items: flex-start;
  font-size: 0.65rem;
}
.chat-container .item img[data-v-4c11d194] {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  margin-right: 0.375rem;
  margin-top: 0.25rem;
}
.chat-container .item > div[data-v-4c11d194] {
  flex: 1;
  width: 1PX;
  color: #666;
  line-height: 0.9rem;
  padding-top: 0.25rem;
}
.chat-container .item .name[data-v-4c11d194] {
  font-size: 0.65rem;
}
.chat-container .item span[data-v-4c11d194] {
  color: #4881e9;
}
.chat-container .item em[data-v-4c11d194] {
  color: #666;
}
.chat-container .zhanwei[data-v-4c11d194] {
  width: 100%;
  height: 3.75rem;
}
.enter[data-v-4c11d194] {
  width: 100%;
  padding: 0 0.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  background-color: #fff;
  position: relative;
}
.enter[data-v-4c11d194]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 200%;
  height: calc(200% - 1PX);
  transform: scale(0.5, 0.5);
  transform-origin: 0 0;
  pointer-events: none;
  border-radius: 0;
  border-top: 1PX solid #e5e5e5;
}
.enter .to_user[data-v-4c11d194] {
  flex: 1;
  width: 1PX;
  font-size: 0.6rem;
  color: #4881e9;
  height: 100%;
  line-height: 2.5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}
.enter .to_user i[data-v-4c11d194] {
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 0.5rem;
  color: #999;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 0.5rem;
}
.enter input[data-v-4c11d194] {
  width: 15rem;
  height: 1.625rem;
  border-radius: 0.825rem;
  background-color: #eee;
  text-indent: 0.75rem;
  font-size: 0.7rem;
  margin-right: 0.3rem;
}
.enter button[data-v-4c11d194] {
  font-size: 0.75rem;
  color: #333752;
  background-color: #fff;
}
.scroll[data-v-4c11d194] {
  background-color: #f8f8f8;
}

