.first-forum-content[data-v-4788f176] {
	min-height:calc(100vh - 565px);
	padding-bottom:30px
}
.first-forum-content .desc[data-v-4788f176] {
	color:#666;
	font-size:16px;
	text-indent:32px;
	line-height:25px
}
.first-forum-content .live[data-v-4788f176] {
	width:1000px;
	margin:0 auto
}
.first-forum-content .live .video[data-v-4788f176] {
	margin:20px auto;
	width:1000px;
	height:564px;
	border-radius:5px;
	background:#342db0;
	-webkit-box-shadow:0 0 20px rgba(28, 36, 52, .5);
	box-shadow:0 0 20px rgba(28, 36, 52, .5)
}
.first-forum-content .guests-wrap[data-v-4788f176] {
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.first-forum-content .guests-wrap .guest[data-v-4788f176] {
	margin:8px;
	height:285px;
	width:200px;
	border:1px solid #ddd;
	border-radius:3px
}
.first-forum-content .guests-wrap .guest .img[data-v-4788f176] {
	height:230px;
	overflow:hidden;
	position:relative;
	border-bottom:1px solid #ddd
}
.first-forum-content .guests-wrap .guest .img img[data-v-4788f176] {
	max-height:230px;
	border-top-left-radius:3px;
	border-top-right-radius:3px
}
.first-forum-content .guests-wrap .guest .img .name[data-v-4788f176] {
	position:absolute;
	left:0;
	right:0;
	bottom:-115px;
	height:115px;
	background:rgba(0, 0, 0, .4);
-webkit-transition:all .5s ease-out;
transition:all .5s ease-out;
	padding:10px;
	color:#fff;
	text-align:left;
	font-weight:700
}
.first-forum-content .guests-wrap .guest .img .name p[data-v-4788f176] {
	font-size:14px
}
.first-forum-content .guests-wrap .guest h3[data-v-4788f176] {
	font-size:16px;
	color:#333;
	margin-top:10px;
	line-height:30px
}
.first-forum-content .guests-wrap .guest:hover .name[data-v-4788f176] {
	bottom:0
}
