.set-relation-table-title{
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #666;
}
.set-relation-table-warp{
    margin-bottom: 10px;
}
.set-relation-table-tips{
    height: 26px;
    line-height: 26px;
    font-size: 14px;
}
.set-relation-table-down{
    width: 532px;
}

.set-relation-table-down{
    width: 532px;
}
.set-relation-table-body{
    max-height: 260px;
    padding: 10px 0;
    overflow-y: auto;
}
.set-relation-table-down-item{
    padding:5px 10px;
    cursor: pointer;
}
.set-relation-table-down-item:hover{
    background: #fbfcfc;
}
.set-relation-table-down-head{
    height: 22px;
    line-height: 22px;
    font-size: 12px;
}
.set-relation-table-down-body-img{
    position: relative;
    width: 70px;
    height: 60px;
    padding-right: 10px;
}
.set-relation-table-down-body-img>img{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.set-relation-table-down-body-info{
    position: relative;
    width: calc(100% - 140px);
}
.set-relation-table-down-body-info-item{
    position: relative;
    width: 100%;
    height: 20px;
    /*line-height: 22px;*/
    font-size: 12px;
}
.set-relation-table-down-body-btn{
    position: relative;
    width: 70px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}


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

.set-relation-table-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-relation-table-content-table-del-btn{
    position: absolute;
    display: none;
    font-size: 21px;
    color: #FA5555;
    cursor: pointer;
}

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