.smart_washing1 {
  position: relative;
  z-index: 1;
  height: 600px;
  display: flex;
  align-items: center;
}
.smart_washing1 .text .p1 {
  color: #111;
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 29px;
}
.smart_washing1 .text .p2 {
  width: 600px;
  color: #111;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.smart_washing2 {
  position: relative;
  background: #fff;
  padding: 80px 0 130px;
}
.smart_washing2 .display {
  display: flex;
  justify-content: space-between;
}
.smart_washing2 .display .title {
  color: #333;
  font-size: 40px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}
.smart_washing2 .display .text {
  width: 701px;
  color: #5D6970;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177.778%;
}
.smart_washing2 .figure {
  display: flex;
  justify-content: space-between;
  margin: 102px 0 0;
}
.smart_washing2 .figure .item {
  position: relative;
}
.smart_washing2 .figure .item:not(:last-child):after {
  content: '';
  position: absolute;
  right: -85px;
  width: 1px;
  height: 54px;
  background: #D7DBDB;
  top: 50%;
  transform: translateY(-50%);
}
.smart_washing2 .figure .item .dis {
  display: flex;
  align-items: flex-end;
}
.smart_washing2 .figure .item .dis span {
  color: #333;
  font-size: 60px;
  font-style: normal;
  font-weight: bold;
  line-height: 100%;
}
.smart_washing2 .figure .item .dis .dw {
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 100%;
  margin: 0 0 0 7px;
}
.smart_washing2 .figure .item p {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 6px 0 0;
}

.smart_washing3 {
  position: relative;
  padding: 128px 0 128px;
}
.smart_washing3 .title {
  color: #333;
  font-size: 40px;
  font-style: normal;
  font-weight: bold;
}
.smart_washing3 .content {
  margin: 32px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}
.smart_washing3 .content .item {
  width: 100%;
  height: 432px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.smart_washing3 .content .item:hover .img img {
  transform: scale(1.05);
}
.smart_washing3 .content .item:hover .text .p1, .smart_washing3 .content .item:hover .text .time {
  color: var(--color);
}
.smart_washing3 .content .item .img {
  height: 240px;
  overflow: hidden;
}
.smart_washing3 .content .item .img img {
  width: 100%;
  height: 100%;
  transition: .6s ease;
}
.smart_washing3 .content .item .text {
  padding: 20px;
  height: 192px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.smart_washing3 .content .item .text .p1 {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 20px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: .6s ease;
}
.smart_washing3 .content .item .text .p2 {
  color: #5D6970;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.smart_washing3 .content .item .text .time {
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: .6s ease;
}
