


.popBox {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.popBox .mengceng {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.popBox .img {
  width: 600px;
  z-index: 999;
  cursor: pointer;
}
.popBox .closeText {
  position: relative;
  left: -23px;
  top: -193px;
  z-index: 999999;
  color: white;
  cursor: pointer;
}

/*# sourceMappingURL=index.css.map */
