.home_cost_analysis_box[data-v-7b0f2f1e] {
  min-height: 100%;
  background: #F5F5F5;
  padding: 16px;
}
.home_cost_analysis_box .analysis_part[data-v-7b0f2f1e] {
  background: #FFFFFF;
  border-radius: 4px;
  position: relative;
}
.home_cost_analysis_box .analysis_part .top[data-v-7b0f2f1e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  border-bottom: 1px solid #F0F0F0;
}
.home_cost_analysis_box .analysis_part .top .title[data-v-7b0f2f1e] {
  font-size: 16px;
  color: #1F1F1F;
  font-weight: bold;
}
.home_cost_analysis_box .analysis_part .part_box[data-v-7b0f2f1e] {
  padding: 16px;
}
.home_cost_analysis_box .analysis_part .part_box.project_survey[data-v-7b0f2f1e] {
  padding: 0;
}
.home_cost_analysis_box .analysis_part .survey_box[data-v-7b0f2f1e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 8px;
}
.home_cost_analysis_box .analysis_part .survey_box .survey_item[data-v-7b0f2f1e] {
  width: 20%;
  padding: 8px;
}
.home_cost_analysis_box .analysis_part .survey_box .survey_item .survey_item_details[data-v-7b0f2f1e] {
  height: 80px;
  background: #FAFAFA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
}
.home_cost_analysis_box .analysis_part .survey_box .survey_item .survey_item_details .left[data-v-7b0f2f1e] {
  width: 46px;
  height: 46px;
  margin-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home_cost_analysis_box .analysis_part .survey_box .survey_item .survey_item_details .right[data-v-7b0f2f1e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home_cost_analysis_box .analysis_part .survey_box .survey_item .survey_item_details .right .r_top[data-v-7b0f2f1e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
  color: #1F1F1F;
  font-size: 14px;
}
.home_cost_analysis_box .analysis_part .survey_box .survey_item .survey_item_details .right .r_bottom[data-v-7b0f2f1e] {
  color: #8C8C8C;
  font-size: 12px;
  margin-top: 3px;
}
.home_cost_analysis_box .analysis_part .profit_box .profit_item .title[data-v-7b0f2f1e],
.home_cost_analysis_box .analysis_part .profit_box .profit_item .num[data-v-7b0f2f1e] {
  height: 40px;
  line-height: 40px;
  border: 1px solid #F0F0F0;
  padding: 0 16px;
  font-size: 14px;
}
.home_cost_analysis_box .analysis_part .profit_box .profit_item .title[data-v-7b0f2f1e] {
  color: #1F1F1F;
  font-weight: bold;
  background: #FAFAFA;
}
.home_cost_analysis_box .analysis_part .profit_box .profit_item .num[data-v-7b0f2f1e] {
  color: #434343;
}

