<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* mb */
@media screen and (max-width:750px) {


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

	.game_details_img {
		position: absolute;
		border-radius: 15px;
		object-fit: cover;
		object-position: top;
    width: 92px;
    height: 92px;
    left: 50%;
    top: -40px;
    transform: translate(-50%,0);
	}


	.details_game_title {
		font-size: 16px;
		font-weight: 600;
		line-height: 22px;
		text-align: center;
		color: #333333;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		word-break: break-word;
		overflow: hidden;
	}

	.game_type_xx {
		/*position: absolute;*/
		top: 20%;
		left: 45%;
	}


	.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: #333333;
		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 {
		/*	position: absolute;*/
		top: 70%;
		left: 45%;
		color: white;
		text-align: center;
		height: 30px;
		line-height: 30px;
		padding: 0 30px;
		border-radius: 20px;
		background: linear-gradient(180deg, #FFC100 0%, #FF6800 100%);
		box-shadow: 0px 2px 10px 0px rgba(255, 34, 134, 0.4);
	}

	.game_type {
		margin-top: 0px;
	}

}

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

/*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 {
		position: absolute;
		border-radius: 15px;
		width: 92px;
		height: 92px;
		left: 50%;
		top: -40px;
		transform: translate(-50%,0);

	}



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


	.details_game_desc {
		/*	position: absolute;*/
		color: #333333;
		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 {
		/*	position: absolute;*/
		top: 26%;
		left: 14%;
	}

	.details_game_play {
		color: white;
		text-align: center;
		height: 30px;
		line-height: 30px;
		width: 100%;
		margin: auto;
		background: linear-gradient(180deg, #FFC100 0%, #FF6800 100%);
		box-shadow: 0px 2px 10px 0px rgba(255, 34, 134, 0.4);
		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;
	}
}</pre></body></html>