.mobile {
  display: none;
}
.floor2 {
  padding: 2.39583333rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.14583333rem;
  align-items: center;
  background: center / cover url('/assets/static/image2/eventbg.jpg') no-repeat;
}
.floor2 .modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 5rem;
  width: 100%;
  height: 41.66666667rem;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.floor2 .modal .modal-content {
  display: flex;
}
.floor2 .modal .modal-content video {
  height: 41.66666667rem;
  margin: 0 auto;
}
.floor2 .modal .modal-content #closeModalBtn {
  display: block;
  width: 1.30208333rem;
  height: 1.30208333rem;
  font-size: 24px;
  text-align: center;
  line-height: 1.30208333rem;
  color: #fff;
  cursor: pointer;
}
.floor2 .video-play {
  height: auto;
  position: relative;
}
.floor2 .video-play .video-cover {
  width: 54.01041667rem;
  height: 17.86458333rem;
}
.floor2 .video-play i {
  font-size: 36px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  cursor: pointer;
}
.floor2 .video-play .video-title {
  color: #FFF;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 1.5625rem;
  font: 600 1.25rem 'LuxeUnoLight';
  transform: translate(-50%, -50%);
  /* 66.667% */
}
@media screen and (max-width: 768px) {
  .mobile {
    display: block;
  }
  .pc {
    display: none;
  }
  .floo1 .floor1-img img {
    height: 4.65116279rem;
  }
  .floor2 {
    margin: 0.60465116rem auto;
    gap: 0.20930233rem;
    padding: 0;
    background: #fff;
  }
  .floor2 .modal {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 40%;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .floor2 .modal .modal-content {
    flex-direction: column;
    background-color: #000;
  }
  .floor2 .modal .modal-content video {
    height: 5.58139535rem;
    margin: 0 auto;
  }
  .floor2 .video-play {
    display: flex;
    align-items: center;
    height: 3.02325581rem;
    width: 100%;
    justify-content: center;
  }
  .floor2 .video-play .video-cover {
    width: 9.18604651rem;
    height: 3.02325581rem;
    object-fit: cover;
  }
  .floor2 .video-play .play-btn {
    position: absolute;
    left: 50%;
    top: 46%;
    transform: translate(-50%, -46%);
  }
  .floor2 .video-play .video-title {
    color: #FFF;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 0.09302326rem;
    font: 600 0.37209302rem 'LuxeUnoLight';
    transform: translate(-50%, -50%);
    /* 66.667% */
  }
}
