
.reactCityHot{
  ::after{
    display: block;
    clear: both;
    content: ' ';
  }
  ul,li{
    list-style: none;
    padding: 0;
    margin: 0;
  }
  padding: 10px;
  font-size: 13px;
  background: #fff;
  width: 350px;
  border: 1px solid #eee;
  .navTabs{
    overflow: auto;
    li{
      float: left;
      line-height: 25px;
      padding: 0 3px;
      border-bottom: 1px solid #ddd;
      cursor: pointer;
      &.selectedItem{
        border-bottom: 1px solid #0000ff;
      }
    }
  }
  
  .panel{
    span{
      display: block;
      width:58px;
      font-size: 12px;
      float: left;
      text-align: left;
      line-height: 20px;
      cursor: pointer;
      padding: 0 3px;
      &:hover{
        background: #0000ff;
        color: #fff;
      }
    }
  }
  .charAt{
    width: 30px;
    text-align: center;
    line-height: 20px;
    float: left;
  }
  .charAtList{
    width: 320px;
    float: left;
  }
}

.SearchCity{
  border: 1px solid #eee;
  background: #fff;
  padding: 5px 0;
  min-width: 200px;
  max-height: 180px;
    overflow-y: auto;
  ::after{
    display: block;
    clear: both;
    content: ' ';
  }
  ul,li{
    list-style: none;
    padding: 0;
    margin: 0;
  }
  li{
    padding: 0 13px;
    cursor: pointer;
    line-height: 25px;
    
    &:hover{
      background: #0000ff;
      color: #fff;
    }
  }
}
