.loading{position:fixed;width:100%;height:100%;background:#212121;z-index:999;display:table}.loading-animate{position:fixed;top:50%;left:50%;margin-left:-150px;margin-top:-150px}.loading-animate img{position:relative;z-index:99}.loading-animate .circle{position:absolute;width:246px;height:246px;border-radius:50%;top:30px;left:29px;z-index:98;border-style:solid;border-color:#23dfe1 #fff #fff;-webkit-animation:loading 2s infinite linear}@-webkit-keyframes loading{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}