.press-exchange {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: baseline;
  width: 6.3rem;
  height: 5.1rem;
  padding-top: .26rem;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.press-exchange__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 1.36rem;
  height: 2rem;
  margin-right: .08rem;
  margin-bottom: .58rem;

  &:last-child {
    margin-right: 0;
  }

  &:nth-child(4n) {
    margin-right: 0;
  }
}

.press-exchange__info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.04rem;
  height: 1.04rem;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}

.press-exchange__img {
  display: block;
  width: 86%;
  height: 86%;
}

.press-exchange__status {
  position: absolute;
  left: 50%;
  bottom: .12rem;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: .24rem;
  font-size: .16rem;
  color: #fff;
  padding: 0 .06rem;
  border-radius: .24rem;
  white-space: nowrap;

  &--out {
    background: rgba($color: #000, $alpha: .4);
  }

  &--last {
    background: rgba($color: #f00, $alpha: .4);
  }
}

.press-exchange__desc {
  position: relative;
  width: 100%;
  font-size: .22rem;
  text-align: center;
  margin-top: .04rem;
  margin-bottom: auto;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.press-exchange__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.04rem;
  height: .36rem;
  font-size: .22rem;
  font-weight: 600;
  margin: 0 auto;
  white-space: nowrap;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;

  &--disabled {
    opacity: .7;

    .press-exchange__point,
    .press-exchange__money {
      display: none;
    }
  }
}

.press-exchange__point {
  display: block;
  width: .24rem;
  height: .24rem;
  margin-right: .04rem;
}

.press-exchange__money {
  position: relative;
  top: .01rem;
}

.press-exchange__tag {
  position: absolute;
  left: 0;
  top: -.26rem;
  width: 1.68rem;
  min-height: .44rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
