.runfeng-vr-showroom-item {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
}

.runfeng-vr-showroom-item.active {
  display: block;
}

.runfeng-vr-showroom {
  position: relative;
  height: 100vh;
  isolation: isolate;
  overflow: hidden;
}

.runfeng-vr-showroom-item iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.btn-mask {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100%;
  z-index: 999;
  aspect-ratio: 1000 / 83;
  pointer-events: none;
}

.runfeng-vr-showroom-item-pics-wapper {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100%;
  overflow-x: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  pointer-events: auto;
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
}

.runfeng-vr-showroom-item-pics {
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--text-gap-md);
}

.runfeng-vr-showroom-item-pics img {
  width: 13.3%;
  aspect-ratio: 8/5;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.00);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 73.44%, rgba(0, 0, 0, 0.70) 91.87%);
  cursor: pointer;
}

.runfeng-vr-showroom-item-pics .runfeng-vr-showroom-item-pic.active {
  border: 2px solid rgba(255, 255, 255, 0.90);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 73.44%, rgba(0, 0, 0, 0.70) 91.87%);
}