﻿/**总的控件样式*/
.hide {
  display: none !important;
}

/**加载控件样式**/
.gLoadings {
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  position: fixed;
  background-image: url("../img/zhuanquanquan1.gif");
  background-color: #000;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  z-index: 9999;
  filter: alpha(Opacity=45);
  -moz-opacity: 0.45;
  opacity: 0.45;
}
/**进度条*/
.gProgressBar {
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 999;
  opacity: 0.8;
  left: 0px;
  right: 0px;
  display: none;
}
.gProgressBar .gProgressBar-back {
  width: 100%;
  height: 3px;
  background-color: #cccccc;
}

.gProgressBar .gProgressBar-fore {
  width: 100%;
  height: 100%;
  background-color: #479de6;
}

.gProgressBar .gProgressBar-text {
  width: 60px;
  text-align: right;
}

.gProgressBar .gProgressBar-padding {
  width: 1em;
}

#container.phone #peroration {
  padding: 1em;
}
