.demand-component-card.demand-card {
  width: 328px;
  height: 100%;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #E7E9EE;
  padding: 24px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.demand-component-card.demand-card:hover {
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.06);
}
.demand-component-card.demand-card .CMO-info {
  display: flex;
}
.demand-component-card.demand-card .CMO-info .logo {
  width: 78px;
  height: 78px;
  border: 1px solid #EDEEF2;
  border-radius: 4px;
  overflow: hidden;
  font-size: 0;
}
.demand-component-card.demand-card .CMO-info .logo img {
  width: 100%;
  height: 100%;
}
.demand-component-card.demand-card .CMO-info .info {
  flex: 1;
  margin-left: 12px;
  overflow: hidden;
}
.demand-component-card.demand-card .CMO-info .info .info-name {
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
  color: #15213A;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.demand-component-card.demand-card .CMO-info .info .demand-card-address {
  margin-top: 10px;
}
.demand-component-card.demand-card .CMO-info .info .info-time {
  line-height: 18px;
  font-size: 14px;
  color: #777E8E;
  margin-top: 8px;
}
.demand-component-card.demand-card .demand-title {
  height: 24px;
  font-weight: bold;
  font-size: 18px;
  color: #15213A;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.demand-component-card.demand-card .demand-card-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}
.demand-component-card.demand-card .demand-card-tags.CMO {
  margin-top: 26px;
}
.demand-component-card.demand-card .demand-card-tags .demand-tag {
  height: 24px;
  background: #F2F2F2;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 12px;
  color: #6B6B6B;
  line-height: 24px;
  padding: 0 16px;
  text-align: center;
}
.demand-component-card.demand-card .demand-card-tags .demand-tag.normal-tag {
  background: #DBE8FF;
  color: #005CE5;
}
.demand-component-card.demand-card .demand-card-tags .demand-tag.sell-tag {
  background: #FFE6D2;
  color: #AD4B00;
}
.demand-component-card.demand-card .demand-card-tags .demand-tag.vaild-tag {
  background: #E2F4F3;
  color: #019588;
}
.demand-component-card.demand-card .demand-status {
  display: flex;
  margin-top: 32px;
  gap: 24px;
}
.demand-component-card.demand-card .demand-status .demand-status-item {
  padding-right: 24px;
  border-right: 1px solid #EEF1F6;
}
.demand-component-card.demand-card .demand-status .demand-status-item:last-child {
  border-right: 0 none;
}
.demand-component-card.demand-card .demand-status .demand-status-item .status-name {
  line-height: 18px;
  font-size: 14px;
  color: #777E8E;
}
.demand-component-card.demand-card .demand-status .demand-status-item .status-value {
  line-height: 18px;
  font-size: 14px;
  font-weight: bold;
  color: #39435A;
  margin-top: 12px;
}
.demand-component-card.demand-card .demand-detail.BD {
  line-height: 18px;
  font-weight: 400;
  font-size: 14px;
  color: #39435A;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.demand-component-card.demand-card .demand-detail.demand {
  height: 52px;
  line-height: 26px;
  font-weight: 400;
  font-size: 14px;
  color: #39435A;
  margin-top: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.demand-component-card.demand-card .demand-card-address {
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 18px;
  font-weight: 400;
  font-size: 14px;
  color: #4282FF;
  margin-top: 16px;
  margin-bottom: 20px;
}
.demand-component-card.demand-card .demand-card-address span {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.demand-component-card.demand-card .demand-card-address .address-icon {
  width: 18px;
  height: 18px;
}
.demand-component-card.demand-card .demand-info {
  margin-top: 32px;
  margin-bottom: 20px;
}
.demand-component-card.demand-card .demand-info .tr {
  display: flex;
  margin-bottom: 18px;
}
.demand-component-card.demand-card .demand-info .tr:last-child {
  margin: 0;
}
.demand-component-card.demand-card .demand-info .tr .tr-item {
  width: 106px;
  line-height: 18px;
  font-size: 14px;
  color: #777E8E;
  border-right: 1px solid #EEF1F6;
}
.demand-component-card.demand-card .demand-info .tr .tr-item:last-child {
  flex: 1;
  border: 0 none;
  margin-left: 16px;
}
.demand-component-card.demand-card .demand-info .tr .tr-item span {
  font-weight: bold;
  color: #39435A;
}
.demand-component-card.demand-card .demand-tel-collect {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px dashed #EEF1F6;
}
.demand-component-card.demand-card .demand-tel-collect .tel-btn {
  width: 150px;
  height: 40px;
  background: #4282FF;
  border-radius: 6px 6px 6px 6px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.demand-component-card.demand-card .demand-tel-collect .tel-btn:hover {
  background: #1259F0;
}
.demand-component-card.demand-card .demand-tel-collect .collect {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  font-weight: 400;
  font-size: 10px;
  color: #777E8E;
}
.demand-component-card.demand-card .demand-tel-collect .collect .collect-icon {
  width: 26px;
  height: 26px;
  background: url('/assets/images/demand/collect.png') no-repeat;
  background-size: 100% 100%;
}
.demand-component-card.demand-card .demand-tel-collect .collect .collect-icon:hover {
  background: url('/assets/images/demand/collect-hover.png') no-repeat;
  background-size: 100% 100%;
}
.demand-component-card.demand-card .demand-tel-collect .collect .collect-icon.un-collect {
  background: url('/assets/images/demand/uncollect.png') no-repeat;
  background-size: 100% 100%;
}
.demand-component-card.demand-card .demand-tel-collect .collect .collect-icon.un-collect:hover {
  background: url('/assets/images/demand/uncollect-hover.png') no-repeat;
  background-size: 100% 100%;
}
.demand-component-card.demand-card .demand-tel-collect .collect .collect-success {
  user-select: none;
  width: 131px;
  height: 37px;
  background: #fff;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.08);
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  position: absolute;
  left: 0;
  bottom: -25px;
  z-index: 1;
  opacity: 0;
}
.demand-component-card.demand-card .demand-tel-collect .collect .collect-success.show {
  opacity: 1;
  transform: translateY(-15px);
  transition: all 0.5s ease-in-out;
}
.demand-component-card.demand-card .demand-tel-collect .collect .collect-success .icon {
  width: 20px;
}
.demand-component-card.demand-card .demand-tel-collect .collect .collect-success span {
  line-height: 21px;
  font-size: 16px;
  color: #4282FF;
}
.empty-data {
  margin-top: 100px;
  margin-bottom: 200px;
}
.empty-data .img {
  width: 220px;
  height: 200px;
  background: url(/assets/images/demand/no-data.png) no-repeat center center;
  background-size: 220px auto;
  margin: 0 auto;
}
.empty-data .tips {
  line-height: 18px;
  font-size: 14px;
  color: #535C72;
  text-align: center;
  margin-top: 16px;
}
