*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body,html{
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #start_game{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/wardrobe/game_all_bg.png);
  }
  #start_game>div{
    /*width: 320px;*/
    /*height: 568px;*/
    width: 100%;
    height: 100%;
    display: flex;
    /* flex-direction: column; */
    justify-content: space-evenly;
    /* align-items: center;  */
    background-image: url(../img/start_game/startbg.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: relative;
  }
  #start_game>div>img:nth-child(2){
      width: 170px;
      height: 50px;
      margin-top: 100px;
      position: absolute;
      bottom: 75px;
  }
  #start_game>div>img:nth-child(1){
    position: absolute;
    top: 69px;
    width: 240px;
    height: 100px;
  }