@charset "UTF-8";
/* 弹出层 */
.pupo_box {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.2);
}

.pupo_box .pupo_content {
  width: 500px;
  height: 540px;
  min-width: 200px;
  min-height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px;
}

.pupo_none {
  display: none;
}
/*# sourceMappingURL=pupos.css.map */