.search-form {
	max-width: 900px;
	margin: 50px auto;

	display: flex;
	flex-direction: column;
}

.search-input-container {
	background-color: #ffffff;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	padding: 20px;
	/* 保持原有padding，以包裹输入框 */
	margin-bottom: 45px;
	/* 新增：在输入框容器和按钮组之间增加间距 */
	background: rgba(255, 255, 255, 0.3);
	/* 毛玻璃效果 */
	backdrop-filter: blur(1px);
	/* 毛玻璃效果 */
}

.search-input {
	/* 输入框周围的白框，保证输入框大小与容器相匹配，减去边框和内外边距的影响 */

	width: 100%;
	width: calc(100% - 4px);
	/* 减去边框宽度，确保完全被包裹 */
	padding: 12px 16px;
	/* 保持原有内边距 */
	min-height: 40px;
	/* 设置最小高度，保证初始单行显示 */
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	outline: none;
	font-size: 16px;
	line-height: 1.5;
	background-color: #f8f8f8;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	resize: vertical;
	overflow-wrap: break-word;
	height: calc(100% - 30px);
	/* 假设上下padding为16px，所以减去32px */
	width: calc(100% - 3px);
	/* 调整输入框和白色外边框之间的距离的地方！ 调整宽度，以适应边框宽度，假设边框宽度为2px*2=4px */
	background: rgba(255, 255, 255, 0.3);
	/* 毛玻璃效果 */
	backdrop-filter: blur(6px);
	/* 毛玻璃效果 */
}

.button-group {
	display: flex;
	justify-content: space-between;
	/* 按钮之间平均分布 */
	gap: 30px;
	/* 设置按钮之间的水平间距 */


}

.search-button,
.feature-button {
	margin-bottom: 20px;
	/* 设置按钮组垂直间距 */
	padding: 15px 40px;
	/* 每个单独按钮背景长短 */
	border: none;
	font-size: 23px;
	/* 按钮字体大小 */
	border-radius: 18px;
	/* 每个按钮的弧度 */
	font-weight: bold;
	cursor: pointer;
	transition: all 0.3s ease;
	width: calc(33.33% - 18px);
	margin: -1 4px;

}

.search-button {
	background-color: #007bff;
	color: #ffffff;
}

.feature-button {
	background-color: #e5e5e5;
	color: #ffffff;
	margin-top: 0;
}

.ai-button {
	background-color: #22ff00;
	/* AI检索使用微信绿 */
}

.aizhandian-button {
	background-color: #42ff91;

}

.wangpan-button {
	background-color: #1fce00;
}

.wendajiansuo-button {
	background-color: #03e9f4;
}

.qiuzhi-button {
	background-color: #b10000;
}

.jianli-button {
	background-color: #ff0000;
}

.pptmub-button {
	background-color: #ff6b6b;
}



.search-button:hover,
.feature-button:hover {
	opacity: 0.8;
	outline: none;
	/* 移除按钮聚焦时的外边框 */
}

.video-search-button {
	background-color: #FFA500;
	/* 更改视频检索按钮颜色为橙色 */

}

.zixun-button {
	background-color: #a202ff;
}

.ziyuanbiao-button {
	background-color: #b5ff95;
}

.zyk-button {
	background-color: #ffa880;
}

.wenku-button {
	background-color: #be6eff;
}

.siweidaotu-button {
	background-color: #ffaaff;
}

.resou-button {
	background-color: #a202ff;
}

.xiaoshuozy-button {
	background-color: #ff00fb;
}

.xiangmu-button {
	background-color: #ffea00;
}


.faguangblue-button:hover {
	background: #03e9f4;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
}


.faguanghuang-button:hover {
	background: #ffea00;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px #ffea00, 0 0 25px #ffea00, 0 0 50px #ffea00, 0 0 100px #ffea00;
}


.faguanglv-button:hover {
	background: #22ff00;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px #22ff00, 0 0 25px #22ff00, 0 0 50px #22ff00, 0 0 100px #22ff00;
}

.faguangshenglan-button:hover {
	background: #007bff;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px #007bff, 0 0 25px #007bff, 0 0 50px #007bff, 0 0 100px #007bff;
}

.faguanglanzi-button:hover {
	background: #be6eff;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px #be6eff, 0 0 25px #be6eff, 0 0 50px #be6eff, 0 0 100px #be6eff;
}

.faguangdanlv-button:hover {
	background: #b5ff95;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px #b5ff95, 0 0 25px #b5ff95, 0 0 50px #b5ff95, 0 0 100px #b5ff95;
}

.faguanglanlv-button:hover {
	background: #42ff91;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px #42ff91, 0 0 25px #42ff91, 0 0 50px #42ff91, 0 0 100px #42ff91;
}

.faguanghongse-button:hover {
	background: #ff0000;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px #ff0000, 0 0 25px #ff0000, 0 0 50px #ff0000, 0 0 100px #ff0000;
}


.faguangdanhon-button:hover {
	background: #ff6b6b;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px #ff6b6b, 0 0 25px #ff6b6b, 0 0 50px #ff6b6b, 0 0 100px #ff6b6b;
}


.faguangfenhon-button:hover {
	background: #ff00fb;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px #ff00fb, 0 0 25px #ff00fb, 0 0 50px #ff00fb, 0 0 100px #ff00fb;
}

.faguangzongse-button:hover {
	background: #b10000;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px #b10000, 0 0 25px #b10000, 0 0 50px #b10000, 0 0 100px #b10000;
}


.faguangshenlv-button:hover {
	background: #1fce00;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px #1fce00, 0 0 25px #1fce00, 0 0 50px #1fce00, 0 0 100px #1fce00;
}

.faguangshenzise-button:hover {
	background: #a202ff;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px #a202ff, 0 0 25px #a202ff, 0 0 50px #a202ff, 0 0 100px #a202ff;
}

.faguangdanzise-button:hover {
	background: #ffaaff;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px #ffaaff, 0 0 25px #ffaaff, 0 0 50px #ffaaff, 0 0 100px #ffaaff;
}


.faguangzise-button:hover {
	background: #ff00ff;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px #ff00ff, 0 0 25px #ff00ff, 0 0 50px #ff00ff, 0 0 100px #ff00ff;
}


.faguangdancheng-button:hover {
	background: #ffa880;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px #ffa880, 0 0 25px #ffa880, 0 0 50px #ffa880, 0 0 100px #ffa880;
}
