.allheight{
  height: 100%;
  position: fixed;
  max-height: 100%;
    min-height: 100%;
}

.yourname{
  position: fixed;
  bottom: 20px;
  z-index: 2222;
}

.countarea{
  position: fixed;
  top: 45%;
  z-index: 2222;
}

.yourname-filed{
  width: auto;
  margin: 0 auto;
  text-align: center;
  border:1px solid #000;
  padding:15px 0px;
  max-width: 300px;
  border-radius: 50px;
  background:rgba(255,255,255,1);
  font-size: 1.75em;
  letter-spacing: 0;
}

.count{
  width: auto;
  margin: 0 auto;
  text-align: center;
  padding:15px 0px;
  max-width: 90%;
  font-size: 5em;
  /*-webkit-text-stroke: 5px rgb(126, 204, 218); /* width and color */
  -webkit-text-stroke: 5px rgb(80, 80, 80); /* width and color */
  color: #fff;
  font-style: italic;
  font-weight: bold;
  line-height: 1em;
  word-break: break-word;
}



.container,.empty{
  background:url(../image/bg320e.jpg) no-repeat center bottom;
  background-size: cover;
}

#popcat,.full{
  background:url(../image/bg320.jpg) no-repeat center bottom;
  background-size: cover;
  opacity: 0.01;
}

.everfront{
  background:url(../image/ebg-blur.jpg) no-repeat center center;
  background-size: cover;

}

.cover{
  background:none;
  z-index: 2;
}

.nonow{
  opacity: 1!important;
}

#popcat{
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.indexbg{
  background:url(../image/ebg-blur.jpg) no-repeat center bottom !important;
  background-size: cover;
}

.entername{
  border-radius: 50px;
  border:2px solid #000;
}
/*div.clickEffect{
  position:fixed;
  box-sizing:border-box;
  border-style:solid;
  border-color:#f00;
  border-radius:50%;
  animation:clickEffect 0.4s ease-out;
  background:url("../image/social1.png") no-repeat center center;
  z-index:99999;
}
@keyframes clickEffect{
  0%{
    opacity:1;
    width:15em; height:15em;
    margin:0em 0 0 0;
    border-width:0.5em;
  }
  100%{
    opacity:0.2;
    width:15em; height:15em;
    margin:-15em 0 0 0;
    border-width:0.03em;
  }
}*/

/*MENU*/
/*.topmenu{
  background: #154198;
  padding:20px 0;
  position:sticky;
  z-index: 7;
  font-size: 1.1em;
  letter-spacing: 0px;
  top:0px;
}
.logo{
  overflow: hidden;
  max-width: 440px;
  margin: 0 15px 15px 0;
}*/


@media (min-width: 360px) {

  .container,.empty{
    background:url(../image/bgmobile-e.jpg) no-repeat center center;
    background-size: cover;
  }

  #popcat,.full{
    background:url(../image/bgmobile.jpg) no-repeat center center;
    background-size: cover;
  }


}

@media (min-width: 768px) {
  .count{
    font-size: 7em;
    max-width: 80%;
  }
 
  
}

@media screen and (min-width: 1000px){

  .yourname-filed{
    padding:25px 0px;
    font-size: 2em;
  }
}


@media screen and (min-width: 1202px){
  
}

@media screen and (min-width: 1000px) and (max-width: 1199px){
 


}

@media screen and (min-width: 1001px) and (max-width: 1200px){

}

@media screen and (min-width: 1200px) and (max-width: 1435px){
  

  
}

@media screen and (min-width: 1300px){

  



}

@media screen and (min-width: 1500px){

  .count{
    font-size: 10em;
  }



}

