.form-select-map .tea-dialog__inner {
  width: 100vw !important;
  height: 100vh !important;
  min-width: auto !important;
  padding: 0;
}
.form-select-map .wedatea2td-dialog__inner {
  box-shadow: none;
  border: 0;
  min-width: 100vw !important;
  width: 100vw !important;
  height: 100vh !important;
  overflow-x: scroll;
}
.form-select-map .wedatea2td-dialog__inner .wedatea2td-dialog__header {
  font-size: 16px !important;
  margin-bottom: 0;
}
.form-select-map .tea-dialog__header {
  height: 30px;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
}
.form-select-map .tea-dialog__header .tea-dialog__headertitle {
  line-height: 30px;
  margin-bottom: 0;
}
.form-select-map .tea-dialog__body {
  height: calc(100vh - 90px);
}
.form-select-map .tea-dialog__footer {
  height: 30px;
  margin-top: 10px;
}
.weda-ui_form-select {
  background: none;
}
/* 大屏版样式 */
.form-select-map-pc .wedatea2td-dialog__inner {
  height: 800px !important;
}
.form-select-map-pc .wedatea2td-dialog__body {
  height: calc(100% - 100px);
}
