.sort {
  width: 100vw;
  height: 60px;
}

.per25 {
  width: 25%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  float: left;
}
.search-body {
  background-color: #FAFAFA !important;
}

.search-content {
  width:351px !important;
  height: 30px !important;
  line-height: 30px !important;
  border: 1px solid #E5650E;
  margin:12px !important;
}
.sort_active {
  color: #E5650E;
  font-weight: 600;
}

.nochose {
  position: relative;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 10px;
  height: 15px;
  margin-left: 4px;
  top: 3px;
  background-image: url(/images/nochose.png);
}

.topchose {
  position: relative;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 10px;
  height: 15px;
  margin-left: 4px;
  top: 3px;
  background-image: url(/images/topchose.png);
}

.botchose {
  position: relative;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 10px;
  height: 15px;
  margin-left: 4px;
  top: 3px;
  background-image: url(/images/botchose.png);
}

.productList {
  width: 351px;
  margin: 0 12px;
}

.productList .product {
  width: 170px;
  height: 260px;
  background: white;
  border-radius: 8px;
  float: left;
}
.miaosha .product {
  height: 210px !important;
}
.productList .product .proImg {
  width: 170px;
  height: 170px;

  float: left;
}

.productList .product .proImg img {
  width: 170px;
  height: 170px;
  border-radius: 8px 8px 0 0;
}

.productList .product .proInfo {
  width: 161px;
  height: 90px;
  padding: 5px;
  float: left;
}
.miaosha .product .proInfo {
  width: 161px;
  height:50px;
  padding: 5px;
  float: left;
}

.productList .product .proInfo .pname {
  width: 161px;
  height: 40px;
  line-height: 20px;
  font-size: 13px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.recommend {
  font-size: 12px;
  width: auto;
  height: 24px;
  line-height: 24px;
  margin-right: 5px;
  padding: 2px 3px;
  border-radius: 5px;
  color: #fff;
  background: #160D92;
}

.productList .product .proInfo .pBottom {
  width: 161px;
  height: 70px;
  margin-top: 5px;
}

.miaosha .product .proInfo .pBottom {
  width: 161px;
  height: 30px;
  margin-top: 0px;
}

.productList .product .proInfo .pBottom .bot_left {
  width: 125px;
  height: 50px;
  float: left;
}

.productList .product .proInfo .pBottom .price {
  width: 125px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #E5650E
}

.productList .product .proInfo .pBottom .LHH {
  width: auto;
  height: 20px;
  line-height: 10px;
  font-size: 10px;
  color: #E5650E;
  border-radius: 3px;
  border: 1px solid #E5650E;
  padding: 1px 3px;
}

.productList .product .proInfo .pBottom .bot_right {
  width: 25px;
  height: 25px;
  line-height: 80px;
  float: left;
}

.productList .product .proInfo .pBottom .bot_right img {
  width: 24px;
}


.orange {
  background: #FFF3E9;
  color: #E5650E;
}

/* 确认购买弹窗 */

.popup__trade {
  width: 100%;
  position: absolute;
  z-index: 999;
  bottom: 0;
  padding-bottom: 46px;
}

.popup__trade .trade-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
}

.popup__trade .trade-main {
  background: #fff;
  box-sizing: border-box;
  padding: 12px;
}

.popup__trade .footer-fixed {
  position: absolute;
}

.popup__trade .trade-main .goods-info {
  margin-bottom: 5px;
}

.popup__trade .trade-main .goods-info .goods-image {
  margin-top: -40px;
  margin-right: 10px;
}

.popup__trade .trade-main .goods-info .goods-image img {
  width: 90px;
  height: 90px;
  border: 2.5px solid #fff;
  box-shadow: 0 2px 5px rgba(220, 220, 220, 0.79);
}

.popup__trade .trade-main .goods-info .money-box {
  margin: 0;
}

.popup__trade .trade-main .goods-info .goods-stock {
  padding-left: 5px;
}

.popup__trade .trade-main .buy_number {
  margin: 10px 0;
  justify-content: space-between;
}

.popup__trade .trade-main .buy_number .buyNumber {
  color: #888;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 5px;
}

/* 商品卖点 */

.goods-selling-point {
  color: #f20c59;
  padding: 5px 0 0 0;
}


/* 商品详情 */
.richtext img {
  width: 375px;
  height: auto;
}


/* 模态框 */
.modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.levelBg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.popup__trade {
  z-index: 1001;
}

.footer-fixed {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  height: 46px;
  z-index: 11;
  /* box-shadow: 0 -2px 20px 0 rgba(144, 52, 52, 0.1); */
  background: #fff;
}

.addCart {
  width: 98%;
  margin: 0 1%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  background-color: #ffa200;
  border-radius: 20px;
  color: white;
  font-size: 14px;
}

.money-box .goods-price .goods-price_num {
  font-size: 20px;
}


/* 商品规格 */

.goods-attr {
  padding: 5px 0;
}

.goods-attr .goods-attr--scroll {
  max-height: 300px;
}

.goods-attr .group-item .tips-text {
  font-size: 13px;
  color: #888;
  margin-bottom: 5px;
}

.goods-attr .group-item .spec-item {
  display: inline-block;
  font-size: 13px;
  height: 27.5px;
  line-height: 27.5px;
  padding: 0 15px;
  margin: 0 10px 10px 0;
  border-radius: 4px;
  color: #888;
  border: 1px solid #e6e6e6;
}

.goods-attr .group-item .spec-item.cur {
  background: #f82169;
  border: 1px solid #f82169;
  color: #fff;
}

.goods-attr .group-item .spec-item.disabled {
  color: #dedede;
  cursor: not-allowed;
  background: #eee;
  border: 1px dashed #dedede;
}

.select-number {
  width: 101px;
  height: 26px;
  flex-direction: row;
  border: 1px solid rgb(231, 231, 231);
  border-radius: 2.5px;
}

.select-number .default {
  float: left;
  width: 29.5px;
  height: 26px;
  line-height: 24px;
  padding: 0;
  background: #fff;
  color: #444;
  font-size: 20px;
  border-radius: unset;
}

.select-number .disabled {
  background: #f7f7f7;
  color: #ddd;
}

.select-number button:after {
  content: none;
  border: none;
}

.select-number input {
  float: left;
  width: 40px;
  height: 26px;
  line-height: 26px;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  text-align: center;
  font-size: 24px;
  color: #444;
}

.line-price{
  text-decoration: line-through;
  color: #999999;
  font-size: 11px;
  margin-left:5px;
}