.lobby-mini-container {
  .tip {
    box-sizing: border-box;
    width: 500px;
    height: 350px;
    padding-left: 0;
    padding-right: 0;
    z-index: 99999;
    
    .tip__title {
      font-size: 18px;
    }
  
    .tip__content {
      font-size: 16px;
  
      p {
        line-height: 25px;
      }
    }
  }

}