.userHistory-container {
  padding-top: 90px;
  min-width: 1360px;
  overflow-x: auto; }
  .userHistory-container .history-container {
    -webkit-box-shadow: 0px 4px 8px 0px rgba(57, 63, 73, 0.1);
            box-shadow: 0px 4px 8px 0px rgba(57, 63, 73, 0.1);
    border-radius: 4px;
    background-color: #ffffff;
    padding: 16px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    width: 80%;
    top: 0;
    margin-top: 127px;
    height: calc(100% - 127px); }
    .userHistory-container .history-container > p {
      padding: 0 16px;
      height: 20px;
      line-height: 20px;
      font-size: 14px;
      font-weight: 700;
      color: #242424;
      margin-bottom: 16px; }

.timeline-container {
  height: calc(100% - 20px);
  overflow-y: auto;
  padding: 0 16px; }
  .timeline-container > li {
    position: relative;
    padding-bottom: 20px; }
    .timeline-container > li .line {
      position: absolute;
      left: 4px;
      height: 100%;
      border-left: 2px solid #e4e7ed; }
    .timeline-container > li .node-circle {
      left: -1px;
      width: 12px;
      height: 12px;
      position: absolute;
      background-color: #e4e7ed;
      border-radius: 50%; }
    .timeline-container > li .wrapper {
      position: relative;
      padding-left: 28px;
      top: -3px; }
      .timeline-container > li .wrapper .timestamp {
        margin-bottom: 8px;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        font-weight: 700;
        color: #242424; }
      .timeline-container > li .wrapper .timeline-content {
        background-color: #f5f5f5;
        overflow: hidden;
        padding: 16px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-radius: 4px; }
        .timeline-container > li .wrapper .timeline-content li {
          float: left;
          width: 50%;
          line-height: 24px;
          overflow: hidden;
          font-size: 12px;
          padding-bottom: 10px; }
          .timeline-container > li .wrapper .timeline-content li.block {
            width: 100%; }
          .timeline-container > li .wrapper .timeline-content li.split-line {
            margin-bottom: 10px;
            background: #fff;
            height: 20px;
            padding: 0 20px;
            position: relative;
            left: -20px; }
          .timeline-container > li .wrapper .timeline-content li.block-img {
            clear: both;
            float: none;
            height: 120px; }
          .timeline-container > li .wrapper .timeline-content li img {
            width: 100px;
            height: 120px; }
          .timeline-container > li .wrapper .timeline-content li > p {
            font-size: 14px;
            font-weight: bold;
            color: #242424; }
          .timeline-container > li .wrapper .timeline-content li label,
          .timeline-container > li .wrapper .timeline-content li > div {
            float: left; }
          .timeline-container > li .wrapper .timeline-content li label {
            width: 12%;
            color: #8c8c8c; }
          .timeline-container > li .wrapper .timeline-content li > div {
            overflow: hidden;
            width: 82%;
            margin-left: 2%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            .timeline-container > li .wrapper .timeline-content li > div .show-arrow {
              width: 10%;
              height: 1px;
              background-color: #1466ed;
              float: left;
              margin: 12px 2% 0;
              position: relative; }
              .timeline-container > li .wrapper .timeline-content li > div .show-arrow:after {
                content: '';
                position: absolute;
                right: -1px;
                top: -3px;
                width: 6px;
                height: 6px;
                border-top: 1px solid #1466ed;
                border-right: 1px solid #1466ed;
                -webkit-transform: rotate(45deg);
                        transform: rotate(45deg); }
            .timeline-container > li .wrapper .timeline-content li > div .transfer-arrow {
              margin: 0 10px; }
            .timeline-container > li .wrapper .timeline-content li > div p {
              max-width: 44%;
              overflow: hidden; }
              .timeline-container > li .wrapper .timeline-content li > div p.old-elem {
                float: left; }
            .timeline-container > li .wrapper .timeline-content li > div .avatar-image-error {
              width: 100px;
              height: 120px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              border: #e1e3ea solid 1px;
              color: #e2e2e2; }
    .timeline-container > li.timeline-year .node-circle {
      background-color: #ffffff;
      border: 3px solid #1466ed;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .timeline-container > li:last-child .line {
      display: none; }
    .timeline-container > li.loadMore {
      text-align: center;
      color: #8c8c8c;
      font-size: 14px;
      height: 24px;
      line-height: 24px; }

/*# sourceMappingURL=userHistory.css.map */