body{
    background: #f7f7f7;
}

.table_nav_panel{
    width: 100%;
    /* border: 1px solid #f00; */
    height: 3.77rem !important;
}

/* 一级导航 */
.table_first_nav{
    width: 100%;
    margin: 0 auto;
    display: flex;
    /* border: 1px solid #f00; */
    flex-direction: row;
    justify-content: space-between;
    background: #fff;
    margin-bottom: unset;
    /* margin-top: 40px; */
}
.table_first_li {
    display: flex;
    justify-content: center;
    flex: 1;
    border-bottom: 2px solid #DEDEDE;
}
.table_first_li.active, .table_first_li:hover{
    color: #000;
    font-weight: 600;
    border-bottom: 2px solid #000;
}
.table_first_li a{
    padding: 0.35rem 0;
    font-size: 0.35rem;
}
/* 二级导航 */
.table_nav{
    width: 100%;
    padding: 0 0.21rem;
    /* width: 9.15rem; */
    flex-wrap: wrap;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);  /* 每行 4 列，等宽 */
    gap: 0.27rem;                               /* 行列间距 */

    padding-top: 0.29rem;
}

.table_li{
    /* margin-top: 0.29rem; */
}

.table_li a{
    width:  2.19rem;;
    height: 0.8rem;
    line-height: 0.38rem;
    font-size: 0.32rem;
    border-radius: 0.08rem;
    border: 0.01rem solid #000000;
    align-items: center;
    background: #fff;
}

.table_li.active a{
    background: #000;
    color: #fff;
}


.remark{
    width: 9.15rem;
    margin: 0 auto;
    margin-top: 0.4rem;
    font-size: 0.27rem;
    color:#999;

}

.table{
    /* border: 1px solid #f00; */
    margin-top: 0.27rem !important;
    margin-bottom: unset !important;
}


/* 去除点击时的下划线 */
.table_li a, .table_li a:link, .table_li a:visited, .table_li a:hover, .table_li a:active  {
  text-decoration: none;
}
