.cell_1 {
  height: 600px;
}

.cell_1_container {
  position: relative;
  z-index: 9;
  padding-top: 201px;
}

.cell_1_title {
  margin-bottom: 20px;
}

.cell_1_p2 {
  font-weight: 400;
  font-size: 18px;
  color: #7A7B85;
  line-height: 20px;
  margin-bottom: 42px;
}

.cell_1_btn {
  width: 202px;
  height: 66px;
  background: linear-gradient(270deg, #0066FC 0%, #00EAFF 100%);
  border-radius: 33px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.cell_1_btn:hover {
  background: #0066FC;
}

.cell_title {
  font-size: 46px;
  color: #000000;
  line-height: 48px;
  font-weight: 500;
  text-align: center;
}

.cell_2 {
  height: 678px;
}

.cell_2_container {
  padding-top: 79px;
}

.cell_2_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cell_2_left {
  position: relative;
  width: 668px;
  height: 387px;
  border-radius: 16px;
}

.cell_2_left>img {
  width: 100%;
  height: 431px;
  object-fit: cover;
  position: absolute;
  top: -44px;
}

.cell_2_left_c {
  position: absolute;
  z-index: 2;
  padding: 50px 50px 0 50px;
}

.cell_2_left_p1 {
  font-size: 26px;
  color: #000000;
  line-height: 30px;
  margin-bottom: 16px;
}

.cell_2_left_p2 {
  font-size: 16px;
  color: rgba(0, 0, 0, .4);
  line-height: 26px;
  margin-bottom: 134px;
}

.cell_2_left_p3 {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  font-weight: 500;
  font-size: 32px;
  color: #006CFF;
  line-height: 34px;
  margin-bottom: 8px;
  letter-spacing: -2px;
}

.cell_2_left_p3>span:last-child {
  font-size: 24px;
  line-height: 26px;
}

.cell_2_left_p4 {
  font-size: 16px;
  color: rgba(0, 0, 0, .4);
  line-height: 24px;
}

.cell_2_float1,
.cell_2_float2 {
  font-size: 14px;
  color: #fff;
  line-height: 16px;
  position: absolute;
  z-index: 2;
}

.cell_2_float1 {
  top: 204px;
  left: 244px;
}

.cell_2_float2 {
  top: 288px;
  right: 36px;
}

.cell_2_top,
.cell_2_bottom {
  width: 600px;
  height: 190px;
  border-radius: 16px;
  padding: 50px;
}

.cell_2_top {
  background: url('/images/service/cell_2_bg1.png') no-repeat center center / 100% 100%;
  margin-bottom: 10px;
}

.cell_2_bottom {
  background: url('/images/service/cell_2_bg2.png') no-repeat center center / 100% 100%;
}

.cell_2_right_p1 {
  font-size: 26px;
  color: #000000;
  line-height: 30px;
  margin-bottom: 20px;
}

.cell_2_right_p2 {
  font-size: 16px;
  color: rgba(0, 0, 0, .4);
  line-height: 26px;
}

.cell_3_container {
  position: relative;
  padding-top: 116px;
  z-index: 2;
}

.cell_3_title {
  font-size: 46px;
  color: #FFFFFF;
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 50px;
}

.cell_3_line {
  width: 646px;
  height: 1px;
  background: #9CC6FF;
  opacity: 0.2;
  margin-bottom: 50px;
}

.cell_3_p1 {
  font-size: 26px;
  color: #FFFFFF;
  line-height: 30px;
  margin-bottom: 10px;
  padding-left: 80px;
}

.cell_3_p2 {
  font-size: 16px;
  color: rgba(255, 255, 255, .6);
  line-height: 24px;
  margin-bottom: 60px;
  padding-left: 80px;
}

.cell_3_float {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 16px;
  position: absolute;
  white-space: nowrap;
}

.cell_3_float1 {
  top: 278px;
  left: 648px;
}


.cell_3_float2 {
  top: 266px;
  left: 1246px;
}


.cell_3_float3 {
  top: 530px;
  left: 1240px;
}

.cell_4 {
  height: 822px;
  padding-top: 99px;
}

.cell_4_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cell_4_item {
  width: 416px;
  height: 518px;
  position: relative;
}

.cell_4_item>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.cell_4_item_c {
  position: relative;
  z-index: 2;
  padding: 50px 40px;
}

.cell_4_item_c>p:first-child {
  font-size: 32px;
  color: #000000;
  line-height: 34px;
  margin-bottom: 325px;
}

.cell_4_item_c>p:last-child {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
}

.cell_5 {
  height: 750px;
}

.cell_5_container {
  position: relative;
  z-index: 2;
  padding-top: 100px;
}

.cell_5_count {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 70px;
  padding: 0 20px;
}

.cell_5_count_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 240px;
}

.cell_5_count_item>p:first-child {
  font-size: 46px;
  color: #167BF4;
  line-height: 48px;
  margin-bottom: 4px;
  font-weight: 600;
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.cell_5_count_item>p:first-child>span {
  font-size: 28px;
  line-height: 36px;
}

.cell_5_count_item>p:last-child {
  font-size: 16px;
  color: #222;
  line-height: 26px;
}

.cell_5_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  padding-top: 20px;
}

.cell_5_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cell_5_item>img {
  width: 220px;
  height: 220px;
  object-fit: cover;
}

.cell_5_item>p {
  font-size: 14px;
  color: #000000;
  line-height: 16px;
  text-align: center;
}

.cell_5_sub_title {
  font-size: 24px;
  color: #666;
  line-height: 26px;
  text-align: center;
}