.course_tab li {
	width: 25%;
}

.course_comment_box {
	padding: 0 0.3rem 0 0.3rem;
	background: #fff;
}

.comment_conList li {
	width: 6.9rem;
	border-radius: 0.08rem;
	padding-top: 0.4rem;
}

.comment_conlist_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.conlist_top_left {
	display: flex;
	align-items: center;
}

.conlist_top_img {
	width: 0.64rem;
	height: 0.64rem;
	border-radius: 50%;
	margin-right: 0.15rem;
}

.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;
}

.top_right_one {
	display: flex;
	align-items: center;
}

.top_right_one img {
	width: 0.28rem;
	height: 0.28rem;
	margin-right: 0.1rem;
}

.top_right_one span {
	font-size: 0.24rem;
	font-weight: 500;
	color: #999999;
}

.comment_conlist_bottom {
	padding: 0.3rem 0 0.3rem 0;
	margin-left: 0.7rem;
	border-bottom: 0.01rem solid #DFDFDF;
}

.comment_conlist_bottom_text {
	font-size: 0.26rem;
	font-weight: 500;
	color: #333333;
	line-height: 0.4rem;
}

.comment_conList li:last-child .comment_conlist_bottom {
	border: none;
}

.yidzimg {
	/* display: none; */
}

.input_box {
	width: 7.5rem;
	height: 1.26rem;
	background: #F4F4F4;
	display: flex;
	align-items: center;
}

.input_text {
	width: 5.12rem;
	height: 0.64rem;
	background: #FFFFFF;
	border-radius: 0.08rem;
	margin-left: 0.3rem;
}

.input_text input {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	padding-left: 0.16rem;
	font-size: 0.24rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333;
	border-radius: 0.08rem;
}

.input_text input::-webkit-input-placeholder {
	font-size: 0.24rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #999999;
}

.input_btn {
	width: 1.48rem;
	height: 0.64rem;
	background: #F38139;
	border-radius: 0.08rem;
	font-size: 0.24rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 0.64rem;
	text-align: center;
	margin-left: 0.3rem;
}

.comment_moreData {
	display: flex;
	align-items: center;
	margin-top: 0.3rem;
}

.comment_moreData span {
	font-size: 0.22rem;
	font-weight: 500;
	color: #FF824C;
}

.comment_moreData img {
	width: 0.1rem;
	height: 0.2rem;
	margin-left: 0.1rem;
}

.container {
	padding-bottom: 1rem;
}

.Nodata {
	font-size: 0.24rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #999999;
	line-height: 1.2rem;
	text-align: center;
	display: none;
}

/* 弹框 */
.comment_dialog {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9999999;
	display: none;
}

.comment_dialog_content {
	width: 100%;
	height: 10.48rem;
	background: #FFFFFF;
	border-radius: 0.32rem 0.32rem 0px 0px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.comment_con_one {
	display: flex;
	justify-content: center;
	padding: 0.3rem 0 0.39rem 0;
}

.comment_con_one div {
	font-size: 0.36rem;
	font-weight: bold;
	color: #333333;
}

.comment_con_one img {
	width: 0.25rem;
	height: 0.26rem;
	position: absolute;
	right: 0.3rem;
	top: 0.36rem;
}

.comment_conlistBox_dialog {
	border-bottom: 0.08rem solid #F7F7F7;
	padding-bottom: 0.1rem;
}

.comment_conlistBox_dialog ul li {
	padding-top: 0 !important;
}

.commentDialog_content_title {
	font-size: 0.3rem;
	font-weight: 500;
	color: #333333;
	padding: 0.4rem 0 0.3rem 0.3rem;
}

.comment_ipt {
	display: flex;
	align-items: center;
	padding: 0.3rem;
	justify-content: space-between;
	border-top: 0.01rem solid #DFDFDF;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #fff;
}

.comment_ipt_text {
	width: 5.14rem;
	height: 0.66rem;
	background: #FFFFFF;
	border: 0.01rem solid #DFDFDF;
	border-radius: 0.08rem;
}

.comment_ipt_text input {
	width: 100%;
	height: 100%;
	background: transparent;
	border: 0.01rem solid #DFDFDF;
	border-radius: 0.08rem;
	border: none;
	outline: none;
	padding-left: 0.18rem;
	font-size: 0.24rem;
	font-weight: 500;
	color: #333;
}

.comment_ipt_text input::-webkit-input-placeholder {
	font-size: 0.24rem;
	font-weight: 500;
	color: #999999;
}

.comment_ipt_btn {
	width: 1.48rem;
	height: 0.64rem;
	background: #F38139;
	border-radius: 0.08rem;
	font-size: 0.24rem;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	line-height: 0.64rem;
	margin-left: 0.28rem;
}

/*去除移动端浏览器滚动条：*/
.comment_conList_dialog::-webkit-scrollbar {
	display: none
}

.commentsuccess {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	padding: 0.2rem 0.3rem;
	font-size: 0.3rem;
	z-index: 999999999;
	display: none;
	text-align: center;
	line-height: 0.4rem;
}
