.app-loading .logo{width:64px;height:64px;background-size:cover}.app-loading{padding:30px;max-width:350px;width:100%!important;margin:150px auto 0;border-radius:2px;overflow:hidden;text-align:center}.app-loading .spinner{height:200px;width:200px;animation:rotate 2s linear infinite;transform-origin:center center;position:absolute;inset:0;margin:auto}.app-loading .spinner .path{stroke-dasharray:50,200;stroke-dashoffset:0;animation:dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:#1890ff}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:50,200;stroke-dashoffset:0}50%{stroke-dasharray:150,200;stroke-dashoffset:-35px}to{stroke-dasharray:200,200;stroke-dashoffset:-124px}}
