.ys-web-play__main {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 350px;
	gap: 20px;
	margin-top: 16px;
	position: relative;
	align-items: start;
	margin-bottom: 15px;
}

.ys-web-play__left {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	min-width: 0;
}

.MacPlayer {
	height: 465px;
	border-radius: 12px;
	overflow: hidden;
}

.ys-web-play__actions {
	display: flex;
	gap: 10px;
}

.ys-web-play__actions .more-btn {
	flex: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 45px;
	padding: 10px 0;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, .1);
	background: rgba(255, 255, 255, .07);
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	text-decoration: none;
}

.ys-web-play__actions .more-btn.none {
	opacity: .6;
	pointer-events: none;
}

.ys-web-play__side {
	width: 380px;
	height: 100%;
	display: flex;
	flex-direction: column;
	min-height: 0;
	overflow: hidden;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, .07);
	background: #161616;
	padding: 20px;
}

.ys-web-play__side-head h2 {
	font-size: 22px;
	color: #fff;
	font-family: YesheHeiTi;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ys-web-play__side-head p {
	font-size: 14px;
	line-height: 25px;
	color: rgba(255, 255, 255, .6);
}

.ys-web-play__side-head p span {
	color: #ff3444;
}

.ys-web-detail__ep-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ys-web-play__side-head {
	border-bottom: 1px solid rgba(255, 255, 255, .07);
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.ys-web-detail__cate {
	margin-top: 10px;
	margin-bottom: 5px;
}


.play-box-main,
#dplayer {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center
}

#dplayer {
	height: 100%;
	background-color: #000
}

.play-box-main .banner {
	position: absolute;
	left: 0;
	right: 0;
	width: 200px;
	height: 120px;
	margin: 0 auto 5%;
	z-index: 10;
	cursor: pointer
}

.play-box-main .banner img {
	width: 100%;
	height: 100%
}

.m-player .mplayer-footer {
	z-index: 11 !important;
}

.player-btn .icons {
	font-size: 23px;
}

@media screen and (max-width:750px) {
	.play-box-main .banner {
		width: 220px;
		height: 130px
	}

	.ys-web-play__main {
		flex-direction: column;
		flex-wrap: wrap;
		gap: 10px;
		display: flex;
	}

	.MacPlayer {
		height: 250px;
	}

	.ys-web-play__left,
	.ys-web-play__actions {
		gap: 5px;
	}

	.ys-web-play__actions .more-btn {
		height: 35px;
		font-size: 12px;
		gap: 5px;
	}

	.ys-web-play__side-head {
		margin-bottom: 10px;
		padding-bottom: 5px;
	}

	.ys-web-play__side {
		width: 100%;
		padding: 15px;
	}

	.ys-web-play__side-head h2 {
		font-size: 20px;
	}

	.ys-web-detail__cate {
		margin-top: 5px;
	}
}