.loader{background:#f9f6f6;background:radial-gradient(#f8f5f5,#f9f6f6);overflow:hidden;position:fixed;z-index:99999}.loader,.loader-inner{bottom:0;left:0;right:0;top:0}.loader-inner{height:60px;margin:auto;position:absolute;width:100px}.loader-line-wrap{animation:spin 2s cubic-bezier(.175,.885,.32,1.275) infinite;height:50px;overflow:hidden;transform-origin:50% 100%}.loader-line,.loader-line-wrap{box-sizing:border-box;left:0;position:absolute;top:0;width:100px}.loader-line{border:4px solid transparent;border-radius:100%;height:100px;margin:0 auto;right:0}.loader-line-wrap:first-child{animation-delay:-50ms}.loader-line-wrap:nth-child(2){animation-delay:-.1s}.loader-line-wrap:nth-child(3){animation-delay:-.15s}.loader-line-wrap:nth-child(4){animation-delay:-.2s}.loader-line-wrap:nth-child(5){animation-delay:-.25s}.loader-line-wrap:first-child .loader-line{border-color:#eb4747;height:90px;width:90px;top:7px}.loader-line-wrap:nth-child(2) .loader-line{border-color:#ebeb47;height:76px;width:76px;top:14px}.loader-line-wrap:nth-child(3) .loader-line{border-color:#47eb47;height:62px;width:62px;top:21px}.loader-line-wrap:nth-child(4) .loader-line{border-color:#47ebeb;height:48px;width:48px;top:28px}.loader-line-wrap:nth-child(5) .loader-line{border-color:#4747eb;height:34px;width:34px;top:35px}@keyframes spin{0%,15%{transform:rotate(0)}to{transform:rotate(1turn)}}