body{margin:0;padding:0}.view{height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;background:#eee}.view .box{background:#fff;width:calc(90% - 30px);max-width:600px;height:200px;color:#000;padding:30px;position:relative;overflow:hidden;border-radius:10px}.view .box .animation{width:300px;height:300px;border-radius:150px;opacity:1;background-color:#0090ff;position:absolute;right:-120px;bottom:-150px;animation:loading .6s infinite}@keyframes loading{0%{opacity:1;transform:scale(0)}100%{opacity:0;transform:scale(5)}}
