body {
	background-color: #202231;
}
.pc .show-wrap {
	width: var(--w);
	margin: 0 auto;
}

.pc .show-wrap .page-title {
	text-align: left;
	font-size: 40px;
	margin: 30px 0 0;
	color: #BFBAFF;
}
.pc .show-wrap .content-wrap {
	margin-bottom: 30px;
}
.pc .show-wrap .show-list {
	margin-bottom: 60px;
}
.pc .show-wrap .show-list .show-item {
	text-align: left;
	font-size: 40px;
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px solid rgba(255,255,255,0.10);
}
.pc .show-wrap .show-list .show-item:last-child {
	border-bottom: none;
}
.pc .show-wrap .show-list .show-item .img {
	width: 200px;
	height: 200px;
	border-radius: 10px;
}
.pc .show-wrap .show-list .show-item .info-wrap {
	width: calc(100% - 220px);
}
.pc .show-wrap .show-list .show-item .info-wrap .title {
	font-size: 22px;
	font-weight: bold;
}
.pc .show-wrap .show-list .show-item .info-wrap .time {
	font-size: 16px;
	margin: 10px 0 10px;
	color: #999;
}
.pc .show-wrap .show-list .show-item .info-wrap .desc {
	font-size: 20px;
	color: #B6B7BD;
}
