section.product-certification {
  background: #F5F9FA !important;
}

.product-certification .columns {
  padding: 77px 0;
}

.product-certification .certification-item {
  height: auto;
  flex-direction: unset;
  justify-content: center;
}

.product-certification .certification-item img {
  height: 56px;
  margin-bottom: 0px;
}

.product-certification .certification-item p  {
  color: #201C26;
  margin-left: 40px;
}

.product-components-feature-item .content ul {
  list-style: none;
}

.product-components-feature-item .content ul li {
  position: relative;
}

.product-components-feature-item .content ul li::before {
  position: absolute;
  left: -13px;
  top: 9px;
  content: '';
  width: 7px;
  height: 7px;
  background-color: #00A671;
  display: block;
  clip-path: polygon(
  0 25%,
  50% 0,
  100% 25%,
  100% 75%,
  50% 100%,
  0 75%
  );
}

section.scenario-tab {
  background: url(../image/product-scenes-bg.png) center/cover no-repeat;
}

section.scenario-tab .tabs li {
  width: 183px;
  margin-right: 40px;
  font-size: 18px;
  font-weight: 600;
}

section.scenario-tab .tabs li:last-child {
  margin-right: 0px;
}

section.scenario-tab .tabs li a {
  border: none;
  position: relative;
}

section.scenario-tab .tabs li a::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 6px;
  top: 11px;
  background: #201C26;
}

section.scenario-tab .tabs li:nth-child(1) a::before {
  -webkit-mask: url(../image/computer_fill.svg) center/cover no-repeat;
}

section.scenario-tab .tabs li:nth-child(2) a::before {
  -webkit-mask: url(../image/book_read_fill.svg) center/cover no-repeat;
  left: 26px;
}

section.scenario-tab .tabs li:nth-child(2) a::after {
  width: 120px !important;
  left: 20px !important;
}

section.scenario-tab .tabs li:nth-child(3) a::before {
  -webkit-mask: url(../image/medicine_chest_fill.svg) center/cover no-repeat;
  left: 16px;
}

section.scenario-tab .tabs li:nth-child(3) a::after {
  width: 143px !important;
  left: 10px !important;
}

section.scenario-tab .tabs li.is-active a::before {
  background: #00AA72;
}

section.scenario-tab .tabs li.is-active a::after {
  content: '';
  display: inline-block;
  width: 153px;
  height: 4px;
  background-color: #00AA72;
  position: absolute;
  bottom: 0;
  left: 0px;
}

.product-scenes-container {
  display: flex;
}

.product-scenes-container ul {
  background-color: #fff;
  padding: 40px 40px 40px 80px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.product-scenes-container ul li {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
}

.product-scenes-container ul li:last-child {
  margin-bottom: 0px;
}

.product-scenes-container ul li::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(https://qc-website.sh1a.qingstor.com/files/2023/12/Star-1.svg) center/cover no-repeat;
  position: absolute;
  top: 0px;
  left: -26px;
}

.product-scenes-container ul li .title {
  font-size: 16px;
  color: #201C26;
  margin-bottom: 10px;
}

.product-scenes-container ul li .desc {
  font-size: 14px;
  color: #8E8C94;
  margin-bottom: 0px;
}

.product-scenes-container .product-scenes-img {
  display: flex;
  min-width: 520px;
}

#deploy,
.section.product-components-feature {
  padding-bottom: 0px !important;
}



@media screen and (max-width: 800px) {
  .product-certification .certification-item {
    flex-direction: column !important;
  }

  .product-scenes-container {
    flex-wrap: wrap;
  }

  .product-scenes-container .product-scenes-img {
    min-width: auto !important;
  }
}