.vr {
    height: 100vh;
    background: #F1F1F1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vr .wrap {
    text-align: center;
}

.vr .wrap .lg {
    width: 489px;
    margin: 0 auto 28px;
    display: block;
}

.vr .wrap .text {
    font-size: 26px;
    font-weight: 500;
    color: #222222;
}

.vr .wrap a {
    width: 551px;
    height: 413px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.vr .wrap a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.vr .wrap a p {
    font-size: 20px;
    font-weight: 500;
    color: #8D8BF7;
    display: block;
}

/*# sourceMappingURL=vr.css.map */
@media screen and (max-width: 1024px) {
  .vr .wrap .lg{
    max-width: 90%;
  }
  .vr .wrap{
    max-width: 90%;
    margin: auto;
  }
  .vr .wrap .text{
    font-size: 17px;
  }
  .vr .wrap a{
    max-width: 100%;
    height: auto;
  }
  .vr .wrap a img{
    position: static;
  }
  .vr .wrap a p{
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 12;
  }
}<!--0.00013995170593262-->