.handle_div {
  display: none !important;
}

.wrap {
  display: block;
  padding-top: 0%;
}

.draw {
  margin-bottom: 200px;
}

.draw>div {
  flex-wrap: wrap;
}

.wrap {
  justify-content: space-between;
}

.wrap .second {
  display: none;
  border: 0;
  padding: 0;
  border-radius: 0px;
  padding-top: 0px;
}

.wrap .second .title {
  display: none;
}

.wrap .first {
  border: 0;
  padding: 0 20px;
  border-radius: 0px;
}

.wrap .first .title {
  display: none;
}

.draw .fileItem {
  align-items: center;
  margin: 10px 0;
}

.mobile_input {
  flex-direction: column;
  margin: 0 !important;
}

.msg_input {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

.msgContent .info_list {
  align-items: baseline;
}

.handle {
  position: fixed;
  width: 100vw;
  margin-left: -20px;
  bottom: -20px;
  background: #ebebeb;
  padding: 20px 0;
}

.handle span.yulan {
  display: block;
}

.faceContent {
  width: 90%;
  height: 80%;
  position: fixed;
  bottom: 0%;
  top: auto;
  transform: none;
  left: auto;
}