.cell_title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: #0A1226;
  line-height: 50px;
}

.cell_title>span {
  color: #0066FF;
}

.cell_2 {
  padding: 120px 0 0 0;
}

#swiper1 .swiper-slide {
  width: 100%;
  height: 481px;
  background-color: #DAE3FB;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.cell_2_left {
  padding: 50px 0 0 80px;
}

.cell_2_left_head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 44px;
}

.cell_2_left_head>p {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 15px;
  color: #062DE7;
  line-height: 16px;
}

.cell_2_left_p1 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 36px;
  color: #0A1226;
  line-height: 38px;
  margin-bottom: 44px;
}

.cell_2_left_p2 {
  width: 441px;
  font-size: 20px;
  color: #5A6270;
  line-height: 28px;
}

.cell_2_right {
  width: 600px;
  height: 481px;
}

.cell_2_right>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cell_btn {
  width: 177px;
  height: 54px;
  background: #000000;
  border-radius: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  cursor: pointer;
}

.cell_2_btn {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}

.cell_btn:hover {
  background: linear-gradient(270deg, #0066FF 0%, #00F0FF 100%);
}

.swiper_btns {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  z-index: 9;
  left: 80px;
  bottom: 60px;
}

.swiper_btn_prev,
.swiper_btn_next {
  width: 54px;
  height: 55px;
  background: url('/images/product/tab2/arrow_l_d.png') no-repeat center center / 100% 100%;
  cursor: pointer;
}

.swiper_btn_next {
  transform: rotate(180deg);
}

.swiper_btn_prev:hover,
.swiper_btn_next:hover {
  background: url('/images/product/tab2/arrow_l_a.png') no-repeat center center / 100% 100%;
}

.cell_3 {
  padding-top: 104px;
}

.cell_3_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cell_3_item {
  width: 635px;
  height: 399px;
  border-radius: 30px;
}

.cell_3_item:hover img {
  transform: scale(1.05);
}

.cell_3_p1 {
  font-size: 32px;
  color: #0A1226;
  line-height: 34px;
  margin-bottom: 18px;
  padding-left: 36px;
  padding-top: 40px;
}

.cell_3_p2 {
  font-size: 16px;
  color: rgba(10, 18, 38, 0.6);
  line-height: 20px;
  margin-bottom: 18px;
  padding-left: 36px;
  letter-spacing: -0.06em;
}

.cell_3_item>img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  transition: all 0.2s linear;
}

.cell_3_full {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 278px;
  border-radius: 30px;
  background: #7A7AEA;
  margin-top: 10px;
  overflow: hidden;
}

.cell_3_full:hover img {
  transform: scale(1.05);
}

.cell_3_full>img {
  position: relative;
  transition: all 0.2s linear;
}

.cell_3_full .cell_3_p1 {
  color: #fff;
  margin-bottom: 12px;
}

.cell_3_full .cell_3_p2 {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 28px;
  margin-bottom: 48px;
  width: 425px;
  letter-spacing: 0;
}

.cell_3_btn {
  margin-left: 36px;
}

.cell_4 {
  height: 632px;
  margin-top: 130px;
  padding-top: 72px;
}

.cell_4_title {
  font-size: 48px;
  color: #FEFEFF;
  line-height: 50px;
  text-align: center;
  margin-bottom: 72px;
}

.cell_4_item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 54px;
}

.cell_4_item>img {
  width: 41px;
  height: 41px;
  margin-top: -4px;
}

.cell_4_item_p1 {
  font-size: 28px;
  color: #FFFFFF;
  line-height: 30px;
  margin-bottom: 10px;
}

.cell_4_item_p2 {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 20px;
}

.cell_4_right {
  width: 1200px;
  height: 324px;
  position: absolute;
  z-index: 10;
  left: 850px;
  top: 200px;
}

.cell_4_tabs {
  display: flex;
  align-items: flex-end;
  gap: 14px;
}

.cell_4_tab {
  width: 259px;
  height: 147px;
  background: linear-gradient(180deg, #D4E2FB 0%, #F8FAFF 100%);
  border-radius: 19px;
  border: 1px solid #fff;
  cursor: pointer;
  padding: 32px 20px 0;
  overflow: hidden;
  margin-bottom: 17px;
}

.cell_4_tab_img {
  width: 100%;
  object-fit: cover;
}

.cell_4_tab.active {
  width: 464px;
  height: 324px;
  background: none;
  border-radius: 0;
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.cell_4_tab.active .cell_4_tab_img {
  display: none;
}

.cell_4_tab_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 464px;
  height: 324px;
  background: url('/images/product/tab2/cell_4_bg1.png') no-repeat 0 center / 455px 100%;
}

.cell_4_tab_box>img {
  width: 464px;
  height: 289px;
}

.cell_4_tab.active .cell_4_tab_box {
  display: flex;
}

.cell_4_tab_box {
  display: none;
}

.cell_4_tab[data-order="1"] {
  order: 1;
}

.cell_4_tab[data-order="2"] {
  order: 2;
}

.cell_4_tab[data-order="3"] {
  order: 3;
}

.cell_4_btns {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  top: 20px;
  left: 530px;
}

.cell_4_prev,
.cell_4_next {
  width: 54px;
  height: 54px;
  background: url('/images/product/tab2/arrow_r.png') no-repeat center center / 100% 100%;
  cursor: pointer;
  transition: all 0.1s linear;
}

.cell_4_prev {
  transform: rotate(180deg);
}

.cell_4_prev:hover,
.cell_4_next:hover {
  background: url('/images/product/tab2/arrow_r_d.png') no-repeat center center / 100% 100%;
}