.seach {
  padding: 24px 0;
}
.imgaa {
  width: 120px;
  margin: 12px 0;
}

.header1input {
  width: 40%;
  margin: 0 auto;
  display: flex;
  padding: 12px 24px;
  background: #fffbfa;
  border-radius: 48px 48px 48px 48px;
  border: 2px solid #f1f1f1;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #333333;
}
.time {
  margin-left: 12px;
}

.header1input input {
  width: 80%;
  border: none;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 20px;
  border: none;
  /* 去掉边框 */
  outline: none;
  /* 去掉点击时的外边框高亮 */
  text-decoration: none;
  /* 去掉文字下划线（如果有） */
}
.head .kaiheader {
  display: none;
}
.icon-search:before {
  font-size: 20px;
  color: #000;
}

.search_btn {
  text-decoration: none;
}
/*  */
.heading {
  overflow: hidden;
  color: #333;
  text-overflow: ellipsis;
  font-family: Montserrat, Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding-bottom: 24px;
}

.search-results {
  padding: 20px 12px;
}
.container {
  max-width: 1000px;
  margin: 0px auto;
  padding: 0 0px;
  width: 100%;
  margin-bottom: 48px;
}

.nodata {
  text-align: center;
}
.nodata p {
  font-family: Montserrat, Montserrat;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.icon-search:before {
  padding: 0 10px;
  color: #999999;
}
.flex {
  gap: 24px;
  display: flex;
  flex-wrap: wrap;
}

.trending-key a {
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 4px;
  padding: 12px;
  flex-direction: row-reverse;
  font-family: Montserrat, Montserrat;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
}
.shooo {
  background: rgba(255, 255, 255, 0.24);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
  border-radius: 12px 12px 12px 12px;
  padding: 24px;
}

.trending-key a p {
  color: #333;
}
.trending-key a i {
  width: 12px;
  height: 12px;
  background: #8e4042;
  display: inline-block;
  border-radius: 50%;
}
.font-size-16 {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.post-catagory-2 {
  font-weight: 500;
  font-size: 14px;
  color: #999999;
  line-height: 18px;
  margin: 8px 0;
  padding-bottom: 8px;
  border-bottom: #f1f0f0 1px solid;
}
.t_13 {
  font-weight: 400;
  font-size: 14px;

  line-height: 22px;
}
.recommended .container .flex a {
  background: #ffffff;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #e4e480;
  padding: 24px;
  width: 100%;
}
.hei {
  height: 8%;
}
.bai {
  height: 92%;
  top: 8%;
}
.ull p{
display: none;
}
.career {
    gap: 20px;
}

@media (max-width: 768px) {
      .career {
        width: 100%;
        gap: 12px;
    }
  .header1input input {
    width: 80%;
  }
  .header1input {
    width: 90%;
    padding: 14px;
  }
  .container {
    margin: 0px auto;
  }
  .heading {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 12px;
    font-weight: 600;
  }
  .imgaa {
    width: 120px;
  }
  .nodata p {
    font-size: 12px;
    line-height: 16px;
  }
  .trending-key,
  .container {
    padding: 20px 12px;
  }
  .font-size-16 {
    font-size: 14px;
    line-height: 18px;
  }
  .post-catagory-2 {
    font-size: 12px;
    line-height: 16px;
  }
  .t_13 {
    font-size: 12px;
    line-height: 16px;
  }
  .search-results {
    padding: 0px;
  }
  .flex {
    gap: 12px;
  }
  .footer {
    margin-top: 0px;
  }
}

@media (max-width: 760px) {
  .header1input {
    width: 82%;
    padding: 8px;
  }
  .bai {
    height: 98%;
    top: 40px;
  }
  .trending-key {
    padding: 12px;
  }
  .recommended .container .flex a {
    padding: 12px;
  }
}
