
.md13748.md-investor_finance {
  width: 100%;
  padding: 0.95rem 0 0.2rem;
  overflow: hidden;
}
.md13748.md-investor_finance .layout {
  margin-left: auto;
  margin-right: auto;
  width: 12.8rem;
  max-width: 92%;
}
.md13748.md-investor_finance .titles {
  width: 100%;
  text-align: center;
  padding-bottom: 0.05rem;
  color: #000000;
  font-weight: bold;
  line-height: 1.2;
}
.md13748.md-investor_finance .cont {
  width: 100%;
}
.md13748.md-investor_finance .one {
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.28rem 0.13rem;
  background-color: #f9f9f9;
  border-radius: 0.1rem;
}
.md13748.md-investor_finance .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.md13748.md-investor_finance .item {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  margin: 0 0.07rem 0.3rem;
  padding: 0.4rem 0.4rem 0.5rem;
  flex: 1;
  background-color: #ffffff;
  border-radius: 0.01rem;
}
.md13748.md-investor_finance .top {
  width: 100%;
}
.md13748.md-investor_finance .name {
  width: 100%;
  color: #000000;
  line-height: 1.5;
}
.md13748.md-investor_finance .bottom {
  width: 100%;
  display: flex;
}
.md13748.md-investor_finance .chart_item {
  flex: 1;
  text-align: center;
}
.md13748.md-investor_finance .chart_box {
  padding: 0 0.1rem;
  font-size: 0;
}
.md13748.md-investor_finance .chart_barbox {
  display: inline-block;
  width: 100%;
  max-width: 0.4rem;
  height: 2.6rem;
  position: relative;
}
.md13748.md-investor_finance .chart_bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  background-color: #d9d9d9;
}
.md13748.md-investor_finance .chart_nub {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
  padding-bottom: 0.15rem;
  color: #d9d9d9;
  line-height: 1.5;
}
.md13748.md-investor_finance .chart_year {
  width: 100%;
  padding-top: 0.25rem;
  color: #d9d9d9;
  line-height: 1.5;
  border-top: 1px solid #e5e5e5;
}
.md13748.md-investor_finance .chart_item.active .chart_nub {
  color: #333333;
}
.md13748.md-investor_finance .chart_item.active .chart_year {
  color: #333333;
}
.md13748.md-investor_finance .chart_item.active .chart_bar {
  background-color: #fb5d64;
}
.md13748.md-investor_finance .table {
  width: 100%;
  padding: 0 0.07rem;
}
.md13748.md-investor_finance .table table {
  width: 100%;
  border: none;
}
.md13748.md-investor_finance .table tr {
  width: 100%;
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #e9e9e9;
}
.md13748.md-investor_finance .table td {
  border: none;
  padding: 0.26rem 0.3rem;
  color: #111111;
  line-height: 1.5;
}
.md13748.md-investor_finance .table tr:last-child {
  border-bottom: none;
}
.md13748.md-investor_finance .table tr:nth-child(1) {
  background-color: #fff;
  border-bottom: 1px solid #d9d9d9;
}
.md13748.md-investor_finance .table tr:nth-child(1) td {
  color: #333333;
  font-weight: bold;
  font-size: 1.3em;
}
