.baosidun_factory_VR {
  padding-top: 6.625rem;
  background: linear-gradient(180deg, rgba(245, 245, 245, 0.00) 0%, rgba(245, 245, 245, 0.56) 100%);
}

.baosidun_factory_VR .vr-title {
  text-align: center;
  margin-bottom: .6875rem;
}

.baosidun_factory_VR .vr-desc {
  text-align: center;
}

.baosidun_factory_VR .vr-wrapper {
  margin-top: 4.25rem;
  width: 100%;
  aspect-ratio: 18/7;
}

.baosidun_factory_VR .vr-wrapper-empty {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.baosidun_factory_VR .vr-icon {
  margin-bottom: 4.5rem;
}

.baosidun_factory_VR .vr-btn {
  margin-bottom: 3.75rem;
}

@media (max-width: 992px) {
  .baosidun_factory_VR .vr-wrapper {
    aspect-ratio: 16/9;
  }
}

@media (max-width: 768px) {
  .baosidun_factory_VR .vr-icon {
    margin-bottom: 2rem;
  }

  .baosidun_factory_VR .vr-btn {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 576px) {}