body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}
.gift {
  width: 375px;
  min-height: 820px;
  margin: 0 auto;
  background-size: contain;
  position: relative;
  background: #F9F9F9;
  padding-bottom: 1px;
}
.topTitle {
  font-size: 20px;
  color: #fff;
  text-indent: 1.5em;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.ftSubtitle {
  font-size: 11px;
  color: rgba(255,255,255,0.6);
  text-indent: 1.5em;
  position: absolute;
  top: 50px;
  left: 14px;
}
.ftSubtitleBe::before {
  content: '—— ';
  letter-spacing: 0;
}
.topContent {
  width: 100%;
  height: 213px;
  background: linear-gradient(135deg,rgba(244,98,97,1) 0%,rgba(242,130,67,1) 100%);
  position: relative;
}
.topContentBg1 {
  width: 129px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.topContentBg2 {
  width: 75px;
  position: absolute;
  top: 0;
  left: 0;
}
.contentDesc {
  width: 90%;
  height: 78px;
  background: rgba(80,0,0,0.3);
  border-radius: 8px;
  position: absolute;
  top: 74px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  font-size: 11px;
  padding: 10px 0;
  text-indent: 0.9em;
}
.contentDesc p {
  margin: 6px;
}


.getRewardBtn:active {
  opacity: 0.7;
}
.loginReg {
  width: 90%;
  height: 238px;
  background: #fff;
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.06);
  border-radius: 8px;
  position: absolute;
  top: 185px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.phoneInput {
  width: 270px;
  height: 27px;
  border: none;
  border-bottom: 1px solid #E6E6E6;
  outline: none;
  position: absolute;
  top: 21px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  padding-left: 3px;
  border-radius: 0;
}
.verificationInput {
  width: 270px;
  height: 27px;
  border: none;
  border-bottom: 1px solid #E6E6E6;
  outline: none;
  position: absolute;
  top: 73px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  padding-left: 3px;
  border-radius: 0;
}
input::-webkit-input-placeholder {
  color: #D1D1D1;
}
.getVerificationCode {
  width: 76px;
  height: 25px;
  font-size: 12px;
  border-radius: 14px;
  border: 1px solid rgba(80,100,204,1);
  color: #5064CC;
  position: absolute;
  top: 72px;
  right: 45px;
  line-height: 26px;
  cursor: pointer;
  text-align: center;
}
.loginRegBtn {
  width: 295px;
  height: 44px;
  background: linear-gradient(90deg,rgba(244,98,97,1) 0%,rgba(255,145,82,1) 100%);
  box-shadow: 0px 2px 7px 0px rgba(245,103,95,0.5);
  border-radius: 22px;
  border: none;
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 135px;
  left: 0;
  right: 0;
  margin: 0 auto;
  outline: none;
}
.loginRegBtn:active {
  opacity: 0.7;
}
.loginReg p {
  font-size: 11px;
  color: #999;
  margin: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.loginReg p:nth-child(5) {
  top: 190px;
}
.loginReg p:nth-child(6) {
  top: 207px;
}
.loginReg p a {
  text-decoration-line: none;
  color: #5064CC;
}
.loginRegTip, .vTip {
  color: #FF3D3D;
  position: absolute;
  top: 110px;
  left: 35px;
  font-size: 12px;
}
.loginRegTip {
  top: 58px;
}
.countdownText {
  font-size: 15px;
  color: #999;
  position: absolute;
  top: 80px;
  right: 60px;
  padding-left: 12px;
  border-left: 1px solid #CBCBCB;
  display: none;
}

.guideBox {
  width: 85%;
  height: 150px;
  margin: 0 auto;
  position: absolute;
  top: 445px;
  left: 0;
  right: 0;
  font-size: 12px;
  color: #999;
  line-height: 20px;
}
.guideBox b {
  color: #666;
  margin-bottom: 10px;
  display: block;
}
.guideBox p {
  margin: 3px;
}
.ftGuide {
  display: none;
}

.successCard {
  transform: scale(0);
  max-width: 345px;
  width: 70%;
  min-height: 303px;
  max-height: 340px;
  height: 53%;
  background: #fff;
  border-radius: 8px;
  position: fixed;
  top: 15%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -100;
  transition: all 0.3s;
  background-image: url('./img/success_pic.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.successMobile {
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: none;
}
.successMobile p {
  font-size: 10px;
  color: #666;
  margin: 12px auto 20px;
}
.successMobile p span {
  color: #999;
}
.successMobile a, .successPC a {
  display: inline-block;
  width: 220px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  background: linear-gradient(90deg,rgba(244,98,97,1) 0%,rgba(255,145,82,1) 100%);
  box-shadow: 0px 2px 7px 0px rgba(245,103,95,0.5);
  border-radius: 18px;
  color: #fff;
  border: none;
  text-decoration: none;
  font-weight: bold;
}
.successPC {
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: none;
}
.successCardTip {
  font-size: 11px;
  color: #fff;
  position: absolute;
  top: 58px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.successCardTipTop {
  top: 52px;
}
.closeIcon {
  width: 28px;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.closeIcon:active {
  opacity: 0.7;
}

/* 遮罩 */
.rewardInfoMask, .loginRegMask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
  display: none;
}
.successCardMask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.8);
  z-index: -100;
  transition: all 0.3s;
  opacity: 0;
}


@media (min-width: 500px) {
  .gift {
    width: 400px;
  }
  .getVerificationCode {
    top: 70px;
  }
  .contentDesc {
    font-size: 12px;
  }
  .loginRegTip, .vTip {
    left: 48px;
  }
  .successCard {
    max-height: 360px;
  }
  .successPC a {
    width: 260px;
  }
  .topTitle {
    font-weight: 500;
  }
  .successCardTipTop {
    top: 68px;
  }
}
@media (max-width: 500px) {
  
}
@media (min-width: 414px) and (max-width: 500px) {
  .gift {
    width: 424px;
  }
  .contentDesc {
    font-size: 12px;
  }
  .loginRegTip, .vTip {
    left: 50px !important;
  }
}
@media (min-width: 400px) and (max-width: 414px) {
  .gift {
    width: 414px;
  }
  .middleBoxText {
    left: 30px;
  }
  .contentDesc {
    font-size: 12px;
  }
  .loginRegTip, .vTip {
    left: 42px;
  }
}
@media (min-width: 376px) and (max-width: 400px) {
  .gift {
    width: 393px;
  }
  .contentDesc {
    font-size: 12px;
  }
  .loginRegTip, .vTip {
    left: 42px;
  }
}
@media screen and (max-width: 360px) {
  .gift {
    width: 360px;
  }
  .middleBoxText {
    font-size: 66px;
  }
  .loginRegTip, .vTip {
    left: 30px;
  }
}