.banner {
  width: 100%;
  height: 6rem;
  background: url(../img/banner5.png);
  background-size: 100% 100%;
}
.header {
  height: 0.85rem;
  align-items: center;
}
.investor {
  height: 1.55rem;
}
.investor_title {
  font-size: 0.36rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
  opacity: 1;
  text-align: center;
  padding-top: 1.4rem;
}

#investment i {
  position: absolute;
  margin-top: 0.05rem;
  display: block;
  width: 48px;
  height: 4px;
  background: #4E89E9;
  opacity: 1;
  border-radius: 7px;
}
.investor_line {
  margin: 0.15rem auto;
  width: 0.8rem;
  height: 4px;
  background: #4e89e9;
  opacity: 1;
}
.investor_box {
  height: 4.9rem;
  background: #fbfbfb;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  padding-left: 2.55rem;
}
.investor_box_img {
  width: 3.26rem;
  height: 3.47rem;
  background: url(../img/touzi.png);
  background-size: 100% 100%;
  margin-right: 0.6rem;
}
.investor_box_title {
  display: flex;
}
.investor_box_title > div:first-child {
  font-size: 0.26rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
  opacity: 1;
}
.investor_box_title > div:last-child {
  font-size: 0.14rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #606060;
  opacity: 1;
  margin-top: 0.1rem;
  margin-left: 0.1rem;
}
.investor_box_content {
  font-size: 0.14rem;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 0.22rem;
  color: #606060;
  opacity: 1;
  width: 10.19rem;
  height: 2.7rem;
  margin-top: 0.2rem;
  text-align: justify;
}
.seat {
  height: 1.2rem;
}
