.content {
  padding: 0.58rem 0.3rem 0 0.28rem;
}
.search .search_itme {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search .search_itme .search_return a {
  display: block;
  font-size: 0.44rem;
  color: #666666;
  line-height: 0.66rem;
}
.search .search_itme .search_txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.12rem;
  border: 0.01rem solid #4078ff;
}
.search .search_itme .search_txt input {
  display: inline-block;
  width: 4.5rem;
  border-right: 0;
  font-size: 0.26rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 0.66rem;
  border: none;
  border-radius: 0.12rem;
  padding: 0 0.05rem;
}
.search .search_itme .search_txt .search-btn {
  display: inline-block;
  font-size: 0.32rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.66rem;
  background: #4078ff;
  border-radius: 0.12rem 0.09rem 0.09rem 0.12rem;
  border: 2px solid #4078ff;
  padding: 0 0.28rem;
}
.search .search_itme .search_txt .search-btn i {
  font-style: normal;
  display: inline-block;
  font-size: 0.36rem;
  color: #ffffff;
  line-height: 0.66rem;
}
.lastsearch {
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lastsearch .left {
  font-size: 0.32rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 0.35rem;
}
.lastsearch .right {
  font-size: 0.35rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #C0C0C0;
  line-height: 0.35rem;
  cursor: pointer;
}
.lasthot_con {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.47rem;
}
.lasthot_con .lasthot {
  background: #F1F1F1;
  border-radius: 0.08rem;
  font-size: 0.24rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 0.6rem;
  padding: 0 0.2rem;
  margin-right: 0.28rem;
  margin-bottom: 0.3rem;
  display: block;
}
