﻿.search-line-div {
  padding: 0.25rem 0.22rem;
  justify-content: space-between;
  background-color: #fff;
  position: relative;
  z-index: 99;
}
.search {
  /* padding: 0.2rem 0.25rem; */
  width: 100%;
  background-color: #fff;
}
.search input {
  margin: 0;
  padding-left: 0.76rem;
  /* padding: 0.15rem 0.2rem 0.15rem 0.76rem; */
  border-radius: 0.36rem !important;
  width: 100% !important;
  height: 0.72rem !important;
  /* line-height: 0.62rem !important; */
  z-index: 99999;
  background-color: #F4F4F4;
  text-align: left;
  border: none;
  font-size: 0.28rem;
}
.search input::placeholder {
  color: #CFCFCF;
}

.searchspan {
  display: block;
  height: 0.35rem;
  width: 0.35rem;
  position: absolute;
  top: 0.43rem;
  left: 0.51rem;
  background: url(../images/search.png) no-repeat center;
  background-size: 20px 20px;
  text-indent: -999px;
}

.sort-line-div {
  width: 100%;
  height: 0.9rem;
  background-color: #fff;
  z-index: 99;
  position: relative;
}

.goods-list-content-div {
  height: 100%;
  width: 100%;
  padding: 1rem 0.25rem 1.29rem 0.25rem;
  box-sizing: border-box;
  overflow: auto;
  position: absolute;
  top: 0;
}
.no-data-show-style{
  width: 2.8rem;
  margin: 0 auto;
  margin-top: 3rem;
  text-align: center;
}
.no-data-show-style img{
  height:1.7rem ;
  width: 1.84rem;
}
.no-data-show-style p{
  width:2.63rem;
  height:0.26rem;
  font-size:0.28rem;
  font-family:PingFang SC;
  font-weight:500;
  color:rgba(153,153,153,1);
  text-align: center;
}

.filter-input-style {
  width: 100%;
  height: 0.6rem;
  background: rgba(245, 245, 245, 1);
  border-radius: 0.35rem;
  border: 1px solid rgba(245, 245, 245, 1);
  /* margin-top: 0.22rem;
  margin-left: 0.25rem; */
  padding: 0 0 0 0.7rem;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
}
.filter-input-style:focus {
  outline: none;
}

.filter-input-style:placeholder {
  font-size: 0.28rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #CFCFCF;
}

.goods-one-div {
  background-color: white;
  width: 100%;
  border-radius: 0.1rem;
  height: 2.2rem;
  display: flex;
  align-items: flex-start;
  padding: 0.18rem;
  box-sizing: border-box;
  margin-top: 0.14rem;
}

.goods-img-style {
  height: 1.84rem;
  width: 1.84rem;
  border-radius: 0.04rem;
  flex-shrink: 0;
}

.goods-title {
  font-size: 0.28rem;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 0.36rem;
  height: 0.75rem;
  overflow: hidden;
}

.goods-desc-div {
  margin-left: 0.19rem;
  flex: 1;
}

.classical-one-div {
  width: 33.33%;
  height: 1.75rem;
  text-align: center;
}

.classcal-img-div {
  width: 100%;
  height: 80rpx;
  display: flex;
  align-items: center;
  justify-content: center;
}

.classcal-img-style {
  height: 0.7rem;
  margin-top: 0.22rem;
}

.classical-name {
  font-size: 0.24rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: rgba(102, 102, 102, 1);
  line-height: 0.4rem;
  margin-top: 0.1rem;
  width: 100%;
  margin-top: 0.2rem;
}

.activity-label {
  width: 0.98rem;
  height: 0.28rem;
  border-radius: 0.14rem;
  font-size: 0.2rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: rgba(255, 150, 0, 1);
  line-height: 0.36rem;
  text-align: center;
  line-height: 0.258rem;
  margin-top: 0.24rem;
}
.activity-bgprice {
  background: rgba(255, 246, 227, 1);
}
.price-line-div {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 0.13rem;
}

.money-label {
  font-size: 0.24rem;
  color: #f74d4f;
}

.add-button-style {
  height: 0.52rem;
  width: 0.52rem;
  position: relative;
  top: -0.1rem;
}

.old-price {
  font-size: 0.2rem;
  font-family: PingFang SC;
  font-weight: 400;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  line-height: 0.4rem;
}
.old-price.bargain-old-price {
  text-decoration: none;
}

.money-number {
  font-size: 0.36rem;
  color: #f74d4f;
}
.sort-one-div {
  width: 50%;
  height: 0.9rem;
  line-height: 0.9rem;
  text-align: center;
  font-size: 0.28rem;
  font-family: PingFang SC;
  color: #666666;
  position: relative;
}
.current-sort-div {
  color: #333;
  font-weight: 500;
}
.bottom-bar-div {
  width: 0.5rem;
  height: 0.04rem;
  background: linear-gradient(
    -83deg,
    rgba(253, 104, 71, 1),
    rgba(245, 65, 82, 1)
  );
  border-radius: 0.02rem;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -0.53rem;
  display: none;
}
.current-sort-div .bottom-bar-div {
  display: block;
}
