.outerActivityItem {
  padding: 12px 13px;
  border-bottom: 1rpx solid #f2f2f2;
  position: relative;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.leftContent {
  position: relative;
  padding-right: 8px;
}

.defaultImg {
  width: 100px;
  height: 75px;
}

.meetingStatus {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 4px;
  height: 20px;
  line-height: 20px;
  opacity: 1;
  font-size: 9px;
  color: #fff;
}

.rightContent {
  position: relative;
  flex: 1;
}

.twoLine {
  font-size: 14px;
  color: #1e1e1e;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  height: 58px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.text {
  margin-top: 2px;
  font-size: 12px;
  color: #999;
}

.cancelAppointment {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 12px;
  font-size: 12px;
  font-weight: 400;
  text-align: justify;
  color: #e73a3a;
  line-height: 12px;
  border: 1px solid #e73a3a;
  padding: 6px 12px;
  border-radius: 13px;
}
