.pick-area {
  width: 100% !important;
  height: 50px;
  line-height: 48px;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  border: solid 1px #ccc;
  background: none;
  text-decoration: none;
  cursor: default;
}

.pick-show {
  position: relative;
  padding: 0 0 0 12px !important;
  height: 48px;
  line-height: 48px;
}
.pick-show span {
  background: none !important;
  float: left;
  display: inline-block;
  max-width: 100px;
  height: 48px;
  line-height: 48px;
  padding: 0 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-size: 18px;
  cursor: pointer;
}
.pick-show span:hover {
  background: none !important;
  color: #666 !important;
  border-radius: 3px;
}
.pick-show span.pressActive {
  background: none !important;
  color: #666 !important;
  border-radius: 3px;
}
.pick-show em.pick-arrow {
  position: absolute;
  top: 20px;
  right: 10px;
  display: block;
  border: 8px solid #999;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.pick-show i {
  float: left;
  display: inline-block;
  padding: 0 3px;
  color: #333;
  font-style: normal;
}
.pick-city {
  background: none !important;
}

.pick-list {
  display: none;
  position: absolute;
  line-height: 36px;
  margin: 0;
  padding: 0;
  background: #fff;
  z-index: 999999999;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #dedede;
  border-top: none;
}
.pick-list li {
  margin: 0;
  padding-left: 8px;
  list-style: none;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pick-list li:hover {
  color: #fff;
  font-weight: bold;
}
