
.table_tab{
    margin-bottom: 20px;
}
.table_tab li{
    border-radius: 10px;
    float: left;
    margin-right: 20px;
    width: 240px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    height: 60px;
    background: #f3f3f3;
}
.table_tab li h5{
    line-height: 20px;
    font-weight: normal;
    font-size: 20px;
    color: #0f0f0f;
}
.table_tab li p{
    line-height: 20px;
    font-size: 16px;
    color: #999;
}
.table_tab li.active{
    background: #48ad8a;
}
.table_tab li.active h5,
.table_tab li.active p{
    color: #fff;
}
.page_box{
    margin: 30px auto;
    display: flex;
    justify-content: center;
}
.page_box a{
    display: block;
    cursor: pointer;
    margin: 0 10px;
    width: 33px;
    line-height: 33px;
    text-align: center;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #999;
    font-size: 18px;
}
.page_box span.active{
    display: block;
    cursor: pointer;
    margin: 0 10px;
    width: 33px;
    line-height: 33px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 18px;
    border: 0;
    background: #48ad8a;
    color: #fff;
}


@media screen and (max-width: 1199px) {
    /* .searchCon .selDiv:nth-child(1),
    .searchCon .selDiv:nth-child(2),
    .searchCon .selDiv:nth-child(3){
        margin: .3rem 1%;
        width: 48%;
    }
    .searchCon .selDiv:nth-child(4),
    .searchCon .selDiv:nth-child(5),
    .searchCon .selDiv:nth-child(6),
    .searchCon .selDiv:nth-child(7){
        margin: .3rem 1%;
        width: 48%;
    }
    .searchCon .selDiv:nth-child(3),
    .searchCon .selDiv:nth-child(7){
        margin: .3rem 1%;
        width: 48%;
    }
    .searchCon .selDiv:nth-child(7){
        width: 98%;
        margin: .3rem 1% 1rem;
    } */
    .table_tab{
        margin-bottom: .5rem;
    }
    .table_tab li{
        border-radius: .25rem;
        margin: .1rem 1%;
        width: 48%;
        height: 2.5rem;
    }
    .table_tab li:nth-last-child(1){
        /*margin: .1rem 26%;*/
    }
    .table_tab li h5{
        line-height: 1rem;
        font-size: .7rem;
    }
    .table_tab li p{
        line-height: 1rem;
        font-size: .65rem;
    }
    .page_box{
        margin: .5rem auto;
    }
    .page_box a{
        margin: 0 .25rem;
        width: 1.3rem;
        line-height: 1.3rem;
        border-radius: .1rem;
        font-size: .65rem;
    }
    .page_box span.active{
        width: 1.3rem;
        line-height: 1.3rem;
        border-radius: .1rem;
        font-size: .65rem;
    }
}