/**切换按钮**/
.switchBtn{
    width:180px;
    height:25px;
    padding:2px 4px;
    background:#EAF0FC;
    border-radius: 16px;
    box-shadow:2px 0px 6px rgba(22,75,191,0.2);
    margin:10px 0 0 10px;
}
.switchBtn>div{
    float:left;
    width:50%;
    line-height:25px;
    text-align: center;
    cursor: pointer;
}
.switchBtn .select_btn,.switchBtn .price_btn{
    border-radius: 15px;
    background:#fff;
    color:#6C9AFF;
}
#processes_tabs .tabs-header{
    padding:0;
    background:none;
    border: none;
}
#processes_tabs .tabs{
    border-bottom: none;
    padding:0;
}
#processes_tabs .tabs-wrap li{
    margin:0;
    width:98px;
    border-right:1px solid #F0F0F0;
    font-size: 14px;
    color:#587ED1;
    text-align: center;
}
.tabs li {
    border-radius: 2px 2px 0px 0px;
    border-bottom: 1px #f0f0f0 solid;
    background:#fff;
}
#processes_tabs .tabs li.tabs-selected a.tabs-inner{
    width:100%;
    padding:0;
    border-radius:0;
    font-weight: normal;
    background:#6388D6;
    color:#FFFFFF;
}
#processes_tabs .tabs li a.tabs-inner:hover{
    width:100%;
    padding:0;
    border-radius: 0;
}
.icon_overview{
    background:url('../images/processes_tabs.png') no-repeat center center;
    background-position: -17px -2px;
}
.icon_step{
    background:url('../images/processes_tabs.png') no-repeat center center;
    background-position: 0 -2px;
}
.icon_valuation{
    background:url('../images/processes_tabs.png') no-repeat center center;
    background-position: -49px -2px;
}
.icon_training{
    background:url('../images/processes_tabs.png') no-repeat center center;
    background-position: -65px -2px;
}
.icon_summons{
    background:url('../images/processes_tabs.png') no-repeat center center;
    background-position: -82px -2px;
}
#processes_tabs .tabs-selected .tabs-icon{
    filter:grayscale(100%) brightness(300);
}
.rule_content{
    padding:10px;
}
.rule_item,.formula_box{
    margin-top:8px;
}
.rule_item>span{
    display:inline-block;
    width:120px;
    text-align: right;
}
.header_formula {
    box-sizing: border-box;
    width: 100%;
    padding: 8px 15px;
    background: #F0F0F0;
}
.edit_info{
    width: 100%;
    height: 102px;
    border-top: 1px #F0F0F0 solid;
}

#processes_tabs .tabs-header {
     background:none;
     border: none;
}
.tabs{
    border-bottom: none;
}
.tabs li {
    box-sizing: border-box;
    border-radius: 2px 2px 0px 0px;
    border-bottom: 1px #f0f0f0 solid;
    background: #fff;
}
.formula_content{
    height:190px;
    overflow: auto;
    border:1px solid #F0F0F0;
}
.ckeditor_box {
    margin-top: 8px;
}
/*概览*/
.materials_right_bottom {
    display: block;
    width: 46%;
    float: left;
    height: 65px;
    padding: 22px 49% 0px 5%;
    color: #323232;
    border-top: 1px #F0F0F0 solid;
    margin-bottom: 100px;
}
.materials_right_bottom li {
    clear: both;
    color: #666;
    font-size: 14px;
    line-height: 30px;
}
.materials_line {
    width: 95%;
}
.materials_line li {
    width: 46%;
    display: inline-block;
}
.materials_line li span:first-child{
   color: #666666;
}
.create_pic {
    border-radius: 12px;
    display: inline-block;
    height: 22px;
    overflow: hidden;
    vertical-align: middle;
    width: 22px;
    margin-left: 8px;
}
.base_info{
    margin:30px 0px 40px 100px;
    min-height: 250px;

}
.base_info_right{
    margin:0px 0px 30px 30px;
}
.base_info_right,.base_info_left{
    float: left;
}
#jia,#jian,#jian_new{
    margin-left: 13px;
    margin-bottom: 3px;
}
.pro_button{
    width: 98%;
    margin: 0 auto;
    background: #fff;
    position: absolute;
    bottom: 0;
    height: 80px;
}
.pro_button .l-btn {
    color: #6A89DE;
    width: 148px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #6A89DE;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    background: #fff;
}
.button_save {
    width: 80px;
    height: 25px;
    margin: 60px 35% 20px 35%;
}
.pro_button .l-btn-text {
    line-height: 28px;
}
.pro_button .l-btn:hover {
    background: #6A89DE;
    color: #fff;
}
.pro_eq{
    width: 400px;
}
.total_capacity .textbox .textbox-text {
    background: transparent;
    color: #999;
}
.base_info_right .adapter {
    float: left;
    height: 25px;
    line-height: 25px;
    width: 400px;
    position: relative;
}
/*****
**生产传票
****/
.summons_box{
    border:1px solid #F0F0F0;
    margin-top: 10px;
    padding:0 10px;
}
.summons_head{
    display: block;
    width:100%;
}
.summons_head:after{
    content:"";
    display:block;
    clear:both;
}
.summons_item{
    width:250px;
    float: left;
    margin-top:10px;
}
.summons_title{
    display:inline-block;
    width:100px;
    line-height: 25px;
    text-align: right;
}
.summons_content{
    display:inline-block;
    width:140px;
    margin-left:5px;
}
.save_button{
    width: 100%;
    height: 50px;
}
.save_Btn{
    display: inline-block;
    width:100px;
    height:30px;
    border:1px solid #587ed1;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    background:#6A89DE ;
    outline: none;
    color:#fff;
    float: right;
    margin: 10px 20px 0px 0px;
    cursor: pointer;
}
.left_title{
    height: 27px;
    width: 100%;
    border-bottom: 1px #f0f0f0 solid;
    font-size:14px;
    color: #323232;
}
.left_title span{
   line-height: 27px;
    padding-left: 14px;
}
.title_box_select{
    background: #f8fbff;
    width:87px;
    height:61px;
    line-height:30px;
    position: relative;
    top:33px;
    -webkit-box-shadow:0px 0px 2px #ccc;
    -moz-box-shadow:0px 0px 2px #ccc;
    box-shadow:0px 0px 2px #ccc;
    color:#666;
    text-align: center;
    cursor: pointer;
    display: none;
}
.title_box_select li{
    height: 50%;
}
.title_box_select li:first-child{
    border-bottom: 1px solid #e3e6ec;
}
.title_box_select li:hover{
    color:#587ed1;
}
.title_box{
    width: 100%;
    height: 32px;
    border-bottom: 1px #f0f0f0 solid;
}

.title_box a:nth-child(2) .prompt{
    border-right: none;
}
.table_title {
    display: inline-block;
    height: 30px;
    padding: 0 0 3px 14px;
    font-size: 12px;
    line-height: 30px;
    float: left;
    color: #323232;
}
.left_tree{
    height:100%;
    border-right: 1px #F0F0F0 solid;
}
#tree{
    margin: 11px 0px 0px 14px;
    color: #323232;
}
/*树图标*/
/*#processes_tabs .tree-file {
    background: url(../images/square.png) no-repeat;
    margin-top: 4px;
}*/
#processes_tabs .tree-node-selected {
    background: #587ED1;
    color: #fff;
}
#processes_tabs .tree-node-selected .tree-icon{
    filter:grayscale(100%) brightness(300);
}
/*#processes_tabs .tree-folder-open,.tree-folder {
    background: url(../images/pro_tree.png) no-repeat;
    margin-top:2px;
}*/
#processes_tabs .tree-collapsed {
    background: url(../images/suo.png) no-repeat;
}
#processes_tabs .tree-expanded {
    background: url(../images/zhan.png) no-repeat;
}
/*****
** 工艺计价
****/
#variable_modify{
    overflow-x:hidden;
}
/*变量的计算方式*/
.method_title{
    border-bottom:1px solid #cdd0d5;
}
.method_title a{
    display: inline-block;
    line-height: 50px;
    color:#666;
    font-size:16px;
    margin:0 20px;
    padding:0 5px;
}
.method_title a.method_active{
    border-bottom:1px solid #587ed1;
    color: #587ed1;
}
.refvar_main{
    width:30%;
    height:130px;
    box-shadow: 0 2px 4px #dfe1e5;
    border-left: 10px solid #cfcfcf;
    margin-top:15px;
    float: left;
    margin-left:1%;
    position: relative;
    background: #f8fbff;
    padding:10px 10px;
}
.refvar_tian{
    line-height:33px;
    color:#8d9199;
}
.refvar_tian span{
    display: inline-block;
}
.refvar_name{
    color:#5e6166;
}
.refvar_close,.refvar_edit{
    position: absolute;
    display: inline-block;
    width:13px;
    height:13px;
    background: url("../images/icon.png") no-repeat;

}
.refvar_close{
    background-position: -34px -198px;
    top:8px;
    right:8px;
}
.refvar_edit{
    background-position: -34px -214px;
    top:8px;
    right:31px;
}
#refvar_creatmore{
    display: inline-block;
    line-height: 100px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color:#666;
    vertical-align: middle;
    cursor: pointer;
}
#refvar_creatmore span{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer;
}
.refvar_creat{
    width: 33px;
    height: 33px;
    background: url("../images/icon.png") no-repeat;
    background-position: 0 -236px;
}
#refvar_win .refvar_title{
    font-size:16px;
    font-weight: 600;
    margin-top:20px;
    margin-left: 20px;
}
#refvar_win .tian{
    margin-top:10px;
}
/*新建/修改*/

.structures_content{
    margin-bottom:90px;
}

/*验证规则*/
.validate_con{
    margin-left:15px;
}
.validate_com{
    width:500px;
    height: 25px;
    margin-bottom: 20px;
}
.validate_prompt{
    font-size: 12px;
    color:#FF9F39;
    line-height: 60px;
}
.selectCon li{
    display: inline-block;
    padding:5px 30px;
    border:1px solid #F0F0F0;
    background: #F4FAFF;
    cursor: pointer;
    margin: 10px 20px 10px 0;
    position: relative;
    color:#507FE7;
}
.selectCon li:hover{
    border:1px dashed #507FE7;
    -webkit-box-shadow:2px 2px 2px #F0F0F0;
    -moz-box-shadow:2px 2px 2px #F0F0F0;
    box-shadow:2px 2px 2px #F0F0F0;
}
.selectCon li:hover .selectCon_close{
    display: inline-block;
}
.selectCon_close{
    position: absolute;
    display:none;
    width:8px;
    height: 8px;
    background: url("../images/brand_icon.png") no-repeat;
    background-position: 0 -15px;
    top:-5px;
    right: -5px;
    cursor: pointer;
}
#tabs .tabs li.tabs-selected a.tabs-inner,#varible .tabs li.tabs-selected a.tabs-inner{
    background:#fff;
    color:#507FE7;
    border:0;
    padding-bottom:2px;
}
#tabs .tabs li a.tabs-inner,#varible .tabs li a.tabs-inner{
    color:#323232;
}
.pro_button .new_Pv{
    display: inline-block;
    width:150px;
    height:35px;
    border:1px solid #587ed1;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    background: transparent;
    outline: none;
    color:#6A89DE;
    margin: 50px auto 30px auto;
    position: absolute;
    left: 45%;
    bottom: 0;
}
.new_Pv,.new_a{
    display: inline-block;
    width:150px;
    height:35px;
    border:1px solid #587ed1;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    background: transparent;
    outline: none;
    float: left;
}
.submit_box{
    border-top:1px solid #F0F0F0;
    height:65px;
    width:100%;
    position:absolute;
    bottom:0;
    box-sizing: border-box;
    background: #fff;
    z-index:101;
}
#processes_tabs .main_table_title_span{
    font-size: 14px;
}
#processes_tabs .tree-node{
    height:22px;
}
#processes_tabs .tree-title{
    height:22px;
    line-height:22px;
}
#processes_tabs>.tabs-panels{
    border:1px solid #F0F0F0;
    border-style:none solid solid solid ;
}
#processes_tabs .tree-hit{
    margin-top:2px;
}
#varible .tabs,#tabs .tabs{
    padding-bottom: 1px;
    border-bottom: 1px solid #F0F0F0;
}
#processes_tabs .submit_div{
    margin:15px auto 50px;
}
#processes_tabs .m_display{
    overflow: auto;
}
input[name="type"] + span,
input[name="isshow"] + span,
input[name="display"] + span,
input[name="overall"] + span,
input[name="Ctype"] + span,
input[name="quote"] + span,
input[name="range"] + span,
input[name="isview"] + span,
input[name="isresults"] + span,
input[name="iscite"] + span,
input[name="isreturn"] + span,
input[name="isdefault"] + span,
input[name="caltype"] + span,
input[name="isqty"] + span,
input[name="isref"] + span,
input[name="isrefvar"] + span,
input[name="isreturn"] + span,
input[name="isprice"] + span,
input[name="isfixed"] + span,
input[name="ismaterials"] + span,
input[name="ispack"] + span,
input[name="isreapeat"] + span,
input[name="isprocess"] + span,
input[name="issee"] + span,
input[name="isSchedule"] + span,
input[name="isnote"] + span,
input[name="isCalcute"] + span{
    display: none;
}
input[name="type"]:checked + span,
input[name="isshow"]:checked + span,
input[name="display"]:checked + span,
input[name="overall"]:checked + span,
input[name="Ctype"]:checked + span,
input[name="range"]:checked + span,
input[name="isview"]:checked + span,
input[name="isresults"]:checked + span,
input[name="iscite"]:checked + span,
input[name="isreturn"]:checked + span,
input[name="isdefault"]:checked + span,
input[name="caltype"]:checked + span,
input[name="isqty"]:checked + span,
input[name="isref"]:checked + span,
input[name="isrefvar"]:checked + span,
input[name="isreturn"]:checked + span,
input[name="isprice"]:checked + span,
input[name="isfixed"]:checked + span,
input[name="ismaterials"]:checked + span,
input[name="ispack"]:checked + span,
input[name="isprocess"]:checked + span,
input[name="isreapeat"]:checked + span,
input[name="issee"]:checked + span,
input[name="isSchedule"]:checked + span,
input[name="isnote"]:checked + span,
input[name="isCalcute"]:checked + span{
    display: block;
}
#add_system{
    position: absolute;
    padding: 0 19px 0 20px;
}
#imghead {
    width: 110px;
    height: 110px;
    display:inline-block;
    border-radius: 60px;
    border: 1px solid #cecece;
    margin: 4px;
}
.quare{
    width: 120px;
    height: 120px;
    border-radius: 15px;
    background: url("../images/tiaowen.png") no-repeat;
    background-size: cover;
    background-color: #D4D4D4;
}