*{
    padding: 0;
    margin: 0;
}
body {
    width: 15rem;
    margin: 0 auto;
    background-color: #f8132e;
  }

  .thank {
    background: url("../images/thanks-background.png") no-repeat;
    background-size: 100%;
    padding: 0.85rem 0.45rem;
    z-index: 1;
    position: relative;
    margin-top: -1.71rem;
  }

  main {
    padding-bottom: 2rem;
  }

  .thank-box {
    background: url("../images/thanks-content-bg.png") no-repeat;
    background-size: 100% 100%;
    padding: 0.94rem 0.56rem;
  }

  .thank-title {
    text-align: center;
    font-family: Source Han Serif SC;
    font-weight: bold;
    font-size: 0.56rem;
    color: #333333;
    line-height: 0.72rem;
    margin-top: 0.63rem;
    margin-bottom: 0.32rem;
  }

  .thank-info {
    font-size: 0.48rem;
    line-height: 0.84rem;
    font-family: Source Han Sans CN;
    font-weight: 300;
    text-indent: 1rem;
  }

  .save-money {
    margin-top: 0.25rem;
  }

  .box {
    padding: 0.25rem;
    padding-bottom: 1rem;
  }

  .flex {
    display: flex;
    align-items: center;
    margin: 0.15rem 0rem;
  }

  .tip {
    background: url("./static/images/gl\ \(27\).png") no-repeat;
    background-size: cover;
    font-size: 0.6rem;
    color: #ffffff;
    padding: 0.8rem 0rem;
    text-align: center;
    padding-left: 0.6rem;
    border-radius: 0.8rem;
    overflow: hidden;
  }

  .selective-periodical {
    margin-top: 1.3rem;
  }

  .periodical {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.25rem;
    background-color: #fff;
    border-radius: 0.125rem;
    padding: 0.55rem 0.35rem;
  }

  .notice {
    padding: 0.35rem 0.35rem;
    border-radius: 0.25rem;
    background-color: #ffe9d2;
    margin-top: 1.06rem;
  }

  .notice-box {
    padding: 0.35rem;
    text-align: center;
    font-family: SimHei;
    font-weight: 400;
    font-size: 0.48rem;
    color: #ff5502;
    border-radius: 0.25rem;
    border: 1px solid #cd5329;
  }

  .note-title {
    font-family: SimHei;
    font-weight: 400;
    font-size: 0.64rem;
    color: #832b00;
    line-height: 0.84rem;
    text-align: center;
    margin-bottom: 0.38rem;
  }

  .selective-periodical {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }

  .selective-periodical > img {
    margin: 0 auto;
    width: 79%;
  }

  .flex-center {
    display: flex;
    justify-content: center;
    margin-bottom: 0.4rem;
  }

  .welfare {
    padding: 0.4rem 0rem 0.85rem 0rem;
  }
.pf-nav {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 15rem;
    z-index: 99;
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
    height: 1.96rem;
}
.pf-nav-item {
    text-align: center;
    margin: 0.26rem 0 0.22rem 0;
    width: 3rem;
}
.pf-img {
    width: 0.88rem;
}
.pf-title {
    font-size: 0.4rem;
    color: #CCCCCC;
    font-family: SourceHanSansCN-Regular;
    margin-top: 0.22rem;
}
