
/*工程项目主对话框*/
.bst_project
{
    display:none;
    position: absolute;
    width:800px;
    height:600px;
    background-color:#FFF;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    box-sizing: border-box;
    z-index: 1002;
    font-size:14px;
}

.bst_project_title{
    position: relative;
    left: 780px;
    height: 10px;
    width: 50px;
}

.bst_project_title button
{

}


.bst_project_header
{
    /* background-color:#00ff00; */
    position: absolute;
    width: 100%;
    height: 200px;
}

.bst_project_room
{
    position: absolute;
    left: 35px;
    top: 15px;
}

.bst_project_room_content
{
    position: absolute;
    width: 170px;
    height: 25px;
    left: 75px;
    top: 15px;
}

.bst_project_part
{
    position: absolute;
    left: 255px;
    top: 15px;
}

.bst_project_part_content
{
    position: absolute;
    left: 295px;
    width: 170px;
    height: 25px;
    top: 15px;
}

.bst_project_count
{
    position: absolute;
    left: 475px;
    /* width: 100px; */
    top: 15px;
}

.bst_project_count_content
{
    position: absolute;
    left: 530px;
    width: 130px;
    height: 20px;
    top: 15px;
}

.bst_project_content
{
    position: absolute;
    left: 5px;
    /* width: 150px; */
    height: 20px;
    top: 60px;
}

.bst_project_content_item
{
    position: absolute;
    left: 75px;
    width: 590px;
    height: 25px;
    top: 60px;
}

.bst_project_charact
{
    position: absolute;
    left: 5px;
    /* width: 150px; */
    height: 20px;
    top: 105px;
}

.bst_project_charact_content
{
    position: absolute;
    left: 75px;
    width: 585px;
    height: 20px;
    top: 105px;
}

.bst_project_add_button
{
    position:absolute;
    width:80px;
    height:80px;
    left: 695px;
    top:30px;
}

.bst_project_table
{
    position: absolute;
    top: 170px;
    bottom: 60px;
    width: 100%;
}

.bst_project_table_header
{
    /*background-color: #f000f0;*/
    position: absolute;
    width: 100%;
    height: 40px;
}

.bst_project_table_col1
{
    position:absolute;
    left:0px;
    width:80px
}

.bst_project_table_col2
{
    position:absolute;
    left:81px;
    width:88px
}

.bst_project_table_col3
{
    position:absolute;
    left:170px;
    width:229px
}

.bst_project_table_col4
{
    position:absolute;
    left:400px;
    width:319px
}

.bst_project_table_col5
{
    position:absolute;
    left:720px;
    width:80px
}

.bst_project_table_header > span
{
    background-color: #6CCA4F;
    height: 40px;
    text-align: center;
    line-height: 40px;
}


.bst_project_table_content
{
    position: absolute;
    left: 2px;
    right: 2px;
    top: 41px;
    width: 99%;
    bottom: 1px;
    border-style: solid;
    border-width: 2px;
    border-color: gray;
}



.bst_project_bottom {
position: absolute;
width: 100%;
height: 60px;
bottom: 0px;

}

.bst_project_button
{
position:absolute;
top:10px;
}

.bst_project_button_ok
{
position:absolute;
top:10px;
left:300px;
}

.bst_project_button_cancel
{
position:absolute;
top:10px;
left:380px;
}


/*墙面抹灰*/
.QiangMian-title{
    position: relative;
    padding: 10px 20px 5px 10px;
}

.QiangMian-title span{
    position: relative;
    font-weight: bold;
    margin-left: 0px;
    color: #999;
    cursor: pointer;
}

.QiangMian-title .el-button{
    position: absolute;
    right: 5px;
    top: -5px;
}
.QiangMian-title .el-button i{
    font-size: 23px;
}
.QiangMian-title .QiangMian-title-link{
    color: #000;
}
.QiangMian-title .QiangMian-title-block:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 18px;
    background-color: #70CC52;
    top: -1px;
    left: -15px;
    z-index: 500;
}

.QiangMian_MoHui{
    width: 350px;
    height: 380px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: #FFF;
    display: none;
    box-sizing: border-box;
    z-index: 1002;
    font-size:14px;
    /*padding: 20px;*/
}

.QiangMian_MoHui_body{
    box-sizing: border-box;
    padding: 10px;
}
.QiangMian_MoHui_text{
    width: 95%;
    max-width: 100%;
    height: 140px;
    max-height: 350px;
    outline: none;
    bottom: 60px;
    position: absolute;
    left: 8px;
    resize:none;
}
.QiangMian_MoHui_btn{
    display: flex;
    justify-content:center;
}

.QiangMian_MoHui_label
{
    position:absolute;
    left:10px;
    font-size: 15px;
}

.mMoHuiPrice
{
    position: absolute;
    left: 49px;
    width: 285px;
    height: 20px;
}
/*墙面抹灰*/

/*地面找平*/
.DiMian_ZhaoPing{
    width: 350px;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: #FFF;
    display: none;
    box-sizing: border-box;
    z-index: 1002;
    font-size:14px;
    /*padding: 20px;*/
}

.mBiaoGaoe
{
    position: absolute;
    left: 49px;
    width: 285px;
    height: 20px;
    top: 155px;
}

.DiMian_ZhaoPing_text{
    width: 95%;
    max-width: 100%;
    height: 120px;
    max-height: 350px;
    outline: none;
    bottom: 60px;
    position: absolute;
    left: 8px;
    resize:none;
}

/*地面找平*/

/*组合下拉框*/
.company-body{
    /* display: flex; */
    /* align-items: center; */
    height: 1.5rem;
    background-color: #ffffff;
    padding-left: 2rem;
    /* left: 35px; */
    padding-bottom: 0.8rem;
}
.company-select{
    position: relative;
    width: 290px;
    left: 0px;
    /* top: -5px; */
    height: 1.5rem;
    padding: 0 0.2rem;
    border-radius: 0.05rem;
    border-color: #CCC;
    color: #666;
    font-size: 15px;
    margin-left: 0.4rem;
}
/*组合下拉框*/
