.press_card-matching-result {
  // background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/card-upgrade--bg.png) top;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 1rem auto 0;
  // height: 2.22rem;
  // width: 6.9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
}

.press_card-matching-box {
  display: flex;
  align-items: center;
  justify-content: center;

  .press_card-gp-match-logo {
    width: .9rem;
    height: 1rem;
    background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/match-an-opponent-logo.png) no-repeat;
    background-size: 100% 100%;
  }

  .press_card-matching-title {
    color: #fff;
    font-family: 'PEACE';
    font-size: .56rem;
    margin-left: .2rem;
  }
}

.press_card-matching-tip {
  margin-top: .08rem;
  color: #fff;
  font-size: .24rem;
  line-height: .36rem; 
  width: 6.5rem;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}