.pagination {
	display: flex;
	align-items: center;
	gap: 6px;
	list-style: none;
	margin-bottom: 15px;
}

.pagination a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border: 1px solid #ddd;
	border-radius: 4px;
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
	background-color: rgba(0, 0, 0, 0.2);
}

.pagination a.active {
	background: #3b82f6;
	color: white;
	border-color: #3b82f6;
}

.pagination a.disabled {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
	color: white;
}

.page-info {
	color: #666;
	font-size: 14px;
	color: white;
}




.prev,
.next,
#pageNumbers a {
	user-select: none;
	-webkit-user-select: none;
	/* 兼容 Safari/Chrome */
	-moz-user-select: none;
	/* 兼容 Firefox */
	-ms-user-select: none;
	/* 兼容 IE/Edge */
	cursor: pointer;
}

.prev.disabled,
.next.disabled {
	cursor: not-allowed;
	color: #999;
	pointer-events: none;
}

#goto,
#gotobutton,
#gotoentry,
#gotoentrybutton,
#randbutton {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	outline: none;
	width: 40px;
	margin-top: 5px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	text-align: center;
	padding: 2px;
	cursor: pointer;
}

#goto,
#gotobutton,
#gotoentry,
#gotoentrybutton,
#randbutton {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	outline: none;
	width: 40px;
	margin-top: 5px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	text-align: center;
	padding: 2px;
	cursor: pointer;
}