.el-tree {
  margin-right: 10px;
}
.el-tree .el-tree-node__label {
  width: auto;
  overflow: hidden!important;
  text-overflow: ellipsis!important;
  white-space: nowrap!important;
}

.header_btn[data-v-264f8d03] {
  float: right;
  margin: 4px 7px 0px 0px;
  /*background-color: #1e8fc6;*/
}
/*.header_btn:hover,.header_btn:active,.header_btn:focus{*/
/*background-color: #1e8fc6;*/
/*}*/

#house_detail_container[data-v-63dd9106] {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.5);
}
#house_detail_container #house_detail[data-v-63dd9106] {
  position: fixed;
  z-index: 100;
  background: rgba(7, 42, 82, 0.8);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 300px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#house_detail_container #house_detail .house_title[data-v-63dd9106] {
  font-size: 18px;
  line-height: 37px;
  color: white;
  padding-left: 15px;
  margin-bottom: 30px;
  margin-top: 9px;
}
#house_detail_container #house_detail .line[data-v-63dd9106] {
  position: relative;
}
#house_detail_container #house_detail .line .title_container[data-v-63dd9106] {
  color: white;
}
#house_detail_container #house_detail .line .title_container .title[data-v-63dd9106] {
  line-height: 25px;
  display: inline-block;
  width: 100px;
  padding-left: 20px;
}
#house_detail_container #house_detail .line .title_container .title .title_bg[data-v-63dd9106] {
  width: 110px;
  border-bottom: 30px solid #1D97FF;
  border-right: 20px solid transparent;
  position: absolute;
  left: -3px;
  -webkit-filter: drop-shadow(2px 2px 4px #343434);
          filter: drop-shadow(2px 2px 4px #343434);
  top: 0;
  z-index: -1;
}
#house_detail_container #house_detail .line .title_container .title_label[data-v-63dd9106] {
  font-size: 19px;
  padding-left: 20px;
  display: inline-block;
}
#house_detail_container #house_detail .line .content[data-v-63dd9106] {
  min-height: 60px;
  text-align: left;
  color: white;
  padding-top: 25px;
  padding-bottom: 18px;
  font-size: 15px;
}
#house_detail_container #house_detail .line .content .content_span[data-v-63dd9106] {
  padding-left: 30px;
}


.change_audit[data-v-601485cd] {
    border: 1px solid #EBEEF5;
    margin-bottom: 20px;
    border-collapse:collapse;
    width: 100%;
}
.change_audit  .title[data-v-601485cd] {
  position: relative;
  text-align: center;
  font-size: 20px;
  padding: 10px 0;
  width: 100%;
}
.change_audit  .title td[data-v-601485cd]{
  border: 1px solid #EBEEF5;
  position: relative;
  height: 55px;
}
.change_audit  .title td span[data-v-601485cd] {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-weight: normal;
}
.change_audit .line .discount[data-v-601485cd] {
    text-align: left !important;
    padding-left: 10px;
}
.change_audit .line .comment[data-v-601485cd] {
    text-align: left;
    padding-left: 10px;
}
.change_audit .line .label[data-v-601485cd] {
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #EBEEF5;
}
.change_audit .line .value[data-v-601485cd] {
    text-align: center;
    border: 1px solid #EBEEF5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 12px;
    line-height: 20px;
}


