.register-gift {
  background: url(../img/第二屏/BG1.jpg) top/cover no-repeat;
  width: 100%;
  height: 100%;
}
.register-gift .gift-content {
  width: 46.5rem;
  position: absolute;
  top: 50%;
  margin-top: -28rem;
  right: 15rem;
  z-index: 2;
}
.register-gift .register-title {
  background: url(../img/第二屏/slogan@2x.png) top/100% no-repeat;
  width: 36rem;
  height: 10.2rem;
  position: relative;
  margin: 0 auto;
}
.mdrd-paint{
  position: absolute;
  pointer-events: none;
  left: 0rem;
  bottom: -2.25rem;
  height: 59rem;
  z-index: 1;
}

.register-gift .gift-box {
  position: relative;
}
.register-gift .gift img {
  width: 100%;
}
.register-gift .gift {
  position: relative;
}
.register-gift .gift.achieved img {
  filter: brightness(0.5);
}
.register-gift .gift.achieved::after {
  content: "";
  background: url(../img/第二屏/已达成.png) top/100% no-repeat;
  width: 7rem;
  height: 3.75rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.register-pop {
  position: absolute;
  z-index: 7;
  bottom: 0;
  left: 0;
  background: url(../img/第二屏/悬浮栏.png) top/100% no-repeat;
  width: 120rem;
  height: 8.1875rem;
}
.register-pop  .pop-btn{
    position: absolute;
    top: 3.9rem;
    right: 30rem;
    display: flex;
    justify-content: center;
    align-content: center;
}
.register-pop  .pop-btn .btn{
    margin: 0 .1875rem;
}
.register-pop .apple-link{
    background: url(../img/第二屏/btn_apple.png)top/100% no-repeat;
    width: 8.4375rem;
    height: 2.8125rem;
}
.register-pop .google-link{
    background: url(../img/第二屏/btn_google.png)top/100% no-repeat;
    width: 9.625rem;
    height: 2.875rem;
}
.register-pop .twitter-link{
    background: url(../img/第二屏/btn_twitter.png)top/100% no-repeat;
    width: 9.75rem;
    height: 2.75rem;
}
.z-index-0{
  z-index: 0!important;
}