.join-page .title{
    font-size:28px;
    font-weight: bold;
    color:#000000;
    line-height: 50px;
    text-align: center;
    margin-bottom: 30px;
}
.join-page .lb{
    color:#999;
    font-size:16px;
    display: block;
    width:100%;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height:30px;
    line-height: 30px;
}

.join-page .vl{
    color:#000;
    font-weight: bold;
    font-size:16px;
    display: block;
    width:100%;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height:30px;
    line-height: 30px;
}
.join-page .vl-m{
    height:30px;
    line-height: 30px;
    min-height: 180px;
}
.table th{
    font-size:16px;
    text-align: center;
    vertical-align: middle;
}
.table td{
    font-size:16px;
    text-align: center;
    vertical-align: middle;
}
.table td a{
    color:var(--theme-color);
}
.table td .btn{
    font-size:16px;
    color:var(--theme-color);
    line-height: 40px;
    height: 40px;
    padding:0 20px;
    border-radius: 40px;
    overflow: hidden;
    border:1px solid var(--theme-color);
}