/*course_personal_comment*/
#course_personal_comment{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
#comment_wrap{
	overflow: hidden;
	height: 0.79rem;
	background-color: #fff;
	border-bottom: 0.01rem solid #e9e8e8;
}
.comment_volumn{
	float: left;
	font-size: 0.2rem;
	color: #595959;
	padding: 0 0.2rem;
	height: 100%;
	line-height: 0.8rem;
}
.comment_volumn span{
	font-size: 0.24rem;
}
.comment_header{
	float: right;
	height: 100%;
	padding-right: 0.2rem;
}
.comment_header a{
	display: flex;
	justify-content: space-between;
}
.comment_header i{
	margin-top: 0.26rem;
}
.comment_header i,.comment_header i img{
	display: block;
	width: 0.27rem;
	height: 0.25rem;
}
.comment_header span{
	display: block;
	font-size: 0.24rem;
	color: #bd0002;
	line-height: 0.8rem;
	margin-left: 0.05rem;
}
.personal_comment{
	position: fixed;
	top: 0.8rem;
	left: 0;
	height: calc(100% - 0.8rem);
	overflow-y: auto;
}
.comment_none{
	font-size: 0.4rem;
	font-weight: bold;
	text-align: center;
	color: #ccc;
	margin-top: 3rem;
}