.err-question-title {
	display: flex;
	padding-left: 30px;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.err-question-title .correce-base-select {
	display: inline-block;
	width: max-content;
}


.correct_rate {
	margin-right: 0;
}

.treeButtonDiv {
	width: max-content !important;
}

#dateChoice {
	padding: 0 8px !important;
	height: 33px !important;
}

.error-recycle-bin {
	float: none;
	padding: 0;
	margin: 0;
}

.difficult-tag {
	width: 150px;
	height: 20px;
	display: block;
	position: absolute;
	right: 20px;
	top: 68px;
	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::before {
	content: '';
	display: block;
	position: absolute;
	top: 34px;
	left: 16px;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background-color: #30b382;
}


/* ! 对应难度的星星数 */
.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;
}