.list-box {
	background-color: #43444a;
	padding: 15px 5px;
	border-radius: 10px;
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 0.666%;
}
.xs-box {
		padding: 15px 5px;
		border-radius: 10px;
	}

	.xs-item {
		padding: 15px 10px;
		display: flex;
		justify-content: space-between;
	}

	.xs-item:nth-child(odd) {
		background-color: #d8d8d8;
		/* 单数项的背景色 */
	}

	.xs-item:nth-child(even) {
		background-color: #eaeaea;
		/* 双数项的背景色 */
	}
.fenlei-box {
	background-color: #43444a;
	padding: 15px 5px;
	border-radius: 10px;
	margin-top: 10px;
	gap: 0.666%;
}

.art-box {
	border-radius: 10px;
	margin-top: 10px;
	overflow: hidden;
}

.art-item {
	display: flex;
	justify-content: space-between;
	padding: 10px;
}

.art-item:nth-child(odd) {
	background-color: #d8d8d8;
	/* 单数行，背景色为红色 */
}

.art-item:nth-child(even) {
	background-color: #eaeaea;
	/* 双数行，背景色为白色 */
}

.list-box-title {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
}

.vodlist-item {
	width: 24.5%;
}

.vodlistitem-img {
	width: 100%;
	height: 140px;
	margin: auto;
	position: relative;
	overflow: hidden;
}

.qx:hover {
	color: inherit;
	/* 禁止鼠标悬停时改变颜色 */
	text-decoration: none;
	/* 禁止鼠标悬停时改变下划线 */
}

.vodlistitem-img .new {
	content: attr(superscript-title);
	position: absolute;
	top: 5px;
	left: -25px;
	width: 90px;
	height: 25px;
	font-size: 12px;
	line-height: 2;
	font-family: 'Microsoft YaHei';
	text-align: center;
	color: white;
	background: linear-gradient(90deg, orange 0%, orangered 100%);
	transform: rotate(-45deg);
}

.vodlistitem-img img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
}

.vodlistitem-img .time {
	position: absolute;
	right: 5px;
	bottom: 5px;
	background-color: #43444a;
	z-index: 9999;
	padding: 4px 6px;
	color: #fff;
	font-size: 12px;
	border-radius: 5px;
	line-height: normal;
}

.listitem-info {
	color: #fff;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏超出部分 */
	text-overflow: ellipsis;
	/* 显示省略号 */
	padding: 10px 5px;
	font-size: 16px;
}

.list-box-right {
	display: flex;
	background: #43444a;
	border-radius: 30px;
	padding: 8px 10px;
	gap: 10px;
}

.tab-button {
	width: 76px;
	height: 30px;
	line-height: 30px;
	border-radius: 34px;
	display: flex;
	justify-content: center;
	cursor: pointer;
	transition: all 120ms ease-in 0s;
	background: none;
}

/* 样式: 隐藏所有内容面板 */
.tab-content {
	display: none;
}

/* 样式: 当前活动的标签 */
.active-tab {
	background: #2d2f3c;
	color: #cd5c4e;
}

/* 样式: 选中的内容面板 */
.active-content {
	display: block;
}

.flex-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.666%;
}

#foot {
	margin-top: 20px;
	background-color: rgba(9, 11, 24, 1);
	color: #fff;
	padding: 20px 10px;
	text-align: center;
}
.gp20 {
		gap: 10px;
		padding: 10px 10px;
	}

	.detail-left {
		width: 350px;
		height: 235px;
	}

	.detail-left img {
		width: 100%;
		height: 100%;
		border-radius: 10px;
		box-shadow: 1px 1px 3px #eaeaea;
	}

	.detail-right {
		flex: 1;
		height: 235px;
		color: #fff;
		position: relative;
	}

	.detail-title {
		font-size: 18px;
	}

	.detail-class {
		margin-top: 10px;
		width: max-content;
		padding: 6px 12px;
		border-radius: 8px;
		background: rgba(255, 255, 255, 0.08);
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		margin-right: 4px;
		color: rgba(255, 255, 255, 0.6);
	}

	.bottom {
		position: absolute;
		bottom: 0;
		left: 0;
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.bottom-item {
		padding: 5px 10px;
		margin-bottom: 8px;
		padding: 12px;
		text-align: center;
		border-radius: 8px;
	}

	.play-btn {
		background-color: #cd5c4e;
		box-shadow: 4px 3px 4px #cd0c30;

	}

	.play-btn a {
		color: #fff;
	}

@media (max-width: 767px) {
	.vodlist-item {
		width: 49%;
	}

	.list-box {
		gap: 2%;
	}

	.wap-none {
		display: none;
	}

	.wap-style {
		margin: auto;
	}

	.flex-list {
		gap: 2%;
	}
	.detail-title{
		margin-top: 10px;
	}
	.detail-right {
		height: 135px;
	}
}