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

}


.table_nav_panel{
    width: 100%;
    height: 2.4rem;
    background: #fff;
}

.table_nav{
    width: 9.15rem;
    padding: unset;
    flex-wrap: wrap;
    margin-bottom: 0.67rem;
}

.table_li{
    margin-top: 0.19rem;    
}
.table_li a{
    width: 2.08rem;
    height: 0.67rem;
    font-size: 0.27rem;
    line-height: 0.1rem;
    border-radius: 0.08rem;
    border: 0.01rem solid #000000;
    align-items: center;
}

.table_li a::after{
    content: " ";
    background: url(../img_m/stand_right_normal.png) no-repeat;
    background-size: 100% 100%;
    width: 0.13rem;
    height: 0.21rem;
    margin-left: 0.1rem;
    display: flex;
    margin-top: 0.04rem;
}

.table_li.active a::after{
    background: url(../img_m/stand_right_normal_active.png) no-repeat;
    background-size: 100% 100%;
}


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