.search-modal-wrap {
  top: 2.4rem !important;
}


.CusSearchBar_search {
  .am-search-input {
    border-radius: 25px;
  }

  .am-search-cancel {
    display: none !important;
  }
}

.CusSearchBar {



  .empty {
    line-height: 3rem;
    border-bottom: 4px solid #eee;

    .cancel {
      position: absolute;
      bottom: 0.5rem;
      right: 0.4rem;
      line-height: 0.5rem;
      position: absolute;
      bottom: 0.5rem;
      right: 0.4rem;
      padding: 0.106667rem 0.213333rem;
      border: 0.026667rem solid #eee;
      border-radius: 0.053333rem;
      color: #666;
    }
  }

  .clearHistory {
    padding: 0.5rem 0.5rem;
    color: #666;
  }

  .search {}

  .history {
    border-bottom: 4px solid #eee;
    min-height: 3rem;

    p {
      text-align: left;
      padding: 0.1rem 0.5rem;
      font-size: larger;
      border-bottom: 1px solid #eee;
    }

    .cancel {
      position: absolute;
      bottom: 0.5rem;
      right: 0.4rem;
      padding: 0.106667rem 0.213333rem;
      border: 0.026667rem solid #eee;
      border-radius: 0.053333rem;
      color: #666;
    }
  }
}