[v-cloak] {display: none;}
html,body{background: #ffffff;}
.all_professional{
    overflow: hidden;
    line-height: 40px;
    font-size: 16px;
    border-bottom: 1px solid #002b54;
    margin-top: 20px;
    
}
.all_professional .bg-primary{
    color: #fff!important;
    background: #002b54;
    padding: 0 43px;
    border-radius: 4px 4px 0 0;
    line-height: 40px;
    display: inline-block;
}
.all_professional a{
    padding: 0 43px;
    border-radius: 4px 4px 0 0;
    line-height: 40px;
    color: #333333;
    display: inline-block;
    cursor: pointer;
}
.all_professional a:hover{
    text-decoration: none;
}

.table th,.table td{
    width: 20%;
    text-align: center;
}
.table th{
    background-color: rgb(246, 246, 246);
}

.earlyList{
    border-top: 1px solid #eeeeee;
}
.earlyList .earlyItem{
    width: 92%;
    margin: 0 auto;
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
}