.product_imgs{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 50px;
}
.product_imgs .item{
    width: 45%;
    text-align: center;
    margin-bottom: 30px;
}
.product_imgs .item .img{
    width: 60%;
    height: 400px;
    background: #eee;
}
.product_imgs .item .name{
    line-height: 36px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}