/* 新增活动 */
.unsteady {
	width: 100%;
	border-top: 0.08rem solid #F2F2F7;
	border-bottom: 0.08rem solid #F2F2F7;
	background: #fff;
	padding: 0.42rem 0.3rem 0.32rem 0.3rem;
	display: flex;
}

.unsteady_title {
	font-size: 0.26rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: #333333;
	padding-top: 0.04rem;
}

.unsteadyCon_left {
	width: 0.94rem;
	background: #FFEBE1;
	border-radius: 0.08rem;
	text-align: center;
	font-size: 0.24rem;
	padding: 0.05rem 0;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FC8B5B;
	margin-left: 0.22rem;
	display: inline-block;
}

.unsteadyCon_center {
	font-size: 0.24rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333333;
	padding-left: 0.15rem;
	padding-top: 0.04rem;
}

.unsteadyCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0.22rem;
}

.unsteadyCon_right img {
	width: 0.11rem;
	height: 0.22rem;
	margin-top: 0.02rem;
}

.unsteady_content {
	width: 100%;
}



/* 新增评论 */
.course_comment_box {
	padding: 0 0.3rem 0.3rem 0.3rem;
	background: #fff;
}

.comment_content_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* border-top: 0.01rem solid #DFDFDF; */
	padding: 0.3rem 0;
}

.comment_content_title p {
	font-size: 0.32rem;
	font-weight: bold;
	color: #333333;
}

.comment_content_title img {
	width: 4%;
}

.comment_conList li {
	width: 6.9rem;
	background: #F4F4F4;
	border-radius: 0.08rem;
}

.comment_conlist_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.24rem;
}

.conlist_top_left {
	display: flex;
	align-items: center;
}

.conlist_top_img {
	width: 0.64rem;
	height: 0.64rem;
	border-radius: 50%;
	margin-right: 0.12rem;
}

.conlist_top_right_title {
	font-size: 0.26rem;
	font-weight: bold;
	color: #030303;
}

.conlist_top_right_xueduan {
	font-size: 0.22rem;
	font-weight: 500;
	color: #999999;
	padding-top: 0.16rem;
}

.conlist_top_right {
	font-size: 0.22rem;
	font-weight: 500;
	color: #999999;
}

.comment_conlist_bottom {
	font-size: 0.26rem;
	font-weight: 500;
	color: #333333;
	line-height: 0.4rem;
	padding: 0.06rem 0.24rem 0.4rem;
}

.Nodata {
	width: 6.9rem;
	height: 1.2rem;
	background: #F4F4F4;
	border-radius: 0.08rem;
	font-size: 0.24rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #999999;
	line-height: 1.2rem;
	text-align: center;
	display: none;
}
