/* Custom pagination style */
.swiper-pagination .swiper-pagination-bullet {
  width: 28px;
  height: 3px;
  border-radius: 0;
  background: rgba(255, 255, 255, 1);
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  position: relative;
  overflow: hidden;
}

.swiper-pagination .swiper-pagination-bullet-active::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0066FF;
  /* animation: progress 4s linear forwards; */
}

/* @keyframes progress {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
} */

/* Pause animation on hover */
#home-swiper:hover .swiper-pagination-bullet-active::after {
  animation-play-state: paused;
}

#home-swiper .swiper-pagination {
  width: 1280px;
  top: 540px;
  left: 50%;
  transform: translateX(-50%);
  text-align: start;
}

.tab-grad {
  background: linear-gradient(-13deg, #E4EBFF, #FFFFFF);
  box-shadow: 0px 33px 46px 0px rgba(1, 49, 255, 0.1);
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.8);
}

.cell_1 .title {
  font-weight: 600;
  font-size: 42px;
  line-height: 44px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cell_1 .title .bg-AI {
  display: inline-block;
}

.cell_1 .title>span {
  color: #0066FF;
}

.cell_1 .sub-title {
  font-weight: 400;
  font-size: 18px;
  color: #7C8692;
  line-height: 26px;
  text-align: center;
  margin-top: 26px;
}

.cell_1 .arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 273px;
  height: 70px;
  background: #E6F0FF;
  border-radius: 35px;
  border: 1px dashed rgba(0, 132, 255, 0.45);
  margin: 40px auto 0;
}

.cell_1 .arrow .bg-cell_1_arrow_down {
  position: absolute;
  bottom: -19px;
  left: 50%;
  margin-left: -24px;
}

.cell_1 .chat-box {
  display: flex;
  margin-top: 34px;
}

.cell_1 .chat-desc {
  margin-top: 43px;
  width: 267px;
  height: 373px;
  background: #00FFC6;
  border-radius: 20px;
}

.cell_1 .chat-desc-sub {
  display: flex;
  align-items: center;
  padding: 14px 0 14px 22px;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  line-height: 18px;
  gap: 4px;
}

.cell_1 .chat-desc-list {
  width: 265px;
  height: 326px;
  margin-left: 1px;
  background: #ECFFFB;
  border-radius: 20px;
  padding: 25px 0 0 23px;
}

.cell_1 .chat-desc-list .label {
  color: #000;
  font-size: 16px;
  line-height: 18px;
  padding-left: 14px;
  position: relative;
}

.cell_1 .chat-desc-list .label::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #00E6B3;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-3px);
}

.cell_1 .chat-desc-list .value {
  color: #5F817A;
  font-size: 14px;
  line-height: 16px;
  margin: 6px 0 20px 0;
}

.cell_1 .value-list {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-top: 6px;
}

.cell_1 .value-list>li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.cell_1 .value-list>li>span {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #000;
}

.cell_1 .desc-foot {
  font-weight: 400;
  font-size: 14px;
  color: #5F817A;
  margin-top: 40px;
}

.cell_1 .desc-foot>span {
  color: #00FFC6;
}

.cell_1 .ltr {
  position: relative;
  z-index: 5;
  width: 207px;
  height: 231px;
  margin-top: 114px;
  background: url('/images/home/cell_1_ltr.png') no-repeat center center;
}

.cell_1 .ltr-text {
  margin: 80px 0 0 38px;
  font-weight: 400;
  font-size: 16px;
  color: #7C8692;
  line-height: 36px;
}

.cell_1 .cell_1_center {
  position: relative;
  padding-top: 182px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: center;
  width: 460px;
  height: 460px;
  margin-left: -60px;
}

.cell_1_center>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center;
  animation: rotate 2s linear infinite;
}

.cell_1_center>i {
  position: relative;
  z-index: 2;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.cell_1 .rtl {
  position: relative;
  width: 282px;
  height: 329px;
  margin: 65px 0 0 32px;
  background: url('/images/home/cell_1_rtl.png') no-repeat center center;
}

.cell_1 .rtl .rtl-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #7C8692;
  margin-top: 173px;
}

.cell_1 .tabs {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 43px 0 0 -21px;
}

.cell_1 .tabs>li {
  width: 116px;
  height: 45px;
  background: #F9F6FF;
  border-radius: 12px;
  font-weight: bold;
  font-size: 14px;
  color: #A40ED5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cell_1 .cell-foot {
  font-weight: 400;
  font-size: 28px;
  color: #000;
  line-height: 30px;
  text-align: center;
  margin-top: 31px;
}

.cell_1 .cell-foot>span {
  color: #0066FF;
}

.cell_box {
  background: #F2FAFF;
  border-radius: 50px;
}

.cell_2_title {
  font-weight: 400;
  font-size: 28px;
  line-height: 30px;
  color: #000;
  margin-bottom: 10px;
  text-align: center;
}

.cell_2_title_sub {
  font-weight: 400;
  font-size: 46px;
  line-height: 48px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 78px;
}

.cell_2_title_sub>span {
  color: #0066FF;
}

.cell_2_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 145px;
}

.cell_2_list>li {
  position: relative;
  width: 296px;
  height: 355px;
  padding: 30px;
}

.cell_2_list>li>img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.cell_2_list>li>p {
  position: relative;
  z-index: 5;
}

.cell_2_list>li>p:nth-child(1) {
  font-weight: 600;
  font-size: 16px;
  color: #101317;
  line-height: 26px;
  margin-bottom: 14px;
}

.cell_2_list>li>p:nth-child(2) {
  font-weight: 600;
  font-size: 32px;
  color: #101317;
  line-height: 26px;
}

.cell_3_bg {
  width: 1704px;
  height: 725px;
  background: #DBF1FF;
  border-radius: 50px;
  position: absolute;
  top: 758px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

.cell_3_content {
  height: 725px;
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 94px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.cell_3_kf {
  width: 571px;
  height: 374px;
  position: absolute;
  top: 351px;
  left: -18px;
}

.cell_3_l {
  padding-top: 29px;
}

.cell_3_l_p1 {
  font-weight: 600;
  font-size: 46px;
  line-height: 48px;
  color: #0066FF;
}

.cell_3_l_p2 {
  font-weight: 600;
  font-size: 46px;
  line-height: 48px;
  color: #000;
  margin-bottom: 50px;
}

.cell_3_l_p3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 20px;
  color: #000;
  line-height: 20px;
  margin-bottom: 20px;
}

.cell_3_r {
  width: 850px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.cell_3_r_item {
  width: 416px;
  height: 261px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  padding: 18px 0 0 38px;
}

.cell_3_r_item_p1 {
  font-weight: 600;
  font-size: 24px;
  color: #101317;
  line-height: 26px;
  margin-top: 29px;
}

.cell_3_r_item_p2 {
  font-weight: 400;
  font-size: 18px;
  color: #7C8692;
  line-height: 24px;
  margin-top: 34px;
}

.cell_4 {
  position: relative;
  padding: 137px 0;
  z-index: 20;
  display: flex;
  align-items: flex-start;
}

.cell_4_l {
  padding-top: 40px;
}

.cell_4_l_p1 {
  font-weight: 600;
  font-size: 46px;
  color: #000000;
  line-height: 48px;
}

.cell_4_l_p1>span {
  color: #0066FF;
}

.cell_4_l_p2 {
  font-weight: 400;
  font-size: 20px;
  color: #7C8692;
  line-height: 22px;
  margin-top: 24px;
}

.cell_4_btn {
  width: 180px;
  height: 65px;
  background: #000000;
  border-radius: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  margin-top: 76px;
}

.cell_4_btn:hover {
  background: linear-gradient(97deg, #0066FF, #00F0FF);
}

.cell_4_r {
  height: 524px;
  border-left: 1px solid rgba(218, 230, 249, 0.5);
  padding: 45px 0 0 44px;
  margin-left: 309px;
}

.cell_4_r_item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 94px;
}

.cell_4_r_item:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: -49px;
  left: 0;
  width: 526px;
  height: 1px;
  background: #DAE6F9;
  opacity: 0.5;
}

.cell_4_r_item_p1 {
  font-weight: 600;
  font-size: 24px;
  color: #101317;
  line-height: 26px;
  margin-bottom: 14px;
}

.cell_4_r_item_p2 {
  font-weight: 400;
  font-size: 18px;
  color: #7C8692;
  line-height: 24px;
}

.cell_4_bg {
  width: 1920px;
  height: 1347px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -960px;
}

.cell_5_bg {
  width: 1704px;
  height: 800px;
  bottom: 145px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.cell_5 {
  padding: 133px 0 145px 0;
}

.cell_5_title {
  font-weight: 600;
  font-size: 46px;
  line-height: 48px;
  color: #101317;
  text-align: center;
}

.cell_5_title>i {
  display: inline-block;
  vertical-align: middle;
}

.cell_5_title>span {
  color: #0066FF;
}

.cell_5_sub {
  display: flex;
  align-items: center;
  gap: 66px;
  justify-content: center;
  margin-top: 24px;
}

.cell_5_sub>p {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #7C8692;
}

.cell_5_sub>p:last-child {
  gap: 18px;
}

.cell_5_swiper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 101px;
}

.cell_5_swiper>img {
  width: 195px;
  height: 284px;
  object-fit: cover;
}

.cell_5_swiper_text {
  padding-top: 120px;
  flex: 1;
  width: 1px;
  padding-left: 100px;
}

.cell_5_swiper_p1 {
  font-weight: 500;
  font-size: 46px;
  color: #fff;
  line-height: 48px;
  margin-bottom: 55px;
}

.cell_5_swiper_p2 {
  font-weight: 300;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 32px;
  margin-bottom: 60px;
}

.cell_5_swiper_btn {
  width: 200px;
  height: 65px;
  background: #000000;
  border-radius: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  line-height: 26px;
}

.cell_5_swiper_btn:hover {
  background: linear-gradient(97deg, #0066FF, #00F0FF);
}

.cell_5_swiper_count {
  margin-top: 180px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.cell_5_swiper_count>span:first-child {
  font-weight: 400;
  font-size: 120px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 122px;
}

.cell_5_swiper_count>span:last-child {
  font-size: 24px;
  color: #fff;
  line-height: 56px;
}

.ai-swiper-pagination {
  position: absolute;
  top: 653px !important;
  width: 100%;
  left: 0;
  z-index: 9;
}

.ai-swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 33.33%;
  height: 8px;
  border-left: 2px solid #fff;
  display: inline-block;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  margin: 0 !important;
}

.ai-swiper-pagination .swiper-pagination-bullet::before {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 400;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 26px;
}

.ai-swiper-pagination .swiper-pagination-bullet:first-child::before {
  content: '搜索智能体';
}

.ai-swiper-pagination .swiper-pagination-bullet:nth-child(2)::before {
  content: '营销智能体';
}

.ai-swiper-pagination .swiper-pagination-bullet:nth-child(3)::before {
  content: '经营决策智能体';
}

.ai-swiper-pagination .swiper-pagination-bullet-active::before {
  color: rgba(255, 255, 255, 1);
}

.ai-swiper-pagination .swiper-pagination-bullet:last-child {
  border-right: 2px solid #fff;
}

.ai-swiper-pagination .swiper-pagination-bullet-active::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 326px;
  height: 2px;
  background: #FFFFFF;
}

.cell_6_box {
  background: #F2FAFF;
  border-radius: 50px 50px 0 0;
}

.cell_6 {
  padding-top: 135px;
  padding-bottom: 156px;
}

.cell_6_title {
  font-weight: 600;
  font-size: 42px;
  line-height: 44px;
  color: #101317;
  text-align: center;
  margin-bottom: 20px;
}

.cell_6_title>span {
  color: #0066FF;
}

.cell_6_sub {
  font-weight: 400;
  font-size: 20px;
  color: #7C8692;
  line-height: 26px;
  text-align: center;
  margin-bottom: 88px;
}

.cell_6_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.cell_6_list>li {
  width: 311px;
  height: 170px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 24px;
  border: 2px solid rgba(255, 255, 255, 0.85);
  padding: 28px 0 0 30px;
  transition: all 0.2s linear;
}

.cell_6_list>li .active {
  display: none;
}

.cell_6_list>li:hover {
  background: linear-gradient(126deg, #0066FF, #00F0FF);
}

.cell_6_list>li:hover .cell_6_item_h_i>i:not(.active) {
  display: none;
}

.cell_6_list>li:hover .active {
  display: block;
}

.cell_6_item_h_i {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.cell_6_item_h {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 70px;
}

.cell_6_item_h>p {
  font-weight: 600;
  font-size: 22px;
  color: #101317;
  line-height: 26px;
}

.cell_6_list>li:hover .cell_6_item_h>p {
  color: #fff;
}

.cell_6_list>li>p {
  font-weight: 400;
  font-size: 16px;
  color: #7C8692;
  line-height: 22px;
}

.cell_6_list>li:hover>p {
  color: rgba(255, 255, 255, 0.5);
}

.cell_6_list_2 {
  margin-top: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cell_6_list_2>li {
  width: 419px;
  height: 417px;
  position: relative;
}

.cell_6_list_2>li>img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cell_6_list_2_item {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  padding-top: 37px;
}

.cell_6_list_2_item_p1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 36px;
  color: #101317;
  line-height: 26px;
  padding: 0 30px;
}

.cell_6_list_2_item_p1_i {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.cell_6_list_2_item_p2 {
  font-weight: 400;
  font-size: 18px;
  color: #101317;
  line-height: 26px;
  margin-top: 20px;
  padding-left: 30px;
}

.cell_6_list_2_item_c {
  width: 419px;
  height: 187px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding-top: 50px;
  padding-left: 24px;
  margin-top: 35px;
}

.cell_6_list_2_item_cell {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  font-weight: 400;
  font-size: 16px;
  color: #7C8692;
  line-height: 22px;
  margin-bottom: 20px;
}

.cell_6_list_2_item_cell>img {
  margin-top: 2px;
  width: 18px;
  height: 18px;
}