.main,
.main2 {
	width: 90%;
	padding: 20px 5%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.inner-box {
	width: 100%;
	padding: 5px 0px 10px;
	background-color: #fff;
	/* box-shadow: 0 5px 20px #2e8bfa2f; */
	border-radius: 8px;
	margin-bottom: 20px;
}

.main .inner-box,
.main2 .inner-box {
	width: 100%;

}

/* .main .inner-box:nth-of-type(1),
.main2 .inner-box:nth-of-type(1) {
	border-color: #8e08bf;
	border-top: 5px solid #8e08bf;
	box-shadow: 0 10px 15px #e4b3f7;
	background: transparent linear-gradient(180deg, #f2ceff 0%, #fbfdff 10%, #ffffff 100%) 0% 0% no-repeat padding-box;
}

.main .inner-box:nth-of-type(2),
.main2 .inner-box:nth-of-type(2) {
	border-color: #ff5539;
	box-shadow: 0 10px 15px #f5b9ae;
	background: transparent linear-gradient(180deg, #ffd8d1 0%, #fbfdff 10%, #ffffff 100%) 0% 0% no-repeat padding-box;
}

.main .inner-box:nth-of-type(3),
.main2 .inner-box:nth-of-type(3) {
	border-color: #bcd31b;
	box-shadow: 0 10px 15px #d6e281;
	background: transparent linear-gradient(180deg, #f1f8ba 0%, #fbfdff 10%, #ffffff 100%) 0% 0% no-repeat padding-box;
}

.main .inner-box:nth-of-type(4),
.main2 .inner-box:nth-of-type(4) {
	border-color: #00e1ec;
	box-shadow: 0 10px 15px #aef2f5;
	background: transparent linear-gradient(180deg, #bafcff 0%, #fbfdff 10%, #ffffff 100%) 0% 0% no-repeat padding-box;
}

.main .inner-box:nth-of-type(5),
.main2 .inner-box:nth-of-type(5) {
	padding: 24px 0;
	border-color: #ff006c;
	box-shadow: 0 10px 15px #fdc5dd;
	background: transparent linear-gradient(180deg, #ffcce2 0%, #fbfdff 10%, #ffffff 100%) 0% 0% no-repeat padding-box;
} */




.m-title {
	width: 96%;
	padding: 5px 2%;
	/* border-bottom: 1px solid rgba(255, 255, 255, .12); */
	display: flex;
	color: #000;
	font-size: 18px;
	text-transform: capitalize;
	align-items: center;
}

.mt-left {
	width: 100%;
	line-height: 3;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid rgba(116, 116, 116, .26);
	position: relative;
}

.mt-left::after {
	content: " ";
	width: 110px;
	height: 4px;
	background-color: #000;
	position: absolute;
	top: 51px;
	left: 0;
	border-radius: 10px;
}

.m-title img {
	width: 40px;
	height: 48px;
	display: block;
	margin-right: 10px;
}

.mt_more {
	display: flex;
	align-items: center;
	color: #000;
	font-size: 16px;
	font-weight: 400;
}

.mt_more img {
	width: 20px;
	height: 20px;
}

.cont_game1,
.cont_game2,
.cont_game3,
.cont_game4,
.cont_game5,
.cont_game6 {
	width: 96%;
	padding: 3px 2%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.cl-box {
	width: 24%;
	display: block;
	height: auto;
	box-sizing: border-box;
	box-shadow: 0 4px 10px #a0b6ffad;
	border-radius: 5px;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}

.cont_game1 .cl-box2 {
	width: 15%;
	height: 185px;
	margin-bottom: 0;
}

.cl-box:hover img {
	transform: scale(1.09);
	transition: all linear 0.3s;
}

.cl-box:hover .ct-text {
	bottom: 0;
	/* transform: translateY(-10px); */
}

.cl-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 5px;
	object-fit: cover;
}

.ct-text {
	width: 96%;
	padding: 10px 2%;
	color: #fff;
	font-size: 16px;
	text-transform: capitalize;
	transition: all linear 0.3s;
	position: absolute;
	bottom: -50%;
	/* transform: translateY(10px); */
	background: #12121200 linear-gradient(360deg, #000000b5 50%, #0e0e0e00 100%) 0% 0% no-repeat padding-box;
	border-radius: 0 0 5px 5px;
}


.ct-text p {
	font-size: 16px;
	text-align: left;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;

}

.ct-text img {
	width: 15px;
	height: 15px;
	display: block;
}

.cont_game1 {
	flex-direction: column;
	height: 400px;
	flex-wrap: wrap;
	padding: 10px 0;
	overflow: hidden;
}


.cont_game1 .cl-box2:nth-of-type(1) {
	width: 34%;
	height: 100%;
}

.cont_game2 .cl-box2 {
	width: 16%;
	height: 197px;
	margin-bottom: 15px;
}

.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: 4px 4px 20px 0 rgb(10 148 228 / 50%);
	border-radius: 10px;
	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: fixed;
	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);
	}
}

.menu_type {
	width: 90%;
	position: absolute;
	bottom: -120px;
	left: 0;
	right: 0;
	margin: auto;
}

.type-box {
	width: 100%;
	height: auto;
	margin: 0px auto 20px;
	padding: 10px 0;
	display: flex;
	align-items: center;
	overflow-y: auto;

}

.type-boxs {
	width: 80%;
	padding: 15px;
	margin: 10px auto;
	box-shadow: 0 5px 20px #2e8bfa2f;
	border-radius: 10px;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	display: none;
}

.type-boxs .th-box {
	border: solid 1px #eaf3ff;
}

.type-box::-webkit-scrollbar {
	display: none;
}

.tb-box {
	width: 120px;
	height: auto;
	border-radius: 10px;
	padding: 15px 40px;
	box-shadow: 0 5px 20px #2e8bfa2f;
	background-color: #fff;
	margin: 0 15px 20px 0;
	transition: all linear 0.2s;
}

.th-menu {
	position: absolute;
	top: 10px;
	right: 230px;
}

.tb-box:hover {
	transform: scale(1.1);
	box-shadow: 0 2px 12px #2e8bfaba;
	background: #eaf3ff;
}

.tb-box:hover p {
	color: #0065ff;

}

.tb-box img {
	width: 40px;
	height: 40px;
	display: block;
	margin: auto;
}

.tb-box p {
	width: auto;
	line-height: 1.5;
	color: #000;
	text-align: center;
	font-size: 13px;
	text-transform: capitalize;
	white-space: nowrap;
}

.bottom_text {
	width: 86%;
	padding: 20px 2%;
	margin: 20px auto 70px;
	border-color: #e3e9ff;
	/* box-shadow: 0 10px 15px #d3d8eb; */
	border-radius: 8px;
	border-top: solid #e3e9ff 6px;
	background-color: #fff;
	/* background: transparent linear-gradient(180deg, #f8faff 0%, #ffffff 100%) 0% 0% no-repeat padding-box; */
}

.bottom_text h1 {
	font-size: 18px;
	line-height: 2;
}

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

.bottom_text p {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.5;
	color: #152236;
}

.bottom_text span {
	color: #0277ff;
}

.show_btn {
	display: none;
}

@media (max-width:690px) {
	.m-title {
		width: 95%;
	}

	.content-box {
		width: 90% !important;
		grid-template-columns: repeat(auto-fill, minmax(80px, 1fr)) !important;
		grid-auto-rows: minmax(80px, 80px) !important;
	}

	.menu_type {
		bottom: -70px;
	}

	.th-menu,
	.type-boxs {
		display: none !important;
	}

	/* 整个滚动条 */
	.type-box::-webkit-scrollbar {
		/* 对应纵向滚动条的宽度 */
		width: 10px;
		/* 对应横向滚动条的宽度 */
		height: 5px;
		display: none;
	}

	/* 滚动条上的滚动滑块 */
	.type-box::-webkit-scrollbar-thumb {
		background-color: gray;
		border-radius: 32px;
	}

	/* 滚动条轨道 */
	.type-box::-webkit-scrollbar-track {
		background-color: transparent;
		border-radius: 32px;
	}

	.tb-box {
		width: auto;
		height: auto;
		border-radius: 5px;
		padding: 13px 20px;
		box-shadow: 0 5px 20px #2e8bfa2f;
		background-color: #fff;
		margin-bottom: 0;
	}

	.tb-box img {
		width: 23px;
		height: 23px;
		display: block;
		margin: auto;
	}

	.tb-box p {
		width: auto;
		color: #000;
		text-align: center;
		font-size: 15px;
		text-transform: capitalize;
	}

	.main,
	.main2 {
		width: 96%;
		padding: 10px 2%;
	}

	.inner-box {
		width: 100%;
	}

	.main .inner-box,
	.main2 .inner-box {
		width: 96% !important;
		padding: 10px 2% !important;

	}


	.cont_game .cl-box {
		width: 29%;
		height: 140px;
		margin: 0 11px 20px 0;
		position: relative;
	}

	.cont_game,
	.cont_game1,
	.cont_game2,
	.cont_game3,
	.cont_game4 {
		width: 100%;
		margin: 20px auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 3px 0;
	}

	.cl-box {
		width: 30%;
		margin: 0 0 20px 0;
	}

	.lsit1 .cl-box img {
		width: 100%;
		height: 108px;
	}

	.cont_game1 {
		height: auto;
		flex-direction: row;
	}

	.cont_game1 .cl-box2:nth-of-type(1) {
		width: 100%;
		height: 230px;
	}


	.cont_game1 .cl-box2 {
		width: 48%;
		height: 135px;
		border-radius: 10px;
		margin-bottom: 20px;
	}

	.cont_game2 .cl-box2 {
		width: 31%;
		height: 110px;
	}

	.ct-text p {
		font-size: 13px;
	}

	.main .inner-box:nth-of-type(4),
	.main2 .inner-box:nth-of-type(4) {
		display: none;
	}

	.main .inner-box:nth-of-type(4) .cl-box2,
	.main2 .inner-box:nth-of-type(4) .cl-box2 {
		width: 30%;
	}

	.bottom_text {
		width: 90%;
		padding: 20px 2%;
		margin: 20px auto 30px;

	}

	.bt_content {
		height: 350px;
		overflow: hidden;
		transition: all linear 0.3s;
		transition: height .5s linear 0s;

	}

	.show_btn {
		display: block;
		margin: 20px auto;
		text-align: center;
		color: #00f;
		font-weight: 600;
		font-size: 16px;
	}
}