#products .wrap1 .item .box .imgs {
    position: relative;
    padding-bottom: 30px;
}
#products .wrap1 .item .box .imgs .imgLabel{
    width: auto;
    max-width: 120px;
    height: 56px;
    position: absolute;
    top: 0;
    left: 0;
}
#products .wrap1 .item .box .imgs .sideLabel{
    width: 68px;
    height: auto;
    max-height: 146px;
    position: absolute;
    top: 40px;
    right: 10px;
}
#products .wrap1 .item .box .imgs .fontLabel{
    position: absolute;
    top: 26px;
    left: 20px;
    width: 56px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    border-radius: 4px;
}
.bluelabel{
    color: #007bbd;
    border: 1px solid #007bbd;
}
.redlabel{
    color: #ff6060;
    border: 1px solid #ff6060;
}
.sideNav{
    width:83px;
    height: 335px;
    background: #fff;
}
.se-result{
    width: 100%;
}
#products .wrap1 .item .box .imgs {
    padding: 50px 20px 24px;
}
#products .wrap1 .item .d3{
    color: #2080bf;
}
@media (max-width: 1501px){
    #products .wrap1 .item .box .imgs .sideLabel{
        width: 56px;
        height: auto;
        /* max-height: 86px; */
        max-height: 120px;
        position: absolute;
        top: 40px;
        right: 10px;
    }
}
@media (max-width: 1201px){
    #products .wrap1 .item .box .imgs .fontLabel{
        position: absolute;
        top: 20px;
        left: 18px;
        width: 50px;
        height: 21px;
        text-align: center;
        line-height: 22px;
        font-size: 12px;
        border-radius: 4px;
    }
    #products .wrap1 .item .box .imgs .sideLabel{
        width: 40px;
        height: auto;
        max-height:86px;
        /* max-height: 120px; */
        position: absolute;
        top: 40px;
        right:10px;
    }
}
@media (max-width: 993px){
    #products .wrap1 .item .box .imgs .fontLabel{
        position: absolute;
        top: 20px;
        left: 18px;
        width: 50px;
        height: 21px;
        text-align: center;
        line-height: 22px;
        font-size: 12px;
        border-radius: 4px;
    }
    #products .wrap1 .item .box .imgs .sideLabel{
        width: 40px;
        height: auto;
        max-height:86px;
        /* max-height: 120px; */
        position: absolute;
        top: 40px;
        right:5px;
    }
    #products .wrap1 .item .box .imgs .imgLabel{
        width: auto;
        max-width: 120px;
        height: 40px;
        position: absolute;
        top: 0;
        left: 0;
    }
   
}
@media (max-width: 760px){
    #products .wrap1 .item .box .imgs {
        padding: 0.3rem 0.1rem 0.2rem;
        padding-bottom: 0.42rem;
    }
    #products .wrap1 .item .box .imgs .fontLabel{
        position: absolute;
        top: 0.3rem;
        left: 0.3rem;
        width: 0.8rem;
        height: 0.35rem;
        text-align: center;
        line-height: 0.4rem;
        font-size: 0.2rem;
        border-radius: 4px;
    }
    #products .wrap1 .item .box .imgs .imgLabel{
        width: auto;
        height: 0.92rem;
        max-width: none;
    }
    #products .wrap1 .item .box .imgs .sideLabel{
        position: absolute;
        top: 0.4rem;
        right: 0.1rem;
        width: 0.8rem;
        max-height: 1.717rem;
        height: auto;
    }
}
