.mainxl dl {
    width: calc(25% - 14px);
}

.mainxl dl dt {
    height: 176px;
}

.mainxl {
   
    justify-content: flex-start;
}
.search_games{
 display: none;
}
@media (max-width: 768px) {
.search_games{
 display: block;
}
.mainxl dl {
    width: calc(50% - 10px);
}
.mainxl dl dt {
   height: 204px;
}
    .home {
        margin-left: 280px;
    }
.none_d{
    display: none;
}

.search_games{
display: flex;
width: 80%;
margin: 0 auto;
background: #292929;
border-radius: 8px 8px 8px 8px;
overflow: hidden;
justify-content: space-between;
}
#yd_search{
font-family: Kanit, Kanit;
font-weight: 500;
font-size: 24px;
color: #FFFFFF;
line-height: 32px;
margin: 16px 32px;
}
.yd_search img{
    width: 32px;
    height: 32px;
  
   margin: 16px;
}
.yd_search {
      background: #13C4CA;
}














}

@media (max-width: 600px) {
.home {
        margin-left: 80px;
    }
    .mainxl dl dt {
     height: 96px;
    }
    .mainxl dl {
        width: calc(50% - 6px);
    }

.search_games{

width: 95%;

}#yd_search{
font-size: 14px;
line-height: 18px;
margin: 9px 24px;
}
.yd_search img{
    width: 15px;
    height: 15px;
  
   margin: 10px 14px;
}
}




















