* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #fff;
  color: #333;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

button {
  font: inherit;
}

.pipeline-page {
  width: 100%;
  background: #fff;
  overflow-x: hidden;
}

.pipeline-viewport,
.pipeline-stage {
  width: 100%;
}

.pipeline-stage {
  padding: 0 0 72px;
}

.pipeline-title,
.pipeline-rule,
.phase-nav,
.pipeline-table {
  width: min(1600px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.pipeline-title {
  margin-top: 0;
  margin-bottom: 68px;
  padding-top: 0;
  color: #14345d;
  font-size: 48px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0;
}

.phase-nav {
  display: grid;
  grid-template-columns: 177px 240px minmax(280px, 1fr) 68px;
  align-items: center;
  margin-bottom: 24px;
  text-align: center;
}

.phase-nav__stages {
  grid-column: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
}

.phase-nav__item {
  color: #0f89a9;
  font-size: 20px;
  line-height: 28px;
  white-space: nowrap;
}

.phase-nav__item--dark {
  grid-column: 2;
  color: #000;
}

.pipeline-rule {
  height: 1px;
  margin-top: 0;
  margin-bottom: 42px;
  background: #d8e1e4;
}

.pipeline-table {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.pipeline-loading {
  min-height: 180px;
  display: grid;
  place-items: center;
  border: 1px solid #dff0f4;
  border-radius: 20px;
  background: #f3f9fb;
  color: #0f89a9;
  font-size: 18px;
}

.pipeline-loading--error {
  color: #14345d;
}

.pipeline-group {
  display: grid;
  grid-template-columns: 177px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid #dff0f4;
  background: #eefbfe;
}

.pipeline-group--tumor {
  border-radius: 20px 0 0 0;
  background: url("https://omo-oss-image.thefastimg.com/portal-saas/pg2026060408411366150/cms/image/e4c1324f-8892-4bac-b919-1046f94c68b0.png") center / 100% 100% no-repeat;
}

.pipeline-group--oral,
.pipeline-group--metabolism {
  background: url("https://omo-oss-image.thefastimg.com/portal-saas/pg2026060408411366150/cms/image/ef554516-a05f-4422-9ea5-76f5d480e7f4.png") center / 100% 100% no-repeat;
}

.pipeline-group--delivery {
  background: url("https://omo-oss-image.thefastimg.com/portal-saas/pg2026060408411366150/cms/image/0eb44c26-a183-4f31-a694-86f5a283e650.png") center / 100% 100% no-repeat;
}

.pipeline-group--metabolism {
  border-radius: 0 0 20px 20px;
}

.pipeline-group__bg {
  display: none;
}

.pipeline-group__label {
  grid-column: 1;
  grid-row: 1 / span 99;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  align-self: stretch;
  padding: 42px 18px;
  background: #0f89a9;
  color: #fff;
  text-align: center;
}

.pipeline-group__label--top {
  justify-content: flex-start;
  padding-top: 123px;
}

.pipeline-group__label img {
  display: block;
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.pipeline-group__label strong {
  display: block;
  width: 138px;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.pipeline-group__icon-stack {
  position: relative;
  display: block;
  width: 80px;
  height: 104px;
}

.pipeline-group__icon-stack .delivery-vector {
  position: absolute;
  top: -22px;
  left: 8px;
  width: 64px;
  height: 55px;
}

.pipeline-group__icon-stack .delivery-kidney {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 60px;
  height: 60px;
}

.pipeline-row {
  position: relative;
  grid-column: 2;
  min-height: 114px;
  border-bottom: 1px solid rgba(210, 220, 222, 0.85);
}

.pipeline-row:last-child {
  border-bottom: 0;
}

.pipeline-row__summary {
  display: grid;
  grid-template-columns: 240px minmax(280px, 1fr) 82px;
  align-items: center;
  min-height: 114px;
}

.pipeline-row__name {
  width: 200px;
  margin: 0 auto;
  color: #333;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.pipeline-row__name span {
  display: block;
}

.progress {
  position: relative;
  width: 100%;
  height: 36px;
  overflow: hidden;
  border-radius: 40px;
  background: #e9e9e9;
}

.progress::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(to right,
      transparent 0,
      transparent calc(25% - 1px),
      rgba(255, 255, 255, 0.95) calc(25% - 1px),
      rgba(255, 255, 255, 0.95) calc(25% + 1px),
      transparent calc(25% + 1px),
      transparent calc(50% - 1px),
      rgba(255, 255, 255, 0.95) calc(50% - 1px),
      rgba(255, 255, 255, 0.95) calc(50% + 1px),
      transparent calc(50% + 1px),
      transparent calc(75% - 1px),
      rgba(255, 255, 255, 0.95) calc(75% - 1px),
      rgba(255, 255, 255, 0.95) calc(75% + 1px),
      transparent calc(75% + 1px));
  pointer-events: none;
}

.progress__fill {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: var(--value);
  border-radius: 40px 0 0 40px;
  background: linear-gradient(90deg, #14b3dd 0%, rgba(20, 179, 221, 0.6) 100%);
}

.pipeline-row__toggle {
  position: relative;
  width: 36px;
  height: 36px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.toggle-icon {
  position: absolute;
  inset: 0;
  width: 36px;
  height: 36px;
  object-fit: contain;
  pointer-events: none;
}

.toggle-icon--open {
  display: none;
}

.pipeline-row[data-open="true"] .toggle-icon--open {
  display: block;
  transform: rotate(-90deg);
}

.pipeline-row[data-open="true"] .toggle-icon--closed {
  display: none;
}

.pipeline-detail {
  display: none;
  width: calc(100% - 58px);
  margin: 0 29px 31px;
  padding: 30px 32px;
  overflow: hidden;
  border: 1px solid #d2dcde;
  border-radius: 20px;
  background: #f3f9fb;
  color: #333;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}

button:focus{
  border: none;
  outline: none;
}


@media (max-width: 1200px) {
  .pipeline-title,
  .pipeline-rule,
  .phase-nav,
  .pipeline-table {
    width: min(1600px, calc(100% - 40px));
  }

  .pipeline-group {
    grid-template-columns: 140px minmax(0, 1fr);
  }

  .phase-nav {
    grid-template-columns: 140px 210px minmax(220px, 1fr) 52px;
  }

  .pipeline-row__summary {
    grid-template-columns: 210px minmax(220px, 1fr) 52px;
  }
}

@media (max-width: 767px) {
  .pipeline-page {
    overflow-x: hidden;
  }

  .pipeline-stage {
    min-width: 0;
    padding-bottom: 48px;
  }

  .pipeline-title,
  .pipeline-rule,
  .phase-nav,
  .pipeline-table {
    width: 100%;
  }

  .pipeline-title {
    margin-bottom: 42px;
    font-size: 36px;
    line-height: 1.25;
  }

  .phase-nav {
    grid-template-columns: 1fr;
    margin-bottom: 18px;
  }
  #c_static_001-17848135945481 .e_h1-22{
    font-size: 30px;
    margin-bottom: 30px;
  }
  .phase-nav__item--dark {
    display: none;
  }

  .phase-nav__stages {
    grid-column: 1;
  }

  .phase-nav__item {
    font-size: 12px;
    line-height: 18px;
    white-space: normal;
  }

  .pipeline-rule {
    margin-bottom: 28px;
  }

  .pipeline-table {
    gap: 10px;
  }

  .pipeline-group {
    display: block;
    border-radius: 14px;
  }

  .pipeline-group__label {
    min-height: 84px;
    flex-direction: row;
    justify-content: flex-start;
    gap: 14px;
    padding: 14px 20px;
  }

  .pipeline-group__label--top {
    padding-top: 14px;
  }

  .pipeline-group__label img {
    width: 44px;
    height: 44px;
  }

  .pipeline-group__label strong {
    width: auto;
    font-size: 18px;
    line-height: 25px;
  }

  .pipeline-group__icon-stack {
    width: 54px;
    height: 54px;
  }

  .pipeline-group__icon-stack .delivery-vector {
    top: 0;
    left: 0;
    width: 34px;
    height: 30px;
  }

  .pipeline-group__icon-stack .delivery-kidney {
    right: 0;
    bottom: 0;
    left: auto;
    width: 34px;
    height: 34px;
  }

  .pipeline-row {
    min-height: 112px;
  }

  .pipeline-row__summary {
    grid-template-columns: minmax(0, 1fr) 40px;
    gap: 12px 14px;
    min-height: 112px;
    padding: 18px 16px;
  }

  .pipeline-row__name {
    width: auto;
    margin: 0;
    font-size: 15px;
    line-height: 21px;
    text-align: left;
  }

  .progress {
    grid-column: 1 / -1;
    grid-row: 2;
    height: 28px;
  }

  .pipeline-row__toggle {
    grid-column: 2;
    grid-row: 1;
  }

  .pipeline-row__toggle,
  .toggle-icon {
    width: 32px;
    height: 32px;
  }

  .pipeline-row__toggle {
    width: 32px;
    height: 32px;
    align-self: center;
  }

  .pipeline-detail {
    width: calc(100% - 36px);
    margin: 0 18px 24px;
    padding: 22px 22px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 24px;
  }
  html{
    display: block !important;
  }
}
