._goods-list{
    padding: 40px 0 120px;
    min-height: calc(100vh - 230px);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.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: 35px;
}
.goods-list-table .top-name .num{
    font-size: 16px;
    color: #666666;
    font-weight: normal;
}
.sendAsk{
    width: 85px;
    height: 35px;
    background: #108391;
    border-radius: 15px;
    border: none;
    font-size: 24px;
    color: #FFFFFF;
    cursor: pointer;
}
.sim-xin-btn{
    margin-left: 10px;
}
.goods-list-table-box{
    width: 100%;
    overflow-x: auto;
}
.container{
    width: 98%
}
.goods-list-table table{
    text-align: center;
    border-collapse: collapse;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    width: 100%;
    overflow-x: auto;
}
.goods-list-table table thead{

}
.goods-list-table table thead td{
    font-weight: bold;
    white-space: nowrap;
    min-width: 160px;
}
.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: right;*/
/*}*/

.page-num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.8rem;
}

.page-num a {
    width: 0.42rem;
    height: 0.42rem;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.18rem;
    color: #108391;
    margin: 0 0.1rem;
    border-radius: 0.05rem;
}

.page-num a span {
    font-family: "iconfont";
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.page-num a.on,
.page-num a:hover {
    background: #108391;
    color: #fff;
}

@media screen and (max-width: 800px) {
    .page-num a {
        width: 3.6rem;
        height: 3.6rem;
        font-size: 2rem;
        margin: 0 0.5rem;
    }
}
.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: 28px;
    }
    .goods-list-table .top-name .num{
        font-size: 22px;
    }
    .goods-list-table table{
        font-size: 22px;
        line-height: 20px;
    }
}
