@font-face {
  font-family: 'check';
  src:url('../fonts/College Bold.ttf');
}
body,ul,li{
  list-style: none;
  margin: 0;
  padding:0;
}
body{
  font-family: 'check';
  color:#0eff01;
  text-align: center;
}
.box{
  width: 100%;
  height: 100%;
  position: absolute;
  left:0;
  top:0;
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: #000;
}
.centent{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left:0;
}
.zi{
  width:25px;
  height: 25px;
  color: #FFF;
  line-height: 25px;
  font-size: 25px;
  font-family: Arial;
  position: absolute;
}
.bj{
  margin:0;
  height:100%;
  width:20px;
  position: absolute;
  top:0;
  left:0;
}
.bj li{
  width:25px;
  height:25px;
  float: left;
  padding:0;
  margin:0;
  line-height: 25px;
  background:none;
  font-size: 25px;
  font-family: Arial;
  opacity:0;
}
.main{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index: 4;
  background-color: black;
}
.logo{
  width:400px;
  height:100px;
  border:1px solid #9F6;
  position: absolute;
  margin:auto;
  top:100px;
  left:0;
  right:0;
  font-size: 65px;
  line-height: 100px;
  cursor: pointer;
}
.play{
  width:200px;
  height:80px;
  border:1px solid #9F6;
  position: absolute;
  margin:auto;
  left:0;
  right:0;
  bottom:200px;
  font-size: 40px;
  line-height: 80px;
  cursor: pointer;
}
.play:hover{
  color:#FFF;
}
.info{
  width:100%;
  height:50px;
  position: absolute;
  top:0;
  left:0;
  z-index: 3;
  background-color: black;
}
.info li{
  width:33.33%;
  height:50px;
  float: left;
  font-family: Arial;
  font-size: 20px;
  line-height: 50px;
}
.over{
  width:600px;
  height:400px;
  margin:auto;
  position: absolute;
  z-index: 5;
  top:0;
  bottom:0;
  left:0;
  right:0;
  border:1px solid #9F6;
  background-color: black;
  display: none;
}
.over h1{
  margin:0;
  height:100px;
  font-size: 80px;
  line-height: 100px;
  padding-top:50px;
  cursor: pointer;
}
.over h2{
  margin:0;
  height:100px;
  color:#fff;
  font-size: 80px;
  line-height: 100px;
  cursor: pointer;
}
.over .restart{
  width:200px;
  height:80px;
  border:1px solid #9F6;
  position: absolute;
  margin:auto;
  left:0;
  right:0;
  bottom:50px;
  font-size: 40px;
  line-height: 80px;
  cursor: pointer;
}
.over .restart:hover{
  color:#FFF;
}
