body{
    background: #00020e;
}

.goods_list{
    width: 1285px;
    display: flex;
    flex-direction: column;
    padding-top:46px;
    
}
.goods_list .goods_box{
    width: 100%;
    display: flex;
    margin: 0 auto;
    box-sizing: border-box;
}
.left_classify{
    width: 154px;
    height: 56px;
    margin-top:190px;
}
.goods_classify{
    width: 104px;
    height: 55px;
    background: url(../images/border-second-bg.png) no-repeat;
    color: #bb975c;
    text-align: center;
    margin-left: 24px;
}
.goods_classify .classify_name{
    font-size:22px;
    line-height: 71px;
    color: #bb975c;
}
.goods_one{
    width: 1000px;
    display: flex;
    flex-wrap: wrap;
}
.goods{
    font-size: 14px;
    text-align: center;
    width: 160px;

    margin:50px 40px;
    text-align: center;
}
.goods_img{
    /* width: 143px;
    height: 236px; */
    width:100%;
    height: auto;
}
.goods_name{
    color: #bb975c;
    font-size: 13px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    width: 100%;
    text-align: center;
    margin: 0 auto;

    margin-top: 20px;

}
.line{
    height: 11px;
    width: 1220px;
    margin: 0 auto;
    margin-left: 50px;

    position:relative;
}
.line_img{
    height: 11px;
    width: 1227px;
}