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