[v-cloak] {
  display: none !important;
}

img {
  width: 100%;
  height: auto;
}

body {
  background-image: url(../img/bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #1bdfff;
}

#app {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.registrationGift, .targetDataGift {
  width: 90%;
  height: auto;
  background: white;
  border: 0.2rem solid #b0f2ff;
  margin-top: 15.6rem;
  border-radius: 1rem;
}

.registrationGift-title, .targetDataGift-title {
  width: 8rem;
  height: 0;
  position: relative;
  top: -.3rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.registrationGift-img, .targetDataGift-img {
  width: 2.6rem;
  padding-left: .8rem;
}

.registrationGift-num, .targetDataGift-num {
  position: relative;
  height: 0;
  width: 0;
  top: 2.6rem;
  left: 6.4rem;
  font-size: 1.4rem;
  color: #ef0f39;
}

.registrationGift-num-start, .targetDataGift-num-start {
  position: relative;
  left: .8rem;
  top: .16rem;
  width: 2rem;
  text-align: left;
  height: 2rem;
  line-height: 2rem;
}

.registrationGift-num-end, .targetDataGift-num-end {
  width: 2rem;
  text-align: left;
  height: 2rem;
  line-height: 2rem;
  margin-left: .1rem;
}

.registrationGift-otherUse, .registrationGift-gift, .targetDataGift-otherUse, .targetDataGift-gift {
  width: 100%;
}

.registrationGift-otherUseWord, .targetDataGift-otherUseWord {
  text-align: center;
  font-size: .6rem;
  color: #236ddb;
  margin-bottom: .8rem;
}

.registrationGift-button, .targetDataGift-button {
  width: 60%;
  margin: .8rem auto;
}

.notMeetStandard {
  background: #fff5cc !important;
  color: #ef0f39 !important;
}

.targetDataGift {
  margin-top: 1rem;
  background: #13c6ed;
}

.targetDataGift-warm {
  width: 30%;
  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: .6rem;
}

.targetDataGift p {
  font-size: .8rem;
  text-align: center;
}

.targetDataGift-title {
  width: 8rem;
  position: relative;
  top: -.3rem;
}

.targetDataGift-word {
  margin-top: 2rem;
  color: white;
}

.targetDataGift-ProgressBar {
  width: 90%;
  background: #08a1d3;
  margin: .4rem auto;
  border-radius: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.ProgressBar-out {
  width: 86%;
  height: .6rem;
  background: #0886b0;
  margin-top: 2rem;
  border-radius: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ProgressBar-alreadyUse {
  width: 86%;
  color: white;
  text-align: left !important;
  margin-top: .4rem;
  margin-bottom: .4rem;
  font-size: .6rem;
}

.ProgressBar-in {
  height: .6rem;
  background-image: -moz-linear-gradient(0deg, #eeff35 0%, #c9ff84 23%, #88ffea 100%);
  background-image: -webkit-linear-gradient(0deg, #eeff35 0%, #c9ff84 23%, #88ffea 100%);
  background-image: -ms-linear-gradient(0deg, #eeff35 0%, #c9ff84 23%, #88ffea 100%);
  border-radius: 1rem;
  display: flex;
  justify-content: flex-end;
  position: relative;
  left: 0;
  z-index: 9;
}

.ProgressBar-img {
  max-width: 1.6rem;
  min-width: 1.6rem;
  height: 0;
  position: relative;
  right: -1rem;
  top: -.4rem;
}

.ProgressBar-end {
  color: #b0ebff;
  width: 0;
  font-size: .6rem;
  line-height: .6rem;
  position: relative;
  right: 1.8rem;
  z-index: 1;
}

.ProgressBar-percent {
  width: 2rem;
  height: 0;
  position: relative;
}

.ProgressBar-percent span {
  padding: .1rem .4rem;
  font-size: .6rem;
  color: white;
  border: 1px solid white;
  border-radius: 1rem 1rem 1rem 0;
  background-image: -moz-linear-gradient(0deg, #ff7a40 0%, #ffa240 100%);
  background-image: -webkit-linear-gradient(0deg, #ff7a40 0%, #ffa240 100%);
  background-image: -ms-linear-gradient(0deg, #ff7a40 0%, #ffa240 100%);
  bottom: 1.4rem;
  right: -1rem;
  position: relative;
}

.ProgressBar-percent-over90 {
  border-radius: 1rem 1rem 0 1rem !important;
  right: 1.2rem !important;
}

.rule {
  width: 90%;
}

.rule-title {
  width: 4.2rem;
  margin: .8rem auto;
}

.rule p {
  color: #0886b0;
  font-size: .7rem;
  text-align: left;
}

.bottomText {
  color: white;
  text-align: center;
  font-size: .8rem;
  margin: 1rem auto;
}
