#demand-index {
  background-color: #fff;
  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 .top {
  background: url(/assets/images/demand/bg-index.png) no-repeat center top;
  background-size: 1920px auto;
}
#demand-index .top .top-content {
  padding-bottom: 60px;
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}
#demand-index .top .top-content .left {
  width: 976px;
  height: 424px;
  border: 1px solid #E4E4E4;
  border-radius: 8px;
  overflow: hidden;
}
#demand-index .top .top-content .left .adImages {
  width: 100%;
  height: 100%;
  font-size: 0;
  overflow: hidden;
  position: relative;
}
#demand-index .top .top-content .left .adImages img {
  width: 100%;
}
#demand-index .top .top-content .left .swiper-pagination-bullets {
  width: 100px;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0;
  bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
#demand-index .top .top-content .left .swiper-pagination-bullet {
  width: 12px;
  height: 2px;
  background: #1259F0;
  border-radius: 0;
  opacity: 0.4;
  margin: 0;
}
#demand-index .top .top-content .left .swiper-pagination-bullet-active {
  width: 12px;
  height: 2px;
  background: #1259F0;
  opacity: 1;
  margin: 0;
}
#demand-index .top .top-content .right {
  width: 342px;
  height: 424px;
  background: linear-gradient(180deg, #F5F9FF 0%, #FFFFFF 100%);
  box-shadow: 3px 3px 12px 0px rgba(185, 197, 216, 0.25);
  border: 1px solid #E0E6EF;
  border-radius: 8px;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
}
#demand-index .top .top-content .right .title {
  padding: 24px 0;
  border-bottom: 1px solid #EDEEF2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#demand-index .top .top-content .right .title .title-name {
  width: fit-content;
  display: flex;
  align-items: center;
  line-height: 21px;
  font-size: 16px;
  font-weight: bold;
  color: #15213A;
  position: relative;
}
#demand-index .top .top-content .right .title .title-name::after {
  content: '';
  width: 100%;
  height: 4px;
  background: #4282FF;
  position: absolute;
  left: 0;
  bottom: -24px;
}
#demand-index .top .top-content .right .title .title-name .icon {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}
#demand-index .top .top-content .right .title .more {
  background: url(/assets/images/demand/right.png) no-repeat right 1px;
  background-size: 16px;
  line-height: 21px;
  font-size: 14px;
  color: #777E8E;
  padding-right: 20px;
  cursor: pointer;
}
#demand-index .top .top-content .right .list {
  flex: 1;
  overflow: hidden;
  margin: 0;
  margin-top: 24px;
}
#demand-index .top .top-content .right .list .swiper-wrapper {
  transition-timing-function: linear !important;
}
#demand-index .top .top-content .right .list .list-item {
  height: 76px;
  padding-bottom: 16px;
  cursor: pointer;
  display: flex;
}
#demand-index .top .top-content .right .list .list-item:hover .info .name {
  color: #1259F0;
}
#demand-index .top .top-content .right .list .list-item .logo {
  width: 64px;
  height: 64px;
  border: 1px solid #E6EDF9;
  border-radius: 4px;
  overflow: hidden;
  font-size: 0;
}
#demand-index .top .top-content .right .list .list-item .logo img {
  width: 100%;
  height: 100%;
}
#demand-index .top .top-content .right .list .list-item .info {
  flex: 1;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#demand-index .top .top-content .right .list .list-item .info .name {
  background: no-repeat right center;
  background-size: 16px;
  line-height: 18px;
  font-size: 14px;
  color: #39435A;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#demand-index .top .top-content .right .list .list-item .info .name.hot {
  padding-right: 18px;
  background-image: url(/assets/images/demand/heat.png);
}
#demand-index .top .top-content .right .list .list-item .info .position {
  background: url(/assets/images/demand/icon-position.png) no-repeat left center;
  background-size: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #777E8E;
  padding-left: 20px;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#demand-index .top .top-content .right .list .list-item .info .tag {
  line-height: 16px;
  font-size: 12px;
  color: #B4B8C1;
  margin-top: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#demand-index .container {
  background: url(/assets/images/demand/bg-index-container.png) no-repeat center top, linear-gradient(180deg, #F4F6F9 0%, rgba(245, 249, 255, 0) 593px);
  background-size: 1920px auto, 100%;
}
#demand-index .container .container-content {
  padding-top: 52px;
}
#demand-index .container .container-content .content-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
}
#demand-index .container .container-content .content-top .search-box {
  width: 833px;
  height: 56px;
  background: #fff;
  box-shadow: 4px 4px 12px 0px rgba(0, 58, 183, 0.08);
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  padding: 4px;
  display: flex;
}
#demand-index .container .container-content .content-top .search-box .search-input {
  flex: 1;
  background: url(/assets/images/demand/input-search.png) no-repeat 24px center;
  background-size: 16px;
  line-height: 48px;
  font-size: 14px;
  color: #15213A;
  padding: 0 28px;
  padding-left: 48px;
  border: 0 none;
  outline: none;
}
#demand-index .container .container-content .content-top .search-box .search-input::placeholder {
  color: #B4B8C1;
}
#demand-index .container .container-content .content-top .search-box .search-btn {
  user-select: none;
  width: 168px;
  height: 46px;
  background: #4282FF;
  line-height: 46px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
}
#demand-index .container .container-content .content-top .search-box .search-btn:hover {
  background: #1259F0;
}
#demand-index .container .container-content .content-top .submit-btn {
  user-select: none;
  width: 150px;
  height: 48px;
  background: url(/assets/images/demand/icon-submit.png) no-repeat 22px center;
  background-size: 16px;
  border: 1px solid #4282FF;
  border-radius: 8px;
  line-height: 46px;
  font-size: 14px;
  color: #4282FF;
  text-align: center;
  padding-left: 22px;
  cursor: pointer;
}
#demand-index .container .container-content .content-top .submit-btn:hover {
  border-color: #1259F0;
  color: #1259F0;
  background-image: url(/assets/images/demand/icon-submit-act.png);
}
#demand-index .container .container-content .content-box {
  margin-top: 64px;
}
#demand-index .container .container-content .content-box .content-list {
  margin-bottom: 68px;
}
#demand-index .container .container-content .content-box .content-list .title {
  border-bottom: 1px dashed #EDEEF2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
}
#demand-index .container .container-content .content-box .content-list .title .title-name {
  background: url(/assets/images/demand/list-title-icon.png) no-repeat left center;
  background-size: 26px;
  line-height: 29px;
  font-size: 22px;
  font-weight: bold;
  color: #15213A;
  padding-left: 34px;
}
#demand-index .container .container-content .content-box .content-list .title .title-name span {
  color: #4282FF;
}
#demand-index .container .container-content .content-box .content-list .title .more {
  background: url(/assets/images/demand/right-more.png) no-repeat right center;
  background-size: 16px;
  line-height: 21px;
  font-size: 15px;
  color: #B4B8C1;
  padding-right: 20px;
  cursor: pointer;
}
#demand-index .container .container-content .content-box .content-list .tabs {
  display: flex;
  gap: 6px;
  margin-top: 16px;
}
#demand-index .container .container-content .content-box .content-list .tabs .tab-item {
  user-select: none;
  line-height: 21px;
  font-size: 16px;
  color: #39435A;
  padding: 5px 28px;
  border-radius: 16px;
  cursor: pointer;
}
#demand-index .container .container-content .content-box .content-list .tabs .tab-item.active {
  background: #4282FF;
  font-weight: bold;
  color: #fff;
}
#demand-index .container .container-content .content-box .content-list .list-box {
  margin-top: 28px;
  display: none;
  flex-wrap: wrap;
  gap: 18px;
}
#demand-index .container .container-content .content-box .content-list .list-box.active-content {
  display: flex;
}
