#fiberglass-particulars{
    padding-top: 192px;
}
.supports-background{
    width: 100%;
}
.supports-background img{
    width: 100%;
    height: 100%;
}

.fiberglass-content{
    padding: 0 12.4%;
}
.result_cur_condition{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 76px;
}
.result_cur_condition_left{
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    line-height: 32px;
    margin-left: 10px;
    padding: 20px 0;
}
.result_cur_value{
    color: #333;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
}
.result_cur_icon{
    cursor: pointer;
    margin: 0 8px 0 12px;
    
}
.result_current_condition{
    align-items: center;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    display: flex;
    min-width: 65px;
    padding-left: 11px;
    text-decoration: none;
    width: auto;
}
.result_cur_condition_right input {
    
    border: none;
    padding-left: 10px;
    flex: 1;
}
.result_cur_condition_right{
    border: 1px solid #ebebeb;
    border-radius: 2px;
    /* box-sizing: border-box; */
    height: 40px;
    line-height: 100%;
    /* outline: none; */
    /* position: relative; */
    text-indent: 10px;
    width: 250px;
    display: flex;
    align-items: center;
}
.layui-icon-search{
    min-width: 35px;
    cursor: pointer;
}
/* .fiberglass-content-box{
    margin-top: 20px;
} */
/* .fiberglass-content-box ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
} */
.fiberglass-content-box{
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    width: 100%;
}
.result_show_products {
    /* align-items: stretch; */
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    width: 100%;
}
.exhibition_show_product,.result_show_product {
    background-color: #fff;
    box-sizing: border-box;
    display: inline-block;
    margin: 10px;
    overflow: hidden;
    text-align: center;
    transition: all .5s ease-out;
    vertical-align: top;
    width: calc(25% - 20px);
}
.result_show_product {
    position: relative;
}
.h-full{
    height: 100%;
}
.result_show_product_wrap{
    box-sizing: border-box;
    color: #333;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    padding: 5%;
    position: relative;
    z-index: 1;
}
.result_product_pic_wrap{
    flex-shrink: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
}
.result_product_pic_item {
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: default;
    height: 100%;
    position: absolute;
    transition: all .36s ease;
    width: 100%;
}
.result_show_product {
    position: relative;
}
.bg-cover{
    background-size: cover;
}
.jz_hover.jz_theme_font_hover_color:hover .result_product_name_wrap {
    color: #1e50ae;
}
 .result_show_product:hover {
    box-shadow: 0 0 22px rgba(0, 0, 0, .12);
}
 .result_show_product:hover .result_product_pic_item {
    cursor: pointer;
    transform: scale(1.05);
}
 .result_show_product:hover .result_product_pic_item {
    cursor: pointer;
    transform: scale(1.05);
}
.result_prop{
    margin-top: 20px;
}
.result_product_name_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-direction: row; */
    /* gap: 16px; */
    min-height: 40px;
    /* line-height: 40px; */
   

}