#container_form {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-color: #f5f7f9 !important;
  min-height: 100vh;

  .search_title {
    font-size: 16px;
    font-weight: 600;
    color: #515a6e;
    text-align: left;
    margin-bottom: 20px;
    // .largeIcon {
    //   color: #ffb6b9;
    //   background-color: #fae3d9;
    // }
  }

  .serach_case {
    .ivu-form-item {
      margin-bottom: 10px;
    }
  }

  .tools {
    margin-bottom: 25px;

    .ivu-btn {
      margin: 0 10px 0 0;
    }
  }
}

.form-content {
  letter-spacing: 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /*要显示的行数*/
  -webkit-box-orient: vertical;
}

.content {
  margin-bottom: 20px;
  background-color: #fff;
  padding: 10px 20px;
  min-height: 50px;
  position: relative;

  .title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 15rpx;
    font-weight: bold;

    .time {
      font-size: 12px;
      color: #999;
    }

    .d-flex {
      width: 70%;
    }

    .listTitle {
      margin-left: 10px;
    }
  }

  .info {
    color: #000;
    font-size: 14px;
  }

  .author {
    padding-top: 15rpx;
    color: #999;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    .tag {
      margin-left: 10px;
    }
  }

  .icon {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 35px;
    right: 10px;

  }

  .bottom {
    border-top: 1px solid #eee;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    padding-top: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 40px;
    width: 100%;

    .space {
      height: 20px;
      width: 1px;
      background-color: #eee;
    }
  }
}

.tips {
  color: #999999;
  font-size: 12px;

}

.nameList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.name {
  font-size: 12px;
  background-color: #f2f3f6;
  padding: 5px 10px;
  margin: 5px 10px 5px 0px;
  color: #666;
  border-radius: 3px;
}

.demo-drawer-footer {
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #e8e8e8;
  padding: 10px 16px;
  text-align: center;
  background: #fff;
}

.w-60 {
  width: 60% !important;
}

.ivu-radio-group {
  display: block;
}

.stepList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;

  .title {
    font-size: 16px;
  }

  .subTitle {
    font-size: 13px;
    color: #999;
  }
}

.m-radio-group {
  display: flex;
  flex-direction: column;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 10px;

}

.m-radio-item {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #eee;
}

.m-radio-item:first-child {
  padding-top: 0px;
}

.m-radio-item:last-child {
  border-bottom: 0px solid #eee;
  padding-bottom: 0px;
}

.m-check-item {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #eee;
}

.m-check-item:first-child {
  padding-top: 0px;
}

.m-check-item:last-child {
  border-bottom: 0px solid #eee;
  padding-bottom: 0px;
}

/deep/.form_page {
  background-color: transparent !important;
}

/deep/.ivu-form-item {
  margin-bottom: 10px !important;
  margin-right: 0px;
}

/deep/.ivu-table th {
  background-color: #f2f2f2 !important;
}

/deep/.ivu-table,
/deep/.ivu-btn-small,
/deep/.ivu-form .ivu-form-item-label {
  font-size: 12px;
}

/deep/.ivu-table-overflowX::-webkit-scrollbar,
/deep/.ivu-table-tip::-webkit-scrollbar {
  display: none !important;
}

.btn {
  color: #57a3f3;
  cursor: pointer;
  padding-right: 15px;
}

.btn:hover {
  text-decoration: underline;
}

/deep/.ivu-badge-status-text {
  font-size: 12px;
}