/* ===== sec1.introduction ===== */
.sec1.introduction .wh1200.items1 {
  /* 父级无额外样式，保留选择器 */
}
.sec1.introduction .wh1200.items1 .item {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.sec1.introduction .wh1200.items1 .item img {
  object-fit: cover;
  margin: 40px auto 0;
}

/* ===== sec2.features .wh1200.items1 ===== */
.sec2.features .wh1200.items1 {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-template-rows: 1fr 1fr;
  flex-direction: row;
  height: 427px;
  gap: 16px;
  margin-bottom: 88px;
}
.sec2.features .wh1200.items1 .left-top {
  color: white;
  grid-column: 1;
  grid-row: 1;
}
.sec2.features .wh1200.items1 .left-bottom {
  color: white;
  grid-column: 1;
  grid-row: 2;
}
.sec2.features .wh1200.items1 .center {
  color: white;
  grid-column: 2;
  grid-row: 1 / span 2;
  width: auto !important;
  height: auto !important;
}
.sec2.features .wh1200.items1 .right-top {
  color: #2d3436;
  grid-column: 3;
  grid-row: 1;
}
.sec2.features .wh1200.items1 .right-bottom {
  color: white;
  grid-column: 3;
  grid-row: 2;
}
.sec2.features .wh1200.items1 .item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 9px;
  width: 272px;
  height: 101px;
}
.sec2.features .wh1200.items1 .item .item-img {
  width: 58px;
  height: 58px;
  flex-shrink: 0;
}
.sec2.features .wh1200.items1 .item .item-img img {
  object-fit: cover;
}
.sec2.features .wh1200.items1 .item .item-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: center;
}
.sec2.features .wh1200.items1 .item .item-content .item-title {
  color: #000000;
  font-size: 22px;
  line-height: 1.4;
}
.sec2.features .wh1200.items1 .item .item-content .item-description {
  color: #666666;
  font-size: 16px;
  line-height: 1.4;
}

/* ===== sec3.advantages .wh1200.items1 ===== */
.sec3.advantages .wh1200.items1 {
  display: flex;
  flex-direction: row;
  gap: 32px;
}
.sec3.advantages .wh1200.items1 .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: white;
  height: 300px;
  color: white;
  border-radius: 16px;
  box-shadow: 0 4px 9px 3px rgba(0, 75, 225, 0.1);
}
.sec3.advantages .wh1200.items1 .item .item-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  padding: 40px 0 24px 0;
}
.sec3.advantages .wh1200.items1 .item .item-header .item-img {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}
.sec3.advantages .wh1200.items1 .item .item-header .item-title {
  font-size: 20px;
  line-height: 1.4;
  color: #004BE1;
}
.sec3.advantages .wh1200.items1 .item .item-content {
  padding: 0 32px;
}
.sec3.advantages .wh1200.items1 .item .item-content .item-description {
  color: #333;
  font-size: 16px;
  line-height: 1.4;
}

/* ===== sec4.scenes .wh1200.items1 ===== */
.sec4.scenes .wh1200.items1 {
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin-bottom: 48px;
}
.sec4.scenes .wh1200.items1 .item {
  flex: 1;
  display: flex;
  flex-direction: row;
  background-color: white;
  align-items: center;
  height: 452px;
  color: white;
  border-radius: 16px;
  box-shadow: 0 4px 9px 3px rgba(0, 75, 225, 0.1);
}
.sec4.scenes .wh1200.items1 .item .item-header {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  padding: 40px;
}
.sec4.scenes .wh1200.items1 .item .item-header .item-img {
  width: 495px;
  height: 365px;
  flex-shrink: 0;
}
.sec4.scenes .wh1200.items1 .item .item-header .item-title {
  font-size: 20px;
  line-height: 1.4;
  color: #333333;
}
.sec4.scenes .wh1200.items1 .item .item-content {
  flex-shrink: 0;
  width: 588px;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sec4.scenes .wh1200.items1 .item .item-content .item-title {
  font-size: 16px;
  line-height: 1.4;
  color: #333333;
}
.sec4.scenes .wh1200.items1 .item .item-content .item-title:before {
  content: '';
  position: relative;
  left: -8px;
  top: 2px;
  display: inline-block;
  width: 4px;
  border-radius: 8px;
  height: 16px;
  background-color: #004BE1;
  box-shadow: 0 4px 9px 3px rgba(0, 75, 225, 0.1);
}
.sec4.scenes .wh1200.items1 .item .item-content .item-description {
  color: #666666;
  font-size: 16px;
  line-height: 1.5;
}

/* ===== sec4.scenes .wh1200.items2 ===== */
.sec4.scenes .wh1200.items2 {
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin-bottom: 48px;
}
.sec4.scenes .wh1200.items2 .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: white;
  height: 412px;
  color: white;
  border-radius: 16px;
  box-shadow: 0 4px 9px 3px rgba(0, 75, 225, 0.1);
}
.sec4.scenes .wh1200.items2 .item .item-header {
  height: 140px;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 17px;
}
.sec4.scenes .wh1200.items2 .item .item-header .item-title {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  display: flex;
  width: 130px;
  height: 34px;
  justify-content: center;
  align-items: center;
  background-image: url(../images/temp.png);
}
.sec4.scenes .wh1200.items2 .item .item-header .item-desc {
  font-size: 28px;
  line-height: 1.4;
  color: #fff;
}
.sec4.scenes .wh1200.items2 .item .item-content {
  padding: 38px 35px 31px 38px;
}
.sec4.scenes .wh1200.items2 .item .item-content li {
  list-style-type: none;
  position: relative;
}
.sec4.scenes .wh1200.items2 .item .item-content li::before {
  content: "•";
  color: blue;
  position: absolute;
  left: -10px;
  width: 10px;
}
.sec4.scenes .wh1200.items2 .item .item-content li:nth-child(1) {
  height: 66px;
  margin-bottom: 24px;
}
.sec4.scenes .wh1200.items2 .item .item-content li:nth-child(2) {
  height: 113px;
}
.sec4.scenes .wh1200.items2 .item .item-content .item-description {
  color: #333;
  font-size: 16px;
  line-height: 1.4;
}
.sec4.scenes .wh1200.items2 .item .item-content .item-description span {
  color: #004BE1;
}