.swiper-container-product1 {
	overflow-x: hidden;
	width: 509px;
    margin: 0 auto;
	background: translate;
	margin-left: 34px;
}
.swiper-container-product1 .swiper-pagination {
	bottom: -50px;
}
.swiper-container-product1 .swiper-pagination-bullet, .swiper-container-product1 .swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
	background: #1F2329;
	opacity: 0.5;
}
.swiper-container-product1 .swiper-pagination-bullet-active {
	opacity: 1;
}
.swiper-container-product1 .swiper-slide {
	opacity: 0 !important;
}
.swiper-container-product1 .swiper-slide-active{
    opacity: 1 !important;
}
.ai-advantage-list .product-item-box {
	justify-content: space-around;
}
.ai-advantage-list {
	height: 360px;
}
.ai-advantage-list .ai-advantage-item {
	width: 325px;
	max-width: 325px;
	border: none;
}

.ai-advantage-list .ai-advantage-item:first-child .wp-block-image img{
	width: 62px;
	height: 62px;
}

.ai-banner .banner-tips-ul {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
p.banner-tips.ai-banner-tips {
	margin-bottom: 17px;
}
.ai-banner .banner-tips-ul li {
	font-size: 14px;
	color: #ffffff;
	line-height: 28px;
	padding-left: 20px;
	position: relative;
	margin-right: 20px;
}
.ai-banner .banner-tips-ul li:last-child {
	margin-right: 0;
}
.ai-banner .banner-tips-ul li:before {
	position: absolute;
	content: '';
	width: 15px;
	height: 15px;
	display: inline-block;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url('/wp-content/uploads/2024/10/ai-banner-icon.png') no-repeat center;
	background-size: auto;
	background-size: 100%;
}
/* 行业场景 */
.ai-scene-list {
	margin-bottom; 50px;
}
.ai-scene-box .freeTrial_btn {
	width: 200px;
	height: 50px;
	background: #36cfa8;
	border-radius: 4px;
	margin: 0 auto;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	box-shadow: 0px 12px 30px -9px rgba(54,207,168,0.50); 
	margin-top: 60px;
	cursor: pointer;
}
.ai-scene-list.product-list > .product-item-box {
	flex-wrap: wrap;
}
.ai-scene-list .ai-scene-item {
	width: 182px;
	height: 93px;
	background: linear-gradient(314deg,#ffffff 0%, #ffffff 95%);
	border: 1px solid #e6eeff;
	border-radius: 4px;
	box-shadow: 0px 4px 15px 0px #eaf6ff;
	cursor: pointer;
}
.ai-scene-list .ai-scene-item .product-item-box {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.ai-scene-list .ai-scene-item figure {
	width: 32px;
	height: 32px;
	margin-bottom: 5px;
}
.ai-scene-list .ai-scene-item p {
	font-size: 18px;
	color: #1f2329;
	line-height: 26px;
} 
.ai-scene-list .ai-scene-item:nth-child(-n+12) {
	margin-bottom: 20px;
}
.ai-scene-list .ai-scene-item figure:nth-child(2) {
	display: none;
}
.ai-scene-list .ai-scene-item.active {
	background: linear-gradient(318deg,#547dff 1%, #36cfa8 97%);
	border: none;
}
.ai-scene-list .ai-scene-item.active figure:nth-child(1) {
	display: none;
}
.ai-scene-list .ai-scene-item.active figure:nth-child(2) {
	display: block;
}
.ai-scene-list .ai-scene-item.active p {
	color: #fff;
}
/* 企业为什么需要AI机器人 */
.ai-why-box {
	height: 401px;
}
.ai-why-list {
	position: absolute;
	top: 232px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
.ai-why-list .ai-why-item {
	width: 230px;
	height: 318px;
	background: linear-gradient(314deg,#ffffff 0%, #ffffff 95%);
	border: 1px solid #e6eeff;
	border-radius: 4px;
	padding: 45px 15px 40px;
}
.ai-why-list .ai-why-item figure {
	width: 82px;
	height: 82px;
	margin: 0 auto;
}
.ai-why-list .ai-why-item > .product-item-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.ai-why-list .ai-why-item .item-name {
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	color: #1f2329;
	line-height: 26px;
}
.ai-why-list .ai-why-item ul li {
	font-size: 18px;
	text-align: center;
	color: #1f2329;
	line-height: 26px;
}
/* 智能场景感知拟人对话 */
.ai-dialogue-list.product-list .product-item-box {
	align-items: flex-end;
}
.ai-dialogue-list.product-list .ai-dialogue-item {
	height: auto;
    width: 376px;
    max-width: 376px;
    background: #ffffff;
    border: none;
    border-radius: none;
    padding: 0;
    box-sizing: border-box;
}
.ai-dialogue-list.product-list .ai-dialogue-item figure, .ai-track-list.product-list .ai-track-item figure, .ai-effect-list.product-list .ai-effect-item figure, .ai-demo-list.product-list .ai-demo-item figure {
	width: 100%;
	height: auto;
}
.tips-box {
	width: 165px;
	height: 38px;
	line-height: 38px;
	padding: 1px;
	background: linear-gradient(270deg, #71b8ff, #36cfa8 98%);
	border-radius: 20px;
	box-shadow: 0px 5px 20px 0px rgba(78,143,237,0.25); 
	margin: 0 auto;
}
.tips-box p {
	font-size: 14px;
	height: 100%;
	text-align: center;
	color: #3d3e4a;
	background: #fff;
	border-radius: 20px;
}
/* 智能营销引导访客留资 */
.product-content-box.ai-keepFunds-box {
	padding-bottom: 0;
}
.ai-keepFunds-box {
	padding-bottom: 0;
}
.ai-keepFunds-box img {
	height: 100%;
}
.ai-nav-box .ai-nav-list {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.ai-nav-box .ai-nav-list li { 
	width: 212px;
	height: 49px;
	font-size: 19px;
	font-weight: bold;
	line-height: 49px;
	color: #000000;
	text-align: center;
	background: #fff;
	border-radius: 24px;
	box-shadow: 0px 2px 17px 0px #e6eeff; 
	cursor: pointer;
}
.ai-nav-box .ai-nav-list li.active {
	background: linear-gradient(318deg,#82a0ff 1%, #547dff 37%, #36cfa8 97%);
	color: #fff;
	box-shadow: none;
}
.ai-keepFunds-list .ai-keepFunds-item img, .ai-release-list .ai-release-item img {
	width: 100%;
}
.ai-keepFunds-list .ai-keepFunds-item, .ai-release-list .ai-release-item {
	display: none;
}
.ai-keepFunds-list .ai-keepFunds-item.active, .ai-release-list .ai-release-item.active {
	display: block;
	text-align: center;
}
/* 专业AI训练师追踪服务 */
.product-list.ai-track-list .ai-track-item, .product-list.ai-effect-list .ai-effect-item, .product-list.ai-demo-list .ai-demo-item  {
	padding: 0;
	width: 511px;
	max-width: 511px;
	border: none;
}

.product-list.ai-effect-list .ai-effect-item {
	width: 564px;
}
.product-list.ai-track-list .ai-track-item img, .product-list.ai-effect-list .ai-effect-item img, .product-list.ai-demo-list .ai-demo-item img {
	height: 100%;
}
.ai-keepFunds-nav, .ai-keepFunds-list {
	position: relative;
}
.ai-keepFunds-nav .ai-nav-list li:nth-child(-n+2) {
	margin-right: 80px;
}
.ai-release-nav .ai-nav-list li:nth-child(1) {
	margin-right: 80px;
}
.product-list.ai-track-list > .product-item-box, .product-list.ai-effect-list > .product-item-box {
	justify-content: center;
}
.product-list.ai-track-list .ai-track-item:nth-child(1), .product-list.ai-track-list .ai-track-item:nth-child(1) {
	margin-right: 86px
}
.ai-modal.product-content-box {
	padding-top: 220px;
}
/* 金牌AI辅助释放人工精力 */
.ai-release-box {
	background: #FAFCFF;
	padding-bottom: 0;
}
.ai-nav-box.ai-release-nav .ai-nav-list li {
	width: 376px;
}
.ai-night-box img {
	height: 90%;
}
.ai-night-box .bottom-bg {
	position: absolute;
	width: 100%;
	height: 277px;
	background: linear-gradient(180deg,rgba(242,253,255,0.00), #daf7f5);
	left: 0;
	bottom: 0;
}

.ai-night-box .main-img, .ai-all-pingtai .main-img, .ai-modal .main-img, .ai-30hangye .main-img {
	position: relative;
	margin: 0 auto;
	z-index: 1;
	text-align: center;
}
/* 各行业机器人Demo */
.product-list.ai-demo-list .product-item-box {
	flex-wrap: nowrap;
}
.ai-demo-box .demo-last-tips {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	color: #1f2329;
	line-height: 26px;
	margin-top: 40px;
}
.ai-demo-list {
	padding-left: 55px;
	margin-right: 55px;
}
.product-list.ai-demo-list .ai-demo-item {
	width: 285px;
	height: 206px;
	border-radius: 0;
	position: relative;
}
.product-list.ai-demo-list .ai-demo-item.active:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(0deg,#08182e, rgba(36,43,40,0.41));
	border-radius: 4px;
}
.product-list.ai-demo-list .ai-demo-item.agen:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(0deg,#08182e, rgba(36,43,40,0.21));
	border-radius: 4px;
}
.product-list.ai-demo-list .ai-demo-item img{
	height: 100%;
}
.ai-demo-list .ai-demo-item p{
	position: absolute;
	height: 25px;
	font-size: 18px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	color: #ffffff;
}
.product-list.ai-advantage-list .ai-advantage-item {
  width: 350px;
  max-width: 325px;
  border: none;
}
.ai-nav-box::-webkit-scrollbar {
  	display: none;
	width: 0;
}
.ai-nav-box {
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
}
.ai-30hangye figure, .ai-all-pingtai figure, .ai-modal figure {
	margin: 0 auto;
}
.ai-all-pingtai .ai-title, .ai-30hangye .ai-title {
	margin-bottom: 16px;
}
/* 行业场景 */
.ai-scene-list {
	margin-bottom; 50px;
}
.ai-scene-list .freeTrial_btn {
	width: 200px;
	height: 50px;
	background: #36cfa8;
	border-radius: 4px;
	margin: 0 auto;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	box-shadow: 0px 12px 30px -9px rgba(54,207,168,0.50); 
}
.ai-scene-list .ai-scene-item {
	width: 182px;
	height: 93px;
	background: linear-gradient(314deg,#ffffff 0%, #ffffff 95%);
	border: 1px solid #e6eeff;
	border-radius: 4px;
	box-shadow: 0px 4px 15px 0px #eaf6ff;
}
.ai-scene-list .ai-scene-item .product-item-box {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.ai-scene-list .ai-scene-item figure {
	width: 32px;
	height: 32px;
	margin-bottom: 5px;
}
.ai-scene-list .ai-scene-item p {
	font-size: 18px;
	color: #1f2329;
	line-height: 26px;
} 
.ai-scene-list .ai-scene-item:nth-child(-n+12) {
	margin-bottom: 20px;
}
/* .ai-scene-list .ai-scene-item:nth-child(5n) {
	margin-right: 22px;
} */
.ai-scene-list .ai-scene-item.active {
	background: linear-gradient(318deg,#547dff 1%, #36cfa8 97%);
	border: none;
}
.ai-scene-list .ai-scene-item.active p {
	color: #fff;
}
/* 企业为什么需要AI机器人 */
.ai-why-box {
	height: 401px;
}
.ai-why-list {
	position: absolute;
	top: 232px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
.ai-why-list .ai-why-item {
	width: 230px;
	height: 318px;
	background: linear-gradient(314deg,#ffffff 0%, #ffffff 95%);
	border: 1px solid #e6eeff;
	border-radius: 4px;
	padding: 45px 15px 40px;
}
.ai-why-list .ai-why-item figure {
	width: 82px;
	height: 82px;
	margin: 0 auto;
}
.ai-why-list .ai-why-item > .product-item-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.ai-why-list .ai-why-item .item-name {
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	color: #1f2329;
	line-height: 26px;
}
.ai-why-list .ai-why-item ul li {
	font-size: 18px;
	text-align: center;
	color: #1f2329;
	line-height: 26px;
}
/* 智能场景感知拟人对话 */
.ai-dialogue-list.product-list .product-item-box {
	align-items: flex-end;
}
.ai-dialogue-list .ai-dialogue-item {
	height: auto;
    width: 376px;
    max-width: 376px;
    background: #ffffff;
    border: none;
    border-radius: none;
    padding: 0;
    box-sizing: border-box;
}
.ai-dialogue-list .ai-dialogue-item figure {
	width: 100%;
}
.ai-dialogue-list .ai-dialogue-item .tips-box {
	width: 165px;
	height: 38px;
	line-height: 38px;
	padding: 1px;
	background: linear-gradient(270deg, #71b8ff, #36cfa8 98%) 1 1;
	border-radius: 20px;
	box-shadow: 0px 5px 20px 0px rgba(78,143,237,0.25); 
}
.ai-dialogue-list .ai-dialogue-item .tips-box p {
	font-size: 14px;
	text-align: center;
	color: #3d3e4a;
/* 	line-height: 18px; */
	background: #fff;
}
.baseSize.main-img {
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
	
	.ai-title.product-title {
		font-size: 2.2rem;
	}
	.ai-advantage-list .product-item-box {
		display: block;
	}
	.ai-advantage-list .ai-advantage-item {
		width: 100%;
		max-width: 100%;
		border: none;
	}
	
	p.banner-tips.ai-banner-tips {
		margin-bottom: 17px;
	}
	p.banner-tips.ai-banner-tips.margin-bottom {
		margin-bottom: 0;
	}
	.ai-banner .banner-tips-ul {
		display: none;
	}
	.ai-modal.product-content-box {
		padding-top: 3rem;
	}
	.ai-all-pingtai {
		background: #FAFCFF;
	}
	.ai-night-box {
		background: #fff;
	}
	.ai-night-box .bottom-bg {
		height: 23rem;
	}

	.ai-dialogue-list.product-list .ai-dialogue-item {
		width: 100%;
		max-width: 100%;
		border-radius: none;
		margin-bottom: 1.5rem;
	}
	.ai-dialogue-list.product-list .ai-dialogue-item:last-child {
		margin-bottom: 0;
	}
	.ai-dialogue-item-head {
		height: 6rem;
		background: #ffffff;
		padding: 2rem;
		border-radius: .4rem;
		box-shadow: 0 .1rem 1.5rem 0 rgba(230,238,255,0.73); 
	}
	.ai-dialogue-item-head > .wp-block-group__inner-container {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.ai-dialogue-item-head h4 {
		font-size: 1.6rem;
		font-weight: 500;
		color: #282828;
		line-height: 2.2rem;
	}
	.ai-dialogue-list.product-list .ai-dialogue-item .ai-dialogue-item-head figure.dialogue-item-title {
		width: 2rem;
		height: auto;
		margin: 0;
	}
	.ai-dialogue-list.product-list .ai-dialogue-item .dialogue-img {
		width: 100%;
		display: none;
		background: #FAFCFF;
		padding: 3.2rem;
		padding-bottom: 0;
	}
	.ai-dialogue-list.product-list .ai-dialogue-item.active .dialogue-img {
		display: block;
	}
	.ai-dialogue-item.active .ai-dialogue-item-head figure {
		transform: rotate(90deg);
	}
/* 	智能营销引导访客留资 */
	.ai-nav-box {
		overflow-x: scroll;
	}
	.ai-nav-box > .wp-block-group__inner-container {
		width: 40rem;
	}
	.ai-nav-box .ai-nav-list {
		justify-content: flex-start;
		margin-bottom: 2rem;
	}
	.ai-nav-box .ai-nav-list li {
		width: 13.0rem;
		line-height: 4rem;
		height: 4rem;
		font-size: 1.4rem;
		border-radius: 2.5rem;
		box-shadow: 0 .2rem 1.7rem 0 #e6eeff; 
	}
	.ai-keepFunds-nav .ai-nav-list li:nth-child(-n+2) {
		margin-right: 1rem;
	}
/* 	金牌AI辅助释放人工精力 */
	.ai-nav-box.ai-release-nav > .wp-block-group__inner-container {
		width: 50rem;
	}
	.ai-nav-box.ai-release-nav .ai-nav-list li {
		width: 27rem;
		border-radius: 2.4rem;
		line-height: 4rem;
		height: 4rem;
		font-size: 1.4rem;
	}
	.ai-release-nav .ai-nav-list li:first-child {
		margin-right: 1rem;
	}
	.product-list.ai-track-list .ai-track-item:nth-child(1) {
		margin-right: 0;
	}
	.product-list.ai-track-list .ai-track-item, .product-list.ai-effect-list .ai-effect-item {
		width: 100%;
	}
	.product-list.ai-track-list > .product-item-box, .product-list.ai-effect-list > .product-item-box {
		justify-content: flex-start;
		flex-wrap: nowrap;
	}
	.reaTime .main-img {
		overflow-x: scroll;
	}
	.reaTime .main-img img {
		width: 50rem;
  		max-width: 50rem;
	}
	
/* 	各行业机器人Demo */
	.product-list.ai-demo-list .ai-demo-item {
		width: 11.2rem;
		height: 8.1rem;
		border-radius: none;
	}
	.ai-demo-list .ai-demo-item:nth-child(-n+12) {
		margin-bottom: 1rem;
	}
	.product-list.ai-demo-list .product-item-box {
		flex-wrap: wrap;
	}
	.ai-demo-list .ai-demo-item p {
		height: 10rem;
		font-size: 1.4rem;
		line-height: 10rem;
	}
	.ai-demo-box .demo-last-tips {
		margin-top: 3rem;
		font-size: 1.4rem;
		font-weight: 400;
		text-align: center;
		color: #3d3d3d;
		line-height: 2.1rem;
	}
	.ai-demo-list {
		padding: 0;
		margin: 0;
	}
	.ai-track-list, .ai-30jia-container {
		padding-bottom: 3rem;
	}
	.ai-track-list .swiper-pagination-bullet, .ai-30jia-container .swiper-pagination-bullet {
		background: #36CFA8;
	}
	.ai-30jia-container .swiper-pagination-bullet-active, .ai-track-list .swiper-pagination-bullet-active {
		width: 13px;
		height: 7px;
  		border-radius: 4px;
	}
}












