#fadePop{
  display: none;
  /*width: 137px;*/
  height: 48px;
  line-height: 48px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -68px;
  margin-top: -24px;
  z-index: 2001;
  text-align: center;
  background: #ffffff;
  color: #000000;
  font-size: 18px;
  border-radius: 3px;
  vertical-align: middle;
}

/*背景蒙板*/
#fadePopBg{
  min-height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000;
  display: none;
  filter: alpha(opacity=50);
  background-color: black;
  opacity: 0.5;
  -moz-opacity: 0.5;
}

#fadePop i{
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  background: url(../../../images/common/get_result_icon.png) center -5px no-repeat;
  vertical-align: middle;
}

#fadePop i.fail{
  background: url(../../../images/common/get_result_icon.png) center -40px no-repeat;
}
