/* 为什么需要 AI 超级员工 */
.why-need-section {
  padding: 90px 0 142px;
}

.why-need-section .why-need-wrapper {
  position: relative;
  width: 100%;
  height: 460px;
  margin: 0 auto 80px;
}

.why-need-section .center-background {
  position: absolute;
  top: 78%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 741px;
  height: 441px;
  background-image: url('../images/cjyg/why-need/center.png');
  background-size: cover;
  background-position: center;
  z-index: 2;
}

.why-need-section .around-item {
  position: absolute;
  padding: 15px 25px 20px 25px;
  width: 334px;
  height: 131px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: -2px 0 16px 2px rgba(45, 48, 50, 0.10);
}

.why-need-section .icon {
  position: absolute;
  width: 22px;
  height: 22px;
  z-index: 3;
}

.why-need-section .icon img {
  width: 100%;
  height: auto;
}

.why-need-section .around-item1 {
  bottom: -12.5%;
  left: 2.5%;
}

.why-need-section .around-item1 .icon {
  right: -3%;
  bottom: 42%;
}

.why-need-section .around-item2 {
  left: 11.5%;
  bottom: 30.5%;
}

.why-need-section .around-item2 .icon {
  right: -3.5%;
  bottom: 44%;
}

.why-need-section .around-item3 {
  left: 39%;
  top: 8%;
  text-align: center;
}

.why-need-section .around-item3 .icon {
  left: 45.5%;
  bottom: -5%;
}

.why-need-section .around-item4 {
  right: 11.5%;
  bottom: 30.5%;
  text-align: right;
}

.why-need-section .around-item4 .icon {
  left: -3.5%;
  bottom: 45%;
}

.why-need-section .around-item5 {
  right: 2.5%;
  bottom: -12.5%;
  text-align: right;
}

.why-need-section .around-item5 .icon {
  left: -3%;
  bottom: 42%;
}


.why-need-section .around-item .title {
  font-size: 26px;
  font-weight: bold;
  color: #000000;
  letter-spacing: -0.51px;
  margin-bottom: 8px;
}

.why-need-section .around-item .desc {
  font-size: 20px;
  font-weight: normal;
  color: #3c3c3c;
  line-height: 28px;
  letter-spacing: -0.42px;
}

.why-need-section .around-item3 .desc {
  font-size: 16px;
}

/* AI 获客模块样式 */
.ai-acquisition-section, .ai-xs-section {
  padding: 100px 0 120px;
  max-height: 699px;
  background-image: url('../images/cjyg/hk/bg.jpg'); /* 替换为实际背景图路径 */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.ai-acquisition-section img {
  width: 355px;
  height: 389px;
}

.ai-acquisition-section h3, .ai-yl-section h3, .ai-xs-section h3 {
  font-size: 32px;
  font-weight: bold;
  color: #282828;
  margin-top: 60px;
  margin-bottom: 20px;
}

.ai-acquisition-section ul, .ai-yl-section ul, .ai-xs-section ul {
  list-style-type: none;
  padding-left: 20px;
  margin-bottom: 30px;
}

.ai-acquisition-section li, .ai-yl-section li, .ai-xs-section li {
  position: relative;
  font-size: 22px;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
}

.ai-acquisition-section li::before, .ai-yl-section li::before, .ai-xs-section li::before {
  position: absolute;
  content: "";
  left: -20px;
  top: 13px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #3396FC;
}

.ai-acquisition-section .label, .ai-yl-section .label, .ai-xs-section .label {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  width: 145px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: linear-gradient(#3497fc 0%, #176df5 100%);
  border-radius: 4px;
  margin-bottom: 20px;
}

.ai-acquisition-section p, .ai-yl-section p, .ai-xs-section p {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 35px;
}

/* AI 引流 */
.ai-yl-section {
  padding: 100px 0 120px;
}

.ai-yl-section img {
  width: 494px;
  height: 384px;
}

/* AI 销售 */
.ai-xs-section img {
  width: 492px;
  height: 388px;
}

/* 实现的效果 */
.result-section {
  padding: 97px 0 120px;
}

.result-section .result-wrapper {
  position: relative;
  height: 544px;
}

.result-section .center-background {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1210px;
  height: 544px;
  background-image: url('../images/cjyg/result/center.png');
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.result-section .around-item {
  position: absolute;
  color: #ffffff;
  width: 340px;
  height: 190px;
  padding: 30px;
}

.result-section .around-item1 {
  left: 7.7%;
  top: 19%;
}

.result-section .around-item2 {
  left: 7.7%;
  bottom: 1%;
}

.result-section .around-item3 {
  right: 7.6%;
  top: 18.5%;
}

.result-section .around-item4 {
  right: 7.6%;
  bottom: 2.1%;
}

.result-section .around-item .title {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-left: 20px;
}

.result-section .around-item .title::before {
  position: absolute;
  content: "";
  left: 1px;
  top: 9px;
  width: 6px;
  height: 27px;
  background-color: #ffffff;
}

.result-section .around-item .desc {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3;
}

/* 部署与使用方式 */
.deploy-section {
  padding: 164px 0;
  min-height: 906px;
  background-image: url('../images/cjyg/deploy/bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.deploy-section .section-title {
  color: #ffffff;
}

.deploy-section .deploy-wrapper {
  position: relative;
  height: 554px;
}

.deploy-section .arc-background {
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1436px;
  height: 554px;
  background-image: url('../images/cjyg/deploy/arc_bg.png');
  background-size: cover;
  background-position: center;
}

.deploy-section .desc {
  position: absolute;
  color: #ffffff;
  width: 280px;
  height: 160px;
  padding: 25px 20px;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 3px;
}

.deploy-section .desc1 {
  left: 3%;
  top: 64%;
}

.deploy-section .desc2 {
  left: 27.9%;
  top: 55%;
}

.deploy-section .desc3 {
  right: 27.7%;
  top: 55%;
}

.deploy-section .desc4 {
  right: 2.9%;
  top: 64%;
}

.deploy-section .icon {
  position: absolute;
  height: 44px;
  width: 44px;
}

.deploy-section .icon img {
  height: 100%;
}

.deploy-section .icon1 {
  left: 11%;
  top: 26%;
}

.deploy-section .icon2 {
  left: 35.6%;
  top: 18%;
}

.deploy-section .icon3 {
  right: 35.9%;
  top: 18%;
}

.deploy-section .icon4 {
  right: 11.6%;
  top: 26%;
}

/* 适合谁使用 */
.fit-section {
  padding: 100px 0;
  min-height: 715px;
  background-image: url('../images/cjyg/fit/bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.fit-section .section-title {
  margin-bottom: 76px;
}

.fit-section .icon-container {
  width: 201px;
  height: 200px;
  background-image: url("../images/cjyg/fit/circle.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fit-section .icon-container .icon {
  width: auto;
  height: 81px;
}

.fit-section .title {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}

.fit-section p {
  font-size: 26px;
  font-weight: 400;
  color: #333333;
}

/* 口号 */
.slogan-section {
  background-image: url('../images/cjyg/slogan/bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 241px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slogan-section .slogan-content {
  text-align: center;
  color: #ffffff;
}

.slogan-section h1 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 30px;
}

.slogan-section p {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
}