/* Color #2c6ee5
-------------------------- */
/*  */
/*  */
/*  */
.distribution-btn[data-v-44b8d932] {
  height: 36px;
  line-height: 35px;
  border: solid 1px var(--themecolor-9);
  min-width: 100px;
}
.distribution-btn.active[data-v-44b8d932] {
  color: #fff;
  background: var(--themecolor);
  border-color: var(--themecolor);
}
.distribution-btn.active .active-item[data-v-44b8d932] {
  display: block;
}
.distribution-btn.active .no-active-item[data-v-44b8d932] {
  display: none;
}
/* Color #2c6ee5
-------------------------- */
/*  */
/*  */
/*  */
.content[data-v-d883be7c] {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.content .column[data-v-d883be7c] {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container[data-v-d883be7c] {
  width: 30px;
  height: 30px;
  position: relative;
}
.container.animation-5 .shape[data-v-d883be7c] {
  width: 15px;
  height: 15px;
}
.container .shape[data-v-d883be7c] {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 1px;
}
.container .shape.shape1[data-v-d883be7c] {
  left: 0;
  background-color: #5c6bc0;
}
.container .shape.shape2[data-v-d883be7c] {
  right: 0;
  background-color: #8bc34a;
}
.container .shape.shape3[data-v-d883be7c] {
  bottom: 0;
  left: 0;
  background-color: #ffb74d;
}
.container .shape.shape4[data-v-d883be7c] {
  bottom: 0;
  right: 0;
  background-color: #f44336;
}
@keyframes rotation-d883be7c {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}
.animation-5 .shape1[data-v-d883be7c] {
  animation: animation5shape1-d883be7c 2s ease 0s infinite reverse;
}
@keyframes animation5shape1-d883be7c {
0% {
    transform: translate(0, 0);
}
25% {
    transform: translate(0, 15px);
}
50% {
    transform: translate(15px, 15px);
}
75% {
    transform: translate(15px, 0);
}
}
.animation-5 .shape2[data-v-d883be7c] {
  animation: animation5shape2-d883be7c 2s ease 0s infinite reverse;
}
@keyframes animation5shape2-d883be7c {
0% {
    transform: translate(0, 0);
}
25% {
    transform: translate(-15px, 0);
}
50% {
    transform: translate(-15px, 15px);
}
75% {
    transform: translate(0, 15px);
}
}
.animation-5 .shape3[data-v-d883be7c] {
  animation: animation5shape3-d883be7c 2s ease 0s infinite reverse;
}
@keyframes animation5shape3-d883be7c {
0% {
    transform: translate(0, 0);
}
25% {
    transform: translate(15px, 0);
}
50% {
    transform: translate(15px, -15px);
}
75% {
    transform: translate(0, -15px);
}
}
.animation-5 .shape4[data-v-d883be7c] {
  animation: animation5shape4-d883be7c 2s ease 0s infinite reverse;
}
@keyframes animation5shape4-d883be7c {
0% {
    transform: translate(0, 0);
}
25% {
    transform: translate(0, -15px);
}
50% {
    transform: translate(-15px, -15px);
}
75% {
    transform: translate(-15px, 0);
}
}
/* Color #2c6ee5
-------------------------- */
/*  */
/*  */
/*  */
.u-countdown[data-v-142e377f] {
  display: inline-flex;
  align-items: center;
}
.u-countdown-item[data-v-142e377f] {
  align-items: center;
  justify-content: center;
  padding: 2px;
  border-radius: 6px;
  white-space: nowrap;
  transform: translateZ(0);
}
.u-countdown-time[data-v-142e377f] {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.u-countdown-colon[data-v-142e377f] {
  justify-content: center;
  padding: 0 1px;
  line-height: 1;
  align-items: center;
}
.u-countdown-scale[data-v-142e377f] {
  transform: scale(0.9);
  transform-origin: center center;
}
/* Color #2c6ee5
-------------------------- */
/*  */
/*  */
/*  */
.leavemsgList[data-v-57e4a56d] {
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 9;
  transition: left 0.2s linear;
}
.leavemsgList.show[data-v-57e4a56d] {
  display: block;
  left: 0;
}
.leavemsgList .customer[data-v-57e4a56d] {
  height: calc(100% - 100px);
}
/* Color #2c6ee5
-------------------------- */
/*  */
/*  */
/*  */
.hidden[data-v-b7921704] {
  display: none !important;
}
.content[data-v-b7921704] {
  width: 100%;
}
.content .msg-list[data-v-b7921704] {
  width: 100%;
}
.content .msg-list .row[data-v-b7921704] {
  white-space: pre-wrap;
}
.content .msg-list .row[data-v-b7921704]:first-child {
  margin-top: 8px;
}
.content .msg-list .row[data-v-b7921704] {
  padding: 8px 0;
}
.content .msg-list .row .readState[data-v-b7921704] {
  height: 20px;
  top: 4px;
  margin-right: 5px;
  align-self: flex-end;
}
.content .msg-list .row .my .left[data-v-b7921704], .content .msg-list .row .other .right[data-v-b7921704] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.content .msg-list .row .my .left .time[data-v-b7921704], .content .msg-list .row .other .right .time[data-v-b7921704] {
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 1;
}
.content .msg-list .row .my .left .bubble[data-v-b7921704], .content .msg-list .row .other .right .bubble[data-v-b7921704] {
  max-width: 70%;
  border-radius: 4px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  word-break: break-word;
  line-height: 2;
  letter-spacing: 1px;
  min-height: 30px;
}
.content .msg-list .row .my .left .bubble img[data-v-b7921704], .content .msg-list .row .other .right .bubble img[data-v-b7921704] {
  max-width: 200px;
  max-height: 100%;
}
.content .msg-list .row .my .left .bubble .video-mobile[data-v-b7921704], .content .msg-list .row .other .right .bubble .video-mobile[data-v-b7921704] {
  width: 120px;
  height: 100%;
  background: #c4c4c4;
}
.content .msg-list .row .my .left .bubble video[data-v-b7921704], .content .msg-list .row .my .left .bubble table[data-v-b7921704], .content .msg-list .row .my .left .bubble iframe[data-v-b7921704], .content .msg-list .row .my .left .bubble div[data-v-b7921704], .content .msg-list .row .other .right .bubble video[data-v-b7921704], .content .msg-list .row .other .right .bubble table[data-v-b7921704], .content .msg-list .row .other .right .bubble iframe[data-v-b7921704], .content .msg-list .row .other .right .bubble div[data-v-b7921704] {
  max-width: 100%;
  max-height: 100%;
}
.content .msg-list .row .my .left .bubble pre[data-v-b7921704], .content .msg-list .row .my .left .bubble code[data-v-b7921704], .content .msg-list .row .other .right .bubble pre[data-v-b7921704], .content .msg-list .row .other .right .bubble code[data-v-b7921704] {
  max-width: 300px;
  overflow: auto;
}
.content .msg-list .row .my .left .bubble[data-v-b7921704] img, .content .msg-list .row .other .right .bubble[data-v-b7921704] img {
  max-width: 200px;
  max-height: 100%;
}
.content .msg-list .row .my .left .bubble[data-v-b7921704] video, .content .msg-list .row .my .left .bubble[data-v-b7921704] table, .content .msg-list .row .my .left .bubble[data-v-b7921704] iframe, .content .msg-list .row .my .left .bubble[data-v-b7921704] div, .content .msg-list .row .other .right .bubble[data-v-b7921704] video, .content .msg-list .row .other .right .bubble[data-v-b7921704] table, .content .msg-list .row .other .right .bubble[data-v-b7921704] iframe, .content .msg-list .row .other .right .bubble[data-v-b7921704] div {
  max-width: 100%;
  max-height: 100%;
}
.content .msg-list .row .my .left .bubble[data-v-b7921704] pre, .content .msg-list .row .my .left .bubble[data-v-b7921704] code, .content .msg-list .row .other .right .bubble[data-v-b7921704] pre, .content .msg-list .row .other .right .bubble[data-v-b7921704] code {
  max-width: 300px;
  overflow: auto;
}
.content .msg-list .row .my .left .bubble.img[data-v-b7921704], .content .msg-list .row .other .right .bubble.img[data-v-b7921704] {
  padding: 0;
  overflow: hidden;
  max-width: 200px;
  height: 140px;
  background: transparent !important;
}
.content .msg-list .row .my .left .bubble.imgText[data-v-b7921704], .content .msg-list .row .other .right .bubble.imgText[data-v-b7921704] {
  background: #fff !important;
  border: 1px solid #eee;
}
.content .msg-list .row .my .left .bubble video[data-v-b7921704], .content .msg-list .row .other .right .bubble video[data-v-b7921704] {
  height: 100%;
  max-height: 200px;
}
.content .msg-list .row .my .left .bubble.red-envelope[data-v-b7921704], .content .msg-list .row .other .right .bubble.red-envelope[data-v-b7921704] {
  background-color: transparent;
  padding: 0;
  overflow: hidden;
  position: relative;
  justify-content: center;
  align-items: flex-start;
}
.content .msg-list .row .my .left .bubble.red-envelope img[data-v-b7921704], .content .msg-list .row .other .right .bubble.red-envelope img[data-v-b7921704] {
  width: 250px;
  height: 313px;
}
.content .msg-list .row .my .left .bubble.voice .icon[data-v-b7921704], .content .msg-list .row .other .right .bubble.voice .icon[data-v-b7921704] {
  font-size: 20px;
  display: flex;
  align-items: center;
}
.content .msg-list .row .my .left .bubble.voice .icon[data-v-b7921704]:after, .content .msg-list .row .other .right .bubble.voice .icon[data-v-b7921704]:after {
  content: " ";
  width: 25px;
  height: 25px;
  border-radius: 100%;
  position: absolute;
  box-sizing: border-box;
}
.content .msg-list .row .my .left .bubble.voice .length[data-v-b7921704], .content .msg-list .row .other .right .bubble.voice .length[data-v-b7921704] {
  font-size: 14px;
}
.content .msg-list .row .my .left .bubble.video_[data-v-b7921704], .content .msg-list .row .other .right .bubble.video_[data-v-b7921704] {
  border-radius: 10px;
}
.content .msg-list .row .my .left .bubble.translatemsg[data-v-b7921704], .content .msg-list .row .other .right .bubble.translatemsg[data-v-b7921704] {
  background: #e3e9ed !important;
  margin-top: 1px;
  display: inline-block;
  width: auto;
  color: #666;
}
.content .msg-list .row .my .right[data-v-b7921704], .content .msg-list .row .other .left[data-v-b7921704] {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.content .msg-list .row .my .right image[data-v-b7921704], .content .msg-list .row .other .left image[data-v-b7921704] {
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
.content .msg-list .row .my[data-v-b7921704] {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.content .msg-list .row .my .left[data-v-b7921704] {
  min-height: 44px;
  justify-content: flex-end;
}
.content .msg-list .row .my .left .bubble[data-v-b7921704] {
  background-color: #fff;
  color: #1d2023;
  font-size: 14px;
  line-height: 1.2;
}
.content .msg-list .row .my .left .bubble div p[data-v-b7921704] {
  line-height: 1.5;
  margin: 0 !important;
  padding: 0;
  font-size: inherit;
}
.content .msg-list .row .my .left .bubble.voice .icon[data-v-b7921704] {
  color: #fff;
}
.content .msg-list .row .my .left .bubble.voice .length[data-v-b7921704] {
  margin-right: 10px;
}
@keyframes my-play-b7921704 {
0% {
    transform: translateX(80%);
}
100% {
    transform: translateX(0%);
}
}
.content .msg-list .row .my .left .bubble.play .icon[data-v-b7921704]:after {
  border-left: solid 5px rgba(240, 108, 122, 0.5);
  animation: my-play-b7921704 1s linear infinite;
}
.content .msg-list .row .my .right[data-v-b7921704] {
  margin-left: 10px;
}
.content .msg-list .row .left .time[data-v-b7921704] {
  text-align: right;
}
.content .msg-list .row .right .time[data-v-b7921704] {
  text-align: left;
}
.content .msg-list .row .other[data-v-b7921704] {
  width: 100%;
  display: flex;
}
.content .msg-list .row .other .left[data-v-b7921704] {
  margin-right: 10px;
}
.content .msg-list .row .other .left .time[data-v-b7921704] {
  text-align: right;
}
.content .msg-list .row .other .right[data-v-b7921704] {
  flex-wrap: wrap;
}
.content .msg-list .row .other .right .time[data-v-b7921704] {
  text-align: left;
}
.content .msg-list .row .other .right .username[data-v-b7921704] {
  width: 100%;
  height: 45px;
  font-size: 12px;
  color: #999;
  display: flex;
}
.content .msg-list .row .other .right .username .name[data-v-b7921704] {
  margin-right: 25px;
}
.content .msg-list .row .other .right .bubble[data-v-b7921704] {
  background-color: var(--themecolor);
  color: #fff;
}
.content .msg-list .row .other .right .bubble.voice .icon[data-v-b7921704] {
  color: #fff;
  transform: rotate(180deg);
}
.content .msg-list .row .other .right .bubble.voice .length[data-v-b7921704] {
  margin-left: 10px;
}
@keyframes other-play-b7921704 {
0% {
    transform: translateX(-80%);
}
100% {
    transform: translateX(0%);
}
}
.content .msg-list .row .other .right .bubble.play .icon[data-v-b7921704]:after {
  border-right: solid 10px rgba(255, 255, 255, 0.8);
  animation: other-play-b7921704 1s linear infinite;
}
.content .msg-list .row .system[data-v-b7921704] {
  max-width: 70%;
  margin: 0 auto;
}
.content .msg-list .row .system .bgf[data-v-b7921704] {
  font-size: 14px;
  line-height: 1.2;
}
.content .msg-list .row .system .bgf div[data-v-b7921704] {
  display: flex;
  flex-direction: column;
}
.content .msg-list .row .system .bgf div p[data-v-b7921704] {
  line-height: 1.3;
  margin: 0 !important;
  padding: 0;
  font-size: inherit;
}
.cooperation span[data-v-b7921704] {
  color: #ff7e00;
}
.chat_file[data-v-b7921704] {
  width: 200px;
  height: 60px;
  border: 0;
  border-radius: 0px 10px 10px 10px;
}
.chat_left .chat_file[data-v-b7921704] {
  border-radius: 10px 0px 10px 10px;
}
.content.visitor-content .msg-list .row .left .client-user[data-v-b7921704], .content.visitor-content .msg-list .row .right .client-user[data-v-b7921704] {
  color: #000000;
  font-weight: medium;
}
.content.visitor-content .msg-list .row .left .time-text[data-v-b7921704], .content.visitor-content .msg-list .row .right .time-text[data-v-b7921704] {
  color: rgba(0, 0, 0, 0.6);
  font-weight: regular;
}
.content.visitor-content .msg-list .row .left .bubble[data-v-b7921704], .content.visitor-content .msg-list .row .right .bubble[data-v-b7921704] {
  max-width: 80%;
  border-radius: 0px 8px 8px 8px;
  background: rgb(244, 245, 246);
  min-height: 36px;
  line-height: 18px;
  padding: 5px 10px;
  color: rgb(0, 0, 0);
}
.content.visitor-content .msg-list .row .other .left[data-v-b7921704] {
  width: 48px;
  height: 48px;
}
.content.visitor-content .msg-list .row .other .right .bubble[data-v-b7921704] {
  color: #333;
}
.content.visitor-content .msg-list .row .my .right[data-v-b7921704] {
  width: 48px;
  height: 48px;
}
.content.visitor-content .msg-list .row .my .left .bubble[data-v-b7921704] {
  background-color: var(--vis-theme-col);
  border-radius: 8px 0px 8px 8px;
  color: #fff;
}
.content.visitor-content .msg-list .row .chat_file[data-v-b7921704] {
  background: rgb(244, 245, 246);
  height: 64px;
}
.content.visitor-content .msg-list .row .chat_file img[data-v-b7921704] {
  width: 32px;
  height: 32px;
}
.system-tips-msg[data-v-b7921704] {
  background: #EDEDED;
}

.searchBox[data-v-43e57764]{
    display: flex;
    align-items: center;
    padding: 10px 20px;
    gap: 10px;
}


.setup-dialogue-main-container .el-icon-arrow-down[data-v-3c79edfe]:before {
    text-shadow: 1px 1px #AAA, 1px -1px #AAA, -1px 1px #AAA, -1px -1px #AAA;
}

