.list-author-box[data-v-1ee32930] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.4rem;
  font-size: .28rem;
  line-height: .4rem;
}
.list-author-box .list-author-labbel[data-v-1ee32930] {
    font-weight: 700;
    color: #38383a;
}
.list-author-box .list-author-handle[data-v-1ee32930] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    font-weight: 400;
}
.list-author-box .list-author-handle.danger[data-v-1ee32930] {
      color: #ea4545;
}
.list-author-box .list-author-handle .list-author-cricle[data-v-1ee32930] {
      display: inline-block;
      width: .08rem;
      height: .08rem;
      background-color: #ea4545;
      -webkit-border-radius: 200%;
              border-radius: 200%;
      margin-right: .08rem;
}
.arrow-left[data-v-1ee32930] {
  width: .11rem;
  height: .20rem;
  margin-left: .1rem;
}

