.img{z-index:2000;position:fixed;top:47%;left:20%;width:50px;height:50px;display:none;-webkit-animation:imgmove 5s linear;animation:imgmove 5s linear;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes imgmove{0%{left:0}25%{left:25%}75%{left:50%}to{left:75%}}@keyframes imgmove{0%{left:0}25%{left:25%}75%{left:50%}to{left:75%}}@-webkit-keyframes imgmove2{0%{left:95%;opacity:1}to{left:98%;opacity:0}}@keyframes imgmove2{0%{left:95%;opacity:1}to{left:98%;opacity:0}}@-webkit-keyframes divmove{0%{width:0}25%{width:25%}75%{width:50%}to{width:75%}}@keyframes divmove{0%{width:0}25%{width:25%}75%{width:50%}to{width:75%}}@-webkit-keyframes divmove2{0%{width:98%;opacity:1}to{width:98%;opacity:0}}@keyframes divmove2{0%{width:98%;opacity:1}to{width:98%;opacity:0}}@-webkit-keyframes errormove{0%{background-color:red;width:98%;opacity:1}to{background-color:red;width:98%;opacity:0}}@keyframes errormove{0%{background-color:red;width:98%;opacity:1}to{background-color:red;width:98%;opacity:0}}.divStart{z-index:1999;position:fixed;top:50%;left:0;background-color:#0ef50e;width:0;height:10px;border-radius:5px;display:none;-webkit-animation:divmove 5s linear;animation:divmove 5s linear;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.showBlock{display:block}.imgFinally{-webkit-animation:imgmove2 .5s linear;animation:imgmove2 .5s linear;left:98%;opacity:0}.divFinally{-webkit-animation:divmove2 .5s linear;animation:divmove2 .5s linear;width:98%;opacity:0}.divError{-webkit-animation:errormove .5s linear;animation:errormove .5s linear;background-color:red;width:98%;opacity:0}.imgError{-webkit-animation:imgmove2 .5s linear;animation:imgmove2 .5s linear;left:98%;opacity:0}.moab{position:relative}.error-cover{width:100%;height:100%;background-color:rgba(0,0,0,.2);position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.error-cover h1{text-align:center;width:100%;line-height:100px;color:#000;background:rgba(255,0,0,.7)}