.loading{position:fixed;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}.loading .loading-content{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.loading .loading-content svg{animation:roate-loading 1s ease infinite}.loading .loading-content .desc{line-height:12px;font-size:12px;padding:4px 0}@keyframes roate-loading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
