.m1 .menu img {
	width: 30px;

}

.m1 .search img {
	display: none;
}

.m-left {
	display: flex;
	align-items: center;
	justify-content: center;
}

.game-title {
	display: block;
	width: 100%;
	opacity: 1;
	visibility: visible;
	font-size: 14px;
	margin-top: 5px;
	line-height: 1.5;
	background-color: transparent;
}

#main-container {
	width: 90%;
}

.bannerBox {
	width: 90% !important;
}


.m1-Con {
	max-width: 1200px;
	justify-content: space-between;
	align-items: center;
	height: 65px;
	background: #1a1a1a;
	font-family: baloo thambi, Arial, Helvetica, sans-serif;
	display: flex;
	width: 100%;
	top: 0;
	z-index: 99999;
	position: -webkit-sticky;
	position: sticky;
	/* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .19); */
}

.bannerBox {
	width: 100%;
	height: auto;
	/* background: url(../image/pattern-module-small-op20.png) repeat center #000; */
}

.listTitle {
	width: 100%;
	display: flex;
	/* border: 1px solid #000; */
	align-items: center;
	margin-bottom: 20px;
	padding-left: 10px;
	/* margin: 30px 0; */
}

.listTitle img {
	width: 30px;
	height: auto;
}

.listTitle span {
	color: #89949b;
	font-size: 14px;
	font-weight: normal;
	font-weight: 700;
	letter-spacing: .2px;
	line-height: 22px;
	margin: 0 0 0 6px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
}

.bannerBox .topBigLi {
	border: none;
}


.bannerBox .bottomSmallLi {
	border: none;
}


.bannerBox .topBigLi p {
	display: none;
}


.bannerBox .bottomSmallLi p {
	display: none;
}

.bannerBox .topBigLi img {
	width: 100%;
	height: 100%;
}


.bannerBox .bottomSmallLi img {
	width: 100%;
	height: 100%;
}

.bannerBox .listBox {
	padding: 30px 0;
}

.listBox {
	width: 1100px;
	height: auto;
	margin: auto;
	/* border: 1px solid; */
}

.topBigBox {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.listBox {
	padding: 30px 0 0;
	/* margin-top: 30px; */
}

.topBigLi {
	width: calc((100% - 30px)/4);
	height: 220px;
	border-radius: 8px;
	overflow: hidden;
	/* box-shadow: 4px 4px 0 0; */
	background-color: #fff;
	border: 1px solid #b9babb;
}

.topBigLi img {
	width: 100%;
	height: calc((100% - 35px));
}

.topBigLi p {
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

.bottomSmallBox {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.bottomSmallLi {
	width: calc((100% - 70px)/8);
	height: 130px;
	margin-top: 10px;
	border-radius: 8px;
	overflow: hidden;
	/* box-shadow: 4px 4px 0 0; */
	background-color: #fff;
	border: 1px solid #b9babb;
}

.bottomSmallLi img {
	width: 100%;
	height: calc((100% - 35px));
}

.bottomSmallLi p {
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	padding: 0 10px;
}

.m1-Con {
	max-width: 1200px;
	margin: auto;
	justify-content: space-between;
	align-items: center;
	height: 20px;
	/* background: #2f3237; */
	font-family: baloo thambi, Arial, Helvetica, sans-serif;
	display: flex;
	width: 100%;
	top: 0;
	z-index: 99999;
	position: -webkit-sticky;
	position: sticky;
	/* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .19); */
}

.search-box input {
	height: 40px;
}

.search-container {
	width: 350px;
}

.sidebar {
	padding-top: 0;
	/* margin-top: 80px; */
	background-color: #262626;
	border-radius: 15px;
	width: 60px;
	padding-top: 20px;
	height: 80vh;
	overflow-y: scroll;
	border-right: none;
}

.sidebar::-webkit-scrollbar {
	width: 10px;
	display: none;
}

.list-games {
	width: 100%;
}


.list-games li {
	width: 80%;
	background-color: #333333;
	margin: 0 auto 15px;
	border-radius: 10px;
}

@media screen and (max-width: 768px) {
	.grd {
		padding: 0px;
	}

	:root {
		--gcolw: 22%;
		--gcolh: auto;
		--ggap: 16px;
		--gcolgap: 10px;
		--growgap: 22px;
	}

	.sidebar {
		left: -100%;
		width: 100%;
		transition: all 0.5s;
		z-index: 10000;
	}

	.game-title {
		display: -webkit-box;
		/* 使用 flexbox 布局 */
		-webkit-box-orient: vertical;
		/* 垂直排列 */
		-webkit-line-clamp: 2;
		/* 限制为两行 */
		overflow: hidden;
		/* 隐藏溢出部分 */
		text-overflow: ellipsis;
		/* 添加省略号 */
		width: 100%;
		padding: 0;
	}

	.span2 img {
		height: 85px;
	}

	.content-image {
		width: 100%;
	}

	.content-wrapper {
		flex-wrap: wrap;
	}

	#main-container {
		margin-left: 0;
	}

	.c_dis {
		height: auto;
		margin: 0;
		padding: 0;
	}

	.c_title {
		width: 30%;
	}

	.series_carousel_wrapper {
		padding-left: 0;
	}

	.m-right {
		display: none;
	}

	.m1 .menu img,
	.m1 .search img {
		display: block;
		width: 30px;
		height: 20px;
		object-fit: contain;
	}
	.m1 .logo img{
		height: 20px;
		object-fit: contain;
	}
	.search-container {
		position: absolute;
		display: none;
		top: 20px;
		width: 100%;
		height: 100vh;
		background: #fff;
		padding-top: 50px;
		padding-left: 10px;
	}

	.m-left {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 10px;
	}

	.text-container {
		max-height: fit-content;
	}

	.listBox {
		width: 100%;
	}

	.topBigBox {
		flex-wrap: wrap;
	}

	.topBigLi {
		width: calc((100% - 10px)/2);
		margin-bottom: 10px;
	}

	.bannerBox {
		padding: 0 10px;
	}

	.bottomSmallBox {
		flex-wrap: wrap;
	}

	.bottomSmallLi {
		width: calc((100% - 20px)/3);
	}

	.listBox {
		padding: 20px 10px 0;
	}

	.sidebar {
		height: 100vh;
		/* margin-top: 65px; */
		border-radius: 0;
	}

	.bannerBox {
		width: 100% !important;
	}

	#main-container {
		width: 100%;
	}
}