.investment-identify {
  margin-top: 30px;
  transition: all 0.3s linear;
  background-color: #fff;
}
.investment-identify .tabs {
  width: 100%;
  height: 80px;
  padding: 0 20px;
  background-color: #533687;
  display: flex;
}
.investment-identify .tabs-tab {
  height: 100%;
  margin-right: 30px;
}
.investment-identify .content {
  padding: 20px;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  font-size: 14px;
  color: #333;
}
.investment-identify .content-tab1 .pic {
  float: right;
  width: 400px;
  height: 330px;
  margin-left: 20px;
}
.investment-identify .content-tab2 .pic {
  float: right;
  width: 400px;
  height: 300px;
  margin-left: 20px;
}
.investment-identify .content-tab3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.investment-identify .content-tab3 .left-bar {
  width: 45%;
  line-height: 30px;
}
.investment-identify .content-tab3 .left-bar::before {
  top: 7px;
}
.investment-identify .content-tab3 .pic {
  width: 45%;
}
.investment-identify .content-tab3 .pic img {
  width: 100%;
}
.investment-identify .content-tab4 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.investment-identify .content-tab4 .left-bar {
  width: 45%;
}
.investment-identify .content-tab4 .left-bar::before {
  top: 7px;
}
.investment-identify .content-tab4 .pic {
  width: 45%;
}
.investment-identify .content-tab4 .pic img {
  width: 100%;
}
.left-bar {
  position: relative;
  padding-left: 10px;
  margin: 15px 0;
}
.left-bar::before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 3px;
  width: 6px;
  height: 16px;
  border-radius: 3px;
  background-color: #533687;
}
.point {
  position: relative;
  padding-left: 10px;
  margin: 15px 0;
}
.point::before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #533687;
}
.p-sub {
  margin: 5px;
  padding-left: 10px;
}
.main-color {
  color: #533687;
}
.p-icon {
  width: 100%;
  min-height: 100px;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.p-icon-item {
  height: 100%;
  width: 30%;
  text-align: center;
}
.p-icon-item img {
  height: 70px;
}
/*# sourcemappingurl=investmentidentify.css.map */

@media (max-width: 768px) {
  .investment-identify .content-tab1 .pic,
  .investment-identify .content-tab2 .pic,
  .investment-identify .content-tab3 .pic {
    display: none;
  }
  .left-bar {
    font-size: 15px;
    font-weight: 600;
  }
  .investment-identify .content-tab3 .left-bar {
    width: 100%;
  }

  .p-icon {
    flex-direction: column;
    row-gap: 15px;
  }
  .p-icon-item {
    width: 100%;
  }
}
