.w1200 {
  max-width: 100rem;
  margin: 0 auto;
}
.dflex {
  display: flex;

}
.dflex-c {
  display: flex;
  flex-direction: column;
}
.sreach-box {
  margin-top: 1.6667rem;
}
.shopping-list {

}
.shopping-item {
  display: block;
  border-radius: 1.6667rem;
  box-shadow: 2px 2px 1.6667rem -1px hsla(0,0%,91.4%,.31);
  background: #fff;
  padding: 1.6667rem 2.5rem;
  margin-bottom: 1.5rem;
  transition: all .25s;
  cursor: pointer;
}
.shopping-item:hover {
  background: #ededef;
}
.item-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item-hd  .item-title {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: .8333rem;
  font-size: 1.5rem;
  color: #292525;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
}
.item-hd  .item-title:hover {
  transition: color .14s ease-out;
  color: #fdab0e;
} 
.item-hd .item-price {
  font-weight: 600;
  font-size: 1.5rem;
  border-radius: 1.875rem;
  background: #ff5c63;
  padding: 0 .8333rem;
  height: 2.25rem;
display: flex;
align-items: center;
justify-content: center;
  color: #fff;
  margin-left: auto;
}
.item-info {
  display: flex;
  align-items: center;
  margin-top: 2.0833rem;
}

.item-info .item-img {
  width: 16.6667rem;
  height: 9.1667rem;
  border-radius: .8333rem;
  background-color: #f9f9f9;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 1.6667rem;
 overflow: hidden;
}
.item-info .item-img img {
  max-width:100%;;
}
.item-info .item-text{
  font-size: 1.1667rem;
  color: #655e5e;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-align: left;
  line-height: 1;
}
.item-user {
  display: flex;
  align-items: center;
  margin-top: 1.25rem;
  justify-content: space-between;
}
.item-user-info {
  display: flex;
  align-items: center;
}
.item-time {
  font-size: 1.1667rem;
    font-weight: 700;
    color: #4a4a4a;
}
.item-user .item-user-touxiang {
  width: 2.0833rem;
  height: 2.0833rem;
  overflow: hidden;
  border-radius: 50%;
}
.item-user .item-user-touxiang img {
  width:100%;;
  height: 100%;
}
.item-user .item-user-name {
    font-size: 1.1667rem;
    font-weight: 700;
    color: #4a4a4a;
    margin-left: .5833rem;
}
.el-header {
  display: flex;
  align-items: center; 
  justify-content: center;
}
.center-sreach {
  width: 66.6667rem;
  display: flex;
  align-items: center; 
  justify-content: center;
}
.el-footer {
  display: flex;
  align-items: center; 
  justify-content: center;
}
.el-icon-search {
  color: #ff5c63;
}
.hd-search {
  /* border: .1667rem solid #ff5c63; */
  background: #ededef;
  padding: .5rem .8333rem;
  border-radius: .5833rem;
}