.menu[data-v-9bcc0be2] {
  display: flex;
  padding: 10px 0 0;
  border-bottom: 1px dashed #eeeeee;
}
.menu[data-v-9bcc0be2]:last-child {
    border-bottom: none;
}
.menu p[data-v-9bcc0be2] {
    color: #85888F;
    line-height: 28px;
    margin-right: 2px;
}
.menu ul[data-v-9bcc0be2] {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}
.menu ul li[data-v-9bcc0be2] {
      padding: 7px 14px;
      margin: 0 10px 10px 0;
      border-radius: 4px;
      overflow: hidden;
      cursor: pointer;
}
.menu ul li[data-v-9bcc0be2]:hover {
        color: #ffffff;
        background: #005FC9;
}
.menu ul .active[data-v-9bcc0be2] {
      color: #ffffff;
      background: #005FC9;
}

.itemsDemandList[data-v-4df705a8] {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -12px;
}
.itemsDemandList li[data-v-4df705a8] {
    width: 291px;
    margin: 0 0 12px 12px;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
}
.itemsDemandList li[data-v-4df705a8]:hover {
      box-shadow: 0px 0px 15px 0px rgba(0, 67, 166, 0.2);
}
.itemsDemandList li a > p[data-v-4df705a8] {
      font-size: 12px;
      color: #85888F;
      padding: 10px 15px;
      border-bottom: 1px solid #f0f4f3;
}
.itemsDemandList li a > p img[data-v-4df705a8] {
        padding: 3px;
        background: #70d9f9;
        border-radius: 2px 0px 0px 0px;
        margin-right: 8px;
        vertical-align: middle;
}
.itemsDemandList li a > div[data-v-4df705a8] {
      padding: 10px 15px;
}
.itemsDemandList li a > div h4[data-v-4df705a8] {
        font-weight: bold;
        font-size: 18px;
        color: #333333;
        margin: 10px 0;
}
.itemsDemandList li a > div p.line-1[data-v-4df705a8] {
        color: #333333;
        margin-bottom: 20px;
}
.itemsDemandList li a > div .price[data-v-4df705a8] {
        font-size: 12px;
        font-weight: bold;
        color: #FB8900;
}
.itemsDemandList li a > div .price span[data-v-4df705a8] {
          font-size: 18px;
          margin-left: 5px;
          font-weight: bold;
}
.itemsDemandList li a > div .type[data-v-4df705a8] {
        font-size: 12px;
        color: #85888F;
        display: inline-block;
        padding: 7px 10px;
        background: #f7f7f7;
        border-radius: 4px;
        overflow: hidden;
        margin-top: 10px;
}
.itemsDemandList li a .btn[data-v-4df705a8] {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 15px;
      background: linear-gradient(-90deg, #f8fbff 0%, #fbfcfe 100%);
}
.itemsDemandList li a .btn p span[data-v-4df705a8] {
        color: #333333;
}
.itemsDemandList li a .btn .solved label[data-v-4df705a8] {
        color: #005FC9;
}
.itemsDemandList li a .btn .underway label[data-v-4df705a8] {
        color: #37cca4;
}
.itemsDemandList li a .btn .completed label[data-v-4df705a8] {
        color: #666666;
}
.itemsDemandList li a .btn .el-button[data-v-4df705a8] {
        padding: 6px 11px;
}

.demandList[data-v-5c9ae11c] {
  overflow: hidden;
  background: url(../../static/img/itemsBg.cab4c40a.png) no-repeat center top #e7edfb;
}
.demandList .main .top[data-v-5c9ae11c] {
    padding: 20px 20px 10px;
    background: #ffffff;
}
.demandList .main .top .search[data-v-5c9ae11c] {
      margin-bottom: 10px;
      color: #85888F;
}
.demandList .main .top .search .el-input[data-v-5c9ae11c] {
        width: 450px;
}
.demandList .main .top .search .el-button--primary[data-v-5c9ae11c] {
        width: 160px;
        height: 42px;
        margin-left: 20px;
        border-radius: 0;
}
.demandList .main > p[data-v-5c9ae11c] {
    color: #85888F;
    margin: 20px 0;
}
.demandList .main > p span[data-v-5c9ae11c] {
      color: #005FC9;
}
.demandList .main .content .page[data-v-5c9ae11c] {
    margin: 9px 0 38px;
}

.demandList .search .el-input__inner {
  border-radius: 0;
  height: 42px;
  line-height: 42px;
}
.demandList .search .el-input__icon {
  cursor: pointer;
}
.demandList .search .el-button--primary .iconfont {
  font-size: 16px;
  margin-right: 10px;
}

