div.gMessageWrap {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
div.gMessageMask {
  position: fixed;
  background: #000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0.3;
  width: 100%;
  height: 100%;
}
div.gMessageDlg {
  position: fixed;
  left: 3%;
  right: 3%;
  top: 50%;
  text-align: center;
}
.gMessageDlg__a {
  cursor: pointer;
}
.gMessageDlg__img {
  width: auto;
  height: 100%;
  display: inline-block;
  cursor: pointer;
}
.gMessageDlg__close {
  background: url("https://staticcdn-prd.xiaojianke99.cn/lib/kvue/img/dialog/close.png") no-repeat 50% 50%;
  background-size: 90% 90%;
  cursor: pointer;
}
