body{
  padding: 0;
  margin: 0;
  background-color: #f5f5f5;
} 
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

*,
ul,
li,
div,
span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.report-fixed{
  background-image: url(../img/common/report.png);
}
.report-panel > .section{
  background-image: url(../img/common/report_img.png);
}
.target-panel > .section{
  background-image: url(../img/common/energy_img.png);
}
.analysis-panel > .section{
  background-image: url(../img/common/analysis_img.png);
}
.energy-panel > .section{
  background-image: url(../img/common/energy_bg.png);
}
.opt-red{
  background-image: url(../img/common/status_red.png);
}
.opt-blue{
  background-image: url(../img/common/status_blue.png);
}
.opt-orange{
  background-image: url(../img/common/status_orange.png);
}
.opt-green{
  background-image: url(../img/common/status_green.png);
}
.fix-bottom{
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
}