@media screen and (min-width: 640px){
	.game-type-box .game-type-item{
		width: 12.5%;
	}

	.img-gallery li img {
		width: auto;
	}
}
@media screen and (min-width: 480px) and (max-width: 640px){
	.body .m-nav .nav-item {
		width: 12.5%;
	}
	.game-type-box .game-type-item{
		width: 20%;
	}
	.last-joke .joke-img em{
		font-size:2em;
		padding: 7px 12px;
	}
	.last-joke .title{
		font-size: 1.5em;
	}
	.news-item.game-star .news-content .praise .praise-count{max-width:none;}
}
@media screen and (max-width: 280px){
	.body .m-nav .nav-item {
		width: 33.3%;
	}
	.news-item .follow-up{
		display: none;
	}
	.m-header .logo-container .menu,
	.m-header .logo-container .user-message{
		margin-right: 0px;
	}

	.game-type-box .game-type-item{
		width: 33.33%;
	}
	.m-header .logo-container .nav-logo .logo-icon{
		display: none;
	}
}