@charset "UTF-8";
/****加载指示器****/
.indicator {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1001;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.indicator.indicator-micro {
  margin-left: -25px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#CCFFFFFF', endColorstr='#CCFFFFFF');
  background: rgba(255, 255, 255, 0.8);
}
.indicator.indicator-data {
  top: 5px;
  margin-left: -50px;
  padding: 0 10px 0 42px;
  font-size: 12px;
  color: #333;
  text-align: center;
  border: 1px solid #ccc;
  background: #fff url("../images/bg-loading.gif") 10px center no-repeat;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
