.common-spin{display:none;width:100%;height:100%;position:fixed;top:0;left:0;text-align:center;background-color:rgba(0,0,0,.6);z-index:9999}.common-spin-content{position:relative;top:50%}.common-spin-text{position:relative;-webkit-animation:spinDotPluse 1.5s infinite cubic-bezier(.78,.14,.15,.86);animation:spinDotPluse 1.5s infinite cubic-bezier(.78,.14,.15,.86);display:inline-block;color:#2db7f5;font-size:16px;font-weight:bolder}@media screen and (min-width:500px){.common-spin-text{font-size:22px}}.common-spin-dot{-webkit-animation:spinDotPluse 1.5s infinite cubic-bezier(.78,.14,.15,.86);animation:spinDotPluse 1.5s infinite cubic-bezier(.78,.14,.15,.86);width:5px;height:5px;margin-left:5px;border-radius:50%;display:inline-block;background-color:#2db7f5}.common-spin-dot-2{-webkit-animation-delay:.1s;-moz-animation-delay:.1s;animation-delay:.1s}.common-spin-dot-3{-webkit-animation-delay:.2s;-moz-animation-delay:.2s;animation-delay:.2s}.common-spin-dot-4{-webkit-animation-delay:.3s;-moz-animation-delay:.3s;animation-delay:.3s}.common-spin-dot-5{-webkit-animation-delay:.4s;-moz-animation-delay:.4s;animation-delay:.4s}.common-spin-dot-6{-webkit-animation-delay:.5s;-moz-animation-delay:.5s;animation-delay:.5s}.common-spin-dot-7{-webkit-animation-delay:.6s;-moz-animation-delay:.6s;animation-delay:.6s}.common-spin-dot-8{-webkit-animation-delay:.7s;-moz-animation-delay:.7s;animation-delay:.7s}.common-spin-dot-9{-webkit-animation-delay:.8s;-moz-animation-delay:.8s;animation-delay:.8s}.common-spin-dot-10{-webkit-animation-delay:.9s;-moz-animation-delay:.9s;animation-delay:.9s}@keyframes spinDotPluse{0%,100%,80%{opacity:0}40%{opacity:1}}@-moz-keyframes spinDotPluse{0%,100%,80%{opacity:0}40%{opacity:1}}@-webkit-keyframes spinDotPluse{0%,100%,80%{opacity:0}40%{opacity:1}}@-o-keyframes spinDotPluse{0%,100%,80%{opacity:0}40%{opacity:1}}