.goods_item{
    width: 22%;
    margin: 15px 15px 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.goods_item .goods_item-img{
    width: 250px;
    height: 250px;
    cursor: pointer;
}
.goods_item p{
    margin: 0;
    padding: 5px 0;
}
.goods_item .goods_item-id{
    font-weight: bold;
}
.goods_item .goods_item-style{
    color: #0000ff;
    font-size: 15px;
    font-weight: bold;
}
.goods_item .goods_item-num{
    color: #2266BB;
    font-weight: bold;
    font-family: Verdana;
}