@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,500,700,900&display=swap");
@media all and (min-width: 768px) {
  body {
    background-image: url(../images/games-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
  }
}

.intro {
  padding: 10px;
}
.intro .title {
  font-size: 24px;
  margin-bottom: 10px;
}
@media all and (min-width: 768px) {
  .intro {
    position: fixed;
    left: 0px;
    top: 100px;
    width: 250px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0 10px 10px 0;
    padding: 10px;
  }
  .intro .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.roomAll {
  position: relative;
  width: 350px;
  min-height: 80vh;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  top: 20px;
  font-family: "Noto Sans TC", sans-serif;
}
@media all and (min-width: 768px) {
  .roomAll {
    position: absolute;
    width: 700px;
    min-height: 100vh;
  }
}

.markAll {
  position: absolute;
  width: 240px;
  height: 100px;
  background-color: #CBFFFC;
  border-radius: 10px;
  border: 4px solid #46B6AE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  top: 350px;
  left: 0;
  right: 0;
  margin: auto;
}
@media all and (min-width: 768px) {
  .markAll {
    right: 0;
    top: 20px;
    left: initial;
    margin: initial;
  }
}
.markAll .text {
  position: absolute;
  font-size: 12px;
  background-color: #46B6AE;
  width: 140px;
  top: 93px;
  left: 50px;
  border-radius: 0 0 10px 10px;
  text-align: center;
  color: #fff;
}
.markAll .mmark {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: -o-radial-gradient(center, ellipse cover, rgba(244, 232, 66, 0.5) 35%, rgba(255, 255, 255, 0) 60%);
  background: radial-gradient(center, ellipse cover, rgba(244, 232, 66, 0.5) 35%, rgba(255, 255, 255, 0) 60%);
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
}
.markAll .fire {
  position: absolute;
  width: 100px;
  height: 112px;
  background-image: url(../images/fire/fire1.png);
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start;
  -webkit-animation-name: fire1;
          animation-name: fire1;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  left: -30px;
  top: -50px;
}

.room {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
.room .btn-home {
  position: absolute;
  font-size: 12px;
}
@media all and (min-width: 768px) {
  .room .btn-home {
    font-size: 16px;
  }
}
.room .item {
  position: absolute;
}
.room .item img {
  width: 100%;
}
.room .bg {
  position: absolute;
  width: 350px;
}
@media all and (min-width: 768px) {
  .room .bg {
    width: 700px;
    top: 100px;
  }
}
.room .bg img {
  width: 100%;
}

.roomRight {
  left: 350px;
}
@media all and (min-width: 768px) {
  .roomRight {
    left: 700px;
  }
}

.room0MoveToLeft {
  left: -350px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media all and (min-width: 768px) {
  .room0MoveToLeft {
    left: -700px;
  }
}

.room0MoveBack {
  left: 0;
}

.roomMoveToLeft {
  left: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.roomMoveBack {
  left: 350px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media all and (min-width: 768px) {
  .roomMoveBack {
    left: 700px;
  }
}

.room0 {
  z-index: 6;
}
.room0 .btns {
  position: absolute;
  width: 200px;
  top: 20px;
  right: 30px;
}
@media all and (min-width: 768px) {
  .room0 .btns {
    top: 150px;
    width: 320px;
  }
}
.room0 .btnBlock {
  border-radius: 20px;
  border: 3px solid #fff;
  color: #fff;
  text-shadow: 3px 3px 6px black;
  background-size: cover;
  background-position: right top;
  font-size: 20px;
  font-weight: 700;
  padding-top: 0px;
  padding-left: 20px;
  width: 200px;
  height: 40px;
  margin-bottom: 5px;
  cursor: pointer;
}
@media all and (min-width: 768px) {
  .room0 .btnBlock {
    font-size: 40px;
    font-weight: 700;
    padding-top: 10px;
    padding-left: 20px;
    width: 300px;
    height: 80px;
    margin-bottom: 5px;
  }
}
.room0 .btnSwitch1 {
  background-image: url(../images/btn1bg.png);
}
.room0 .btnSwitch2 {
  background-image: url(../images/btn2bg.png);
}
.room0 .btnSwitch3 {
  background-image: url(../images/btn3bg.png);
}
.room0 .btnSwitch4 {
  background-image: url(../images/btn4bg.png);
}
.room0 .btnSwitch5 {
  background-image: url(../images/btn5bg.png);
}

.room1 {
  z-index: 5;
  display: none;
}

.room1 .item1 {
  width: 20px;
  left: 215px;
  top: 65px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  cursor: pointer;
}
.room1 .item1:hover {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}
@media all and (min-width: 768px) {
  .room1 .item1 {
    width: 40px;
    left: 430px;
    top: 240px;
  }
}
.room1 .item2 {
  position: absolute;
  cursor: pointer;
  width: 70px;
  height: 50px;
  left: 94px;
  top: 72px;
}
@media all and (min-width: 768px) {
  .room1 .item2 {
    width: 200px;
    height: 100px;
    left: 186px;
    top: 244px;
  }
}
.room1 .item2:hover .item2_1 {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.room1 .item2:hover .item2_3 {
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25);
}
.room1 .item2_1 {
  position: absolute;
  width: 38px;
  margin-left: 14px;
  margin-top: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 10px 10px;
      -ms-transform-origin: 10px 10px;
          transform-origin: 10px 10px;
}
@media all and (min-width: 768px) {
  .room1 .item2_1 {
    width: 72px;
    margin-left: 40px;
    margin-top: 16px;
  }
}
.room1 .item2_2 {
  position: absolute;
  width: 60px;
}
@media all and (min-width: 768px) {
  .room1 .item2_2 {
    width: 120px;
  }
}
.room1 .item2_3 {
  position: absolute;
  width: 8px;
  margin-left: 12px;
  margin-top: 24px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 10px 10px;
      -ms-transform-origin: 10px 10px;
          transform-origin: 10px 10px;
}
@media all and (min-width: 768px) {
  .room1 .item2_3 {
    width: 16px;
    margin-left: 38px;
    margin-top: 50px;
  }
}
.room1 .item3 {
  width: 17px;
  left: 294px;
  top: 204px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  cursor: pointer;
}
.room1 .item3:hover {
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
}
@media all and (min-width: 768px) {
  .room1 .item3 {
    width: 34px;
    left: 588px;
    top: 508px;
  }
}
.room1 .item4 {
  width: 31px;
  left: 310px;
  top: 124px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  cursor: pointer;
}
.room1 .item4:hover {
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
}
@media all and (min-width: 768px) {
  .room1 .item4 {
    width: 60px;
    left: 620px;
    top: 350px;
  }
}

.room1 .item5 {
  width: 19px;
  left: 271px;
  top: 216px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  cursor: pointer;
}
.room1 .item5:hover {
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
}
@media all and (min-width: 768px) {
  .room1 .item5 {
    width: 38px;
    left: 540px;
    top: 530px;
  }
}
.room1 .item6 {
  width: 17px;
  left: 216px;
  top: 92px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  cursor: pointer;
}
.room1 .item6:hover {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}
@media all and (min-width: 768px) {
  .room1 .item6 {
    width: 34px;
    left: 434px;
    top: 284px;
  }
}
.room1 .item7 {
  width: 8px;
  left: 29px;
  top: 113px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  cursor: pointer;
}
.room1 .item7:hover {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}
@media all and (min-width: 768px) {
  .room1 .item7 {
    width: 16px;
    left: 58px;
    top: 336px;
  }
}
.room1 .item8 {
  width: 17px;
  left: 38px;
  top: 113px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  cursor: pointer;
}
.room1 .item8:hover {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}
@media all and (min-width: 768px) {
  .room1 .item8 {
    width: 35px;
    left: 76px;
    top: 340px;
  }
}
.room1 .item9 {
  width: 22px;
  left: 175px;
  top: 117px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  cursor: pointer;
}
.room1 .item9:hover {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}
@media all and (min-width: 768px) {
  .room1 .item9 {
    width: 44px;
    left: 350px;
    top: 342px;
  }
}

.room2 {
  z-index: 4;
  display: none;
}
.room2 .item1 {
  width: 124px;
  left: 88px;
  top: 126px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  cursor: pointer;
}
.room2 .item1:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
@media all and (min-width: 768px) {
  .room2 .item1 {
    width: 248px;
    left: 178px;
    top: 352px;
  }
}
.room2 .item1_2 {
  width: 70px;
  left: 72px;
  top: 148px;
}
@media all and (min-width: 768px) {
  .room2 .item1_2 {
    width: 140px;
    left: 144px;
    top: 396px;
  }
}
.room2 .item1_3 {
  width: 56px;
  left: 166px;
  top: 108px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  cursor: pointer;
}
.room2 .item1_3:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
@media all and (min-width: 768px) {
  .room2 .item1_3 {
    width: 112px;
    left: 332px;
    top: 316px;
  }
}
.room2 .item3 {
  width: 32px;
  top: 108px;
  left: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  cursor: pointer;
}
.room2 .item3:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
@media all and (min-width: 768px) {
  .room2 .item3 {
    width: 64px;
    top: 316px;
    left: 40px;
  }
}
.room2 .item2 {
  width: 80px;
  left: 150px;
  top: 240px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  cursor: pointer;
}
.room2 .item2:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
@media all and (min-width: 768px) {
  .room2 .item2 {
    width: 160px;
    left: 307px;
    top: 580px;
  }
}
.room2 .item4 {
  width: 85px;
  left: 235px;
  top: 155px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  cursor: pointer;
}
.room2 .item4:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media all and (min-width: 768px) {
  .room2 .item4 {
    width: 170px;
    left: 475px;
    top: 410px;
  }
}
.room2 .item4_2 {
  width: 60px;
  left: 240px;
  top: 160px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  cursor: pointer;
}
.room2 .item4_2:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media all and (min-width: 768px) {
  .room2 .item4_2 {
    width: 100px;
    left: 495px;
    top: 430px;
  }
}
.room2 .item4_3 {
  pointer-events: none;
  width: 60px;
  left: 260px;
  top: 105px;
}
@media all and (min-width: 768px) {
  .room2 .item4_3 {
    width: 100px;
    left: 530px;
    top: 330px;
  }
}

.room2 .item5 {
  width: 105px;
  left: 60px;
  top: 214px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  cursor: pointer;
}
.room2 .item5:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
@media all and (min-width: 768px) {
  .room2 .item5 {
    width: 229px;
    left: 125px;
    top: 531px;
  }
}
.room2 .item6 {
  width: 85px;
  left: 80px;
  top: 25px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  cursor: pointer;
}
.room2 .item6:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
@media all and (min-width: 768px) {
  .room2 .item6 {
    width: 170px;
    left: 160px;
    top: 150px;
  }
}
.room2 .item7 {
  width: 60px;
  left: 158px;
  top: 200px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  cursor: pointer;
}
.room2 .item7:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
@media all and (min-width: 768px) {
  .room2 .item7 {
    width: 120px;
    left: 312px;
    top: 505px;
  }
}

.room3 {
  z-index: 3;
  display: none;
}
.room3 .item1 {
  width: 140px;
  left: 154px;
  top: 134px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  cursor: pointer;
}
.room3 .item1:hover {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}
@media all and (min-width: 768px) {
  .room3 .item1 {
    width: 280px;
    left: 308px;
    top: 368px;
  }
}
.room3 .item2 {
  width: 20px;
  left: 182px;
  top: 137px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  cursor: pointer;
}
.room3 .item2:hover {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
@media all and (min-width: 768px) {
  .room3 .item2 {
    width: 40px;
    left: 364px;
    top: 374px;
  }
}
.room3 .item3 {
  width: 23px;
  left: 70px;
  top: 58px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  cursor: pointer;
}
.room3 .item3:hover {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
@media all and (min-width: 768px) {
  .room3 .item3 {
    width: 46px;
    left: 140px;
    top: 216px;
  }
}
.room3 .item4 {
  width: 26px;
  left: 208px;
  top: 112px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  cursor: pointer;
}
.room3 .item4:hover {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
@media all and (min-width: 768px) {
  .room3 .item4 {
    width: 52px;
    left: 416px;
    top: 324px;
  }
}
.room3 .item5 {
  width: 18px;
  left: 230px;
  top: 142px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  cursor: pointer;
}
.room3 .item5:hover {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
@media all and (min-width: 768px) {
  .room3 .item5 {
    width: 32px;
    left: 460px;
    top: 394px;
  }
}
.room3 .item6 {
  width: 56px;
  left: 250px;
  top: 170px;
}
@media all and (min-width: 768px) {
  .room3 .item6 {
    width: 112px;
    left: 500px;
    top: 440px;
  }
}
.room3 .item7 {
  width: 30px;
  left: 220px;
  top: 160px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  cursor: pointer;
}
.room3 .item7:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
@media all and (min-width: 768px) {
  .room3 .item7 {
    width: 60px;
    left: 470px;
    top: 430px;
  }
}
.room3 .item8 {
  width: 27px;
  left: 195px;
  top: 156px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  cursor: pointer;
}
.room3 .item8:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
@media all and (min-width: 768px) {
  .room3 .item8 {
    width: 68px;
    left: 398px;
    top: 406px;
  }
}
.room3 .item9 {
  width: 7px;
  left: 128px;
  top: 94px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  cursor: pointer;
}
.room3 .item9:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
@media all and (min-width: 768px) {
  .room3 .item9 {
    width: 13px;
    left: 257px;
    top: 304px;
  }
}
.room3 .item10 {
  width: 15px;
  left: 259px;
  top: 140px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  cursor: pointer;
}
.room3 .item10:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
@media all and (min-width: 768px) {
  .room3 .item10 {
    width: 30px;
    left: 525px;
    top: 375px;
  }
}

.room4 {
  z-index: 2;
  display: none;
}
.room4 .item1 {
  width: 70px;
  left: 267px;
  top: 96.5px;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  cursor: pointer;
}
.room4 .item1:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
@media all and (min-width: 768px) {
  .room4 .item1 {
    width: 140px;
    left: 534px;
    top: 293px;
  }
}
.room4 .item2 {
  width: 26px;
  left: 248px;
  top: 118px;
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  cursor: pointer;
}
.room4 .item2:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
@media all and (min-width: 768px) {
  .room4 .item2 {
    width: 52px;
    left: 496px;
    top: 336px;
  }
}
.room4 .item3 {
  width: 28px;
  left: 169px;
  top: 149px;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  cursor: pointer;
}
.room4 .item3:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
@media all and (min-width: 768px) {
  .room4 .item3 {
    width: 56px;
    left: 338px;
    top: 398px;
  }
}
.room4 .item4 {
  width: 205px;
  left: 136px;
  top: 96px;
  pointer-events: none;
}
@media all and (min-width: 768px) {
  .room4 .item4 {
    width: 410px;
    left: 272px;
    top: 292px;
  }
}
.room4 .item5 {
  width: 65px;
  left: 152px;
  top: 77px;
}
@media all and (min-width: 768px) {
  .room4 .item5 {
    width: 128px;
    left: 306px;
    top: 253px;
  }
}
.room4 .item6 {
  width: 74px;
  left: 257px;
  top: 138px;
  pointer-events: none;
}
@media all and (min-width: 768px) {
  .room4 .item6 {
    width: 148px;
    left: 514px;
    top: 376px;
  }
}
.room4 .item7 {
  width: 99px;
  left: 245px;
  top: 67px;
}
@media all and (min-width: 768px) {
  .room4 .item7 {
    width: 194px;
    left: 490px;
    top: 234px;
  }
}
.room4 .item8 {
  width: 14px;
  left: 110px;
  top: 160px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  cursor: pointer;
}
.room4 .item8:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
@media all and (min-width: 768px) {
  .room4 .item8 {
    width: 25px;
    left: 220px;
    top: 410px;
  }
}

.room4 .item9 {
  width: 20px;
  left: 228px;
  top: 136px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  cursor: pointer;
}
.room4 .item9:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
@media all and (min-width: 768px) {
  .room4 .item9 {
    width: 40px;
    left: 457px;
    top: 387px;
  }
}
.room4 .item10 {
  width: 12px;
  left: 233px;
  top: 105px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  cursor: pointer;
}
.room4 .item10:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
@media all and (min-width: 768px) {
  .room4 .item10 {
    width: 25px;
    left: 470px;
    top: 315px;
  }
}
.room4 .item11 {
  width: 92px;
  left: 10px;
  top: 97px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  cursor: pointer;
}
.room4 .item11:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
@media all and (min-width: 768px) {
  .room4 .item11 {
    width: 183px;
    left: 20px;
    top: 294px;
  }
}
.room4 .item11_1 {
  width: 24px;
  left: 41px;
  top: 76px;
}
@media all and (min-width: 768px) {
  .room4 .item11_1 {
    width: 48px;
    left: 83px;
    top: 250px;
  }
}
.room4 .item12 {
  width: 45px;
  left: 276px;
  top: 154px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  cursor: pointer;
}
.room4 .item12:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
@media all and (min-width: 768px) {
  .room4 .item12 {
    width: 90px;
    left: 554px;
    top: 412px;
  }
}
.room4 .item13 {
  width: 30px;
  left: 185px;
  top: 117px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  cursor: pointer;
}
.room4 .item13:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
@media all and (min-width: 768px) {
  .room4 .item13 {
    width: 60px;
    left: 365px;
    top: 342px;
  }
}

.room5 {
  z-index: 1;
  display: none;
}
.room5 .item1 {
  width: 48px;
  left: 220px;
  top: 141px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  cursor: pointer;
}
.room5 .item1:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
@media all and (min-width: 768px) {
  .room5 .item1 {
    width: 96px;
    left: 440px;
    top: 382px;
  }
}
.room5 .item2 {
  width: 26px;
  left: 264px;
  top: 184px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  cursor: pointer;
}
.room5 .item2:hover {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
@media all and (min-width: 768px) {
  .room5 .item2 {
    width: 52px;
    left: 528px;
    top: 478px;
  }
}
.room5 .item3 {
  width: 26px;
  left: 205px;
  top: 91px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  cursor: pointer;
}
.room5 .item3:hover {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
@media all and (min-width: 768px) {
  .room5 .item3 {
    width: 52px;
    left: 410px;
    top: 290px;
  }
}
.room5 .item4 {
  width: 60px;
  left: 178px;
  top: 23px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  cursor: pointer;
}
.room5 .item4:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
@media all and (min-width: 768px) {
  .room5 .item4 {
    width: 120px;
    left: 356px;
    top: 146px;
  }
}
.room5 .item5 {
  width: 15px;
  left: 240px;
  top: 90px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  cursor: pointer;
}
.room5 .item5:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
@media all and (min-width: 768px) {
  .room5 .item5 {
    width: 25px;
    left: 480px;
    top: 300px;
  }
}
.room5 .item6 {
  width: 114px;
  left: 216px;
  top: 135px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  cursor: pointer;
}
.room5 .item6:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
@media all and (min-width: 768px) {
  .room5 .item6 {
    width: 226px;
    left: 433px;
    top: 372px;
  }
}
.room5 .item7 {
  z-index: 2;
  width: 60px;
  left: 114px;
  top: 23px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  cursor: pointer;
}
.room5 .item7:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
@media all and (min-width: 768px) {
  .room5 .item7 {
    width: 120px;
    left: 231px;
    top: 149px;
  }
}
.room5 .item8 {
  z-index: 2;
  width: 90px;
  left: 30px;
  top: 48px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  cursor: pointer;
}
.room5 .item8:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
@media all and (min-width: 768px) {
  .room5 .item8 {
    width: 180px;
    left: 54px;
    top: 186px;
  }
}
.room5 .item9 {
  width: 113px;
  left: 116px;
  top: 235px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  cursor: pointer;
}
.room5 .item9:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
@media all and (min-width: 768px) {
  .room5 .item9 {
    width: 226px;
    left: 232px;
    top: 554px;
  }
}
.room5 .item10 {
  width: 45px;
  left: 112px;
  top: 45px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  cursor: pointer;
}
.room5 .item10:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
@media all and (min-width: 768px) {
  .room5 .item10 {
    width: 90px;
    left: 226px;
    top: 192px;
  }
}

.modal-style1 .modal-header {
  width: 100%;
  background-color: #1B4B8D;
}
.modal-style1 .modal-header .close {
  font-size: 60px;
  position: absolute;
  right: 20px;
}
.modal-style1 .modal-header .aaa {
  width: 100%;
}
.modal-style1 .modal-header .title-text {
  font-size: 36px;
  color: #fff000;
  font-weight: 900;
  text-align: center;
  width: 100%;
  padding-bottom: 5px;
  padding-top: 5px;
}
.modal-style1 .modal-header .subtitle-text {
  color: #46CC86;
  text-align: center;
  font-size: 14px;
  width: 100%;
}
.modal-style1 .modal-body {
  height: 500px;
  overflow-y: auto;
}
.modal-style1 .modal-body .btn {
  border-radius: 50px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.modal-style1 .modal-body .btn-Green {
  background-color: #40BA7B;
}
.modal-style1 .modal-body .body-title {
  color: #fff;
  background-color: #1B4B8D;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
}
.modal-style1 .modal-body .body-title a {
  color: #EEFE2C;
}
.modal-style1 .modal-body .body-title a:hover {
  color: #F614E8;
  font-size: 20px;
  text-decoration: none;
}
.modal-style1 .modal-body ul {
  padding: 0;
  margin: 0;
}

.modal-style2 .modal-header {
  border-radius: 10px;
}
.modal-style2 .modal-content {
  border-radius: 10px;
  background-color: #1B4B8D;
}
.modal-style2 .modal-body {
  width: 100%;
  background-color: #1B4B8D;
}

@-webkit-keyframes fire1 {
  0% {
    background-image: url(../images/fire/fire1.png);
  }
  16.6% {
    background-image: url(../images/fire/fire2.png);
  }
  33.2% {
    background-image: url(../images/fire/fire3.png);
  }
  49.8% {
    background-image: url(../images/fire/fire4.png);
  }
  66.4% {
    background-image: url(../images/fire/fire5.png);
  }
  83% {
    background-image: url(../images/fire/fire6.png);
  }
  100% {
    background-image: url(../images/fire/fire1.png);
  }
}

@keyframes fire1 {
  0% {
    background-image: url(../images/fire/fire1.png);
  }
  16.6% {
    background-image: url(../images/fire/fire2.png);
  }
  33.2% {
    background-image: url(../images/fire/fire3.png);
  }
  49.8% {
    background-image: url(../images/fire/fire4.png);
  }
  66.4% {
    background-image: url(../images/fire/fire5.png);
  }
  83% {
    background-image: url(../images/fire/fire6.png);
  }
  100% {
    background-image: url(../images/fire/fire1.png);
  }
}

.item img.shiny10 {
  filter: drop-shadow(0px 0px 10px var(--yellow));
}

.item img.shiny5 {
  filter: drop-shadow(0px 0px 5px var(--yellow));
}

.item img.shiny3 {
  filter: drop-shadow(0px 0px 3px var(--yellow));
}
