.header-box {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}

.header-title {
  margin-right: 30px;
}

.header-l {
  position: static;
}

.header-box input {
  border: 1px solid #ddd;
  width: 100px;
  height: 20px;
  margin-right: 20px;
}

.tab_item .num {
  position: relative;

  display: inline-block;
  background-color: #f5185a;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  top: -4px;
}

#complaint_list .complaint_item {
  background-color: #fff;
  margin-top: 10px;
}

.complaint_item .head {
  border: 1px solid #eee;
  font-size: 14px;
  padding: 10px 15px;
  font-weight: 600;
}

.complaint_item .content {
  display: flex;
  padding: 10px 15px;
}

.complaint_item .content .img {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  margin-right: 10px;
}

.complaint_item .content .right {
  flex: 1;
}

.complaint_item .content .title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 80%;
  font-size: 14px;
  margin-bottom: 20px;
}

.complaint_item .content .other_info {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #999;
}

.complaint_item .footer {
  font-size: 12px;
  border-top: 1px solid #eee;
  padding: 10px 15px;
}

.complaint_item .footer .date {
  margin-bottom: 4px;
}
