/* 弹窗 */
.hide {
  display: none;
}

.shade {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2147483647;
  background: rgba(0, 0, 0, .4);
}

.shade .popups {
  position: relative;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 3.5rem;
  height: 5rem;
}

.shade .popups img {
  width: 100%;
  height: 100%;
}

.shade .popups i {
  position: absolute;
  bottom: -.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: .3rem;
  height: .3rem;
  background: url('/statics/images/pop_close.png') no-repeat center;
  background-size: .3rem;
}
#MANTIS_INV_INNER_DIV {
  z-index: 99 !important;
}
#mantisChatBox {
  z-index: 99 !important;
}
#minimizeBox {
  z-index: 99 !important;
}
