.jianidc_bq {
    background-color: rgba(252, 241, 235, 1);
    color: rgba(254, 95, 71, 1) !important;
    margin-right: 2px;
    min-width: max-content;
    padding: 0 8px;
    height: 24px;
    line-height: 24px !important;
    font-size: 12px !important;
    font-weight: bold;
    border-radius: 2px;
    display: inline-block;
    margin-bottom: 8px;
}
.jianidc_adv {
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
    border: 1px solid;
    font-size: 12px !important;
    font-style: normal;
    line-height: 16px !important;
    border-radius: 2px;
    border-color: #0008ff;
    background: #fff;
    color: #0008ff !important;
    position: relative;
    float: right;
    margin-top: 5px;
}
.jianidc_adv {
    transition: all 0.3s ease;
}

.jianidc_adv:hover {
    background: #0008ff;
    color: #fff !important;
}

.config-item {
    display: flex;
    padding: 4px 0;
}

.config-label {
    min-width: 60px;/* 宽度 */
    text-align: left;
    padding-right: 15px;
    font-weight: 700;/* 字体加黑 */
}

.config-value {
    flex: 1;
    text-align: left;
}