.add_bg{
    background-color: #000000a2;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 323;
    top: 0;
    left: 0;
    backdrop-filter: blur(12px);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
}
.add_ny{
    width: 800px;
    background-color: rgba(39, 39, 42, 0.8);
    border: solid #2b2b2b 1px;
    border-radius: 5px;
    overflow: hidden;
    position: fixed;
    z-index: 3428;
    top: 120px;
    left: calc(100vw/2 - 400px); 
}
.add_ny .add_t{
    padding: 8px 12px;
    border-bottom: solid #2b2b2b 1px;
    background-color: #00000066;
    box-shadow: 0px 8px 5px rgb(2 41 27 / 20%);
    color: #b6b6c7;
    font-size: 13px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.add_ny .add_nn{
    padding: 12px;
    min-height: 90px;
    display: none;
}
.add_nn .label{
    font-size: 13px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 18px 0;
    border-bottom: solid #2d2d2d8c 1px;
    align-items: center;
    
}
.add_nn .label .label_t{
    width: 100px;
    text-align: right;
    padding-right: 16px;
}

.add_nn .label .label_xx{
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.label_xx span{
    display: block;
    width: 75px;
    text-align: center;
    border: solid 1px #3f3f46;
    padding: 7px 2px;
    border-right: 0;
    cursor: pointer;
    color: #b9b9b9;
}
.sj span{
    width: 55px;
}
.jslj span,.zjfl_lj span{
    width: 108px;
}
.bld_jslj span,.jyl_lj span{
    width: 110px;
}
.label_xx span.xz{
    color: #ffffff !important;
    background-color: #059669;
    border: solid 1px #10b981;
}
.label_xx span:first-child{
    border-radius: 4px 0 0 4px;
}
.label_xx span:last-child{
    border-right: solid 1px #3f3f46;
    border-radius: 0 4px 4px 0;
}
.add_save{
    width: 100%;
    margin-top: 21px;
    margin-bottom: 12px;
    display: none;
    cursor: pointer;
}
.add_save span{
    margin-left: 100px;
    padding: 12px;
    border-radius: 6px;
    background: #101010;
    box-shadow: 0 4px 12px rgb(0 39 25 / 47%);
    font-size: 13px;
    margin-right: 20px;
}
.add_err{
    display: contents;
    font-size: 13px;
    color: #f78632;
}
.add_suc{
    width: 320px;
    padding: 8px;
    font-size: 13px;
    color: #67c23a;
    background: #f0f9eb;
    text-align: center;
    position: absolute;
    left: calc(50% - 160px);
    top: 25px;
    display: none;
}
.no_result{
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d5d5d3;
}
.result_lst{
    height: unset;
    min-height: 60px;
    padding: 0;
    overflow: hidden;
}
.result_lst .tj_div{
    padding: 8px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 13px;
    border-bottom: 1px solid var(--color-border-light);
    align-items: center;
}
.result_lst .tj_div:last-child{
    border-bottom: 0px;
}
.result_lst .tj_div:hover{
    background: #2c2f2e;
}
.tj_div .tj_l{
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.tj_div .tj_r{
    width: 18px;
    color: red;
    text-align: right;
    cursor: pointer;
}
.tj_div .tj_l .t_b{
    font-weight: 700;
    color: #fff;
}
.tj_div .tj_l .t_d{
    font-size: 12px;
    color: #e7e7e7;
}