.bxmaker-core-popup {
  position: absolute;
  left: 0;
  top: 0;
  overflow-y: auto;
  display: block;
  height: 100vh;
  width: 100vw;
  padding: 64px 0 32px;
  z-index: 10100;
  background-color: rgba(0,0,0,0.4);
  text-align: center;
  line-height: 1.5;
}
.bxmaker-core-popup__content {
  display: inline-block;
  z-index: 3;
  height: auto;
  text-align: left;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
}
.bxmaker-core-popup-header {
  background: #fff;
  border-radius: 5px 5px 0 0;
  padding: 16px 96px 16px 24px;
  width: 100%;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bxmaker-core-popup-header__text {
  font-size: 1.4rem;
  line-height: 1.5;
}
.bxmaker-core-popup-header__close {
  position: absolute;
  right: 24px;
  opacity: 0.3;
  cursor: pointer;
}
.bxmaker-core-popup-header__close:hover {
  opacity: 1;
}
.bxmaker-core-popup-lock,
.bxmaker-core-popup-lock body {
  position: relative;
  max-height: 100vh;
  max-width: 100%;
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  min-height: 100vh;
  height: 100vh;
  display: block;
}
.bxmaker-core-popup-lock #jvlabelWrap,
.bxmaker-core-popup-lock body #jvlabelWrap {
  display: none;
}
