.foot_tab_box{
    margin-top: 2.0833rem;
}

.foot_tab_box table{
    width:100%; border-collapse: collapse;
}

.foot_tab_box table tr td{
     border-collapse: collapse; border-right:1px solid #ffffff;
     width:33%;
     background-color:#000000;
}
.foot_tab_box table tr td:last-child{
    width:34%; border-right:none;
}

.foot_tab_box table tr td a{
    display:inline-block;
    width:100%;
    color:#ffffff;
    line-height:1.8rem;
    font-size:0.6rem;
    text-align:center;
}