.pmg-empty-container{
  width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;

  .pmg-empty-img{
    width: 4.38rem;
    height: 3.6rem;
    object-fit: contain;
  }

}
.pmg-empty-text-wrapper-small,
.pmg-empty-text-wrapper{
  margin-top: .16rem;
  display: flex;
  align-items: center;
  min-height: .48rem;
  flex-direction: row;
  justify-content: center;
  max-width: 90%;
}

.pmg-empty-text-wrapper-small{
  min-height: .24rem;
  padding: 0 .15rem;
  .pmg-empty-text{
    font-size: .16rem;
  }
}

.pmg-empty-text-container{
  padding: 0 .2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  position: relative;
  
  .pmg-empty-text{
    color:  rgba(255, 255, 255, .5);
    font-size: .22rem;
    line-clamp: 1;
  }

  .pmg-empty-line{
    display: none;
  }

}

.active {
  .pmg-empty-text-container-small,
  .pmg-empty-text-container{
    background: rgba(255, 255, 255, 0.3);
    .pmg-empty-text{
      font-size: .22rem;
      color:  rgba(0, 0, 0, .5);
    }
  }

  .pmg-empty-line{
    display: block;
    width: .06rem;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 .02rem;
  }
}

.pmg-btn-container{
  margin-top: .2rem;
}