@charset "UTF-8";
/*-------------------------------------------------
title       : 탄소중립 게임
Author      : ㅈㅁㅈ
Create date : 2024-02-16
-------------------------------------------------*/
#snb, .contents_util {
  display: none;
}

#contents_body {
  width: 100%;
  max-width: inherit;
}

.board_btns {
  position: relative;
  z-index: 10;
}

.scrollhidden {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollhidden::-webkit-scrollbar {
  display: none;
}

.asmr {
  position: relative;
  z-index: 0;
  background-color: #000;
  color: #fff;
  text-align: center;
}
.asmr .pager {
  position: absolute;
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: fixed;
  right: 4rem;
  z-index: 1;
  width: 2rem;
  margin-top: 6rem;
  text-align: center;
  line-height: 2rem;
}
.asmr .pager a {
  display: block;
  overflow: hidden;
  position: relative;
  left: 0;
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100%;
  border: 1px solid #fff;
  font-weight: 500;
  color: transparent;
  text-decoration: underline;
  white-space: nowrap;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.asmr .pager a:hover, .asmr .pager a:focus {
  background-color: #fff;
}
.asmr .pager a:first-child {
  font-weight: 400;
}
.asmr .pager a + a {
  margin-top: 2rem;
}
.asmr .pager .active {
  overflow: visible;
  left: 0.2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 0;
  border: 0 none;
  background: none !important;
  color: #00D5C6;
}
.asmr .pager .active + a {
  margin-top: 4.5rem;
}
.asmr .pager .active:nth-child(n+2) + a {
  margin-top: 3.75rem;
}
.asmr.disable .pager {
  position: absolute;
  top: auto;
  bottom: 50vh;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.asmr .group {
  overflow: hidden;
  height: 100vh;
  min-height: 70rem;
}
.asmr #section1 {
  position: relative;
}
.asmr #section1 .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.asmr #section1 .scroll {
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: fixed;
  bottom: 0;
  height: 13.5rem;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.asmr #section1 .scroll::before {
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 3.5rem;
  width: 1px;
  height: calc(100% - 3.5rem);
  background-color: rgba(217, 217, 217, 0.44);
  content: "";
}
.asmr #section1 .scroll::after {
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 5rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 100%;
  background-color: #D9D9D9;
  content: "";
  -webkit-animation: scroll 2s infinite alternate;
          animation: scroll 2s infinite alternate;
}
.asmr #section1 .group1 {
  height: calc(100vh + 500px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.asmr #section1 .group1 .txts {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  z-index: 1;
  width: 55rem;
  max-width: 100%;
  height: 15rem;
  margin: -12rem auto 11.5rem;
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1.2;
}
.asmr #section1 .group1 .txts p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.asmr #section1 .group1 .txts .txt2 {
  opacity: 0;
}
.asmr #section1 .group1 .img1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 1;
  width: 19rem;
  height: 19rem;
  margin: 12rem auto 0;
  border-radius: 100%;
  background-color: rgba(0, 205, 144, 0.32);
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.asmr #section1 .group1 .img1::before, .asmr #section1 .group1 .img1::after {
  position: absolute;
  left: -5rem;
  top: -5rem;
  z-index: -1;
  width: calc(100% + 10rem);
  height: calc(100% + 10rem);
  border-radius: 100%;
  background-color: #00CD90;
  opacity: 0.2;
  content: "";
  -webkit-animation: circle 2s infinite;
          animation: circle 2s infinite;
}
.asmr #section1 .group1 .img1::after {
  left: -15rem;
  top: -15rem;
  width: calc(100% + 30rem);
  height: calc(100% + 30rem);
  opacity: 0.15;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
.asmr #section1 .group1 .imgs {
  width: 100%;
  height: 100%;
}
.asmr #section1 .group1 .imgs span:nth-child(n+2) {
  position: fixed;
  opacity: 0;
  clip-path: circle(0% at 50% 50%);
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.asmr #section1 .group1 .imgs .img2 {
  top: 13.5rem;
  left: 20.5rem;
  width: 29rem;
}
.asmr #section1 .group1 .imgs .img3 {
  bottom: 18.5rem;
  left: 40rem;
  width: 20.5rem;
}
.asmr #section1 .group1 .imgs .img4 {
  left: 4.5rem;
  bottom: 23.5rem;
  width: 13.5rem;
}
.asmr #section1 .group1 .imgs .img5 {
  top: 21.5rem;
  right: 26.5rem;
  width: 20rem;
}
.asmr #section1 .group1 .imgs .img6 {
  bottom: 11.5rem;
  right: 29.5rem;
  width: 30rem;
}
.asmr #section1 .group1 .imgs .img7 {
  right: -2.2rem;
  bottom: 39rem;
  width: 18rem;
}
.asmr #section1.active .txts .txt1 {
  opacity: 0;
}
.asmr #section1.active .txts .txt2 {
  opacity: 1;
}
.asmr #section1.active .imgs span:nth-child(n+2) {
  opacity: 1;
  clip-path: circle(50% at 50% 50%);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.asmr #section1.active .imgs .img2 {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
}
.asmr #section1.active .imgs .img3 {
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
}
.asmr #section1.active .imgs .img4 {
  -webkit-transition-delay: 0.7s !important;
          transition-delay: 0.7s !important;
}
.asmr #section1.active .imgs .img5 {
  -webkit-transition-delay: 0.9s !important;
          transition-delay: 0.9s !important;
}
.asmr #section1.active .imgs .img6 {
  -webkit-transition-delay: 1.1s !important;
          transition-delay: 1.1s !important;
}
.asmr #section1.active .imgs .img7 {
  -webkit-transition-delay: 1.3s !important;
          transition-delay: 1.3s !important;
}
.asmr #section1.active .group1.disable {
  opacity: 0;
}
.asmr #section1.active .group1.disable .txts, .asmr #section1.active .group1.disable .img1 {
  opacity: 0;
}
.asmr #section1 .group2 {
  position: relative;
}
.asmr #section1 .group2 .tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 5rem;
  top: 6rem;
  width: 37rem;
  height: 9rem;
  padding: 1rem 2rem 1rem 10rem;
  border-radius: 9rem;
  border: 1px solid #fff;
  font-size: 1.8rem;
  text-align: left;
  word-break: keep-all;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.asmr #section1 .group2 .tips::before {
  position: absolute;
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2rem;
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  background: url("../img/asmr/asmr_icon.png") no-repeat center center #8400FF;
  background-size: 2.8rem;
  content: "";
}
.asmr #section1 .group2 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 116.4rem;
  max-width: calc(100% - 10rem);
  height: 82.4rem;
  max-height: calc(100vh - 10rem);
  margin: 0 auto;
  padding-bottom: 5%;
  background: url("../img/asmr/asmr_head.png") no-repeat center center;
  background-size: 100% auto;
  font-size: 2.4rem;
  font-weight: 600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.asmr #section1 .group2 .item::after {
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 9rem;
  z-index: -1;
  width: 52%;
  height: 23.7%;
  background: url("../img/asmr/asmr_wave.png") no-repeat center center;
  background-size: 100% 100%;
  content: "";
}
.asmr #section1 .group2 .item h1 span {
  display: block;
  margin-bottom: 1rem;
  font-size: 10.2rem;
  text-shadow: -1.5px 0px #fff, 0px 1.5px #fff, 1.5px 0px #fff, 0px -1.5px #fff;
  color: #000;
}
.asmr #section1 .group2 .item h1 img {
  width: 39rem;
}
.asmr #section1 .group2 .item p {
  margin: 4rem 0 0;
  opacity: 0.7;
}
.asmr #section1.disable .scroll {
  position: absolute;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) {
  position: relative;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1::before {
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(217, 217, 217, 0.44);
  content: "";
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 > button {
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  visibility: hidden;
  bottom: 8rem;
  z-index: 10;
  font-size: 2.2rem;
  opacity: 0;
  white-space: nowrap;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 > button i {
  display: block;
  overflow: hidden;
  width: 6rem;
  height: 6rem;
  margin: 2rem auto 0;
  border-radius: 100%;
  background-color: #fff;
  text-align: center;
  line-height: 5.6rem;
  font-size: 2.8rem;
  color: #00A98B;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 > button i::before {
  display: block;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 > button:hover i::before, .asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 > button:focus i::before {
  -webkit-animation: next 0.5s infinite alternate;
          animation: next 0.5s infinite alternate;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .audio {
  position: relative;
  padding-top: 10rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .audio button {
  position: relative;
  z-index: 0;
  display: block;
  width: 11.5rem;
  height: 11.5rem;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #8400FF;
  font-size: 1.8rem;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .audio button::before {
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  margin: 0 auto 1rem;
  background: url("../img/asmr/asmr_audio.png") no-repeat center center;
  background-size: 100% auto;
  content: "";
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .audio button::after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #8400FF;
  content: "";
  opacity: 0;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .audio button:hover::after, .asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .audio button:focus::after {
  opacity: 1;
  -webkit-animation: circle 1s infinite;
          animation: circle 1s infinite;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .audio i {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #2f383e;
  opacity: 0;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .audio i img {
  min-height: 100%;
  vertical-align: bottom;
  -webkit-transform: scale(2);
          transform: scale(2);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .audio audio {
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .player {
  display: block;
  width: 100%;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .player dotlottie-player {
  margin: 0 auto;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .item {
  padding: 0 8rem 0 4rem;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .item h2 {
  position: relative;
  width: 68.5rem;
  max-width: 100%;
  margin: 0 auto;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .item h2 span {
  display: inline-block;
  width: 15rem;
  height: 5.5rem;
  border-radius: 5.5rem;
  border: 0.1rem solid #00D5C6;
  font-size: 2.4rem;
  font-weight: 500;
  color: #00D5C6;
  vertical-align: middle;
  line-height: 5.3rem;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .item h2 strong {
  display: block;
  margin: 3rem 0 6rem;
  font-size: 5.2rem;
  font-weight: 700;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .item .list {
  width: 68.5rem;
  max-width: 100%;
  margin: 0 auto;
  word-break: keep-all;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .item .list li {
  position: relative;
  margin-top: 2rem;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .item .list li:nth-child(1) button::before {
  content: "1";
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .item .list li:nth-child(2) button::before {
  content: "2";
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .item .list li:nth-child(3) button::before {
  content: "3";
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .item .list li:nth-child(4) button::before {
  content: "4";
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .item .list li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 8rem;
  min-height: 8rem;
  padding: 1rem 3rem 1rem 9rem;
  background-color: #fff;
  font-size: 3.2rem;
  font-weight: 600;
  color: #222;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .item .list li button::before {
  position: absolute;
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 3rem;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  background-color: #00A98B;
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 4rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .item .list li button:hover, .asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .item .list li button:focus {
  background-color: #00A98B;
  color: #fff;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .item .list li button:hover::before, .asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .item .list li button:focus::before {
  background-color: #fff;
  color: #00A98B;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .layerpopup {
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .layerpopup [class*=type] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 66rem;
  max-width: calc(100% - 6rem);
  min-height: 38rem;
  padding: 5rem;
  border-radius: 2rem;
  background-color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  color: #222;
  word-break: keep-all;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .layerpopup [class*=type] strong {
  display: block;
  font-size: 5.2rem;
  font-weight: inherit;
  color: #00A98B;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .layerpopup [class*=type] span {
  display: block;
  margin: 1.5rem 0 5rem;
  line-height: 1.2;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .layerpopup [class*=type] button {
  width: 18rem;
  max-width: calc(50% - 0.5rem);
  height: 5.5rem;
  border-radius: 5.5rem;
  border: 0.3rem solid transparent;
  font-weight: inherit;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .layerpopup [class*=type] button.btn1 {
  border-color: #000;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .layerpopup [class*=type] button.btn1:hover, .asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .layerpopup [class*=type] button.btn1:focus {
  background-color: #000;
  color: #fff;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .layerpopup [class*=type] button.btn2 {
  border-color: #00A98B;
  background-color: #00A98B;
  color: #fff;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .layerpopup [class*=type] button.btn2:hover, .asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .layerpopup [class*=type] button.btn2:focus {
  background-color: #fff;
  color: #00A98B;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .layerpopup .type2 {
  visibility: hidden;
  opacity: 0;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .layerpopup.active {
  visibility: visible;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .layerpopup.type2 .type1 {
  visibility: hidden;
  opacity: 0;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .layerpopup.type2 .type2 {
  visibility: visible;
  opacity: 1;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1.active > button {
  visibility: visible;
  opacity: 1;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1.active .audio i {
  opacity: 1;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1.active .audio img {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1.active .audio button, .asmr .section:nth-child(n+3):nth-last-child(n+2) .group1.active .item h2, .asmr .section:nth-child(n+3):nth-last-child(n+2) .group1.active .item .list .active {
  z-index: 1;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1.active .item .list button {
  opacity: 0.2;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1.active .item .list .active button {
  background-color: #00A98B;
  color: #fff;
  opacity: 1;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group1.active .item .list .active button::before {
  background-color: #00A98B;
  font-family: "xeicon";
  color: #fff;
  content: "\e928";
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group2 {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #007358;
  text-align: left;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group2 .desc {
  position: absolute;
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 19rem;
  z-index: 1;
  width: 76rem;
  max-width: calc(100% - 40rem);
  height: 63rem;
  max-height: calc(100% - 50rem);
  min-height: 60rem;
  font-size: 2rem;
  word-break: keep-all;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group2 .desc h2 {
  margin-bottom: 4rem;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.2;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group2 .desc span {
  display: block;
  opacity: 0.6;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group2 .desc > small {
  font-size: 1.7rem;
  color: #00D5C6;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group2 .desc > small::before {
  display: inline-block;
  margin-right: 0.5rem;
  font-family: "xeicon";
  content: "\e9a7";
  vertical-align: middle;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group2 .desc button {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 24.5rem;
  height: 6.6rem;
  border-radius: 6.6rem;
  border: 0.3rem solid #fff;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 6rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group2 .desc button:hover, .asmr .section:nth-child(n+3):nth-last-child(n+2) .group2 .desc button:focus {
  background-color: #fff;
  color: #007358;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group2 .desc + i {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  text-align: right;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2) .group2 .desc + i img {
  max-height: 90%;
}
.asmr .section:nth-child(n+3):nth-last-child(n+2).type1 .group {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.asmr #section2 .group2 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 18rem 21.5rem 18rem 65rem;
  text-align: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.asmr #section2 .group2 .list > ul {
  width: 78rem;
  max-width: calc(50% + 43.25rem);
}
.asmr #section2 .group2 .list > ul > li {
  float: left;
  width: calc(33.333% - 3rem);
  margin: 0 1.5rem;
  font-size: 0;
}
.asmr #section2 .group2 .list > ul > li:first-child {
  display: inline-block;
  margin: 0 calc(33.333% + 1.5rem);
  vertical-align: middle;
}
.asmr #section2 .group2 .list > ul > li:nth-child(2), .asmr #section2 .group2 .list > ul > li:nth-child(4) {
  clear: both;
}
.asmr #section2 .group2 .list > ul > li:nth-child(2) {
  margin-left: calc(16.666% + 1.5rem);
}
.asmr #section2 .group2 .list > ul > li.active .item {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.asmr #section2 .group2 .list > ul > li.active .item::before {
  opacity: 1;
  -webkit-transition: all 0.2s 0.4s;
  transition: all 0.2s 0.4s;
}
.asmr #section2 .group2 .list .label {
  position: relative;
  z-index: 0;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 0;
  max-height: 24rem;
  padding-top: 100%;
  border-radius: 100%;
  font-size: 2.2rem;
  font-weight: 600;
  color: #222;
}
.asmr #section2 .group2 .list .label::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  width: 56%;
  height: 56%;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
}
.asmr #section2 .group2 .list .label span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}
.asmr #section2 .group2 .list .label span::after {
  display: block;
  margin-top: 1rem;
  font-family: "xeicon";
  font-size: 2.5rem;
  font-weight: 400;
  content: "\e913";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.asmr #section2 .group2 .list .label:hover span::after, .asmr #section2 .group2 .list .label:focus span::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.asmr #section2 .group2 .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 96rem;
  max-width: 90%;
  height: 100%;
  opacity: 0;
  text-align: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.asmr #section2 .group2 .list .item::before {
  position: absolute;
  right: 100%;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  content: "";
}
.asmr #section2 .group2 .list .item > div {
  width: 100%;
  font-size: 2rem;
  color: #767676;
}
.asmr #section2 .group2 .list .item > div > strong {
  display: block;
  margin-bottom: 10rem;
  font-size: 4rem;
  font-weight: 700;
  color: #222;
}
.asmr #section2 .group2 .list .item > div > strong + * {
  padding: 0 10rem;
}
.asmr #section2 .group2 .list .item > div > strong + * i {
  display: block;
  height: 23rem;
  font-size: 23rem;
  font-weight: 900;
  line-height: 23rem;
}
.asmr #section2 .group2 .list .item > div > strong + * i.type1 {
  color: #22FFAF;
}
.asmr #section2 .group2 .list .item > div > strong + * i.type2 {
  color: #DE2467;
}
.asmr #section2 .group2 .list .item > div > strong + * strong {
  display: block;
  margin: 3.5rem 0 1.5rem;
  font-size: 3rem;
  font-weight: 700;
  color: #222;
  line-height: 7.6rem;
}
.asmr #section2 .group2 .list .item > div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.asmr #section2 .group2 .list .item > div li {
  padding: 0 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.asmr #section2 .group2 .list .close {
  overflow: hidden;
  position: absolute;
  right: 6rem;
  top: 6.5rem;
  width: 4rem;
  height: 4rem;
  font-size: 4.5rem;
  color: #000;
  text-align: center;
  line-height: 4rem;
}
.asmr #section2 .group2 .list .close::before {
  display: block;
  font-family: "xeicon";
  content: "\e9af";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.asmr #section2 .group2 .list .close:hover::before, .asmr #section2 .group2 .list .close:focus::before {
  -webkit-transform: rotate(180deg) translateX(-0.4rem);
          transform: rotate(180deg) translateX(-0.4rem);
}
.asmr #section2 .group2 .list li:nth-child(1) .label {
  background: url("../img/asmr/asmr_list_1.png") no-repeat center center;
  background-size: 100% auto;
}
.asmr #section2 .group2 .list li:nth-child(1) .item {
  background: url("../img/asmr/asmr_list_1_1.jpg") no-repeat right center;
  background-size: 100% 100%;
}
.asmr #section2 .group2 .list li:nth-child(2) .label {
  background: url("../img/asmr/asmr_list_2.png") no-repeat center center;
  background-size: 100% auto;
}
.asmr #section2 .group2 .list li:nth-child(2) .item {
  background: url("../img/asmr/asmr_list_1_2.jpg") no-repeat right center;
  background-size: 100% 100%;
}
.asmr #section2 .group2 .list li:nth-child(3) .label {
  background: url("../img/asmr/asmr_list_3.png") no-repeat center center;
  background-size: 100% auto;
}
.asmr #section2 .group2 .list li:nth-child(3) .item {
  background: url("../img/asmr/asmr_list_1_3.jpg") no-repeat right center;
  background-size: 100% 100%;
}
.asmr #section2 .group2 .list li:nth-child(4) .label {
  background: url("../img/asmr/asmr_list_4.png") no-repeat center center;
  background-size: 100% auto;
}
.asmr #section2 .group2 .list li:nth-child(4) .item {
  background: url("../img/asmr/asmr_list_1_4.jpg") no-repeat right center;
  background-size: 100% 100%;
}
.asmr #section2 .group2 .list li:nth-child(5) .label {
  background: url("../img/asmr/asmr_list_5.png") no-repeat center center;
  background-size: 100% auto;
}
.asmr #section2 .group2 .list li:nth-child(5) .item {
  background: url("../img/asmr/asmr_list_1_5.jpg") no-repeat right center;
  background-size: 100% 100%;
}
.asmr #section2 .group2 .list li:nth-child(6) .label {
  background: url("../img/asmr/asmr_list_6.png") no-repeat center center;
  background-size: 100% auto;
}
.asmr #section2 .group2 .list li:nth-child(6) .item {
  background: url("../img/asmr/asmr_list_1_6.jpg") no-repeat right center;
  background-size: 100% 100%;
}
.asmr #section4 .group2 .desc + i {
  top: auto;
  bottom: 19.5rem;
  right: 21rem;
}
.asmr #section5 .group2 .desc + i {
  top: 50%;
  right: 19rem;
  max-height: calc(100% - 22rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.asmr #section5 .group2 .desc + i img {
  max-height: 100%;
}
.asmr #section6 .group1::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(217, 217, 217, 0.44)), to(transparent));
  background: linear-gradient(to bottom, rgba(217, 217, 217, 0.44), transparent);
}
.asmr #section6 .group2 .desc {
  width: calc(100% - 38rem);
  max-width: inherit;
}
.asmr #section6 .group2 .desc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5.5rem;
  text-align: center;
}
.asmr #section6 .group2 .desc ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.asmr #section6 .group2 .desc ul li + li {
  margin-left: 3.5rem;
}
.asmr #section6 .group2 .desc ul strong {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem;
  font-size: 5.4rem;
  font-weight: 900;
  color: #fff;
}
.asmr #section6 .group2 .desc ul strong span {
  position: absolute;
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  opacity: 1;
}
.asmr #section6 .group2 .desc ul p {
  color: rgba(255, 255, 255, 0.6);
}
.asmr #section6 .group2 .desc ul small, .asmr #section6 .group2 .desc .txt_right small {
  color: #FFD600;
  opacity: 1;
}
.asmr #section7 .group {
  position: relative;
  z-index: 0;
}
.asmr #section7 .desc {
  position: absolute;
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  margin-top: -10rem;
  padding: 0 5rem;
  font-size: 2.8rem;
  color: rgba(255, 255, 255, 0.7);
  word-break: keep-all;
}
.asmr #section7 .desc img {
  width: 19.6rem;
}
.asmr #section7 .desc h2 {
  margin: 8rem 0 2rem;
  font-size: 5.2rem;
  color: #fff;
}
.asmr #section7 .desc button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20rem;
  height: 6.6rem;
  margin: 6rem auto 0;
  border-radius: 6.6rem;
  border: 0.3rem solid #fff;
  background-color: #000;
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.asmr #section7 .desc button:hover, .asmr #section7 .desc button:focus {
  background-color: #fff;
  color: #000;
}
.asmr #section7 .txt {
  position: absolute;
  left: 0;
  bottom: -2rem;
  z-index: -1;
  font-size: 0;
  white-space: nowrap;
  line-height: 0;
  -webkit-animation: slogan 10s infinite linear;
          animation: slogan 10s infinite linear;
}
.asmr #section7 .txt span {
  display: inline-block;
  width: 139.6rem;
  margin-right: 7rem;
  vertical-align: bottom;
}

@-webkit-keyframes circle {
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes circle {
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes scroll {
  100% {
    top: calc(100% - 2.2rem);
  }
}
@keyframes scroll {
  100% {
    top: calc(100% - 2.2rem);
  }
}
@-webkit-keyframes next {
  100% {
    -webkit-transform: translateX(1.5rem);
            transform: translateX(1.5rem);
  }
}
@keyframes next {
  100% {
    -webkit-transform: translateX(1.5rem);
            transform: translateX(1.5rem);
  }
}
@-webkit-keyframes slogan {
  100% {
    left: -293.2rem;
  }
}
@keyframes slogan {
  100% {
    left: -293.2rem;
  }
}
.findhidden {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 192rem;
  max-width: 100%;
  margin: 0 auto;
}
.findhidden .img {
  position: relative;
  z-index: 0;
  background-color: #65e5f2;
}
.findhidden .img > i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 70rem;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.findhidden .img img {
  width: 100% !important;
  height: auto !important;
}
.findhidden .img area {
  cursor: default;
}
.findhidden .list {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 22rem;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 3rem));
          transform: translateX(calc(100% + 3rem));
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.findhidden .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 0 2rem 0 3rem;
  -webkit-box-shadow: -1rem 0 2rem rgba(0, 0, 0, 0.16);
          box-shadow: -1rem 0 2rem rgba(0, 0, 0, 0.16); /*border-radius: 3rem 0 0 3rem;*/
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.findhidden .list img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.findhidden .list i {
  position: relative;
  min-width: 7.5rem;
  max-width: 7.5rem;
  margin-right: 1.5rem;
}
.findhidden .list i::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3.4rem;
  height: 3.4rem;
  background: url("../img/game/findhidden_active.png") no-repeat;
  background-size: 100% 100%;
  content: "";
  opacity: 0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.findhidden .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1.2rem 0;
  border-bottom: 1px dotted #ccc;
  font-size: 1.5rem;
  font-weight: 500;
  color: #2F2F2F;
  line-height: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.1rem;
  word-break: keep-all;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.findhidden .list li:first-child {
  border-top: 1px dotted #ccc;
}
.findhidden .list li.active {
  color: #221D9B;
}
.findhidden .list li.active img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.findhidden .list li.active i::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.findhidden .list button {
  position: absolute;
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
  overflow: hidden;
  right: 100%;
  z-index: -1;
  width: 3rem;
  height: 10rem;
  border-radius: 1rem 0 0 1rem;
  background-color: #fff;
  font-size: 2rem;
  color: #000;
  text-align: center;
  line-height: 10rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.findhidden .list button::before {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "xeicon";
  content: "\ea3e";
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.findhidden .list button:hover, .findhidden .list button:focus {
  background-color: #000;
  color: #fff;
}
.findhidden .list.active button::before {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}
.findhidden .btn {
  display: block;
  width: 100%;
  height: 6rem;
  margin-top: 4rem;
  border-radius: 1.3rem;
  background-color: #F0F0F0;
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.findhidden .btn:hover, .findhidden .btn:focus {
  background-color: #262523;
  color: #fff;
}
.findhidden .cover {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 47rem;
  max-width: calc(100% - 6rem);
  margin-top: 7.5rem;
  padding: 3.5rem;
  -webkit-box-shadow: 0 2.3rem 2.8rem rgba(0, 0, 0, 0.28);
          box-shadow: 0 2.3rem 2.8rem rgba(0, 0, 0, 0.28);
  border-radius: 4rem;
  border: 1.3rem solid #4C76C8;
  background-color: #fff;
  font-size: 1.9rem;
  font-weight: 500;
  color: #2F2F2F;
}
.findhidden .cover::before {
  position: absolute;
  right: 2rem;
  top: -17.4rem;
  width: 20.6rem;
  height: 21.7rem;
  background: url("../img/game/findhidden_cover.png") no-repeat 0 bottom;
  background-size: 100% auto;
  content: "";
}
.findhidden .cover strong {
  display: block;
  margin: 2rem 0 3rem;
}
.findhidden .cover span + span {
  display: block;
  margin-top: 2.5rem;
}
.findhidden .cover .btn {
  background-color: #262523;
  color: #fff;
}
.findhidden .cover .btn:hover, .findhidden .cover .btn:focus {
  background-color: #F0F0F0;
  color: #000;
}
.findhidden .layerpopup {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.findhidden .layerpopup .group {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  visibility: hidden;
  width: 45rem;
  max-width: calc(100% - 6rem);
  margin-top: 1rem;
  padding: 1rem;
  -webkit-box-shadow: 0 2.3rem 2.8rem rgba(0, 0, 0, 0.18);
          box-shadow: 0 2.3rem 2.8rem rgba(0, 0, 0, 0.18);
  border-radius: 4rem;
  background-color: #4C76C8;
  text-align: center;
  opacity: 0;
}
.findhidden .layerpopup .group::before {
  position: absolute;
  top: -2.5rem;
  right: 5rem;
  width: 7.1rem;
  height: 7.1rem;
  background: url("../img/game/findhidden_active.png") no-repeat;
  background-size: 100% 100%;
  content: "";
}
.findhidden .layerpopup .group h2 {
  padding: 2rem 2rem 2.5rem;
}
.findhidden .layerpopup .group.end::before {
  display: none;
}
.findhidden .layerpopup .group.end .item img {
  width: 19.4rem;
}
.findhidden .layerpopup .group.active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.findhidden .layerpopup .item {
  padding: 5rem 3.5rem 4rem;
  border-radius: 3rem;
  background-color: #fff;
  font-size: 1.7rem;
  font-weight: 400;
}
.findhidden .layerpopup .item img {
  width: 17.8rem;
}
.findhidden .layerpopup .item strong {
  display: block;
  margin: 2.5rem 0 1.5rem;
  font-size: 2.4rem;
  font-weight: 500;
  color: #272727;
}
.findhidden .layerpopup .item span {
  font-weight: 600;
  color: #221D9B;
}
.findhidden .layerpopup.active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.findhidden.active .cover {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.findhidden.active .list {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.findhidden.active .list.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.findhidden.active .img {
  padding-right: 22rem;
  -webkit-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}
.findhidden.active .img > i {
  padding-top: 5%;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transition: all 0.5s 0.2s;
  transition: all 0.5s 0.2s;
}

#game1 {
  background-color: #D3EDFE;
}
#game1 .group {
  position: relative;
  z-index: 0;
}
#game1 .group2, #game1 .group3, #game1 .group4 {
  height: 100vh;
}
#game1 .group2, #game1 .group4 {
  z-index: 1;
  background-color: #D6F0F1;
}
#game1 .group2 .img, #game1 .group4 .img {
  position: absolute;
  z-index: -1;
}
#game1 .group2 h2 span, #game1 .group2 .item p, #game1 .group4 h2 span, #game1 .group4 .item p {
  position: relative;
  left: -5rem;
  opacity: 0;
  -webkit-transition: all 0.5s 0.3s;
  transition: all 0.5s 0.3s;
}
#game1 .group2 h2 span, #game1 .group4 h2 span {
  display: block;
  margin: 4rem 0;
}
#game1 .group2 h2 strong, #game1 .group4 h2 strong {
  clip-path: inset(0 100% 0 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#game1 .group2 .item, #game1 .group4 .item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
  font-size: 2.4rem;
}
#game1 .group2 .item p, #game1 .group4 .item p {
  margin-bottom: 10rem;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#game1 .group2 .item a, #game1 .group2 .item button, #game1 .group4 .item a, #game1 .group4 .item button {
  position: relative;
  top: 3rem;
  opacity: 0;
  -webkit-transition: top 0.5s 1s, opacity 0.5s 1s;
  transition: top 0.5s 1s, opacity 0.5s 1s;
}
#game1 .group2 .item button, #game1 .group4 .item button {
  width: 25rem;
  height: 6.5rem;
  border-radius: 6.5rem;
  background-color: #111;
  font-size: 2rem;
  color: #fff;
  -webkit-transition: background 0.2s 0s, color 0.2s 0s, top 0.5s 1s, opacity 0.5s 1s;
  transition: background 0.2s 0s, color 0.2s 0s, top 0.5s 1s, opacity 0.5s 1s;
}
#game1 .group2 .item button:hover, #game1 .group2 .item button:focus, #game1 .group4 .item button:hover, #game1 .group4 .item button:focus {
  background-color: #fff;
  color: #111;
}
#game1 .group2 .item a, #game1 .group4 .item a {
  display: inline-block;
  position: relative;
  height: 6.5rem;
  margin-right: 3rem;
  padding-left: 7.5rem;
  font-size: 2rem;
  font-weight: 600;
  color: #777;
  line-height: 6.5rem;
  vertical-align: middle;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#game1 .group2 .item a::before, #game1 .group4 .item a::before {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  font-family: "xeicon";
  left: 0;
  top: 0;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 100%;
  background-color: #111;
  font-size: 3rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  content: "\e977";
  -webkit-transition: all 1s;
  transition: all 1s;
}
#game1 .group2 .item a:hover::before, #game1 .group2 .item a:focus::before, #game1 .group4 .item a:hover::before, #game1 .group4 .item a:focus::before {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
#game1 .group2.active h2 strong, #game1 .group4.active h2 strong {
  clip-path: inset(0 0 0 0);
}
#game1 .group2.active h2 span, #game1 .group2.active .item p, #game1 .group4.active h2 span, #game1 .group4.active .item p {
  left: 0;
  opacity: 1;
}
#game1 .group2.active .item a, #game1 .group2.active .item button, #game1 .group4.active .item a, #game1 .group4.active .item button {
  top: 0;
  opacity: 1;
}
#game1 .group1 {
  overflow: hidden;
  height: calc(100vh - 12rem);
  min-height: 85rem;
  padding: 6rem 2rem 4rem;
  background: url("../img/game1/cover_bg.png") repeat-x center bottom;
  background-size: auto 36rem;
}
#game1 .group1 h1 {
  position: absolute;
  left: 0;
  bottom: 57%;
  z-index: 1;
  width: 100%;
  padding: 0 2rem;
  text-align: center;
}
#game1 .group1 h1::before {
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -1rem;
  z-index: -1;
  width: 65.3rem;
  height: 27.8rem;
  margin-left: 2rem;
  background: url("../img/game1/group1_bg.png") no-repeat right bottom;
  background-size: 100% auto;
  content: "";
  clip-path: inset(0 0 0 100%);
  -webkit-transition: all 1s 1.5s;
  transition: all 1s 1.5s;
}
#game1 .group1 h1 strong {
  display: block;
  position: relative;
  top: 5rem;
  margin-bottom: 1rem;
  opacity: 0;
  -webkit-transition: all 0.5s 1s;
  transition: all 0.5s 1s;
}
#game1 .group1 h1 span {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: -1rem;
  opacity: 0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: all 1s 0.5s;
  transition: all 1s 0.5s;
}
#game1 .group1 .img {
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 4rem;
  width: 37.5rem;
  max-width: 100%;
}
#game1 .group1 .img::before {
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2rem;
  z-index: -2;
  width: 180%;
  height: 10.5rem;
  border-radius: 100%;
  background-color: #062E6B;
  content: "";
  opacity: 0.31;
}
#game1 .group1 .img strong {
  position: absolute;
  top: -4.2rem;
  left: 50%;
  width: 12rem;
  height: 12rem;
  margin-top: 0;
  margin-left: 2.5rem;
  padding: 4rem 2rem 0;
  background: url("../img/game1/group1_down.png") no-repeat;
  background-size: 100% auto;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  -webkit-animation: updown 1s infinite alternate;
          animation: updown 1s infinite alternate;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s 1.25s;
  transition: all 0.5s 1.25s;
}
#game1 .group1 .img span {
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#game1 .group1 .img .img1 {
  left: -5rem;
  top: -0.2rem;
  width: 0;
  margin: 6.3rem 0 0 6.65rem;
  -webkit-animation: rotate1 0.75s infinite alternate;
          animation: rotate1 0.75s infinite alternate;
}
#game1 .group1 .img .img2 {
  left: -2rem;
  top: 1rem;
  z-index: -2;
  margin-left: 25%;
  opacity: 0;
}
#game1 .group1 .img .img3 {
  right: -1rem;
  top: 4rem;
  margin: 20% 20% 0 0;
  opacity: 0;
}
#game1 .group1 .bg img {
  position: absolute;
  z-index: -2;
  -webkit-transition: all 1s;
  transition: all 1s;
}
#game1 .group1 .bg .left img:nth-child(1) {
  left: 0;
  bottom: 4.5rem;
  width: 40.1rem;
  max-width: 70%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
#game1 .group1 .bg .left img:nth-child(2) {
  left: 24rem;
  top: 7rem;
  width: 24.8rem;
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#game1 .group1 .bg .right img {
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
}
#game1 .group1 .bg .right img:nth-child(1) {
  right: 9rem;
  bottom: 12rem;
  width: 30.7rem;
}
#game1 .group1 .bg .right img:nth-child(2) {
  left: calc(100% - 20rem);
  bottom: 36rem;
  z-index: -3;
  min-height: calc(100% - 36rem);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#game1 .group1.active h1::before {
  clip-path: inset(0 0 0 0);
}
#game1 .group1.active h1 strong {
  top: 0;
  opacity: 1;
}
#game1 .group1.active h1 span {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: blur(0);
          filter: blur(0);
}
#game1 .group1.active h1 span + span {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#game1 .group1.active .bg img {
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}
#game1 .group1.active .img strong {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#game1 .group1.active .img1 {
  width: 13.3rem;
  margin: 0;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
#game1 .group1.active .img2, #game1 .group1.active .img3 {
  margin: 0;
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#game1 .group2 {
  padding: 22rem 0;
}
#game1 .group2 .item {
  width: 162rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
}
#game1 .group2 .img {
  width: 134.5rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  right: 0;
  bottom: 0;
  height: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 1s;
  transition: all 1s;
}
#game1 .group2 .img::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../img/game1/group2_bg.png") no-repeat right 0;
  background-size: 100% auto;
  clip-path: inset(100% 0 0 0);
  -webkit-transition: all 1s 0.5s;
  transition: all 1s 0.5s;
}
#game1 .group2 .img strong {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 43.345%;
  z-index: 1;
}
#game1 .group2 .img span {
  position: absolute;
  width: 0;
  -webkit-transition: all 1s 1.5s;
  transition: all 1s 1.5s;
}
#game1 .group2 .img .img1 {
  top: 7rem;
  left: 18.5rem;
  margin: 10.05rem 0 0 11.15rem;
}
#game1 .group2 .img .img2 {
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 20rem;
  margin: 13.85rem 0 0 calc(15.8rem - 5%);
}
#game1 .group2 .img .img3 {
  right: 9rem;
  top: 5.5rem;
  margin: 13.1rem 13.15rem 0 0;
}
#game1 .group2.active .img {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#game1 .group2.active .img::before {
  clip-path: inset(0 0 0 0);
}
#game1 .group2.active .img .img1 {
  width: 22.3rem;
  margin: 0;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
#game1 .group2.active .img .img2 {
  width: 31.6rem;
  margin: 0 0 0 5%;
}
#game1 .group2.active .img .img3 {
  width: 26.3rem;
  margin: 0;
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
#game1 .group3 {
  position: relative;
  z-index: 0;
  min-height: 96rem;
  background-color: #fff;
}
#game1 .group3::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../img/game1/bg.png");
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#game1 .group3 .item1 strong {
  padding-top: 5rem;
  background: url("../img/game1/group3_bg.png") no-repeat center 0;
}
#game1 .group3 .popup {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  min-width: 34rem;
  min-height: 43rem;
  padding-bottom: 7rem;
  -webkit-box-shadow: 0 0.4rem 4.2rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.4rem 4.2rem rgba(0, 0, 0, 0.25);
  border-radius: 3rem;
  border: 0.6rem solid #2B5AA3;
  background-color: #fff;
  font-size: 1.8rem;
  color: #777;
  text-align: center;
  line-height: 1.3;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#game1 .group3 .popup strong {
  width: 25rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
  margin-bottom: 1.5rem;
}
#game1 .group3 .popup strong::before, #game1 .group3 .popup strong::after {
  position: absolute;
  left: 0;
  top: 1rem;
  width: 3.9rem;
  height: 4.2rem;
  background: url("../img/game1/group3_img.png") no-repeat;
  background-size: 100% auto;
  content: "";
  -webkit-animation: rotate1 0.1s infinite alternate;
          animation: rotate1 0.1s infinite alternate;
}
#game1 .group3 .popup strong::after {
  left: auto;
  right: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-animation-name: rotate2;
          animation-name: rotate2;
}
#game1 .group3 .popup p {
  margin-top: 2rem;
}
#game1 .group3 .popup a {
  position: absolute;
  right: 2rem;
  top: 2rem;
  height: 3rem;
  padding: 0 1rem;
  border-radius: 3rem;
  background-color: #F5F5F5;
  font-size: 1.6rem;
  line-height: 3rem;
}
#game1 .group3 .popup a::after {
  display: inline-block;
  position: relative;
  top: 1px;
  font-family: "xeicon";
  vertical-align: top;
  position: relative;
  top: -0.2rem;
  margin-left: 0.5rem;
  content: "\e977";
}
#game1 .group3 .popup button {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7rem;
  border-radius: 0 0 2rem 2rem;
  border: 0.6rem solid #2B5AA3;
  background-color: #2B5AA3;
  color: #fff;
  text-align: center;
  line-height: 6.4rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#game1 .group3 .popup button:hover, #game1 .group3 .popup button:focus {
  font-weight: bold;
}
#game1 .group3 .item2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 192rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  height: 0;
  margin-top: 1rem;
  padding-top: 39.5%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#game1 .group3 .item2 .time {
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
  top: 13.15%;
  z-index: 1;
  width: 236px;
  height: 112px;
  padding-top: 36px;
  background: url("../img/game1/group2_time.png") no-repeat center center #228390;
  background-size: 100% auto;
  font-size: 5rem;
  color: #111;
  text-align: center;
  line-height: 66px;
  letter-spacing: 26px;
}
#game1 .group3 .item2 .time span {
  float: left;
  width: calc(50% - 1rem);
  text-indent: 10px;
  white-space: nowrap;
}
#game1 .group3 .item2 .time span + span {
  float: right;
  text-indent: 14px;
}
#game1 .group3 .item2 .img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 47.8%;
  margin-left: -8px;
}
#game1 .group3 .item2 .img > span {
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: calc(100% + 3rem);
  z-index: 1;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #fff;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  opacity: 1;
  -webkit-transition: all 0s;
  transition: all 0s;
}
#game1 .group3 .item2 .img > span::before {
  display: inline-block;
  position: relative;
  top: 1px;
  font-family: "xeicon";
  vertical-align: top;
  position: relative;
  margin-right: 0.5rem;
  content: "\e9b6";
}
#game1 .group3 .item2 .img > span img {
  position: relative;
  top: -0.1rem;
}
#game1 .group3 .item2 li {
  position: absolute;
  text-align: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#game1 .group3 .item2 li button:hover span, #game1 .group3 .item2 li button:focus span {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  margin: 0;
}
#game1 .group3 .item2 li span, #game1 .group3 .item2 li strong {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}
#game1 .group3 .item2 li strong {
  position: absolute;
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%) scale(1.5);
          transform: translateY(-50%) scale(1.5);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#game1 .group3 .item2 li span {
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -4rem;
  z-index: 1;
  width: auto !important;
  height: auto !important;
  margin-top: 2rem;
  padding: 1.5rem 2rem;
  border-radius: 5rem;
  background-color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#game1 .group3 .item2 li span::after {
  position: absolute;
  right: 2rem;
  bottom: -1rem;
  z-index: -1;
  width: 2.1rem;
  height: 3.9rem;
  background: url("../img/game1/group2_tail.png") no-repeat right bottom;
  content: "";
}
#game1 .group3 .item2 li span img {
  max-width: inherit;
}
#game1 .group3 .item2 li.type1 {
  z-index: 1;
}
#game1 .group3 .item2 li:nth-child(2) {
  top: 2%;
  left: 17.5%;
}
#game1 .group3 .item2 li:nth-child(4) {
  top: 35.5%;
  left: 14.5%;
}
#game1 .group3 .item2 li:nth-child(5) {
  top: 75%;
  left: 4%;
}
#game1 .group3 .item2 li:nth-child(10) {
  top: 43.1%;
  right: 5%;
}
#game1 .group3 .item2 li:nth-child(13) {
  top: 78.3%;
  right: 4.7%;
}
#game1 .group3 .item2 li:nth-child(1) {
  top: 10%;
  left: 5%;
}
#game1 .group3 .item2 li:nth-child(1).active {
  top: 35.5%;
  left: 52.65%;
}
#game1 .group3 .item2 li:nth-child(3) {
  top: 42.4%;
  left: 7%;
}
#game1 .group3 .item2 li:nth-child(3).active {
  top: 41.15%;
  left: 42%;
}
#game1 .group3 .item2 li:nth-child(6) {
  top: 75%;
  left: 12.2%;
}
#game1 .group3 .item2 li:nth-child(6).active {
  top: 68%;
  left: 55.3%;
}
#game1 .group3 .item2 li:nth-child(7) {
  top: 9.2%;
  right: 15.3%;
}
#game1 .group3 .item2 li:nth-child(7).active {
  top: 17.6%;
  right: 60%;
}
#game1 .group3 .item2 li:nth-child(8) {
  top: 4.3%;
  right: 6%;
}
#game1 .group3 .item2 li:nth-child(8).active {
  top: 35.5%;
  right: 61%;
}
#game1 .group3 .item2 li:nth-child(9) {
  top: 31.5%;
  right: 16.6%;
}
#game1 .group3 .item2 li:nth-child(9).active {
  top: 13.15%;
  right: 32%;
}
#game1 .group3 .item2 li:nth-child(11) {
  top: 56.6%;
  right: 8%;
}
#game1 .group3 .item2 li:nth-child(11).active {
  top: 50.6%;
  right: 31.5%;
}
#game1 .group3 .item2 li:nth-child(12) {
  top: 78.2%;
  right: 17.5%;
}
#game1 .group3 .item2 li:nth-child(12).active {
  top: 66.36%;
  right: 55.5%;
}
#game1 .group3 .item2 li.active {
  -webkit-transition: all 0.5s 0.5s;
  transition: all 0.5s 0.5s;
}
#game1 .group3 .item2 li.active.type1 strong {
  -webkit-animation: ox 1s;
          animation: ox 1s;
}
#game1 .group3 .item2 li.active.type2 strong {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  -webkit-filter: blur(0);
          filter: blur(0);
}
#game1 .group3 .item2.active li {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#game1 .group3 .item4 {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  min-width: 100%;
  min-height: 100%;
  background-color: #D3EDFE;
  clip-path: inset(0 50% 0 50%);
}
#game1 .group3 .item4.active {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  clip-path: inset(0 0 0 0);
  -webkit-transition: clip-path 0.5s 2s;
  transition: clip-path 0.5s 2s;
}
#game1 .group3 .item4.active .img p {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#game1 .group3 .item4 .img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 53rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: hidden;
  font-size: 1.8rem;
  text-align: center;
}
#game1 .group3 .item4 .img::after, #game1 .group3 .item4 .img em::before {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  height: 3.5rem;
  background-color: #002628;
  content: "";
}
#game1 .group3 .item4 .img::after {
  top: 9rem;
  border-radius: 0 0 10rem 10rem;
}
#game1 .group3 .item4 .img em {
  display: block;
  position: relative;
  z-index: 1;
  height: 7rem;
  background-color: #D3EDFE;
}
#game1 .group3 .item4 .img em::before {
  top: 6rem;
  border-radius: 10rem 10rem 0 0;
}
#game1 .group3 .item4 .img p {
  width: 41.8rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  height: 57rem;
  padding-top: 5.5rem;
  background: url("../img/game1/group3_item4.png") no-repeat center 0;
  background-size: 100% auto;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 1.5s 2.5s;
  transition: all 1.5s 2.5s;
}
#game1 .group3 .item4 .img span {
  display: block;
  margin: 6rem 0 2rem;
}
#game1 .group3 .item4 .img i img {
  width: 24.3rem;
}
#game1 .group3 .item4 .img button {
  width: 24.5rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
  margin: 2rem auto 0;
  height: 4rem;
  border-radius: 4rem;
  background: linear-gradient(-45deg, #A34EFF, #2FD1CD);
  color: #fff;
}
#game1 .group3 .item4 .bg span {
  position: absolute;
  left: 0;
  bottom: -1rem;
  z-index: -1;
}
#game1 .group3 .item4 .bg span img:nth-last-child(n+2) {
  position: absolute;
  bottom: 0;
  -webkit-animation: rotate1 1s infinite alternate;
          animation: rotate1 1s infinite alternate;
}
#game1 .group3 .item4 .bg span img:nth-last-child(n+2):nth-child(2n) {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}
#game1 .group3 .item4 .bg span img:nth-last-child(n+2):nth-child(3n) {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}
#game1 .group3 .item4 .bg span img:nth-last-child(n+2):nth-child(4n) {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
#game1 .group3 .item4 .bg span.left img:nth-child(1) {
  left: -1rem;
}
#game1 .group3 .item4 .bg span.left img:nth-child(2) {
  left: 4.4rem;
}
#game1 .group3 .item4 .bg span.left img:nth-child(3) {
  left: 22rem;
}
#game1 .group3 .item4 .bg span.left img:nth-child(4) {
  left: 39.2rem;
}
#game1 .group3 .item4 .bg span.right {
  left: auto;
  right: 0;
}
#game1 .group3 .item4 .bg span.right img:nth-child(1) {
  right: 50rem;
  bottom: -5rem;
}
#game1 .group3 .item4 .bg span.right img:nth-child(2) {
  right: 41.2rem;
}
#game1 .group3 .item4 .bg span.right img:nth-child(3) {
  right: 25rem;
}
#game1 .group3 .item4 .bg span.right img:nth-child(4) {
  right: 10.8rem;
  z-index: -1;
}
#game1 .group3 .item4 .bg span.right img:nth-child(5) {
  right: -1rem;
  bottom: 28rem;
  z-index: -1;
}
#game1 .group3.disable::before {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.7;
}
#game1 .group3.disable .item1 {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
}
#game1 .group3.disable .item2 .time, #game1 .group3.disable .item2 ul {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}
#game1 .group3.disable .item2 {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
#game1 .group3.disable .item2 .img span {
  opacity: 0;
}
#game1 .group3.fail::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#game1 .group3.fail::before, #game1 .group3.fail .item2 {
  -webkit-filter: blur(8px);
          filter: blur(8px);
}
#game1 .group3.fail .item3 {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
}
#game1 .group3.fail .item2 button {
  cursor: default;
}
#game1 .group3.fail .item2 li span, #game1 .group3.fail .item2 li strong {
  display: none;
}
#game1 .group3.fail .item2 li.active strong {
  display: block;
}
#game1 .group4 {
  min-height: 96rem;
  padding: 16rem 0 17rem;
}
#game1 .group4 .item {
  width: calc(100% - 4rem);
  margin: 0 auto;
  padding-left: calc(53% - 2rem);
}
#game1 .group4 .item button {
  background-color: #006269;
}
#game1 .group4 .item button:hover, #game1 .group4 .item button:focus {
  color: #006269;
}
#game1 .group4 .img2 {
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.5s 1s;
  transition: all 0.5s 1s;
}
#game1 .group4 .img {
  position: absolute;
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  padding-top: 11.5rem;
  padding-left: 13rem;
}
#game1 .group4 .img span {
  position: absolute;
}
#game1 .group4 .img strong {
  display: block;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 1s;
  transition: all 1s;
}
#game1 .group4 .img strong img:first-child {
  position: absolute;
  left: 17%;
  bottom: 36%;
  -webkit-animation: rotate1 0.75s infinite alternate;
          animation: rotate1 0.75s infinite alternate;
}
#game1 .group4 .img1 {
  top: 0;
  left: 12.5rem;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: scale(2);
          transform: scale(2);
  opacity: 0;
  -webkit-transition: all 1s 1.5s;
  transition: all 1s 1.5s;
}
#game1 .group4 .img1 img:nth-last-child(n+2) {
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#game1 .group4 .img1 img:nth-child(1) {
  top: 22%;
}
#game1 .group4 .img1 img:nth-child(2) {
  top: 36%;
}
#game1 .group4.active .img strong, #game1 .group4.active .img2 {
  -webkit-transform: translate(0);
          transform: translate(0);
}
#game1 .group4.active .img1 {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
#game1 .group4 .bg span {
  position: absolute;
  z-index: -2;
  margin: 0;
  -webkit-animation: updown 1.5s infinite alternate linear;
          animation: updown 1.5s infinite alternate linear;
}
#game1 .group4 .bg span img {
  max-width: inherit;
}
#game1 .group4 .bg span:nth-child(1) {
  top: 21.5rem;
  left: 71rem;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
#game1 .group4 .bg span:nth-child(2) {
  top: 11rem;
  right: 21rem;
  animation-direction: alternate-reverse;
}
#game1 .group4 .bg span:nth-child(3) {
  top: 17rem;
  right: 12rem;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#game1 .group4 .popup {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 1.7rem;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#game1 .group4 .popup > div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 110rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  overflow-y: auto;
  max-height: calc(100% - 4rem);
  padding: 4rem;
  -webkit-box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.21);
          box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.21);
  border-radius: 5rem;
  background: url("../img/game1/bg.png");
}
#game1 .group4 .popup button {
  overflow: hidden;
  position: absolute;
  right: 4rem;
  top: 4rem;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  background-color: #111;
  color: #fff;
  text-align: center;
  line-height: 4rem;
}
#game1 .group4 .popup button::before {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "xeicon";
  text-align: center;
  line-height: inherit;
  content: "\e921";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#game1 .group4 .popup button:hover::before, #game1 .group4 .popup button:focus::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#game1 .group4 .popup ul {
  display: grid;
  margin-top: 2rem;
  gap: 2rem;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}
#game1 .group4 .popup li {
  padding: 3rem 2rem;
  border-radius: 4rem;
  background-color: rgba(0, 0, 0, 0.08);
  word-break: keep-all;
}
#game1 .group4 .popup i {
  width: 15rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
  overflow: hidden;
  position: relative;
  height: 0;
  padding-top: 75%;
}
#game1 .group4 .popup i img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 66.6%;
  max-height: 66.6%;
}
#game1 .group4 .popup.active {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
}
#game1.type1 {
  background-color: #FFFACA;
}
#game1.type1 .group2 h2, #game1.type1 .group4 h2 {
  position: relative;
  left: -1rem;
  margin-left: -3rem;
  opacity: 0;
  -webkit-transition: all 0.7s 0.2s;
  transition: all 0.7s 0.2s;
}
#game1.type1 .group2 p, #game1.type1 .group4 p {
  margin-top: 3.5rem;
}
#game1.type1 .group2.active h2, #game1.type1 .group4.active h2 {
  margin-left: 0;
  opacity: 1;
}
#game1.type1 .group1 {
  background: none;
}
#game1.type1 .group1 h1 {
  bottom: 45%;
}
#game1.type1 .group1 h1::before {
  display: none;
}
#game1.type1 .group1 h1 span {
  margin: 0.5rem 0 0;
}
#game1.type1 .group1 button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 55%;
  height: 6rem;
  margin-top: 6rem;
  padding: 0 3rem;
  border-radius: 6rem;
  border: 1px solid #000;
  background-color: #000;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  line-height: 6rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: background 0.2s 0s, color 0.2s 0s, margin 0.5s 1.2s, opacity 0.5s 1.2s;
  transition: background 0.2s 0s, color 0.2s 0s, margin 0.5s 1.2s, opacity 0.5s 1.2s;
}
#game1.type1 .group1 button:hover, #game1.type1 .group1 button:focus {
  background-color: #fff;
  color: #000;
}
#game1.type1 .group1 .img {
  left: 0;
  bottom: 0;
  width: 50%;
  padding-right: 23rem;
  text-align: right;
  -webkit-transform: translate(0);
          transform: translate(0);
}
#game1.type1 .group1 .img img {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: all 1s 0.5s;
  transition: all 1s 0.5s;
}
#game1.type1 .group1 .img::before {
  display: none;
}
#game1.type1 .group1 .bg span {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 100%;
}
#game1.type1 .group1 .bg .top {
  top: 0;
  height: 7.5rem;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#game1.type1 .group1 .bg .top::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../img/game2/cover_top.png") repeat-x 0 0;
  background-size: auto 100%;
  content: "";
}
#game1.type1 .group1 .bg .top img {
  top: 0;
  z-index: -2;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.8s 0.2s;
  transition: all 0.8s 0.2s;
}
#game1.type1 .group1 .bg .top img:first-child {
  left: calc(50% - 40rem);
}
#game1.type1 .group1 .bg .top img:last-child {
  left: calc(50% + 37rem);
}
#game1.type1 .group1 .bg .bottom {
  bottom: 7rem;
  text-align: center;
}
#game1.type1 .group1 .bg .bottom img {
  position: static;
  max-width: calc(100% - 4rem);
  margin: 15rem auto 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}
#game1.type1 .group1 .bg .bottom img + img {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#game1.type1 .group1.active button {
  margin-top: 4rem;
  opacity: 1;
}
#game1.type1 .group1.active .img img {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
#game1.type1 .group1.active .bg .top, #game1.type1 .group1.active .bg span img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
#game1.type1 .group2 {
  min-height: 92rem;
  background: url("../img/game2/bg.png");
  color: #fff;
}
#game1.type1 .group2 .img {
  width: 118.5rem;
}
#game1.type1 .group2 .img::before {
  left: auto;
  right: 0;
  width: 87rem;
  max-width: 75%;
  background: url("../img/game2/group2_bg.png") no-repeat right bottom;
  background-size: 100% auto;
}
#game1.type1 .group2 .img strong {
  max-width: inherit;
  padding-right: 21.5rem;
}
#game1.type1 .group2 .img .img1 {
  top: auto;
  bottom: 52rem;
  left: auto;
  right: 48%;
  margin-bottom: 8.8rem;
}
#game1.type1 .group2 .img .img2 {
  top: auto;
  bottom: 65rem;
  left: auto;
  right: 31.5%;
  margin-bottom: 12rem;
  -webkit-transform: translate(0);
          transform: translate(0);
}
#game1.type1 .group2 .img .img3 {
  top: auto;
  bottom: 65rem;
  right: 10.3%;
  margin-bottom: 9.5rem;
}
#game1.type1 .group2.active .img span {
  margin: 0;
}
#game1.type1 .group2.active .img .img1 {
  width: 17.6rem;
  max-width: 14.8%;
}
#game1.type1 .group2.active .img .img2 {
  width: 21.4rem;
  max-width: 17.9%;
}
#game1.type1 .group2.active .img .img3 {
  width: 19rem;
  max-width: 16%;
}
#game1.type1 .group3 {
  height: 100vh;
  min-height: 90rem;
}
#game1.type1 .group3::before {
  min-width: 192rem;
  background: url("../img/game2/group3_bg.png") no-repeat 0 bottom #FFFACA;
  background-size: 100% 11.8rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#game1.type1 .group3 .item1 strong {
  background: url("../img/game2/group2_time.png") no-repeat center 0;
}
#game1.type1 .group3.disable::before {
  background-color: #DEDEDE;
}
#game1.type1 .group3.disable .item2::before {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
#game1.type1 .group3.disable .item2 .list {
  right: -100%;
}
#game1.type1 .group3.disable .item2 .img {
  width: 100%;
  margin-left: 0;
}
#game1.type1 .group3.disable .item2 .img button {
  -webkit-transform: scale(0);
          transform: scale(0);
}
#game1.type1 .group3 .popup {
  border-color: #15836F;
}
#game1.type1 .group3 .popup button {
  border-color: #15836F;
  background-color: #15836F;
}
#game1.type1 .group3 .item2 {
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
}
#game1.type1 .group3 .item2::before {
  position: absolute;
  bottom: 4.5rem;
  right: calc(50% + 57rem);
  z-index: 1;
  width: 35.8rem;
  height: 47.1rem;
  background: url("../img/game2/group3_item2.png") no-repeat 0 bottom;
  background-size: 100% auto;
  content: "";
  -webkit-transition: all 0.5s 0.2s;
  transition: all 0.5s 0.2s;
}
#game1.type1 .group3 .item2 .time {
  left: auto;
  top: auto;
  right: 3rem;
  bottom: 93%;
  width: 14rem;
  height: 3.8rem;
  padding: 0 2rem;
  border-radius: 3.8rem;
  background: none #00725D;
  font-size: 2.5rem;
  color: #fff;
  line-height: 3.8rem;
  letter-spacing: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
}
#game1.type1 .group3 .item2 .time::before {
  display: inline-block;
  position: relative;
  top: 1px;
  font-family: "xeicon";
  vertical-align: top;
  margin-right: 1rem;
  font-size: 2rem;
  font-weight: 300;
  content: "\eb2a";
  opacity: 0.8;
}
#game1.type1 .group3 .item2 .time span {
  display: inline !important;
  float: none !important;
  text-indent: 0 !important;
}
#game1.type1 .group3 .item2 .time span + span::before {
  content: ":";
}
#game1.type1 .group3 .item2 li {
  position: relative;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  -webkit-transform: inherit;
          transform: inherit;
}
#game1.type1 .group3 .item2 span::after {
  display: none;
}
#game1.type1 .group3 .item2 i img {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
#game1.type1 .group3 .item2 span, #game1.type1 .group3 .item2 strong {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  display: block !important;
  -webkit-filter: inherit;
          filter: inherit;
}
#game1.type1 .group3 .item2 span img, #game1.type1 .group3 .item2 strong img {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
#game1.type1 .group3 .item2 .img {
  top: 43%;
  width: calc(100% - 34rem);
  max-width: 138.2rem;
  margin-left: -16.9rem;
  margin-right: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#game1.type1 .group3 .item2 .img ul {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 10%;
  z-index: 1;
  width: 100%;
  height: 90%;
}
#game1.type1 .group3 .item2 .img button {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 1rem);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
#game1.type1 .group3 .item2 .img button img {
  max-height: 100%;
}
#game1.type1 .group3 .item2 .img > span {
  left: 3rem;
  bottom: 93%;
  border: 0 none;
  -webkit-transform: translate(0);
          transform: translate(0);
}
#game1.type1 .group3 .item2 .img > span::before {
  opacity: 0.6;
}
#game1.type1 .group3 .item2 .img li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  height: 33.333%;
  padding-bottom: 2.3%;
  text-align: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
#game1.type1 .group3 .item2 .img li:nth-child(6), #game1.type1 .group3 .item2 .img li:nth-child(11) {
  clear: both;
}
#game1.type1 .group3 .item2 .img li:nth-last-child(n+9) {
  width: 20%;
}
#game1.type1 .group3 .item2 .img li:nth-child(n+11) {
  width: 14%;
}
#game1.type1 .group3 .item2 .img li:nth-child(6) p {
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
#game1.type1 .group3 .item2 .img li:nth-child(7) {
  width: 18%;
}
#game1.type1 .group3 .item2 .img li:nth-child(8) {
  width: 22%;
}
#game1.type1 .group3 .item2 .img li:nth-child(9) {
  width: 25%;
}
#game1.type1 .group3 .item2 .img li:nth-child(10) {
  float: right;
  width: 15%;
}
#game1.type1 .group3 .item2 .img li:nth-child(11) {
  margin-left: 12%;
}
#game1.type1 .group3 .item2 .img li:nth-child(12) {
  width: 18%;
}
#game1.type1 .group3 .item2 .img li.active p {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  z-index: 2;
}
#game1.type1 .group3 .item2 .img li[class*=img] p {
  background-color: #4639FF;
}
#game1.type1 .group3 .item2 .img li[class*=img].active {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.2s 1s;
  transition: all 0.2s 1s;
}
#game1.type1 .group3 .item2 .img p {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
  min-width: 14rem;
  min-width: 14rem;
  min-height: 14rem;
  padding: 1rem;
  -webkit-box-shadow: 0 0.4rem 2.2rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.4rem 2.2rem rgba(0, 0, 0, 0.25);
  border-radius: 2rem;
  border: 1px solid #000;
  background-color: #FF3939;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#game1.type1 .group3 .item2 .img p span, #game1.type1 .group3 .item2 .img p strong {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  margin: 0;
  padding: 0;
  background: none;
}
#game1.type1 .group3 .item2 .img p strong {
  display: block;
  margin-bottom: 1rem;
}
#game1.type1 .group3 .item2 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  overflow-y: auto;
  position: absolute;
  right: -2rem;
  top: 0;
  width: 33.8rem;
  height: 100%;
  padding: 1rem 4rem 0;
  -webkit-box-shadow: -0.4rem 0 2.3rem rgba(0, 0, 0, 0.11);
          box-shadow: -0.4rem 0 2.3rem rgba(0, 0, 0, 0.11);
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#game1.type1 .group3 .item2 .list > strong {
  display: block;
  padding-bottom: 2rem;
  border-bottom: 1px dotted #111;
}
#game1.type1 .group3 .item2 .list ul {
  position: static;
  max-width: 100%;
  height: auto;
}
#game1.type1 .group3 .item2 .list button {
  position: absolute;
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
  right: 100%;
}
#game1.type1 .group3 .item2 .list li {
  margin-top: 2rem;
  text-align: right;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#game1.type1 .group3 .item2 .list li i {
  display: inline-block;
  width: 7rem;
  height: 7rem;
  vertical-align: middle;
}
#game1.type1 .group3 .item2 .list li span {
  left: auto;
  right: -1rem;
  top: -0.5rem;
  margin: 0;
  padding: 0;
  background: none;
  -webkit-transform: scale(0);
          transform: scale(0);
}
#game1.type1 .group3 .item2 .list li strong {
  right: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#game1.type1 .group3 .item2 .list li strong img + img {
  position: absolute;
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#game1.type1 .group3 .item2 .list li.active {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
#game1.type1 .group3 .item2 .list li.active span {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#game1.type1 .group3 .item2 .list li.active strong img:first-child {
  opacity: 0;
}
#game1.type1 .group3 .item2 .list li.active strong img:first-child + img {
  opacity: 1;
}
#game1.type1 .group3 .item4 {
  background: url("../img/game2/bg.png");
}
#game1.type1 .group3 .item4::before {
  position: absolute;
  right: calc(50% - 4rem);
  bottom: 0;
  width: 64.2rem;
  height: 64rem;
  background: url("../img/game2/group3_item4_bg.png") no-repeat 0 bottom;
  background-size: 100% auto;
  content: "";
}
#game1.type1 .group3 .item4 .img, #game1.type1 .group3 .item4 .bg {
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 12rem;
  width: 49.1rem;
  height: 68.8rem;
  margin-left: 3.5rem !important;
}
#game1.type1 .group3 .item4 .img {
  max-width: inherit;
  padding: 3rem 10rem 0 4rem;
  background: url("../img/game2/group3_item4.png") no-repeat center bottom;
  background-size: 100% auto;
}
#game1.type1 .group3 .item4 .img::after {
  display: none;
}
#game1.type1 .group3 .item4 .img em {
  height: auto;
  background: none;
}
#game1.type1 .group3 .item4 .img em::before, #game1.type1 .group3 .item4 .img em::after {
  display: none;
}
#game1.type1 .group3 .item4 .img strong {
  display: block;
  margin: 2rem 0 0.5rem;
  padding: 1.5rem 0;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}
#game1.type1 .group3 .item4 .img span {
  margin: 0 0 3rem;
  padding-top: 4rem;
  border-top: 1px solid #222;
}
#game1.type1 .group3 .item4 .img button {
  height: 5rem;
  margin-top: 3rem;
  background: linear-gradient(-45deg, #FFD22E, #00A083);
}
#game1.type1 .group3 .item4 .bg {
  z-index: -1;
}
#game1.type1 .group3 .item4 .bg span {
  position: static;
}
#game1.type1 .group3 .item4 .bg img {
  max-width: inherit;
}
#game1.type1 .group3 .item4 .bg .left img:nth-child(1) {
  left: auto;
  bottom: 10rem;
  right: calc(100% + 2rem);
}
#game1.type1 .group3 .item4 .bg .left img:nth-child(2) {
  left: auto;
  bottom: 18.6rem;
  right: calc(100% + 1.5rem);
}
#game1.type1 .group3 .item4 .bg .left img:nth-child(3) {
  left: auto;
  bottom: 25rem;
  right: calc(100% + 1rem);
}
#game1.type1 .group3 .item4 .bg .left img:nth-child(4) {
  left: auto;
  bottom: auto;
  top: -7.5rem;
  right: calc(100% - 1rem);
}
#game1.type1 .group3 .item4 .bg .left img:nth-child(5) {
  position: absolute;
  left: auto;
  bottom: auto;
  top: -5rem;
  right: calc(100% - 3.5rem);
  -webkit-animation: rotate1 1s infinite alternate;
          animation: rotate1 1s infinite alternate;
}
#game1.type1 .group3 .item4 .bg .right img:nth-child(1) {
  right: auto;
  bottom: 6rem;
  left: calc(100% - 17rem);
}
#game1.type1 .group3 .item4 .bg .right img:nth-child(2) {
  right: auto;
  bottom: 15rem;
  left: calc(100% - 7rem);
}
#game1.type1 .group3 .item4 .bg .right img:nth-child(3) {
  position: absolute;
  right: auto;
  bottom: 13rem;
  left: calc(100% - 7rem);
  z-index: -2;
  -webkit-animation: rotate1 2s infinite alternate;
          animation: rotate1 2s infinite alternate;
}
#game1.type1 .group4 {
  min-height: 80rem;
  background: url("../img/game2/bg1.png");
}
#game1.type1 .group4 .bg span:nth-child(1) {
  left: 51.5rem;
  top: 14.3rem;
}
#game1.type1 .group4 .img {
  left: 15rem;
  width: 81rem;
  max-width: 45%;
  margin-top: 3rem;
  padding: 0 9.5rem 13rem 0;
  background: url("../img/game2/cover_img1.png") no-repeat 0 bottom;
  background-size: 100% auto;
  text-align: right;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#game1.type1 .group4 .img strong > img:nth-child(1) {
  left: -10rem;
  bottom: -1.5rem;
  z-index: -1;
}
#game1.type1 .group4 .img strong > img:nth-child(2) {
  position: absolute;
  right: -14rem;
  bottom: 1.5rem;
  z-index: -1;
  -webkit-animation: rotate1 0.75s 0.25s infinite alternate;
          animation: rotate1 0.75s 0.25s infinite alternate;
}
#game1.type1 .group4 .img strong > img:nth-child(3) {
  position: relative;
  z-index: 1;
}
#game1.type1 .group4 .img strong > img:nth-last-child(n+3) {
  clip-path: inset(100% 0 0 0);
  opacity: 0;
  -webkit-transition: all 1s 0.5s;
  transition: all 1s 0.5s;
}
#game1.type1 .group4 .img .img1 {
  left: 8rem;
  z-index: 1;
  width: 13.5rem;
}
#game1.type1 .group4 .img .img1 img:nth-child(1) {
  top: 24%;
  width: 5.7rem;
}
#game1.type1 .group4 .img .img1 img:nth-child(2) {
  top: 35%;
  width: 6.4rem;
}
#game1.type1 .group4 .img .img2 {
  top: auto;
  bottom: -2.5rem;
  left: 11.5rem;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
#game1.type1 .group4 .img .img2 img {
  position: static;
  max-width: inherit;
  -webkit-animation: inherit;
          animation: inherit;
  -webkit-transform: translate(0);
          transform: translate(0);
}
#game1.type1 .group4 .item button {
  width: 21rem;
  background-color: #008069;
}
#game1.type1 .group4 .item button:hover, #game1.type1 .group4 .item button:focus {
  background-color: #fff !important;
  color: #008069;
}
#game1.type1 .group4 .item button.btn2 {
  background-color: #111;
}
#game1.type1 .group4 .item button.btn2:hover, #game1.type1 .group4 .item button.btn2:focus {
  color: #111;
}
#game1.type1 .group4 .item a::before {
  border: 1px solid #999;
  background: transparent;
  color: #444;
}
#game1.type1 .group4.active .img {
  margin-top: 0;
  opacity: 1;
}
#game1.type1 .group4.active .img .img2 {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#game1.type1 .group4.active .img strong img:nth-last-child(n+3) {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}
#game1.type1 .group4 .popup > div {
  width: 146rem;
  background: url("../img/game2/bg.png");
}
#game1.type1 .group4 .popup ul {
  grid-template-columns: repeat(5, 1fr);
}
#game1.type1 .group4 .popup i {
  padding-top: 65%;
}
#game1.type1 .group4 .popup li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#game1.type1 .group4 .popup li:last-child {
  background: none;
}
#game1.type1 .group4 .popup li button {
  position: static;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  line-height: inherit;
}
#game1.type1 .group4 .popup li button::before {
  width: 6.5rem;
  height: 6.5rem;
  margin: 0 auto 1.5rem;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 3rem;
  content: "\e907";
  line-height: 6.3rem;
}
#game1.type1 .group4 .popup li button:hover::before, #game1.type1 .group4 .popup li button:focus::before {
  background-color: #fff;
  color: #009B7E;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
#game1.type1 .group4 .popup#popup > div {
  background: none #fff;
}
#game1.type1 .group4 .popup#popup ul {
  padding: 3rem;
  border-radius: 1rem;
  background-color: #F9F9F9;
  gap: 1rem;
}
#game1.type1 .group4 .popup#popup .mark2 li:nth-child(n+3) {
  grid-column: span 2;
}
#game1.type1 .group4 .popup#popup .mark3 li:last-child {
  grid-column: span 2;
}
#game1.type1 .group4 .popup#popup .mark {
  display: grid;
  margin-top: 2.5rem;
  border-top: 1px solid #222;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
#game1.type1 .group4 .popup#popup .mark div:nth-child(n+2) ul {
  grid-template-columns: repeat(2, 1fr);
}
#game1.type1 .group4 .popup#popup .mark div:nth-child(n+2) span {
  position: relative;
  padding-left: 1rem;
  text-align: left;
  display: block;
  line-height: 1.2;
}
#game1.type1 .group4 .popup#popup .mark div:nth-child(n+2) span::before {
  position: absolute;
  left: 0;
  top: auto;
  content: "";
}
#game1.type1 .group4 .popup#popup .mark div:nth-child(n+2) span::before {
  top: 1rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background-color: #D9D9D9;
}
#game1.type1 .group4 .popup#popup .mark div:nth-child(n+2) span + span {
  margin-top: 0.5rem;
}
#game1.type1 .group4 .popup#popup i {
  position: absolute;
  top: 0;
  left: 0;
  width: 8rem;
  max-width: inherit;
  height: 8rem;
  padding-top: 0;
}
#game1.type1 .group4 .popup#popup i img {
  max-width: inherit;
  max-height: inherit;
}
#game1.type1 .group4 .popup#popup li {
  position: relative;
  min-height: 8rem;
  padding: 0 0 0 9rem;
  background: none;
  color: #777;
  text-align: left;
}
#game1.type1 .group4 .popup#popup li strong {
  display: block;
  margin-bottom: 1rem;
}
#game1.type1 .group4 .popup#popup .mark1 {
  grid-column: span 2;
}
#game1.type1 .group4 .popup#popup .mark1 ul {
  grid-template-columns: 30% 30% 40%;
}

@-webkit-keyframes updown {
  100% {
    margin-top: -1rem;
  }
}

@keyframes updown {
  100% {
    margin-top: -1rem;
  }
}
@-webkit-keyframes rotate1 {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
@keyframes rotate1 {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: rotateY(180deg) rotate(-5deg);
            transform: rotateY(180deg) rotate(-5deg);
  }
  100% {
    -webkit-transform: rotateY(180deg) rotate(5deg);
            transform: rotateY(180deg) rotate(5deg);
  }
}
@keyframes rotate2 {
  0% {
    -webkit-transform: rotateY(180deg) rotate(-5deg);
            transform: rotateY(180deg) rotate(-5deg);
  }
  100% {
    -webkit-transform: rotateY(180deg) rotate(5deg);
            transform: rotateY(180deg) rotate(5deg);
  }
}
@-webkit-keyframes ox {
  0% {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(1.5);
            transform: translateY(-50%) scale(1.5);
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  20% {
    visibility: visible;
    overflow: visible;
    width: auto;
    height: auto;
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  90% {
    visibility: visible;
    overflow: visible;
    width: auto;
    height: auto;
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  100% {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(1.5);
            transform: translateY(-50%) scale(1.5);
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
}
@keyframes ox {
  0% {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(1.5);
            transform: translateY(-50%) scale(1.5);
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  20% {
    visibility: visible;
    overflow: visible;
    width: auto;
    height: auto;
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  90% {
    visibility: visible;
    overflow: visible;
    width: auto;
    height: auto;
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  100% {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(1.5);
            transform: translateY(-50%) scale(1.5);
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
}
@media (min-height: 1070px) {
  #game1.type1 .group3 .item2::before {
    right: calc(50% + 65rem);
  }
  #game1.type1 .group3 .item2 .img li:nth-child(6) p {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-height: 1071px) {
  #game1.type1 .group3 .item2 .img li:nth-child(11) p {
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
}
@media (max-width: 1900px) {
  #game1.type1 .group3 .item2::before {
    left: 2rem;
    right: auto;
    width: 15%;
  }
}
@media (max-width: 1500px) {
  .findhidden .btn {
    margin-top: 2rem;
  }
  .findhidden .cover {
    margin-top: 6rem;
    padding: 2.5rem;
    font-size: inherit;
  }
  .findhidden .cover::before {
    top: -18.5rem;
    width: 15rem;
  }
  .findhidden .cover br {
    display: none;
  }
  .findhidden .cover strong {
    margin: 1rem 0 1.5rem;
  }
  .findhidden .cover span + span {
    margin-top: 1rem;
  }
  .findhidden .list ul {
    padding: 2rem;
  }
  .findhidden .list i {
    min-width: 6rem;
    max-width: 6rem;
  }
  .findhidden .list li {
    padding: 0.35rem 0;
    letter-spacing: 0;
  }
  .findhidden .list li:first-child {
    border-top: 0 none;
  }
  .findhidden .list li:last-child {
    border-bottom: 0 none;
  }
  .findhidden .layerpopup .item {
    padding: 2rem 2.5rem;
    font-size: inherit;
  }
  .findhidden .layerpopup .item strong {
    margin: 1rem 0 0.5rem;
  }
  .findhidden .layerpopup .group.end .item {
    padding-top: 3rem;
  }
  #game1 .group3 .item2.active li i img, #game1 .group3 .item2.active li strong img {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  #game1 .group3 .item2 li span {
    top: -2rem;
  }
  #game1 .group4 .img {
    padding-left: 2rem;
  }
  #game1 .group4 .item {
    padding-left: 50%;
  }
  #game1.type1 .group3 .item2 .time {
    right: 0;
    bottom: calc(100% + 1rem);
  }
  #game1.type1 .group3 .item2 .img > span {
    left: 0;
    bottom: calc(100% + 1rem);
    width: calc(100% - 14rem);
    height: 3.8rem;
    padding: 0 1.5rem 0 1rem;
    border-radius: 5rem;
    background-color: #00725D;
    line-height: 3.8rem;
  }
  #game1.type1 .group4 .img {
    left: 7rem;
  }
  #game1.type1 .group4 .item button {
    width: 18rem;
  }
}
@media (max-width: 1280px) {
  .asmr #section1 .group1 .imgs .img2 {
    left: auto;
    top: 12.7%;
    right: calc(50% + 20rem);
  }
  .asmr #section1 .group1 .imgs .img3 {
    left: auto;
    bottom: 17.2%;
    right: calc(50% + 12rem);
  }
  .asmr #section1 .group1 .imgs .img4 {
    left: -3rem;
  }
  .asmr #section1 .group1 .imgs .img5 {
    top: 20%;
  }
  .asmr #section1 .group1 .imgs .img6 {
    right: auto;
    left: calc(50% + 15rem);
  }
  .asmr #section1 .group2 .item::after {
    bottom: 5rem;
  }
  .asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .item h2 strong {
    font-size: 4.5rem;
  }
  .asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .item .list li button {
    font-size: 2.5rem;
  }
  .asmr .section:nth-child(n+3):nth-last-child(n+2) .group2 .desc {
    left: 7.5rem;
    width: 50rem;
    max-width: calc(100% - 15rem);
    max-height: calc(100% - 20rem);
    word-break: keep-all;
  }
  .asmr .section:nth-child(n+3):nth-last-child(n+2) .group2 .desc br {
    display: none;
  }
  .asmr #section2 .group2 .list {
    padding: 10rem 10rem 10rem 50rem;
  }
  .asmr #section2 .group2 .list .label {
    font-size: 2rem;
  }
  .asmr #section2 .group2 .list .label span::after {
    margin-top: 0;
  }
  .asmr #section4 .group2 .desc + i, .asmr #section5 .group2 .desc + i {
    right: 0;
    padding-right: 10rem;
  }
  .asmr #section4 .group2 .desc + i {
    bottom: 0;
    padding-left: 10rem;
  }
  .asmr #section6 .group2 .desc {
    width: calc(100% - 18rem);
  }
  #game1 .group2, #game1 .group3, #game1 .group4 {
    height: auto;
    min-height: 0;
  }
  #game1 .group2 .item, #game1 .group4 .item {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #game1 .group2 .item p, #game1 .group4 .item p {
    margin-bottom: 5rem;
  }
  #game1 .group1 {
    height: auto;
    min-height: 0;
    padding: 5rem 0;
  }
  #game1 .group1 h1 {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #game1 .group1 .img {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin: 5rem auto 0;
  }
  #game1 .group1 .bg .left img:nth-child(2) {
    left: -2rem;
  }
  #game1 .group1 .bg .right img:nth-child(1) {
    right: 2rem;
  }
  #game1 .group2 {
    padding: 35rem 0 10rem;
  }
  #game1 .group2 .img {
    width: 100rem;
    max-width: calc(100% - 10rem);
  }
  #game1 .group2 .img span {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  #game1 .group2 .img .img1 {
    top: 1rem;
    left: 8rem;
  }
  #game1 .group2 .img .img2 {
    top: 13rem;
    -webkit-transform: scale(0.8) translateX(-60%);
            transform: scale(0.8) translateX(-60%);
  }
  #game1 .group2 .img .img3 {
    top: 1rem;
    right: 2rem;
  }
  #game1 .group3.disable .img {
    margin-left: 2rem;
  }
  #game1 .group3 .item2 {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 91.9rem;
    height: 100%;
    padding: 55rem 0 2rem;
  }
  #game1 .group3 .item2 .time {
    top: auto;
    bottom: 12rem;
  }
  #game1 .group3 .item2 .time span {
    text-indent: 14px;
  }
  #game1 .group3 .item2 .time span + span {
    text-indent: 18px;
  }
  #game1 .group3 .item2 .img {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 100%;
  }
  #game1 .group3 .item2 ul {
    position: absolute;
    left: -8%;
    top: 2rem;
    width: 110%;
    height: 50%;
  }
  #game1 .group3 .item2.active li {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  #game1 .group3 .item2 li span {
    top: 0;
  }
  #game1 .group3 .item2 li:nth-child(5) {
    top: 5%;
    left: 30%;
  }
  #game1 .group3 .item2 li:nth-child(6) {
    top: 32%;
    left: 28%;
  }
  #game1 .group3 .item2 li:nth-child(8) {
    right: 0;
  }
  #game1 .group3 .item2 li:nth-child(9) {
    top: 35%;
  }
  #game1 .group3 .item2 li:nth-child(10) {
    top: 55%;
    right: 0;
  }
  #game1 .group3 .item2 li:nth-child(11) {
    top: 25%;
    right: 25%;
  }
  #game1 .group3 .item2 li:nth-child(12) {
    top: 45%;
    right: 32%;
  }
  #game1 .group3 .item2 li:nth-child(13) {
    top: 5%;
    right: 30%;
  }
  #game1 .group3 .item2 li.active:nth-child(1) {
    top: 100%;
  }
  #game1 .group3 .item2 li.active:nth-child(3) {
    top: 100%;
    left: 30%;
  }
  #game1 .group3 .item2 li.active:nth-child(6) {
    top: 120%;
    left: 65%;
  }
  #game1 .group3 .item2 li.active:nth-child(7) {
    top: 120%;
  }
  #game1 .group3 .item2 li.active:nth-child(8) {
    top: 140%;
    right: 70%;
  }
  #game1 .group3 .item2 li.active:nth-child(9) {
    top: 140%;
    right: 9%;
  }
  #game1 .group3 .item2 li.active:nth-child(11) {
    top: 95%;
    right: 10%;
  }
  #game1 .group3 .item2 li.active:nth-child(12) {
    top: 90%;
    right: 65%;
  }
  #game1 .group3 .item4 .bg span.left {
    overflow: hidden;
    width: 60rem;
  }
  #game1 .group3 .item4 .bg span.left img:nth-child(4) {
    display: none;
  }
  #game1 .group3 .item4 .bg span.left img:last-child {
    max-width: inherit;
  }
  #game1 .group3 .item4 .bg span.right img:nth-child(1) {
    display: none;
  }
  #game1 .group4 {
    padding: 10rem 0 75rem;
    text-align: right;
  }
  #game1 .group4 .img {
    top: auto;
    bottom: 2rem;
    padding-right: 2rem;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  #game1 .group4 .img1 {
    left: 2rem;
  }
  #game1 .group4 .item {
    width: 70rem;
    max-width: calc(100% - 4rem);
    margin-left: auto !important;
    margin-right: auto !important;
    display: inline-block;
    margin-right: 2rem !important;
    padding-left: 0;
    text-align: left;
  }
  #game1 .group4 .bg span {
    -webkit-transform: translateY(1500%);
            transform: translateY(1500%);
  }
  #game1 .group4 .popup {
    text-align: left;
  }
  #game1 .group4 .popup ul {
    grid-template-columns: repeat(3, 1fr);
  }
  #game1.type1 .group1 {
    padding: 15rem 0 0;
  }
  #game1.type1 .group1 .img {
    width: calc(50% - 10rem);
    margin: 0;
    padding: 0 0 0 5rem;
  }
  #game1.type1 .group2 {
    min-height: 0;
    padding: 8rem 3rem 35rem;
  }
  #game1.type1 .group2 .img {
    width: 75rem;
  }
  #game1.type1 .group2 .img .img1 {
    bottom: 22%;
  }
  #game1.type1 .group2 .img .img2 {
    bottom: 33%;
  }
  #game1.type1 .group2 .img .img3 {
    bottom: 25%;
  }
  #game1.type1 .group3 {
    height: auto;
    min-height: 0;
  }
  #game1.type1 .group3 .item2 {
    padding: 10rem 0 20rem;
  }
  #game1.type1 .group3 .item2::before {
    height: 30%;
  }
  #game1.type1 .group3 .item2 .img {
    top: 0;
    width: calc(100% - 13rem);
    margin-left: 0;
  }
  #game1.type1 .group3 .item2 .img > span img {
    max-width: calc(100% - 3rem);
  }
  #game1.type1 .group3 .item2 .img p {
    -webkit-transform: translate(-50%, -50%) scale(0.5) !important;
            transform: translate(-50%, -50%) scale(0.5) !important;
  }
  #game1.type1 .group3 .item2 .list {
    overflow: visible;
    width: 11rem;
    padding: 1rem 2rem;
  }
  #game1.type1 .group3 .item2 .list > strong {
    margin-top: -5rem;
    padding-bottom: 1rem;
    opacity: 0;
  }
  #game1.type1 .group3 .item2 .list button {
    display: block;
    overflow: hidden;
    z-index: 1;
    width: 3rem;
    height: 5rem;
    background-color: #000;
    color: #fff;
    text-align: center;
    line-height: 5rem;
  }
  #game1.type1 .group3 .item2 .list button::before {
    display: block;
    width: 100%;
    height: 100%;
    font-family: "xeicon";
    text-align: center;
    line-height: inherit;
    content: "\e93b";
  }
  #game1.type1 .group3 .item2 .list li {
    margin-top: 1rem;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  #game1.type1 .group3 .item2 .list li i {
    width: 6rem;
    height: 6rem;
  }
  #game1.type1 .group3 .item2 .list li strong {
    text-align: left;
    opacity: 0;
  }
  #game1.type1 .group3 .item2 .list li strong img {
    -webkit-transform: scale(0.7) !important;
            transform: scale(0.7) !important;
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  #game1.type1 .group3 .item2 .list.active {
    width: 25rem;
  }
  #game1.type1 .group3 .item2 .list.active > strong {
    margin-top: 0;
    opacity: 1;
  }
  #game1.type1 .group3 .item2 .list.active button::before {
    content: "\e93e";
  }
  #game1.type1 .group3 .item2 .list.active li {
    margin-top: 0.5rem;
  }
  #game1.type1 .group3 .item2 .list.active li strong {
    opacity: 1;
  }
  #game1.type1 .group3 .item4::before {
    width: 42rem;
  }
  #game1.type1 .group3 .item4 .img, #game1.type1 .group3 .item4 .bg {
    bottom: 10rem;
    width: 31rem;
    height: 44rem;
  }
  #game1.type1 .group3 .item4 .bg {
    -webkit-transform: translateX(-50%) scale(0.7);
            transform: translateX(-50%) scale(0.7);
  }
  #game1.type1 .group3 .item4 .img {
    padding: 2rem 6rem 0 2rem;
  }
  #game1.type1 .group3 .item4 .img i img {
    width: 10rem;
  }
  #game1.type1 .group3 .item4 .img strong {
    margin: 1rem 0 0.3rem;
  }
  #game1.type1 .group3 .item4 .img span {
    margin-bottom: 2rem;
    padding-top: 2rem;
    font-size: inherit;
  }
  #game1.type1 .group3 .item4 .img button {
    margin-top: 2rem;
  }
  #game1.type1 .group4 {
    padding: 8rem 0 85rem;
    text-align: center;
  }
  #game1.type1 .group4 .img {
    left: 50%;
    bottom: 5rem;
    max-width: calc(100% - 12rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #game1.type1 .group4 .bg span:nth-child(1) {
    top: -17rem;
    left: 20rem;
  }
  #game1.type1 .group4 .popup > div {
    width: 100rem;
  }
  #game1.type1 .group4 .popup ul {
    grid-template-columns: repeat(3, 1fr);
  }
  #game1.type1 .group4 .popup li:last-child {
    display: none;
  }
  #game1.type1 .group4 .popup#popup ul {
    display: block;
  }
  #game1.type1 .group4 .popup#popup i img {
    width: 100%;
  }
  #game1.type1 .group4 .popup#popup li:last-child {
    display: block;
  }
  #game1.type1 .group4 .popup#popup li + li {
    margin-top: 1rem;
  }
}
@media (max-width: 1024px) {
  .asmr .group {
    min-height: 55rem;
  }
  .asmr #section1 .group2 .tips {
    right: 6rem;
    width: 31rem;
    height: 7rem;
    padding-left: 7.5rem;
    padding-right: 1rem;
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .asmr #section1 .group2 .tips::before {
    left: 1rem;
  }
  .asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .item h2 span {
    width: 10rem;
    height: 4.5rem;
    font-size: 1.8rem;
    line-height: 4.2rem;
  }
  .asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .item h2 strong {
    margin: 2rem 0 3rem;
    font-size: 3.5rem;
  }
  .asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .item .list li button {
    min-height: 6rem;
    padding-left: 6.5rem;
    font-size: 2rem;
  }
  .asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .item .list li button::before {
    left: 1.5rem;
  }
  .asmr .section:nth-child(n+3):nth-last-child(n+2) .group2 .desc {
    min-height: 45rem;
    font-size: 1.8rem;
  }
  .asmr .section:nth-child(n+3):nth-last-child(n+2) .group2 .desc h2 {
    margin-bottom: 2rem;
    font-size: 5rem;
  }
  .asmr #section2 .group2 .list .item > div > strong {
    margin-bottom: 2rem;
  }
  .asmr #section2 .group2 .list .item > div > strong + * strong {
    margin: 0 0 1rem;
  }
  .asmr #section6 .group2 .desc ul strong {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .asmr .pager {
    right: 2rem;
  }
  .asmr .group {
    min-height: 0;
  }
  .asmr #section1 .group1 .txts {
    font-size: 3rem;
  }
  .asmr #section1 .group1 .img1 {
    width: 12rem;
    height: 12rem;
    margin-top: 3rem;
    padding-left: 2.5%;
  }
  .asmr #section1 .group1 .imgs .img2 {
    right: 50%;
    width: 20rem;
  }
  .asmr #section1 .group1 .imgs .img3 {
    right: auto;
    left: 3rem;
    width: 15rem;
  }
  .asmr #section1 .group1 .imgs .img4 {
    bottom: 40%;
    width: 8rem;
  }
  .asmr #section1 .group1 .imgs .img5 {
    right: auto;
    top: 5%;
    left: calc(50% + 3rem);
    width: 12rem;
  }
  .asmr #section1 .group1 .imgs .img6 {
    bottom: 5%;
    left: calc(50% + 5rem);
    width: 18rem;
  }
  .asmr #section1 .group1 .imgs .img7 {
    width: 10rem;
  }
  .asmr #section1 .group2 .tips {
    width: 27rem;
    height: 6rem;
    padding-left: 6rem;
    font-size: 1.4rem;
  }
  .asmr #section1 .group2 .tips::before {
    width: 4rem;
    height: 4rem;
    background-size: 2rem auto;
  }
  .asmr #section1 .group2 .item {
    width: 50rem;
    max-width: calc(100% - 2rem);
    height: 35rem;
    padding-bottom: 0;
    font-size: 1.5rem;
  }
  .asmr #section1 .group2 .item::after {
    bottom: 3rem;
    width: 80%;
    max-width: 32rem;
    height: 10%;
  }
  .asmr #section1 .group2 .item h1 span {
    font-size: 6rem;
  }
  .asmr #section1 .group2 .item h1 img {
    width: 25rem;
  }
  .asmr #section1 .group2 .item p {
    margin-top: 2rem;
  }
  .asmr #section1 .scroll {
    height: 8rem;
  }
  .asmr #section2 .group1::after {
    background: url("../img/asmr/asmr2.png") no-repeat center center/cover;
  }
  .asmr #section3 .group1::after {
    background: url("../img/asmr/asmr3.png") no-repeat center center/cover;
  }
  .asmr #section4 .group1::after {
    background: url("../img/asmr/asmr4.png") no-repeat center center/cover;
  }
  .asmr #section5 .group1::after {
    background: url("../img/asmr/asmr5.png") no-repeat center center/cover;
  }
  .asmr #section6 .group1::after {
    background: url("../img/asmr/asmr6.png") no-repeat center center/cover;
  }
  .asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 {
    padding-bottom: 4rem;
    border-top: 1px solid rgba(217, 217, 217, 0.3);
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .asmr .section:nth-child(n+3):nth-last-child(n+2) .group1::before {
    display: none;
  }
  .asmr .section:nth-child(n+3):nth-last-child(n+2) .group1::after {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
  }
  .asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 > * {
    display: block;
    width: 100%;
  }
  .asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 > button {
    bottom: 3rem;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 > button i {
    width: 4rem;
    height: 4rem;
    margin-top: 1rem;
    line-height: 4rem;
  }
  .asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .audio {
    z-index: 1;
    height: 20rem;
    padding: 5rem 0 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .audio > i {
    display: none;
  }
  .asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .player {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
  .asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .item {
    z-index: 1;
    width: 40rem;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .item h2 span {
    height: 3.5rem;
    font-size: 1.6rem;
    line-height: 3.3rem;
  }
  .asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .item h2 strong {
    margin: 1rem 0 2rem;
    font-size: 3rem;
  }
  .asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .item .list li {
    margin-top: 1rem;
  }
  .asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .item .list li button {
    min-height: 4rem;
    padding-left: 5rem;
    font-size: 1.8rem;
  }
  .asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .item .list li button::before {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
  .asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .layerpopup [class*=type] {
    width: 40rem;
    min-height: 0;
    padding: 2rem 3rem 3rem;
    font-size: 1.6rem;
  }
  .asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .layerpopup [class*=type] strong {
    font-size: 3rem;
  }
  .asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .layerpopup [class*=type] span {
    margin: 1rem 0 3rem;
  }
  .asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .layerpopup [class*=type] br {
    display: none;
  }
  .asmr .section:nth-child(n+3):nth-last-child(n+2) .group1 .layerpopup [class*=type] button {
    width: 10rem;
    height: 4rem;
    line-height: 3.4rem;
  }
  .asmr .section:nth-child(n+3):nth-last-child(n+2) .group1.active::after {
    opacity: 1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .asmr .section:nth-child(n+3):nth-last-child(n+2) .group2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .asmr .section:nth-child(n+3):nth-last-child(n+2) .group2 .desc {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: auto;
    max-width: inherit;
    min-width: 100%;
    height: auto;
    max-height: inherit;
    min-height: 0;
    padding: 5rem;
    font-size: 1.6rem;
    text-align: left;
  }
  .asmr .section:nth-child(n+3):nth-last-child(n+2) .group2 .desc h2 {
    font-size: 3rem;
  }
  .asmr .section:nth-child(n+3):nth-last-child(n+2) .group2 .desc button {
    display: block;
    position: static;
    width: 15rem;
    height: 4.1rem;
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 3.5rem;
  }
  .asmr .section:nth-child(n+3):nth-last-child(n+2) .group2 .desc > small {
    font-size: 1.4rem;
  }
  .asmr #section2 .group2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .asmr #section2 .group2 .list {
    position: static;
    width: 100%;
    height: auto;
    padding: 0 1.5rem 3rem;
  }
  .asmr #section2 .group2 .list > ul {
    width: 40rem;
    max-width: 100%;
    margin: 0 auto;
  }
  .asmr #section2 .group2 .list > ul > li {
    width: calc(33.333% - 1rem);
    margin: 0 0.5rem;
  }
  .asmr #section2 .group2 .list .label {
    font-size: 1.4rem;
  }
  .asmr #section2 .group2 .list .label::before {
    width: 70%;
    height: 70%;
  }
  .asmr #section2 .group2 .list .label span::after {
    font-size: 2rem;
  }
  .asmr #section2 .group2 .list .item {
    width: 50rem;
  }
  .asmr #section2 .group2 .list .item > div {
    font-size: 1.6rem;
  }
  .asmr #section2 .group2 .list .item > div li {
    padding: 0 0.5rem;
  }
  .asmr #section2 .group2 .list .item > div > strong {
    font-size: 3rem;
  }
  .asmr #section2 .group2 .list .item > div > strong + * {
    padding: 0 2rem;
  }
  .asmr #section2 .group2 .list .item > div > strong + * i {
    height: 10rem;
    font-size: 10rem;
    line-height: 10rem;
  }
  .asmr #section2 .group2 .list .item > div > strong + * strong {
    font-size: 2rem;
    line-height: inherit;
  }
  .asmr #section4 .group2 .desc + i img {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  .asmr #section5 .group2 .desc + i {
    top: 0;
    padding-right: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .asmr #section6 .group2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .asmr #section6 .group2 .desc ul {
    width: 60rem;
    max-width: 100%;
    margin-top: 3rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .asmr #section6 .group2 .desc ul li {
    -ms-flex-preferred-size: calc(50% - 1rem);
        flex-basis: calc(50% - 1rem);
  }
  .asmr #section6 .group2 .desc ul li + li {
    margin-left: 2rem;
  }
  .asmr #section6 .group2 .desc ul li:nth-child(3) {
    margin-left: 0;
  }
  .asmr #section6 .group2 .desc ul li:nth-child(n+3) {
    margin-top: 2rem;
  }
  .asmr #section6 .group2 .desc ul strong {
    font-size: 2rem;
  }
  .asmr #section7 .desc {
    font-size: 1.6rem;
  }
  .asmr #section7 .desc img {
    width: 10rem;
  }
  .asmr #section7 .desc h2 {
    margin-top: 3rem;
    font-size: 3rem;
    line-height: 1.2;
  }
  .asmr #section7 .desc button {
    width: 15rem;
    height: 4.6rem;
    font-size: 1.8rem;
    line-height: 4rem;
  }
  .asmr #section7 .txt {
    -webkit-animation: slogan_m 10s infinite linear;
            animation: slogan_m 10s infinite linear;
  }
  .asmr #section7 .txt span {
    width: 80rem;
    margin-right: 3rem;
  }
  #game1 .group3 .item4 .bg span.left {
    -webkit-transform: translate(-25%, 25%) scale(0.5);
            transform: translate(-25%, 25%) scale(0.5);
  }
  #game1 .group3 .item4 .bg span.right {
    -webkit-transform: translate(25%, 25%) scale(0.5);
            transform: translate(25%, 25%) scale(0.5);
  }
  #game1.type1 .group1 {
    display: block;
    min-height: 0;
    padding: 20rem 0 5rem;
    text-align: center;
  }
  #game1.type1 .group1 button {
    position: static;
    margin: 3rem auto;
    -webkit-transform: inherit;
            transform: inherit;
  }
  #game1.type1 .group1 .img {
    position: absolute;
    z-index: 1;
    width: 50%;
    max-width: 30rem;
  }
  #game1.type1 .group1 .bg .top img:first-child {
    left: 10%;
  }
  #game1.type1 .group1 .bg .top img:last-child {
    left: auto;
    right: 10%;
  }
  #game1.type1 .group1 .bg .bottom {
    position: static;
  }
  #game1.type1 .group1 .bg .bottom img:first-child {
    margin-top: 0;
  }
  #game1.type1 .group1 .bg .bottom img:first-child + img {
    margin-top: 10%;
  }
  #game1.type1 .group3 .item2::before {
    display: none;
  }
  #game1.type1 .group3 .item2 .img {
    width: calc(100% - 10rem);
  }
  #game1.type1 .group3 .item2 .img ul {
    display: grid;
    top: 6.5%;
    height: 93.5%;
    grid-template-columns: repeat(3, 1fr);
  }
  #game1.type1 .group3 .item2 .img i {
    display: block;
    padding-top: 10%;
    background: url("../img/game2/group3_img_m1.png") no-repeat 0 0;
    background-size: 100% auto;
  }
  #game1.type1 .group3 .item2 .img i::after {
    display: block;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-top: 117%;
    background: url("../img/game2/group3_img_m2.png");
    background-size: 100% auto;
    content: "";
  }
  #game1.type1 .group3 .item2 .img i img {
    display: none;
  }
  #game1.type1 .group3 .item2 .img button {
    position: absolute;
    left: 0;
    bottom: 17%;
    width: 100%;
    height: 85%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #game1.type1 .group3 .item2 .img button img {
    max-width: calc(100% - 2rem);
    max-height: calc(100% - 2rem);
  }
  #game1.type1 .group3 .item2 .img li {
    overflow: hidden;
    float: none;
    width: inherit !important;
    height: 105%;
    padding-bottom: 0;
  }
  #game1.type1 .group3 .item2 .img li.img8 + li {
    display: none;
  }
  #game1.type1 .group3 .item2 .list {
    width: 9.5rem;
  }
  #game1.type1 .group3 .item2 .list li i {
    width: 5rem;
    height: 5rem;
  }
  #game1.type1 .group3 .item2 .list.active li {
    margin-top: 1rem;
  }
  #game1.type1 .group4 {
    padding-bottom: 90%;
  }
  #game1.type1 .group4 .img {
    max-width: calc(100% - 22rem);
    padding: 0 0 12%;
  }
  #game1.type1 .group4 .img .img1 {
    top: auto;
    bottom: 70%;
    left: 5%;
  }
  #game1.type1 .group4 .img strong > img:nth-child(1) {
    width: 50%;
  }
  #game1.type1 .group4 .img strong > img:nth-child(2) {
    bottom: 0;
    right: -10rem;
    width: 40%;
  }
  #game1.type1 .group4 .img strong > img:nth-child(3) {
    width: 50%;
  }
  #game1.type1 .group4 .img .img2 {
    left: 10%;
    height: 85%;
  }
  #game1.type1 .group4 .img .img2 img {
    width: auto !important;
    max-width: inherit;
    height: 100%;
  }
  #game1.type1 .group4 .bg span {
    -webkit-transform: translate(0) !important;
            transform: translate(0) !important;
  }
  #game1.type1 .group4 .bg span:nth-child(1) {
    top: 45%;
  }
  #game1.type1 .group4 .bg span:nth-child(2) {
    top: 40%;
  }
  #game1.type1 .group4 .bg span:nth-child(3) {
    top: 35%;
  }
}
@media (max-width: 580px) {
  .findhidden .btn {
    height: 5rem;
    font-size: inherit;
  }
  .findhidden .img > i {
    overflow: hidden;
    overflow-x: auto;
    min-height: 55rem;
  }
  .findhidden .img > i img {
    min-width: 70rem;
  }
  .findhidden .cover {
    margin-top: 4rem;
    padding: 2rem;
    border-radius: 2rem;
    border-width: 0.5rem;
  }
  .findhidden .cover::before {
    top: -19.7rem;
    width: 10rem;
  }
  .findhidden .cover h2 img, .findhidden .cover strong img {
    width: 30rem;
  }
  .findhidden .list {
    width: 18rem;
  }
  .findhidden .list li {
    padding: 0;
    font-size: 1.4rem;
  }
  .findhidden .list i {
    min-width: 5rem;
    max-width: 5rem;
    margin-right: 1rem;
  }
  .findhidden .list i::after {
    bottom: 1rem;
    width: 2rem;
    height: 2rem;
  }
  .findhidden .layerpopup h2 img {
    width: 18rem;
  }
  .findhidden .layerpopup .group::before {
    width: 5rem;
    height: 5rem;
  }
  .findhidden .layerpopup .item img {
    width: 10rem;
  }
  .findhidden .layerpopup .item strong {
    font-size: 2rem;
  }
  .findhidden.active .img {
    padding-right: 18rem;
  }
  #game1 .group2 .item, #game1 .group4 .item {
    font-size: inherit;
    word-break: keep-all;
  }
  #game1 .group2 .item a, #game1 .group2 .item button, #game1 .group4 .item a, #game1 .group4 .item button {
    font-size: inherit;
  }
  #game1 .group2 .item button, #game1 .group4 .item button {
    width: 15rem;
    height: 4.5rem;
    line-height: 4.5rem;
  }
  #game1 .group2 .item p, #game1 .group4 .item p {
    margin-bottom: 3rem;
  }
  #game1 .group2 .item a, #game1 .group4 .item a {
    height: 4.5rem;
    padding-left: 5.5rem;
    line-height: 4.5rem;
  }
  #game1 .group2 .item a::before, #game1 .group4 .item a::before {
    width: 4.5rem;
    height: 4.5rem;
  }
  #game1 .group2 h2 strong img, #game1 .group4 h2 strong img {
    height: 2rem;
  }
  #game1 .group2 h2 span, #game1 .group4 h2 span {
    width: 35rem;
    margin: 1rem 0 2rem;
  }
  #game1 .group1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100vh - 7.5rem);
    padding-bottom: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #game1 .group1 .bg .left img:nth-child(2), #game1 .group1 .bg .right img:nth-child(1) {
    display: none;
  }
  #game1 .group1 h1::before {
    width: 35rem;
    margin: 0;
  }
  #game1 .group1 h1 strong img {
    height: 5rem;
  }
  #game1 .group1 h1 span img {
    height: 7.5rem;
  }
  #game1 .group1 h1 span:first-child img {
    height: 6.5rem;
  }
  #game1 .group1 .img {
    margin: 0 auto;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  #game1 .group1 .img::before {
    width: 130%;
  }
  #game1 .group2 {
    padding: 22rem 0 8rem;
  }
  #game1 .group2 .img {
    width: 40rem;
    max-width: calc(100% - 1rem);
  }
  #game1 .group2 .img span img {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  #game1 .group2 .img .img1 {
    left: -1rem;
    top: -4rem;
  }
  #game1 .group2 .img .img2 {
    top: 0;
    -webkit-transform: scale(0.8) translateX(-62%);
            transform: scale(0.8) translateX(-62%);
  }
  #game1 .group2 .img .img3 {
    right: -5rem;
    top: -6rem;
  }
  #game1 .group3 {
    overflow: hidden;
  }
  #game1 .group3 .item2 {
    width: 35rem;
    padding-top: 55rem;
  }
  #game1 .group3 .item2 ul {
    top: -3rem;
    height: 50rem;
  }
  #game1 .group3 .item2 .img {
    margin-left: 0;
  }
  #game1 .group3 .item2 .img > span {
    bottom: calc(100% + 7rem);
  }
  #game1 .group3 .item2 .img > span img {
    max-width: inherit;
    height: 1.5rem;
  }
  #game1 .group3 .item2 .time {
    bottom: auto;
    left: auto;
    right: 8%;
    top: 46rem;
    width: 13rem;
    padding-top: 33px;
    background-color: transparent;
    font-size: 4rem;
    line-height: 60px;
    letter-spacing: 6px;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  #game1 .group3 .item2 .time span {
    text-indent: 2px;
  }
  #game1 .group3 .item2 .time span + span {
    text-indent: 0;
  }
  #game1 .group3 .item2 li:nth-child(2) {
    left: 30%;
  }
  #game1 .group3 .item2 li:nth-child(5) {
    top: 55%;
  }
  #game1 .group3 .item2 li:nth-child(6) {
    left: 0;
    top: 27%;
  }
  #game1 .group3 .item2 li:nth-child(7) {
    right: 20%;
    top: 20%;
  }
  #game1 .group3 .item2 li:nth-child(10) {
    top: 60%;
    right: -10%;
  }
  #game1 .group3 .item2 li:nth-child(11) {
    right: 0;
    top: 35%;
  }
  #game1 .group3 .item2 li:nth-child(12) {
    top: 60%;
    right: 55%;
  }
  #game1 .group3 .item2 li:nth-child(13) {
    top: 68%;
    right: 0%;
  }
  #game1 .group3 .item2 li.active.type1 {
    margin-top: 5rem;
  }
  #game1 .group3 .item2 li.active:nth-child(1) {
    top: 108%;
    left: 65%;
  }
  #game1 .group3 .item2 li.active:nth-child(3) {
    top: 115%;
  }
  #game1 .group3 .item2 li.active:nth-child(6) {
    top: 120%;
    left: 40%;
  }
  #game1 .group3 .item2 li.active:nth-child(7) {
    top: 125%;
    right: 55%;
  }
  #game1 .group3 .item2 li.active:nth-child(8) {
    top: 120%;
    right: 35%;
  }
  #game1 .group3 .item2 li.active:nth-child(9) {
    top: 125%;
    right: 0;
  }
  #game1 .group3 .item2 li.active:nth-child(11) {
    top: 105%;
    right: 12%;
  }
  #game1 .group3 .item2 li.active:nth-child(12) {
    top: 102%;
    right: 50%;
  }
  #game1 .group3 .item2.active li {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  #game1 .group3 .item4 .img p {
    width: 30rem;
    padding-top: 4.2rem;
  }
  #game1 .group3 .item4 .img p strong img {
    height: 3rem;
  }
  #game1 .group3 .item4 .img p span {
    margin-top: 4rem;
  }
  #game1 .group3 .item4 .img p i img {
    width: 12rem;
  }
  #game1 .group3 .item4 .img p button {
    width: 20rem;
  }
  #game1 .group3 .item4 .bg span.left {
    -webkit-transform: translate(-30%, 30%) scale(0.4);
            transform: translate(-30%, 30%) scale(0.4);
  }
  #game1 .group3 .item4 .bg span.right {
    -webkit-transform: translate(30%, 30%) scale(0.4);
            transform: translate(30%, 30%) scale(0.4);
  }
  #game1 .group4 {
    padding: 5rem 0 100%;
  }
  #game1 .group4 .img strong img:first-child {
    left: 12%;
    width: 8rem;
  }
  #game1 .group4 .img1 {
    left: -2rem;
    top: -7rem;
  }
  #game1 .group4.active .img1 {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  #game1 .group4 .bg span {
    -webkit-transform: translate(50%, -100%);
            transform: translate(50%, -100%);
  }
  #game1 .group4 .bg span:nth-child(1) {
    left: 35rem;
    -webkit-transform: translateY(300%);
            transform: translateY(300%);
  }
  #game1 .group4 .popup > div {
    width: 50rem;
    padding: 2rem;
    border-radius: 1.5rem;
  }
  #game1 .group4 .popup > div > strong img {
    height: 2.5rem;
  }
  #game1 .group4 .popup button {
    right: 2rem;
    top: 2rem;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
  #game1 .group4 .popup ul {
    display: block;
  }
  #game1 .group4 .popup i {
    position: absolute;
    top: 0;
    left: 1rem;
    max-width: 8rem;
    height: 8rem;
    padding: 0 !important;
  }
  #game1 .group4 .popup li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 1.5rem 0.5rem 1.5rem 10rem;
    border-radius: 2rem 2rem 0 2rem;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #game1 .group4 .popup li strong img {
    height: 2rem;
    margin-bottom: 1rem;
  }
  #game1 .group4 .popup li + li {
    margin-top: 0.5rem;
  }
  #game1.type1 .group2, #game1.type1 .group4 {
    padding-top: 3rem !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #game1.type1 .group2 .item, #game1.type1 .group4 .item {
    width: 45rem;
    margin-right: auto !important;
  }
  #game1.type1 .group2 .item h2, #game1.type1 .group4 .item h2 {
    left: 0;
    width: 30rem;
  }
  #game1.type1 .group2 .item p, #game1.type1 .group4 .item p {
    margin-top: 2rem;
  }
  #game1.type1 .group2 .item button, #game1.type1 .group4 .item button {
    width: auto;
    padding: 0 1.5rem;
  }
  #game1.type1 .group2 .item a, #game1.type1 .group4 .item a {
    margin-right: 0;
  }
  #game1.type1 .group2 .img strong {
    right: 5rem;
    width: 35rem;
    padding-right: 0;
  }
  #game1.type1 .group2 .img i span {
    max-width: inherit !important;
  }
  #game1.type1 .group2 .img .img1 {
    right: 13rem;
  }
  #game1.type1 .group2 .img .img2 {
    bottom: 30%;
    right: 3rem;
  }
  #game1.type1 .group2 .img .img3 {
    right: -5rem;
  }
  #game1.type1 .group3 .item2 .time {
    bottom: auto;
    top: calc(100% + 1rem);
  }
  #game1.type1 .group3 .item2 .img {
    width: calc(100% - 7rem);
  }
  #game1.type1 .group3 .item2 .img p {
    -webkit-transform: translate(-50%, -50%) scale(0.4) !important;
            transform: translate(-50%, -50%) scale(0.4) !important;
  }
  #game1.type1 .group3 .item2 .img > span {
    width: 100%;
  }
  #game1.type1 .group3 .item2 .img > span img {
    height: auto;
  }
  #game1.type1 .group3 .item2 .list {
    width: 5.5rem;
    padding: 1rem 0.5rem 0;
  }
  #game1.type1 .group3 .item2 .list.active {
    width: 18rem;
    padding: 1rem 2rem 0;
  }
  #game1.type1 .group3 .item2 .list li i {
    width: 4rem;
    height: 4rem;
  }
  #game1.type1 .group3 .item2 .list li strong img {
    max-width: inherit !important;
    -webkit-transform: scale(0.5) !important;
            transform: scale(0.5) !important;
  }
  #game1.type1 .group3 .item2 .list li strong img + img {
    -webkit-transform: translateY(-50%) scale(0.5) !important;
            transform: translateY(-50%) scale(0.5) !important;
  }
  #game1.type1 .group4 {
    min-height: 0;
    padding-bottom: 40rem;
  }
  #game1.type1 .group4 .img {
    bottom: 2rem;
    width: 35rem;
    max-width: calc(100% - 4rem);
    padding-bottom: 10%;
  }
  #game1.type1 .group4 .img .img1 {
    bottom: 60%;
  }
  #game1.type1 .group4 .img strong > img:nth-child(1) {
    left: -5rem;
  }
  #game1.type1 .group4 .img strong > img:nth-child(2) {
    right: -2rem;
  }
  #game1.type1 .group4 .bg span:nth-child(1) {
    top: 35%;
    left: 5%;
  }
  #game1.type1 .group4 .bg span:nth-child(2) {
    right: 18%;
    top: 12%;
  }
  #game1.type1 .group4 .bg span:nth-child(3) {
    right: 5%;
    top: 5%;
  }
  #game1.type1 .group4 .popup ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  #game1.type1 .group4 .popup i {
    position: relative;
    left: auto;
    top: auto;
  }
  #game1.type1 .group4 .popup li {
    display: block;
    padding: 2rem 1rem;
    border-radius: 1rem;
    text-align: center;
    line-height: 1.2;
  }
  #game1.type1 .group4 .popup li + li {
    margin-top: 0;
  }
  #game1.type1 .group4 .popup li:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #game1.type1 .group4 .popup li strong img {
    height: 3rem;
    margin: 0 auto;
  }
  #game1.type1 .group4 .popup#popup .mark {
    display: block;
  }
  #game1.type1 .group4 .popup#popup .mark > div > p > img {
    height: 2rem;
  }
  #game1.type1 .group4 .popup#popup ul {
    padding: 1.5rem;
  }
  #game1.type1 .group4 .popup#popup li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #game1.type1 .group4 .popup#popup li strong img {
    height: 1.5rem;
  }
}
@-webkit-keyframes slogan_m {
  100% {
    left: -166rem;
  }
}
@keyframes slogan_m {
  100% {
    left: -166rem;
  }
}