.goods_item{
    display: flex;
    width: 97%;
    align-items: center;
    border-bottom: 1px solid #eee;
    margin:10px 1.5%;
    box-sizing: border-box;
    padding-bottom: 10px;
}
.goods_item .goods_thumb{
    width:25%;
}

.goods_item .goods_info{
    margin-left: 1rem;
    flex: 1;
    position: relative;
}

.goods_item .goods_info .goods_name{
    font-size: 1.6rem;
    overflow: hidden; 
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    color: #222;

}

.goods_item .goods_info .goods_price_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 1rem;
}

.goods_item .goods_info .goods_price_box .unit{
    font-size: 1.4rem;
    color: #ff6709;
}
.goods_item .goods_info .goods_price_box .price{
    font-size: 1.8rem;
    color: #ff6709;
}

.goods_item .goods_info .goods_price_box .btn .iconfont{
    font-size: 2rem;
    color: #ff6709;
}

.order_box {
    display: flex;
    border: 1px solid #eee;
    line-height: 4rem;
    background: #fff;
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
  .order_box .current {
    background: #ff6709;
    width: 100px;
    text-align: center;
  }
  .order_box .current a {
    color: #fff;
  }
  .order_box .order2 {
    width: 9rem;
    text-align: center;
    border-right: 1px solid #eee;
  }
  .order_box .order3 {
    width: 100px;
    text-align: center;
    border-right: 1px solid #eee;
  }
  .lists_goods {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
  }

  .iconpaixujiantoushang{
    position: absolute;
    bottom: -3px;
}
.iconpaixujiantouxia{
    position: absolute;
    bottom: 3px;
}
.order2{
    position: relative;
}

.search_title{
    width: 100%;
    font-weight: bold;
    font-size: 1.4rem;
    margin-top: 1.5rem;
}

.search_keywords_box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.4rem;
    padding-bottom: 2rem;
}

.search_keywords_box .item{
    margin: .5rem;
}


.cate {
    position: absolute;
    top: 4rem;
    bottom: 9rem;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-box;
    display: flex;
  }
  .cate-left {
    -webkit-box-flex: 0;
            flex: 0 0 9rem;
    border-right: .1rem solid #efefef;
  }
  .cate-left ul {
    background: #FEFEFE;
  }
  .cate-left ul li {
    height: 4.8rem;
    line-height: 4.8rem;
    text-align: center;
    font-size: 1.4rem;
  }
  .cate-left ul li.active {
    height: 4.8rem;
    line-height: 4.8rem;
    color: #ff6709;
  }
  .cate-right {
    -webkit-box-flex: 1;
            flex: 1;
    padding: 0 1rem;
    background: #fff;
  }
  .cate-right ul li.problock .pic {
    margin-bottom: .3rem;
  }
  .cate-right ul li.problock .pros-title {
    height: 3rem;
    line-height: 3rem;
    font-size:1.6rem;
    text-align: center;
  }
  .cate-right ul li.problock .pros-title span {
    position: relative;
  }
  .cate-right ul li.problock .pros-title span::before,
  .cate-right ul li.problock .pros-title span::after {
    content: '';
    position: absolute;
    top: 50%;
    width: .5rem;
    height: .02rem;
    background: #d7d7d7;
  }
  .cate-right ul li.problock .pros-title span::before {
    left: -0.7rem;
  }
  .cate-right ul li.problock .pros-title span::after {
    right: -0.7rem;
  }
  .cate-right ul li.problock .pros-goods ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  .cate-right ul li.problock .pros-goods ul li {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
  }
  .cate-right ul li.problock .pros-goods ul li a {
    display: block;
  }
  .cate-right ul li.problock .pros-goods ul li a img {
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 1rem auto;
  }
  .cate-right ul li.problock .pros-goods ul li a div {
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    font-size: 1.2rem;
    overflow: hidden;
  }
  .cate-right ul li.problock .prosmore {
    display: block;
    height: 7rem;
    line-height: 7rem;
    text-align: center;
    font-size: 2.2rem;
    background: #FAF3E5;
    margin-top: 1rem;
  }

  .cate-right .problock{
    margin-top: 20px;
  }