

.yournum{/*序號查詢*/
  padding: 5% 5%;
  background:rgba(15,15,15,.75);
  box-shadow: 0px 0px 5px #333333;
  color: #f6d994;
}

.yournum h2{
  color: #fff;
  font-weight: bold;
}

/*共通
----------------------------------------------*/
.sidetools{
  width: 200px;
  display: none;
  /*background:#f00;*/
  padding: 0px;
  position: fixed;
  right: 1.5%;
  top: 20%; 
  z-index: 3;
}

.sides{
  background: url("../image/tool/tool.png") no-repeat center 0;
  height: 420px;
  padding: 70px 0 0 0; 
  background-size: 100%;
}

/*.sidetools div{
  overflow: hidden;
  margin: 0 0 0px 0;
}*/

.totop{
  margin: 10px 0 0 0 ;
}
.totop:hover{
  animation: Zoomtop 1060ms infinite;
}

.tool1:hover,.tool2:hover,.tool3:hover{
  animation: Zoomtop 500ms infinite;
}

.area1{
  background: url("../image/bg/area1.jpg");
  padding: 10% 0 2% 0;
}
.area2{
  background: url("../image/bg/area2.jpg");
  padding: 5% 0 5% 0;
  background-position: 0 top; ;
}
.area3{
  background: url("../image/bg/area3-mob.jpg");
  padding: 10% 0;
  min-height: auto;
}
.area4{
  background-image: url("../image/bg/area4-mob.jpg") ;
  padding: 35% 0 10% 0;
  min-height: auto;
}
.area5{
  background: url("../image/bg/area5.jpg");
  padding: 15% 0 20% 0;
  background-position: bottom;
   min-height: auto;
}

.fixbg{
  background-position: center center ;
  background-size:cover; 
        /* Image is centered vertically and horizontally at all times 
  background-position: center center;*/
  
  /* Image doesn't repeat */
  background-repeat: no-repeat;
  
  /* Makes the image fixed in the viewport so that it doesn't move when 
     the content height is greater than the image height 
  background-attachment: fixed;*/
  
  /* This is what makes the background image rescale based on its container's size 
  background-size: cover;*/
  
  /* Pick a solid background color that will be displayed while the background image is loading */
  background-color:#464646;
}

.login{
  margin: 2% 0 0 0;
  animation: Zoom 1560ms infinite;
  cursor: pointer;
}

.eye{
  animation: viderR 1500ms linear infinite;
}

.area1sub{
  margin: 40% 0 0 0;
}

@keyframes Zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes Zoomtop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes viderR {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

/*area2-----------------*/
.people{
  color: #cccc99;
}

.people h2{
  font-size: 3.5em;
}

.numbers{
  color: #cccc99;
  margin: 0 0 0% 0;
  padding: 0 0 0 0px;
  margin:0px 0 0 0;
}

.numbers h3{
  font-size: 4.75em;
  line-height: 1em;
  letter-spacing: 0px;
}

.achive{
  color: #fff;
  margin: 5.5% 0 0 0;
}

/*.indexbanner{
  margin: 2% 0 0 0!important;
}*/

.subachive{
  color: #ffff99;
  margin: 3% 0 0 0;
}
/*area3-----------------*/
.fansarea{
  margin: 0 0 0% 0;
  background: rgba(35,24,21,.8);
  padding: 20px 5%;
}
.fancon{
  margin: 0 0 5% 0;
}
.fanrow{
  padding: 0 10px;
}
.fanitem{
  margin: 0 0 15px 0;
  font-size: 1.34em;
  color: #f6d994;
  letter-spacing: 0px;
  font-weight: bold;
}
.link_btn{
  padding: 10px 16px;
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  background:#f6d994;
  color: #000;
  font-size: .85em;
  letter-spacing: 0px;
  font-weight: bold;
}

.link_select{
  padding: 1px 1px;
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  background:#f6d994;
  color: #000;
  font-size: 1.7em;
  letter-spacing: 0px;
  font-weight: bold;
}
.prvplay{
  margin: 0 0 25px 0;
}

.fblogin{
   background:#1877f2;
   color:#FFF;
}


.fblogin:hover{
   background:#4267b2;
   color:#FFF;
}



/*area5-------------------------*/
.copys{
  position: absolute;
  bottom: 0px;
}
.playinfoarea{
  padding: 0 5%;
}
.playinfo{
  padding: 2% 4%;
  background:rgba(155,15,15,.75);
}

.playinfo ul,.playinfo ul li{
  float: left;
  width: 100%;
}

.playinfo ul li{
  padding: 5px 0;
}


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


}

@media (min-width: 640px) and (max-width: 999px) {

}

@media (min-width: 768px) {
  

}


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

  /*area5-------------------------*/
  .copys{
    position: absolute;
    bottom: 15px;
  }

  .numbers{
    padding: 0 0 0 140px;
    margin:-10px 0 0 0;
  }

  .area1{
    background-image: url("../image/bg/area1.jpg");
    padding: 10% 0 2% 0;
    background-position: center bottom;
  }
  .area3{
    background-image: url("../image/bg/area3.jpg");
    padding: 7.1% 0;
    min-height: 99.5%;
    background-position: center top;
  }
  .area4{
    background-image: url("../image/bg/area4.jpg");
    padding: 8% 0;
    min-height: 99.5%;
    background-position: center top;
  }
  .area5{
    background-image: url("../image/bg/area5.jpg");
    padding: 7% 0 10% 0;
    min-height: 99.5%;
  }

}

@media (min-width: 1300px) {

  .sidetools{
    display: block;
  }

  
  
}

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


}


