.c-dot-prefix-button-root[data-v-0d5aed60] {
  display: flex;
  align-items: center;
}
.c-dot-prefix-button-root .dot-ongoing[data-v-0d5aed60] {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    background: #F8A94A;
}
.c-dot-prefix-button-root .dot-success[data-v-0d5aed60] {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    background: #1DD454;
}
.c-dot-prefix-button-root .dot-error[data-v-0d5aed60] {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    background: #F25556;
}
.c-dot-prefix-button-root .dot-other[data-v-0d5aed60] {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    background: #EAEAEA;
}
.c-dot-prefix-button-root span[data-v-0d5aed60] {
    font-weight: 400;
    font-size: 14px;
    color: #191B21;
    letter-spacing: 0;
    line-height: 14px;
}
.can-click[data-v-0d5aed60] {
  cursor: pointer;
}

@charset "UTF-8";
.c-works-right-detail-root[data-v-27e53e4c] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 77px);
  /* 页面最小高度铺满屏幕 */
}
.c-works-right-detail-root .content[data-v-27e53e4c] {
    flex: 1;
    /* 占据剩余空间 */
    background: #FFFFFF;
    border-radius: 8px;
}
.c-works-right-detail-root .content .topContent[data-v-27e53e4c] {
      background: #FBFBFD;
      border-radius: 8px 8px 0 0;
      padding: 24px;
      padding-bottom: 18px;
      border-bottom: 1px solid #EBECF0;
}
.c-works-right-detail-root .content .topContent .c-try-review-state-root[data-v-27e53e4c] {
        margin-left: 0px;
}
.c-works-right-detail-root .content .bottomContent[data-v-27e53e4c] {
      padding: 0px 24px 24px;
      border-radius: 0 0 8px 8px;
}
.c-works-right-detail-root .content .bottomContent .c-table-title[data-v-27e53e4c] {
        font-weight: 600;
        font-size: 18px;
        color: #191B21;
        letter-spacing: 0;
        line-height: 36px;
        margin: 23px 0px;
}

