.ryzz-safe-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.ryzz-page {
  --ryzz-green: #1f6b45;
  --ryzz-deep: #123f2b;
  --ryzz-muted: #728176;
  --ryzz-line: #e7eee9;
  --ryzz-warm: #f8f6ef;
  --ryzz-card: #ffffff;
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  background: #fff;
  color: #253a31;
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

.ryzz-page * {
  box-sizing: border-box;
}

.ryzz-wrap {
  width: 1320px;
  margin: 0 auto;
}

.ryzz-hero {
  position: relative;
  height: 405px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(244,250,249,.88) 43%, rgba(225,240,247,.82) 100%),
    url("/weboms/Template/pc_web/statics/images/about-pic.jpg") center center / cover no-repeat;
}

.ryzz-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 35%, rgba(31,107,69,.10), transparent 28%),
    linear-gradient(90deg, rgba(255,255,255,.58), transparent 58%);
  pointer-events: none;
}

.ryzz-hero-inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ryzz-hero-copy {
  position: relative;
  width: 520px;
  padding-left: 58px;
  z-index: 2;
}

.ryzz-kicker {
  display: block;
  width: 22px;
  height: 68px;
  margin-bottom: 6px;
  border-left: 4px dotted rgba(31,107,69,.30);
}

.ryzz-hero h1 {
  margin: 0;
  color: var(--ryzz-green);
  font-size: 54px;
  line-height: 1.22;
  font-weight: 600;
  letter-spacing: 0;
}

.ryzz-hero p {
  margin: 24px 0 28px;
  color: #31433a;
  font-size: 18px;
  line-height: 1.6;
}

.ryzz-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 122px;
  height: 36px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  transition: all .3s cubic-bezier(.22,.61,.36,1);
}

.ryzz-btn::after {
  content: "";
  width: 18px;
  height: 18px;
  margin-left: 10px;
  border-radius: 50%;
  border: 1px solid currentColor;
  background:
    linear-gradient(45deg, transparent 48%, currentColor 49%, currentColor 56%, transparent 57%) 6px 8px / 6px 6px no-repeat,
    linear-gradient(currentColor,currentColor) 5px 8px / 8px 1px no-repeat;
  opacity: .8;
}

.ryzz-btn-line {
  color: var(--ryzz-green);
  border: 1px solid rgba(31,107,69,.65);
  background: rgba(255,255,255,.72);
}

.ryzz-btn-solid {
  color: #fff;
  border: 1px solid var(--ryzz-green);
  background: var(--ryzz-green);
  box-shadow: 0 10px 24px rgba(31,107,69,.18);
}

.ryzz-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(31,107,69,.18);
}

.ryzz-hero-visual {
  position: absolute;
  right: -12px;
  top: 0;
  width: 760px;
  height: 405px;
  overflow: hidden;
  opacity: .76;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 22%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 22%, #000 100%);
}

.ryzz-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.82) brightness(1.06);
}

.ryzz-section {
  position: relative;
  padding: 72px 0;
}

.ryzz-section-head h2 {
  margin: 0;
  color: #32483c;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0;
}

.ryzz-section-head span {
  display: block;
  margin-top: 6px;
  color: #aeb9b4;
  font-size: 11px;
  line-height: 1;
  letter-spacing: .2px;
}

.ryzz-section-head-left {
  text-align: left;
}

.ryzz-section-head-center {
  text-align: center;
}

.ryzz-section-head-center h2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: #2d4b3b;
  font-size: 28px;
}

.ryzz-section-head-center h2::before,
.ryzz-section-head-center h2::after {
  content: "";
  width: 48px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(185,151,92,.72));
}

.ryzz-section-head-center h2::after {
  background: linear-gradient(90deg, rgba(185,151,92,.72), transparent);
}

.ryzz-culture {
  background: linear-gradient(180deg, #fff 0%, #fbfdfc 100%);
}

.ryzz-culture-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 24px;
}

.ryzz-culture-card {
  min-height: 168px;
  padding: 28px 24px 24px;
  text-align: center;
  background: var(--ryzz-card);
  border: 1px solid rgba(225,234,229,.75);
  border-radius: 4px;
  box-shadow: 0 14px 36px rgba(31,67,49,.06);
}

.ryzz-line-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 18px;
  color: var(--ryzz-green);
  font-family: Georgia, serif;
  font-size: 18px;
  border: 1px solid rgba(31,107,69,.26);
  border-radius: 50%;
  background: #fff;
}

.ryzz-culture-card h3 {
  margin: 0 0 12px;
  color: #435049;
  font-size: 16px;
  font-weight: 500;
}

.ryzz-culture-card p {
  margin: 0;
  color: #747f79;
  font-size: 13px;
  line-height: 1.75;
}

.ryzz-story {
  padding-top: 60px;
  background:
    radial-gradient(circle at 70% 38%, rgba(31,107,69,.07), transparent 32%),
    linear-gradient(180deg, #fff 0%, #fbfcfb 100%);
}

.ryzz-story-inner {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 70px;
  align-items: center;
}

.ryzz-story-copy {
  position: relative;
  padding-left: 6px;
}

.ryzz-quote-mark {
  position: absolute;
  left: 0;
  top: 52px;
  color: rgba(31,107,69,.12);
  font-family: Georgia, serif;
  font-size: 120px;
  line-height: 1;
  pointer-events: none;
}

.ryzz-story-copy p,
.ryzz-philosophy-copy p {
  position: relative;
  margin: 16px 0 0;
  color: #66726c;
  font-size: 14px;
  line-height: 2;
}

.ryzz-story-copy .ryzz-btn,
.ryzz-philosophy-copy .ryzz-btn {
  margin-top: 26px;
}

.ryzz-story-photo {
  margin: 0;
  height: 300px;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 18px 42px rgba(23,55,39,.10);
  background: #f7fbf7;
}

.ryzz-story-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ryzz-honors {
  padding-top: 62px;
  padding-bottom: 82px;
  background:
    radial-gradient(circle at 8% 0%, rgba(31,107,69,.08), transparent 28%),
    linear-gradient(180deg, #fbfcfb 0%, #fff 48%, #fbfcfb 100%);
}

.ryzz-honor-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 28px auto 30px;
  max-width: 1080px;
}

.ryzz-honor-tabs button {
  min-width: 72px;
  height: 34px;
  padding: 0 18px;
  color: #52635a;
  font-size: 14px;
  border: 1px solid rgba(31,107,69,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  cursor: pointer;
  transition: all .3s cubic-bezier(.22,.61,.36,1);
}

.ryzz-honor-tabs button:hover,
.ryzz-honor-tabs button.is-active {
  color: #fff;
  border-color: var(--ryzz-green);
  background: var(--ryzz-green);
  box-shadow: 0 10px 22px rgba(31,107,69,.16);
}

.ryzz-slider-shell {
  position: relative;
  padding: 0 58px;
}

.ryzz-slider-viewport {
  overflow: hidden;
}

.ryzz-slider-track {
  display: flex;
  gap: 22px;
  will-change: transform;
  transition: transform .45s cubic-bezier(.22,.61,.36,1);
}

.ryzz-honor-card {
  flex: 0 0 284px;
  opacity: 1;
  transform: translateZ(0);
  transition: opacity .3s cubic-bezier(.22,.61,.36,1), transform .3s cubic-bezier(.22,.61,.36,1);
}

.ryzz-honor-card.is-hidden {
  display: none;
}

.ryzz-honor-link {
  display: block;
  width: 100%;
  min-height: 338px;
  padding: 12px 12px 18px;
  text-align: left;
  border: 1px solid rgba(224,232,227,.95);
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(31,67,49,.07);
  cursor: pointer;
  transition: all .3s cubic-bezier(.22,.61,.36,1);
}

.ryzz-honor-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 46px rgba(31,67,49,.13);
}

.ryzz-honor-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1.5 / 1;
  overflow: hidden;
  border-radius: 4px;
  background: linear-gradient(180deg, #f9fbf9, #f1f6f3);
}

.ryzz-honor-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.ryzz-honor-meta {
  display: inline-flex;
  align-items: center;
  margin: 16px 0 10px;
  padding: 5px 12px;
  color: var(--ryzz-green);
  font-size: 12px;
  line-height: 1;
  border-radius: 999px;
  background: rgba(31,107,69,.08);
}

.ryzz-honor-link strong {
  display: block;
  min-height: 48px;
  color: #2d3b33;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 600;
}

.ryzz-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  border: 1px solid rgba(31,107,69,.18);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 22px rgba(31,67,49,.10);
  cursor: pointer;
  transition: all .3s cubic-bezier(.22,.61,.36,1);
}

.ryzz-slider-arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--ryzz-green);
  border-right: 2px solid var(--ryzz-green);
}

.ryzz-slider-prev {
  left: 0;
}

.ryzz-slider-next {
  right: 0;
}

.ryzz-slider-prev::before {
  transform: translate(-38%, -50%) rotate(-135deg);
}

.ryzz-slider-next::before {
  transform: translate(-62%, -50%) rotate(45deg);
}

.ryzz-slider-arrow:hover {
  border-color: var(--ryzz-green);
  background: var(--ryzz-green);
}

.ryzz-slider-arrow:hover::before {
  border-color: #fff;
}

.ryzz-slider-arrow.is-disabled {
  opacity: .35;
  cursor: default;
  pointer-events: none;
}

.ryzz-slider-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  min-height: 10px;
  margin-top: 26px;
}

.ryzz-slider-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #d9dfdb;
  cursor: pointer;
  transition: all .3s cubic-bezier(.22,.61,.36,1);
}

.ryzz-slider-dots button.is-active {
  width: 28px;
  background: var(--ryzz-green);
}

.ryzz-philosophy {
  padding-top: 66px;
  padding-bottom: 76px;
  background: linear-gradient(180deg, #fff 0%, #fbfcfb 100%);
}

.ryzz-philosophy-inner {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 62px;
  align-items: center;
}

.ryzz-promise-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.ryzz-promise-card {
  height: 158px;
  padding: 26px 18px;
  text-align: center;
  border: 1px solid rgba(225,234,229,.75);
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,255,255,.82)),
    url("/weboms/Template/pc_web/statics/images/rd-1.jpg") center / cover no-repeat;
  box-shadow: 0 14px 36px rgba(31,67,49,.06);
}

.ryzz-promise-card span {
  display: block;
  color: rgba(31,107,69,.42);
  font-family: Georgia, serif;
  font-size: 13px;
  line-height: 1;
}

.ryzz-promise-card h3 {
  margin: 46px 0 0;
  color: #2e4d3d;
  font-size: 17px;
  font-weight: 600;
}

.ryzz-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(8,28,19,.74);
}

.ryzz-lightbox[hidden] {
  display: none;
}

.ryzz-lightbox-panel {
  position: relative;
  width: min(980px, calc(100vw - 180px));
  max-height: calc(100vh - 120px);
  margin: 0;
  padding: 28px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(0,0,0,.34);
}

.ryzz-lightbox-panel img {
  display: block;
  width: 100%;
  max-height: calc(100vh - 250px);
  object-fit: contain;
  background: #f8faf8;
}

.ryzz-lightbox-panel figcaption {
  margin-top: 16px;
  color: #2d3b33;
  text-align: center;
}

.ryzz-lightbox-panel figcaption span {
  display: block;
  margin-bottom: 6px;
  color: var(--ryzz-green);
  font-size: 13px;
}

.ryzz-lightbox-panel figcaption strong {
  display: block;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 600;
}

.ryzz-lightbox-close,
.ryzz-lightbox-nav {
  position: fixed;
  z-index: 10000;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.94);
  cursor: pointer;
}

.ryzz-lightbox-close {
  right: 42px;
  top: 36px;
  width: 44px;
  height: 44px;
}

.ryzz-lightbox-close::before,
.ryzz-lightbox-close::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 21px;
  width: 18px;
  height: 2px;
  background: var(--ryzz-green);
}

.ryzz-lightbox-close::before {
  transform: rotate(45deg);
}

.ryzz-lightbox-close::after {
  transform: rotate(-45deg);
}

.ryzz-lightbox-nav {
  top: 50%;
  width: 52px;
  height: 52px;
  transform: translateY(-50%);
}

.ryzz-lightbox-prev {
  left: 42px;
}

.ryzz-lightbox-next {
  right: 42px;
}

.ryzz-lightbox-nav::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 13px;
  height: 13px;
  border-top: 2px solid var(--ryzz-green);
  border-right: 2px solid var(--ryzz-green);
}

.ryzz-lightbox-prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.ryzz-lightbox-next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

body.ryzz-modal-open {
  overflow: hidden;
}
