.w_nodelist{ width: 100%;overflow-x: auto;}
.w_nodecon{height: 298px;white-space: nowrap;padding: 50px 20px 0;}
.w_noderow{background-color: #fff;border-radius: 4px;width: 318px;box-shadow: 0 0 10px rgba(228,228,228,.6);padding: 6px 16px;display: inline-block;position: relative;margin-right: 40px; white-space: normal;
    word-wrap: break-word;
    word-break: break-all;}
.w_noderow:nth-last-child(1){margin-right: 20px}
.w_noderow:nth-last-child(1):after{width: 0}
.w_noderow:after{content: '';width: 25px;height: 20px;background: url(../images/arrowsgray-icon.png) no-repeat center;position: absolute;right: -34px;top: 50%;margin-top: -10px;}
.w_noderow:hover{box-shadow: 0 0 10px rgba(68,134,255,.6);}
.w_noderow:hover:after{background: url(../images/arrowspur-icon.png) no-repeat center;}
.w_noderow:hover .w_delbtn{display:block}
.w_delbtn{width: 60px;height: 30px;border-radius: 4px;background-color: #f15252;color: #f6f6f6;font-size: 14px;text-align: center;line-height: 26px;position: absolute;right: 0;top: -30px;display: none;cursor: pointer}


.w_nodetit{padding: 3px 0 3px;}
.w_nodetin{font-size: 16px;color: #363636;line-height: 28px;vertical-align: middle;display: inline-block}
.w_editicon{margin-left: 6px;cursor: pointer;background: url(../images/edit-icon.png) #fff no-repeat center;width: 14px;height: 28px;display: inline-block;vertical-align: middle}
.w_editwrap{height: 28px;background-color: #f6f8fd;border-radius: 4px;padding: 3px 4px;display: none}
.w_nodetiinp{border: 0;height: 28px;padding: 0 6px;width: 190px;background-color: #f6f8fd;font-size: 16px;color: #333}
.w_righicon{width: 28px;height: 28px;border-radius: 2px;float: right;background: url(../images/right-icon.png) #fff no-repeat center;margin-right: 5px}
.w_closeicon{width: 28px;height: 28px;border-radius: 2px;float: right;background: url(../images/close-icon.png) #fff no-repeat center}

.w_setcont{background-color: #f6f8fd}
.w_setcont .w_setname{font-size: 14px;color: #363636;line-height: 30px;padding: 12px 12px;height: 114px;overflow: auto}
.w_setcont .w_setname span{margin-right: 10px;}
.now_setname{text-align: center;color: #999;line-height: 114px}


.w_setbtn{line-height: 36px;text-align: center;border-top: 1px solid #eee}
.w_setbtn a{font-size: 14px;color: #4486ff;}

.w_checkwrap{line-height: 26px;width: 47%;margin-right: 14px;}
.w_checkwrap:nth-child(2n){margin-right: 0px;}
.w_hinticon{width: 17px;height: 26px;display: inline-block;vertical-align: middle;margin-left: 3px;background: url(../images/hint-icon.png) no-repeat center;}
.w_checkm{display: inline-block;vertical-align: middle}
.w_checkm label{height: 16px;display: inline-block;background: url(../images/check-idon.png) no-repeat left;vertical-align:middle;font-size: 14px;color: #475156;padding-left: 18px;position: relative;line-height: 16px;width: 90px;}
.w_checkm label.checkedmed{background: url(../images/checked-icon.png) no-repeat left;}
.w_checkm input{opacity: 0;filter:alpha(opacity=0);position: absolute;left: 0;top: 0;width: 100%;height: 100%}




/*只读状态*/
.w_readnode{}
.w_readnode .w_editicon{background: url(../images/editg-icon.png) #fff no-repeat center;cursor: not-allowed;pointer-events:none;}
.w_readnode .w_checkm,.w_readnode .w_hinticon {pointer-events:none;cursor: not-allowed;}
.w_readnode .w_setbtn a{pointer-events:none;cursor: not-allowed;color: #c5c5c5}
.w_readnode .w_checkm label{color: #c8c9c9}


/*添加节点*/
.w_addnodew{padding: 20px 20px;border-top: 1px solid #eee}
.w_addnode{background-color: #fff;border-radius: 4px;width: 350px;display: table;height: 260px;box-shadow: 0 0 10px rgba(228,228,228,.6);}
.w_addnodec{display: table-cell;vertical-align: middle;text-align: center;font-size: 14px;color: #4486ff;line-height: 30px;cursor: pointer}





/*弹窗*/
.w_pop_wrap{position: fixed;left: 0;top: 0;bottom: 0;right: 0;background: rgba(0,0,0,0.5);display: none }
.w_pop_tab{width: 500px;position: fixed;left: 0;top: 0;bottom: 0;right: 0;margin: auto;background-color: #fff; display: none ;border-radius: 8px;height: 300px}
.w_pop_head{}
.w_pop_head{font-size: 14px;color: #333;padding: 0 16px 0 16px;line-height: 60px;position: relative}
.w_pop_head h3{font-size: 20px;color: #282828;text-align: center}
.w_pop_head h3 i{font-size: 14px;color: #666}
.w_pop_head span{display: inline-block;width: 13px;height: 60px;background: url(../images/closeb-icon.png) no-repeat center;cursor: pointer;
    position: absolute;right: 22px;top: 0}

.w_popcon{padding: 0 22px;}
.w_poptxt{font-size: 14px;color: #939393;line-height: 25px;padding: 22px 16px;background-color: #f6f8fd;height: 128px;overflow: auto;}

.wpopbtn{text-align: center;margin-top: 10px;}
.wpopbtn a{margin: 0 5px}
.wpopbtn .bnt_blue{display: inline-block;line-height: 34px;border-radius: 18px;color: #fff;background-color: #4486ff;font-size: 14px;text-align: center;border: 1px solid #4486ff;padding: 0 40px}
.wpopbtn .bnt_bluebor{color: #4486ff;background-color: #fff;}


/*审核流程弹窗*/
.w_popcheckcon{padding: 0 15px}
.w_pop_cont{}
.w_popchecktxt{font-size: 16px;background-color: #f6f8fd;padding:  16px 22px;line-height: 30px}
.w_popchecktxt .w_txtsleced{color: #363636}
.w_popchecktxt .w_txtact{color: #4486ff}
.w_popchecktxt .w_txtgray{color: #939393}

.menubox {
    height: 438px
}
.w_curr{display: block}

/*二维码*/
.w_popchbox{text-align: center}

.w_popchtxt{font-size: 14px;color: #898989;line-height: 66px;}
.w_popchecktxt  a{position: relative}
.w_popchpic{font-size: 14px;color: #363636}
.w_popchpitxt{line-height: 32px;}
.w_popchpitxt i{font-style: normal}
.w_popchpitxt span{margin-left: 22px;cursor: pointer;}
.w_arred i{display: block;position: absolute;width: 10px;height: 7px;left: 45%;top: -8px;background: url(../images/arr-icon.png) no-repeat center;content: ''}

.w_bluc{font-size: 16px;color: #4486ff}


/*签名*/
.w_signpic{text-align: center;padding-top: 65px;padding-bottom: 55px}
.w_signpic .w_signpicimg{background-color: #f9f9f9;width: 355px;height: 140px;display: inline-block}
.w_signpic .w_signpicimg img{width: 294px;height: 109px;padding-top: 16px}
.w_signpic .w_signtime{font-size: 14px;color: #898989;line-height: 30px;}



/*公审流程*/
.w_popchint{height: 295px;display: table;width: 100%}
.w_popchintmid{display: table-cell;vertical-align: middle;text-align: center}
.w_popchintp{font-size: 14px;color: #363636;text-align: center;line-height: 25px}


.w_popchintlink{font-size: 14px;color: #4486ff;line-height: 25px;}
.w_popchintlink a{font-size: 14px;color: #4486ff}

/*选择审核人*/
.w_chseawrap{padding: 25px 0 16px;}
.w_chseatit{font-size: 14px;color: #363636;line-height: 34px}
/*搜索*/
.dataSearch{ width:240px; height:32px; border-radius:4px;position:relative;border: 1px solid #e4e4e4;}
.dataSearch_input{ width:180px; height:32px;font-size:14px; color:#181E33; background:none;position:absolute;left:0;top:0;z-index:2;padding:0 10px; border-radius:4px;border: 0}
.dataSearch_bnt{ width:18px; height:32px;background:url(../images/sea-icon.png) no-repeat center; border:0 none; cursor:pointer;position:absolute;right:14px;top:0px;z-index:3;outline:none}


.w_chopeo{height: 232px;overflow-y: auto;overflow-x: unset}
.w_nodata{height: 232px;color: #999;line-height: 200px;font-size: 14px;text-align: center;display: none}
.w_chopeo a{color: #939393;font-size: 16px;line-height: 36px;margin-right: 30px;float: left;position: relative;margin-left: 20px}
.w_chopeo a:hover,.w_chopeo a.curr{color: #4486ff;}
.w_chopeo a:hover:before,.w_chopeo a.curr:before{display: block;position: absolute;width: 18px;height: 12px;left: -20px;top: 13px;background: url(../images/right-icon.png) no-repeat center;content: ''}
.w_chopeonoclick a{pointer-events:none;cursor: not-allowed;}



