.address-picker {
  display: inline-block;
  width: 100%;
  .yk-dialog .yk-dialog__body {
    padding: 0;
    position: relative;
  }
  .yk-form-item {
    width: 100%;
  }
  .yk-form--inline .yk-form-item__content {
    width: 100%;
  }
  .search-box {
    position: absolute;
    top: 24px;
    left: 24px;
    width: 94%;
    display: flex;
    padding-bottom: 20px;
    z-index: 1;
  }
  .yk-form-item .yk-form-item__label {
    font-size: 12px;
    line-height: 22px !important;
    font-weight: normal;
    color: rgba(44, 40, 54, 0.76);
    margin-bottom: 8px;
  }
  .address-picker-btn {
    width: 120px;
  }
  .ml16 {
  margin-left: 16px;
  }
  .demo-form-inline {
    padding: 20px 24px 0;
  }
  .map {
    width: 100%;
    height: 288px;
  }
  .BMap_cpyCtrl,
  a[title='到百度地图查看此区域'] {
    display: none;
  }
}
