.gift {
  min-height: 100vh;
  padding-top: 26px;
  padding-bottom: 50px;
  background: url('../../assets/images/gift-bg.png') no-repeat 0 0;
  background-size: 375px 603px;
  background-color: #f73249;
  &-list {
    ul {
      width: 330px;
      margin: 0 auto;
      li {
        background: url('../../assets/images/gift.png') no-repeat 24px center;
        background-size: 34px;
        background-color: #ffffff;
        border-radius: 15px;
        margin-bottom: 10px;
        padding: 17px 0 19px 80px;
      }
    }
    &-rank {
      font-size: 16px;
      font-weight: 500;
      color: #333333;
    }
    &-phone {
      font-size: 14px;
      color: #999999;
      margin: 8px 0;
    }
    &-time {
      font-size: 14px;
      color: #999999;
    }
  }
}