.demand {
  background: #F8F8F8;
}

.demand .layui-form-item {
  margin-bottom: 0;
}

.demand .layui-form-label {
  width: 45px;
}

.demand .layui-form-item .layui-input-inline {
  width: 100px;
}

.demand .cardsWrap {
  border-radius: 5px;
  overflow: hidden;
}

.demand .cardsWrap .item_card {
  box-sizing: border-box;
  height: 200px;
  padding: 35px 25px;
  position: relative;
  overflow: hidden;
}

.demand .item_card:nth-last-child(1) {
  margin-bottom: 0;
}

.demand .item_card .fix-option {
  width: 30%;
}

.demand .item_card .funds {
  color: #D96E00;
}

.item_card .titles {
  /* margin-right: 40px; */
}

.item_card .titles:hover {
  color: #333333;
}

.demand .cardsWrap .viewDetail {
  position: absolute;
  right: 25px;
  bottom: 55px;
  width: 120px;
  height: 38px;
  line-height: 35px;
  background: #3974FF;
  border-radius: 5px;
}

.demand .cardsWrap .viewDetail:hover {
  color: #fff;
}

.line {
  width: 100%;
  height: 1px;
  background: #F8F8F8;
}

.demand .bannerWrap {
  padding: 72px 0 52px 0;
  background: url(/res/images/conversion/bannerBg.jpg) no-repeat center;
  background-size: cover;
}

.demand .title {
  font-size: 40px;
  font-weight: 700;
  /* margin-bottom: 8px; */
}

.demand .bannerInput {
  width: 512px;
  height: 48px;
  background: #FFFFFF;
  box-shadow: 0 2px 10px 0 #0044791a;
  border-radius: 24px;
  padding: 0 20px 0 33px;
}

.demand .bannerInput .input {
  flex: 1;
  border: none;
}

.demand .subTit {
  color: #848586;
}

.demand .postBtn {
  display: inline-block;
  padding: 10px 45px;
  background: #3974FF;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.noShrink {
  flex-shrink: 0;
}

.flexStart {
  align-items: flex-start;
}