.good-relation-main{
    max-height: 80px;
    overflow-y: auto;
}
.good-relation-main-item{
    position: relative;
    max-width: 280px;
    line-height: 24px;
    font-size: 12px;
    color: #666;
    padding: 0 18px 0 8px;
    background: #F2F8FF;
    border-radius: 4px;
    margin: 5px;
}
.good-relation-main-item:hover>span{
    display: inline-block;
}
.good-relation-main-item>span{
    display: none;
    position: absolute;
    cursor: pointer;
    right: 2px;
    font-size: 12px;
    color: red;
}
.good-relation-body{
    padding: 5px;
    border: 1px solid #E7ECF3;
}
.good-relation-body-item{
    position: relative;
    float: left;
    width: 50%;
    padding: 5px;
}
.good-relation-body-item-top{
    position: relative;
    height: 30px;
}
.good-relation-body-item-body{
    position: relative;
    width: 100%;
}
.good-relation-body-item-body-top{
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    background: #F6F6F6;
}
.good-relation-body-item-body-main{
    height: 190px;
    overflow-y: auto;
}
.good-relation-body-knowledge{
    position: relative;
    line-height: 36px;
    padding: 0 25px 0 10px;
    font-size: 14px;
    color: #333;
}
.good-relation-body-knowledge:hover,.good-relation-body-knowledge.active{
    background: #F2F8FF;
}
.good-relation-body-knowledge.active>.good-relation-body-knowledge-checked{
    display: inline-block;
}
.good-relation-body-knowledge-checked{
    display: none;
    position: absolute;
    right: 10px;
    font-size: 12px;
    color: #3289F2;
}
.good-relation-body-item-top-down{
    float: left;
    display: inline-block;
    width: 100px;
}
.good-relation-body-item-top-input{
    float: left;
    margin-left: 5px;
    width: calc(100% - 105px);
}
.good-relation-body-item-top-down-body{
    width: 250px;
    height: 220px;
    background: #fff;
    border: 1px solid #E7ECF3;
    overflow-y: auto;
}
.good-relation-classify-item{
    position: relative;
    width: 100%;
    height: 36px;
    padding: 0 10px;
    border-bottom: 1px solid #E9E9E9;
}
.good-relation-classify-item-check{
    float: left;
    width: 22px;
    height: 36px;
    padding-top: 10px;
    cursor: pointer;
}
.good-relation-classify-item-title{
    position: relative;
    float: left;
    width: calc(100% - 22px);
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
}
.good-relation-classify-item-title:hover{
    color: #00b7ee;
}
