body{
  height: 100vh;
  -moz-user-select:none; /* Firefox私有属性 */
  -webkit-user-select:none; /* WebKit内核私有属性 */
  -ms-user-select:none; /* IE私有属性(IE10及以后) */
  -khtml-user-select:none; /* KHTML内核私有属性 */
  -o-user-select:none; /* Opera私有属性 */
  user-select:none; /* CSS3属性 */
  width: 100vw;
}
h2{
  text-align: center;
  color: #8a3e00;
  margin-top: 3%;
  font-weight: bold;
}
.banner_m{
  display: none;
}
/* 提示区 */
.errPopBox{
  position: fixed;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
  display: none;
}

.pop{
  min-width: 50px;
 color: #e7d4b9;
 background-color: rgba(0, 0, 0, 0.432);
 padding: 2% 3%;
 border: 2px solid #b6a073;
 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -ms-border-radius: 10px;
 -o-border-radius: 10px;
 text-align: center;
 padding-top: 2.6%;
 min-width: 240px;
}

.pop h3{
  text-align: center;
  display: inline-block;
  background-image: url(/Public/Home/images/title.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 10px 46px;
  position: absolute;
  font-size: 20px;
  left: 50%;
  top: 0;
  font-weight: bold;
  white-space: nowrap;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}
.pop p{
  font-size: 20px;
}
.pop a{
  font-size: 0.15rem;
  margin: 18% auto 0
}
.pop .close{
  position: absolute;
  right: 7px;
  top: 7px;
  cursor: pointer;
}
.errPop{
  position: fixed;
  margin: 0 auto;
  /* left: 50%;
  top: 50%; */
  /* transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%); */
}
/* 背景区 */
.gameP{
  padding-top: 1px;
  height: 100vh;
  width: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: fixed;
  width: 100%;
}
.gameP1{
  background-image: url(/Public/Home/images/bg1.jpg);
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.gameP2{
  background-image: url(/Public/Home/images/bg2.jpg);
  display:none;
}
.gameP3{
  background-image: url(/Public/Home/images/bg4.jpg);
}
.gameP4{
  background-image: url(/Public/Home/images/bg3.jpg);
  background-size: unset;
}
/* 游戏区 */
.gameBanner{
  width: 8.254rem;
  height: 3.938rem;
  margin: 0 auto;
}
.gameBanner img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.game_btn{
  background-image: url(/Public/Home/images/btn.png);
  background-size: 100% 100%;
  object-fit: contain;
  color: #8a3e00;
  padding: 13px 40px;
  font-weight: bold;
  font-size: 0.2rem;
  display: inline-block;
  width: auto;
  white-space: nowrap;
  margin: 0 auto;
}
.strat_btn,.next_btn,.finish_btn{
  margin-top: 9%;
  background-color: transparent;
  border: none;
}
.btnFrame{
  text-align: center;
}
.backToHome{
    position: fixed;
    top: 3%;
    left: 2%;
    font-size: 12px;
    padding: 6px 11px;
}
.gameFrame {
  display: flex;
  width: 85%;
  margin: 5% auto 0;
  flex-wrap: wrap;
  justify-content: space-around;
}

.gameFrame li {
  width: 160px;
  height: 160px;
  display: inline-block;
  margin: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 30px; */
}

.gameFrame li:nth-child(3n-1) {
  margin-top: 5%;
}
.gameFrame li div {
  display: inline-block;
  width: 160px;
  height: 160px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  z-index: 99;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-image: url(/Public/Home/images/item_bg.png);
  background-size: 100% 100%;
  transition: transform 5s ease-in-out;
  -webkit-transition: transform 5s ease-in-out;
  -moz-transition: transform 5s ease-in-out;
  -ms-transition: transform 5s ease-in-out;
  -o-transition: transform 5s ease-in-out;
}
.gameFrame li div em {
  font-style: normal;
  color: #8a3e00;
  font-size: 0.13rem;
  font-weight: bold;
  width: 53%;
  text-align: center;
  margin: 0 auto;
  margin-top: 5%;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gameFrame li div s{
  width: 65%;
  margin: 23% auto 0;
  height: 37%;
}
.gameFrame li div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gameP3 .gameFrame{
  width: 80%;
}
.gameP3 .gameFrame li{
  width: 200px;
  height: 200px;
}
/* 收集区 */
.listPop{
  z-index: 9999999;
  position: fixed;
  right: 1%;
  padding: 2%;
  bottom:270px;
  display: none;
}
.listPop ul{
  display: flex;
  width: 200px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.listPop ul li{
  width: 40%;
  margin: 5%;
}
.listPop ul s{
  width: 100%;
}
.listPop ul em{
  margin: 5% 0;
}
.listPop ul s img{
  width: 100%;
  object-fit: contain;
}
.bucket {
  height: 270px;
  width: 225px;
  background-image:url(/Public/Home/images/bucket.png);
  background-size: 100% 100%;
  position: fixed;
  bottom: 0;
  right: 1%;
  z-index: 99;
  cursor: pointer;
}
/* 成功区 */
.success{
  z-index: 9999999;
  display: none;
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.8);
}
.success ul{
  text-align: center;
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}
.success ul img{
  width: 95%;
  object-fit: contain;
}
.success .control{
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin: -10% auto 0;
}
@media (max-width: 1050px) {
  .backToHome{
  	bottom: 1%;
    top:unset;
    font-size:0.5rem !important;
  }
  .gameP{
    background-size: 100% 100%;
  }
  .gameBanner{
    margin: 0 auto 0;
    width: 100%;
    height: 7.138rem;
  }
  .game_btn{
    font-size: 0.7rem;
  }
  .strat_btn{
    margin-top: 30%;
  }
  h2{
    margin: 2% 0;
  }
  .gameFrame,.gameP3 .gameFrame{
    width: 93%;
  }
  .gameFrame li,.gameP3 .gameFrame li{
    width: 100px;
    height: 100px;
    margin: 7px;
  }
  .gameFrame li:nth-child(2){
    margin: 1%;
  }

  .gameFrame li div{
    width: 100px;
    height: 100px;
    
  }
  .banner_m{
    display: block;
  }
  .banner_p{
    display: none;
  }
  .gameBanner img{
    height: 125%;
    object-fit: contain;
    margin: 0 auto;
  }
  .bucket{
    height: 140px;
    width: 116px;
  }
  .pop{
    padding: 1rem;
    padding-top: 1rem;
    max-width: 90%;
  }
  .gameFrame li div s{
    width: 50%;
    margin: 16% auto 0;
    height: 34%;
  }
  .listPop{
    bottom: 180px;
  }
  .success ul{
    width: 130%;
  }
  .success ul img{
    width: 100%;
  }
  .success .control{
    width: 80%;
    margin: 0 auto;
  }
  .gameFrame li div em{
    font-size: 0.24rem;
    width:58%;
  }
  .pop a{
    font-size: 0.7rem;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1500px) {
  .gameP3 .gameFrame{
  	width:100%;
  }
  .gameFrame li{
    margin: 13px 30px;
  }
}
@media screen and (min-width: 310px) and (max-width: 350px) {
  .gameFrame{
    width: 100%;
  }
  .gameFrame li, .gameP3 .gameFrame li{
    width: 85px;
    height: 85px;
    margin: 4px;
  }
  .gameFrame li div{
    width: 85px;
    height: 85px;
  }
  .gameFrame li div em{
    font-size: 0.4rem;
    width: 62%;
  }
  .gameP2 .next_btn{
    margin-top: 3%;
  }
  .bucket{
    height: 120px;
    width: 105px;
  }
}
@media (max-width: 370px){
  .next_btn{
  	margin-top: 4%;
  }
}
@media screen and (orientation: landscape) and  (max-width: 1050px){
  .gameBanner img{
    height: 77%;
    margin: 2% auto 0;
  }
  .bucket{
  	height: 90px;
    width: 81px;	
  }
  .gameFrame li div{
  	width: 95px;
    height: 95px;
  }
  .gameFrame li, .gameP3 .gameFrame li{
    width: 95px;
    height: 95px;
  }
  .gameFrame li div em{
  	font-size: 0.24rem;
  }
  .game_btn{
  	font-size: 0.3rem;
    padding: 10px 18px;
  }
  .strat_btn, .next_btn, .finish_btn{
  	margin-top: 3%;
  }
  .pop a{
    font-size: 0.4rem;
    padding: 10px 30px;
  }
  .pop p{
    font-size: 15px;
  }
  .success ul{
    width: 42%;
  }
  .strat_btn{
  	margin-top: 0%;
    font-size: 0.4rem;
  }
}<!--9.7036361694336E-5-->