#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: 10px;
    color: #000 !important;
    font-weight: bold;

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

    .d-flex {
      width: 70%;
    }

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

  .info {
    color: #2f2f2f !important;
    font-size: 14px !important;
    margin-top: 5px;
    margin-bottom: 15px !important;
  }

  .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;
    }
  }
}

.look .ivu-modal-body {
  height: 86vh;
  overflow: scroll;
}

.look .ivu-modal-footer {
  display: none;
}

/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;
}