.r1 {
  width: 100vw;
  height: 46.629vw;
  background: url(../images/r1.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}
.bg-en .r1 {
  background: url(../images/r1-en.png) no-repeat !important;
  background-size: 100% 100% !important;
}
.bg-en .r2 {
  background: url(../images/r2-en.png) no-repeat !important;
  background-size: 100% 100% !important;
}
.r2 {
  width: 100vw;
  height: 46.629vw;
  background: url(../images/r2.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}
.r2 p {
  font-size: 0;
}
i {
  font-style: normal;
}
.room-bg-p1 {
  font-size: 8vw;
  color: #fff;
  font-weight: 700;
  text-shadow: 0.2vw 0.2vw 0.2vw #244FDB, 0.2vw 0 0.2vw #244FDB, 0 0.2vw 0.2vw #244FDB;
  text-indent: 8vw;
  margin-top: 15vw;
}
.room-bg-p2 {
  font-size: 8vw;
  color: #fff;
  font-weight: 700;
  text-shadow: 0.2vw 0.2vw 0.2vw #244FDB, 0.2vw 0 0.2vw #244FDB, 0 0.2vw 0.2vw #244FDB;
  text-indent: 8vw;
  margin-top: 1vw;
}