.panel-title {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  line-height: 22px;
  padding: 10px 20px;
  display: inline-flex;
  width: 100%;
}

.panel-content {
  max-height: 60vh;
  overflow: scroll;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: rgba(0, 0, 0, 0.86);
  line-height: 24px;
  padding: 0 8px 50px 20px;
}

.proc-item {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  font-size: 14px;
}
