#loading,#loadingMask{width:100%;height:100%}#loadingMask{position:fixed;z-index:99999;background:rgba(0,0,0,.8);top:0;left:0}#loading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff}.sp{width:32px;height:32px;clear:both}.sp-circle{border:2px solid transparent;border-top:2px #409EFF solid;border-radius:50%;-webkit-animation:spCircRot 1s infinite linear;animation:spCircRot 1s infinite linear}@-webkit-keyframes spCircRot{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(359deg)}}@keyframes spCircRot{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}