.bindOrgInfoContainer {
  padding: 17px 130px 45px;
  font-family: PingFang-SC-Medium, PingFang-SC;

  .headerGroup {
    position: relative;
    color: #282828;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 43px;

    &:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: -20px;
      height: 2px;
      background: #eeeeee;
    }
  }
}
