* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  outline: none;
}
html,
body {
  width: 100%;
  height: 100%;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  cursor: default;
}
.emojiImg {
  width: 30px;
  vertical-align: middle;
}
.mantisHeader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #06CB94;
  border-radius: 8px 8px 0 0;
  z-index: 3;
}
.mantisHeader .mantisHeaderL {
  flex: 1;
  display: flex;
  align-items: center;
}
.mantisHeader .mantisHeaderL .mbChatHeaderTitleImg {
  width: 30px;
  height: 30px;
  margin-left: 15px;
  border-radius: 50%;
}
.mantisHeader .mantisHeaderL .mantisNickname {
  color: #FFFFFF;
  font-size: 14px;
  margin-left: 10px;
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mantisHeader #mantisTelBox img {
  vertical-align: middle;
  width: 20px;
}
.mantisHeader .backBtn {
  width: 25px;
  margin-right: 10px;
  margin-left: 6px;
}
.mantisMain {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 75px;
  background: #F5F8FA;
  overflow-y: auto;
  padding-bottom: 50px;
}
.mantisMain .chat_history {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 10px;
}
.mantisMain .chat_history .info {
  display: none;
  background: #fff;
  border-radius: 4px;
  padding: 10px;
  margin: 10px;
  font-size: 14px;
  border: 1px solid #E0E4EA;
  line-height: 22px;
  color: #333;
}
.mantisMain .chat_history .info img {
  max-width: 100% !important;
}
.mantisMain .chat_history .moreMsg {
  text-align: center;
  padding-top: 5px;
  display: none;
}
.mantisMain .chat_history .moreMsg span {
  font-size: 12px;
  color: #b3b3b3;
}
.mantisMain .chat_history .mantisMsgL {
  margin-top: 15px;
}
.mantisMain .chat_history .mantisMsgL .mantisMsgTime {
  color: #A1A6AB;
  font-size: 12px;
  margin-bottom: 5px;
  text-align: center;
}
.mantisMain .chat_history .mantisMsgL .mantisMsgL_down {
  display: flex;
}
.mantisMain .chat_history .mantisMsgL .mantisMsgL_down .mantisMsgCounselorHead {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  margin: 0 10px;
  border-radius: 50%;
  pointer-events: none;
}
.mantisMain .chat_history .mantisMsgL .mantisMsgL_down .mantisMsgCon {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  font-size: 14px;
  padding: 10px;
  border-radius: 0 4px 4px 4px;
  margin-right: 50px;
  word-break: break-word;
  line-height: 20px;
}
.mantisMain .chat_history .mantisMsgL .mantisMsgL_down .mantisMsgCon img {
  max-width: 100%;
}
.mantisMain .chat_history .mantisMsgL .choice-btn-content {
  padding-left: 50px;
  overflow: hidden;
  margin-top: 10px;
}
.mantisMain .chat_history .mantisMsgL .choice-btn-content .choice-btn-item {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  text-align: center;
  padding: 2px 12px;
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.mantisMain .chat_history .mantisMsgR {
  margin-top: 15px;
}
.mantisMain .chat_history .mantisMsgR .mantisMsgTime {
  color: #A1A6AB;
  font-size: 12px;
  margin-bottom: 5px;
  text-align: center;
}
.mantisMain .chat_history .mantisMsgR .mantisMsgR_down {
  display: flex;
  justify-content: flex-end;
}
.mantisMain .chat_history .mantisMsgR .mantisMsgR_down .mantisMsgCon {
  background: #06CB94;
  border-radius: 4px 0 4px 4px;
  color: #fff;
  font-size: 14px;
  padding: 10px;
  margin-left: 50px;
  word-break: break-word;
  line-height: 20px;
}
.mantisMain .chat_history .mantisMsgR .mantisMsgR_down .mantisMsgCon img {
  max-width: 100%;
}
.mantisMain .chat_history .mantisMsgR .mantisMsgR_down .mantisMsgCounselorHead {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  margin: 0 10px;
  border-radius: 50%;
  pointer-events: none;
}
.mantisMain .chat_history .evaluate_result {
  margin: 10px 0;
  text-align: center;
}
.mantisMain .chat_history .evaluate_result span {
  color: #7c7f82;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.08);
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 15px;
  border-radius: 26px;
}
.mantisMain .evaluationModal {
  position: fixed;
  width: 334px;
  height: 126px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.1);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
  z-index: 10;
}
.mantisMain .evaluationModal .evaluation_title {
  text-align: center;
  padding: 20px 5px;
  font-size: 18px;
  font-weight: bold;
  color: #263443;
}
.mantisMain .evaluationModal .evaluation_options {
  overflow: hidden;
  text-align: center;
}
.mantisMain .evaluationModal .evaluation_options .item {
  display: inline-block;
  width: 80px;
  height: 30px;
  background: #f5f8fa;
  border-radius: 16px;
  font-size: 14px;
  color: #263443;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  margin-right: 14px;
}
.mantisMain .evaluationModal .evaluation_options .itemLast {
  margin: 0;
}
.mantisMain .evaluationModal .evaluation_options .itemActive {
  color: #06CB94;
  border: 1px solid #06CB94;
  background: #E6F9F4;
}
.mantisFooter {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 75px;
  padding-top: 7px;
  background: #fff;
  box-sizing: border-box;
}
.mantisFooter .mantisFooterBox {
  display: flex;
  width: 100%;
}
.mantisFooter #emojiBox,
.mantisFooter #prompt {
  /*display: none;*/
}
.mantisFooter #emojiBox {
  position: absolute;
  left: 0;
  bottom: 100%;
  border-top: 1px solid #ececec;
  padding: 5px 0;
  display: none;
  background: #fbfbfb;
  z-index: 1;
}
.mantisFooter #emojiBox > img {
  float: left;
  margin: 5px 0 0 6px;
  width: 30px;
  cursor: pointer;
}
.mantisFooter #prompt {
  display: block;
  position: absolute;
  left: 10px;
  top: -25px;
}
.mantisFooter .quickWordWrapper {
  display: none;
  position: absolute;
  left: 10px;
  top: -25px;
  /* background-color: #FFFFFF; */

  width: 95%;           /* 根据需求设置宽度 */
  overflow-x: auto;      /* 启用横向滚动 */
  overflow-y: hidden;    /* 禁用纵向滚动 */
  white-space: nowrap;   /* 禁止内部元素换行 */
  -webkit-overflow-scrolling: touch; /* 移动端顺滑滚动 */
  scrollbar-width: none; /* Firefox */
}
.mantisFooter .quickWordWrapper .quickWordItem{
  border: 1px solid grey;
  border-radius: 10px;
  padding: 1px 6px;
  cursor: pointer;
  display: inline-block;
  margin: 0 2px;
  background-color: #FFFFFF;
}
.mantisFooter .emoji_btn {
  margin: 7px 20px 0 15px;
  width: 25px;
  height: 25px;
}
.mantisFooter .img_btn {
  width: 25px;
  height: 23px;
  margin-top: 8px;
}
.mantisFooter .pcChatEditor {
  flex: 1;
  position: relative;
  margin-right: 10px;
  margin-left: 15px;
}
.mantisFooter .pcChatEditor #hiddenInput {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  border: none;
  top: 0;
  bottom: 0;
  padding: 7px 5px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  line-height: 36px;
  background: #fff;
}
.mantisFooter .pcChatEditor .chatWindow {
  height: 36px;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 5px;
  color: #333;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  word-break: break-all;
  -webkit-user-select: text;
}
.mantisFooter .pcChatEditor .chatWindow > img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.mantisFooter .mobileChatSend {
  width: 60px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #06CB94;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  margin-right: 15px;
  border: 0;
  text-align: center;
}
.mantisFooter #copyright {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
  padding-top: 5px;
}
.leavingMessage {
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  bottom: 0;
  background: #fff;
  overflow-y: auto;
}
.leavingMessage .leavingMsgMain {
  padding: 0 20px 5px 20px;
}
.leavingMessage .leavingMsgMain h3 {
  margin: 14px 0 20px 0;
  height: 20px;
  line-height: 20px;
}
.leavingMessage .leavingMsgMain h3 > img {
  width: 12px;
  margin-right: 3px;
}
.leavingMessage .leavingMsgMain h3 > span {
  color: #5E676C;
  font-size: 13px;
}
.leavingMessage .leavingMsgMain .formModule .label {
  color: #68747F;
  font-size: 13px;
  margin-bottom: 6px;
  position: relative;
  padding-left: 10px;
}
.leavingMessage .leavingMsgMain .formModule .label > .required {
  color: red;
  font-weight: bold;
  position: absolute;
  top: 2px;
  left: 0;
}
.leavingMessage .leavingMsgMain .formModule .label .red {
  color: red;
}
.leavingMessage .leavingMsgMain .formModule .leavingTabInput {
  width: 100%;
  width: 298px \9;
  height: 32px;
  border: 1px solid #E0E9E8;
  margin-bottom: 20px;
  padding: 0 10px;
  box-sizing: border-box;
}
.leavingMessage .leavingMsgMain .formModule #remark {
  height: 62px;
  padding-top: 7px;
}
.leavingMessage .leavingMsgMain .formModule .leavingTabBtn {
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #06CB94;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  border: none;
}
.leavingMessage #leavingMessageSuccess {
  display: none;
}
.leavingMessage #leavingMessageSuccess #leavingMessageSuccessText {
  text-align: center;
  line-height: 150px;
  font-size: 16px;
}
#fileImg {
  display: none;
}
#imgFixedBox {
  background: #000;
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  overflow: auto;
}
#imgFixedBox > img {
  max-width: 100%;
}
/*-------复制按钮样式--------*/
.msg_btnBox {
  margin-top: 10px;
  margin-left: 50px;
  display: flex;
  max-width: 230px;
  width: 230px;
  flex-wrap: wrap;
}
.msg_btnBox > span,
.msg_btnBox > .copyBtn {
  min-width: 66px;
  height: 25px;
  border: 1px solid #347eff;
  color: #347eff;
  font-size: 12px;
  background: #fff;
  border-radius: 15px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  margin-bottom: 10px;
}
/*----表单消息----*/
.formMsg {
  background: #ffffff;
  border-radius: 4px;
  padding: 14px;
  box-sizing: border-box;
  margin: 10px 50px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.formMsgTitle {
  color: #3e464c;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 20px;
}
.msgForm {
  width: 100%;
  height: 32px;
  opacity: 1;
  background: #ffffff;
  border: 1px solid #e0e9e8;
  border-radius: 3px;
  margin-top: 5px;
  padding: 0 5px;
  box-sizing: border-box;
  outline: none;
}
.msgFormBtn {
  height: 32px;
  background: #0095FF;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  margin-top: 5px;
  text-align: center;
  line-height: 32px;
}
.submitSuccess {
  font-size: 12px;
  color: #878787;
  margin: 8px 0;
  text-align: center;
}
.formErr {
  font-size: 12px;
  color: red;
  margin: 5px 0;
  display: none;
}
/*# sourceMappingURL=chatIframe.css.map */