.opmc_stepConfig_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    background-image: url('../images/background.png');
    background-size: cover;
    /* background-color: #fff; */
    /* padding: 40px 0 40px 0; */
}

.opmc_stepConfig_wrap .opmc_stepConfig_modify-info {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #212121;
    line-height: 24px;
    font-weight: 600;
}


.opmc_stepConfig_wrap .opmc_stepConfig_open-btns {
    position: absolute;
    top: 20px;
    right: 0px;
    z-index: 2;
}

.opmc_stepConfig_wrap .opmc_stepConfig_open-btns > span {
    color: var(--theme-color, #5582F3);
    /*color: #5582F3;*/
    font-size: 12px;
    margin-left: 20px;
    cursor: pointer;
}

.opmc_stepConfig_config-container {
    position: relative;
    padding: 78px 0 40px 0;
}

.opmc_stepConfig_config-container .opmc_stepConfig_svg-wrap {
    position: absolute;
}

.opmc_stepConfig_config-container .opmc_stepConfig_svg-wrap use {
    display: block;
    cursor: pointer;

}

.opmc_stepConfig_config-container g {
    stroke: #212121;
}

.opmc_stepConfig_config-container .row {
    position: relative;
    display: flex;
    width: 100%;
    padding-bottom: 32px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    /*border: 1px solid #eee;*/
}

.opmc_stepConfig_config-container .step-row {
    display: flex;
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}

.opmc_stepConfig_wrap .opmc_stepConfig_config-container .item {
    display: flex;
    position: relative;
    overflow: inherit;
}

.opmc_stepConfig_config-container .step-item {
    display: flex;
    position: relative;
    z-index: 3;
}

.opmc_stepConfig_config-container .item .opmc_stepConfig_item-step {
    display: none;
    position: absolute;
    top: 42px;
    left: 50%;
    transform: translateX(-50%);
    background: #fafafa;
    z-index: 3;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
}

.opmc_stepConfig_item-step-triangle {
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #d9d9d9;
}

.opmc_stepConfig_item-step-triangle2 {
    width: 0;
    height: 0;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #fafafa;
}

.opmc_stepConfig_config-container .item-main {
    position: relative;
}

.opmc_stepConfig_config-container .item-main .opmc_stepConfig_item-fixed-text {
    color: #212121;
    cursor: auto;
    font-size: 14px;
    padding-top: 6px;
    border: 0px solid #D9D9D9;
    border-radius: 6px;
    width: 74px;
    height: 34px;
    text-align: center;
    background-color: #FFFFFF;
}

.opmc_stepConfig_config-container .item-main .opmc_stepConfig_item-main-text {
    width: 200px;
    height: 68px;
    line-height: 20px;
    box-sizing: border-box;
    /* text-align: center; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #212121;
    background-color: #FFFFFF;
    /* border: 1px solid #B3D5FF; */
    border-radius: 6px;
    cursor: pointer;
    outline: none;
    display: flex;
    flex-direction: column;
}

.opmc_stepConfig_config-container .opmc_stepConfig_item-main-text:hover {
    border: 2px solid var(--theme-color, #5582F3);
    line-height: 40px;
    width: 200px;
    /* color: #fff; */
    
}

/*指标制定*/
/* .opmc_stepConfig_config-container .item-main .opmc_stepConfig_item-main-text .nodeClass1 {
    width: 260px;
    height: 100%;
    display: flex;
    cursor: pointer;
} */

/*绩效评估*/
.opmc_stepConfig_config-container .item-main .opmc_stepConfig_item-main-text .nodeClass {
    width: 100%;
    height: 28px;
    display: flex;
    cursor: pointer;
    background-color: #dee3eb;
    line-height: 30px;
}

.opmc_stepConfig_config-container .item-main .opmc_stepConfig_item-main-text:hover .nodeClass {
    background-color: var(--theme-color, #5582F3);
    color: #FFFFFF;
}

.opmc_stepConfig_config-container .item-main .opmc_stepConfig_item-main-text .nodeClassActive {
    background-color: var(--theme-color, #5582F3);
    color: #FFFFFF;
}

/*指标制定*/
/* .opmc_stepConfig_config-container .item-main .opmc_stepConfig_item-main-text .mainTextClass1 {
    width: 195px;
    padding-left: 16px;
    cursor: pointer;
} */

/*绩效评估*/
.opmc_stepConfig_config-container .item-main .opmc_stepConfig_item-main-text .mainTextClass {
    width: 160px;
    padding-left: 12px;
    cursor: pointer;
}

.opmc_stepConfig_config-container .item-main .opmc_stepConfig_item-main-text .flexClass {
    display: flex;
}

.opmc_stepConfig_config-container .item-main .opmc_stepConfig_item-main-text .labelClass {
    /* min-width: 48px; */
    height: 20px;
    line-height: 19px;
    font-size: 12px;
    color: #41597E;
    background-color: rgba(226,231,238,0.7);
    /* border: 1px solid #D9D9D9; */
    border-radius: 10px;
    text-align: center;
    margin: 10px 0 0 12px;
    padding: 0 12px 0 12px;
    cursor: pointer;
}

.hideDiv{
    display: none;
}

.opmc_stepConfig_config-container .item-main .opmc_stepConfig_item-main-text .percentClass {
    width: 45px;
    height: 100%;
    /* background-color: #E0EFFF; */
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
}

.opmc_stepConfig_config-container .row .item-main .opmc_stepConfig_parse-input-edit {
    background-color: #FFF;
}

.opmc_stepConfig_config-container .step-item .opmc_stepConfig_item-step-text {
    width: 120px;
    height: 32px;
    /*line-height: 32px;*/
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #212121;
    background-color: #E2E7EF;
    border-radius: 4px;
    /*cursor: pointer;*/
    outline: none;
    border: none;
}

.opmc_stepConfig_config-container .item-main .opmc_stepConfig_parse-input-edit:hover {
    background-color: #fff;
    border-color: #E0EFFF;
    color: #212121;
}

.opmc_stepConfig_config-container .opmc_stepConfig_item-step-text:hover {
    background-color: #D0D4DC;
    /*color: #fff;*/
}

.opmc_stepConfig_config-container .row .item-main .item-main-active {
    /* background-color: #679AF8;
    border-color: #679AF8; */
    /*background-color: #679AF8;*/
    /* color: #fff; */
    border: 2px solid var(--theme-color, #5582F3);
    /* line-height: 48px;
    width: 272px; */
}

.opmc_stepConfig_config-container .item-main .opmc_stepConfig_icon-step-num {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    border-radius: 50%;
    border: 1px solid #666;
    color: #666;
    font-family: "Lucida Console", "Courier New", serif;
    /*font-weight: 700;*/
    padding-left: 1px;
    cursor: pointer;
}

.opmc_stepConfig_config-container .item-main .opmc_stepConfig_icon-step-num:hover {
    color: var(--theme-color, #679AF8);
    border-color: var(--theme-color, #679AF8);
}

.opmc_stepConfig_config-container .item-main .opmc_stepConfig_step-detail {
    display: none;
    position: absolute;
    top: 0;
    left: 120px;
    font-size: 12px;
    color: #212121;
    font-family: 'iconfont';
    background-color: #fff;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
    cursor: auto;
    width: 240px;
    overflow: hidden;
}

.opmc_stepConfig_config-container .item-main .opmc_stepConfig_step-detail-item {
    margin-bottom: 10px;
}

.opmc_stepConfig_config-container .item-main .opmc_stepConfig_step-detail-item:first-child {
    font-weight: 700;
}

.opmc_stepConfig_step-detail-item-open {
    display: inline;
}

.opmc_stepConfig_step-detail-item-open, .opmc_stepConfig_step-detail-item-fold {
    color: var(--theme-color, #679AF8);
    margin-left: 4px;
    cursor: pointer;
}

.opmc_stepConfig_step-detail-item-fold {
    display: none;
}

.opmc_stepConfig_step-detail-item-first-text {
    word-break: break-all;
}

.opmc_stepConfig_step-detail-item-other-text {
    display: none;
    margin-left: -3px;
    word-break: break-all;
}

.opmc_stepConfig_config-container .item-span-right .opmc_stepConfig_icon-wrap {
    display: none;
    /* position: absolute;
    top: -18px;
    right: 0;
    color: #666;
    cursor: pointer; */
}

.opmc_stepConfig_config-container .item-span-right .opmc_stepConfig_icon-del {
    position: absolute;
    margin: 4px 0 0 13px;;
    font-size: 16px;
    cursor: pointer;
}

.opmc_stepConfig_config-container .item-span-right .opmc_stepConfig_icon-del:hover {
    /*color: #679AF8;*/
    color: var(--theme-color, #679AF8);
}

.opmc_stepConfig_config-container .item-span-right .opmc_stepConfig_icon-copy {
    position: absolute;
    margin: 33px 0 0 13px;
    font-size: 16px;
    cursor: pointer;
}

.opmc_stepConfig_config-container .item-span-right .opmc_stepConfig_icon-copy:hover {
    /*color: #679AF8;*/
    color: var(--theme-color, #679AF8);
}

/*.opmc_stepConfig_config-container .item-main:hover .opmc_stepConfig_icon-wrap {*/
/*display: block;*/
/*}*/

.opmc_stepConfig_config-container .item-main:hover .opmc_stepConfig_step-detail {
    display: block;
}

.opmc_stepConfig_config-container .item-main:hover {
    z-index: 1000;
}

.opmc_stepConfig_config-container .item-span-left {
    display: inline-block;
    width: 30px;
    /* background-color: red; */
}

.opmc_stepConfig_config-container .item-span-right {
    width: 30px;
    /* padding: 2px 0 0 13.5px; */
    /* background-color: red; */
}

.opmc_stepConfig_config-container .item-main-top-dot {
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 2px;
    /* background-color: red; */
}

.opmc_stepConfig_config-container .item-main-bottom-dot {
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 2px;
    height: 2px;
    /* background-color: red; */
}

.opmc_stepConfig_wrap .opmc_stepConfig_svg-defs {
    display: none;
}


/*高级配置弹窗*/
.opmc_stepConfig_senior-dialog {
    display: none;
    position: fixed;
    right: 44px;
    top: 68px;
    width: 270px;
    background: #FFFFFF;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    /*overflow: hidden;*/
    color: #212121;
    font-size: 14px;
    padding-bottom: 10px;
    z-index: 1000;
}

.opmc_stepConfig_senior-dialog-title {
    padding: 10px 20px;
    font-weight: 700;
    border-bottom: 1px solid #d9d9d9;
}

.opmc_stepConfig_senior-dialog-phase-name {
    padding: 16px 20px;
}

.opmc_stepConfig_senior-dialog-close {
    position: absolute;
    right: 16px;
    top: 10px;
    cursor: pointer;
}

.opmc_stepConfig_senior-dialog-close:hover {
    color: var(--theme-color)
}

.opmc_stepConfig_senior-dialog-set1, .opmc_stepConfig_senior-dialog-set2, .opmc_stepConfig_senior-dialog-set3 {
    padding: 0 20px 16px 20px;
}

.opmc_stepConfig_senior-dialog-set-name > span {
    font-size: 12px;
    color: #666;
}

.opmc_stepConfig_senior-dialog-set-name .opmc_stepConfig_senior-dialog-set-must {
    font-size: 12px;
    color: #FB2323;
    margin: 0 4px 0 -3px;
}

.opmc_stepConfig_senior-dialog-set-name .opmc_stepConfig_senior-dialog-set-tips {
    font-size: 12px;
    color: #666;
    cursor: pointer;
}

.opmc_stepConfig_senior-dialog-select {
    display: block;
    position: relative;
    border-bottom: 1px solid #999;
    padding: 4px 0;
}

.opmc_stepConfig_senior-dialog-select .opmc_stepConfig_senior-dialog-show-icon {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    margin-top: 6px;
}

.opmc_stepConfig_senior-dialog-select .opmc_stepConfig_senior-dialog-options {
    display: none;
    position: absolute;
    left: 0;
    top: 28px;
    width: 230px;
    background: #FFFFFF;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    overflow: hidden;
    z-index: 900;
}

.opmc_stepConfig_senior-dialog-options-item {
    list-style: none;
    padding: 10px;
    text-align: left;
}

.opmc_stepConfig_senior-dialog-options-item:hover {
    background-color: rgba(245, 245, 245, 0.4);
}

.opmc_stepConfig_senior-dialog-select .opmc_stepConfig_senior-dialog-options-item-active {
    color: var(--theme-color, #5582F3);
    background-color: #f2f8ff;
}

.opmc_stepConfig_senior-dialog-select {
    text-decoration: none;
    color: #212121;
}

.opmc_stepConfig_senior-dialog-select:hover,
.opmc_stepConfig_senior-dialog-select:visited,
.opmc_stepConfig_senior-dialog-select:link,
.opmc_stepConfig_senior-dialog-select:active {
    color: #212121;
}

.opmc_stepConfig_senior-dialog-disabled .opmc_stepConfig_senior-dialog-select {
    border-bottom: 1px solid #ddd;
    cursor: auto;
}

.opmc_stepConfig_senior-dialog-disabled .opmc_stepConfig_senior-dialog-show-icon {
    color: #ddd;
}

.opmc_stepConfig_senior-phaseResultDeal-disabled .opmc_stepConfig_senior-dialog-select {
    border-bottom: 1px solid #ddd;
    cursor: auto;
}

.opmc_stepConfig_senior-phaseResultDeal-disabled .opmc_stepConfig_senior-dialog-show-icon {
    color: #ddd;
}

