.bill_head{
    width:100%;
    overflow: hidden;
    background:#FFFFFF;
}
.bill_title{
    width:100%;
    height:50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.bill_base{
    width:100%;
    overflow: hidden;
}
.bill_row{
    width:100%;
    overflow: hidden;
    display: flex;
    margin-bottom: 10px;
}
.bill_block{
    width:100%;
    padding:5px;
    overflow: hidden;
}
.bill_key{
    width:71px;
    height:30px;
    line-height: 30px;
    float:left;
    font-weight: 600;
    text-align: left;
}
.bill_key i{
    color:red;
    margin-right:5px;
}
.bill_value{
    width:calc(100% - 71px);
    /*height:32px;*/
    line-height:30px;
    float:left;
    border-bottom:1px solid #cdcdcd;
}
.bill_value_table{
    width:80%;
    margin-left:10%;
    line-height:30px;
    float:left;
    border-bottom:1px solid #cdcdcd;
}

.bill_input_text{
    width:calc(100% - 20px);
    height:30px;
    line-height:30px;
    outline:none;
    padding:0px 10px;
}
.bill_input_textarea{
    width:calc(100% - 20px);
    height:30px;
    line-height:30px;
    outline:none;
    padding:0px 10px;
}


/*==============================可搜索下拉列表==============================*/
.bill_select_box{
    width:100%;
    height:30px;
}
.bill_select{
    width:100%;
    height:30px;
    line-height: 30px;
}
.bill_select_box ul{
    max-height:200px;
    overflow-y:auto ;
    background:#FFFFFF;
    position: absolute;
    /*border-left:1px solid #cdcdcd;*/
    /*border-bottom:1px solid #cdcdcd;*/
    /*border-right:1px solid #cdcdcd;*/
    border:1px solid #cdcdcd;
    display: none;
}
.bill_select_box ul li{
    padding:0px 10px
}
.bill_select_box ul li:hover{
    background:#f0f0f0;
}