/* mapChoose组件 */

/* em = 16px */
.weda-ui_map-choose {
  width: 100%;
  height: 100%;
}
.map-choose-pc {
  border-top: 1px solid #e3e6eb;
  border-bottom: 1px solid #e3e6eb;
  display: block !important;
}
.map-choose-pc_warp {
  width: 100%;
  height: 100%;
  display: flex;
}
.map-choose-pc_warp_out {
  height: calc(100% - 46px);
}
.map-choose-pc-left {
  width: 45%;
  position: relative;
}
.map-choose-pc-right {
  width: 55%;
}
.map-choose-header {
  width: 100%;
  padding: 0px 20px;
  position: relative;
  border: none !important;
}
.map-choose-header_focus {
  padding-right: 60px;
}
.map-choose-header_focus .map-choose-header_search_cancel {
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-choose-header_focus .map-choose-header_search_place {
  height: 100%;
  left: 16px;
  transform: translate(0, 0);
}
.map-choose-header_search {
  height: 36px;
  background-color: #f1f2f5;
  padding-left: 36px !important;
  padding-right: 10px;
  color: #b4b4b4;
  font-size: 1em;
  line-height: 2em;
  border-radius: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.map-choose-header_search_place {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  transform: translate(-50%, 0);
  height: 100%;
}
.map-choose-header_search_place_value > span {
  display: none;
}
.map-choose-header_search_cancel {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 46px;
  line-height: 2.875em;
  text-align: center;
  font-size: 1em;
  color: #0079ff;
  background-color: #fff;
  cursor: pointer;
  display: none;
  white-space: nowrap;
}
.map-choose-header_search img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  opacity: 0.4;
}
.map-choose-header_search input {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  font-size: 0.875em;
  line-height: 1.125em;
  background: 0 0;
  position: relative;
  z-index: 1;
  color: #000000;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.weda-ui_mapChoose_search_input_clear {
  width: 21px;
  height: 21px;
  position: absolute;
  background: rgba(0, 0, 0, 0.26);
  right: 10px;
  top: 0;
  transform: translate(0, 40%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  z-index: 20;
}

.weda-ui_mapChoose_search_input_clear::before,
.weda-ui_mapChoose_search_input_clear::after {
  content: '';
  position: absolute;
  background-color: #fff;
  height: 12px;
  width: 2px;
  top: 90%;
  left: 50%;
  margin-top: -15px;
  margin-left: -1px;
}

.weda-ui_mapChoose_search_input_clear::before {
  transform: rotate(45deg);
}

.weda-ui_mapChoose_search_input_clear::after {
  transform: rotate(-45deg);
}

.map-choose-con {
  width: 100%;
  height: calc(100% - 50px);
  position: relative;
}

.map-choose-header_search_input {
  padding-right: 26px;
}

/* 新增 */
.form-select-map-pc .wedatea2td-dialog__inner {
  padding: 20px 20px 25px 0 !important;
}

.form-select-map-pc .wedatea2td-dialog__header {
  padding-left: 32px;
}

.form-select-map .wedatea2td-dialog__header {
  display: none !important;
}

.form-select-map .wedatea2td-dialog__footer {
  display: none !important;
}

.form-select-map .wedatea2td-dialog__inner {
  padding: 0 !important;
}

.weda-ui_mapChoose_map {
  width: 100vw;
  transition: height 0.2s linear;
  position: relative;
}

.weda-ui_mapChoose_msg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: linear-gradient(
    180.8deg,
    #000000 -98.69%,
    rgba(0, 0, 0, 0) 99.31%
  );
  z-index: 1001;
}

.weda-ui_mapChoose_confirm,
.weda-ui_mapChoose_colse {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  padding: 7px 16px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}

.weda-ui_mapChoose_confirm {
  right: 20px;
  background: #0052d9;
}

.weda-ui_mapChoose_confirm_disable {
  background: #bbd3fb;
  cursor: not-allowed;
}

.weda-ui_mapChoose_colse {
  left: 20px;
}

.weda-ui_mapChoose_search {
  width: 100vw;
  padding-top: 16px;
  padding-bottom: 16px;
  box-sizing: border-box;
  position: relative;
}

.weda-ui_mapChoose_search_pc {
  width: 100% !important;
  height: 100% !important;
  padding-left: 12px;
}

.weda-ui_mapChoose_search_input_arrow {
  width: 30px;
  height: 14px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 50%;
  transform: translate(-50%, 0);
}

.weda-ui_mapChoose_search_input_arrow-con {
  width: 12px !important;
  height: 12px !important;
  border-top: 2px solid rgba(0, 0, 0, 0.6);
  border-right: 2px solid rgba(0, 0, 0, 0.6);
  transform: rotate(135deg);
}

.weda-ui_mapChoose_search_input {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.weda-ui_mapChoose_search_input_con {
  height: 36px;
  background: #f1f2f5;
  gap: 4px;
  border-radius: 4px;
  width: 100%;
  position: relative;
}

.weda-ui_mapChoose_search_input_con_focus {
  width: calc(100% - 54px);
}

.weda-ui_mapChoose_search_input_place {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.weda-ui_mapChoose_search_input_con input {
  width: 100%;
  height: 100%;
  padding-left: 36px;
  box-sizing: border-box;
}

.weda-ui_mapChoose_search_input_cancel {
  color: #0052d9;
  word-wrap: keep-all;
  margin-left: 12px;
}

.weda-ui_mapChoose_search_input_place_focus {
  left: 10px;
  transform: translate(0, -22%);
}

.weda-ui_mapChoose_search_input_clear {
  width: 21px;
  height: 21px;
  position: absolute;
  background: rgba(0, 0, 0, 0.26);
  right: 10px;
  top: 0;
  transform: translate(0, 40%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  z-index: 2;
}

.weda-ui_mapChoose_search_input_clear::before,
.weda-ui_mapChoose_search_input_clear::after {
  content: '';
  position: absolute;
  background-color: #fff;
  height: 12px;
  width: 2px;
  top: 90%;
  left: 50%;
  margin-top: -15px;
  margin-left: -1px;
}

.weda-ui_mapChoose_search_input_clear::before {
  transform: rotate(45deg);
}

.weda-ui_mapChoose_search_input_clear::after {
  transform: rotate(-45deg);
}

.weda-ui_mapChoose_search_input_arrow {
  width: 30px;
  height: 14px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 50%;
  transform: translate(-50%, 0);
}

.weda-ui_mapChoose_search_input_arrow-con {
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(0, 0, 0, 0.6);
  border-right: 2px solid rgba(0, 0, 0, 0.6);
  transform: rotate(135deg);
}
.weda-ui_mapChoose_search_list {
  width: 100%;
  height: calc(100% - 46px);
  margin-top: 10px;
  box-sizing: border-box;
  overflow-y: scroll;
  overflow-x: hidden;
}

.weda-ui_mapChoose_search_list_top {
  height: calc(100% - 76px);
}

.weda-ui_mapChoose_search_list_li {
  padding: 0 20px;
}

.weda-ui_mapChoose_search_list_li_wrap {
  border-bottom: 1px solid #e3e6eb;
  padding: 12px 0;
  position: relative;
}

.weda-ui_mapChoose_search_list_li_title {
  font-weight: 400;
  line-height: 24px;
  width: 90%;
}

.weda-ui_mapChoose_search_list_li_con {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.4);
  width: 90%;
}

.weda-ui_mapChoose_search_list_lodading {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.weda-ui_mapChoose_search_list_li_con_choosed {
  width: 0.5em;
  height: 1em;
  border-color: #0052d9;
  border-style: solid;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 0.75em;
}

.weda-ui_mapChoose_search_list_lodading_con {
  width: 30px;
  height: 30px;
  border: 2px solid #0052d9;
  border-top-color: transparent;
  border-radius: 100%;
  animation: circle infinite 0.75s linear;
}

@keyframes circle {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.weda-ui_mapChoose_outTip {
  background-color: #f9e0c7;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  padding: 0 16px;
  padding-left: 32px;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  transition: height 0.2s linear;
  width: 100%;
}

.weda-ui_mapChoose_outTip_block {
  height: 46px;
}

.weda-ui_mapChoose_map_control {
  position: absolute;
  width: 48px;
  height: 48px;
  bottom: 20px;
  right: 20px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  cursor: pointer;
}

.weda-ui_mapChoose_map_control_img {
  width: 20px;
  height: 20px;
}
