/* locationpicker.css Date:2019-12-05 14:22:43 */

.lg-locationpicker {
  position: relative;
  display: inline-block;
  height: 32px;
}

.lg-locationpicker .lg-locationpicker-icon {
  color: rgba(13, 13, 13, 0.85);
}

.lg-locationpicker .lg-locationpicker-input {
  position: relative;
  width: 280px;
  border-radius: 4px;
  background-color: #FFF;
  border: solid 1px #E8E8E8;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
}

.lg-locationpicker .lg-locationpicker-input .lg-lpinput {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 40px 0 12px;
  vertical-align: middle;
  box-sizing: border-box;
  outline: 0;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lg-locationpicker .lg-locationpicker-input .lg-timeicon {
  position: absolute;
  top: 0;
  right: 12px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #d2d2d2;
  cursor: pointer;
}

.lg-locationpicker .is-on,
.lg-locationpicker .lg-locationpicker-input:hover {
  border-color: #0083FF;
}

.lg-locationpicker .lg-location-menu {
  display: none;
  position: absolute;
  top: 32px;
  left: 0;
  vertical-align: middle;
  padding-top: 4px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  z-index: 9;
  width: 480px;
}

.lg-locationpicker .lg-location-hd {
  width: 480px;
  font-size: 0;
  cursor: pointer;
  position: relative;
  height: 32px;
  background: #fff;
  border-bottom: 1px solid #E8E8E8;
  z-index: 1;
}

.lg-locationpicker .lg-location-hd .item-active {
  border: 1px solid #E8E8E8;
  border-bottom: none;
  background-color: #fff;
  color: #0083FF;
  font-weight: 700;
}

.lg-locationpicker .lg-location-hd .is-active {
  display: inline-block;
}

.lg-locationpicker .lg-location-item {
  display: none;
  height: 32px;
  line-height: 32px;
  padding: 0 16px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
}

.lg-locationpicker .lg-location-bd {
  box-sizing: border-box;
  border: 1px solid #E8E8E8;
  background: #FFF;
  width: 480px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-top: -2px;
}

.lg-locationpicker .lg-location-bd .pane-active {
  display: block;
}

.lg-locationpicker .lg-location-bd-height {
  height: 360px;
}

.lg-locationpicker .lg-location-bd-height::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.lg-locationpicker .lg-location-bd-height::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-locationpicker .lg-location-pane {
  display: none;
  font-size: 14px;
  width: 480px;
  padding: 16px 0;
}

.lg-locationpicker .lg-location-pane .lg-area-list {
  font-size: 0;
}

.lg-locationpicker .lg-location-pane .lg-area-item {
  font-size: 14px;
  box-sizing: border-box;
  display: inline-block;
  padding-left: 16px;
  width: 120px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  font-weight: 400;
}

.lg-locationpicker .lg-location-pane .lg-area-item:hover {
  background-color: #f5f5f5;
  font-weight: 700;
}

.lg-locationpicker .lg-location-pane .lg-area-item.selected {
  color: #0083FF;
  font-weight: 500;
}

.lg-locationpicker .lg-pane-city {
  border-bottom: 1px solid #E8E8E8;
  display: block;
}

.lg-locationpicker .lg-pane-city .lg-hot-city {
  padding-left: 16px;
}

.lg-locationpicker .lg-pane-city .lg-area-letter {
  font-size: 0;
  padding: 20px 16px;
}

.lg-locationpicker .lg-pane-city .letter-selected {
  background-color: #0083ff;
  color: #fff;
}

.lg-locationpicker .lg-pane-city .lg-letter-item {
  cursor: default;
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 14px;
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  text-align: center;
}

.lg-locationpicker .lg-pane-city .lg-letter-item .lg-letter-text {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.lg-locationpicker-search .lg-locationpicker-input {
  width: 220px;
}

.lg-locationpicker-search .lg-location-bd {
  width: 220px;
  min-height: 32px;
  max-height: 256px;
}

.lg-locationpicker-search .lg-location-bd .lg-lp-search-item {
  padding-left: 16px;
  height: 32px;
  line-height: 32px;
}

.lg-locationpicker-search .lg-location-bd .lg-lp-search-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.lg-locationpicker-search .select-color {
  color: #0083ff;
}

.lg-locationpicker-search .lg-no-text {
  color: rgba(0, 0, 0, 0.25);
}

.lg-locationpicker-search .lg-location-menu {
  width: 218px;
}