.press-operation {
  min-height: 5rem;
}

.press-operation__battle-box {
  display: flex;
  justify-content: space-between;
  margin-top: .34rem;

  .press-operation__battle-team {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1;

    .press-operation__battle-team-avatar {
      width: 1.4rem;
      height: 1.4rem;
      object-fit: cover;
      flex-shrink: 0;
    }

  }

  .battle-tag-end,
  .battle-tag-in-game,
  .battle-tag-start {
    display: inline-block;
    min-width: 1.12rem;
    height: .42rem;
    line-height: .42rem;
    text-align: center;
    flex-shrink: 0;
    background-color: rgba(33, 33, 36, .1);
    color: #212124;
    font-size: .24rem;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    margin-top: .28rem;
  }

  .battle-tag-in-game {
    color: #5300c3;
    background-color: #e1ddf4;
  }

  .battle-tag-end {
    background-color: #212124;
    color: #fff;
  }
}

.press-operation__buttons {
  display: flex;
  justify-content: center;
  margin-top: .48rem;

  .press-operation__button-icon-box {
    width: .96rem;
    height: .96rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e6eaef;
    background: #fff;
    margin: 0 .24rem;
  }

  .icon-living-room,
  .icon-match-record,
  .icon-reset,
  .icon-change-score {
    width: .48rem;
    height: .48rem;
    background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/icon-reset.png)
      no-repeat;
    background-size: 100% 100%;
  }

  .icon-change-score {
    background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/icon-change-score.png)
      no-repeat;
    background-size: 100% 100%;
  }

  .icon-match-record {
    background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/icon-match-record.png)
      no-repeat;
    background-size: 100% 100%;
  }

  .icon-living-room {
    background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/icon-living-room.png)
      no-repeat;
    background-size: 100% 100%;
  }

  .press-operation__button-text {
    color: #575b67;
    text-align: center;
    font-size: .2rem;
    line-height: .36rem; /* 180% */
  }
}
