.table_ul>li{
    background: none;
}
.table_one{
    background: none !important;
}
.table_ul>li:nth-child(3){
    background: #ce0f05;
}
.bom_add_tree{
    margin: 20px 0;
    color: #999999;
}
.bom_add_tree>span{
    color: #333333;
}
.bom_add_cont_box{
    background: #fff;
    margin-bottom: 30px;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.black_bom_list{
    margin: 20px 0;
    color: #333;
    display: block;
}
.black_bom_list>i{
    float: left;
    margin-right: 5px;
}
.bom_add_type{
    margin-bottom: 10px;
}
.bom_add_type>div{
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 500;
    width: 50%;
    float: left;
    text-align: center;
}
.bom_add_type>div>i{
    margin-right: 17px;
    font-size: 30px;
    float: left;
    margin-left: 218px;
}
.bom_add_type>div>span{
    float: left;
}
.bom_add_type>div:nth-child(1){
    background: #ce0f05;
    color: #fff;
}
.bom_add_type>div:nth-child(2){
    background: #F2F2F2;
    color: #999999;
}
.dom_add_con{
    width: 600px;
    margin: 0 auto;
}
#batch_input{
    width: 600px;
    height: 220px;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 13px;
    border: 1px solid #E6E6E6;
}
.batch_input_box{
    margin-bottom: 10px;
    position: relative;
}
.batch_input_empty{
    position: absolute;
    bottom: 14px;
    right: 26px;
    border: 1px solid #E6E6E6;
    display: none;
    padding: 0 4px;
    border-radius: 5px;
    line-height: 20px;
}
.dom_add_con_btm{
    margin-top: 22px;
    margin-bottom: 42px;
    width: 100px;
    text-align: center;
    line-height: 45px;
    height: 45px;
    color: #fff;
    background: #ce0f05;
    font-size: 18px;
    border-radius: 4px;
}
.upload_box{
    position: relative;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    width: 500px;
    height: 220px;
    margin-bottom: 10px;
}
.upload_box>input{
    width: 500px;
    height: 220px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.upload_box>.noup_span{
    text-align: center;
    margin-top: 66px;
}.upload_box>.noup_span>i{
    color: #CCCCCC;
    font-size: 36px;
}
.upload_box>.noup_span>div{
    text-decoration: underline;
    color: #09f;
    margin-top: 10px;
}
.bomupspan{
    color: #999999;
    font-size: 14px;
}
.file_msg{
    width: 100%;
    display: none;
    box-sizing: border-box;
    text-align: center;
}
.file_msg i{
    display: block;
    color: #2E7D32;
    font-size: 100px;
    margin-top: 34px;
}
.file_msg a{
    line-height: 22px;
    color: #333;
}
.file_msg img{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 29px;
    bottom: 51px;
}
.zinss_max{
    position: relative;
    z-index: 9999;
}