.top_search{
    width: 100%;
    background: #F5F5F5;
    /* padding: 20px 0px; */
    padding-top: 108px;
}
.search_box{
    margin: 0 auto;
    width: 742px;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 6px;
    display: flex;
    align-items: center;
    position: relative;

}
.allproduct{
    font-size: 14px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px ;
    height: 100%;
    border-right: 1px solid #F5F5F5;
    cursor: pointer;
    width: 15%;
}
.allproduct img{
    width: 12px;
    height: 12px;
    margin-left: 5px;
}
.search_input{
    height: 100%;
    width: 69%;
}
.search_input input{
    border: none;
    height: 100%;
    width: 100%;
    padding-left: 10px;
    outline: none;
}
.search_button{
    width: 97px;
    height: 34px;
    background: linear-gradient(-90deg, #FF5200 0%, #FF8E00 100%);
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 34px;
    margin-left: 17px;
    cursor: pointer;
}
.product_contain{
    width: 100%;
    background: #F5F5F5;
}
.product_box{
    width: 1210px;
    margin: 0 auto;
}
.product_box_title{
    display: flex;
    align-items: center;
    color: #999999;
    font-size: 14px;
    padding: 15px 0;
}
.allproduct{
  
}
.search_product{
    padding: 1px 3px;
    border: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    margin-left: 5px;
}
.search_product img{
    width: 7px;
    height: 7px;
    margin-left: 3px;
}
.products_contain_box{
    width: 100%;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}
.product_items{
    width: 230px;
    height: 360px;
    background: #FFFFFF;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    margin-right: 12px;
}
.item_img{
    width: 230px;
    /* padding: 15px 0 10px; */
}
.item_img img{
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.item_title{
    /* width: 186px; */
    font-size: 16px;
    color: #333333;
    height: 44px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-line-clamp: 2; /* 可以显示的行数，超出部分用...表示*/
    -webkit-box-orient: vertical;
    margin: 10px;

}
.item_price{
    /* width: 186px; */
    font-size: 14px;
    color: #999999;
    margin-left: 13px;
}
.item_true_price{
    width: 205px;
}
.price_icon{
    font-size: 12px;
    color: #FF2900;
}
.true_price{
    font-size: 20px;
    color: #FF2900;
}
.somecansee{
    width: 205px;
    margin-top: 5px;
}
.somecansee span{
    width: 98px;
    height: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #FF2900;
    line-height: 21px;
    background: #FCF1EE;
    padding: 5px 10px;
    border-radius: 2px;
}
.xiala{
    background: #FFFFFF;
    position: absolute;
    height: 140px;
    top: 41px;
    left: 0px;
    display: flex;
}
.first{
    width: 111px;
    height: 100%;
    display: none;
    overflow-y: auto;
    
}
.first_xiala_items{
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.first_xiala_items span{
    font-size: 14px;
    color: #999999;
}
.first_xiala_items img{
    width: 12px;
    height: 12px;
    margin-left: 10px;
}

.second{
    width: 111px;
    height: 100%;
    display: none;
    overflow-y: auto;
}
.second_xiala_items{
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.second_xiala_items span{
    font-size: 14px;
    color: #999999;
}
.second_xiala_items img{
    width: 12px;
    height: 12px;
    margin-left: 10px;
}
.third{
    width: 111px;
    height: 100%;
    display: none;
    overflow-y: auto;
}
.third_xiala_items{
    height: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}
.third_xiala_items span{
    font-size: 14px;
    color: #999999;
}
.third_xiala_items img{
    width: 12px;
    height: 12px;
    margin-left: 10px;
}
.on span{
    color: #FF2900 !important;
}
.fenye{
    text-align: right;
    padding: 10px;
}
.closeimg{
    cursor: pointer;
}
.kong{
    width: 100%;
    height: 150px;
}