.search_block{
    width:100%;
    height:auto;
    overflow:hidden;
    padding-bottom:1rem;
    background:#F5F5F5;
}
.search_line{
    width:100%;
    height:auto;
    overflow:hidden;
    background:#ffffff;
}
.search_input_line{
    width:18rem;
    height:auto;
    border:0.05rem solid #cecece;
    border-radius:0.88rem;
    overflow: hidden;
    margin:0.5rem auto;
}
.search_input_line .input_search{
    width:14rem;
    height:1.75rem;
    line-height:1.75rem;
    display: inline-block;
    border:none;
    padding:0 0.5rem;
}
.search_input_line .search_btn{
    width:auto;
    min-width:2rem;
    height:1rem;
    line-height:1rem;
    border-left:0.025rem solid #cecece;
    color:#000000;
    text-align:center;
    font-size:0.6rem;
    padding-left:0.3rem;
    display:inline-block;
    cursor: pointer;
}
.search_result_line{
    width:100%;
    height:1rem; 
    line-height:1rem; 
    text-align:center;
    background:#F5F5F5;
}
.big_c{
    width:17.25rem;
    height:auto;
    margin:0 auto;
}
.big_c .result_title{
    width:auto;
    height:2.5rem;
    line-height:2.5rem;
    color:#FE8802;
}
.big_c .result_title .title_lt{
    width:auto;
    height:auto;
    font-size:0.7rem;
    float:left;
}
.big_c .result_title .more_rt{
    width:auto;
    float:right;
    color:#FE8802;
}
.big_c .result_title .more_rt a{
    color:#FE8802;
}
.result{
    width:100%;
    height:auto;
    padding-bottom:2rem;
    background:#F5F5F5;
}
.result .result_c{
    width:18rem;
    height:auto;
    overflow:hidden;
    margin:0 auto;
}
.result .result_c li{
    width:7rem;
    height:10.5rem;
    background:#fff;
    padding:0.625rem 0.625rem 0 0.625rem;
    float:left;
    margin:0.75rem 0.375rem 0 0.375rem;
}
.result .result_c li:nth-child(2n){
    margin-right:0;
}
.result .result_c li .show_img{
    width:7rem;
    height:7rem;
}
.result .result_c li .show_img img{
    width:100%;
    height:100%;
}
.result .result_c li .show_name{
    width:auto;
    height:0.825rem;
    line-height:0.825rem;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    font-size:0.6rem;
    color:#FE8802;
    margin:0.75rem 0 0.25rem 0;
}
.result .result_c li .goods_desc{
    width:auto;
    height:1.26rem;
    line-height:0.625rem;
    font-size:0.45rem;
    color:#888;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    display: -webkit-box;
    -webkit-line-clamp:2;
}
.result .result_c li.cate_li{
    height:10rem;
}
.result .result_c li.cate_li .show_name{
    height:1.8rem;
    white-space:normal;
    margin-bottom:0;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    display: -webkit-box;
    -webkit-line-clamp:2;
}
/* 分页开始 */
.page-footer{
    width: 100%;
    height:auto;
    overflow: hidden;
    margin:1rem auto 0;
    text-align:center;
}
.page-footer ul{
    display:inline-block;
}
.page-footer ul li{
    width:1rem;
    height:1rem;
    line-height:1rem;
    float:left;
    margin-right:0.3rem;
    text-align:center;
    background:#e5e5e5;
    color:#333;
}
.page-footer ul li a{
    color:#333;
}
.page-footer ul li.active{
    background:#FE8802;
    color:#ffffff;
}
.page-footer ul li.active a{
    color:#ffffff;
}
/* 分页结束 */