.thanks__progress {
  background: #FF7371;
  padding: 0.1rem 0;
}
@media screen and (max-width: 599px) {
  .thanks__progress {
    padding: 0.08rem 0;
  }
}
.thanks__progress p {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 0.24rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 599px) {
  .thanks__progress p {
    font-size: 0.18rem;
  }
}
.thanks__container {
  max-width: 6.6rem;
  margin-inline: auto;
  position: relative;
  padding: 0.16rem 0;
}
@media screen and (min-width: 600px) {
  .thanks__container {
    width: 95%;
    padding: 0.2rem 0;
  }
}
.thanks__img {
  display: block;
  margin-inline: auto;
  max-width: 4.2rem;
  width: 80%;
}
@media screen and (max-width: 599px) {
  .thanks__img {
    width: 55%;
  }
}
.thanks__txt {
  color: #712900;
  font-weight: bold;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 17%;
  width: -moz-max-content;
  width: max-content;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 599px) {
  .thanks__txt {
    font-size: 0.15rem;
    bottom: 13%;
  }
}
.thanks__txt span {
  color: #FF615E;
}
@media screen and (max-width: 599px) {
  .thanksBtn__txt img {
    width: 0.28rem;
  }
}
.thanksBtn__txt p {
  text-align: center;
}
@media screen and (min-width: 600px) {
  .thanksBtn__txt p {
    margin-bottom: 0.1rem;
  }
}
@media screen and (max-width: 599px) {
  .thanksBtn__txt p {
    line-height: 1.2;
    font-size: 0.14rem;
  }
}