
.product-title{
    font-size: 30px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
@media screen and (min-width: 1920px){
    .product-title{
        font-size: 30px;
        text-align: center;
        color: #fff;
        font-weight: bold;
    }
}
.product-box{
    width: 260px;height: 340px;padding: 20px 0;text-align: center;background: #fff;margin-bottom: 14px;
}
.product-box:hover{
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
}
.product-box img{
    width: 213px;height: 213px;margin: 35px;
}
.product-item2-font{
    position: absolute;
    top: 15%;
    font-size: 30px;
    line-height: 130px;
    margin-left: 90px;
}
@media screen and (min-width: 1920px){
    .product-item2-font{
        position: absolute;
        top: 21%;
        font-size: 40px;
        line-height: 170px;
        margin-left: 140px;
    }

}
.product-item2-font img{
    width: 36px;
    height: 36px;
}
.product-item-rightPic{
    width: 60%;height: 500px;float: right;margin-top: 60px;
}
@media screen and (min-width: 1920px){
    .product-item-rightPic{
        width: 60%;height: 600px;float: right;margin-top: 60px;
    }

}
.product-item2-title{
    text-align: center;
    margin-top: 40px;
    font-size: 30px;
    font-weight: bold;
}
@media screen and (min-width: 1920px){
    .product-item2-title{
        text-align: center;
        margin-top: 80px;
        font-size: 45px;
        font-weight: bold;
        padding-bottom: 80px;
    }

}
