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

.ma-small-card .image{
  border-radius: 24rpx 0 0 24rpx;
}

.ma-small-card-content {
  flex: 1;
  padding: 23rpx 23rpx;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  letter-spacing: 0.4rpx;
}

.ma-small-card-titel {
  font-size: 32rpx;
  color: #333333;
  margin-bottom: 8rpx;
  line-height: 40rpx;
}

.ma-small-card-body {
  display: flex;
  align-items: center;
  height: 28rpx;
  line-height: 28rpx;
  color: #757575;
}

.ma-small-card-body-degree{
  height: 24rpx;
  line-height: 28rpx;
  margin-right: 8rpx;
}

.ma-small-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 60rpx;
  height: 60rpx;
}

.ma-small-card-tag{
  display: flex;
  align-items: center;
}

.ma-small-card-bottom-price {
  height: 28rpx;
  line-height: 28rpx;
}

.ma-small-card-price {
  color: #FF5233;
  font-size: 28rpx;
  letter-spacing: 0.4rpx;
}

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

.ma-small-icon{
  position: absolute;
  right: 32rpx;
  bottom: 24rpx;
}

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

.reserve-btn{
  height: 60rpx;
  border-radius: 30rpx;
  background-color: #E5EFFB;
  color: #0368D9;
  font-size: 24rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 32rpx;
  bottom: 24rpx;
  padding: 0 24rpx;
}

.sub-button{
  position: absolute;
  top: 92rpx;
  right: -28rpx;
}