.set-child-form-title{
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #666;
}
.set-child-form-warp{
    margin-bottom: 10px;
}
.set-child-form-tips{
    height: 26px;
    line-height: 26px;
    font-size: 14px;
}
.set-child-form-select-down-item{
    position: relative;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #666;
    padding: 0 10px;
    cursor: pointer;
}
.set-child-form-select-down-item:hover{
    color: #3289f2;
    background: #fbfcfc;
}
/*.set-child-form-down{*/
/*    width: 532px;*/
/*}*/
.set-child-form-select-column-warp{
    position: relative;
    width: 158px;
    padding-right: 10px;
}
.set-child-form-select-column-wid{
    width: 148px;
}
.set-child-form-select-body{
    max-height: 260px;
    padding: 10px 0;
    overflow-y: auto;
}
.set-child-form-column-leven-warp{
    position: relative;
    width: calc(100% - 158px);
}
.set-child-form-column-leven-select-wid{
    width: 374px;
    height: 260px;
}
.set-child-form-column-leven-btn-select{
    width: 374px;
    margin-left: -284px;
}
.set-child-form-column-leven-select-body{
    min-height: 260px;
    padding: 10px 0;
    overflow-y: auto;
}
.set-child-form-column-select-warp{
    width: 284px;
    padding-right: 5px;

}
.set-child-form-column-select-wid{
    width: 279px;
}
.set-child-form-column-select-body{
    max-height: 260px;
    padding: 10px 0;
    overflow-y: auto;
}
.set-child-form-column-leven-btn{
    width: 90px;
}
.set-child-form-select-table {
    margin-bottom: 0;
}
.set-child-form-select-table > thead > tr > th {
    padding: 7px;
    color: #666;
    background: #fff;
    border-top: none;
    font-size: 12px;
    border-bottom: none;
    font-weight: 600;
}
.set-child-form-select-table > tbody > tr > td {
    padding: 7px;
    color: #666;
    background: #fff;
    border-top: none;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.set-child-form-select-table > tbody > tr:hover , .set-child-form-select-table > tbody > tr:hover>td{
    cursor: pointer;
    background-color: #EEF8FF;
}
.set-child-form-select-right-icon{
    position: absolute;
    right: 3px;
    font-size: 14px;
    color: #3289f2;
}

.set-child-form-content-warp{
    overflow: auto;
}
.set-child-form-content-table {
    border: 1px solid #eee;
    border-radius: 4px;
    margin-bottom: 0;
}
.set-child-form-content-table > thead > tr > th{
    position: relative;
    border: 1px solid #E1E1E1;
    background-color: #F4F4F4;
    padding: 7px;
}

.set-child-form-content-table > tbody > tr > td {
    padding: 4px 7px;
    max-width: 200px;
    valign:middle;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    border: 1px solid #E1E1E1;
}
.set-child-form-content-table-del-btn{
    position: absolute;
    display: none;
    font-size: 21px;
    color: #FA5555;
    cursor: pointer;
}

.set-child-form-content-table > tbody > tr:hover .set-child-form-content-table-del-btn{
    display: inline-block;
}
.set-child-form-content-table-input{
    width: 140px;
}
.set-child-form-content-table-select{
    width: 140px;
}
.set-child-form-content-table-del{
    display: none;
    font-size: 21px;
    color: #FA5555;
    cursor: pointer;
}
.set-child-form-content-table-first:hover .set-child-form-content-table-del{
    display: block;
}
.set-child-form-content-table-first:hover .set-child-form-content-table-num{
    display: none;
}