@font-face {
  font-family: "Alibaba PuHuiTi";
  src: url("/fonts/alibaba-puhuiti-regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "Alibaba PuHuiTi";
  src: url("/fonts/alibaba-puhuiti-medium.otf") format("opentype");
  font-display: swap;
  font-weight: 500 700;
}

:root {
  --rp-width: 1200px;
  --rp-blue: #003f7c;
  --rp-ink: #111;
  --rp-body: #555;
  --rp-muted: #bcbcbc;
  --rp-soft: #f7f7f7;
  --rp-footer: #222;
  color-scheme: light;
  font-family: "Alibaba PuHuiTi", "PingFang SC", "Microsoft YaHei", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 186px;
}

body {
  margin: 0;
  color: var(--rp-body);
  background: #fff;
  font-size: 16px;
  overflow-x: hidden;
}

body,
button,
input,
select,
textarea {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  border: 0;
}

button,
select {
  cursor: pointer;
}

.rp-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.rp-width {
  width: min(var(--rp-width), calc(100% - 48px));
  margin-inline: auto;
}

/* Shared 1920px desktop header from the Sketch file. */
.rp-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 186px;
  background: #fff;
}

.rp-brand-row {
  position: relative;
  height: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rp-brand {
  height: 48px;
  display: flex;
  align-items: center;
  gap: 48px;
}

.rp-brand-guoxing {
  width: 285px;
  height: 48px;
  object-fit: contain;
}

.rp-brand-gocent {
  width: 153px;
  height: 48px;
  object-fit: contain;
}

.rp-brand-divider {
  width: 1px;
  height: 32px;
  background: #d4d4d4;
}

.rp-menu-toggle {
  display: none;
}

.rp-navigation {
  position: relative;
  height: 70px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: #fff;
}

.rp-nav-links {
  height: 70px;
  display: flex;
  align-items: stretch;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rp-nav-item {
  position: relative;
  width: 104px;
  flex: 0 0 104px;
  height: 70px;
}

.rp-nav-link {
  position: relative;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-family: "Alibaba PuHuiTi", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.rp-nav-link::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 0;
  height: 4px;
  background: transparent;
}

.rp-nav-link:hover,
.rp-nav-link:focus-visible,
.rp-nav-link.active {
  color: var(--rp-blue);
}

.rp-nav-link.active {
  font-weight: 600;
}

.rp-nav-link.active::after {
  background: var(--rp-blue);
}

.rp-submenu {
  position: absolute;
  z-index: 50;
  top: 70px;
  left: 0;
  width: 152px;
  margin: 0;
  padding: 0 20px;
  display: none;
  list-style: none;
  background: #fff;
  box-shadow: 0 8px 20px rgb(0 0 0 / 8%);
}

.rp-nav-item:hover > .rp-submenu,
.rp-nav-item:focus-within > .rp-submenu {
  display: block;
}

.rp-submenu a {
  height: 58px;
  display: flex;
  align-items: center;
  color: #666;
  font-size: 18px;
  border-bottom: 1px solid #e8e8e8;
}

.rp-submenu li:last-child a {
  border-bottom: 0;
}

.rp-submenu a:hover,
.rp-submenu a:focus-visible {
  color: var(--rp-blue);
}

.rp-search {
  position: absolute;
  top: 18px;
  right: max(24px, calc((100vw - 1680px) / 2));
  width: 220px;
  height: 30px;
  display: flex;
  align-items: center;
  border: 1px solid #999;
  border-radius: 15px;
  overflow: hidden;
}

.rp-search input {
  width: 184px;
  height: 28px;
  padding: 0 4px 0 12px;
  color: #333;
  background: transparent;
  font-size: 14px;
  outline: 0;
}

.rp-search input::placeholder {
  color: #999;
}

.rp-search button {
  width: 34px;
  height: 28px;
  display: grid;
  place-items: center;
  padding: 0;
  background: transparent;
}

.rp-search svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #777;
  stroke-width: 1.7;
  stroke-linecap: round;
}

.rp-hero {
  position: relative;
  width: 100%;
  height: 460px;
  overflow: hidden;
  color: #fff;
}

.rp-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rp-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 34%);
}

.rp-hero-copy {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
}

.rp-hero-copy h1 {
  margin: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
}

.rp-hero-copy p {
  margin: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.rp-section-heading {
  text-align: center;
}

.rp-section-heading h1,
.rp-section-heading h2 {
  margin: 0;
  color: #000;
  font-size: 48px;
  font-weight: 700;
  line-height: 67px;
}

.rp-section-heading p {
  margin: 12px 0 0;
  color: #c7c7c7;
  font-size: 28px;
  line-height: 37px;
}

/* Brand news — the three Sketch states live at one route. */
.rp-news-view[hidden] {
  display: none !important;
}

.rp-news-tabs {
  height: 103px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #fff;
}

.rp-news-tab {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 24px;
  line-height: 34px;
}

.rp-news-tab::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 200px;
  height: 4px;
  background: transparent;
  transform: translateX(-50%);
}

.rp-news-tab.active {
  color: var(--rp-blue);
  font-weight: 700;
}

.rp-news-tab.active::after {
  background: var(--rp-blue);
}

.rp-news-dynamic {
  position: relative;
  height: 1652px;
}

.rp-news-grid {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 406px;
  column-gap: 24px;
  row-gap: 58px;
}

.rp-news-card {
  display: block;
  min-width: 0;
}

.rp-news-card-media {
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: #ddd;
}

.rp-news-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rp-news-card h2 {
  height: 56px;
  margin: 30px 0 0;
  overflow: hidden;
  color: #555;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.rp-news-card time {
  display: block;
  margin-top: 10px;
  color: #999;
  font-size: 16px;
  line-height: 22px;
}

.rp-pagination {
  position: absolute;
  left: 50%;
  display: flex;
  gap: 16px;
  transform: translateX(-50%);
}

.rp-news-dynamic .rp-pagination {
  top: 1452px;
}

.rp-pagination a {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: #777;
  background: #f2f2f2;
  font-size: 15px;
}

.rp-pagination a[aria-current="page"] {
  color: #fff;
  background: #111;
}

.rp-pagination .rp-page-edge::before {
  width: 6px;
  height: 8px;
  content: "";
  background: #333;
}

.rp-news-new {
  position: relative;
  height: 1832px;
}

/* Brand-information cards are intentionally withheld until the real content is supplied. */
.rp-news-view .rp-news-dynamic,
.rp-news-view .rp-news-new {
  display: none;
}

.rp-new-list {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  display: grid;
  gap: 40px;
}

.rp-new-card {
  height: 348px;
  display: grid;
  grid-template-columns: 678px 1fr;
  background: #f7f7f7;
}

.rp-new-card-media {
  height: 348px;
  overflow: hidden;
}

.rp-new-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rp-new-card-copy {
  position: relative;
  padding: 32px 48px;
}

.rp-new-card h2 {
  margin: 0;
  color: #333;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.rp-new-card p {
  margin: 12px 0 0;
  color: #777;
  font-size: 16px;
  line-height: 28px;
}

.rp-new-card time {
  position: absolute;
  left: 48px;
  bottom: 38px;
  color: #999;
}

.rp-new-card-arrow {
  position: absolute;
  right: 48px;
  bottom: 32px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: #777;
  border: 1px solid #ddd;
  font-size: 24px;
}

.rp-news-new .rp-pagination {
  top: 1632px;
}

.rp-news-detail {
  height: 2180px;
  padding-top: 60px;
}

.rp-article h1 {
  margin: 0;
  color: #111;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}

.rp-article-meta {
  margin: 30px 0 42px;
  color: #111;
  font-size: 20px;
  line-height: 28px;
}

.rp-article-meta span + span::before {
  content: "|";
  margin: 0 14px;
  color: #bbb;
}

.rp-article p {
  height: 144px;
  margin: 0 0 40px;
  overflow: hidden;
  color: #666;
  font-size: 16px;
  line-height: 36px;
}

.rp-article-wide {
  width: 100%;
  height: 522px;
  margin: 40px 0;
  overflow: hidden;
}

.rp-article-wide img,
.rp-article-pair img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rp-article-pair {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  height: 522px;
  margin-top: 40px;
  overflow: hidden;
}

/* Contact page. */
.rp-contact-summary {
  height: 850px;
  padding-top: 80px;
  background: var(--rp-soft);
}

.rp-map-embed {
  height: 380px;
  background: #dedede;
  overflow: hidden;
}

.rp-map-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.rp-contact-details {
  position: relative;
  min-height: 250px;
  padding-top: 54px;
}

.rp-contact-details h1 {
  margin: 0 0 30px;
  color: #000;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}

.rp-contact-details p {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 26px;
}

.rp-contact-qrs {
  position: absolute;
  top: 82px;
  right: 0;
  display: flex;
  gap: 24px;
}

.rp-contact-qrs figure,
.rp-footer-qrs figure {
  margin: 0;
  text-align: center;
}

.rp-contact-qrs figure {
  width: 104px;
}

.rp-contact-qrs img {
  width: 104px;
  height: 104px;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
}

.rp-contact-qrs figcaption {
  margin-top: 12px;
  font-size: 16px;
}

.rp-contact-form-section {
  height: 884px;
  padding-top: 120px;
}

.rp-form-title {
  margin: 0;
  color: #111;
  font-size: 32px;
  font-weight: 500;
  line-height: 45px;
}

.rp-form-intro {
  margin: 8px 0 66px;
  color: #777;
  font-size: 18px;
  line-height: 25px;
}

.rp-form-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.rp-field {
  display: grid;
  gap: 12px;
}

.rp-field label {
  color: #222;
  font-size: 18px;
  line-height: 26px;
}

.rp-field input,
.rp-field select,
.rp-field textarea {
  width: 100%;
  color: #333;
  background: #eee;
  outline: 0;
}

.rp-field input,
.rp-field select {
  height: 47px;
  padding: 0 24px;
}

.rp-field select {
  appearance: none;
  padding-right: 52px;
  /* The Sketch select control uses a small down chevron. Keep it as a
     self-contained asset so it remains visible after removing the native
     select appearance on every browser. */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' fill='none' stroke='%2360636a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 12px 8px;
}

.rp-field textarea {
  height: 204px;
  padding: 18px 24px;
  resize: none;
}

.rp-field-full {
  grid-column: 1 / -1;
  margin-top: 36px;
}

.rp-submit {
  width: 100%;
  height: 53px;
  margin-top: 40px;
  color: #fff;
  background: #000;
  font-weight: 600;
}

/* Join page. */
.rp-join-form-section {
  height: 1097px;
  padding-top: 120px;
}

.rp-join-form {
  margin-top: 68px;
}

.rp-join-form .rp-form-grid {
  row-gap: 36px;
}

.rp-join-form .rp-field-full {
  margin-top: 0;
}

.rp-join-form .rp-submit {
  height: 48px;
  margin-top: 40px;
}

.rp-form-note {
  margin: 28px 0 0;
  color: #aaa;
  text-align: center;
  font-size: 18px;
}

.rp-downloads {
  height: 1428px;
  padding-top: 120px;
  background: var(--rp-soft);
}

.rp-download-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 24px;
  row-gap: 54px;
}

.rp-download-card {
  position: relative;
}

.rp-download-media {
  position: relative;
  width: 100%;
  height: 399px;
  overflow: hidden;
  border: 1px solid #ddd;
  background: #fff;
}

.rp-download-card:nth-child(2) .rp-download-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgb(0 0 0 / 49.82%);
}

.rp-download-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rp-download-card h3 {
  margin: 24px 0 0;
  color: #222;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
}

.rp-download-button {
  position: absolute;
  z-index: 1;
  top: 175px;
  left: 50%;
  width: 150px;
  height: 48px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #000;
  transform: translateX(-50%);
  font-weight: 600;
}

/* Cooperation cases page. */
.rp-partners {
  height: 1683px;
  padding-top: 120px;
}

.rp-partner-intro {
  margin: 8px 0 72px;
  color: #c2c2c2;
  text-align: center;
  font-size: 28px;
  line-height: 40px;
  white-space: nowrap;
}

.rp-partner-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 136px;
  column-gap: 24px;
  row-gap: 14px;
}

.rp-partner-logo {
  display: grid;
  place-items: center;
  overflow: hidden;
}

.rp-partner-logo img {
  max-width: 240px;
  max-height: 120px;
  object-fit: contain;
}

.rp-projects {
  height: 1082px;
  padding-top: 120px;
  background: var(--rp-soft);
}

.rp-project-intro {
  margin: 8px 0 64px;
  color: #c2c2c2;
  text-align: center;
  font-size: 28px;
  line-height: 40px;
}

.rp-city-tabs {
  height: 48px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 16px 54px;
}

.rp-city-tab {
  position: relative;
  min-width: 64px;
  height: 48px;
  padding: 0 10px;
  color: #666;
  background: transparent;
  font-size: 18px;
}

.rp-city-tab::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 4px;
  background: transparent;
}

.rp-city-tab.active {
  color: #222;
  font-weight: 700;
}

.rp-city-tab.active::before,
.rp-city-tab.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80px;
  height: 4px;
  border-radius: 999px;
  transform: translateX(-50%);
}

.rp-city-tab.active::before {
  background: #d9d9d9;
}

.rp-city-tab.active::after {
  background: var(--rp-blue);
  transform: translateX(-50%) scaleX(0);
  transform-origin: left center;
  animation: rp-city-progress 4s linear forwards;
}

@keyframes rp-city-progress {
  from { transform: translateX(-50%) scaleX(0); }
  to { transform: translateX(-50%) scaleX(1); }
}

.rp-project-cards {
  min-height: 530px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.rp-project-card.single {
  grid-column: 1 / -1;
}

.rp-project-media {
  height: 472px;
  overflow: hidden;
  background: #ddd;
}

.rp-project-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rp-project-card h3 {
  margin: 24px 0 0;
  color: #222;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

/* Shared 909px footer from the Sketch file. */
.rp-footer {
  height: 909px;
  color: #999;
  background: var(--rp-footer);
}

.rp-footer-inner {
  position: relative;
  height: 100%;
}

.rp-footer-top {
  height: 508px;
  padding-top: 100px;
  display: grid;
  grid-template-columns: 160px 80px repeat(6, 160px);
}

.rp-footer-brand {
  width: 160px;
  height: 50px;
}

.rp-footer-brand img {
  width: 160px;
  height: 50px;
  object-fit: contain;
}

.rp-footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.rp-footer-column a {
  color: #999;
  font-size: 16px;
  line-height: 22px;
}

.rp-footer-column a:hover,
.rp-footer-column a:focus-visible {
  color: #fff;
}

.rp-footer-column .rp-footer-title {
  margin-bottom: 14px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.rp-footer-bottom {
  position: absolute;
  top: 508px;
  left: 0;
  width: 100%;
  height: 261px;
  font-size: 16px;
  line-height: 22px;
}

.rp-footer-company {
  position: absolute;
  top: 20px;
  left: 0;
  display: flex;
  gap: 60px;
}

.rp-footer-rule {
  position: absolute;
  top: 62px;
  left: 0;
  right: 0;
  height: 1px;
  background: #444;
}

.rp-footer-contact {
  position: absolute;
  top: 83px;
  left: 0;
  display: flex;
  gap: 16px;
}

.rp-footer-slogan,
.rp-footer-copyright,
.rp-footer-service {
  position: absolute;
  margin: 0;
}

.rp-footer-slogan {
  top: 125px;
  left: 0;
}

.rp-footer-copyright {
  top: 167px;
  left: 0;
}

.rp-footer-service {
  top: 83px;
  right: 0;
}

.rp-footer-qrs {
  position: absolute;
  top: 125px;
  right: 13px;
  display: flex;
  gap: 24px;
}

.rp-footer-qrs figure {
  width: 90px;
}

.rp-footer-qrs img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
}

.rp-footer-qrs figcaption {
  margin-top: 12px;
  white-space: nowrap;
}

@media (max-width: 1580px) {
  .rp-nav-item {
    width: 112px;
  }

  .rp-search {
    right: 24px;
    width: 200px;
  }

  .rp-search input {
    width: 164px;
  }
}

@media (max-width: 1599px) and (min-width: 1024px) {
  html {
    scroll-padding-top: 152px;
  }

  .rp-header {
    height: 152px;
  }

  .rp-brand-row {
    height: 92px;
  }

  .rp-brand {
    transform: scale(.82);
  }

  .rp-navigation,
  .rp-nav-links {
    height: 60px;
  }

  .rp-nav-item,
  .rp-nav-link {
    width: 88px;
    min-width: 88px;
    flex: 0 0 88px;
    height: 60px;
    font-size: 17px;
    line-height: 26px;
  }

  .rp-search {
    width: 190px;
  }
}

@media (max-width: 1260px) {
  .rp-search {
    display: none;
  }
}

@media (max-width: 1023px) {
  html {
    scroll-padding-top: 72px;
  }

  .rp-header {
    height: 72px;
  }

  .rp-brand-row {
    height: 72px;
    justify-content: flex-start;
    padding: 0 24px;
  }

  .rp-brand {
    height: 30px;
    gap: 18px;
  }

  .rp-brand-guoxing {
    width: 178px;
    height: 30px;
  }

  .rp-brand-gocent {
    width: 96px;
    height: 30px;
  }

  .rp-brand-divider {
    height: 24px;
  }

  .rp-menu-toggle {
    position: absolute;
    top: 20px;
    right: 24px;
    width: 36px;
    height: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    background: transparent;
  }

  .rp-menu-toggle span {
    width: 24px;
    height: 2px;
    background: #222;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .rp-menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .rp-menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .rp-menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .rp-navigation {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    height: auto;
    display: none;
    padding: 12px 24px 24px;
    box-shadow: 0 18px 32px rgb(0 0 0 / 12%);
  }

  .rp-navigation[data-open="true"] {
    display: block;
  }

  .rp-nav-links {
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .rp-nav-item {
    width: auto;
    min-width: 0;
    flex: 0 0 auto;
    height: auto;
  }

  .rp-nav-link {
    height: 50px;
    min-width: 0;
    flex: 0 0 auto;
    justify-content: flex-start;
    padding: 0 12px;
    font-size: 16px;
    line-height: 24px;
  }

  .rp-nav-link::after {
    left: 12px;
    right: auto;
    width: 64px;
    height: 2px;
  }

  .rp-submenu {
    position: static;
    width: 100%;
    display: block;
    padding: 0 12px;
    box-shadow: none;
  }

  .rp-submenu a {
    height: 38px;
    font-size: 14px;
  }

  .rp-hero {
    height: clamp(240px, 52vw, 360px);
  }

  .rp-news-dynamic,
  .rp-news-new,
  .rp-news-detail,
  .rp-contact-summary,
  .rp-contact-form-section,
  .rp-join-form-section,
  .rp-downloads,
  .rp-partners,
  .rp-projects,
  .rp-footer {
    height: auto;
  }

  .rp-news-dynamic,
  .rp-news-new,
  .rp-news-detail,
  .rp-contact-summary,
  .rp-contact-form-section,
  .rp-join-form-section,
  .rp-downloads,
  .rp-partners,
  .rp-projects {
    padding-block: 72px;
  }

  .rp-news-grid,
  .rp-new-list,
  .rp-pagination {
    position: static;
    transform: none;
  }

  .rp-news-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    row-gap: 48px;
  }

  .rp-news-card h2 {
    height: auto;
  }

  .rp-pagination {
    justify-content: center;
    margin-top: 64px;
    flex-wrap: wrap;
  }

  .rp-new-list {
    gap: 32px;
  }

  .rp-new-card {
    height: 300px;
    grid-template-columns: 52% 48%;
  }

  .rp-new-card-media {
    height: 300px;
  }

  .rp-news-detail {
    padding-top: 72px;
  }

  .rp-contact-summary {
    padding-top: 64px;
  }

  .rp-contact-form-section {
    padding-top: 72px;
    padding-bottom: 90px;
  }

  .rp-contact-details {
    padding-bottom: 180px;
  }

  .rp-contact-qrs {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
  }

  .rp-form-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .rp-field-full {
    grid-column: auto;
    margin-top: 0;
  }

  .rp-download-grid,
  .rp-project-cards {
    grid-template-columns: 1fr;
  }

  .rp-downloads,
  .rp-partners,
  .rp-projects {
    padding-block: 84px;
  }

  .rp-partner-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .rp-city-tabs {
    justify-content: flex-start;
    gap: 18px;
    margin-inline: 0;
    overflow-x: auto;
  }

  .rp-project-card.single {
    grid-column: auto;
  }

  .rp-footer {
    padding: 72px 0;
  }

  .rp-footer-inner {
    height: auto;
  }

  .rp-footer-top {
    height: auto;
    padding-top: 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px 24px;
  }

  .rp-footer-brand,
  .rp-footer-spacer {
    display: none;
  }

  .rp-footer-bottom {
    position: relative;
    top: auto;
    height: auto;
    margin-top: 64px;
    display: grid;
    gap: 24px;
  }

  .rp-footer-company,
  .rp-footer-contact,
  .rp-footer-slogan,
  .rp-footer-copyright,
  .rp-footer-service,
  .rp-footer-qrs,
  .rp-footer-rule {
    position: static;
  }

  .rp-footer-company,
  .rp-footer-contact {
    flex-wrap: wrap;
    gap: 12px 28px;
  }

  .rp-footer-rule {
    height: 1px;
  }

  .rp-footer-qrs {
    justify-self: start;
  }
}

@media (max-width: 767px) {
  .rp-width {
    width: calc(100% - 32px);
  }

  .rp-brand-row {
    padding-inline: 16px;
  }

  .rp-brand {
    gap: 10px;
  }

  .rp-brand-guoxing {
    width: 142px;
    height: 24px;
  }

  .rp-brand-gocent {
    width: 77px;
    height: 24px;
  }

  .rp-brand-divider {
    height: 20px;
  }

  .rp-menu-toggle {
    right: 16px;
  }

  .rp-navigation {
    padding-inline: 16px;
  }

  .rp-hero {
    height: 240px;
  }

  .rp-hero-copy h1,
  .rp-hero-copy p {
    font-size: 28px;
    line-height: 40px;
  }

  .rp-section-heading h1,
  .rp-section-heading h2 {
    font-size: 32px;
    line-height: 45px;
  }

  .rp-section-heading p,
  .rp-partner-intro,
  .rp-project-intro {
    font-size: 18px;
    line-height: 30px;
  }

  .rp-partner-intro {
    white-space: normal;
  }

  .rp-news-tabs {
    height: 76px;
  }

  .rp-news-tab {
    font-size: 18px;
  }

  .rp-news-tab::after {
    width: 100px;
  }

  .rp-news-grid {
    grid-template-columns: 1fr;
  }

  .rp-news-card-media {
    height: 240px;
  }

  .rp-new-card {
    height: auto;
    grid-template-columns: 1fr;
  }

  .rp-new-card-media {
    height: 220px;
  }

  .rp-new-card-copy {
    min-height: 260px;
    padding: 28px 24px;
  }

  .rp-new-card time {
    left: 24px;
    bottom: 28px;
  }

  .rp-new-card-arrow {
    right: 24px;
    bottom: 22px;
  }

  .rp-article h1 {
    font-size: 24px;
    line-height: 36px;
  }

  .rp-article p {
    height: auto;
  }

  .rp-article-wide,
  .rp-article-pair {
    height: auto;
  }

  .rp-article-wide img,
  .rp-article-pair img {
    height: auto;
    aspect-ratio: 588 / 522;
  }

  .rp-article-wide img {
    aspect-ratio: 1200 / 522;
  }

  .rp-article-pair {
    grid-template-columns: 1fr;
  }

  .rp-map-embed {
    height: 260px;
  }

  .rp-contact-details h1 {
    font-size: 24px;
  }

  .rp-contact-details p {
    font-size: 15px;
    line-height: 26px;
  }

  .rp-form-title {
    font-size: 28px;
  }

  .rp-form-intro {
    margin-bottom: 48px;
    font-size: 16px;
  }

  .rp-download-grid {
    row-gap: 48px;
  }

  .rp-download-media {
    height: auto;
    aspect-ratio: 588 / 399;
  }

  .rp-download-button {
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .rp-partner-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 96px;
  }

  .rp-partner-logo img {
    max-width: 140px;
    max-height: 80px;
  }

  .rp-project-media {
    height: auto;
    aspect-ratio: 588 / 472;
  }

  .rp-footer-top {
    grid-template-columns: repeat(2, 1fr);
  }

  .rp-footer-column .rp-footer-title {
    font-size: 18px;
  }

  .rp-footer-column a {
    font-size: 14px;
  }

  .rp-footer-company,
  .rp-footer-contact,
  .rp-footer-slogan,
  .rp-footer-copyright,
  .rp-footer-service {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 374px) {
  .rp-brand-guoxing {
    width: 126px;
  }

  .rp-brand-gocent {
    width: 68px;
  }

  .rp-footer-top {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* 珠峰石庭院砖招商加盟页（按补充 Sketch 的 1920px 画板还原）。 */
.rp-join-page .rp-join-support {
  height: 1176px;
  padding-top: 120px;
}

.rp-join-page .rp-hero-copy {
  gap: 10px;
}

.rp-join-page .rp-hero-copy h1 {
  font-size: 48px;
  line-height: 65px;
}

.rp-join-page .rp-hero-copy .rp-hero-description {
  width: min(946px, calc(100% - 48px));
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 27px;
}

.rp-join-page .rp-hero-description-primary {
  white-space: nowrap;
}

.rp-join-page .rp-join-support .rp-section-heading p {
  margin-top: 12px;
  white-space: nowrap;
}

.rp-support-grid {
  width: 1200px;
  height: 600px;
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 600px);
  grid-template-rows: repeat(2, 300px);
}

.rp-support-card {
  border: 1px solid #ddd;
  background: #f8f8f8;
  padding: 60px 40px 0;
}

.rp-support-card > span {
  display: block;
  color: #171717;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
}

.rp-support-card h3 {
  margin: 40px 0 0;
  color: #171717;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
}

.rp-support-card p {
  max-width: 420px;
  margin: 10px 0 0;
  color: #777;
  font-size: 18px;
  line-height: 32px;
}

.rp-support-note {
  height: 96px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  border-left: 3px solid #013f7c;
  background: #f8f8f8;
  padding: 0 60px;
}

.rp-support-note strong {
  flex: 0 0 72px;
  color: #171717;
  font-size: 18px;
  line-height: 25px;
  white-space: nowrap;
}

.rp-support-note p {
  margin: 0 0 0 60px;
  color: #666;
  font-size: 16px;
  line-height: 22px;
}

.rp-join-page .rp-join-advantages {
  height: 856px;
  padding-top: 120px;
  color: #fff;
  background: #000;
}

.rp-section-heading-dark h2,
.rp-section-heading-dark p {
  color: #fff;
}

.rp-section-heading-dark p {
  margin-top: 12px;
  color: #aaa;
}

.rp-advantages-grid {
  width: 1200px;
  height: 400px;
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(5, 240px);
}

.rp-advantage-card {
  height: 400px;
  border: 1px solid #454545;
  padding: 60px 30px 0;
}

.rp-advantage-card > span {
  display: block;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 45px;
}

.rp-advantage-card h3 {
  margin: 60px 0 0;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  white-space: nowrap;
}

.rp-advantage-card p {
  margin: 60px 0 0;
  color: #9f9f9f;
  font-size: 18px;
  line-height: 28px;
}

.rp-join-page .rp-join-process {
  height: 1456px;
  padding-top: 120px;
  background: #f8f8f8;
}

.rp-process-layout {
  display: grid;
  grid-template-columns: 386px 754px;
  column-gap: 60px;
}

.rp-process-heading h2 {
  margin: 0;
  color: #111;
  font-size: 48px;
  font-weight: 700;
  line-height: 67px;
}

.rp-process-heading p {
  margin: 20px 0 0;
  color: #777;
  font-size: 18px;
  line-height: 32px;
}

.rp-process-list {
  height: 1216px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rp-process-list li {
  height: 152px;
  display: grid;
  grid-template-columns: 96px 1fr;
  padding-top: 39px;
  border-top: 2px solid #ddd;
}

.rp-process-list li:last-child {
  border-bottom: 2px solid #ddd;
}

.rp-process-list li > span {
  color: #111;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.rp-process-list h3 {
  margin: 0;
  color: #111;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
}

.rp-process-list p {
  margin: 6px 0 0;
  color: #777;
  font-size: 18px;
  line-height: 25px;
}

.rp-join-page .rp-join-form-section {
  height: 1097px;
  padding-top: 120px;
  background: #f8f8f8;
}

.rp-join-page .rp-join-form {
  margin-top: 60px;
}

.rp-join-page .rp-join-form .rp-form-grid {
  row-gap: 40px;
}

.rp-join-page .rp-form-note {
  margin-top: 28px;
}

.rp-join-page .rp-downloads {
  height: 912px;
  padding-top: 120px;
  background: #fff;
}

.rp-download-grid-single {
  grid-template-columns: 588px;
  margin-top: 60px;
}

.rp-download-grid-single .rp-download-card h3 {
  margin-top: 24px;
}

@media (max-width: 1023px) {
  .rp-join-page .rp-join-support,
  .rp-join-page .rp-join-advantages,
  .rp-join-page .rp-join-process,
  .rp-join-page .rp-join-form-section,
  .rp-join-page .rp-downloads {
    height: auto;
    padding-block: 72px;
  }

  .rp-join-page .rp-join-support .rp-section-heading p {
    white-space: normal;
  }

  .rp-support-grid,
  .rp-advantages-grid {
    width: 100%;
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .rp-support-card {
    min-height: 300px;
  }

  .rp-support-note {
    height: auto;
    min-height: 96px;
  }

  .rp-advantages-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 0;
  }

  .rp-advantage-card {
    width: auto;
  }

  .rp-process-layout {
    display: block;
  }

  .rp-process-list {
    height: auto;
    margin-top: 60px;
  }

  .rp-join-page .rp-downloads .rp-download-grid-single {
    grid-template-columns: minmax(0, 588px);
  }
}

@media (max-width: 767px) {
  .rp-join-page .rp-join-hero {
    height: 240px;
  }

  .rp-join-page .rp-hero-copy h1 {
    font-size: 28px;
    line-height: 40px;
  }

  .rp-join-page .rp-hero-copy .rp-hero-description {
    width: calc(100% - 32px);
    font-size: 14px;
    line-height: 22px;
  }

  .rp-join-page .rp-hero-description-primary {
    white-space: normal;
  }

  .rp-support-grid,
  .rp-advantages-grid {
    grid-template-columns: 1fr;
  }

  .rp-support-card {
    min-height: 260px;
    padding: 36px 24px 28px;
  }

  .rp-support-card h3 {
    margin-top: 24px;
    font-size: 22px;
  }

  .rp-support-card p {
    margin-top: 8px;
    font-size: 16px;
    line-height: 28px;
  }

  .rp-support-note {
    display: block;
    padding: 24px;
  }

  .rp-support-note strong,
  .rp-support-note p {
    display: block;
  }

  .rp-support-note p {
    margin: 10px 0 0;
    line-height: 26px;
  }

  .rp-advantage-card {
    min-height: 260px;
    height: auto;
    padding: 36px 24px 28px;
  }

  .rp-advantage-card h3,
  .rp-advantage-card p {
    margin-top: 24px;
    white-space: normal;
  }

  .rp-process-heading h2 {
    font-size: 36px;
    line-height: 50px;
  }

  .rp-process-heading p {
    margin-top: 12px;
    font-size: 16px;
    line-height: 28px;
  }

  .rp-process-list {
    margin-top: 40px;
  }

  .rp-process-list li {
    height: auto;
    min-height: 124px;
    grid-template-columns: 56px 1fr;
    padding: 28px 0;
  }

  .rp-process-list h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .rp-process-list p {
    font-size: 15px;
    line-height: 25px;
  }

  .rp-join-page .rp-downloads .rp-download-grid-single {
    grid-template-columns: 1fr;
  }

  .rp-download-grid-single .rp-download-media {
    height: auto;
    aspect-ratio: 588 / 399;
  }
}
