.erp-sync-field-modal{
    margin-top: 30px;
    height: 85%;
}
.erp-sync-field-item{
    padding: 0 20px;
    margin-bottom: 10px;
}
.erp-sync-field-warp{
    max-height: calc(100% - 120px);
    overflow-y: auto;
}
.erp-sync-field-item-title{
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}
.erp-sync-field-item-behavior{
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 20px;
}
.erp-sync-field-item-behavior-select{
    position: relative;
    width: 260px;
}
.erp-sync-field-select-down{
    width: 260px;
    margin-top: 5px;
    padding: 5px 0;
}
.erp-sync-field-select-input{
    padding: 0 10px;
}
.erp-sync-field-select-body{
    max-height: 260px;
    padding: 10px 0;
    overflow-y: auto;
}
.erp-sync-field-disabled{
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #666;
    padding: 0 10px;
    opacity: .4;
    cursor: not-allowed;
}
.erp-sync-field-select-item{
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #666;
    padding: 0 10px;
    cursor: pointer;
}
.erp-sync-field-select-item:hover{
    color: #3289f2;
    background: #fbfcfc;
}
.erp-sync-field-item-behavior-item{
    margin-bottom: 10px;
}
.erp-sync-field-item-behavior-item-column{
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    width: 120px;
    margin-right: 10px;
}
.erp-sync-field-item-behavior-item-erp{
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    width: 260px;
    margin-right: 10px;
}
.erp-sync-field-item-behavior-item-key{
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    width: 90px;
    text-align: center;
    margin-right: 10px;
}
.erp-sync-field-item-behavior-title{
    width: 100px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    color: #999;
    text-align: right;
    padding-right: 10px;
}
.erp-sync-field-item-behavior-checkbox{
    width: calc(100% - 100px);
    /*height: 32px;*/
    /*line-height: 32px;*/
    /*font-size: 12px;*/
    /*color: #999;*/
    /*text-align: right;*/
    /*padding-left: 10px;*/
}