.cell_1 {
  height: 939px;
}

.cell_1_container {
  position: relative;
  z-index: 9;
  padding-top: 216px;
}

/* .cell_1_title {
  display: block;
  margin: 0 auto 24px;
} */

.cell_1_title {
  display: block;
  margin: 0 auto 12px;
}

.cell_1_icon1 {
  width: 123px;
  height: 107px;
  position: absolute;
  z-index: 2;
  top: 694px;
  left: 3px;
  animation: floatY 3s ease-in-out infinite;
}

.cell_1_icon2 {
  width: 313px;
  height: 298px;
  position: absolute;
  z-index: 2;
  top: 540px;
  left: 580px;
  animation: floatY 3s 1s ease-in-out infinite;
}

.cell_1_icon3 {
  position: absolute;
  z-index: 2;
  top: 698px;
  left: 950px;
  animation: floatY 3s 2s ease-in-out infinite;
}

@keyframes floatY {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0px);
  }
}

.cell_1_desc {
  font-size: 18px;
  color: #7A7B85;
  line-height: 22px;
  text-align: center;
  margin-bottom: 44px;
}

.cell_1_btn {
  width: 204px;
  height: 66px;
  background: linear-gradient(97deg, #00F0FF, #0066FF);
  border-radius: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
}

.cell_1_btn:hover {
  background: #006CFF;
}

.cell_2 {
  padding-top: 96px;
}

.cell_title {
  font-size: 46px;
  color: #000000;
  line-height: 48px;
  text-align: center;
  margin-bottom: 10px;
}

.cell_sub_title {
  font-size: 16px;
  color: #000000;
  line-height: 18px;
  text-align: center;
}

.cell_2_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}

.cell_2_item {
  width: 416px;
  height: 518px;
  position: relative;
}

.cell_2_item>img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cell_2_box {
  position: relative;
  z-index: 2;
}

.cell_2_p1 {
  font-size: 32px;
  color: #000000;
  line-height: 34px;
  padding: 48px 0 0 40px;
  margin-bottom: 300px;
}

.cell_2_p2>p {
  font-size: 14px;
  color: #000000;
  line-height: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 40px;
  margin-bottom: 24px;
}

.cell_2_btn {
  width: 202px;
  height: 66px;
  background: #000;
  border-radius: 33px;
  cursor: pointer;
  margin: 60px auto 0;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 66px;
  text-align: center;
}

.cell_2_btn:hover {
  background: linear-gradient(97deg, #00F0FF, #0066FF);
}

.cell_3 {
  height: 1067px;
}

.cell_3_container {
  padding: 100px 0 0;
}

.cell_3_tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px;
  margin: 60px auto 0;
  width: 720px;
  height: 52px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 26px;
  border: 1px solid #fff;
}

.cell_3_tab {
  width: 140px;
  height: 44px;
  background: transparent;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #000000;
  line-height: 16px;
  cursor: pointer;
  transition: all 0.2s linear;
}

.cell_3_tab:hover {
  color: #006CFF;
}

.cell_3_tab.active {
  background: #006CFF;
  color: #fff;
}

.cell_3_list {
  margin-top: 34px;
}

.cell_3_item {
  width: 100%;
  height: 520px;
  background-color: #fff;
  border-radius: 16px;
  display: none;
  align-items: center;
  justify-content: space-between;
}

.cell_3_item.show {
  display: flex;
}

.cell_3_left {
  width: 600px;
  height: 100%;
  padding: 66px 0 0 74px;
}

.cell_3_p1 {
  font-size: 40px;
  color: #000000;
  line-height: 42px;
  margin-bottom: 26px;
}

.cell_3_p2 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #000000;
  line-height: 16px;
  margin-bottom: 20px;
}

.cell_3_line {
  width: 100%;
  height: 1px;
  width: 524px;
  height: 1px;
  background: #000000;
  opacity: 0.06;
  margin: 34px 0 30px;
}

.cell_3_p3 {
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  line-height: 20px;
  margin-bottom: 16px;
}

.cell_3_p4 {
  font-size: 14px;
  color: #000000;
  line-height: 26px;
  margin-bottom: 48px;
}

.cell_3_p5 {
  display: flex;
  align-items: center;
  gap: 50px;
}

.cell_3_p6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.cell_3_p6>p:first-child {
  font-size: 14px;
  color: #6D6D6D;
  line-height: 26px;
}

.cell_3_p6>p:nth-child(2) {
  font-weight: bold;
  font-size: 36px;
  color: #000000;
  line-height: 38px;
}

.cell_3_right {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cell_3_btns {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}

.cell_3_btn1,
.cell_3_btn2 {
  width: 206px;
  height: 66px;
  border-radius: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  line-height: 18px;
}

.cell_3_btn1 {
  background-color: #fff;
  color: #005CFF;
}

.cell_3_btn2 {
  background-color: #000;
  color: #fff;
}

.cell_3_btn1:hover {
  background: linear-gradient(97deg, #00F0FF, #0066FF);
  color: #fff;
}

.cell_3_btn2:hover {
  background: linear-gradient(97deg, #00F0FF, #0066FF);
}

.cell_4 {
  padding-top: 98px;
}

.cell_4_list {
  margin-top: 57px;
  display: flex;
  width: 100%;
  height: 322px;
  background: #F8F9FF;
  border-radius: 12px;
  border: 1px solid #EEF0F7;
}

.cell_4_item {
  position: relative;
  width: 33.33%;
  padding: 70px 30px 0 54px;
}

.cell_4_item>img {
  position: absolute;
  top: 69px;
  right: 30px;
}

.cell_4_item:not(:last-child) {
  border-right: 1px solid #EEF0F7;
}

.cell_4_p1 {
  font-size: 26px;
  color: #434A5A;
  line-height: 28px;
  margin-bottom: 12px;
}

.cell_4_p2 {
  font-size: 36px;
  color: #000000;
  line-height: 38px;
  margin-bottom: 70px;
}

.cell_4_p3 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 24px;
}

.cell_5 {
  padding: 96px 0 100px;
}

.cell_5_list {
  margin: 57px 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.cell_5_item {
  width: 634px;
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.cell_5_item>img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cell_5_box {
  position: relative;
  z-index: 2;
  padding: 48px 0 0 50px;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.cell_5_p1 {
  font-size: 26px;
  color: #000000;
  line-height: 48px;
  margin-bottom: 14px;
}

.cell_5_p2 {
  font-size: 16px;
  color: #000000;
  line-height: 24px;
}

.cell_5_btn {
  display: block;
  width: 220px;
  height: 66px;
  border-radius: 33px;
  background: #000;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  line-height: 66px;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
}

.cell_5_btn:hover {
  background: linear-gradient(97deg, #00F0FF, #0066FF);
}