.el-icon-picture-outline[data-v-347c4755] {
  font-size: 20px;
  color: #666;
}
.chat-body[data-v-347c4755] {
  width: 650px;
  height: 500px;
  max-height: 100vh;
  /* background-color: rgb(111, 50, 15); */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dialogue-box-content[data-v-347c4755] {
  height: 400px;
  overflow-y: auto;
  border: 1px solid #efebeb;
  background: #fafafa;
  border-radius: 5px;
}
.input-list[data-v-347c4755] {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background-color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.u-m-t-10[data-v-347c4755] {
  margin-top: 10px;
}
.mic-btn[data-v-347c4755] {
  width: 80px;
  height: 80px;
  background: #1d7bc5;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mic-icon[data-v-347c4755] {
  width: 24px;
  height: 24px;
}
.input-box[data-v-347c4755] {
  width: 518px;
  height: 90px;
  background: #ffffff;
  border: 2px solid #e8e8e8;
  border-radius: 8px;
  margin-left: 24px;
  color: #333;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.input-btn[data-v-347c4755] {
  width: 518px;
  height: 80px;
  background: #ffffff;
  border: 2px solid #e8e8e8;
  border-radius: 8px;
  margin-left: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 28px;
  font-weight: bold;
  text-align: CENTER;
  color: #888;
  line-height: 80px;
}
.input-plus[data-v-347c4755] {
  width: 26px;
  height: 26px;
  margin-left: 0px;
  border-radius: 50%;
  font-weight: 900;
  font-size: 21px;
  line-height: 24px;
  text-align: center;
  color: #333333;
  margin-top: 12px;
  border: 1px solid #333333;
}
.message-list[data-v-347c4755] {
  height: 100vh;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  /* background-color: #933; */
  overflow-y: scroll;
}
.autotop[data-v-347c4755] {
  height: 1px;
  padding-bottom: 60px;
  opacity: 0;
  pointer-events: none;
}
.message-item[data-v-347c4755] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.message-left[data-v-347c4755],
.message-left .message-box[data-v-347c4755] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.message-right[data-v-347c4755],
.message-right .message-box[data-v-347c4755] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.message-box[data-v-347c4755] {
  width: 666px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 0;
  margin-top: 10px;
}
.message-face[data-v-347c4755] {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.message-face-text[data-v-347c4755] {
  background-color: #1d7bc5;
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  overflow: hidden;
}
.message-left .message-face[data-v-347c4755] {
  margin-left: 10px;
}
.message-right .message-face[data-v-347c4755] {
  margin-right: 10px;
}
.message-left .message-info[data-v-347c4755] {
  /* min-height: 72px; */
  background: #ffffff;
  border-radius: 8px 16px 16px 16px;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  padding: 8px 16px;
  color: #333333;
  font-size: 14px;
  text-align: LEFT;
  margin-left: 10px;
  line-height: 18px;
  word-break: break-all;
  max-width: 203px;
}
.message-right .message-info[data-v-347c4755] {
  /* min-height: 72px; */
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  padding: 8px 16px;
  color: #333333;
  font-size: 14px;
  text-align: LEFT;
  margin-right: 10px;
  line-height: 18px;
  background: #b2ddfc;
  border-radius: 8px 4px 8px 8px;
}
.info-image[data-v-347c4755] {
  width: 150px;
  height: 150px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.font[data-v-347c4755] {
  font-size: 12px;
  color: #ccc;
}
.mt-1[data-v-347c4755] {
  margin-top: 10px;
}
.mt-30[data-v-347c4755] {
  margin-top: 30px;
}
.mlr-24[data-v-347c4755] {
  margin-right: 24px;
  margin-left: 24px;
}
.send-btn[data-v-347c4755] {
  background-color: #1d7bc5;
  padding: 8px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  max-height: 43px;
}


.el-font-size {
  font-size: 14px;
}

.wel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1100px;
  margin: 0 auto;
}

.drawer-order[data-v-71de095c] {
  padding: 10px 20px;
  background: #fff;
}
.el-form-item__content[data-v-71de095c] {
  line-height: 30px;
}
.el-form-item__label[data-v-71de095c] {
  line-height: 30px;
}
.el-collapse[data-v-71de095c] {
  border-top: 0px solid #ccc;
}


.drawer-order{
  margin-bottom: 60px;
}

