


.erl-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  text-align: center;
  .maskCon{
    width: 6.5rem;
    height: 5.25rem;
    background: rgba(0, 0, 0, 0.65);
    border-radius: 0.5rem;
    margin-left: 6.125rem;
    margin-top: 11.75rem;
    p{
      color: #ffffff;
      font-size: 0.7rem;
      padding-top: 0.25rem;
    }
    img{
      width: 2rem;
      height: 2rem;
      margin-top: 0.875rem;
    }
  }
}