body {
  background: #EEE;
}
.banner {
  position: relative;
}
.banner img {
  display: block;
  position: relative;
  z-index: 1;
}
.banner .textbox {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 120px;
  background: rgba(255, 255, 255, 0.85);
  padding: 38px;
  max-width: 1123px;
}
.banner .textbox h1 {
  font-family: var(--fontfamliy);
  font-size: 48px;
  line-height: 80px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #1D1D1D;
  font-weight: 400;
  text-transform: uppercase;
}
.banner .textbox p {
  font-size: 24px;
  line-height: 30px;
  color: #666;
  font-weight: 500;
}
.vr {
  padding: 160px 120px;
}
.vr .title {
  font-family: var(--fontfamliy);
  font-size: 40px;
  line-height: 52px;
  letter-spacing: 1px;
  margin-bottom: 55px;
  color: #1D1D1D;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
.vr .list {
  display: flex;
  gap: 60px;
}
.vr .list .item {
  width: calc(50% - 30px);
  position: relative;
}
.vr .list .item .img {
  position: relative;
  z-index: 1;
}
.vr .list .item .img img {
  position: relative;
  z-index: 1;
  display: block;
}
.vr .list .item .img iframe {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  object-fit: cover;
}
.vr .list .item .img .btn {
  position: absolute;
  z-index: 2;
  width: 100px;
  height: 100px;
  background-image: url('../images/vr/btn.png');
  background-size: 100% 100%;
  cursor: pointer;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: -50px;
}
.vr .list .item p {
  font-size: 24px;
  font-family: var(--fontfamliy);
  color: var(--text1);
  line-height: 86px;
  background: #fff;
  font-weight: 500;
  text-align: center;
}
.news .list {
  display: flex;
  gap: 50px;
}
.news .list .item {
  display: block;
  position: relative;
  flex: 1;
}
.news .list .item .img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.news .list .item .img img {
  display: block;
  width: 100%;
}
.news .list .item .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  font-family: var(--fontfamliy);
  font-size: 24px;
  line-height: 1;
  padding: 70px 0 50px;
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg, rgba(29, 31, 26, 0) 0%, rgba(29, 33, 25, 0.9) 100%);
}
@media screen and (max-width: 1024px) {
  .banner {
    position: relative;
  }
  .banner .textbox {
    position: relative;
    z-index: 2;
    bottom: auto;
    left: auto;
    background: #fff;
    padding: 38px;
    margin-left: 120px;
    margin-right: 120px;
    margin-top: -50px;
  }
  .vr .list {
    flex-wrap: wrap;
  }
  .vr .list .item {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .news .list {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
  }
  .news .list .item {
    flex: none;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .banner .textbox {
    margin-left: 25rem;
    margin-right: 25rem;
    margin-top: -60rem;
    padding: 40rem 22rem;
  }
  .banner .textbox h1 {
    font-size: 48rem;
    line-height: 58rem;
    letter-spacing: 0;
    margin-bottom: 30rem;
    text-align: center;
  }
  .banner .textbox p {
    font-size: 30rem;
    line-height: 38rem;
    text-align: center;
  }
  .vr {
    padding: 100rem 25rem;
  }
  .vr .title {
    font-size: 48rem;
    line-height: 58rem;
    letter-spacing: 0;
    margin-bottom: 40rem;
  }
  .vr .list {
    gap: 40px;
  }
  .vr .list .item .img .btn {
    width: 100rem;
    height: 100rem;
    margin-left: -50rem;
    margin-top: -50rem;
  }
  .vr .list .item p {
    font-size: 30rem;
    line-height: 102rem;
  }
  .news .list {
    gap: 40rem;
  }
  .news .list .item .title {
    font-size: 40rem;
    padding: 140rem 0 90rem;
  }
}
