body {
	background-color: #f0f0f0;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	font-family: Arial, sans-serif;
}

.container {
	text-align: center;
	width: 90%;
	margin: 0 auto;
}

input {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 20px;
}

label {
	display: inline-block; /* 使标签元素以行内块元素显示 */
	text-align: left; /* 设置文本左对齐，虽然默认情况下就是左对齐，但这里显式设置以确保一致性 */
}

button {
	background-color: #4CAF50;
	border: none;
	padding: 10px 20px;
	margin: 10px;
	cursor: pointer;
}

a {
	color: #fff;
	text-decoration: underline;
}

.search-button {
	background-color: rgb(25, 151, 253); /* 设置按钮的背景颜色 */
	color: white; /* 设置按钮上文字的颜色 */
	border: none; /* 移除按钮的边框 */
	padding: 10px 20px; /* 设置按钮的内边距 */
	text-align: center; /* 设置按钮内文字的对齐方式 */
	text-decoration: none; /* 移除下划线（如果按钮是链接的话） */
	display: inline-block; /* 使按钮成为内联块级元素 */
	font-size: 20px; /* 设置按钮内文字的字体大小 */
	border-radius: 0px; /* 设置按钮的圆角 */
	cursor: pointer; /* 设置鼠标悬停时的光标样式 */
}
.colored-button {
	background-color: rgb(0, 150, 62); /* 设置按钮的背景颜色 */
	color: white; /* 设置按钮上文字的颜色 */
	border: none; /* 移除按钮的边框 */
	padding: 10px 20px; /* 设置按钮的内边距 */
	text-align: center; /* 设置按钮内文字的对齐方式 */
	text-decoration: none; /* 移除下划线（如果按钮是链接的话） */
	display: inline-block; /* 使按钮成为内联块级元素 */
	font-size: 20px; /* 设置按钮内文字的字体大小 */
	border-radius: 0px; /* 设置按钮的圆角 */
	cursor: pointer; /* 设置鼠标悬停时的光标样式 */
}
.colorx-button {
	background-color: rgb(25, 151, 253); /* 设置按钮的背景颜色 */
	color: white; /* 设置按钮上文字的颜色 */
	border: none; /* 移除按钮的边框 */
	padding: 10px 20px; /* 设置按钮的内边距 */
	text-align: center; /* 设置按钮内文字的对齐方式 */
	text-decoration: none; /* 移除下划线（如果按钮是链接的话） */
	display: inline-block; /* 使按钮成为内联块级元素 */
	font-size: 20px; /* 设置按钮内文字的字体大小 */
	border-radius: 0px; /* 设置按钮的圆角 */
	cursor: pointer; /* 设置鼠标悬停时的光标样式 */
}