.floor1 {
  position: relative;
}
.floor1 img {
  width: 100%;
}
.floor1 p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.floor1 .text1 {
  top: 30%;
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
}
.floor1 .text2 {
  top: 50%;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
}
.floor2 main {
  width: 93.75rem;
  margin: 0 auto;
}
.floor2 main h1 {
  font-size: 3.33333333rem;
  color: #3a3a3a;
  font-weight: 400;
}
.floor2 main p {
  margin-top: 1.5625rem;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.floor2 main .imgs {
  display: flex;
  justify-content: space-between;
  gap: 2.08333333rem;
  margin-top: 2.08333333rem;
  margin-bottom: 2.08333333rem;
}
.floor2 main .imgs .left .imgbox {
  position: relative;
}
.floor2 main .imgs .left .imgbox:nth-child(2) {
  margin-top: 2.44791667rem;
}
.floor2 main .imgs .left .imgbox:nth-child(2) p {
  left: 10%;
  bottom: 6%;
  position: absolute;
  color: #000;
  opacity: 0;
}
.floor2 main .imgs .left .imgbox img {
  width: 26.5625rem;
  height: 19.58333333rem;
}
.floor2 main .imgs .left .imgbox:nth-child(1) p {
  position: absolute;
  color: #000;
  opacity: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.floor2 main .imgs .middle .imgbox {
  position: relative;
}
.floor2 main .imgs .middle .imgbox img {
  width: 26.5625rem;
  height: 41.66666667rem;
}
.floor2 main .imgs .middle .imgbox p {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  color: #000;
  opacity: 0;
}
.floor2 main .imgs .right .imgbox {
  position: relative;
}
.floor2 main .imgs .right .imgbox:nth-child(2) {
  margin-top: 2.44791667rem;
}
.floor2 main .imgs .right .imgbox:nth-child(2) p {
  position: absolute;
  left: 10%;
  bottom: 10%;
  opacity: 0;
  color: #000;
}
.floor2 main .imgs .right .imgbox img {
  width: 26.5625rem;
  height: 19.58333333rem;
}
.floor2 main .imgs .right .imgbox:nth-child(1) p {
  opacity: 0;
  position: absolute;
  left: 10%;
  top: 10%;
  color: #000;
}
