@mixin promotion-msg-layout {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.6rem;
  position: relative;
}

.press-card__result {
  position: relative;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  height: 1.6rem;
  position: relative;
  background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/card-upgrade--bg.png) center top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 6.94rem;
  height: 2.1rem;
  margin: 0 auto;

  .press-card__result-title {
    margin-top: .4rem;
  }
}

.press-card__result-title--waiting {
  display: block;
  margin: .2rem auto 0;
  background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/waiting.png) center top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 1.12rem;
  height: .16rem;
  font-size: 0;
}

.press-card__result-tips {
  margin-top: .12rem;
  font-size: 12px;
  line-height: .6rem;
  text-align: center;
  color: rgba(33, 33, 36, .75);
  height: .6rem;
  margin: .2rem auto 0;
}

.press-card__result-wrap--win {
  background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/card-upgrade--bg.png) center top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 6.94rem;
  height: 2.1rem;
  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.press-card__result-wrap--fail {
  background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/card-upgrade--bg.png) center top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 6.94rem;
  height: 2.1rem;
  margin: 0 auto;


  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;

  .press-card__result-tips {
    margin-top: .1rem;
  }
}

.press-card__result-title-win {
  display: block;
  margin: 0 auto;
  background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/title-upgrade.png) center top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 3.54rem;
  height: 1.9rem;

}

.press-card__result-title-lose {
  display: block;
  margin: 0 auto;
  background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/card-match--defeat.png) center top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 2.04rem;
  height: .5rem;
}


.press-card__result-wrap--rank {
  background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/card-upgrade--bg.png) center top;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  height: 2.22rem;

  img,
  image {
    display: block;
    width: 2.94rem;
    height: 1.66rem;
    margin: 0 auto;
    padding: .22rem 0;
    box-sizing: content-box;
  }
}

.press-card__result-rank {
  width: 100%;
  height: 100%;
  background: none;

  p {
    font-size: .64rem;
    padding-top: 0;

    &::before {
      transform: translateY(.04rem);
      width: .32rem;
      height: .32rem;
      background-size: contain;
    }

    &::after {
      transform: translateY(.04rem);
      width: .32rem;
      height: .32rem;
      background-size: contain;
    }
  }
}

.press-card__result-rank {
  height: 2.28rem;
  padding-top: .24rem;

  p {
    font-size: 1.28rem;
    line-height: 1.2rem;
    font-family: 'DINCondensed';

    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #8e7bff -30%, #7458f6 141.67%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    &::before {
      content: '';
      width: .65rem;
      height: .6rem;
      display: block;
      background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/font-di-left.png) no-repeat;
      background-size: 100% 100%;
      margin-right: .22rem;

    }
    
    &::after {
      content: '';
      width: .6rem;
      height: .6rem;
      display: block;
      background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/font-ming-right.png) no-repeat;
      background-size: 100% 100%;
      margin-left: .22rem;
    }
  }
}