.el-loading{margin:0 auto;width:10rem;height:10rem;position:relative}.el-loading-item{width:100%;height:100%;position:absolute;left:0;top:0}.el-loading-item:before{content:"";display:block;margin:0 auto;width:15%;height:15%;background-color:red;border-radius:100%;animation:el-load-spinnerBounceDelay 1.2s ease-in-out infinite both}.el-loading-item:nth-child(2){transform:rotate(30deg)}.el-loading-item:nth-child(2):before{animation-delay:-1s}.el-loading-item:nth-child(3){transform:rotate(60deg)}.el-loading-item:nth-child(3):before{animation-delay:-.9s}.el-loading-item:nth-child(4){transform:rotate(90deg)}.el-loading-item:nth-child(4):before{animation-delay:-.8s}.el-loading-item:nth-child(5){transform:rotate(120deg)}.el-loading-item:nth-child(5):before{animation-delay:-.7s}.el-loading-item:nth-child(6){transform:rotate(150deg)}.el-loading-item:nth-child(6):before{animation-delay:-.6s}.el-loading-item:nth-child(7){transform:rotate(180deg)}.el-loading-item:nth-child(7):before{animation-delay:-.5s}.el-loading-item:nth-child(8){transform:rotate(210deg)}.el-loading-item:nth-child(8):before{animation-delay:-.4s}.el-loading-item:nth-child(9){transform:rotate(240deg)}.el-loading-item:nth-child(9):before{animation-delay:-.3s}.el-loading-item:nth-child(10){transform:rotate(270deg)}.el-loading-item:nth-child(10):before{animation-delay:-.2s}.el-loading-item:nth-child(11){transform:rotate(300deg)}.el-loading-item:nth-child(11):before{animation-delay:-.1s}.el-loading-item:nth-child(12){transform:rotate(330deg)}.el-loading-item:nth-child(12):before{animation-delay:0s}@keyframes el-load-spinnerBounceDelay{0%,80%,to{opacity:0}40%{opacity:1}}