.goods{
    width: 100%;
    background-image:url(../img/goods-bj1.jpg);
    
    overflow: hidden;
}
.goods-box{
    width: 1200px;
    height:1300px;
    margin:50px auto;
    background-color: #fff;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: space-around;
}
.goods-item{
    width: 360px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.goods-item img{
    width: 360px;
    height: 270px;
}
.goods-item h3{
    font-size:20px;
    height:60px;
    line-height:60px;
    color:#333;
    text-align:center;
}
.goods-item p{
    font-size:18px;
    height:70px;
    line-height: 35px;
    color:#333;
    text-align:center;
}