.sr_frmipt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.80rem 0;
}
@media only screen and (max-width: 640px) {
  .sr_frmipt {
    padding: 20px;
  }
}
.sr_frmipt .ipt {
  width: 8.00rem;
  height: 0.60rem;
  border: 2px solid #0092ff;
  border-radius: 0.60rem;
  border-right: unset;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  appearance: none;
  font-size: 0.18rem;
  padding: 0 0.20rem;
  font-family: inherit;
}
@media only screen and (max-width: 640px) {
  .sr_frmipt .ipt {
    flex: auto;
    height: 40px;
    border-width: 1px;
    padding: 0 14px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    font-size: 13px;
  }
}
.sr_frmipt .ipt:focus {
  border: 2px solid #5bb53c;
}
.sr_frmipt .ipt:focus-visible {
  border: 2px solid #5bb53c;
}
.sr_frmipt .ss_btn {
  width: 1.50rem;
  border: unset;
  background-color: #0092ff;
  color: #fff;
  height: 0.60rem;
  border-top-right-radius: 0.60rem;
  border-bottom-right-radius: 0.60rem;
  font-family: inherit;
  font-size: 0.20rem;
  cursor: pointer;
  appearance: none;
}
@media only screen and (max-width: 640px) {
  .sr_frmipt .ss_btn {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 60px;
    height: 40px;
    font-size: 14px;
  }
}
.search-lists {
  padding: 0.50rem 0;
  width: 12.20rem;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .search-lists {
    padding: 20px;
    width: auto;
  }
}
.search-lists a + a {
  margin-top: 0.50rem;
}
@media only screen and (max-width: 640px) {
  .search-lists a + a {
    margin-top: 20px;
  }
}
.search-lists a {
  display: flex;
}
.search-lists a .img-box {
  width: 3.00rem;
  height: 2.00rem;
  flex-shrink: 0;
}
@media only screen and (max-width: 640px) {
  .search-lists a .img-box {
    display: none;
  }
}
.search-lists a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0.10rem;
}
.search-lists a .text {
  padding-left: 0.30rem;
  padding-top: 0.10rem;
}
@media only screen and (max-width: 640px) {
  .search-lists a .text {
    padding: 0;
  }
}
.search-lists a .text .title {
  font-size: 0.20rem;
  font-weight: 600;
  color: #111;
}
@media only screen and (max-width: 640px) {
  .search-lists a .text .title {
    font-size: 13px;
  }
}
.search-lists a .text .des {
  line-height: 1.8;
  margin-top: 0.10rem;
}
@media only screen and (max-width: 640px) {
  .search-lists a .text .des {
    font-size: 12px;
    margin-top: 4px;
  }
}
.search-lists a .text .date {
  color: #afafaf;
  margin-top: 0.10rem;
}
@media only screen and (max-width: 640px) {
  .search-lists a .text .date {
    font-size: 12px;
    margin-top: 2px;
  }
}