@charset "UTF-8";
.line-chart[data-v-1cc71512] {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  font-size: 0.12rem;
  overflow: hidden;
}
.line-chart .main[data-v-1cc71512] {
    box-sizing: border-box;
    width: 100%;
}
.line-chart .main .chart-box[data-v-1cc71512] {
      width: 100%;
      box-sizing: border-box;
}
.line-chart .main .chart-box .chart[data-v-1cc71512] {
        position: relative;
        box-sizing: border-box;
        width: 100%;
}
.line-chart .main .chart-box .chart .line-chart-instance[data-v-1cc71512] {
          width: 100%;
          height: 1.86rem;
}
.line-chart-landscape[data-v-1cc71512] {
  height: 423px !important;
  font-size: 14px;
}
.line-chart-landscape .main[data-v-1cc71512] {
    height: calc(100% - 48px) !important;
}
.line-chart-landscape .main .chart-box[data-v-1cc71512] {
      height: 100%;
      width: 100% !important;
}
.line-chart-landscape .main .chart-box .chart[data-v-1cc71512] {
        height: calc(100% - 120px);
        width: calc(100% - 180px) !important;
        margin: 0 auto;
}
.line-chart-landscape .main .chart-box .chart .line-chart-instance[data-v-1cc71512] {
          width: 100% !important;
          height: 100% !important;
}
.line-chart-landscape .header[data-v-1cc71512] {
    height: 48px;
    padding-top: 16px;
}
.line-chart-landscape .header .title[data-v-1cc71512] {
      padding-left: 0px !important;
      font-size: 16px !important;
}
.line-chart-landscape .header .extra[data-v-1cc71512] {
      padding-right: 16px;
}
.line-chart-landscape .header .extra .extra-title[data-v-1cc71512] {
        font-size: 14px;
}
.line-chart-landscape .header .extra .extra-icon[data-v-1cc71512] {
        width: 14px;
        height: 14px;
        margin-left: 4px;
        cursor: pointer;
}
.line-chart-landscape .header .extra .extra-scale[data-v-1cc71512] {
        width: 16px;
        height: 16px;
        margin-left: 16px;
        cursor: pointer;
}
.line-chart-landscape .legend[data-v-1cc71512] {
    margin: 0px auto 8px;
    padding: 0 8px;
    width: calc(100% - 32px);
    border: 1px solid transparent;
    border-radius: 4px;
    flex-wrap: nowrap;
}
.line-chart-landscape .legend .legend-item[data-v-1cc71512] {
      margin-top: 8px;
      margin-bottom: 8px;
      width: calc((100% - 16px) / 6);
      height: 33px;
}
.line-chart-landscape .legend .legend-item .legend-item-title .legend-item-title-icon[data-v-1cc71512] {
        width: 8px;
        height: 2px;
        border-radius: 1px;
}
.line-chart-landscape .legend .legend-item .legend-item-title .legend-item-title-text[data-v-1cc71512] {
        margin-left: 2px;
        width: 99px;
        height: 16px;
        font-size: 13px;
        line-height: 16px;
}
.line-chart-landscape .legend .legend-item .legend-item-value[data-v-1cc71512] {
        margin-left: 1px;
        width: 99px;
        font-size: 14px;
        line-height: 17px;
}
.line-chart-landscape .legend-active[data-v-1cc71512] {
    background: #fff8f7;
    border: 1px solid #ff594a !important;
}
.line-chart-landscape .fullscreen-icon[data-v-1cc71512] {
    width: 16px;
    height: 16px;
}
.line-chart-landscape .footer[data-v-1cc71512] {
    margin: 0 auto;
    width: calc(100% - 180px) !important;
    height: 62px;
    padding: 16px 30px 16px 50px;
    justify-content: space-between;
}
.line-chart-landscape .footer .button[data-v-1cc71512] {
      width: 56px;
      height: 30px;
      font-size: 14px;
      border-radius: 15px;
}
.line-chart-landscape-fullscreen[data-v-1cc71512] {
  height: 100% !important;
  font-size: 14px !important;
}
.line-chart-landscape-fullscreen .main[data-v-1cc71512] {
    display: flex;
    height: calc(100vh - 30px) !important;
}
.line-chart-landscape-fullscreen .main .chart-box[data-v-1cc71512] {
      height: 100%;
      max-height: 3rem;
}
.line-chart-landscape-fullscreen .main .chart-box .chart[data-v-1cc71512] {
        width: 100%;
        height: calc(100vh - 194px) !important;
}
.line-chart-landscape-fullscreen .main .chart-box .chart .line-chart-instance[data-v-1cc71512] {
          width: 100% !important;
          height: 100% !important;
}
.line-chart-landscape-fullscreen .header[data-v-1cc71512] {
    position: relative !important;
    border-bottom: 1px solid #eeeeee;
    align-items: center;
    margin-top: 48px;
    height: 40px;
    line-height: 40px;
}
.line-chart-landscape-fullscreen .header .title[data-v-1cc71512] {
      padding-left: 0;
      padding-right: 0;
      justify-content: center;
      align-items: center;
      font-size: 14px;
      font-family: PingFangSC, PingFang SC;
}
.line-chart-landscape-fullscreen .header .extra-full[data-v-1cc71512] {
      position: absolute;
      right: 56px;
      padding-right: 56px;
      height: 44px;
      display: flex;
      align-items: center;
}
.line-chart-landscape-fullscreen .header .extra-full .extra-title[data-v-1cc71512] {
        font-size: 14px;
        color: #1677ff;
        cursor: pointer;
        font-family: PingFangSC, PingFang SC;
}
.line-chart-landscape-fullscreen .header .extra-full .extra-icon[data-v-1cc71512] {
        width: 16px;
        height: 16px;
        margin-left: 4px;
        cursor: pointer;
}
.line-chart-landscape-fullscreen .header .extra-full .extra-scale[data-v-1cc71512] {
        width: 16px;
        height: 16px;
        margin-left: 16px;
        cursor: pointer;
}
.line-chart-landscape-fullscreen .list .logo[data-v-1cc71512] {
    padding-top: 94px;
    width: 40px;
}
.line-chart-landscape-fullscreen .list .logo img[data-v-1cc71512] {
      width: 24px;
      height: 34px;
}
.line-chart-landscape-fullscreen .list .logo .name[data-v-1cc71512] {
      margin: 2px auto;
      width: 12px;
      height: 56px;
      font-size: 12px;
      line-height: 14px;
}
.line-chart-landscape-fullscreen .list .items[data-v-1cc71512] {
    width: 194px;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}
.line-chart-landscape-fullscreen .list .items .item[data-v-1cc71512] {
      height: calc(100% / 6);
      padding: 4px 14px;
}
.line-chart-landscape-fullscreen .list .items .item .title .title-icon[data-v-1cc71512] {
        width: 2px;
        height: 12px;
        border-radius: 1px;
}
.line-chart-landscape-fullscreen .list .items .item .title .title-text[data-v-1cc71512] {
        margin-left: 4px;
        height: 18px;
        font-size: 15px;
        line-height: 18px;
}
.line-chart-landscape-fullscreen .list .items .item .details .risk[data-v-1cc71512] {
        height: 16px;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 2px;
}
.line-chart-landscape-fullscreen .list .items .item .details .risk img[data-v-1cc71512] {
          width: 10px;
          height: 12px;
}
.line-chart-landscape-fullscreen .list .items .item .details .risk .risk-text[data-v-1cc71512] {
          margin-left: 4px;
          font-size: 12px;
}
.line-chart-landscape-fullscreen .list .items .item .details .percentage[data-v-1cc71512] {
        height: 22px;
        font-size: 18px;
        line-height: 22px;
}
.line-chart-landscape-fullscreen .legend[data-v-1cc71512] {
    display: flex;
    width: calc(100vw - 56px);
    height: 90px;
    margin: 8px;
    border-radius: 4px;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 0;
    padding-bottom: 8px;
    padding-left: 8px;
    /* 强制第二行单个元素居左（关键修复） */
}
.line-chart-landscape-fullscreen .legend .legend-item[data-v-1cc71512] {
      width: 30% !important;
      /* 取消拉伸 */
      height: 33px;
      margin-bottom: 0;
      margin-top: 8px;
}
.line-chart-landscape-fullscreen .legend .legend-item .legend-item-title .legend-item-title-icon[data-v-1cc71512] {
        width: 8px;
        height: 2px;
        border-radius: 1px;
}
.line-chart-landscape-fullscreen .legend .legend-item .legend-item-title .legend-item-title-text[data-v-1cc71512] {
        margin-left: 2px;
        width: 97%;
        height: 16px;
        font-size: 13px;
        line-height: 16px;
}
.line-chart-landscape-fullscreen .legend .legend-item .legend-item-value[data-v-1cc71512] {
        margin-left: 1px;
        width: 99px;
        font-size: 14px;
        line-height: 17px;
}
.line-chart-landscape-fullscreen .legend .legend-item[data-v-1cc71512]:nth-child(2) {
      margin: 8px auto !important;
      /* 右侧剩余空间自动填充，元素贴左 */
      justify-content: center;
      flex-direction: column;
      align-items: center;
}
.line-chart-landscape-fullscreen .legend .legend-item[data-v-1cc71512]:nth-child(4), .line-chart-landscape-fullscreen .legend .legend-item[data-v-1cc71512]:nth-child(6) {
      margin-right: 0px;
      /* 右侧剩余空间自动填充，元素贴左 */
      margin-left: 0;
}
.line-chart-landscape-fullscreen .legend .legend-item[data-v-1cc71512]:nth-child(5) {
      margin-right: auto !important;
      /* 右侧剩余空间自动填充，元素贴左 */
      margin-left: 38px;
}
.line-chart-landscape-fullscreen .legend-active[data-v-1cc71512] {
    background: #FAF9F8;
}
.line-chart-landscape-fullscreen .fullscreen-icon[data-v-1cc71512] {
    width: 16px;
    height: 16px;
}
.line-chart-landscape-fullscreen .footer[data-v-1cc71512] {
    height: 42px;
    padding: 8px 30px 16px 50px;
    justify-content: space-between;
}
.line-chart-landscape-fullscreen .footer .button[data-v-1cc71512] {
      width: 16%;
      height: 30px;
      font-size: 14px;
      border-radius: 15px;
}
.success[data-v-1cc71512] {
  color: #00b578;
}
.danger[data-v-1cc71512] {
  color: #e12817;
}
.normal[data-v-1cc71512] {
  color: #333333;
}


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