@media screen and(max-width: 375px){
    .mian_page .catalog_container .item .item_content{
        min-height: 181px!important;
    }
    .item_content img{
       
        height:auto!important;
        min-height:auto!important;
    }
    .more{
      clear: both!important;
      overflow: hidden;
    }
}