.banner {
  width: 100%; }

#section {
  width: 100%;
  margin-bottom: 80px; }
  #section .person .head {
    margin-top: 60px;
    height: 74px;
    width: 100%;
    position: relative;
    background: #242424; }
    #section .person .head > img {
      position: absolute;
      left: calc(50% - 36px);
      top: -36px;
      width: 72px;
      height: 72px;
      border-radius: 50%; }
    #section .person .head .name {
      text-align: center;
      padding-top: 42px; }
  #section .person .nav {
    display: flex;
    justify-content: space-between;
    cursor: pointer; }
    #section .person .nav > span {
      height: 36px;
      line-height: 36px;
      width: 200px;
      text-align: center;
      color: #fff;
      background: #151515;
      font-size: 11px;
      font-weight: 600; }
    #section .person .nav > span.select {
      background: #FF0150;
      color: #fff; }
  #section .person .content {
    background: #242424; }
    #section .person .content > li {
      display: none;
      width: 100%; }
      #section .person .content > li:nth-child(1) {
        display: block; }
      #section .person .content > li .flow {
        display: flex; }
        #section .person .content > li .flow > ol {
          width: calc(100% / 3);
          height: 80px;
          text-align: center; }
          #section .person .content > li .flow > ol > li:nth-child(1) {
            margin-top: 19px;
            font-size: 18px;
            font-weight: 600; }
          #section .person .content > li .flow > ol > li:nth-child(2) {
            margin-bottom: 4px;
            font-size: 12px;
            color: #BBBBBB;
            font-weight: 400; }
      #section .person .content > li > ul > li {
        box-sizing: border-box;
        padding: 7px 24px;
        min-height: 30px;
        font-size: 14px;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        #section .person .content > li > ul > li > span {
          display: flex;
          align-items: center; }
          #section .person .content > li > ul > li > span > img {
            width: 16px;
            height: 16px;
            margin-right: 4px; }
        #section .person .content > li > ul > li > div {
          width: 60%;
          text-align: right; }
  #section .person .show {
    display: block; }
  #section .person .platform {
    width: 40%;
    position: absolute;
    left: 60%;
    bottom: 30%; }
    #section .person .platform > a {
      display: inline-block;
      color: #007aff !important; }

/*# sourceMappingURL=netred.css.map */
