body {
	max-width: 100vw;
}

.content-box {
	width: 100%;
	height: auto;
	display: flex;
	padding: 0px;
	flex-wrap: wrap;
	justify-content: space-between;

}

.bottom_inner_box {
	width: 70% !important;
	margin: 20px auto;
}

.app_content {
	max-width: 75%;
	min-width: 75%;
	height: auto;
}




.content_inner {
	width: 80%;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.app_box {
	width: 100%;
	height: 350px;
	position: relative;
	overflow: hidden;
}

.app_box::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(to top, #F3F3F3 8%, transparent 50%);
}



.app_bg {
	width: 100%;
	height: 100%;
	inset: 0px;
	--transform-scale: scale(1.5);
	background-blend-mode: luminosity, overlay, normal;
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
	--filter-params: blur(25px) saturate(4) contrast(80%);
	filter: blur(25px) saturate(4) contrast(80%);
	transform: 1.5 translate3d(0, 0, 0);
}

.app_info {
	width: 50%;
	height: auto;
	padding: 10px 10%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	position: absolute;
	z-index: 10;
	top: 30%;
	left: 0;

}

.ap_info_inner {
	position: absolute;
	top: 0;
}

.ap_img {
	width: 12%;
	/* height: 120px; */
	border-radius: 10px;
	box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.ap_text {
	width: 85%;
	height: auto;
	padding: 5px;
	margin-left: 10px;

}

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

.ap_text p:nth-of-type(2) {
	margin-bottom: 15px;
	margin-top: 10px;
	font-size: 14px;
	color: #111;
}

.apt_list {
	width: 100%;
	height: auto;
	padding: 3px 0;
	display: flex;
	align-items: center;
}

.apt_list li {
	padding: 0 20px;
	font-size: 17px;
	text-align: center;
}

.apt_list li img {
	width: 15px;
	height: 15px;
	margin-right: 5px;
}

.apt_list li:nth-of-type(1) {
	padding-left: 10px;
}

.ad_star {
	font-size: 16px;
	display: flex;
	font-weight: 500;
	align-items: center;
}

.at_info {
	font-size: 14px;
	padding: 3px 0;
	/* color: #74757a; */
}

.ap_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	border-radius: 5px;
	width: 20%;
	line-height: 50px;
	margin-top: 20px;
	background-color: #0D60B6;
	transition: linear 0.2s;
}


.ab_img {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.app_wrapper {
	width: 96%;
	height: auto;
	padding: 10px 2%;
	overflow-x: auto;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid hsl(240 5.9% 90%)
}

.aw_title {
	font-size: 20px;
	font-weight: 400;
	line-height: 2;
	margin: 10px 0;
	border-bottom: 1px solid hsl(240 5.9% 90%);
}

.aw_banner_box {
	width: auto;
	display: inline-flex;
	flex-wrap: nowrap;
	overflow-y: scroll;
	overflow-x: auto;
	margin-top: 10px;
}

.aw_banner {
	width: 200px;
	height: 350px;
	margin-right: 10px;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

}

.app_description {
	width: 92%;
	min-height: 300px;
	padding: 10px 2%;
	margin-top: 20px;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid hsl(240 5.9% 90%)
}

.ade_text {
	color: #74757a;
	font-size: 14px;
	line-height: 1.5;
	transition: max-height 0.3s ease;
	line-height: 1.5;
}

.show-more-btn {
	display: none;
	margin-top: 10px;
	padding: 8px 15px;
	/* background-color: #f0f0f0; */
	color: #2259e5;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
}





.ct_box_one {
	padding: 0;
}

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

.ct_one_box {
	width: 30%;
}

.ct_two_box {
	width: 100%;
	box-shadow: none;
}

.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%;

}

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

.ct_two_box img {
	width: 25%;
	/* height: 79px; */
}

.ap_text p,
.apt_list li {
	color: #fff !important;
}

@media (max-width:759px) {
	.content_inner {
		flex-wrap: wrap;
	}

	.ct_two_box img {
		width: 25%;
		/* height: 90px; */
	}

	.ct-text_tow {
		width: 70%;
	}

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

	.ct-text_tow p:nth-of-type(2) {
		font-size: 12px;
		margin-bottom: 0px;
	}

	.content-box {
		width: 100%;
		flex-wrap: wrap;
	}

	.content_inner {
		width: 100%;
	}

	.bottom_inner_box {
		width: 96% !important;
	}

	.gameInfo {
		width: 100%;
	}

	.app_content {
		max-width: 96% !important;
		margin: auto;

	}

	.app_info {
		width: 94%;
		padding: 10px 2%;
		top: 10%;
	}

	.ap_img {
		width: 28%;
		/* height: 90px; */
	}



	.ap_text p:nth-of-type(1) {


		font-size: 16px;
		font-weight: 500;
	}

	.ap_text p:nth-of-type(2) {
		margin-top: 5px;
		line-height: 1.5;
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.apt_list {
		position: absolute;
		top: 140px;
		left: 0;
		right: 0;
		margin: auto;
		justify-content: center;
	}

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

	.ap_btn {
		width: 100%;
		margin-top: 100px;
	}

	.app_wrapper {
		width: 100%;
		position: relative;
	}

	.aw_title {
		position: sticky;
		left: 0;
	}

	.m-box {
		position: relative;
	}

	.game-box {
		width: 96%;
	}

	.ap_text {
		width: 64%;
		margin-left: 0px;
	}

	.apt_list li {
		padding: 0 15px;
		font-size: 14px;
	}

	.at_info {
		font-size: 12px;
		padding: 7px 0;
	}
}