.press-empty {
  border: 1px solid  rgba(252, 252, 252, .60);
  background: linear-gradient(101deg, rgba(238, 239, 241, .70) 15.46%, rgba(252, 252, 252, .70) 86.92%);
  box-shadow: 0 0 .2rem 0 rgba(83, 71, 134, .38);
  backdrop-filter: blur(.04rem);
  height: 5.5rem;
  margin: 0 .88rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  &__img {
    width: 2rem;
    height: 2rem;
    object-fit: contain;
  }

  &__text {
    color: #212124;
    text-align: center;
    font-size: .28rem;
    margin-top: .24rem;
  }
}