html{
    overflow-x: hidden;
}
.solution{
    display: none;
}
.OtherRelatedProductsBackground{
    width: 100%;
    /* height: 1089px; */
    background: url('/images/temperature8.png') no-repeat;
    background-position: center 0;
    background-size: 100% 100%;
    padding-top: 128px;
    padding-bottom: 172px;
}
.OtherRelatedProducts h3{
    text-align: center;
    font-size: 28px;
    font-family: Verdana-Bold, Verdana;
    font-weight: bold;
    color: #3991E9;
}
.OtherRelatedProducts  h2{
    text-align: center;
    font-size: 28px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #000000;
}
.OtherRelatedProductsFlex{
    display: flex;
    width: 100%;
    margin-top: 78px;
}
.OtherRelatedProductsItem{
    width: 100%;
    margin-left: 20px;
    padding-bottom: 20px;
}
.OtherRelatedProductsItem:nth-child(1){
    margin-left: 0;
}
.OtherRelatedProductsItemImg{
    width: 100%;
    /* height: 360px; */
}
.OtherRelatedProductsItem h4{
    text-align: center;
    margin-top: 40px;
    font-size: 20px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #101C31;
}
.OtherRelatedProductsItem p{
    margin-top: 20px;
    font-size: 18px;
    font-family: SourceHanSansCN-Light, SourceHanSansCN;
    font-weight: 300;
    color: #000000;
    line-height: 32px;
}