.Jump-moolah-lp {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.Jump-moolah-lp .mask-warp {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.7;
}
.Jump-moolah-lp .Jump-moolah-lp-warp {
  position: relative;
  width: 100%;
  height: 100%;
}
.Jump-moolah-lp .Jump-moolah-lp-warp .content {
  width: 847px;
  height: 525px;
  background: #FFFFFF;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.Jump-moolah-lp .Jump-moolah-lp-warp .content p {
  font-size: 32px;
  font-weight: bold;
  color: #000000;
  line-height: 36px;
  margin-top: 84px;
}
.Jump-moolah-lp .Jump-moolah-lp-warp .content .gold{
  width: 257px;
  height: 165px;
  margin: 44px auto 18px;
}
.Jump-moolah-lp .Jump-moolah-lp-warp .content .add-moolah {
  width: 364px;
  height: 46px;
  background: #ED833E;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 46px;
  margin: auto;
  cursor: pointer;
}
.Jump-moolah-lp .Jump-moolah-lp-warp .content .moolah-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 18px;
  cursor: pointer;
}