.search_body {
    min-height: 4.9rem;
    padding-top: 1.75rem;
    padding-bottom: 0.6rem;
    box-sizing: border-box;
}

.search_body .search_span {
    width: 100%;
    text-align: center;
    margin-bottom: 0.77rem;
    font-family: SC-Bold;
    font-weight: bold;
    font-size: 0.45rem;
    color: #000000;
}



.search_body form {
    width: 9rem;
    height: 1rem;
    margin: 0 auto;
    padding: 0 0.34rem 0 0.42rem;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FAFAFA;
}


.search_body .search_input {
    width: calc(100% - 0.5rem);
    font-size: 0.16rem;
    font-family: SC-Normal;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    background: none;
}

.search_body .search_input::placeholder {
    color: #A8A8A8;
}

.search_body .search_btn {
    width: 0.38rem;
    height: 0.38rem;
    background: url(../img/search_icon3.png) center no-repeat;
    background-size: contain;
    cursor: pointer;
}
.search_body .search_btn:hover{
    background: url(../img/search_icon2.png) center no-repeat;
    background-size: contain;
}

.search_body .num{
    width: 100%;
    text-align: center;
    margin-top: 0.35rem;
    font-family: SC-Medium;
    font-weight: 500;
    font-size: 0.2rem;
    color: #000000;
}
.search_body .num span{
    color: #80A749;
}








/* 空数据样式 */
.list_null{
    position: relative;
}
.list_null img {
    width: 6.54rem;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
}
.list_null span{
    position: absolute;
    left: 50%;
    bottom: 0.26rem;
    transform: translateX(-50%);
    font-family: SC-Regular;
    font-weight: 400;
    font-size: 0.16rem;
    color: #A8A8A8;
}




/* 有数据样式 */
.search_cont{
    margin-top: 0.97rem;
}
.search_cont .sear_tab{
    display: flex;
    gap: 0.2rem;
    margin-bottom: 0.45rem;
}
.search_cont .sear_tab .tab_btn{
    width: 1.8rem;
    height: 0.45rem;
    background: #FFFFFF;
    border-radius: 0.03rem;
    border: 0.01rem solid #366D33;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: SC-Normal;
    font-weight: 400;
    font-size: 0.18rem;
    color: #366D33;
    cursor: pointer;
}
.search_cont .sear_tab .tab_btn.act{
    background: linear-gradient( 270deg, #80A749 0%, #366D33 100%);
    color: #fff;
}




.sear_box .sear_list{
    display: none;
}
.sear_box .sear_list.on{
    display: flex;
    flex-wrap: wrap;
}





.prod_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.31rem;
}
.prod_list .prod_item{
    width: 2.92rem;
    height: auto;
    margin-right: 0.35rem;
    margin-bottom: 0.86rem;
}
.prod_list .prod_item:nth-child(5n){
    margin-right: 0;
}
.prod_list .prod_item .prod_img{
    width: 100%;
    height: 1.84rem;
    border-radius: 0.1rem;
    margin-bottom: 0.22rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.19rem 0.1rem;
    box-sizing: border-box;
    background:#F9F9F9 url(../img/about_logo5.png) center no-repeat;
    background-size: 90%;
}
.prod_list .prod_item .prod_img img{
    object-fit: contain;
    transition: all 0.5s;
}
.prod_list .prod_item .prod_title{
    font-family: SC-Medium;
    font-weight: 500;
    font-size: 0.18rem;
    color: #333333;
    text-align: center;
}
.prod_list .prod_item:hover .prod_img img{
    transform:scale(1.1);
}



.news_list{
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.35rem;
    width: 100%;
}
.sear_list:nth-child(2) .page_box{
    margin-top: 0.31rem;
}
.news_list .news_item{
    width: calc(33.33% - 0.233rem) !important;
    height: 5rem;
    padding: 0.2rem;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 0.28rem;
}
.news_list .news_item .news_img{
    width: 100%;
    height: 2.82rem;
    overflow: hidden;
    margin-bottom: 0.36rem;
}
.news_list .news_item .news_img img{
    transition: all 0.5s;
}
.news_list .news_item .news_title{
    font-family: SC-Regular;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    line-height: 1.75;
}
.news_list .news_item .news_txt{
    position: absolute;
    left: 0.2rem;
    bottom: 0.48rem;
    display: flex;
    align-items: center;
    gap: 0.27rem;
}
.news_list .news_item .news_time,
.news_list .news_item .news_visit{
    display: flex;
    align-items: center;
    font-family: MiSans-Light;
    font-weight: 300;
    font-size: 0.18rem;
    color: #606060;
}
.news_list .news_item .news_time i,
.news_list .news_item .news_visit i{
    display: block;
    width: 0.18rem;
    height: 0.18rem;
    margin-right: 0.1rem;
}
.news_list .news_item .news_time i{
    background: url(../img/news_icon1.png) center no-repeat;
    background-size: contain;
}
.news_list .news_item .news_visit i{
    background: url(../img/news_icon3.png) center no-repeat;
    background-size: contain;
}
.news_list .news_item:hover{
    background: #F8F8F8;
}
.news_list .news_item:hover .news_title{
    color: #366D33;
}
.news_list .news_item:hover .news_time,
.news_list .news_item:hover .news_visit{
    color: #80A749;
}
.news_list .news_item:hover .news_time i{
    background: url(../img/news_icon2.png) center no-repeat;
    background-size: contain;
}
.news_list .news_item:hover .news_visit i{
    background: url(../img/news_icon4.png) center no-repeat;
    background-size: contain;
}
.news_list .news_item:hover .news_img img{
    transform:scale(1.1);
}







@media screen and (max-width: 1024px) {
    .search_body form{
        width: 100%;
    }
    .search_body .search_input{
        font-size: 14px;
    }
    .list_null img{
        width: 100%;
    }
    .list_null span{
        width: 100%;
        text-align: center;
        font-size: 12px;
    }
    .prod_list,
    .news_list{
        column-gap: 0.2rem;
        row-gap: 0.2rem;
    }
    .prod_list .prod_item{
        width: calc(50% - 0.1rem);
        height: auto;
        margin: 0;
    }
    .news_list .news_item{
        width: calc(50% - 0.1rem) !important;
        height: 3.7rem;
    }
    .news_list .news_item .news_img{
        height: 1.82rem;
        margin-bottom: 0.2rem;
    }
    .news_list .news_item .news_txt{
        bottom: 0.28rem;
    }
}






