
.md-investor-2 {
  padding-top: 1.1rem;
  padding-bottom: 0.6rem;
  overflow: hidden;
  background-color: #f3fafe;
  position: relative;
}
.md-investor-2 .stocks {
  line-height: 2;
}
.md-investor-2 .blast {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.md-investor-2 .blast .bi {
  width: 100%;
  color: #191919;
  line-height: 1.5;
  margin-bottom: 0.08rem;
  white-space: nowrap;
}
.md-investor-2 .blast .bk {
  width: 100%;
}
.md-investor-2 .blast .bk .hd {
  position: relative;
  padding-top: 0.05rem;
  top: 0.05rem;
}
.md-investor-2 .blast .bk .hd:after {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.2rem;
  width: 0;
  height: 0;
  border: solid 0.1rem;
  border-color: transparent transparent #00a03c transparent;
}
.md-investor-2 .hd-ri {
  display: flex;
  align-items: center;
}
.md-investor-2 .ss {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  box-shadow: 0 0 0 1px #e5e5e5;
  border-radius: 50%;
  position: relative;
}
.md-investor-2 .ss img {
  width: 40%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.md-investor-2 .blist {
  margin-top: 0.2rem;
  display: flex;
  flex-wrap: wrap;
}
.md-investor-2 .bi {
  width: 20%;
  padding-right: 1em;
}
.md-investor-2 .color-green {
  color: #00a03c;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .md-investor-2 .bi {
    min-width: 50%;
    width: auto;
  }
}
