.content-box {
	width: 70%;
	height: auto;
	margin: 20px auto;
	display: flex;
	justify-content: space-between;

}

.gameInfo {
	width: 70%;
	padding: 10px;
}

.ct_inner_box {
	width: 25%;
}

.ct_inner_box {
	padding: 10px 0;
	position: relative;
}

.game-box {
	width: 96%;
	height: 650px;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0px 5px 10px gray;
	overflow: hidden;
}

.game-banner {
	width: 100%;
	height: 88%;
	border-radius: 10px 10px 0px 0px;
	position: relative;
	overflow: hidden;
}

.g-bg {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	filter: blur(15px);
	border-radius: 10px 10px 0px 0px;
	position: absolute;
	top: 0;
	z-index: 10;
}

.g-mb {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px 10px 0px 0px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 11;
	display: flex;
	justify-content: center;
	align-items: center;
}

.game-bottom {
	width: 98%;
	height: 65px;
	padding: 5px 1%;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.game-bottom img {
	width: 7%;
	height: 100%;
	border-radius: 6px;
	margin-right: 10px;
}

.play-box {
	width: 100%;
}

.pb-img {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;

}

.pb-img img {
	width: 40px;
	height: 40px;
	display: block;
}

.play {
	text-align: center;
	line-height: 2.5;
	font-size: 25px;
	font-weight: 600;
	color: #fff;
}

.g-text p:nth-of-type(1) {
	font-size: 18px;
	font-weight: 600;
	color: #0a2047;
}

.g-text p:nth-of-type(2) {
	font-size: 12px;
	line-height: 20px;
	color: #0a2047;
	opacity: .5;
}

.gf-top_box {
	width: 93%;
	padding: 10px 2%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}



.gf-top_box img {
	width: 20%;
	height: 150px;
	border-radius: 5px;

}

.gf_text {
	width: 50%;

}

.gf_text p:nth-of-type(1) {
	font-weight: 600;
	font-size: 25px;
	line-height: 1.5;
	text-decoration: underline;
	text-underline-offset: 5px;
	text-underline-position: 3px;
}

.gf_text p:nth-of-type(2) {
	font-size: 16px;
	margin: 5px 0;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
}

.gf_text p:nth-of-type(3) {
	font-size: 15px;
	font-weight: 600;
	color: #85888e
}

.gf_btn {
	width: 24%;
	background-color: #5E47E8;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	text-transform: capitalize;
	color: #fff;
	border-radius: 5px;
	display: block;
}

.gf_bottom {
	width: 96%;
	height: auto;

	padding: 10px 2%;

}

.gf_bottom h2 {
	font-size: 27px;
	line-height: 2;
	font-weight: 400;
	text-transform: capitalize;
}

.gf_bottom p {
	margin-bottom: 10px;
	font-size: 17px;
	line-height: 1.5;
	color: #393a3b;
}

.Categories {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap
}

.c-bottom {
	width: 93%;
	padding: 10px 2%;
}

.Categories a {
	font-size: 16px;
	padding: 10px;
	margin: 0 10px 20px 0;
	border-radius: 5px;
	box-shadow: 0 4px 20px 0 rgba(43, 64, 115, .12);

	border-radius: 4px;
	transition: all 0.2s linear;
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.Categories a img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	border-radius: 4px;
	color: #4f535d;
}

.Categories a p {
	font-size: 15px;
}

.Categories a:hover {
	background-color: #5E47E8;
	color: #fff;
}



.ct_box_one {
	padding: 0;
}

.ct_box_two {
	position: sticky;
	top: 0;
	bottom: auto;
}

.ct_one_box {
	width: 30%;
}

.ct_two_box {
	width: 100%;
}

.ct-text_tow p:nth-of-type(1) {
	font-size: 16px;
}

.ct_one_box {
	margin: 0 8px 20px 0;
}

.ct_four_box {
	width: 96%;
	padding: 10px 2%;
	box-shadow: 0 4px 20px 0 rgba(43, 64, 115, .12);
	border-bottom: none;
}

.ct_box_one .ct_four_box {
	width: 28%;

}

.ct_four_box img {
	width: 33%;
	height: 79px;
}

.ct-text_four p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.ct-text_four p:nth-of-type(1) {

	-webkit-line-clamp: 1;
}

.ct-text_four p:nth-of-type(2) {
	margin: 5px 0;
	-webkit-line-clamp: 1;
}

.ct-text_four {
	width: 63%;
}

.ct_box_three {
	width: 100%;
	display: block;
	margin: 0 auto;
	/* border: none; */
}

.ct_three_box {
	width: 100%;
}

.caption_text {
	margin: 10px 0;
	font-size: 25px;

}

.ct_three_box img {
	width: 35%;
	height: 120px;
	border-radius: 5px;
}

.ct-text_three {
	width: 62%;
}

.ct-text_three p:nth-of-type(2) {
	font-size: 18px;
	overflow: hidden;
	font-weight: 600;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	/* display: none; */
}

.ct-text_three p {
	margin-bottom: 2px;
}

.ca-text {
	min-height: 100px;
}

.ct_box_four {
	width: 100%;
	padding: 0;
}

.ct_box_four .ct_four_box img {
	width: 28%;
}

.ct_box_four .ct-text_four {
	width: 67%;

}

@media (max-width:759px) {
	.content-box {
		width: 100%;
		flex-wrap: wrap;
	}

	.gameInfo {
		width: 100%;
	}

	.game-box {
		width: 100%;
		height: 550px;
		padding-bottom: 10px;
	}

	.ct_one_box {
		width: 90%;
		margin: 0 auto 20px;
	}

	.c-bottom {
		width: 96%;
	}

	.game-bottom img {
		width: 20%;
	}

	.Categories a {
		font-size: 16px;
		padding: 10px 6px;
	}

	.gf-top_box {
		width: 93%;
		flex-wrap: wrap;
	}

	.gf-top_box img {
		width: 30%;
		height: 110px;
	}

	.gf_text {
		width: 66%;
	}

	.gf_text p:nth-of-type(1) {
		font-size: 20px;
	}

	.gf_text p:nth-of-type(2) {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.gf_btn {
		width: 100%;
		margin: 20px auto;
	}

	.ct_four_box img {
		width: 29%;
	}

	.ct_box_one .ct_four_box {
		width: 100%;
	}

	.ct_four_box img {
		width: 30%;
		height: 85px;
	}

	.ct-text_four {
		width: 67%;
	}

	.ct_inner_box {
		width: 96%;
		margin: auto;
	}
}

@media (min-width:759px) {
	.ct_box_four {
		position: sticky;
		top: 0px;
		bottom: auto;
	}


}