.full-screen {
  &.win-lottery {
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    height: 100%;
    padding-top: 14.58vmin;
    .win-lottery-top {
      display: flex;
      overflow: hidden;
      align-items: center;
      flex-direction: column;
      box-sizing: border-box;
      padding-top: 8.1vmin;
      margin-bottom: -5.4vmin;
    }
    .title {
      width: 57.24vmin;
      height: 13.5vmin;
      position: absolute;
      top: 9.45vmin;
    }
    .check-winners{
      color: #fff;
      font-weight: 500;
      display: inline-flex;
      align-items: center;
      font-size: 3.24vmin;
      font-family: PingFangSC-Medium;
      z-index: 400;
      .inner {
        display: inline-flex;
        align-items: center;
        .right-arrow-icon {
          width: 4.32vmin;
          height: 4.32vmin;
        }
      }
    }
    .prize-card-box {
      display: flex;
      align-items: center;
      height: 57.24vmin;
      // 缩放以兼容不同机型（主要是iphone5/6/7/8/plus）
      @media only screen and (min-width: 376px) and (max-width : 414px) and (max-height : 736px) {
        zoom: 0.75;
      }
      @media only screen and (min-width: 321px) and (max-width: 375px) and (max-height: 667px) {
        zoom: 0.7;
      }
      @media only screen and (max-width: 320px) and (max-height: 568px) {
        zoom: 0.65;
      }
    }
    .join {
      display: flex;
      align-items: center;
      flex-direction: column;
      padding-bottom: 4vmin;
      .prompt {
        margin-bottom: 2.7vmin;
        height: 4.32vmin;
        color: #fff;
        font-size: 3.24vmin;
      }
      .join-btn {
        box-sizing: border-box;
        width: 59.4vmin;
        height: 8.64vmin;
        font-size: 3.78vmin;
        border: none;
        background: #ffeb66;
        box-shadow: 0 1.62vmin 2.16vmin 0 rgb(233 27 22 / 30%);
        color: #ff3c38;
        font-weight: 500;
      }
    }
  }
  
      
}