
.header{
    background: #FFFFFF;
    border-bottom: 0.01rem solid #E5E5E5;
}
.header .head_logo .logo1{
    display: none;
}
.header .head_logo .logo2{
    display: block;
}
.header .head_txt .head_nav .head_item .head_url{
    color: #000000;
}
.header .head_txt .head_item:hover .head_url{
    font-weight: bold;
    color: #2E54A1;
}
.header .head_txt .head_search{
    background: url(/huichuang_img/search_icon2.png) center no-repeat;
    background-size: contain;
}
.header .head_txt .head_yuyan{
    color: #000000;
}



.search_body {
    min-height: 4.96rem;
    padding-top: 1.77rem;
    padding-bottom: 1.38rem;
    box-sizing: border-box;
}

.search_body .search_span {
    width: 100%;
    text-align: center;
    margin-bottom: 0.53rem;
    font-weight: 600;
    font-size: 0.5rem;
    color: #000000;
    letter-spacing: 0.08rem;
}



.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-weight: 400;
    font-size: 0.18rem;
    color: #2E54A1;
    background: none;
}

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

.search_body .search_btn {
    width: 0.38rem;
    height: 0.38rem;
    background: url(/huichuang_img/search_icon4.png) center no-repeat;
    cursor: pointer;
}
.search_body .search_btn:hover{
    background: url(/huichuang_img/search_icon5.png) center no-repeat;
}

.search_body .num{
    width: 100%;
    text-align: center;
    margin-top: 0.31rem;
    /*font-family: SC-Medium;*/
    font-weight: 500;
    font-size: 0.2rem;
    color: #000000;
    font-family: Microsoft YaHei-Regular;
}





/* 有数据样式 */
.search_cont{
    margin-top: 0.94rem;
}
.search_cont .sear_tab{
    display: flex;
    column-gap: 0.2rem;
    margin-bottom: 0.56rem;
}
.search_cont .sear_tab .tab_btn{
    width: 1.8rem;
    height: 0.45rem;
    background: #FFFFFF;
    border-radius: 0.03rem;
    border: 0.01rem solid #AAAAAA;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    cursor: pointer;
}
.search_cont .sear_tab .tab_btn.act{
    background: #2E54A1;
    border: 0.01rem solid #2E54A1;
    color: #fff;
}

.sear_box .sear_list{
    display: none;
}
.sear_box .sear_list.on{
    display: block;
}





.product_list{
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.44rem;
    row-gap: 0.6rem;
    margin-bottom: 0.64rem;
}
.product_list .product_item{
    width: calc(50% - 0.22rem) !important;
    height: auto;
}
.product_list .product_item .product_img{
    width: 100%;
    height: 3.14rem;
    overflow: hidden;
    margin-bottom: 0.35rem;
}
.product_list .product_item .product_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.product_list .product_item .product_title{
    font-weight: 600;
    font-size: 0.25rem;
    color: #000000;
    margin-bottom: 0.13rem;
}
.product_list .product_item .product_txt{
    font-weight: 400;
    font-size: 0.18rem;
    color: #666666;
}
.product_list .product_item:hover .product_img img{
    transform: scale(1.1);
}
.product_list .product_item:hover .product_title{
    color: #2E54A1;
}
.product_list .product_item:hover .product_txt{
    color: #000;
}






.anli_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.5rem;
    row-gap: 0.64rem;
    margin: 0.64rem 0;
}
.anli_list .anli_item{
    width: 4rem;
    height: 6.6rem;
    background: #F8F8F8;
}
.anli_list .anli_item .anli_img{
    width: 100%;
    height: 4.9rem;
    overflow: hidden;
}
.anli_list .anli_item .anli_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.anli_list .anli_item .anli_txt{
    width: 100%;
    height: 1.7rem;
    padding: 0.23rem;
    box-sizing: border-box;
}
.anli_list .anli_item .anli_txt .anli_title{
    font-weight: 600;
    font-size: 0.2rem;
    color: #000000;
    margin-bottom: 0.18rem;
}
.anli_list .anli_item .anli_txt .anli_li{
    font-weight: 400;
    font-size: 0.14rem;
    color: #666666;
    margin-bottom: 0.08rem;
}
.anli_list .anli_item:hover{
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0,0,0,0.1);
}
.anli_list .anli_item:hover .anli_img img{
    transform: scale(1.1);
}
.anli_list .anli_item:hover .anli_txt .anli_title{
    color: #2E54A1;
}
.anli_list .anli_item:hover .anli_txt .anli_li{
    color: #000;
}









/* 空数据样式 */
.list_null{
    margin-top: 0.71rem;
}
.list_null img {
    width: 6.52rem;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
}
.list_null span{
    width: 100%;
    display: block;
    margin: 0 auto;
    line-height: 1;
    text-align: center;
    font-weight: 400;
    font-size: 0.16rem;
    color: #A8A8A8;
}



@media only screen and (max-width: 1024px) {
.search_body form{
    width: 100%;
}
.search_body .search_btn{
    width: 0.5rem;
    height: 0.5rem;
}
}