@font-face{font-family:Hardreq;src:url(EHSMB.TTF)}body{background:#000 no-repeat center center fixed;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;z-index:0;overflow:hidden;color:#fff;font-family:Hardreq,monospace;font-weight:700;text-shadow:.2em .2em .2em #000}.footerbtns{position:fixed;bottom:10px;right:10px}#console{z-index:44;margin:30px}.accessGranted{position:fixed;background:url(../assets/img/granted.gif);background-repeat:repeat;padding:20px;border:2px solid #83f352;text-shadow:.1em .1em .2em #000;width:300px;height:100px;top:50%;left:50%;margin-top:-50px;margin-left:-160px;text-align:center;color:#83f352}.accessDenied{position:fixed;background:url(../assets/img/denied.gif);background-repeat:repeat;padding:20px;border:2px solid red;text-shadow:.1em .1em .2em #000;width:300px;height:70px;top:50%;left:50%;margin-top:-35px;margin-left:-160px;text-align:center;color:red}.securityBreach{position:fixed;background:url(../assets/img/denied.gif);background-repeat:repeat;padding:20px;border:2px solid red;text-shadow:.1em .1em .2em #000;width:300px;height:160px;top:50%;left:50%;margin-top:-80px;margin-left:-160px;text-align:center;color:red}.coldwar{position:fixed;border:2px solid red;top:50%;left:50%;margin-top:-200px;margin-left:-280px;text-align:center;color:red}.radar{position:fixed;top:5%;right:5%;text-align:center;color:red}.radar img{clear:both;width:250px}.pony{position:fixed;right:5%;bottom:5%;margin-top:-64px;margin-left:-64px;z-index:499}.pony img{width:128px}.window{position:fixed;border:2px solid red;top:50%;left:50%;margin-top:-240px;margin-left:-320px;overflow:hidden;width:640px;height:480px;text-align:center;color:red}.center{position:fixed;height:100%;width:100%;z-index:-1;background-image:url(../assets/img/umbrella.png);background-repeat:no-repeat;background-position:center}

/*背景视频 */
*{  
           margin: 0px;  
           padding: 0px;  
       }  
       video{  
           position: fixed;  
           right: 0px;  
           bottom: 0px;  
           /*min-width: 100%; */
           min-height: 100%;  
           height: auto;  
           width: auto;  
           /*加滤镜*/
           /*filter: blur(15px); //背景模糊设置 */
           /*-webkit-filter: grayscale(100%);*/ 
           /*filter:grayscale(100%); //背景灰度设置*/ 
           z-index:-11
       }  
       source{  
           min-width: 100%;  
           min-height: 100%;  
           height: auto;  
           width: auto;  
       }