@media screen and (max-width: 950px) {
  .search-wraps {
    border-bottom: 1px solid #ddd;
    padding: 0.3rem 0.7rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .search-wraps img {
    width: 0.6rem;
    height: 1.12rem;
  }
  .search-wraps input {
    width: 13.32rem;
    border: 1px solid #ececec;
    border-radius: 0.3rem;
    padding: 0.3rem 0.5rem;
    outline: none;
  }
  .search-wraps button {
    padding: 0.3rem 0.1rem;
    background-color: #fff;
    border: none;
  }
}