  /* ------ 搜索分类 ------ */
  .nav_bar_text {
    justify-content: center;
  }
  .nav_bar_text .bar {
    font-size: .16rem;
  }
  .nav_bar_text .down {
    font-size: .18rem;
    font-weight: 600;
  }
  /* ------ 搜索框 ------ */
  .header_search_box {
    padding: .04rem .15rem;
  }
  .header_search {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
  }
  .header_search input {
    flex: 1 1 auto;
    border: none;
    background-color: #F2F7FA;
    padding: 0 .1rem 0 0;
    height: 100%;
  }
  .header_search .btn_clear {
    display: none;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* ------ 搜索结果 ------ */
  .search_result {
    padding: 0 .15rem;
    flex: 1 1;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: .04rem;
  }
  .search_result li {
    display: flex;
    font-size: .14rem;
    color: #2F3841;
    list-style: none;
    align-items: center;
    position: relative;
  }
  .search_result li a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .search_result li font {
    color: #06BD8C;
  }
  /* 工作 */
  .search_result .work {
    height: .5rem;
  }
  .search_result .work .text-cut {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1 1;
    width: auto;
    list-style: none;
  }
  /* 房源 */
  .search_result .house {
    height: .72rem;
  }
  .search_result .house .text_cut {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1 1;
    width: auto;
    list-style: none;
  }
  .search_result .house font {
    color: #06BD8C;
  }
  .search_result .house .text_cut .title {
    font-weight: 600;
    height: .2rem;
    line-height: .2rem;
  }
  .search_result .house .text_cut .address {
    font-size: .12rem;
    color: #788AA0;
    height: .17rem;
    line-height: .17rem;
    margin-top: .05rem;
  }
  .search_result .house .label_region {
    width: .38rem;
    height: .2rem;
    line-height: .2rem;
    font-size: .11rem;
    text-align: center;
    background-color: #F2F7FA;
    border-radius: .04rem;
    overflow: hidden;
    margin-right: .1rem;
  }
  .search_result .house .price {
    font-size: .14rem;
    color: #FF6160;
    font-weight: 600;
    margin-left: .1rem;
  }
  /* ------ 搜索历史 ------ */
  .search_history {
    padding: 0 .15rem;
    display: none;
  }
  .search_history .title {
    font-size: .16rem;
    color: #2F3841;
    font-weight: 600;
    height: .52rem;
    line-height: .52rem;
    display: flex;
    justify-content:space-between;
    align-items: center;
  }
  .search_history .term_list {
    overflow: hidden;
  }
  .search_history .term_list .term {
    float: left;
    font-size: .13rem;
    color: #2F3841;
    min-height: .3rem;
    line-height: .18rem;
    padding: .06rem .08rem;
    box-sizing: border-box;
    background-color: #F2F7FA;
    border-radius: .04rem;
    margin: 0 .1rem .1rem 0;
  }
  