._goods-list{
    padding: 40px 0 120px;
    min-height: calc(100vh - 500px);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.container{
    width: 1200px;
}
.bg-greg{
    background: #F1F5F7;
}
.bg-white{
    background: #fff;
}
.goods-list-table{
    background: #FFFFFF;
    padding: 40px;
    border-top: 4px solid #108391;
}
.goods-list-table .top-name{
    align-items: center;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 40px;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 24px;
}
.goods-list-table .top-name .num{
    font-size: 16px;
    color: #666666;
    font-weight: normal;
}
.goods-list-table-box{
    width: 100%;
    overflow-x: auto;
}
.goods-list-table table{
    border-collapse: collapse;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    width: 100%;
}
.goods-list-table table thead{

}
.goods-list-table table thead td{
    font-weight: bold;
    white-space: nowrap;
}
.goods-list-table table td{
    padding: 6px 0;
}
.goods-list-table table tr td:nth-child(3){
    white-space: nowrap;
    padding: 0 6px;
    text-align: center;
}
.goods-list-table table tr td:nth-child(4){
    text-align: center;
}
.goods-list-table table tr td:nth-child(5){
    text-align: center;
}
.goods-list-table table tr td:nth-child(6){
    text-align: center;
}
.goods-list-table table tr td:nth-child(7){
    text-align: right;
}
.goods-list-table table tbody tr:nth-child(2n - 1){
    background: #F1F5F7;
}
._goods-list .pagination{
    background: unset;
    margin-top: 40px;
}

#page2 .goods-list-table{
    background: #F1F5F7;
    border: none;
}
#page2 .goods-list-table .top-name{
    font-weight: 500;
    font-size: 20px;
}
#page2 .goods-list-table table tbody tr{
    background: unset;
}
#page3 ._goods-list{
    background: #EBF0F2;
}
#page3 .goods-list-table{
    border: none;
}
#page4 ._goods-list{
    background: #F9F9F9;
}
#page5 ._goods-list{
    padding-top: 60px;
}
#page5 .goods-list-table{
    padding: 0;
    border: none;
}
#page5 .goods-list-table .top-name{
    font-weight: 500;
    font-size: 20px;
}
#page5 .goods-list-table table tbody tr:nth-child(2n - 1){
    background: #F6F6F6;
}

@media (max-width: 992px) {
    ._goods-list{
        padding: 10px 0;
    }
    .goods-list-table{
        padding: 10px;
    }
    .goods-list-table .top-name{
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 18px;
    }
    .goods-list-table .top-name .num{
        font-size: 12px;
    }
    .goods-list-table table{
        font-size: 12px;
        line-height: 20px;
    }
}
