$color-white: #fff;

.press-card {
  width: 7.1rem;
  min-height: 5.94rem;
  margin: .2rem auto .24rem;
  padding-bottom: .4rem;
  background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/card-bg.png) center top no-repeat;
  background-size: 100% auto;
  border-radius: .04rem;
  box-shadow: 0 0 .2rem rgba(196, 193, 205, .8);
  box-sizing: border-box;
}