/* 移动端固定宽度容器 */
.trace-shell {
  max-width: var(--w-mobile);
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}

.trace-scroll {
  overflow-x: hidden;
}

.site-banner {
  height: 180px;
  background: url("../assets/home/home-back.jpg") center / cover no-repeat;
}

.site-banner__logo {
  height: 45px;
  width: auto;
}

.main-card {
  position: relative;
  width: 100%;
  margin-top: -30px;
  background: var(--c-white);
  border-radius: var(--r-sheet) var(--r-sheet) 0 0;
}

.product-head {
  position: relative;
  padding: 35px 20px 10px;
}

.product-head__row {
  display: flex;
  min-height: 10vh;
  margin-bottom: 1.25rem;
}

.product-head__pack {
  position: relative;
  top: -100px;
  padding-right: 10px;
}

.product-head__pack img {
  height: 170px;
  width: auto;
}

.product-head__greet {
  padding-top: 10px;
  font-size: 18px;
  color: var(--c-primary-dark);
}

.product-head__badge {
  position: absolute;
  top: 9.1875rem;
  right: 1.5625rem;
}

.product-head__badge img {
  width: 6.25rem;
}

.fact-item {
  display: flex;
  height: 35px;
  overflow: hidden;
  align-items: flex-start;
  flex-shrink: 0;
}

.fact-item--short {
  height: 0.77rem;
}

.fact-item__rail {
  width: 0.9375rem;
  height: 100%;
  flex-shrink: 0;
  overflow: hidden;
}

.fact-item__rail--long {
  width: 1.0625rem;
}

.fact-item__rail img {
  width: 100%;
  position: relative;
}

.fact-item__rail--tall img {
  height: 10.4375rem;
  top: -2px;
}

.fact-item__rail--mid img {
  height: 11.4375rem;
  top: -0.375rem;
}

.fact-item__rail--long img {
  height: 12rem;
  top: -2px;
}

.fact-item__key {
  width: 70px;
  padding-left: 5px;
  font-size: 12px;
  line-height: 20px;
  flex-shrink: 0;
}

.fact-item__key--wide {
  width: 4.375rem;
  line-height: 13px;
}

.fact-item__val { font-size: 12px; line-height: 20px; }
.fact-item__val--tight { line-height: 13px; }

.fact-list {
  margin: 0;
}

.story-block {
  min-height: 450px;
  padding: 10px 40px 45px;
  font-size: 14px;
  line-height: 25px;
  color: var(--c-text-soft);
  background: url("../assets/home/home-bottom.jpg") center / cover no-repeat;
}

.story-block__video-label {
  margin-top: 5px;
  font-size: 20px;
  color: var(--c-primary-dark);
  text-align: center;
}

.story-block__video-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.story-block__video-player {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.story-block__video-player video,
.qc-video-wrap video {
  width: 100%;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}

/* zoomify 透明遮罩会挡住视频/导航点击 */
.zoomify-shadow {
  pointer-events: none;
}

.zoomify-shadow.zoomed {
  pointer-events: auto;
}

.section-tabs {
  position: relative;
  z-index: 30;
  width: 100%;
  height: 45px;
  margin-top: -45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../assets/home/home-bottom.jpg") center bottom / cover no-repeat;
}

.section-tabs__list {
  width: 320px;
  flex-shrink: 0;
}

.section-tabs__bar {
  display: flex;
  width: 320px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.section-tabs__btn {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 80px;
  width: 80px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.section-tabs__btn:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 9px;
  right: 0;
  width: 1px;
  height: 27px;
}

.section-tabs__btn:first-child {
  border-bottom-left-radius: var(--r-tab);
}

.section-tabs__btn:last-child {
  border-bottom-right-radius: var(--r-tab);
}

.section-tabs__btn--active {
  background-color: #fff;
  color: #008543;
}

.section-tabs__btn--idle {
  background-color: #008543;
  color: #fff;
}

.section-tabs__btn--active:not(:last-child)::after {
  background-color: #008543;
}

.section-tabs__btn--idle:not(:last-child)::after {
  background-color: #fff;
}

.content-panel { display: none; }
.content-panel.is-visible { display: block; }

.copy-block {
  padding: 20px 45px 20px 50px;
  font-size: 12px;
  line-height: 1.6;
}

.emphasis-line {
  display: flex;
  justify-content: center;
  color: green;
  font-weight: 600;
  font-size: 14px;
}

.tone-primary { color: var(--c-primary-dark); }
.tone-white { color: var(--c-white); }
.text-sm { font-size: 12px; }
.text-lg { font-size: 24px; font-weight: 700; }
.flex-row { display: flex; }
.flex-col { display: flex; flex-direction: column; }
.align-end { align-items: flex-end; }
.align-start { align-items: flex-start; }
.rounded-md { border-radius: var(--r-card); }
.full-img { width: 100%; }

.title-split {
  position: relative;
  text-align: center;
  margin: 15px 0;
}

.title-split__text {
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  color: var(--c-primary-dark);
}

.title-split__text::before,
.title-split__text::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 26%;
  height: 2px;
  background: var(--c-line);
  transform: translateY(-50%);
}

.title-split__text::before { left: 20px; }
.title-split__text::after { right: 20px; }
.title-split--narrow .title-split__text::before,
.title-split--narrow .title-split__text::after { width: 19%; }
.title-split--tight .title-split__text::before,
.title-split--tight .title-split__text::after { width: 11%; }
.title-split--medium .title-split__text::before,
.title-split--medium .title-split__text::after { width: 14%; }

.qc-banner {
  height: 200px;
  margin: 0 auto;
  background: url("../assets/quality/qualitify-back.jpg") center / 100% 100% no-repeat;
  border-radius: 0 0 var(--r-sheet) var(--r-sheet);
}

.qc-banner__inner {
  display: flex;
  width: 100%;
  padding: 0.9375rem 0 0 1.875rem;
}

.qc-banner__icon { width: 5.5625rem; }
.qc-banner__content { padding: 1.375rem 0 0 0.3125rem; }
.qc-banner__title { font-size: 1.875rem; font-weight: 600; }
.qc-banner__subtitle { font-size: 0.75rem; }

.qc-video-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 29px;
}

.metric-board {
  display: flex;
  width: 85%;
  height: 80px;
  margin: 5px auto;
  border: 2px solid var(--c-border-soft);
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
}

.metric-board__num {
  flex: 1;
  font-size: 55px;
  line-height: 80px;
  text-align: center;
  background: var(--c-primary);
  border-top-left-radius: 30px;
}

.metric-board__label {
  flex: 3;
  font-size: 55px;
  font-weight: 700;
  line-height: 80px;
  text-align: center;
  color: var(--c-primary);
}

.cert-matrix {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 20px;
}

.cert-matrix img { width: 25%; padding-bottom: 20px; }
.cert-matrix--duo img:first-child { width: 44%; padding-right: 1.25rem; }
.cert-matrix--duo img:last-child { width: 44%; }

.cert-showcase {
  padding: 0 1.25rem 0 0;
}

.cert-showcase img {
  width: 100%;
}
.cert-note { text-indent: 10em; font-size: 12px; }

.tech-columns { display: flex; padding: 10px 20px; }
.tech-columns__side { flex: 2; }
.tech-columns__side--lower { padding-top: 3.125rem; padding-left: 0.3125rem; }
.tech-columns img { width: 100%; border-radius: var(--r-card); margin-bottom: 8px; }

.origin-banner {
  height: 200px;
  margin: 0 auto;
  background: url("../assets/geography/geography-back.jpg") center / 100% 100% no-repeat;
  border-radius: 0 0 var(--r-sheet) var(--r-sheet);
}

.origin-banner__text {
  padding: 3.75rem 2.5rem 0;
  font-size: 12px;
  line-height: 1.6;
}

.origin-map img { width: 100%; }

.carousel-slot {
  height: 260px;
  position: relative;
  top: 40px;
  padding: 0 10px;
}

.carousel-slot--company {
  top: 0;
  padding: 30px 10px 0;
}

.swiper { width: 100%; height: 100%; border-radius: var(--r-slide); }
.swiper-slide img { display: block; width: 100%; height: 100%; object-fit: cover; }

.origin-caption {
  height: 60px;
  padding: 65px 36px 10px 46px;
  background: var(--c-primary);
}

.origin-caption p { font-size: 12px; line-height: 1.5; }

.company-brief {
  height: 60px;
  padding: 20px 0 10px 40px;
  overflow: hidden;
}

.company-brief__inner {
  display: flex;
  height: 3.75rem;
  overflow: hidden;
}

.company-brief__facts { flex: auto; }
.company-brief__facts .fact-item { margin-top: 0.25rem; }

.timeline-grid { display: flex; padding: 0 1.125rem; }
.timeline-grid__col { width: 154px; }

.timeline-grid__spine {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 2.375rem;
  height: 53.875rem;
  overflow: hidden;
}

.timeline-grid__spine img {
  width: 2.3125rem;
  height: 26.25rem;
}

.timeline-grid__spine img + img {
  position: relative;
  top: -3.5rem;
}

.timeline-node {
  display: flex;
  flex-direction: column;
  width: 154px;
  height: 100px;
  margin-bottom: 83px;
}

.timeline-node--left { align-items: flex-end; }
.timeline-node--right { align-items: flex-start; }
.timeline-node--left:first-child { margin-top: 6.75rem; }
.timeline-node--right:first-child { margin-top: 0.9375rem; }
.timeline-node__label { padding-bottom: 10px; font-size: 12px; }
.timeline-node img { width: 145px; border-radius: var(--r-slide); }

.corp-hero {
  height: 200px;
  margin: 0 auto;
  background: url("../assets/strength/strength-back.jpg") -18px -1px / 114% 100% no-repeat;
  border-radius: 0 0 var(--r-sheet) var(--r-sheet);
}

.corp-hero__title {
  padding: 4.5rem 0 4.5rem 5.875rem;
  font-size: 2.5rem;
}

.media-frame img { width: 100%; }
.media-frame--pad { padding: 0.625rem 1.25rem 0; }
.media-frame--flush { padding: 0 1.25rem; }
.tone-white { color: var(--c-white) !important; }
.tone-primary { color: var(--c-primary-dark) !important; }

.content-panel[data-panel-index="2"] .emphasis-line:first-of-type {
  text-indent: 6em;
}

.award-banner {
  height: 200px;
  margin: 0 auto;
  background: url("../assets/honors/honor-back.jpg") -98px -72px / 142% 153% no-repeat;
  border-radius: 0 0 var(--r-sheet) var(--r-sheet);
}

.award-wall { text-align: center; padding-bottom: 1.25rem; }

.award-wall__tile {
  display: inline-block;
  width: 145px;
  height: 100px;
  padding: 5px;
  object-fit: cover;
}

.award-wall__row { display: flex; justify-content: center; }

.award-wall__portrait {
  width: 100px;
  height: 150px;
  padding-right: 0.625rem;
  object-fit: cover;
}
