#demand-index {
  padding: 122px 0 0;
}
#demand-index .breadcrumb {
  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 {
  color: #39435A;
}
#demand-index .breadcrumb-item:last-child:hover {
  color: #39435A;
}
#demand-index .category {
  padding-bottom: 36px;
}
#demand-index .category .type {
  display: flex;
  padding: 12px 0;
  border-bottom: 1px dashed #EBEBEB;
}
#demand-index .category .type.type-input {
  border: 0;
}
#demand-index .category .type:last-child {
  margin: 0;
}
#demand-index .category .type .label {
  width: 75px;
  height: 31px;
  font-weight: 400;
  font-size: 15px;
  color: #77798E;
  line-height: 31px;
}
#demand-index .category .type .label.search {
  line-height: 31px;
}
#demand-index .category .type .type-content {
  min-height: 31px;
  overflow: hidden;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
  padding-right: 78px;
  position: relative;
  transition: all 0.3s ease-in-out;
  align-items: flex-start;
}
#demand-index .category .type .type-content.show-all {
  min-height: auto;
  overflow: visible;
}
#demand-index .category .type .type-content .type-item {
  padding: 0 16px;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  border-radius: 30px 30px 30px 30px;
  font-size: 14px;
  color: #080B31;
}
#demand-index .category .type .type-content .type-item:hover {
  color: #1259F0 !important;
}
#demand-index .category .type .type-content .type-item.active {
  background: #4282FF !important;
  color: #fff !important;
}
#demand-index .category .type .type-content .open-btn-content {
  position: absolute;
  bottom: 0;
  right: 20px;
  z-index: 1;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#demand-index .category .type .type-content .open-btn-content .open-text {
  font-weight: 300;
  font-size: 15px;
  color: #77798E;
}
#demand-index .category .type .type-content .open-btn-content .open-btn {
  display: show;
  width: 30px;
  height: 30px;
  background: url(/assets/images/meeting/icon-down-gray-3.png) no-repeat center center;
  background-size: 16px auto;
  transition: all 0.3s ease-in-out;
}
#demand-index .category .type .type-content .open-btn-content:hover .open-text {
  color: #4282FF;
}
#demand-index .category .type .type-content .open-btn-content:hover .open-btn {
  background-image: url(/assets/images/meeting/icon-down-gray-3-act.png);
}
#demand-index .category .type .type-container {
  flex: 1;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-in-out;
  overflow: hidden;
}
#demand-index .category .type .type-container.open .open-btn {
  transform: rotate(180deg);
}
#demand-index .type-container {
  flex: 1;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-in-out;
  overflow: hidden;
  padding-left: 48px;
}
#demand-index .type-container.open .open-btn {
  transform: rotate(180deg);
}
#demand-index .type-container .input-content {
  width: 400px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #EDEEF2;
  padding: 0 16px;
  display: flex;
  align-items: center;
}
#demand-index .type-container .input-content input {
  width: 355px;
  height: 20px;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  color: #080B31;
  border: 0 none;
  outline: none;
}
#demand-index .type-container .input-content input::placeholder {
  color: #B4B5C1;
}
#demand-index .type-container .input-content .search-btn {
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-right: 4px;
}
#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 .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-ul {
  padding: 28px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px 20px;
}
#demand-index .demand-content .list-ul .demand-component-card.demand-card {
  width: 312px;
}
#demand-index .demand-content .content-pagination {
  margin: 30px 0 100px;
}
#demand-index .demand-content .recom-content {
  width: 342px;
}
#demand-index .demand-content .recom-content .images {
  font-size: 0;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 16px;
}
#demand-index .demand-content .recom-content .images img {
  width: 100%;
}
#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 {
  height: 18px;
  font-weight: 400;
  font-size: 14px;
  color: #777E8E;
}
#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;
}
#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-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-company-card {
  width: 312px;
  height: 256px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #EDEEF2;
  padding: 24px;
}
.demand-company-card .cover-detail {
  display: flex;
  gap: 12px;
}
.demand-company-card .cover-detail .company-cover {
  width: 78px;
  height: 78px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #EDEEF2;
}
.demand-company-card .cover-detail .company-detail {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 0;
}
.demand-company-card .cover-detail .company-detail .company-title {
  width: 100%;
  height: 24px;
  font-weight: bold;
  font-size: 18px;
  color: #15213A;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.demand-company-card .cover-detail .company-detail .demand-address {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  font-size: 14px;
  color: #4282FF;
}
.demand-company-card .cover-detail .company-detail .demand-address .address-icon {
  width: 18px;
  height: 18px;
}
.demand-company-card .cover-detail .company-detail .company-time {
  height: 18px;
  font-weight: 400;
  font-size: 14px;
  color: #777E8E;
}
.demand-company-card .demand-tags {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px dashed #EEF1F6;
  padding: 26px 0 20px;
}
.demand-company-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-company-card .demand-tags .demand-tag.vaild-tag {
  background: #E2F4F3;
  color: #019588;
}
.demand-company-card .demand-tel-collect {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 24px 0;
}
.demand-company-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-company-card .demand-tel-collect .tel-btn:hover {
  background: #1259F0;
}
.demand-company-card .demand-tel-collect .collect {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 400;
  font-size: 10px;
  color: #777E8E;
}
.demand-company-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-company-card .demand-tel-collect .collect .collect-icon:hover {
  background: url('/assets/images/demand/collect-hover.png') no-repeat;
  background-size: 100% 100%;
}
.demand-company-card .demand-tel-collect .collect .collect-icon.un-collect {
  background: url('/assets/images/demand/uncollect.png') no-repeat;
  background-size: 100% 100%;
}
.demand-company-card .demand-tel-collect .collect .collect-icon.un-collect:hover {
  background: url('/assets/images/demand/uncollect-hover.png') no-repeat;
  background-size: 100% 100%;
}
