.student-jl-utils {
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	padding: 0 20px;
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 20px;
}

.date-select-box .date-select {
	padding: 0 6px;
}

.err-question-title {
	padding-left: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.err-question-title .correce-base-select {
	display: inline-block;
	width: max-content;
}

#treeButtonDiv {
	margin-right: 0;
}

.correct_rate {
	margin-right: 0;
}

.errorQuestionsHSZ {
	float: none;
	padding: 0;
	margin: 0;
}

select {
	padding: 0 8px !important;
	/* height: 32px !important; */
}

.difficult-tag {
	/* box-sizing: border-box; */
	width: 150px;
	height: 20px;
	display: block;
	position: absolute;
	right: 20px;
	top: 68px;
	/* padding: 16px 20px 0px; */
	text-align: right;
	line-height: 20px;
	color: #666;
	font-weight: bold;
	overflow: hidden;
}

.difficult-tag::before {
	content: '\96BE\5EA6\003A';
	position: absolute;
	left: 0px;
	top: 2px;
}

/* .difficult-point {
	background-color: rgba(217, 217, 217, 0.15);
} */

/* ! 对应难度的星星数 */
.start_count_0 {
	background: url(/Images/starOn1.png) no-repeat 45px -96px;
}

.start_count_1 {
	background: url(/Images/starOn1.png) no-repeat 45px -1px;
}

.start_count_2 {
	background: url(/Images/starOn1.png) no-repeat 45px -19px;
}

.start_count_3 {
	background: url(/Images/starOn1.png) no-repeat 45px -38px;
}

.start_count_4 {
	background: url(/Images/starOn1.png) no-repeat 45px -56px;
}

.start_count_5 {
	background: url(/Images/starOn1.png) no-repeat 45px -75px;
}