@charset "utf-8";
/* AI Section Swiper Styles */

#ai-certify {
	position: relative;
	width: 100%;
	margin: 30px auto;
}

#ai-certify .swiper-container {
}

#ai-certify .swiper-slide {
	width: 400px; /* 从520px减小到400px */
	height: auto; /* 改为自适应高度 */
	min-height: 225px; /* 从300px减小到225px，保持16:9比例 */
	background: #fff;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	margin: 0 30px; /* 增加左右间距 */
}

#ai-certify .swiper-slide img {
	display: block;
	width: 100%;
	height: auto; /* 改为自适应高度 */
	min-height: 225px; /* 从300px减小到225px，保持16:9比例 */
	object-fit: cover;
}

#ai-certify .swiper-slide p {
	line-height: 20px; /* 从24px减小到20px */
	padding: 15px; /* 从20px减小到15px */
	text-align: left;
	width: 100%;
	font-weight: 500;
	font-size: 14px; /* 从16px减小到14px */
	color: #FFFFFF;
	font-style: normal;
	margin: 0;
	background-color: rgb(0,0,0,0.5);
	position: absolute;
	bottom: 0;
}

#ai-certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#ai-certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#ai-certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #315DF7;
	background-color: #fff;
}

#ai-certify .swiper-button-prev {
	left: -50px; /* 从-30px调整到-50px，增加距离 */
	width: 45px;
	height: 45px;
	background: url(../../images/ai-features/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}
#ai-certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#ai-certify .swiper-button-next {
	right: -50px; /* 从-30px调整到-50px，增加距离 */
	width: 45px;
	height: 45px;
	background: url(../../images/ai-features/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#ai-certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}
