body {
  background-color: #fff;
}

.text-line-1 {
  width: 210px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-line-2 {
  width: 270px;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: justify;
}
.demand-container {
  background-image: url(../../image/company_index/bottom_bg.png);
  background-repeat: no-repeat;
  background-position: 50% bottom;
  background-size: 100% 308px;
  background-color: #fff;
}
.demand {
  /* padding-top:78px; */
  width: 1100px;
  min-width: 1100px;
  margin: 0 auto;
  padding-bottom: 70px;
}

.demand-banner {
  padding-top: 58px;
  overflow: hidden;
}

.demand-banner-title {
  font-size: 38px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #0b121a;
  line-height: 57px;
  margin: 0;
}

.demand-banner-left {
  float: left;
}

.demand-count {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.demand-count-item {
  width: 187px;
}

.demand-count-item:nth-child(2) {
  width: 159px;
}

.demand-count-num {
  display: block;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #0b121a;
  line-height: 33px;
}

.demand-count-num span {
  margin-left: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #0b121a;
  line-height: 20px;
}

.demand-count-tips {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #828c99;
  line-height: 20px;
}

.demand-link {
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.demand-link-item {
  width: 160px;
  margin-right: 16px;
}

.demand-link-tips {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #828c99;
  line-height: 20px;
}

.demand-link-btn {
  display: block;
  margin-top: 10px;
  width: 160px;
  height: 50px;
  border-radius: 2px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fff;
  line-height: 50px;
  text-align: center;
}

.demand-link-btn:hover {
  color: #fff;
}

.requirement {
  background: #308eff;
}

.developer {
  background: #ff7640;
}

.demand-banner-img {
  float: right;
  margin-right: 30px;
  margin-top: 1px;
  width: 460px;
  height: 270px;
  background: url(../../image/company_index/banner-icon.png) no-repeat 50% 50%;
  background-size: 100% auto;
  margin-bottom: 20px;
}

.demand-introduce {
  width: 1100px;
  height: 448px;
  box-sizing: border-box;
  margin-top: 63px;
  padding: 46px 36px;
  background: url(../../image/company_index/bg2.jpg) no-repeat center center;
  background-size: 100% auto;
}

.demand-introduce-tit {
  font-size: 38px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  line-height: 53px;
  margin: 0;
}

.demand-introduce-content {
  width: 208px;
  margin-top: 40px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 28px;
}

.demand-introduce-list {
  margin-top: 40px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.demand-introduce-item {
  width: 328px;
  height: 145px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  border: 1px solid rgba(235, 236, 237, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: relative;
}

.demand-introduce-item::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 24px;
  width: 32px;
  height: 32px;
  background: url(../../image/company_index/intro-link.png) no-repeat 50% 50%;
  background-size: 32px auto;
}

.demand-introduce-item h6 {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  line-height: 28px;
  margin-left: 24px;
  margin-top: 26px;
}

.demand-introduce-item p {
  width: 280px;
  margin-left: 24px;
  margin-top: 16px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 20px;
}

.demand-section-title {
  margin: 76px auto 0;
  text-align: center;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #0b121a;
  line-height: 33px;
}

.demand-section-title.evaluate {
  margin-top: 84px;
}

.demand-section-title.process {
  margin-top: 53px;
}

.demand-section-title.member {
  margin-top: 100px;
}

.demand-section-title.publish {
  margin-top: 160px;
}

.demand-section-title-tips {
  margin: 14px auto 0;
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #828c99;
  line-height: 21px;
}

.demand-scene-list {
  margin-top: 60px;
  /*overflow: hidden;*/
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.demand-scene-item {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  box-sizing: border-box;
  width: 340px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #ebeced;
  margin-bottom: 40px;
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 60px rgb(167 167 167 / 10%);
}

.demand-scene-item-tit {
  margin: 0;
  margin-top: -1px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #0b121a;
  line-height: 28px;
}

.demand-scene-item-tips {
  margin: 0;
  margin-top: 4px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #828c99;
  line-height: 20px;
}

.demand-scene-item-content {
  margin: 0;
  margin-top: 8px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #4b5d73;
  line-height: 21px;
}

.demand-scene-icon {
  margin-top: 16px;
  width: 38px;
  height: 21px;
  background: url(../../image/company_index/like@3x.png) no-repeat 50% 50%;
  background-size: 100% auto;
}

.demand-evaluate {
  margin-top: 28px;
  position: relative;
}

.bg_left {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 392px;
  background: -webkit-linear-gradient(
    left,
    #fff 0,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(90deg, #fff 0, rgba(255, 255, 255, 0) 100%);
}

.bg_right {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 392px;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    #fff 100%
  );
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 100%);
}

.demand-evaluate-list-container {
  width: 100%;
  overflow-x: hidden;
  /* margin-top: 20px; */
}

.demand-evaluate-list-warp {
  padding: 30px 0;
  /* overflow-x: scroll; */
}

@-webkit-keyframes move {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-3600px);
    transform: translateX(-3600px);
  }
}

@keyframes move {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-3600px);
    transform: translateX(-3600px);
  }
}

.demand-evaluate-list {
  width: 100%;
  white-space: nowrap;
  font-size: 0;
  margin-bottom: 20px;
  position: relative;
}

.start-animte {
  -webkit-animation-name: move;
  animation-name: move;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.stop-animte {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.demand-evaluate-list:nth-child(2) {
  margin-left: -137px;
}
.demand-evaluate-list.seo {
  position: absolute;
  z-index: -1;
}
.demand-evaluate-item {
  cursor: pointer;
  display: inline-block;
  list-style: none;
  width: 340px;
  height: 166px;
  background: #fff;
  box-shadow: 0 0 16px 0 rgba(95, 109, 141, 0.16);
  border-radius: 16px;
  border: 1px solid #ebeced;
  padding: 24px;
  box-sizing: border-box;
  margin-right: 20px;
}

.demand-evaluate-user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.demand-evaluate-avatar {
  width: 56px;
  height: 56px;
  margin-right: 12px;
}

.demand-evaluate-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.demand-evaluate-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.demand-evaluate-name {
  margin: 0;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #0b121a;
  line-height: 28px;
  margin-top: 1px;
}

.demand-evaluate-industry {
  margin: 0;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #288bff;
  line-height: 22px;
  margin-top: 4px;
  max-width: 220px;
  overflow: hidden;
}

.demand-evaluate-content {
  margin: 0;
  margin-top: 21px;
  min-height: 2.5em;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #4b5d73;
  line-height: 21px;
  white-space: normal;
}

.demand-process-area {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.demand-process-item {
  width: 180px;
  height: 198px;
  background: #f7f8fa;
}

.demand-process-icon {
  margin: 20px auto 0;
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
}

.demand-process-icon.icon1 {
  background-image: url(../../image/company_index/icon1.png);
}

.demand-process-icon.icon2 {
  background-image: url(../../image/company_index/icon2.png);
}

.demand-process-icon.icon3 {
  background-image: url(../../image/company_index/icon3.png);
}

.demand-process-icon.icon4 {
  background-image: url(../../image/company_index/icon4.png);
}

.demand-process-icon.icon5 {
  background-image: url(../../image/company_index/icon5.png);
}

.demand-process-tit {
  margin: 0;
  margin-top: 12px;
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #0b111a;
  line-height: 22px;
}

.demand-process-tips {
  margin: 8px auto 0;
  width: 156px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #4b5d73;
  line-height: 21px;
}

.demand-process-arrow {
  width: 38px;
  height: 38px;
  background: url(../../image/company_index/arrow.png) no-repeat 50% 50%;
  background-size: 100% auto;
}

.demand-member {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.demand-member-item {
  width: 360px;
  height: 400px;
  margin-left: 20px;
  margin-right: 20px;
}

.demand-member-icon {
  margin: 30px auto 0;
  width: 44px;
  height: 44px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.demand-member-tit {
  margin: 0px;
  margin-top: 12px;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #308eff;
  line-height: 33px;
  text-align: center;
}

.demand-member-tips {
  margin: 0px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #828c99;
  line-height: 20px;
  text-align: center;
  margin-top: 2px;
  margin-bottom: 72px;
}

.demand-member-info {
  margin-left: 76px;
  margin-bottom: 15px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #0b121a;
  line-height: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.demand-member-info-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

.demand-member-link {
  display: block;
  margin: 31px auto 0;
  width: 140px;
  height: 40px;
  border-radius: 24px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  line-height: 40px;
  text-align: center;
}

.demand-member-link:hover {
  color: #fff;
}

.company {
  background: url(../../image/company_index/c_bg.png) no-repeat center center;
  background-size: 100% auto;
}

.company .demand-member-icon {
  background-image: url(../../image/company_index/m_c.png);
  background-size: 100% auto;
}

.company .icon1 {
  background-image: url(../../image/company_index/m_icon1.png);
}

.company .icon2 {
  background-image: url(../../image/company_index/m_icon2.png);
}

.company .demand-member-info-icon {
  background-size: 100% auto;
}

.company .demand-member-link {
  background: -webkit-linear-gradient(left, #308eff 0, #71b1ff 100%);
  background: linear-gradient(90deg, #308eff 0, #71b1ff 100%);
}

.develop {
  background: url(../../image/company_index/d_bg.png) no-repeat center center;
  background-size: 100% auto;
}

.develop .demand-member-icon {
  background-image: url(../../image/company_index/m_d.png);
  background-size: 100% auto;
}

.develop .icon1 {
  background-image: url(../../image/company_index/m_icon3.png);
}

.develop .icon2 {
  background-image: url(../../image/company_index/m_icon4.png);
}

.develop .demand-member-info-icon {
  background-size: 100% auto;
}

.develop .demand-member-info {
  margin-left: 112px;
}

.develop .demand-member-link {
  background: -webkit-linear-gradient(right, #fac257 0, #eea600 100%);
  background: linear-gradient(270deg, #fac257 0, #eea600 100%);
}

.demand-publish-link {
  display: block;
  margin: 60px auto 0;
  width: 160px;
  height: 50px;
  background: #308eff;
  border-radius: 2px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fff;
}

.demand-publish-link:hover {
  color: #fff;
}
.comment {
  display: flex;
  justify-content: center;
  align-items: center;
}
.demand-all-comment {
  font-size: 14px;
  color: #288bff;
  opacity: 0.8;
  margin-left: 5px;
}

section.demand-why {
  padding-top: 60px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.demand-why .demand-why-item {
  position: relative;
  display: flex;
  padding: 50px 0px;
  width: 48%;
  box-shadow: 0px 4px 60px rgba(167, 167, 167, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: white;
  border-radius: 16px;
  transition: 0.2s ease-in;
  color: black;
}
section.demand-why .demand-why-item:hover {
  background-color: #eff7ff;
}
section.demand-why .demand-why-item:hover .link {
  opacity: 1 !important;
}
section.demand-why .demand-why-item .demand-why-item-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  width: 200px;
}
section.demand-why .demand-why-item .demand-why-item-left .icon {
  padding-bottom: 30px;
}
section.demand-why .demand-why-item .demand-why-item-left .icon img {
  height: 80px;
  display: block;
}
section.demand-why .demand-why-item .demand-why-item-right {
  flex: 1;
}
section.demand-why .demand-why-item .demand-why-item-right .title {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}
section.demand-why .demand-why-item .demand-why-item-right .title::before {
  position: absolute;
  content: "";
  left: -15px;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: black;
}
section.demand-why .demand-why-item .demand-why-item-right .desc {
  font-size: 14px;
  padding: 0;
  margin: 0;
  line-height: 1.7;
}
section.demand-why .demand-why-item .demand-why-item-right a.link {
  position: absolute;
  right: 30px;
  bottom: 30px;
  display: block;
  transition: 0.2s ease-in;
  color: #2994f2;
}
