#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 .filter-content .filter-header {
  display: flex;
  align-items: center;
  height: 21px;
  font-weight: bold;
  font-size: 16px;
  color: #15213A;
  gap: 6px;
  margin: 26px 0 16px;
  cursor: pointer;
}
#demand-index .filter-content .filter-header img.filter-bottom {
  width: 16px;
  height: 16px;
}
#demand-index .filter-content .filter-header img.filter-bottom.rotate {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
#demand-index .category {
  border-radius: 8px 8px 8px 8px;
  border: 1px dashed #EBEBEB;
  padding: 18px 38px 18px;
}
#demand-index .category.category-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-left: 0px;
  padding-right: 0;
}
#demand-index .category.category-form .type-container {
  padding-left: 16px;
}
#demand-index .category .type {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px dashed #EBEBEB;
}
#demand-index .category .type:last-child {
  border: 0;
}
#demand-index .category .type.type-input {
  border: 0;
}
#demand-index .category .type:last-child {
  margin: 0;
}
#demand-index .category .type .label {
  width: 120px;
  height: 31px;
  font-weight: 400;
  font-size: 15px;
  color: #77798E;
  line-height: 31px;
  text-align: right;
}
#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 0;
  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 .type-item.add {
  color: #4282FF !important;
}
#demand-index .category .type .type-content .type-item .del {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/assets/images/demand/icon-del.png) no-repeat center center;
  background-size: 18px;
  vertical-align: text-top;
  transform: translateY(-1px);
}
#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 .push-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 48px auto 52px;
}
#demand-index .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 .push-btns .push-btn:hover {
  background: #1259F0;
}
#demand-index .push-btns .push-btn.push-btn-2 {
  background: #FFFFFF;
  border: 1px solid #4282FF;
  color: #4282FF;
}
#demand-index .push-btns .push-btn.push-btn-2:hover {
  border: 1px solid #1259F0;
  color: #1259F0;
}
#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: 24px;
}
#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-content .title .demand-sort {
  display: flex;
  align-items: center;
  height: 21px;
  font-weight: 400;
  font-size: 16px;
  color: #B4B8C1;
  margin-left: auto;
  cursor: pointer;
}
#demand-index .demand-content .list-content .title .demand-sort .sort {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #4282FF;
}
#demand-index .demand-content .list-content .title .demand-sort .sort .sort-icon {
  width: 18px;
  height: 18px;
  background: url('/assets/images/demand/sort-top-unhover.png') no-repeat;
  background-size: 100% 100%;
}
#demand-index .demand-content .list-content .title .demand-sort .sort:hover {
  color: #1259F0;
}
#demand-index .demand-content .list-content .title .demand-sort .sort:hover .sort-icon {
  background: url('/assets/images/demand/sort-top.png') no-repeat;
  background-size: 100% 100%;
}
#demand-index .demand-content .list-content .title .demand-sort .sort.bottom .sort-icon {
  transform: rotate(180deg);
}
#demand-index .demand-content .list-ul {
  padding: 28px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 18px 20px;
}
#demand-index .demand-content .content-pagination {
  margin: 30px 0 100px;
}
.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;
  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%;
}
