.fe-citySelect {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 44px;
  box-sizing: border-box;
}
.fe-citySelect-search {
  position: absolute;
  top: 0px;
  width: 100%;
}
.fe-citySelect-cont {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.fe-citySelect-fixedtop {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 100;
  background: #f5f5f5;
  font-size: 13px;
  color: #999999;
  line-height: 23px;
  padding-left: 16px;
}
.fe-citySelect-swrap {
  height: 100%;
  overflow: hidden;
}
.fe-citySelect-rtitle {
  font-size: 13px;
  color: #999999;
  margin-bottom: 10px;
}
.fe-citySelect-recommend {
  padding: 12px 16px;
  background: #fff;
}
.fe-citySelect-norecommend {
  padding: 0;
  background: none;
}
.fe-citySelect-rcont {
  overflow: hidden;
}
.fe-citySelect-rlist.fe-button {
  float: left;
  height: 40px;
  width: 27.5%;
  line-height: 40px;
  text-align: center;
  margin-right: 5%;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fe-citySelect-rlist.fe-button + .fe-button {
  margin-top: 0;
}
.fe-citySelect-rscroll {
  padding-top: 10px;
}
.fe-citySelect-letter {
  background: #f5f5f5;
  font-size: 13px;
  color: #999999;
  line-height: 35px;
  padding-left: 16px;
}
.fe-citySelect-snodata {
  font-size: 14px;
  color: #cccccc;
  padding-top: 27px;
  text-align: center;
}
.fe-citySelect-selbar {
  position: fixed;
  top: 160px;
  right: 0;
  width: 30px;
  text-align: center;
}
.fe-citySelect-selitem {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #108ee9;
}
