@charset "utf-8";

@-webkit-keyframes opacity{
    0%{fill-opacity:1}
    100%{fill-opacity:0}
}
@-moz-keyframes opacity{
    0%{fill-opacity:1}
    100%{fill-opacity:0}
}
@-ms-keyframes opacity{
    0%{fill-opacity:1}
    100%{fill-opacity:0}
}
@-o-keyframes opacity{
    0%{fill-opacity:1}
    100%{fill-opacity:0}
}
@keyframes opacity{
    0%{fill-opacity:1}
    100%{fill-opacity:0}
}
#poe-waiting-back .poe-waiting-box svg g circle{
    fill-opacity:0;
    -webkit-animation:opacity 1.2s linear infinite;
    -moz-animation:opacity 1.2s linear infinite;
    -ms-animation:opacity 1.2s linear infinite;
    -o-animation:opacity 1.2s linear infinite;
    animation:opacity 1.2s linear infinite
}
#poe-waiting-back .poe-waiting-box svg g circle:nth-child(12n+1){
  -webkit-animation-delay:-0.1s;
  -moz-animation-delay:-0.1s;
  -ms-animation-delay:-0.1s;
  -o-animation-delay:-0.1s;
  animation-delay:-0.1s
}
#poe-waiting-back .poe-waiting-box svg g circle:nth-child(12n+2){
  -webkit-animation-delay:-0.2s;
  -moz-animation-delay:-0.2s;
  -ms-animation-delay:-0.2s;
  -o-animation-delay:-0.2s;
  animation-delay:-0.2s
}
#poe-waiting-back .poe-waiting-box svg g circle:nth-child(12n+3){
  -webkit-animation-delay:-0.3s;
  -moz-animation-delay:-0.3s;
  -ms-animation-delay:-0.3s;
  -o-animation-delay:-0.3s;
  animation-delay:-0.3s
}

#poe-waiting-back .poe-waiting-box svg g circle:nth-child(12n+4){
  -webkit-animation-delay:-0.4s;
  -moz-animation-delay:-0.4s;
  -ms-animation-delay:-0.4s;
  -o-animation-delay:-0.4s;
  animation-delay:-0.4s
}
#poe-waiting-back .poe-waiting-box svg g circle:nth-child(12n+5){
  -webkit-animation-delay:-0.5s;
  -moz-animation-delay:-0.5s;
  -ms-animation-delay:-0.5s;
  -o-animation-delay:-0.5s;
  animation-delay:-0.5s
}
#poe-waiting-back .poe-waiting-box svg g circle:nth-child(12n+6){
  -webkit-animation-delay:-0.6s;
  -moz-animation-delay:-0.6s;
  -ms-animation-delay:-0.6s;
  -o-animation-delay:-0.6s;
  animation-delay:-0.6s
}
#poe-waiting-back .poe-waiting-box svg g circle:nth-child(12n+7){
  -webkit-animation-delay:-0.7s;
  -moz-animation-delay:-0.7s;
  -ms-animation-delay:-0.7s;
  -o-animation-delay:-0.7s;
  animation-delay:-0.7s
}
#poe-waiting-back .poe-waiting-box svg g circle:nth-child(12n+8){
  -webkit-animation-delay:-0.8s;
  -moz-animation-delay:-0.8s;
  -ms-animation-delay:-0.8s;
  -o-animation-delay:-0.8s;
  animation-delay:-0.8s
}
#poe-waiting-back .poe-waiting-box svg g circle:nth-child(12n+9){
  -webkit-animation-delay:-0.9s;
  -moz-animation-delay:-0.9s;
  -ms-animation-delay:-0.9s;
  -o-animation-delay:-0.9s;
  animation-delay:-0.9s
}
#poe-waiting-back .poe-waiting-box svg g circle:nth-child(12n+10){
  -webkit-animation-delay:-1s;
  -moz-animation-delay:-1s;
  -ms-animation-delay:-1s;
  -o-animation-delay:-1s;
  animation-delay:-1s
}
#poe-waiting-back .poe-waiting-box svg g circle:nth-child(12n+11){
  -webkit-animation-delay:-1.1s;
  -moz-animation-delay:-1.1s;
  -ms-animation-delay:-1.1s;
  -o-animation-delay:-1.1s;
  animation-delay:-1.1s
}
#poe-waiting-back .poe-waiting-box svg g circle:nth-child(12n+12){
  -webkit-animation-delay:-1.2s;
  -moz-animation-delay:-1.2s;
  -ms-animation-delay:-1.2s;
  -o-animation-delay:-1.2s;
  animation-delay:-1.2s
}
#poe-waiting-back{
  position:fixed;
  left:0;
  top:0;
  right:0;
  bottom:0
}
#poe-waiting-back .poe-waiting-box{
  position:absolute;
  top:50%;
  left:50%
}
#poe-waiting-back .poe-waiting-box svg{
  margin:0 auto;
  display:block
}






























#poe-waiting-back{
  background-color: transparent;
  z-index: 150000;
}
#poe-waiting-back .poe-waiting-box{
  background-color: rgba(0,0,0,.5);
  border-radius: 5px;
  padding: 10px;
}
#poe-waiting-back .poe-waiting-box svg {
  height: 50px;
  width: 50px;
}
#poe-waiting-back .poe-waiting-box svg g circle {
  fill: #fff;
}
#poe-waiting-back .poe-waiting-box .txt{
  font-size: 14px;
  color: #fff;
  line-height: 200%;
  margin: 0 10px;
}