#demand-index {
  padding: 122px 0 0;
}
#demand-index .breadcrumb {
  display: flex;
  gap: 4px;
  padding: 20px 0;
}
#demand-index .breadcrumb-item {
  background: url(/assets/images/common/icon-slash.png) no-repeat left center;
  background-size: 16px;
  padding-left: 24px;
  line-height: 20px;
  font-size: 14px;
  color: #77798E;
}
#demand-index .breadcrumb-item:hover {
  color: #1259F0;
}
#demand-index .breadcrumb-item:first-child {
  background-image: url(/assets/images/common/icon-home.png);
  padding-left: 20px;
}
#demand-index .breadcrumb-item:first-child:hover {
  color: #1259F0;
}
#demand-index .breadcrumb-item:last-child {
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #39435A;
}
#demand-index .breadcrumb-item:last-child:hover {
  color: #39435A;
}
#demand-index .demand-content {
  padding: 20px 0 0;
  display: flex;
  gap: 48px;
}
#demand-index .demand-content .list-content {
  flex: 1;
}
#demand-index .demand-content .list-content .demand-title-name {
  font-weight: bold;
  font-size: 28px;
  color: #39435A;
  line-height: 48px;
  text-align: left;
}
#demand-index .demand-content .list-content .tages-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 26px;
}
#demand-index .demand-content .list-content .tages-share .share-content {
  display: flex;
  align-items: center;
  height: 16px;
  font-weight: 400;
  font-size: 12px;
  color: #777E8E;
}
#demand-index .demand-content .list-content .tages-share .share-content .share-btns {
  display: flex;
  align-items: center;
  padding: 0 16px;
  border-right: 1px solid #EBEBEB;
  gap: 8px;
}
#demand-index .demand-content .list-content .tages-share .share-content .share-btns .share-btn {
  cursor: pointer;
}
#demand-index .demand-content .list-content .tages-share .share-content .share-btns .share-btn .share-image {
  width: 28px;
  height: 28px;
}
#demand-index .demand-content .list-content .tages-share .share-content .collect {
  margin-left: 10px;
}
#demand-index .demand-content .list-content .profile-ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 34px 0 44px;
}
#demand-index .demand-content .list-content .profile-ul .profile-li {
  display: flex;
  align-items: center;
}
#demand-index .demand-content .list-content .profile-ul .profile-li .profile-lable {
  width: 70px;
  height: 18px;
  font-weight: 400;
  font-size: 14px;
  color: #777E8E;
  text-align: right;
}
#demand-index .demand-content .list-content .profile-ul .profile-li .profile-value {
  height: 18px;
  font-weight: 400;
  font-size: 14px;
  color: #39435A;
  text-align: left;
  padding: 0 16px;
}
#demand-index .demand-content .list-content .push-btns {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 18px 0 80px;
}
#demand-index .demand-content .list-content .push-btns .push-btn {
  width: 220px;
  height: 44px;
  background: #4282FF;
  border-radius: 6px 6px 6px 6px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
}
#demand-index .demand-content .list-content .push-btns .push-btn:hover {
  background: #1259F0;
}
#demand-index .demand-content .list-content .push-btns .push-btn.push-btn-2 {
  background: #FFFFFF;
  border: 1px solid #4282FF;
  color: #4282FF;
}
#demand-index .demand-content .list-content .push-btns .push-btn.push-btn-2:hover {
  border: 1px solid #1259F0;
  color: #1259F0;
}
#demand-index .demand-content .list-content .title {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 0 16px;
  border-bottom: 1px dashed #EDEEF2;
  font-weight: bold;
  font-size: 22px;
  color: #15213A;
  text-align: left;
  line-height: 29px;
}
#demand-index .demand-content .list-content .title .title-icon {
  width: 26px;
  height: 26px;
}
#demand-index .demand-content .list-content .title .more-icon-a {
  display: flex;
  margin-left: auto;
}
#demand-index .demand-content .list-content .title .more-icon-a .more {
  background: url(/assets/images/demand/right-more.png) no-repeat right center;
  background-size: 16px;
  line-height: 21px;
  font-size: 15px;
  font-weight: 400;
  color: #B4B8C1;
  padding-right: 20px;
  cursor: pointer;
}
#demand-index .demand-content .list-ul {
  padding: 28px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px 20px;
}
#demand-index .demand-content .recom-content {
  width: 342px;
}
#demand-index .demand-content .recom-content .ad-image {
  width: 342px;
  height: 216px;
}
#demand-index .demand-content .recom-content .recom-list-content {
  margin-top: 16px;
  border: 1px solid #EDEEF2;
  padding: 0 16px 0;
}
#demand-index .demand-content .recom-content .recom-list-content .recom-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 62px;
  border-bottom: 1px solid #EDEEF2;
}
#demand-index .demand-content .recom-content .recom-list-content .recom-head .title {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  color: #15213A;
}
#demand-index .demand-content .recom-content .recom-list-content .recom-head .title::after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  width: 64px;
  height: 4px;
  background: #578CFF;
}
#demand-index .demand-content .recom-content .recom-list-content .recom-head .title.company::after {
  background: #FF5757;
}
#demand-index .demand-content .recom-content .recom-list-content .recom-head .title.new::after {
  background: #74E174;
}
#demand-index .demand-content .recom-content .recom-list-content .recom-head .more {
  display: flex;
  align-items: center;
  height: 18px;
  font-weight: 400;
  font-size: 14px;
  color: #777E8E;
  cursor: pointer;
}
#demand-index .demand-content .recom-content .recom-list-content .recom-head .more .more-icon {
  width: 16px;
  height: 16px;
}
#demand-index .demand-content .recom-content .recom-list-content .recom-ul {
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
#demand-index .demand-content .recom-content .recom-list-content .recom-ul .recom-li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
#demand-index .demand-content .recom-content .recom-list-content .recom-ul .recom-li:hover .recom-lable .lable {
  color: #1259F0;
}
#demand-index .demand-content .recom-content .recom-list-content .recom-ul .recom-li .recom-lable {
  display: flex;
  align-items: center;
  gap: 5px;
}
#demand-index .demand-content .recom-content .recom-list-content .recom-ul .recom-li .recom-lable .recom-icon {
  width: 10px;
  height: 10px;
}
#demand-index .demand-content .recom-content .recom-list-content .recom-ul .recom-li .recom-lable .lable {
  width: 220px;
  font-weight: 400;
  font-size: 14px;
  color: #39435A;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#demand-index .demand-content .recom-content .recom-list-content .recom-ul .recom-li .time {
  font-weight: 400;
  font-size: 12px;
  color: #777E8E;
}
#demand-index .demand-content .recom-content .recom-list-content .recom-company {
  display: flex;
  cursor: pointer;
}
#demand-index .demand-content .recom-content .recom-list-content .recom-company:hover .company-detial .company-title .company-name {
  color: #1259F0;
}
#demand-index .demand-content .recom-content .recom-list-content .recom-company .recom-head .title::after {
  background: #FF5757;
}
#demand-index .demand-content .recom-content .recom-list-content .recom-company .company-image {
  width: 64px;
  height: 64px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #EDEEF2;
}
#demand-index .demand-content .recom-content .recom-list-content .recom-company .company-detial {
  width: 220px;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 10px;
}
#demand-index .demand-content .recom-content .recom-list-content .recom-company .company-detial .company-title {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 18px;
  font-weight: 400;
  font-size: 14px;
  color: #39435A;
  line-height: 18px;
}
#demand-index .demand-content .recom-content .recom-list-content .recom-company .company-detial .company-title .company-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#demand-index .demand-content .recom-content .recom-list-content .recom-company .company-detial .company-title .heat {
  min-width: 16px;
  width: 16px;
  height: 16px;
}
#demand-index .demand-content .recom-content .recom-list-content .recom-company .company-detial .demand-address {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 5px 0 9px;
  font-weight: 400;
  font-size: 12px;
  color: #777E8E;
}
#demand-index .demand-content .recom-content .recom-list-content .recom-company .company-detial .demand-address .address-icon {
  width: 18px;
  height: 18px;
}
#demand-index .demand-content .recom-content .recom-list-content .recom-company .company-detial .cro-ul {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#demand-index .demand-content .recom-content .recom-list-content .recom-company .company-detial .cro-ul .cro-li {
  display: inline-block;
  white-space: nowrap;
  font-weight: 400;
  font-size: 12px;
  color: #B4B8C1;
  padding: 0 6px 0 0;
  line-height: 16px;
  border-right: 1px solid #E4E8F1;
  margin-right: 6px;
}
#demand-index .demand-content .recom-content .recom-list-content .recom-company .company-detial .cro-ul .cro-li:last-child {
  border-right: none;
  margin-right: 0;
  border: 0;
}
#demand-index .demand-content .recom-content .recom-list-content .recom-li.new-li {
  display: flex;
  flex-direction: column;
  align-items: start;
  cursor: pointer;
}
#demand-index .demand-content .recom-content .recom-list-content .recom-li.new-li:hover .new-li-tag-title .new-title {
  color: #1259F0;
}
#demand-index .demand-content .recom-content .recom-list-content .recom-li.new-li .new-li-tag-title {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
#demand-index .demand-content .recom-content .recom-list-content .recom-li.new-li .new-li-tag-title .new-tag {
  min-width: 56px;
  height: 24px;
  background: #DBE8FF;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 12px;
  color: #005CE5;
  text-align: center;
  line-height: 24px;
}
#demand-index .demand-content .recom-content .recom-list-content .recom-li.new-li .new-li-tag-title .new-tag.demand {
  color: #268223;
  background: #C4F7DB;
}
#demand-index .demand-content .recom-content .recom-list-content .recom-li.new-li .new-li-tag-title .new-title {
  height: 18px;
  font-weight: 400;
  font-size: 14px;
  color: #39435A;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#demand-index .demand-content .recom-content .recom-list-content .recom-li.new-li .new-txt {
  width: 100%;
  height: 18px;
  font-weight: 400;
  font-size: 14px;
  color: #777E8E;
  margin: 6px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.demand-address {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 5px 0 9px;
  font-weight: 400;
  font-size: 12px;
  color: #777E8E;
}
.demand-address .address-icon {
  width: 18px;
  height: 18px;
}
.demand-card {
  width: 328px;
  height: 274px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #E7E9EE;
  padding: 24px;
}
.demand-card .demand-title {
  height: 24px;
  font-weight: bold;
  font-size: 18px;
  color: #15213A;
  line-height: 24px;
  margin: 0px 8px 12px 0;
}
.demand-card .demand-tags {
  display: flex;
  align-items: center;
  gap: 8px;
}
.demand-card .demand-tags .demand-tag {
  height: 24px;
  background: #DBE8FF;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 12px;
  color: #005CE5;
  line-height: 24px;
  text-align: center;
  padding: 0 16px;
}
.demand-card .demand-tags .demand-tag.vaild-tag {
  background: #E2F4F3;
  color: #019588;
}
.demand-card .table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 32px 0 20px;
  border-bottom: 1px dashed #EDEEF2;
  gap: 18px;
}
.demand-card .table .table-li {
  display: flex;
  align-items: center;
  height: 18px;
  gap: 0 6px;
}
.demand-card .table .table-li:nth-child(odd) {
  border-right: 1px solid #EEF1F6;
}
.demand-card .table .table-li .table-lable {
  font-weight: 400;
  font-size: 14px;
  color: #777E8E;
}
.demand-card .table .table-li .table-value {
  font-weight: bold;
  font-size: 14px;
  color: #39435A;
}
.demand-card .demand-tel-collect {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.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-card .demand-tel-collect .tel-btn:hover {
  background: #1259F0;
}
.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-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-card .demand-tel-collect .collect .collect-icon:hover {
  background: url('/assets/images/demand/collect-hover.png') no-repeat;
  background-size: 100% 100%;
}
.demand-card .demand-tel-collect .collect .collect-icon.un-collect {
  background: url('/assets/images/demand/uncollect.png') no-repeat;
  background-size: 100% 100%;
}
.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-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-card .demand-tel-collect .collect .collect-success.show {
  opacity: 1;
  transform: translateY(-15px);
  transition: all 0.5s ease-in-out;
}
.demand-card .demand-tel-collect .collect .collect-success .icon {
  width: 20px;
}
.demand-card .demand-tel-collect .collect .collect-success span {
  line-height: 21px;
  font-size: 16px;
  color: #4282FF;
}
.demand-tags {
  display: flex;
  align-items: center;
  gap: 8px;
}
.demand-tags .demand-tag {
  height: 24px;
  background: #DBE8FF;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 12px;
  color: #005CE5;
  line-height: 24px;
  text-align: center;
  padding: 0 16px;
}
.demand-tags .demand-tag.vaild-tag {
  background: #FFE6D2;
  color: #AD4B00;
}
.collect {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  font-weight: 400;
  font-size: 10px;
  color: #777E8E;
}
.collect .collect-icon {
  width: 26px;
  height: 26px;
  background: url('/assets/images/demand/collect.png') no-repeat;
  background-size: 100% 100%;
}
.collect .collect-icon:hover {
  background: url('/assets/images/demand/collect-hover.png') no-repeat;
  background-size: 100% 100%;
}
.collect .collect-icon.un-collect {
  background: url('/assets/images/demand/uncollect.png') no-repeat;
  background-size: 100% 100%;
}
.collect .collect-icon.un-collect:hover {
  background: url('/assets/images/demand/uncollect-hover.png') no-repeat;
  background-size: 100% 100%;
}
.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;
}
.collect .collect-success.show {
  opacity: 1;
  transform: translateY(-15px);
  transition: all 0.5s ease-in-out;
}
.collect .collect-success .icon {
  width: 20px;
}
.collect .collect-success span {
  line-height: 21px;
  font-size: 16px;
  color: #4282FF;
}
.detail-table {
  background: linear-gradient(180deg, #D2E1FF 0%, #F5F8FF 100%);
  border-radius: 16px 16px 16px 16px;
  padding: 32px 16px 16px;
  margin: 32px 0 68px;
}
.detail-table .detail-table-body {
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
}
.detail-table .detail-table-body .detail-tr {
  width: 100%;
  display: grid;
  height: 50px;
  grid-template-columns: 1fr 1fr;
  line-height: 50px;
}
.detail-table .detail-table-body .detail-tr:nth-child(even) {
  background: #F9FAFC;
}
.detail-table .detail-table-body .detail-tr .detail-td-lable {
  font-weight: 400;
  font-size: 16px;
  color: #777E8E;
  text-align: center;
}
.detail-table .detail-table-body .detail-tr .detail-td-value {
  font-weight: 400;
  font-size: 16px;
  color: #39435A;
  text-align: center;
}
.more-body {
  position: relative;
  width: 100%;
  height: 280px;
  margin: 32px 0 68px;
}
.more-body .more-image {
  width: 100%;
  height: 280px;
}
.more-body .pop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.more-body .pop .pop-drug {
  height: 21px;
  font-weight: bold;
  font-size: 16px;
  color: #1E1E1E;
}
.more-body .pop .pop-drug span {
  color: #0050F9;
}
.more-body .pop .go-qiye {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 332px;
  height: 50px;
  background: #4282FF;
  border-radius: 6px 6px 6px 6px;
  text-align: center;
  line-height: 50px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin: 24px auto 0;
  cursor: pointer;
}
.more-body .pop .go-qiye:hover {
  background: #1259F0;
}
.more-body .pop .go-qiye .more-qiye {
  width: 16px;
  height: 16px;
}
.more-body .tips {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 76px;
  height: 30px;
  background: #909090;
  border-radius: 27px 27px 27px 27px;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  line-height: 30px;
}
