@import "../../icon/iconfont.wxss";

page {
  background-color: #f7f7f7;
}

.header {
  display: flex;align-items: center;
  margin: 10rpx 0;
}
.icon-fanhui{color: #B2B2B2;font-size: 30rpx;margin-left: 20rpx;cursor: pointer}
.search_container {
  height: 56rpx;
  /* width: 75%; */
  width: 561rpx;
  background-color:#FFf; 
  border: 2rpx solid #F7F7F7;
  border-radius: 10rpx;
  display: flex;
  align-items: center;
  /* margin: 16rpx; */
  margin:0 32rpx 0 31rpx
}

.search_text {
  color: #00C085;
  /* line-height: 94rpx; */
  font-size: 32rpx;
  margin-right: 21rpx;
  white-space:nowrap;
}
.bar{
  font-size:26rpx;
  color: #000;
  padding: 10rpx;
  font-family: PingFangSC-Regular;
  width:100%;
}
.icon-xiazai17{
  padding-left: 18rpx;
}
.history{
  margin-top:14rpx;
  background-color: #FFF;
  width: 710rpx;
  height:366rpx;
  margin-left: 22rpx;
  border-radius: 10rpx;
}
.search-history{
  color:#B3B3B3;
  font-size: 24rpx;
  padding-top: 20rpx;
  padding-left: 20rpx;
}
.icon-lajitong{
  float:right;
  margin-top: -4rpx;
  margin-right:20rpx;
  font-size: 38rpx;
}
.history-content{
  margin-top: 30rpx;
  display: flex;
  flex-wrap: wrap;
  margin-left: 36rpx;
}
.history-content-name{
  color: #666666;
  margin-top: 16rpx;
  border: 2rpx #AAAAAA solid;
  border-radius: 10rpx;
  font-size:24rpx;
  height: 22rpx;
  line-height:24rpx;
  padding: 20rpx 36rpx;
  margin-right: 40rpx;
}
