/**
 * vxianchang item
 * rocketCircle 
 * update: 2018-08-29
 * homepage: https://vxianchang.cn/
 * author: Don, email: tangzhengwen279@gmail.com
 */

*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{height:100%;overflow:hidden;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0;font-size:0;height:100%;font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;position:relative;color:#4d4d4d;background-color:#fff;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}div{position:relative;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch}p{margin:0}.none{display:none}.zero{width:0;height:0;opacity:0;position:absolute;top:-100%;left:-100%}#main{position:absolute;left:50%;top:50%}#header{position:absolute;z-index:9;top:0;left:0;width:100%}#header>p{float:left;font-weight:700}#header>p>span{color:#8c8c8c;font-weight:400}#header>div{float:right;color:#8c8c8c;overflow:hidden;display:inline-block;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#footer{position:absolute;z-index:9;bottom:0;left:0;width:100%}#footer>p{float:left}#footer>a{color:inherit;text-decoration:underline;float:right}#scene{cursor:pointer;height:100%}#tRex{display:inline-block;vertical-align:top;width:100%}.loader{position:fixed;z-index:9999;background-color:#fff;top:0;bottom:0;left:0;right:0;width:100%;height:100%;display:flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center}.loader div{display:inline-block;background:#00aecc;width:1.5%;height:0;border-radius:100px;margin:0 .5%}.loader div:nth-child(1){animation:load 2.5s 1.4s infinite linear;-webkit-animation:load 2.5s 1.4s infinite linear}.loader div:nth-child(2){animation:load 2.5s 1.2s infinite linear;-webkit-animation:load 2.5s 1.2s infinite linear}.loader div:nth-child(3){animation:load 2.5s 1s infinite linear;-webkit-animation:load 2.5s 1s infinite linear}.loader div:nth-child(4){animation:load 2.5s .8s infinite linear;-webkit-animation:load 2.5s .8s infinite linear}.loader div:nth-child(5){animation:load 2.5s .6s infinite linear;-webkit-animation:load 2.5s .6s infinite linear}.loader div:nth-child(6){animation:load 2.5s .4s infinite linear;-webkit-animation:load 2.5s .4s infinite linear}.loader div:nth-child(7){animation:load 2.5s .2s infinite linear;-webkit-animation:load 2.5s .2s infinite linear}.loader div:nth-child(8){animation:load 2.5s 0s infinite linear;-webkit-animation:load 2.5s 0s infinite linear}.loader div:nth-child(9){animation:load 2.5s .2s infinite linear;-webkit-animation:load 2.5s .2s infinite linear}.loader div:nth-child(10){animation:load 2.5s .4s infinite linear;-webkit-animation:load 2.5s .4s infinite linear}.loader div:nth-child(11){animation:load 2.5s .6s infinite linear;-webkit-animation:load 2.5s .6s infinite linear}.loader div:nth-child(12){animation:load 2.5s .8s infinite linear;-webkit-animation:load 2.5s .8s infinite linear}.loader div:nth-child(13){animation:load 2.5s 1s infinite linear;-webkit-animation:load 2.5s 1s infinite linear}.loader div:nth-child(14){animation:load 2.5s 1.2s infinite linear;-webkit-animation:load 2.5s 1.2s infinite linear}.loader div:nth-child(15){animation:load 2.5s 1.4s infinite linear;-webkit-animation:load 2.5s 1.4s infinite linear}@keyframes load{50%{height:10%}}@-webkit-keyframes load{50%{height:10%}}#notify{display:none;position:fixed;top:0;left:0;width:100%;z-index:399;transition:.3s;-webkit-transition:.3s;transform:translateY(-100%);-webkit-transform:translateY(-100%)}#notify.open{transform:translateY(0);-webkit-transform:translateY(0)}#notify>span{cursor:pointer;position:absolute;right:0;font-weight:700;color:#000;opacity:.2;text-align:center;text-shadow:0 1px 0 #fff}#notify>span:active{opacity:.5}#notify>div{border-bottom-style:solid;border-bottom-width:1px;background-repeat:repeat-x;color:#a94442;background-color:#f2dede;border-color:#dca7a7;background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%)}#notify>div>a{cursor:pointer;color:#337ab7;text-decoration:none}