.bg {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  background-image: url('../images/bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.inner-1000 {
  position: relative;
  display: block;
  height: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.inner-1000.popinner {
  background-image: none;
}

.inner-1000.readypage {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.padding-blk {
  position: relative;
  display: block;
  height: 100%;
  max-width: 1000px;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.get-wealthy {
  position: absolute;
  top: 20px;
  right: 20px;
}

.land-blk {
  position: relative;
  height: 100%;
  min-height: 100vh;
  padding-top: 150px;
  padding-bottom: 40px;
}

.land-blk.readyland {
  padding-top: 20px;
  padding-bottom: 70px;
}

.land-img {
  position: relative;
  z-index: 1;
  margin-left: 160px;
}

.cloud-img {
  position: relative;
  top: -100px;
}

.cloudimg {
  position: relative;
  left: 50px;
  top: -140px;
  z-index: 1;
}

.home-txt-blk {
  position: relative;
  top: -225px;
  float: right;
}

.link-block {
  display: block;
  margin-top: 20px;
}

.image {
  position: relative;
  width: 150px;
}

.gold1 {
  position: absolute;
  left: 25px;
  right: 0px;
  bottom: 187px;
}

.gold-blk {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  width: 372px;
  height: 437px;
  margin-left: 160px;
}

.gold2 {
  position: absolute;
  right: 89px;
  bottom: 176px;
}

.gold3 {
  position: absolute;
  right: 43px;
  bottom: 190px;
}

.man-blk {
  position: relative;
  left: 25px;
  top: 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.man-head {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 132px;
  height: 145px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.face-blk {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 70px;
  height: 70px;
  min-height: 70px;
  min-width: 70px;
  background-color: #461700;
  background-image: url('../images/sample.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.face-blk.question {
  background-image: url('../images/question-mark.png');
  background-size: 70px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.head-img {
  position: absolute;
}

.man-body {
  position: relative;
  left: -17px;
  top: -33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.body-img {
  width: 100px;
}

.body-img.largebody {
  width: 130px;
}

.left-hand-img {
  position: relative;
  left: 31px;
  bottom: 6px;
  width: 60px;
}

.left-hand-img.largeleft {
  position: absolute;
  left: 3px;
  bottom: 121px;
  z-index: 1;
  width: 120px;
}

.right-hand-img {
  position: relative;
  right: 35px;
  bottom: 6px;
  width: 60px;
}

.right-hand-img.largeright {
  position: absolute;
  right: -31px;
  bottom: 128px;
  z-index: 1;
  width: 120px;
}

.upload-link {
  position: absolute;
  top: -96px;
  right: 56px;
  z-index: 100;
}

.form-blk {
  position: absolute;
  right: 0px;
  bottom: 21%;
  z-index: 2;
  width: 330px;
}

.disable {
  display: none;
}

.textarea {
  width: 325px;
  height: 100px;
  min-height: 100px;
  min-width: 325px;
  margin-bottom: 17px;
  padding: 15px 25px;
  border-style: none;
  background-color: transparent;
  background-image: url('../images/text-field.png');
  background-position: 50% 50%;
  background-size: cover;
  font-size: 16px;
  letter-spacing: 1px;
}

.prepare-img {
  display: block;
  margin-right: auto;
  margin-bottom: 17px;
  margin-left: auto;
}

.submit-btn {
  display: block;
  width: 106px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  background-image: url('../images/btn_2.png');
  background-position: 50% 50%;
  background-size: 123px;
  background-repeat: no-repeat;
}

.pop {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: none;
  height: 100%;
  min-height: 100%;
}

.pop-bg {
  position: relative;
  overflow: auto;
  height: 100%;
  min-height: 100%;
  background-color: rgba(70, 23, 0, .75);
}

.tag-blk {
  position: relative;
  width: 500px;
  height: 637px;
  margin-right: 50px;
  float: right;
}

.tag-img {
  position: absolute;
}

.div-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  margin-bottom: 15px;
}

.tag-close-btn {
  position: absolute;
  top: 180px;
  right: 80px;
}

.choose-btn {
  margin-bottom: 55px;
}

.div-block-2 {
  width: 360px;
}

.qr-bg {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 552px;
  height: 500px;
  margin-top: 12%;
  margin-left: 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.qr-code {
  position: absolute;
  left: 14px;
  top: 125px;
  right: 14px;
  bottom: 58px;
  display: block;
  width: 110px;
  height: 110px;
  min-height: 110px;
  min-width: 110px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ecbe27;
  background-image: url('../images/cny.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ready-man-blk {
  position: absolute;
  right: -99px;
  bottom: 39px;
}

.ready-cloud1 {
  position: absolute;
  right: -93px;
  bottom: 53px;
}

.ready-man-img {
  position: relative;
  z-index: 1;
}

.ready-cloud2 {
  position: absolute;
  left: -160px;
  bottom: 125px;
}

.ready-link-blk {
  position: relative;
  margin-top: -10px;
}

.image-4 {
  display: block;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.ready-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.facebook-link-blk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.make-btn {
  margin-left: 5px;
}

.bubble {
  position: absolute;
  right: -119px;
  bottom: 419px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 250px;
  min-height: 60px;
  min-width: 250px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  background-color: #fff;
}

.image-5 {
  position: absolute;
  left: 37px;
  bottom: -14px;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-5.bubblearrow {
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.earth {
  position: relative;
  left: 0px;
  bottom: 0px;
  display: block;
  width: 730px;
  margin-right: auto;
  margin-left: auto;
}

.land-bg-img {
  position: relative;
}

.land-bg {
  position: absolute;
  left: 92px;
  top: 184px;
  right: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.land-bg-cloud {
  position: absolute;
  top: 144px;
  right: 290px;
}

.land-img-blk {
  position: relative;
}

.earth-cloud {
  position: absolute;
  left: 149px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pop-img {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.pop-img-blk {
  position: relative;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/shutterstock_65837143.jpg');
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.image-6 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.frame-img {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.7;
}

.confirm-img-link {
  position: absolute;
  bottom: -65px;
}

.cut-txt {
  position: absolute;
  left: 0px;
  top: -45px;
  right: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.div-block-3 {
  position: absolute;
  left: 0px;
  right: 309px;
  bottom: -116px;
  display: block;
  width: 730px;
  height: 365px;
  margin-right: auto;
  margin-left: auto;
}

.gold-hand-01 {
  position: absolute;
  left: 0px;
  top: 24px;
  right: 0px;
  z-index: 100;
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
}

.gold-hand-01.gold-hand-02 {
  top: 30px;
  right: -10px;
}

.image-7 {
  border-radius: 50px;
}

.div-block-4 {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 10;
}

.text-block {
  margin-bottom: 5px;
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.5px;
}

html.w-mod-js *[data-ix="man"] {
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

@media (max-width: 991px) {
  .inner-1000 {
    background-position: 66% 100%, -55px 109%, 72% 49%, 74% 38%;
  }
  .get-wealthy {
    width: 200px;
  }
  .land-blk {
    display: block;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
  }
  .land-img {
    margin-left: 10%;
  }
  .cloudimg {
    left: 0px;
  }
  .home-txt-blk {
    top: -123px;
    margin-right: 3%;
  }
  .gold-blk {
    margin-left: 10%;
  }
  .form-blk {
    right: 23px;
    bottom: 18%;
  }
  .qr-bg {
    margin-top: 27%;
    margin-left: 43px;
  }
  .ready-link-blk {
    margin-top: 10px;
  }
  .bubble {
    left: 30px;
    right: auto;
    bottom: 432px;
  }
  .image-5.bubblearrow {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .earth {
    max-width: 70%;
  }
  .land-bg {
    left: 190px;
    top: 224px;
  }
  .land-bg-cloud {
    right: 79px;
  }
  .land-img-blk {
    top: 42px;
  }
  .div-block-3 {
    left: -257px;
    right: 0px;
    bottom: -202px;
    width: 650px;
  }
}

@media (max-width: 767px) {
  .bg {
    background-image: url('../images/bg.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .inner-1000 {
    max-width: 600px;
    background-position: 66% 169%, -55px 145%, 90% 49%, 87% 38%;
  }
  .inner-1000.popinner {
    padding-bottom: 0px;
  }
  .get-wealthy {
    width: 150px;
  }
  .land-blk.making {
    padding-top: 0px;
    padding-bottom: 150px;
  }
  .land-blk.ecard {
    padding-top: 0px;
  }
  .land-img {
    margin-left: 2%;
  }
  .cloudimg {
    left: -160px;
  }
  .home-txt-blk {
    top: -148px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .link-block {
    margin-top: 10px;
  }
  .image {
    left: 0px;
    right: 0px;
    z-index: 1;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .gold-blk {
    margin-left: 2%;
  }
  .gold-blk.making-gold {
    margin-top: 225px;
  }
  .form-blk {
    position: relative;
    right: 0px;
    display: block;
    margin: -158px auto 0px;
    text-align: center;
  }
  .tag-blk {
    display: block;
    width: 480px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .qr-bg {
    left: -17px;
    display: block;
    width: 480px;
    margin-top: 145px;
    margin-right: auto;
    margin-left: auto;
  }
  .qr-code {
    top: 147px;
    width: 100px;
    height: 100px;
    min-height: 100px;
    min-width: 100px;
  }
  .ready-man-blk {
    right: -80px;
    bottom: 195px;
  }
  .ready-cloud1 {
    position: relative;
    right: 0px;
    bottom: 0px;
  }
  .ready-man-img {
    display: none;
  }
  .ready-cloud2 {
    bottom: 87px;
  }
  .bubble {
    left: 47px;
    bottom: 449px;
  }
  .earth {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    opacity: 0.45;
  }
  .land-bg {
    left: auto;
    top: 224px;
    right: 30px;
    width: 280px;
    padding-right: 20px;
  }
  .land-bg-cloud {
    right: 0px;
  }
  .land-img-blk {
    top: 0px;
  }
  .land-img-blk.making {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 225px;
  }
  .earth-cloud {
    display: none;
  }
  .div-block-3 {
    left: 0px;
    width: 100%;
  }
  .div-block-4 {
    left: 20px;
    right: 20px;
    bottom: 20px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .inner-1000 {
    max-width: 400px;
    background-position: 66% 169%, -55px 145%, 90% 49%, 46% 32%;
  }
  .inner-1000.popinner {
    max-width: 100%;
  }
  .get-wealthy {
    width: 100px;
  }
  .land-blk {
    padding-top: 180px;
  }
  .land-blk.making {
    max-width: 500px;
    padding-bottom: 50px;
  }
  .land-img {
    width: 280px;
    margin-left: 0%;
  }
  .cloudimg {
    left: -130px;
    top: -128px;
  }
  .home-txt-blk {
    top: -76px;
  }
  .gold1 {
    left: 15px;
    width: 80px;
  }
  .gold-blk {
    top: 30px;
    width: 280px;
    height: 350px;
    margin-left: 0%;
  }
  .gold2 {
    right: 73px;
    width: 60px;
  }
  .gold3 {
    bottom: 185px;
    width: 60px;
  }
  .man-blk {
    top: -60px;
  }
  .upload-link {
    right: 130px;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  .form-blk {
    width: 100%;
    margin-bottom: 76px;
  }
  .textarea {
    display: block;
    width: 100%;
    max-width: 325px;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .tag-blk {
    width: 100%;
    background-image: url('../images/upload_photo_tag2.png');
    background-position: 50% -95px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .tag-img {
    display: none;
  }
  .div-block {
    bottom: 210px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  .tag-close-btn {
    left: 80px;
    top: auto;
    right: 80px;
    bottom: 80px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .qr-bg {
    left: 0px;
    width: 280px;
    height: 350px;
  }
  .qr-code {
    top: 84px;
    width: 65px;
    height: 65px;
    min-height: 65px;
    min-width: 65px;
  }
  .ready-cloud1 {
    bottom: -82px;
  }
  .ready-cloud2 {
    left: -126px;
  }
  .ready-link-blk {
    margin-top: -40px;
  }
  .facebook-link-blk {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bubble {
    left: -6px;
    bottom: 422px;
  }
  .earth {
    width: 100%;
    height: auto;
  }
  .land-bg {
    left: auto;
    top: 196px;
    right: 0px;
    width: 220px;
    opacity: 0.62;
  }
  .land-bg-cloud {
    left: 5px;
    top: 101px;
  }
  .land-img-blk {
    top: 18px;
  }
  .land-img-blk.making {
    display: block;
    width: 280px;
    margin-right: auto;
    margin-left: auto;
  }
  .pop-img-blk {
    width: 320px;
    height: 320px;
  }
  .div-block-3 {
    bottom: -256px;
  }
  .div-block-4 {
    bottom: 15px;
  }
}