/* ===== 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 {
  margin: 40px auto 0;
}

/* ===== sec2.features .wh1200.items1 ===== */
.sec2.features .wh1200.items1 {
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin-bottom: 88px;
}
.sec2.features .wh1200.items1 .item {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 160px;
  gap: 10px;
  border-radius: 16px;
  box-shadow: 0 4px 9px 3px rgba(0, 75, 225, 0.1);
}
.sec2.features .wh1200.items1 .item .item-img {
  width: 160px;
  height: 160px;
  flex-shrink: 0;
}
.sec2.features .wh1200.items1 .item .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec2.features .wh1200.items1 .item .item-content {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
  justify-content: center;
}
.sec2.features .wh1200.items1 .item .item-content .item-title {
  color: #004BE1;
  font-size: 16px;
  line-height: 1.4;
}
.sec2.features .wh1200.items1 .item .item-content .item-description {
  color: #333333;
  font-size: 16px;
  line-height: 1.4;
  padding-right: 10px;
}

/* ===== sec2.features .wh1200.items2 ===== */
.sec2.features .wh1200.items2 {
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin-bottom: 88px;
}
.sec2.features .wh1200.items2 .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #004BE1;
  height: 230px;
  gap: 16px;
  color: white;
  border-radius: 16px;
  box-shadow: 0 4px 9px 3px rgba(0, 75, 225, 0.1);
  padding: 32px;
}
.sec2.features .wh1200.items2 .item .item-header {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.sec2.features .wh1200.items2 .item .item-header .item-img {
  width: 40px;
  height: 40px;
}
.sec2.features .wh1200.items2 .item .item-header .item-title {
  font-size: 16px;
}
.sec2.features .wh1200.items2 .item .item-content .item-description {
  font-size: 16px;
  line-height: 1.4;
}

/* ===== sec2.features .wh1200.items3 ===== */
.sec2.features .wh1200.items3 {
  display: flex;
  flex-direction: row;
  gap: 33px;
  margin-bottom: 48px;
}
.sec2.features .wh1200.items3 .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: white;
  height: 236px;
  gap: 16px;
  color: white;
  border-radius: 16px;
  box-shadow: 0 4px 9px 3px rgba(0, 75, 225, 0.1);
}
.sec2.features .wh1200.items3 .item .item-header {
  height: 96px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sec2.features .wh1200.items3 .item .item-header .item-title {
  font-size: 24px;
  line-height: 1.4;
  color: #fff;
  position: absolute;
}
.sec2.features .wh1200.items3 .item .item-content {
  padding: 0 38px;
}
.sec2.features .wh1200.items3 .item .item-content .item-description {
  color: #333;
  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 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  margin-left: 40px;
  padding: 40px 0;
}
.sec4.scenes .wh1200.items1 .item .item-header .item-img {
  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: 390px;
  margin-left: 68px;
  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;
}