* {
  box-sizing: border-box;
}
.sect-1 {
  width: 100%;
  aspect-ratio: 5/3;
  position: relative;
}
.sect-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sect-1 .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 52px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.sect-1 .txt .content {
  margin: 0 200px;
}
.sect-2 {
  margin: 100px auto;
  width: calc(100% - 30px);
  min-height: 300px;
}
.sect-2 .ipt {
  position: relative;
  height: 60px;
  width: 100%;
}
.sect-2 .ipt input {
  width: 100%;
  height: 100%;
  background: #F9F9F9;
  border-radius: 33px 33px 33px 33px;
  border: 1px solid #DCDCDC;
  padding: 0 30px;
  outline: none;
}
.sect-2 .ipt a {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sect-2 .ipt a img {
  width: 46px;
}
.sect-2 .tip {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 16px;
  color: #0C0C0C;
  border-bottom: 1px solid #E9E9E9;
  line-height: 70px;
}
.sect-2 .wrap .item {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  position: relative;
}
.sect-2 .wrap .item::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ECECEC;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sect-2 .wrap .item .date {
  flex-shrink: 0;
  margin-left: 30px;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 14px;
  color: #A7A7A7;
}
.sect-2 .wrap .item .val {
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 16px;
  color: #0C0C0C;
}
@media (min-width: 768px) {
  .sect-1 {
    aspect-ratio: 6/1;
  }
}
@media (min-width: 992px) {
  .sect-1 {
    aspect-ratio: 192/30;
  }
  .sect-2 {
    margin: 100px auto;
    width: 962px;
    min-height: 300px;
  }
  .sect-2 .ipt {
    position: relative;
    height: 60px;
    width: 100%;
  }
  .sect-2 .ipt input {
    width: 100%;
    height: 100%;
    background: #F9F9F9;
    border-radius: 33px 33px 33px 33px;
    border: 1px solid #DCDCDC;
    padding: 0 30px;
    outline: none;
  }
  .sect-2 .ipt a {
    height: 60px;
    width: 60px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sect-2 .ipt a img {
    width: 46px;
  }
  .sect-2 .tip {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #0C0C0C;
    border-bottom: 1px solid #E9E9E9;
    line-height: 70px;
  }
  .sect-2 .wrap .item {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    position: relative;
  }
  .sect-2 .wrap .item::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ECECEC;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .sect-2 .wrap .item .date {
    flex-shrink: 0;
    margin-left: 100px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #A7A7A7;
  }
  .sect-2 .wrap .item .val {
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #0C0C0C;
  }
}
@media (min-width: 1200px) {
  .sect-2 {
    margin: 100px auto;
    width: 1170px;
  }
}
@media (min-width: 1520px) {
  .sect-2 {
    margin: 100px auto;
    width: 1490px;
  }
}
/*# sourceMappingURL=search.css.map */