.floor1 {
  margin-top: 5.20833333rem;
}
.floor1 main {
  width: 93.75rem;
  margin: 0 auto;
}
.floor1 main .title {
  display: flex;
  justify-content: space-between;
}
.floor1 main .title h1 {
  font-size: 3.33333333rem;
  font-weight: 400;
  color: #000;
}
.floor1 main p {
  font-size: 1.04166667rem;
}
.floor1 main .products {
  display: flex;
  margin-bottom: 1.04166667rem;
  justify-content: space-between;
}
.floor1 main .products .left .item img,
.floor1 main .products .right .item img {
  width: 31.25rem;
  height: 20.83333333rem;
}
.floor1 main .products .middle .item img {
  width: 31.25rem;
  height: 41.66666667rem;
}
.floor1 main .products .middle .item p {
  margin-top: 1.5625rem;
}
.floor1 main .products .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.floor1 main .products .item p {
  text-align: center;
  color: #000;
}
.floor1 main .texts {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.04166667rem;
}
.floor1 main .texts div {
  width: 26.04166667rem;
  height: 5.20833333rem;
  font-size: 0.83333333rem;
  text-align: center;
  line-height: 5.20833333rem;
  background: #AEAEAE;
  color: #fff;
}
.floor2 img {
  width: 100%;
}
