.content-min {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	padding: 12px;
	gap: 4px;
}

.content-min .h2 {
	font-size: 14px;
}

.content-min .swiper-many-container {
	width: 100%;
	min-height: 244px;
}

.content-min .swiper-one-container {
	width: 100%;
	min-height: 200px;
}

.content-min .swiper-one-container .swiper-pagination {
	bottom: 0px;
}

.content-min .swiper-one-container .swiper-pagination .swiper-pagination-bullet {
	background: #666a7f;
	opacity: 1;
}

.content-min .swiper-one-container .swiper-pagination .swiper-pagination-bullet-active {
	background: #f9faff;
	opacity: 1;
}

.content-min .swiper-heng-container {
	width: 100%;
	min-height: 300px;
}

.content-min .swiper-item1-container {
	width: 100%;
	min-height: 110px;
}

.content-min .top-many {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-template-rows: repeat(2, 120px);
	grid-gap: 4px;
}

.content-min .top-many .grid-item {
	width: 100%;
	height: 100%;
	cursor: pointer;
	border-radius: 8px;
	position: relative;
	border: 2px solid transparent;
}

.content-min .top-many .grid-item:hover {
	border-radius: 8px;
	border-width: 2px;
	border-style: solid;
	border-color: #6842ff;
	box-sizing: border-box;
	display: block;
	contain: layout;
	z-index: 10;
	transition: transform 0.1s cubic-bezier(0.5, 0, 0.1, 1) 0s;
	background-color: rgba(255, 255, 255, 0.07);
	background-clip: padding-box;
	cursor: pointer;
	box-shadow: black 0px 0px 7px 1px;
	overflow: visible;
	position: relative;
	margin-left: 0px;
	margin-top: 0px;
	width: 100%;
	height: 100%;
}

.content-min .top-many .grid-item:hover .text-m {
	display: flex;
}

.content-min .top-many .grid-item .text-m {
	width: 100%;
	height: 40px;
	left: 1px;
	position: absolute;
	bottom: 0px;
	display: flex;
	flex-direction: column;
	background: rgba(0, 0, 0, 0.2);
	display: none;
	backdrop-filter: blur(5px);
	align-items: center;
	justify-content: center;
}

.content-min .top-many .grid-item .text-m .name {
	font-size: 12px;
}

.content-min .top-many .grid-item .text-m .com {
	display: flex;
	align-items: center;
	gap: 2px;
}

.content-min .top-many .grid-item .text-m .com img {
	width: 12px;
	height: 12px;
}

.content-min .top-many .grid-item .text-m .com .text {
	font-size: 12px;
}




.content-min .top-many .grid-item img {
	border-radius: 8px;
	width: 100%;
	height: 100%;
}

.content-min .top-many .ip0,
.content-min .top-many .ip3 {
	grid-row: span 2;
	grid-column: span 2;
}

.content-min .top-one {
	width: 100%;
	height: 180px;
	cursor: pointer;
	border-radius: 20px;
	position: relative;
	border: 2px solid transparent;
}

.content-min .top-one .img {
	border-radius: 20px;
	width: 100%;
	height: 100%;
}

.content-min .top-one .bottom-info-min {
	border-radius: 0 0 20px 20px;
	background: rgba(12, 13, 20, 0.6);
	backdrop-filter: blur(10px);
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	gap: 15px;
	z-index: 1;
	padding: 0 12px;
}

.content-min .top-one .bottom-info-min .label-img {
	border-radius: 16px;
	width: 46px;
	height: 46px;
}

.content-min .top-one .bottom-info-min .text-m {
	display: flex;
	flex-direction: column;
}

.content-min .top-one .bottom-info-min .text-m .name {
	font-size: 16px;
	font-weight: bold;
}

.content-min .top-one .bottom-info-min .text-m .com {
	display: flex;
	align-items: center;
	gap: 5px;
}

.content-min .top-one .bottom-info-min .text-m .com img {
	width: 18px;
	height: 18px;
}

.content-min .swiper-wrapper-t-h1 {
	display: flex;
	gap: 4px;
}

.content-min .swiper-wrapper-t-h1 .top-heng1 {
	width: 250px;
	height: 100%;
	cursor: pointer;
	border-radius: 8px;
	position: relative;
	border: 2px solid transparent;
}

.content-min .swiper-wrapper-t-h1 .top-heng1:hover {
	border-radius: 8px;
	border-width: 2px;
	border-style: solid;
	border-color: #6842ff;
	box-sizing: border-box;
	display: block;
	contain: layout;
	z-index: 10;
	transition: transform 0.1s cubic-bezier(0.5, 0, 0.1, 1) 0s;
	background-color: rgba(255, 255, 255, 0.07);
	background-clip: padding-box;
	cursor: pointer;
	box-shadow: black 0px 0px 7px 1px;
	overflow: visible;
	position: relative;
	margin-left: 0px;
	margin-top: 0px;
	width: 250px;
	height: 100%;
}

/* .content-min .swiper-wrapper-t-h1 .top-heng1:hover .name {
	display: flex;
}

.content-min .swiper-wrapper-t-h1 .top-heng1 .name {
	height: 20px;
	width: 100%;
	color: #ffffff;
	position: absolute;
	bottom: 0px;
	left: 1px;
	z-index: 4;
	font-size: 12px;
	font-weight: 700;
	background: rgba(0, 0, 0, 0.2);
	display: none;
	backdrop-filter: blur(5px);
} */
.content-min .swiper-wrapper-t-h1 .top-heng1:hover .text-m {
	display: flex;
}

.content-min .swiper-wrapper-t-h1 .top-heng1 .text-m {
	width: 100%;
	height: 40px;
	left: 1px;
	position: absolute;
	bottom: 0px;
	display: flex;
	flex-direction: column;
	background: rgba(0, 0, 0, 0.2);
	display: none;
	backdrop-filter: blur(5px);
	align-items: center;
	justify-content: center;
}

.content-min .swiper-wrapper-t-h1 .top-heng1 .text-m .name {
	font-size: 12px;
}

.content-min .swiper-wrapper-t-h1 .top-heng1 .text-m .com {
	display: flex;
	align-items: center;
	gap: 2px;
}

.content-min .swiper-wrapper-t-h1 .top-heng1 .text-m .com img {
	width: 12px;
	height: 12px;
}

.content-min .swiper-wrapper-t-h1 .top-heng1 .text-m .com .text {
	font-size: 12px;
}

.content-min .swiper-wrapper-t-h1 .top-heng1 img {
	border-radius: 8px;
	width: 100%;
	height: 100%;
}

.content-min .heng-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto;
	grid-gap: 12px;
}

.content-min .heng-container .top-heng2 {
	width: 100%;
	height: 100%;
	cursor: pointer;
	border-radius: 8px;
	position: relative;
	border: 2px solid transparent;
}


.content-min .heng-container .top-heng2 .text-m {
	width: 100%;
	height: 40px;
	left: 0;
	position: absolute;
	bottom: 0px;
	display: flex;
	flex-direction: column;
	background: rgba(12, 13, 20, 0.6);
	backdrop-filter: blur(10px);
	align-items: center;
	justify-content: center;
}

.content-min .heng-container .top-heng2 .text-m .name {
	font-size: 12px;
}

.content-min .heng-container .top-heng2 .text-m .com {
	display: flex;
	align-items: center;
	gap: 2px;
}

.content-min .heng-container .top-heng2 .text-m .com img {
	width: 12px;
	height: 12px;
}

.content-min .heng-container .top-heng2 .text-m .com .text {
	font-size: 12px;
}

.content-min .heng-container .top-heng2 img {
	border-radius: 8px;
	width: 100%;
	height: 100%;
}

.content-min .heng-container .ip4,
.content-min .heng-container .ip9,
.content-min .heng-container .ip14,
.content-min .heng-container .ip19 {
	grid-row: span 2;
	grid-column: span 2;
}

.content-min .game-list-min {
	display: flex;
	flex-direction: column;
}

.content-min .game-list-min .title-m {
	display: flex;
	align-items: center;
	padding: 10px;
	gap: 20px;
}

.content-min .game-list-min .title-m .name {
	font-size: 14px;
}

.content-min .game-list-min .title-m .move {
	cursor: pointer;
	line-height: 1 !important;
	color: #a48eff;
	font-weight: 700;
}