.loading-placeholder {
	width: 100%;
	min-height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px;
}

.loading-spinner {
	width: 40px;
	height: 40px;
	border: 3px solid #f3f3f3;
	border-top: 3px solid #13A174;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.main {
	width: 70%;
	margin: 20px auto;
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	position: relative;
}

.inner-left-box {
	width: 70%;
}

.inner-right-box {
	width: 28%;
	height: auto;
	position: relative;
}

.right_content_first,
.right_content_second {
	width: 96%;
	padding: 10px 2%;
	background-color: #fff;
	margin-bottom: 10px;
}

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

.right_content_first a {
	padding: 5px 12px;
	background: #f2f5f9;
	color: #777;
	font-size: 13px;
	display: inline-block;
	margin: 0 5px 10px 0;
	transition: all 0.3s ease;
}

.right_content_first a:hover {
	background-color: #37CD7B;
	color: #fff;
	transform: translateY(-2px);
}

.list-box {
	width: 96%;
	padding: 5px 2%;
	background-color: #fff;
	margin-bottom: 10px;
}

.b-btn {
	background-color: #000;
	color: #fff;
	border-radius: 20px;
	padding: 0px 20px;
}

.m-title {
	width: 100%;
	line-height: 30px;
	margin: 20px auto;
	font-size: 22px;
	font-weight: 600;
	text-transform: capitalize;
	padding-left: 10px;
	border-left: 4px solid #13A174;
}

.inner-box {
	display: flex;
	justify-content: space-between;
	width: 96%;
	background-color: #fff;
	padding: 0 2%;
}

.inleft {
	width: 100%;
	background-color: #fff;
}

.inright {
	width: 100%;
}

.list1,
.list2,
.list4,
.list3 {
	width: 100%;
	padding: 10px 0;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}

.list1 {
	justify-content: space-between;
	align-items: center;
}

.l1-box {
	width: 28%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
	padding: 13px;
	border-radius: 8px;
	transition: all 0.3s ease;
	cursor: pointer;
}

.l1-box:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
}

.l1-box:hover .l1-text .game-title {
	color: #00a6ed;
}

.l1-img {
	display: block;
	width: 25%;
	border-radius: 10px;
	margin-right: 10px;
	box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.l1-box .l1-img {
	width: 31%;
	height: 80px;
	object-fit: cover;
}

.l1-text {
	width: 50%;
}

.l1-text span {
	position: absolute;
	bottom: 2px;
	left: 91px;
	font-size: 11px;
	color: rgb(255, 153, 0);
}

.s-flex {
	display: flex;
	align-items: center;
	position: relative;
}

.b-btn {
	background-color: #000;
	color: #fff;
	border-radius: 20px;
	padding: 4px 20px;
}

.game-title,
.game-desc {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.game-desc {
	font-weight: 400;
	line-height: 2;
}

.game-rating {
	display: flex;
	font-size: 14px;
	color: #F88A28;
	align-items: center;
}

.star {
	width: 14px;
	height: 14px;
	display: block;
}

.list2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 20px auto;
}

.l2-box {
	width: 96%;
	border-radius: 10px;
	padding: 15px 2%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.l2-box:hover.l2-text p:nth-of-type(1) {
	color: #00a6ed;
}

.l2-left {
	width: 48%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.l2-right {
	display: block;
	width: 48%;
	height: 200px;
	object-fit: cover;
	border-radius: 10px;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);

}

.l2-img {
	width: 20%;
	display: block;
	border-radius: 10px;
	margin-right: 10px;
	box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.l2-text {
	width: 70%;
	padding: 3px 0;
}

.l2-text p:nth-of-type(1) {
	font-size: 14px;
	color: #000;
	line-height: 1.5;
}

.l2-text p:nth-of-type(2) {
	font-size: 14px;
	color: #5F6368;
	line-height: 2.5;
}

.l2-text p:nth-of-type(3) {
	display: flex;
	font-size: 14px;
	color: #5F6368;
	line-height: 1.5;
	align-items: center;
}

.l2-bottom {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
}

.lb-box {
	text-align: center;
	padding: 5px 10px;
}

.lb-box p {
	font-size: 13px;
	line-height: 1.5;
	color: #5F6368;
}

.lb-p1 {
	display: flex;
	align-items: center;
}

.l2-button {
	width: 125px;
	line-height: 35px;
	font-size: 14px;
	border-radius: 7px;
	color: #fff;
	text-align: center;
	background-color: #13A174;
}

.list3 {
	justify-content: space-between;
}

.l3-box {
	width: 11%;
	height: auto;
	margin-bottom: 20px;
	transition: all 0.3s ease-in-out;
}

.l3-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 12px rgba(0, 166, 237, 0.15);
}

.l3-box:hover .l3-text p {
	color: #00a6ed;
}

.l3-img {
	width: 100%;
	height: 93px;
	border: 1px solid #eff3f9;
	box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
	border-radius: 10px;
}

.l3-text {
	width: 96%;
	padding: 10px 2%;
	margin-top: 4px;
}

.l3-text p {
	font-size: 14px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 400;
	color: #222;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}

.list3 .l3-text p:nth-of-type(2) {
	display: none;
}

.l3-box:nth-last-of-type(1) {
	margin-right: 0px;
}

.list_two {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.list_two .l3-box {
	width: 45%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.list_two .l3-box .l3-img {
	width: 40%;
	height: 100px;
	border-radius: 4px;
	box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.list_two .l3-box .l3-text {
	width: 55%;
}

.inner-right-box .list4 {
	box-shadow: none;
	justify-content: space-between;
}

.inner-right-box .list4 .l1-box {
	width: 100%;
}

.lbox_first {
	width: 100%;
	height: 220px;
	border-radius: 4px;
	position: relative;
}

.lbox_first .l1-box {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 96%;
	padding: 15px 2% 5px;
	margin-bottom: 0px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%, rgba(0, 0, 0, 1) 100%);
}

.l1-text {
	width: 68%;
}

.lt1_title,
.lt1_title p:nth-of-type(2) {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.lbox_first .l1-text p,
.lt1_title2 {
	color: #fff !important;
}

.lt1_title p:nth-of-type(1) {
	width: 75%;
}

.lt_tage {
	font-size: 13px !important;
	font-weight: 400 !important;
}

.lbox_first .l1-box .lt1_title p,
.lt_tage {
	color: #fff;
}

.explore {
	width: 180px;
	line-height: 40px;
	margin: 20px auto;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	background-color: #ffffff;
	border: 2px solid #fff;
	box-shadow: .0546rem .0546rem .2729rem 0 rgb(10 148 228 / 50%);
	border-radius: .1364rem;
	position: relative;
}

.end {
	background-color: transparent;
	color: #000;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	box-shadow: 0px 0px 0px transparent;
	border: none;
}

.loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 999;
	display: flex;
	justify-content: center;
	border: 2px solid #000;
	align-items: center;
	display: none;
}

.loading::after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 4px solid #fff;
	border-top-color: #000;
	animation: loading 1s linear infinite;
}

@keyframes loading {
	to {
		transform: rotate(360deg);
	}
}

@media (max-width:690px) {
	.main {
		width: 96%;
		flex-wrap: wrap;
	}

	.inner-left-box,
	.inner-right-box {
		width: 100%;
	}

	.right_content_first {
		margin-top: 10px;
	}

	.l1-box {
		margin-bottom: 10px;
	}

	.l3-box {
		width: 30%;
	}

	.l3-img {
		height: 110px;
	}

	.l3-text {
		font-size: 14px;
		line-height: 1.5;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		padding: 5px 2%;
	}

	.l1-box {
		width: 100%;
		position: relative;
	}

	.l1-text {
		width: 50%;
	}

	.l1-box::after {
		position: absolute;
		top: 48px;
		color: #00a173;
		right: 0px;
		font-size: 14px;
		padding: 5px 20px;
		border-radius: 20px;
		content: "Play";
		border: 1px solid #00a173;
	}

	.l2-text p:nth-of-type(1) {
		font-size: 14px;
		font-weight: 600;
		line-height: 1.5;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;

	}

	.scroll_box {
		width: 100%;
		overflow-y: scroll;
		overflow-x: auto;
		box-sizing: border-box;
		position: relative;
	}

	.scroll_box .m-title {
		position: sticky;
		left: 0;

	}

	.list_two {
		width: auto;
		flex-wrap: nowrap;
		display: inline-flex;

	}

	.list_two .l3-box {
		width: 240px;
		display: block;
		margin-right: 10px;
	}

	.list_two .l3-box .l3-img {
		width: 100%;
		height: 180px;
	}

	.list_two .l3-box .l3-text {
		width: 100%;
	}

	.list_two .l3-box .l3-text p {
		-webkit-line-clamp: 1;

	}

	.list_two .inner-box {
		flex-wrap: wrap;
	}

	.inleft,
	.inright {
		width: 100%;
	}

	.l2-box {
		flex-wrap: wrap;
	}

	.l2-left {
		width: 100%;
	}

	.l2-bottom {
		padding: 10px 0;
	}

	.l2-img {
		width: 22%;
	}

	.l2-button {
		width: 100%;
		border-radius: 7px;
		margin-bottom: 20px;
	}

	.l2-right {
		width: 100%;
	}

	.inner-right-box .list4 .l1-box:after {
		display: none;
	}

	.inner-right-box .list4 .l1-box .l1-text {
		width: 68%;
	}
}