@font-face {font-family: 'caoti';src: url('//cdn.webfont.youziku.com/webfonts/nomal/116188/45803/5ac217e6f629d905dc488a65.gif?r=71063142094');src: url('//cdn.webfont.youziku.com/webfonts/nomal/116188/45803/5ac217e6f629d905dc488a65.gif?r=71063142094?#iefix') format('embedded-opentype'),url('//cdn.webfont.youziku.com/webfonts/nomal/116188/45803/5ac217e6f629d905dc488a65.png?r=71063142094') format('woff2'),url('//cdn.webfont.youziku.com/webfonts/nomal/116188/45803/5ac217e6f629d905dc488a65.bmp?r=71063142094') format('woff'),url('//cdn.webfont.youziku.com/webfonts/nomal/116188/45803/5ac217e6f629d905dc488a65.jpg?r=71063142094') format('truetype');font-weight: normal;font-style: normal;}.css112b56a28f1c5dc{font-family: 'LiDeBiao-Xing3112b56a28f1c5dc';}

body{
     background-repeat: repeat;
}
span#enen{
     color:#fff;
     font-size:20px;
     animation: enen 1s linear infinite;
}
@keyframes enen{
     0% {
         text-shadow: 0px 0px 3px #99ff33, 0px 0px 6px #00ff99, 0px 0px 9px #00ff66, 0px 0px 12px #00ff33, 0px 0px 15px #00ff00;
     }
     100% {
         text-shadow: 0px 0px 10px transparent;
    }
}




div#xuni{
     width: 250px; height: 250px; 
     border: 3px solid #ccc;
     border-radius:20px;
}






div#page{
     position:absolute;top:50%;left:50%;
     margin-left:-450px;margin-top:-250px;
     width:900px;height:540px;
     border:3px solid #ddd;
     background:#ddd;
     border-radius:15px;
     transform-origin: center;
     transform: rotateX(90deg);
     animation: rotate 0.5s linear forwards;
}

@keyframes rotate{
     0% {
         transform: rotateX(90deg);
     }
     100% {
         transform: rotateX(0deg);
    }
}

div#page .page-wrap{
      width:850px;height:440px;
      margin:auto;
}
div#page h3.title{
     font-family:'caoti';
     font-size:30px;
     color:#333;
     font-weight:bold;
     margin:15px 0px 15px 30px;
     text-shadow: 0px 0px 10px #99ff33, 0px 0px 20px #00ff99, 0px 0px 30px #00ff66, 0px 0px 40px #00ff33, 0px 0px 50px #00ff00;
}
div#page h3.title span#close{
     display:inline-block;
     width:35px;height:35px;
     margin-left:570px;
     cursor: pointer;
}
div#page h3.tip{
     font-family:'caoti';
     font-size:15px;
     color:#333;
     text-align:center;
     height:40px;
     line-height:40px;
}