#course_personal_comment{
	height: 0.8rem;
	background-color: #fff;
}
#comment_wrap{
	height: 0.79rem;
	border-bottom: 0.01rem solid #e9e8e8;
}
.comment_header{
	width: 1.05rem;
	height: 100%;
	padding: 0 0.2rem;
	float: right;
	display: flex;
	justify-content: space-between;
}
.comment_header i,
.comment_header i img{
	display: block;
	width: 0.26rem;
	height: 0.25rem;
}
.comment_header i{
	margin-top: 0.26rem;
}
.comment_header span{
	font-size: 0.24rem;
	color: #595959;
	line-height: 0.8rem;
}
/*comment列表*/
#personal_comment_wrap{
	padding: 0 0.2rem 0.2rem;
	background-color: #fff;
}
/*comment提示*/
.comment_tip{
	font-size: 0.3rem;
	color: #ccc;
	text-align: center;
	margin-top: 3.9rem;
}