.vertical-screen {
  &.nobody-attend {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    height: 100%;
    .title-box {
      display: flex;
      align-items: center;
      flex-direction: column;
      .title {
        margin-bottom: 16rpx;
        width: 288rpx;
        height: 108rpx;
      }
      .desc {
        color: #ff6b5c;
        font-size: 28rpx;
        font-weight: 500;
      }
    }
    .icon-box {
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      height: calc(100% - 95rpx);
      .losing-icon {
        width: 320rpx;
      }
    }
  }
}  