<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content {
  width: 100%;
  height: 100vh;
  background: url(../../img/room/bg2.png) no-repeat center;
  background-size: 100% 100%;
}
.contain {
  width: 1440px;
  height: 100%;
  margin: 0 auto;
}
.main {
  position: absolute;
  left: 140px;
  bottom: 56px;
  color: #fff;
}
.indexHeader.nextBg.roomHead {
  background-color: rgba(0, 0, 0, 0.6);
}
.title {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: -545px;
  color: #fff;
}
.title h4 {
  font-size: 30px;
  text-align: left;
  margin-bottom: 25px;
  margin-left: 22px;
  font-weight: normal;
}
.title .room {
  position: relative;
  width: 310px;
  height: 70px;
  background: url(../../img/room/border.png) no-repeat;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.title .room span {
  display: block;
  text-align: left;
  margin-left: 22px;
  font-size: 24px;
  line-height: 70px;
  margin-right: 18px;
}
.title .room .ponit {
  width: 8px;
  height: 8px;
  background-color: red;
  border-radius: 8px;
  margin: 0 0 11px 2px;
}
.title .room .light {
  position: absolute;
  display: inline-block;
  /* background-color: red; */
  border-radius: 8px;
  right: -262px;
  top: 11px;
  transform: translateY(-50%);
  z-index: 999;
  /* opacity: 0.9; */
}
.title .room .juan {
  position: absolute;
  top: 71px;
  left: 13px;
  width: 261px;
  height: 206px;
  background: url(../../img/room/juan.png);
}

.title .room .juan &gt; div {
  font-size: 18px;
  margin: 2px auto;
  box-sizing: border-box;
  width: 222px;
  height: 45px;
  /* padding: 10px 10px; */
  text-align: center;
  line-height: 45px;
  color: #ff9c00;
  background-color: black;
  border: 1px solid #432a03;
}
.title .room .juan &gt; div:nth-child(1) {
  margin: 10px auto 0px;
}
.title .room .juan &gt; .select {
  background-color: rgba(255, 156, 3, 0.5);
}
.main .tab {
  width: 630px;
  height: 70px;
  display: flex;
  justify-content: space-between;
}
.main .tab &gt; div {
  width: 32.5%;
  height: 100%;
  background-color: #464646;
  font-size: 24px;
  line-height: 70px;
  cursor: pointer;
}
/* .main .tab &gt; div.select {
  background-color: #2b93ff;
} */
.playBorder {
  width: 55%;
  height: 61%;
  /* border: 4px solid #464646; */
  border-radius: 6px;
  position: relative;
  top: 13.5%;
  right: -36%;
  /* overflow: hidden; */
}
video {
  position: absolute;
  bottom: 0;
  outline: none;
  left: 0px;
  /* position: absolute;
  top: 13%;
  right: 16%; */
  width: 100%;
  /* height: 100%; */
  /* height: 62%; */
  /* background: url(../../img/room/headBg1.jpg);
  background-size: cover; */
}

/* 鎾斁瑙嗛 */
#show-video,
#show-video2,
#show-video3 {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999;
  background-color: rgb(0 0 0 / 90%);
  display: none;
}
.video-close,
.video-close2,
.video-close3 {
  width: 45px;
  height: 45px;
  background: url(../../img/aboutUs/close.png) center no-repeat;
  /* background-color: #666; */
  position: absolute;
  right: 118px;
  top: 113px;
  cursor: pointer;
}

#show-video3 video {
  outline: none;
  max-width: 85%;
  max-height: 70vh;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 20px 40px rgb(0 0 0 / 50%);
}
#show-video video {
  outline: none;
  max-width: 85%;
  max-height: 70vh;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 20px 40px rgb(0 0 0 / 50%);
}
#show-video2 video {
  outline: none;
  max-width: 85%;
  max-height: 70vh;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 20px 40px rgb(0 0 0 / 50%);
}
.buryingPoint {
  position: fixed;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1550px) {
  .playBorder {
    right: -43%;
  }
}
</pre></body></html>