body,
html {
    background: #fff;
}

.list_head .search_title {
    /*font-family: AlibabaPuHuiTiB;*/font-weight: 800;
    font-size: 26px;
    color: #111111;
    font-style: normal;
}

.list_head .count {
    /*font-family: AlibabaPuHuiTiM;*/font-weight: 600;
    font-size: 16px;
    color: #777777;
    font-style: normal;
}

.list_head .sort {
    /*font-family: AlibabaPuHuiTiB;*/font-weight: 800;
    font-size: 16px;
    color: #111111;
    font-style: normal;
    text-decoration-line: underline;
}

.left .items {
    width: 238px;
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #999;
}
.left .items .title{ 
    /*font-family: AlibabaPuHuiTiB;*/font-weight: 800;
    font-size: 16px;
    color: #111111; 
    font-style: normal;
    cursor: pointer;
}
.left .items:first-child{
    text-decoration-line: underline;

}
.sort_R{
    position: relative;
    cursor: pointer;
}
.sort_fixed{
    position: absolute;
    display: none;
    top: 50px;
    right: 0;
    width: 358px;
    z-index: 99;
    cursor: pointer;
    padding: 0 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    border-radius: 5px;
} 
.sort_fixed .triangle{
    position: absolute;
    top: -10px;
    right:40px;
}
.sort_fixed .txt{ 
    /*font-family: AlibabaPuHuiTiM;*/font-weight: 600;
    font-size: 16px;
    color: #111111;  
    font-style: normal;
}
.sort_fixed .txt:last-child{
    border-bottom: none !important;
}
.sort_fixed .p_b{
    padding-bottom: 20px !important;
    border-bottom: 1px solid #999;
}
.sort_fixed .btnL{
    width: 318px;
    height: 54px;
    line-height: 54px;
    background: #111111;
    border-radius: 5px; 
    /*font-family: AlibabaPuHuiTiM;*/font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;  
    text-align: center; 
}
.sort_fixed .btnR{
    width: 318px;
    height: 54px;
    line-height: 54px;
    background: #fff;
    border-radius: 5px; 
    /*font-family: AlibabaPuHuiTiM;*/font-weight: 600;
    font-size: 18px;
    color: #111;  
    text-align: center; 
    border: 1px solid #111111;
}
.recommends_list .container{
    margin: 0;
    padding: 0;
}
.recommends_list .title{ 
    /*font-family: AlibabaPuHuiTiB;*/font-weight: 800;
    font-size: 26px;
    color: #111111; 
    text-align: justify;
    font-style: normal;
}
.recommends_list .img{
    width: 237px;
    height: 237px;
    overflow: hidden;
}
.recommends_list .img_big{
    width: 500px;
    height: 624px;
}
.recommends_list .img_small {
    width: 294px;
    height: 294px;
}
.recommends_list .img:nth-child(3n){
    margin-right: 0 !important;
}
.recommends_list_item{
    margin-right: 16px;
    margin-bottom: 30px;
    width: 237px;
}
.recommends_list_item:nth-child(6n){
    margin-right: 0 !important;
}
.recommends_list_item .title{
    /*font-family: AlibabaPuHuiTiM;*/font-weight: 600;
    font-size: 16px;
    color: #111111;
    text-align: left;
    font-style: normal;
    overflow:hidden; 
        text-overflow:ellipsis;
        display:-webkit-box; 
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2; 
}
.recommends_list_item .title_esl {
    height: 46px;
}
.tabulation{
    align-items: flex-start;
}
.container_list{
    /*width: 1276px; */
}
.right .more{
    width: 312px;
    height: 54px;
    background: #111111;
    border-radius: 5px; 
    /*font-family: AlibabaPuHuiTiM;*/font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 54px;
    text-align: center;
    font-style: normal;
    margin:90px auto;
} 
.right .nomore{
    margin: 90px auto;
}
.right .nomore .line{
    width: 562px;
    height: 1px;
    background: #999999;
}
.right .nomore .txt{ 
    /*font-family: AlibabaPuHuiTiM;*/font-weight: 600;
    font-size: 18px;
    color: #777777; 
    font-style: normal;
}
.tabulation .left .style_ite{
    width: 104px;
    height: 131px;
    padding: 10px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #999;
    margin-bottom: 10px;

}
.style_ite_act{
    border: 2px solid #111111 !important;
}
.tabulation .left .style_grid{
    width: 66px;
    height: 48px;
    padding: 13px 16px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #111111;
    line-height: 48px;
    /*font-family: AlibabaPuHuiTiM;*/font-weight: 600;
    font-size: 16px;
    color: #111111; 
    font-style: normal;
}
.style_grid_act{
    background: #111 !important;
    color: #fff !important; 
}
.tabulation .left .style_grid:nth-child(3n){
    margin-right: 0 !important;
}
.style_price_all{
    align-items: flex-end;
}
.style_price{
    width: 100px;
    /* height: 66px; */
    padding: 10px 16px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #111111;
}
.style_price>input{
    width: -webkit-fill-available;
    border: none;
}
.style_price>input:focus-visible{
    outline: none;
}
.title_esl{
    overflow: hidden; 
        text-overflow: ellipsis;
}

@media (max-width: 767px) {
    .title_esl{
        width: 100%;
    }
    .tabulation{
        flex-wrap: wrap;
    }
    .tabulation .left {
        margin-right: 0 !important;
    }
    .tabulation .left .items{
        width: 100% !important;
    } 
    .sort_fixed{
        z-index: 9;
    }
    .container_list{
        width: 100%;
    }
    .right{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .recommends_list_item-box{
        width: 100%;
    }
    .home-newsfeed-list {
        width: 48%;
        margin: 0 1% 1% 1%;
        position: relative;
    }
    .home-newsfeed-list .newsfeed-image-block {
        max-height: 345px;
        width: 100%;
        height: 0% !important;
        padding-bottom: 100%;
        position: relative;
    }
    .home-newsfeed-list .img {
        margin: 0 auto;
        height: 100%;
        width: 100%; 
    }
    .nomore .txt{
        white-space: nowrap;
    }
}