@media screen and (max-width:600px){
    .bodyData{
        width: 10rem;
        margin-top: 1.4rem;
    }
    .searchInput{
        width: 9.2rem;
        height: 1.2rem;
        margin: 0.4rem;
    }
    .search-img{
        width: 0.4rem;
    }
    .searchRecom{
        display: none;
    }
    .resultList{
       width: 10rem;
    }
    .resultHadr{
        width: 9.2rem;
        margin: 0 0.4rem;
    }
    .searchHabr{
        margin-bottom: 0;
    }
    .resultTitle{
       font-size: 0.42rem;
    }
    .haveText{
      font-size: 0.4rem;
      margin-top: 0.49rem;
      font-weight: 400;
      color: #333333;
      overflow:hidden;
      text-overflow:ellipsis;
      display:-webkit-box;
      -webkit-line-clamp:2;
      -webkit-box-orient:vertical;
      text-align: left;
    }
    .col-xs-6{
       padding-left: 0; 
       padding-right: 0;
    }
    .haveData{
        padding: 0;
    }
    .resultTitle{
        padding:0.13rem 0;
        margin: 0 0.26rem;
    }
    .hdContent-img{
        height: 2.8rem;
        object-fit: cover !important;
    }
}