.el-drawer__body {
  padding: 0 25px ;
  box-sizing: border-box;
}
.el-drawer__body .flex {
  height: auto;
  justify-content: space-between;
}
.el-drawer__body .flex div {
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  color: #353535;
  font-size: 18px;
  overflow: hidden;
  width: 48%;
  margin: 15px 0;
}
.el-drawer__body .flex div input {
  border: none;
  outline: none;
  height: 100%;
  font-size: 18px;
}
.el-drawer__body .flex button {
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  background-color: #00A3AD;
  color: #fff;
  font-size: 16px;
}
.el-drawer__wrapper {
  z-index: 9999999 !important;
}
.el-drawer__header {
  box-sizing: border-box;
}
.el-drawer {
  width: 40% !important;
}
@media screen and (max-width: 1200px) {
  .el-drawer {
    width: 60% !important;
  }
}
@media screen and (max-width: 1024px) {
  .el-drawer {
    width: 80% !important;
  }
}
@media screen and (max-width: 797px) {
  .el-drawer {
    width: 100% !important;
    z-index: 999999999999999 !important;
  }
  .el-drawer__wrapper {
    z-index: 99999999999999999 !important;
  }
  .el-drawer__body {
    padding-top: 100px;
  }
  .el-drawer__body .flex div {
    width: 100%;
  }
}
