* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  /* border: 1px solid #000; */
}
/*gotop*/
#gotop {
	display:none;
	position:fixed;
	right:20px;
	bottom:70px;
	margin:0;
	cursor:pointer;
	z-index:999;
	max-width: 60px;
}

#gotop:hover {
	opacity: 0.7;
}
/**/
.nav_list_mb{
  background-color: #b3edff;
  display: none;
}
.nav_list_img{
  position: relative;
}
.nav_list_link1{
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
}
.nav_list_link1 a{
  display: block;
  height: 100%;
}
.nav_list_link2{
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 20%;
}
.nav_list_link2 a{
  display: block;
  height: 100%;
}
.nav_list_link3{
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 40%;
}
.nav_list_link3 a{
  display: block;
  height: 100%;
}
.nav_list_link4{
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 60%;
}
.nav_list_link4 a{
  display: block;
  height: 100%;
}
.nav_list_link5{
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 80%;
}
.nav_list_link5 a{
  display: block;
  height: 100%;
}
/**/
.star_msg{
  z-index: 200;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.star_msg_box{
  position: relative;
}
.star_msg_img{
  max-width: 1000px;
}
.close_btn{
  cursor: pointer;
  max-width: 50px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.btn_light{ position:relative; display: inline-block;}
.join_1{}
.join_2{ position: absolute; top: 0; left: 0; opacity: 0; animation: join_2 3s infinite;}
@keyframes join_2 {
0%{ opacity: 0;}
20%{ opacity: 1;}
80%{ opacity: 1;}
100%{ opacity: 0;}
}

.buy_1{}
.buy_2{ position: absolute; top: 0; left: 0; opacity: 0; animation: buy_2 3s 1s infinite;}
@keyframes buy_2 {
0%{ opacity: 0;}
20%{ opacity: 1;}
80%{ opacity: 1;}
100%{ opacity: 0;}
}

.banner_potato{
  position:relative;
  width: 70%;
  top: 2.7%;
  left: 15.6%;}

.potato_1{}
.potato_2{ position: absolute; top: 0; left: 0; opacity: 0; animation: potato_2 3s 0.5s infinite;}
@keyframes potato_2 {
0%{ opacity: 0;}
20%{ opacity: 1;}
80%{ opacity: 1;}
100%{ opacity: 0;}
}
/**/
img{
  width: 100%;
}
.overlay{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  display: block;
  z-index: 20;
  transition: 1s;
  background-color: rgba(0,0,0,0.8);
}
.gogame_box{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 75%;
}
.gogame_img{
  cursor: pointer;
}
.gogame_img_off{
  display: none;
}
.on_gogame_img{
  cursor: pointer;
}
/* .zone_1,.zone_2,.zone_3,.zone_4,.zone_5{
  -webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%); 
	-ms-filter: grayscale(100%); 
	-o-filter: grayscale(100%); 
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);  
  _filter: none;
  transition: 1s;
} */
/**/
.collect_star_box{
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 20;
  width: 60%;
  background-color: rgb(0 0 0 / 50%);
  text-align: center;
  padding: 10px 0;
  border-radius: 20px 20px 0 0;
}
.collect_star_box ul li{
  display: inline-block;
}
.star_off_box1,.star_off_box2,.star_off_box3,.star_off_box4,.star_off_box5{
  position: relative;
}
.star_off_on_1,.star_off_on_2,.star_off_on_3,.star_off_on_4,.star_off_on_5{
  position: absolute;
  left: 0px;
  transition: 0.5s;
  opacity: 0;
}
.star_opacity1{
  opacity: 1!important;
  z-index: 1!important;
}
.collect_star_box img{
  max-width: 60px;
}
.star_none{
  display: none;
}
/**/
.star_1,.star_2,.star_3,.star_4,.star_5{
  animation:2s infinite star_rotate;
  transform:scale(0.5);
  transition: 1s;
}
@keyframes star_rotate {
  0% {
    transform:scale(0.5);
  }

  50% {
    transform:scale(1);
  }

  100% {
    transform:scale(0.5);
  }
}
.star_on_box img{
  max-width: 70px;
}
.star_relative{
  position: relative;
}
.star_1{
  position: absolute;
  top: 10%;
  right: 5%;
}
.star_2{
  position: absolute;
  top: 50%;
  left: 2%;
  z-index: 10;
}
.star_3{
  position: absolute;
  top: 57%;
  left: 37%;
  z-index: 10;
}
.star_4{
  position: absolute;
  top: 20%;
  left: 50%;
  z-index: 10;
}
.star_5{
  position: absolute;
  top: 2%;
  left: 74%;
  z-index: 10;
}
/**/
.banner_phone,.nav_phone{
  display: none;
  z-index: 100;
}
.nav_phone{
  position: fixed;
  top: 0px;
  width: 100%;
  text-align: center;
}
.nav_phone ul{
  list-style: none;
}
.nav_phone li{
  float: left;
  width: 25%;
  border-right: 1px solid #fff;
}
.nav_phone li:last-child{
  border-right: none;
}
.nav_phone a{
  display: block;
  line-height: 2.5em;
  font-size: 16px;
  color: #fff;
  background-color: #0e2951;
  text-decoration: none;
}
/**/
.banner_phone{
  font-size: 0px;
}
.banner{
  font-size: 0px;
  background-color: #b2edff;
}
.banner_box{
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.banner_box div{
  position: absolute;
}
.banner .banner_00{
  position: initial;
}
.banner_game{
  width: 11%;
  top: 14%;
  left: 9.5% ;
  z-index: 10;
}
.banner_card{
  width: 14.2%;
  top: 39%;
  right: 6.8%;
  z-index: 10;
}
.banner_stored{
  width: 12.1%;
  top: 35.9%;
  left: 21.8%;
}
.banner_sign{
  width: 12.1%;
  top: 44%;
  left: 34.5%;
}
.banner_line1,.banner_line2,.banner_line3,.banner_line4,.banner_line5{
  width: 4.2%;
}
.banner_line1{
  top: 68.5%;
  right: 46.6%;
  z-index: 10;
}
.banner_line2{
  top: 67.2%;
  right: 40.1%;
  z-index: 10;
}
.banner_line3{
  top: 67.6%;
  right: 33.4%;
  z-index: 10;
}
.banner_line4{
  top: 66.9%;
  right: 27.1%;
  z-index: 10;
}
.banner_line5{
  top: 67.8%;
  right: 20.5%;
  z-index: 10;
}
.banner_link{
  width: 15.5%;
  top: 72.7%;
  right: 50.9%;
  z-index: 10;
}
/**/
.zone_1000{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.zone_01_bg{
  background-color: #afecfe;
}
.zone_02_bg{
  background-color: #afecfe;
}
.img_bg_3_1{
  background-image: url(../img/003_1_bg.jpg);
  background-size: contain;
}
.img_bg_3_2{
  background-image: url(../img/003_2_bg.jpg);
  background-size: contain;
}
.img_bg_3_3{
  background-image: url(../img/003_3_bg.jpg);
  background-size: contain;
}
.img_bg_4_1{
  background-image: url(../img/004_1_bg.jpg);
  background-size: contain;
}
.img_bg_4_2{
  background-image: url(../img/004_2_bg.jpg);
  background-size: contain;
}
.img_bg_5_1{
  background-image: url(../img/005_1_bg.jpg);
  background-size: contain;
}
.zone_1000 div{
  font-size: 0px;
}
/**/
.zone_02_1{
  position: relative;
}
.zone_02_1_potato{
  position: absolute;
  top: 18.7%;
  right: 2.2%;
  width: 27.1%;
  animation:4s infinite zone_02_1_potato;
	transition: 0.5s;
}
.zone_02_1_linktext{
  position: absolute;
  top: 90%;
  right: 64%;
  width: 20%;
  height: 10%;
}
.zone_02_1_linktext a{
  display: block;
  height: 100%;
  z-index: 10;
}
@keyframes zone_02_1_potato {
  0% {
  top: 18.7%;
  }

  50% {
  top: 35%;
  }

  100% {
  top: 18.7%;
  }
}
/**/
.zone_02_4{
  position: relative;
}
.zone_02_2_potato{
  position: absolute;
  bottom: 5%;
  left: 1%;
  width: 27%;
  animation:4s infinite zone_02_2_potato;
	transition: 0.5s;
}
@keyframes zone_02_2_potato {
  0% {
  bottom: 5%;
  }

  50% {
  bottom: 15%;
  }

  100% {
  bottom: 5%;
  }
}
/**/
.zone_01_1{
  position: relative;
}
.zone1_btn1{
  position: absolute;
  width: 21.8%;
  top: 47.4%;
  right: 8.4%;
}
.zone_02_2{
  position: relative;
}
.zone2_btn1_1{
  position: absolute;
  width: 14.7%;
  height: 11.2%;
  top: 30.7%;
  right: 8.2%;
}
.zone2_btn1_2{
  position: absolute;
  width: 14.7%;
  height: 11.2%;
  top: 47%;
  right: 8.2%;
}
.zone2_btn1_3{
  position: absolute;
  width: 14.7%;
  height: 11.2%;
  top: 63.3%;
  right: 8.2%;
}
.zone_02_3{
  position: relative;
}
.zone2_btn1_4{
  position: absolute;
  width: 14.7%;
  height: 11.2%;
  top: 39.5%;
  right: 12.2%;
}
.zone2_btn1_5{
  position: absolute;
  width: 14.7%;
  height: 11.2%;
  top: 55.2%;
  right: 12.2%;
}
.zone2_btn1_6{
  position: absolute;
  width: 14.7%;
  height: 11.2%;
  top: 71.3%;
  right: 12.2%;
}
.zone2_btn1_7{
  position: absolute;
  width: 21.9%;
  height: 11.2%;
  top: 50%;
  right: 26.2%;
}
/**/
.zone_03_1{
  position: relative;
}
.zone3_btn1{
  position: absolute;
  top: 55.9%;
  right: 28.8%;
  width: 21.8%;
}
.zone_03_3{
  position: relative;
}
.zone_03_potato{
  position: absolute;
  top: 8%;
  right: 8.7%;
  width: 27.5%;
  animation:3s infinite zone_03_potato;
	transition: 0.5s;
}
@keyframes zone_03_potato {
  0% {
    top: 8%;
  }

  50% {
    top: 17%;
  }

  100% {
    top: 8%;
  }
}
/**/
.zone_04_1{
  position: relative;
}
.zone4_btn1{
  position: absolute;
  top: 65.7%;
  right: 13.5%;
  width: 21.8%;
}
.zone_04_2{
  position: relative;
}
.zone4_btn2{
  position: absolute;
  top: 56%;
  right: 23.8%;
  width: 21.9%;
}
/**/
.zone_05_1{
  position: relative;
}
.zone5_btn1{
  position: absolute;
  top: 35%;
  right: 51.7%;
  width: 33.4%;
}
.zone5_btn2{
  position: absolute;
  top: 35%;
  right: 14.8%;
  width: 33.4%;
}
@media screen and (max-width: 750px){
  .nav_list_mb{
    display: block;
  }
  .banner_phone,.nav_phone{
    display: block;
  }
  .banner{
    display: none;
  }
  .star_on_box img{
    max-width: 50px;
  }
  .collect_star_box{
    width: 90%;
    padding: 5px 0;
  }
  .collect_star_box img{
    max-width: 30px;
  }
  .gogame_box{
    width: 100%;
  }
  .star_msg{
    width: 100%;
  }
}