.custom-span {
	width: 100%;
	height: 100px;
}

.bg-disabled {
	background-color: #f0f0f0;
}

.dim-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6); /* 半透明黑色背景 */
	z-index: 99999; /* 确保遮罩在最上层 */
	display: none; /* 默认隐藏遮罩 */
}

.loading-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 35px;
	font-weight: bold;
}

.light-green-color {
	background-color: #faffe5;
}

.notice-content-list img {
	max-width: 100%;
}

.read-more-content {
	max-height: 300px;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.read-more-toggle {
	color: blue;
	cursor: pointer;
	display: none;
}

.white-space-pre {
	white-space: pre;
}
