.ma-large-card {
  position: relative;
  border-radius: 24rpx;
  overflow: hidden;
  font-size: 0;
  background-color: #ffffff;
  box-shadow: 0 4rpx 80rpx 0 rgba(0, 0, 0, 0.1);
}

.ma-large-card-icon {
  position: absolute;
  top: -2rpx;
  left: -2rpx;
}

.ma-large-card-icon .text{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 10em;
  /* line-height: 1; */
}

.ma-large-img {
  position: absolute;
  top: 16rpx;
  right: 16rpx;
  width: 80rpx;
  height: 80rpx;
}

.ma-large-card-like {
  width: 100%;
  height: 100%;
}

.ma-animation-like {
  animation: like 0.5s;
}

@keyframes like {
  0% {
    transform: scale(0.3);
  }

  60% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.ma-animation-unlike {
  animation: unlike 0.5s;
}

@keyframes unlike {
  0% {
    transform: scale(0.3);
  }

  60% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.ma-large-card-content {
  /* padding: 0 32rpx; */
  /* height: 70px; */
  padding: 24rpx 32rpx;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ma-large-card-item {
  display: flex;
  justify-content: space-between;
}

.ma-large-card-titel {
  font-size: 32rpx;
  color: #333333;
  margin-bottom: 16rpx;
  /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
  flex: 1;
  /* width: 560rpx; */
  line-height: 39rpx;
}

.ma-large-card-slot {
  font-size: 28rpx;
  color: #757575;
  margin-bottom: 16rpx;
  display: flex;
  align-items: center;
}

.ma-large-card-description,
.ma-large-card-extra {
  font-size: 24rpx;
  color: #757575;
  line-height: 28rpx;
  height: 28rpx;
  display: flex;
}

.ma-large-card-description {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 26rpx;
  line-height: 30rpx;
}

.ma-large-card-description-tag {
  margin-right: 16rpx;
}

.show-card-desc {
  width: 120rpx;
  height: 120rpx;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 180rpx;
  right: 32rpx;
}

.desc-time {
  background: url(https://amposs.app.universalbeijingresort.com/tps/2021-01-08/TB1uoaJlaNj0u4jSZFyXXXgMVXa-120-120.png);
  background-size: cover;
}

.desc-status {
  background: url(https://amposs.app.universalbeijingresort.com/tps/2021-01-08/TB1GDajiPMZ7e4jSZFOXXX7epXa-128-128.png);
  background-size: cover;
}

.time {
  height: 50rpx;
  line-height: 50rpx;
  font-size: 40rpx;
}

.label {
  font-size: 20rpx;
  line-height: 20rpx;
}

.desc-status-text {
  font-size: 28rpx;
}

.recommend-card-price {
  height: 28rpx;
  line-height: 28rpx;
}

.price {
  color: #ff533c;
  font-size: 28rpx;
}

.recommend-card-desc {
  font-size: 24rpx;
  color: #757575;
  margin-left: 4rpx;
}

.price::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  margin-top: 1px;
}

.title-line{
  max-width: 15em;
}

.next-time{
  height: 36rpx;
  line-height: 36rpx;
  font-size: 28rpx;
  margin-bottom: 4rpx;
}

.show-time{
   margin-right: 16rpx;
}

.ma-large-card-detail-desc {
  color: #757575;
  font-size: 24rpx;
  line-height: 34rpx;
  margin-top: 32rpx;
  overflow: hidden;
}

.ma-ellipsis-underline {
  text-decoration: underline;
}