.change-detail-container .change-item {
  border: solid 1px;
  padding: 20px;
  position: relative;
}
.change-detail-container .change-item .change-title {
  position: absolute;
  left: 10px;
  top: -10px;
  background-color: #fff;
}
.change-detail-container .change-item .different-highlight {
  color: red;
}
.selected {
  background-color: #00adef !important;
  border: solid #409EFF 1px !important;
  color: #fff;
}
.report-type .el-form-item__label {
  word-break: break-word;
}
.dl-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 110px;
  margin-bottom: 10px;
  background-color: #fff;
}
.dl-total .dl-total-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  height: 70px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-left: 20px;
  border: solid 1px #eee;
}
.dl-total .dl-total-item .total-img {
  margin-left: 20px;
}
.dl-total .dl-total-item .total-img .label {
  letter-spacing: 0;
  color: #787878;
}
.dl-total .dl-total-item .total-img .value {
  line-height: 32px;
  letter-spacing: 0;
  color: #333333;
  font-size: 24px;
}
.dl-total .dl-total-item .total-text {
  margin-left: 20px;
}
.dl-total .dl-total-item .total-text .label {
  letter-spacing: 0;
  color: #787878;
}
.dl-total .dl-total-item .total-text .value {
  line-height: 32px;
  letter-spacing: 0;
  color: #333333;
  font-size: 24px;
}
.dl-table-title-list .list-container .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 436px;
  height: 36px;
  background-color: rgba(0, 160, 232, 0.1);
  border-radius: 4px;
  border: solid 1px #00a0e8;
}
.dl-table-title-list .list-container .title .img {
  margin-left: 20px;
}
.dl-table-title-list .list-container .title .text {
  margin-left: 5px;
  height: 21px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 0;
  color: #00a0e8;
}

