.zbg-spin{box-sizing:border-box;margin:0;padding:0;display:inline-block;color:#95625d;text-align:center;vertical-align:middle}.zbg-spin-dot{position:relative;display:inline-block;font-size:20px;width:1em;height:1em;transform:rotate(45deg);animation:zbg-spin-rotate 1.2s linear infinite}.zbg-spin-dot-item{position:absolute;display:block;width:9px;height:9px;background-color:#95625d;border-radius:100%;transform:scale(.75);transform-origin:50% 50%;opacity:.3;animation:zbg-spin-dot-fade 1s linear infinite alternate}.zbg-spin-dot-item:first-child{top:0;left:0}.zbg-spin-dot-item:nth-child(2){top:0;right:0;animation-delay:.4s}.zbg-spin-dot-item:nth-child(3){right:0;bottom:0;animation-delay:.8s}.zbg-spin-dot-item:nth-child(4){bottom:0;left:0;animation-delay:1.2s}@keyframes zbg-spin-rotate{to{transform:rotate(405deg)}}@keyframes zbg-spin-dot-fade{to{opacity:1}}.zbg-spin-small .zbg-spin-dot{font-size:14px}.zbg-spin-small .zbg-spin-dot-item{width:6px;height:6px}.zbg-spin-default .zbg-spin-dot{font-size:20px}.zbg-spin-default .zbg-spin-dot-item{width:9px;height:9px}.zbg-spin-large .zbg-spin-dot{font-size:32px}.zbg-spin-large .zbg-spin-dot-item{width:14px;height:14px}