/* 网页头 */
html, body{
    min-width: 1130px !important;
}
.table td, .table th {
    border-top: 0 !important;
}
li{
    list-style: none;
}


.container-fluid .nav{
    padding: 0;
}
.container-fluid .row .header_nav{
    height: 130px;
    padding: 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid black;
}
.container-fluid .row .header_nav .hetangimg{
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: black;
}
.container-fluid .row .header_nav .pinpaixuanze{
    height: 100%;
    padding: 0;
    border-right: 1px solid black;
    background-color: #145151;
}
.container-fluid .row .header_nav .header-nav-category-price .category_selete,.price_selete{
    color: white;
    background-color: #145151;
    border-radius: 3px;
    text-decoration: none;
    font-size: 11px;
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 1;
}
.container-fluid .row .header_nav .header-nav-category-price a:hover{
    color: black;
    background-color: #EAD4AF;
    text-decoration: none;
}


/* 网页内容 */
.container-fluid .nav .main .col-md-12 .table_header tr th{
    vertical-align: middle;
    text-align: center;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    background-color: #145151;
    color: white;
}
