/* mb */
@media screen and (max-width:750px) {


	.game_details_msg {
		margin-left: 20px;
		margin-bottom: 10px;
	}

	.game_details_img {
		width: 140px;
		height: 140px;
		border-radius: 20px;
	}


	.details_game_title {
		font-size: 16px;
		font-weight: 600;
		line-height: 22px;
		margin-bottom: 3px;
		color: #ffffff;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		word-break: break-word;
		overflow: hidden;
	}

	.game_type_xx {
		padding-bottom: 3px;
	}


	.game_details_playBtn {

		/*position: absolute;*/
		right: 20px;
		top: 60px;
		text-align: center;
		width: 60px;
		height: 25px;
		margin-top: -15px;
		background-image: linear-gradient(to right, #5897EF, #5472EA);
		color: white;
		padding-top: 4px;
		padding-bottom: 4px;
		padding-left: 10px;
		padding-right: 10px;
		border-radius: 15px;
	}

	.game_details_playBtn a {
		color: white;
		text-decoration: none;
	}

	.details_game_desc {
		/*	position: absolute; */
		color: #fff;
		margin-bottom: 6px;
		font-size: 12px;
		font-weight: 400;
		line-height: 15px;
		white-space: initial;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		word-break: break-all;
		overflow: hidden;

	}

	.details_game_play {
    width: 80px;
		color: #410000;
		text-align: center;
		height: 30px;
		font-weight: 600;
		line-height: 30px;
		padding: 0 30px;
		border-radius: 20px;
		background: linear-gradient(270deg, #FFBD00 0%, #FFEF38 100%);
	}

	.game_type {
		margin-top: 0px;
	}

}

a {
	text-decoration: none;
	background-color: none;
}

/*pc*/
@media screen and (min-width:750px) {

	.game_type {
		/* padding-left: 20px;
		padding-right: 20px; */
		padding-bottom: 20px;
	}

	.game_play {
		margin-left: 20px;
		margin-top: 10px;
		background-color: #FFC665;
		color: white;
		width: 100px;
		padding-top: 5px;
		padding-bottom: 5px;
		border-radius: 15px;
	}



	.game_details_msg {

		margin-left: 20px;
		margin-bottom: 10px;
	}

	.game_details_img {
		width: 140px;
		height: 140px;
		border-radius: 20px;
	}



	.details_game_title {
		color: #ffffff;
		font-size: 16px;
		font-weight: 600;
		line-height: 22px;
		margin-bottom: 5px;
	}

	.details_game_desc {
		/*	position: absolute;*/
		color: #ffffff;
		margin-bottom: 10px;
		font-size: 12px;
		font-weight: 400;
		line-height: 18px;
		white-space: initial;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		word-break: break-all;
		overflow: hidden;

	}

	.game_type_xx {
		padding-bottom: 5px;
	}

	.details_game_play {
		color: #410000;
		text-align: center;
		height: 30px;
		font-weight: 600;
		line-height: 30px;
		width: 80px;
		padding: 0px 30px;
		background: linear-gradient(270deg, #FFBD00 0%, #FFEF38 100%);
		border-radius: 20px;
	}

	.game_details_xingxing {

		margin-top: 10px;
		margin-left: 10px;
	}

	.game_details_desc {
		color: white;
		word-break: break-word;
		margin-left: 20px;
		margin-top: 10px;
		text-align: left;
	}

	.game_details_playBtn {

		position: absolute;
		right: 40px;
		top: 60px;
		text-align: center;
		width: 60px;
		height: 25px;
		margin-top: -15px;
		background-image: linear-gradient(to right, #5897EF, #5472EA);
		color: white;
		padding-top: 4px;
		padding-bottom: 4px;
		padding-left: 10px;
		padding-right: 10px;
		border-radius: 15px;
	}

	.game_details_playBtn a {
		color: white;
		text-decoration: none;
	}
}