body {
  background: #f3f6fa;
}

.section1 {
  font-size: 0;
  position: relative;
}
.section1 img {
  width: 100%;
}
.section1-con {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.section1-con-title1 {
  color: #0068fb;
  font-size: 40px;
  font-weight: 700;
}
.section1-con-title2 {
  font-size: 24px;
  margin-top: 20px;
  text-transform: uppercase;
 
}

/* -------------------------------section2------------------------------- */
.section2 {
  margin-top: -50px;
  position: relative;
}
.section2-con {
  background-color: #fff;
  border-radius: 8px;
  padding: 12px 32px;
  box-shadow: 0px 0 53px 3px rgba(0, 0, 0, 0.06);
  border-radius: 8px;

  background-image: url(/Upload/images/product/sts2-1.png);
  background-repeat: no-repeat;
  background-size: 200px auto;
  background-position: bottom right;
}
.section2-con-list {
  font-size: 16px;
  line-height: 32px;
  margin: 10px 0;
  display: flex;
}
.section2-con-list-title {
  display: inline-block;
  color: #666;
  flex-grow: 0;
  flex-shrink: 0;
}
.section2-con-list-item {
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
}
.section2-con-list-item.active {
  color: #0068fb;
}
.section2-con-list-item.disabled {
  color: #ccc;
  cursor: no-drop;
}

/* -------------------------------section3------------------------------- */
.section3 {
  position: relative;
  padding-bottom: 120px;
}
.section3-con {
  margin-top: 32px;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 80px;
}




@media screen and (max-width: 1200px) {
    

  .section1 {
    height: 150px;
  }
  .section1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section1-con-title1 {
    font-size: 24px;
  }
  .section1-con-title2 {
    font-size: 16px;
    margin-top: 14px;
  }
  /* -------------------------------section2------------------------------- */
  .section2 {
    margin-top: 20px;
  }
  .section2-con {
    padding: 10px 20px;
  }
  .section2-con-list {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0;
  }
  /* -------------------------------section3------------------------------- */
  .section3 {
    position: relative;
    padding-bottom: 40px;
  }
  .section3-con {
    margin-bottom: 30px;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 14px;
    margin-top: 10px;
  }
  

}
