@keyframes animate_dots {
  0% {
    opacity:1
  }
  to {
    opacity:0
  }
}
@-webkit-keyframes animate_dots {
  0% {
    opacity:1
  }
  to {
    opacity:0
  }
}
.dot0,
.dot1 {
  animation:animate_dots .9s infinite;
  -moz-animation:animate_dots .9s infinite;
  -webkit-animation:animate_dots .9s infinite;
  -o-animation:animate_dots .9s infinite
}
.dot1 {
  animation-delay:.2s;
  -webkit-animation-delay:.2s
}
.dot2 {
  animation:animate_dots .9s infinite;
  -moz-animation:animate_dots .9s infinite;
  -webkit-animation:animate_dots .9s infinite;
  -o-animation:animate_dots .9s infinite;
  animation-delay:.4s;
  -webkit-animation-delay:.4s
}
.dots_item {
  display:inline-block;
  margin-right:5px;
  width:10px;
  height:10px;
  border-radius:50%;
  background:#4886ff
}
.verify-icon {
  position:absolute;
  width:100%;
  margin-top:70px;
  text-align:center
}
.t-embed-loading {
  position:relative;
  width:300px;
  height:230px;
  background-color:#fff
}
.t-embed-dots {
  position:absolute;
  left:50%;
  top:50%;
  margin-left:-22.5px;
  margin-top:-5px
}
.t-embed-dot {
  display:inline-block;
  width:10px;
  height:10px;
  border-radius:50%;
  margin-right:5px;
  background:#4886ff
}
.t-mask {
  width:100%;
  height:100%;
  position:fixed;
  _position:absolute;
  left:0;
  top:0;
  background:#000;
  opacity:.5;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  z-index:2000000000
}
