.full-screen {
  &.prize-card {
    display: flex;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 1.5vmin 0;
    width: 45.36vmin;
    height: 35.64vmin;
    border: 0.54vmin solid #fc9;
    border-radius: 3vmin;
    background: #fff;
    box-shadow: 0 1.62vmin 1vmin 0 #E91B16;
    .prize-pic {
      margin-bottom: 1vmin;
      width: 40.22vmin;
      height: 35.64vmin;
      border-radius: 1vmin;
    }
    .prize-custom-title {
      display: flex;
      align-items: center;
      margin-bottom: 1vmin;
      max-width: 38vmin;
      font-weight: 500;
      font-size: 3.24vmin;
      .custom-title {
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 28vmin;
      }
    }
    .prize-title {
      max-width: 40vmin;
      overflow: hidden;
      height: 7vmin;
      color: #666;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 3.24vmin;
    }
  }
      
}