
.search_dialog .el-dialog{
	min-width: 850px !important;
}

.magnifier {
  color: #666;
  font-size: 22px;
}
.chatList {
  list-style: none;
  padding-left: 0px;
}
.chatListBox {
  overflow-y: auto;
  height: calc(100% - 61px);
  overflow-x: hidden;
}
.chatHeight {
  height: 100%;
}
.chatListHeader {
  height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.chatListHeader .el-input-group {
  width: 90%;
}
.chatListFooter {
  height: 10px;
  background: #fff;
}
.chatListSearch {
  margin-bottom: 15px;
}
.chatListAvatar {
  margin-right: 10px;
}
.chatListFlexBet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.chatListFlexBet .markPoint sup {
  top: 5px;
}
.chatListFlexStart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.chatListName {
  font-size: 14px;
  font-weight: 700;
  color: #6c757d;
  margin-left: 20px;
}
.chatListMsg {
  font-size: 14px;
  color: #98a6ad;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 45px;
  width: 98px;
}
.blue {
  background-color: #eef2f7 !important;
}
.chatListItem {
  cursor: pointer;
  padding: 20px 15px 10px 15px;
}
.chatListBoxMini {
  width: 38px;
  position: relative;
}
.chatListBoxMini .redcircle {
  position: absolute;
  margin: 52px 45px;
  width: 12px;
  height: 12px;
  top: -51px;
  left: -45px;
  background: #cf6868;
  border-radius: 50%;
  border: 1px solid #cf6868;
}
.chatListBoxMini .greencircle {
  position: absolute;
  margin: 52px 45px;
  width: 12px;
  height: 12px;
  top: -51px;
  left: -45px;
  background: #afcb2a;
  border-radius: 50%;
  border: 1px solid #afcb2a;
}
.chatListBoxMini .bluecircle {
  position: absolute;
  margin: 52px 45px;
  width: 12px;
  height: 12px;
  top: -51px;
  left: -45px;
  background: #89b5df;
  border-radius: 50%;
  border: 1px solid #89b5df;
}
.chatListBoxMini .orangecircle {
  position: absolute;
  margin: 52px 45px;
  width: 12px;
  height: 12px;
  top: -51px;
  left: -45px;
  background: orange;
  border-radius: 50%;
  border: 1px solid orange;
}
.chatContactHeader {
  height: 60px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.chatContactFooter {
  height: 116px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
  padding: 20px;
  background: #fff;
}
.chatContactFooterInSms {
  height: 156px;
}
.smsTips {
  position: absolute;
  left: 70px;
  bottom: 55px;
  color: #999999;
}
.smsTips2 {
  background-color: #eef2f7;
  padding: 10px 20px 10px 48.67px;
  color: #666;
}
.blue {
  background-color: #eef2f7 !important;
  border-color: #eef2f7 !important;
  color: #999999 !important;
}
.chatContactWindow {
  height: calc(100% - 186px);
  margin-right: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
}
.chatContactWindow .chatContactList .el-icon-circle-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.chatContactWindow .attachments {
  margin-top: 30px;
  min-width: 200px;
}
.chatContactWindow .customer_msg_icon {
  position: absolute;
  right: -30px;
  top: 0;
  color: #cccccc;
}
.attachments .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
}
.attachments .content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.attachments .content .item .icon {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  margin-right: 10px;
}
.chatContactWindowInEmail {
  height: calc(100% - 466px);
}
.chatContactWindowInSms {
  height: calc(100% - 270px);
}
.chatContactEditor {
  padding-right: 10px;
  margin-top: 10px;
}
.chatContactList {
  list-style: none;
  padding-left: 20px;
}
.chatHeight {
  height: 100%;
  position: relative;
}
.chatHeight .el-card__body {
  height: 100%;
}
.chatContactIcon {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  font-size: 20px;
}
.chatContactIcon:hover {
  color: #313a46;
  background-color: #d4deeb;
  border-color: #cbd7e7;
}
.chatContactIcon2 {
  width: 46px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  font-size: 20px;
}
.chatContactIcon2:hover {
  color: #313a46;
  background-color: #d4deeb;
  border-color: #cbd7e7;
}
.chatInput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #eef2f7;
  border-radius: 2px;
  height: 76px;
  position: relative;
  padding: 10px 20px;
}
.chatSelectblock {
  padding: 0 5px;
  line-height: 30px;
}
.chatSelectIcon {
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #666;
  background-color: #eef2f7;
}
.chatSelectIcon i {
  font-size: 22px;
  margin-right: 5px;
}
.chatSendBtn {
  max-height: 36px;
}
.elInputMarginR {
  height: 36px;
}
.elInputMarginR textarea {
  min-height: 0;
  line-height: 1;
}
.clientChatBubble {
  background: #f1f3fa;
  border-radius: 3px;
  position: relative;
  padding: 15px 15px 5px 20px;
  margin-right: 100px;
}
.serverChatBubble {
  text-align: right;
  background: #fef5e4;
  border-radius: 3px;
  position: relative;
  padding: 15px 15px 5px 20px;
  margin-left: 100px;
  max-width: 85%;
}
.chatContactAvatar {
  margin-left: 10px;
}
.chatContactTime {
  color: #6c757d;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  width: 70px;
}
.chatContactName {
  color: #6c757d;
  font-weight: 700;
}
.chatContactMsg {
  font-weight: 400;
  line-height: 1.5;
  color: #6c757d;
  margin-top: 10px;
  word-break: break-all;
}
.chatContactMsg img {
  max-width: 100%;
  height: auto;
}
.chatContactMsg2 {
  font-weight: 400;
  line-height: 1.5;
  color: #6c757d;
  margin-top: 10px;
  max-width: 300px;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chatContactMsg2 img {
  max-width: 100%;
  height: auto;
}
.triangle-topleft {
  width: 0;
  height: 0;
  border-top: 12px solid #fef5e4;
  border-right: 12px solid transparent;
  margin-right: 5px;
}
.triangle-topright {
  width: 0;
  height: 0;
  border-top: 12px solid #f1f3fa;
  border-left: 12px solid transparent;
  margin-left: 5px;
}
.clientFix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
  position: relative;
}
.serverFix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
  position: relative;
}
.infoMoreServer {
  position: absolute;
  top: 0;
  left: 10px;
  cursor: pointer;
}
.infoMoreClient {
  position: absolute;
  top: 0;
  right: 20px;
  cursor: pointer;
}
.centerDialogVisible img {
  max-width: 100%;
  height: auto !important;
}
.chatContactList img {
  max-width: 100%;
  height: auto !important;
}
.contact-Mantle {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.serverChatBubble .left-align {
  text-align: left;
}
.pointer {
  cursor: pointer;
}
.sms_view .el-input-group__prepend {
  width: 120px;
}
@charset "UTF-8";
.collapse-item-box {
  padding: 0 15px;
}
.buttonList {
  min-width: 100px;
  height: 60px;
  border: 1px solid #dcdfe6;
  padding: 0 0 20px 10px;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
}
.buttonList2 {
  min-width: 100px;
  height: 100px;
  border: 1px solid #dcdfe6;
  padding: 20px 0 20px 10px;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
}
.buttonList2 .el-breadcrumb__item {
  cursor: pointer;
}
.orderTable {
  text-align: right;
  margin: 0 auto;
}
.orderTable > tbody > tr > td:nth-child(2) {
  text-align: left;
}
.orderTable > tbody > tr:nth-child(odd) {
  background: #f4f4f5;
}
.orange {
  background: orange;
  border-color: orange;
}
.redcircle {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #cf6868;
  border-radius: 50%;
  border: 1px solid #cf6868;
}
.greencircle {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #afcb2a;
  border-radius: 50%;
  border: 1px solid #afcb2a;
}
.bluecircle {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #89b5df;
  border-radius: 50%;
  border: 1px solid #89b5df;
}
.chatContent {
  width: 93%;
  height: 310px;
  background: #ffffff;
  margin: 0 14px 0px 14px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px;
}
.talkBubbleLeft {
  max-width: 50%;
  background: #f5f4f4;
  line-height: 20px;
  font-size: 14px;
  padding: 20px;
  border-radius: 7px;
}
.talkBubbleRight {
  max-width: 50%;
  background: #ffffff;
  line-height: 20px;
  font-size: 14px;
  padding: 20px;
  border-radius: 7px;
  border: 1px solid #f1f1f1;
}
.triangleLeft {
  width: 0px;
  height: 0px;
  border: 15px solid;
  border-color: transparent #f5f4f4 transparent transparent;
  margin: 20px 0 0 30px;
}
.triangleRight {
  width: 0px;
  height: 0px;
  border: 15px solid;
  border-color: transparent transparent transparent #f1f1f1;
  margin: 20px 60px 0 0;
  position: relative;
}
.triangleRightWhite {
  width: 0px;
  height: 0px;
  border: 15px solid;
  border-color: transparent transparent transparent #ffffff;
  margin: 20px 60px 0 0;
  position: absolute;
  top: -35px;
  right: -73px;
}
.clearfixTitle:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.chatContactWindowHistory {
  height: 400px;
  margin-right: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
}
.customer-phone .el-select .el-input {
  width: 130px;
}
@charset "UTF-8";
.collapse-item-box[data-v-2ac2d251] {
  padding: 0 15px;
}
.buttonList[data-v-2ac2d251] {
  min-width: 100px;
  height: 60px;
  border: 1px solid #DCDFE6;
  padding: 0 0 20px 10px;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
}
.buttonList2[data-v-2ac2d251] {
  min-width: 100px;
  height: 100px;
  border: 1px solid #DCDFE6;
  padding: 20px 0 20px 10px;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
}
.buttonList2 .el-breadcrumb__item[data-v-2ac2d251] {
  cursor: pointer;
}
.orderTable[data-v-2ac2d251] {
  text-align: right;
  margin: 0 auto;
}
.orderTable > tbody > tr > td[data-v-2ac2d251]:nth-child(2) {
  text-align: left;
}
.orderTable > tbody > tr[data-v-2ac2d251]:nth-child(odd) {
  background: #F4F4F5;
}
.orange[data-v-2ac2d251] {
  background: orange;
  border-color: orange;
}
.redcircle[data-v-2ac2d251] {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #CF6868;
  border-radius: 50%;
  border: 1px solid #CF6868;
}
.greencircle[data-v-2ac2d251] {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #AFCB2A;
  border-radius: 50%;
  border: 1px solid #AFCB2A;
}
.bluecircle[data-v-2ac2d251] {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #89B5DF;
  border-radius: 50%;
  border: 1px solid #89B5DF;
}
.chatContent[data-v-2ac2d251] {
  width: 93%;
  height: 310px;
  background: #FFFFFF;
  margin: 0 14px 0px 14px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px;
}
.talkBubbleLeft[data-v-2ac2d251] {
  max-width: 50%;
  background: #F5F4F4;
  line-height: 20px;
  font-size: 14px;
  padding: 20px;
  border-radius: 7px;
}
.talkBubbleRight[data-v-2ac2d251] {
  max-width: 50%;
  background: #FFFFFF;
  line-height: 20px;
  font-size: 14px;
  padding: 20px;
  border-radius: 7px;
  border: 1px solid #F1F1F1;
}
.triangleLeft[data-v-2ac2d251] {
  width: 0px;
  height: 0px;
  border: 15px solid;
  border-color: transparent #F5F4F4 transparent transparent;
  margin: 20px 0 0 30px;
}
.triangleRight[data-v-2ac2d251] {
  width: 0px;
  height: 0px;
  border: 15px solid;
  border-color: transparent transparent transparent #F1F1F1;
  margin: 20px 60px 0 0;
  position: relative;
}
.triangleRightWhite[data-v-2ac2d251] {
  width: 0px;
  height: 0px;
  border: 15px solid;
  border-color: transparent transparent transparent #FFFFFF;
  margin: 20px 60px 0 0;
  position: absolute;
  top: -35px;
  right: -73px;
}
.clearfixTitle[data-v-2ac2d251]:after { /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.chatContactWindowHistory[data-v-2ac2d251] {
  height: 400px;
  margin-right: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
}
@charset "UTF-8";
.collapse-item-box[data-v-2ad0e9d2] {
  padding: 0 15px;
}
.buttonList[data-v-2ad0e9d2] {
  min-width: 100px;
  height: 60px;
  border: 1px solid #DCDFE6;
  padding: 0 0 20px 10px;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
}
.buttonList2[data-v-2ad0e9d2] {
  min-width: 100px;
  height: 100px;
  border: 1px solid #DCDFE6;
  padding: 20px 0 20px 10px;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
}
.buttonList2 .el-breadcrumb__item[data-v-2ad0e9d2] {
  cursor: pointer;
}
.orderTable[data-v-2ad0e9d2] {
  text-align: right;
  margin: 0 auto;
}
.orderTable > tbody > tr > td[data-v-2ad0e9d2]:nth-child(2) {
  text-align: left;
}
.orderTable > tbody > tr[data-v-2ad0e9d2]:nth-child(odd) {
  background: #F4F4F5;
}
.orange[data-v-2ad0e9d2] {
  background: orange;
  border-color: orange;
}
.redcircle[data-v-2ad0e9d2] {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #CF6868;
  border-radius: 50%;
  border: 1px solid #CF6868;
}
.greencircle[data-v-2ad0e9d2] {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #AFCB2A;
  border-radius: 50%;
  border: 1px solid #AFCB2A;
}
.bluecircle[data-v-2ad0e9d2] {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #89B5DF;
  border-radius: 50%;
  border: 1px solid #89B5DF;
}
.chatContent[data-v-2ad0e9d2] {
  width: 93%;
  height: 310px;
  background: #FFFFFF;
  margin: 0 14px 0px 14px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px;
}
.talkBubbleLeft[data-v-2ad0e9d2] {
  max-width: 50%;
  background: #F5F4F4;
  line-height: 20px;
  font-size: 14px;
  padding: 20px;
  border-radius: 7px;
}
.talkBubbleRight[data-v-2ad0e9d2] {
  max-width: 50%;
  background: #FFFFFF;
  line-height: 20px;
  font-size: 14px;
  padding: 20px;
  border-radius: 7px;
  border: 1px solid #F1F1F1;
}
.triangleLeft[data-v-2ad0e9d2] {
  width: 0px;
  height: 0px;
  border: 15px solid;
  border-color: transparent #F5F4F4 transparent transparent;
  margin: 20px 0 0 30px;
}
.triangleRight[data-v-2ad0e9d2] {
  width: 0px;
  height: 0px;
  border: 15px solid;
  border-color: transparent transparent transparent #F1F1F1;
  margin: 20px 60px 0 0;
  position: relative;
}
.triangleRightWhite[data-v-2ad0e9d2] {
  width: 0px;
  height: 0px;
  border: 15px solid;
  border-color: transparent transparent transparent #FFFFFF;
  margin: 20px 60px 0 0;
  position: absolute;
  top: -35px;
  right: -73px;
}
.clearfixTitle[data-v-2ad0e9d2]:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.chatContactWindowHistory[data-v-2ad0e9d2] {
  height: 400px;
  margin-right: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
}
@charset "UTF-8";
.collapse-item-box[data-v-2756bcd6] {
  padding: 0 15px;
}
.buttonList[data-v-2756bcd6] {
  min-width: 100px;
  height: 60px;
  border: 1px solid #dcdfe6;
  padding: 0 0 20px 10px;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
}
.buttonList2[data-v-2756bcd6] {
  min-width: 100px;
  height: 100px;
  border: 1px solid #dcdfe6;
  padding: 20px 0 20px 10px;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
}
.buttonList2 .el-breadcrumb__item[data-v-2756bcd6] {
  cursor: pointer;
}
.orderTable[data-v-2756bcd6] {
  text-align: right;
  margin: 0 auto;
}
.orderTable > tbody > tr > td[data-v-2756bcd6]:nth-child(2) {
  text-align: left;
}
.orderTable > tbody > tr[data-v-2756bcd6]:nth-child(odd) {
  background: #f4f4f5;
}
.orange[data-v-2756bcd6] {
  background: orange;
  border-color: orange;
}
.redcircle[data-v-2756bcd6] {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #cf6868;
  border-radius: 50%;
  border: 1px solid #cf6868;
}
.greencircle[data-v-2756bcd6] {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #afcb2a;
  border-radius: 50%;
  border: 1px solid #afcb2a;
}
.bluecircle[data-v-2756bcd6] {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #89b5df;
  border-radius: 50%;
  border: 1px solid #89b5df;
}
.chatContent[data-v-2756bcd6] {
  width: 93%;
  height: 310px;
  background: #ffffff;
  margin: 0 14px 0px 14px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px;
}
.talkBubbleLeft[data-v-2756bcd6] {
  max-width: 50%;
  background: #f5f4f4;
  line-height: 20px;
  font-size: 14px;
  padding: 20px;
  border-radius: 7px;
}
.talkBubbleRight[data-v-2756bcd6] {
  max-width: 50%;
  background: #ffffff;
  line-height: 20px;
  font-size: 14px;
  padding: 20px;
  border-radius: 7px;
  border: 1px solid #f1f1f1;
}
.triangleLeft[data-v-2756bcd6] {
  width: 0px;
  height: 0px;
  border: 15px solid;
  border-color: transparent #f5f4f4 transparent transparent;
  margin: 20px 0 0 30px;
}
.triangleRight[data-v-2756bcd6] {
  width: 0px;
  height: 0px;
  border: 15px solid;
  border-color: transparent transparent transparent #f1f1f1;
  margin: 20px 60px 0 0;
  position: relative;
}
.triangleRightWhite[data-v-2756bcd6] {
  width: 0px;
  height: 0px;
  border: 15px solid;
  border-color: transparent transparent transparent #ffffff;
  margin: 20px 60px 0 0;
  position: absolute;
  top: -35px;
  right: -73px;
}
.clearfixTitle[data-v-2756bcd6]:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.chatContactWindowHistory[data-v-2756bcd6] {
  height: 400px;
  margin-right: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
}
@charset "UTF-8";
.collapse-item-box[data-v-086b9b7b] {
  padding: 0 15px;
}
.buttonList[data-v-086b9b7b] {
  min-width: 100px;
  height: 60px;
  border: 1px solid #dcdfe6;
  padding: 0 0 20px 10px;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
}
.buttonList2[data-v-086b9b7b] {
  min-width: 100px;
  height: 100px;
  border: 1px solid #dcdfe6;
  padding: 20px 0 20px 10px;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
}
.buttonList2 .el-breadcrumb__item[data-v-086b9b7b] {
  cursor: pointer;
}
.orderTable[data-v-086b9b7b] {
  text-align: right;
  margin: 0 auto;
}
.orderTable > tbody > tr > td[data-v-086b9b7b]:nth-child(2) {
  text-align: left;
}
.orderTable > tbody > tr[data-v-086b9b7b]:nth-child(odd) {
  background: #f4f4f5;
}
.orange[data-v-086b9b7b] {
  background: orange;
  border-color: orange;
}
.redcircle[data-v-086b9b7b] {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #cf6868;
  border-radius: 50%;
  border: 1px solid #cf6868;
}
.greencircle[data-v-086b9b7b] {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #afcb2a;
  border-radius: 50%;
  border: 1px solid #afcb2a;
}
.bluecircle[data-v-086b9b7b] {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #89b5df;
  border-radius: 50%;
  border: 1px solid #89b5df;
}
.chatContent[data-v-086b9b7b] {
  width: 93%;
  height: 310px;
  background: #ffffff;
  margin: 0 14px 0px 14px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px;
}
.talkBubbleLeft[data-v-086b9b7b] {
  max-width: 50%;
  background: #f5f4f4;
  line-height: 20px;
  font-size: 14px;
  padding: 20px;
  border-radius: 7px;
}
.talkBubbleRight[data-v-086b9b7b] {
  max-width: 50%;
  background: #ffffff;
  line-height: 20px;
  font-size: 14px;
  padding: 20px;
  border-radius: 7px;
  border: 1px solid #f1f1f1;
}
.triangleLeft[data-v-086b9b7b] {
  width: 0px;
  height: 0px;
  border: 15px solid;
  border-color: transparent #f5f4f4 transparent transparent;
  margin: 20px 0 0 30px;
}
.triangleRight[data-v-086b9b7b] {
  width: 0px;
  height: 0px;
  border: 15px solid;
  border-color: transparent transparent transparent #f1f1f1;
  margin: 20px 60px 0 0;
  position: relative;
}
.triangleRightWhite[data-v-086b9b7b] {
  width: 0px;
  height: 0px;
  border: 15px solid;
  border-color: transparent transparent transparent #ffffff;
  margin: 20px 60px 0 0;
  position: absolute;
  top: -35px;
  right: -73px;
}
.clearfixTitle[data-v-086b9b7b]:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.chatContactWindowHistory[data-v-086b9b7b] {
  height: 400px;
  margin-right: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
}
@charset "UTF-8";
.collapse-item-box[data-v-488389ae] {
  padding: 0 15px;
}
.buttonList[data-v-488389ae] {
  min-width: 100px;
  height: 60px;
  border: 1px solid #dcdfe6;
  padding: 0 0 20px 10px;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
}
.buttonList2[data-v-488389ae] {
  min-width: 100px;
  height: 100px;
  border: 1px solid #dcdfe6;
  padding: 20px 0 20px 10px;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
}
.buttonList2 .el-breadcrumb__item[data-v-488389ae] {
  cursor: pointer;
}
.orderTable[data-v-488389ae] {
  text-align: right;
  margin: 0 auto;
}
.orderTable > tbody > tr > td[data-v-488389ae]:nth-child(2) {
  text-align: left;
}
.orderTable > tbody > tr[data-v-488389ae]:nth-child(odd) {
  background: #f4f4f5;
}
.orange[data-v-488389ae] {
  background: orange;
  border-color: orange;
}
.redcircle[data-v-488389ae] {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #cf6868;
  border-radius: 50%;
  border: 1px solid #cf6868;
}
.greencircle[data-v-488389ae] {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #afcb2a;
  border-radius: 50%;
  border: 1px solid #afcb2a;
}
.bluecircle[data-v-488389ae] {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #89b5df;
  border-radius: 50%;
  border: 1px solid #89b5df;
}
.chatContent[data-v-488389ae] {
  width: 93%;
  height: 310px;
  background: #ffffff;
  margin: 0 14px 0px 14px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px;
}
.talkBubbleLeft[data-v-488389ae] {
  max-width: 50%;
  background: #f5f4f4;
  line-height: 20px;
  font-size: 14px;
  padding: 20px;
  border-radius: 7px;
}
.talkBubbleRight[data-v-488389ae] {
  max-width: 50%;
  background: #ffffff;
  line-height: 20px;
  font-size: 14px;
  padding: 20px;
  border-radius: 7px;
  border: 1px solid #f1f1f1;
}
.triangleLeft[data-v-488389ae] {
  width: 0px;
  height: 0px;
  border: 15px solid;
  border-color: transparent #f5f4f4 transparent transparent;
  margin: 20px 0 0 30px;
}
.triangleRight[data-v-488389ae] {
  width: 0px;
  height: 0px;
  border: 15px solid;
  border-color: transparent transparent transparent #f1f1f1;
  margin: 20px 60px 0 0;
  position: relative;
}
.triangleRightWhite[data-v-488389ae] {
  width: 0px;
  height: 0px;
  border: 15px solid;
  border-color: transparent transparent transparent #ffffff;
  margin: 20px 60px 0 0;
  position: absolute;
  top: -35px;
  right: -73px;
}
.clearfixTitle[data-v-488389ae]:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.chatContactWindowHistory[data-v-488389ae] {
  height: 400px;
  margin-right: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
}

.badge[data-v-33f9bcf3] {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  border-radius: 10px;
}
.redcircle[data-v-33f9bcf3] {
  position: absolute;
  margin: 52px 45px;
  width: 12px;
  height: 12px;
  top: -50px;
  left: 70px;
  background: #cf6868;
  border-radius: 50%;
  border: 1px solid #cf6868;
}
.greencircle[data-v-33f9bcf3] {
  position: absolute;
  margin: 52px 45px;
  width: 12px;
  height: 12px;
  top: -51px;
  left: 70px;
  background: #afcb2a;
  border-radius: 50%;
  border: 1px solid #afcb2a;
}
.bluecircle[data-v-33f9bcf3] {
  position: absolute;
  margin: 52px 45px;
  width: 12px;
  height: 12px;
  top: -50px;
  left: 70px;
  background: #89b5df;
  border-radius: 50%;
  border: 1px solid #89b5df;
}
.orangecircle[data-v-33f9bcf3] {
  position: absolute;
  margin: 52px 45px;
  width: 12px;
  height: 12px;
  top: -51px;
  left: 70px;
  background: orange;
  border-radius: 50%;
  border: 1px solid orange;
}

.promotion_dialog_body {
  width: 100%;
  height: 575px;
  overflow-y: auto;
}
.promotion_dialog_body .body_list_block {
  width: 100%;
  height: 110px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.promotion_dialog_body .body_list_block .block_data {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.promotion_dialog_body .body_list_block .block_data .block_data_tag {
  width: 100%;
  height: 45px;
  overflow-y: hidden;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.promotion_dialog_body .body_list_block .block_data .block_data_icon {
  padding: 5px;
  font-size: 22px;
  cursor: pointer;
}
.theme-default .rightside-body .chatInfo .el-collapse {
  margin: 0;
}
.theme-default .rightside-body .chatInfo {
  height: calc(100% - 80px);
  overflow-y: auto;
}
.total-wrapper .el-col {
  text-align: center;
}
.waiting-number {
  border-top: 1px #eee solid;
  border-bottom: 1px #eee solid;
}
.waiting-number .el-col {
  height: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.waiting-number .title {
  padding-left: 10px;
  border-right: 1px #eee solid;
}
.waiting-number .total {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  color: var(--color-danger);
}
img {
  max-width: 100%;
  height: auto;
}
.chatHeight100 {
  height: 100%;
}
.chatHeight100-80 {
  height: calc(100% - 92px);
}
.chatHeight100400 {
  height: calc(100% + 320px);
}
.queueBox {
  border: 1px solid #ccc;
  width: 120px;
  cursor: pointer;
  background: #f5f4f4;
}
.queueBox2 {
  text-align: right;
  height: 51px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.showMore {
  height: auto;
}
.srcollMore {
  height: 251px;
  overflow-y: auto;
  overflow-x: hidden;
}
.yellow {
  background: #f5fdd9 !important;
}
.orange {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}
