.el-table th.el-table__cell > .cell{
    font-size: 18px !important;
    font-weight: bold !important;
}
.boTypeStr {
  border: none !important;
}
.followingState {
    position: relative;
    display: block;
    width: 80%;;
    color: #f79502;
    text-align: center;
  }
/* .followingState::after{
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    content: '';
    background-color: #f79502;
    border-radius: 50%;
    box-shadow: 0 0 2px 2px #f79502;
    transform: translateY(-50%);
} */

.endingState {
    position: relative;
    display: block;
    width: 80%;;
    color: #F56C6C;
    text-align: center;
  }
/* .endingState::after{
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    content: '';
    background-color: #F56C6C;
    border-radius: 50%;
    box-shadow: 0 0 2px 2px #F56C6C;
    transform: translateY(-50%);
} */

.signingState {
    position: relative;
    display: block;
    width: 80%;;
    color: #66c537;
    text-align: center;
  }
/* .signingState::after{
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    content: '';
    background-color: #66c537;
    border-radius: 50%;
    box-shadow: 0 0 2px 2px #66c537;
    transform: translateY(-50%);
} */

.unknowState {
    position: relative;
    display: block;
    width: 80%;;
    color: #7f8691;
    text-align: center;
  }
/* .unknowState::after{
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    content: '';
    background-color: #7f8691;
    border-radius: 50%;
    box-shadow: 0 0 2px 2px #7f8691;
    transform: translateY(-50%);
} */

.advanceEndState {
    position: relative;
    display: block;
    width: 97%;;
    color: #606266;
    text-align: center;
  }
/* .advanceEndState::after{
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    content: '';
    background-color: #606266;
    border-radius: 50%;
    box-shadow: 0 0 2px 2px #606266;
    transform: translateY(-50%);
} */