
.embed-css {
  width: 0;
  height: 0;
  position: fixed;
  inset: 0% auto auto 0%;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
  min-width: 1200px!important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden], template {
  display: none;
}

a {
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}


* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}


html[data-w-dynpage] [data-w-cloak] {
  color: #0000 !important;
}



h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

:root {
  --color-light: #fff;
  --color-dark: #121215;
  --size-font: var(--unit-width);
  --size-container: var(--size-container-ideal);
  --container-padding: 0em;
  --color-black: black;
  --color-white: white;
  --section-padding: 0em;
  --btn-height: 3.5em;
  --color-primary: #C2E2F5;
  --gap: 2em;
  --color-secondary: #C2E2F5;
  --color-secondary-left: #A8D4F0;
  --color-secondary-right: #D8EDFA;
  --color-border-light: var(--color-light);
  --border-radius: 0em;
  --color-border-dark: var(--color-dark);
  --color-dark-tint: #19191d;
  --gap-small: 1.5em;
  --vh-in-px: 8px;
  --vh: var(--vh-in-px);
  --unit-width: 16px;
  --size-container-ideal: 1440px;
  --size-container-min: 992px;
  --size-container-max: 1920px;
  --nav-bar-height: 3.85em;
  --size: 0px;
}

body {
  background-color: var(--color-light);
  color: var(--color-dark);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: var(--size-font);
  overscroll-behavior: none;
  line-height: 1.3;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Axiforma, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Axiforma, Arial, sans-serif;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.3;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Axiforma, Arial, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.3;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Axiforma, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.3;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Axiforma, Arial, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.3;
}

p {
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 400;
}

a {
  text-decoration: underline;
}

.main {
  box-sizing: border-box;
  overscroll-behavior: none;
}

.main-wrap {
  background-color: var(--color-light);
  box-sizing: border-box;
  transform-origin: top;
  will-change: transform;
  min-height: calc(100 * var(--vh));
  margin-bottom: 0;
}

.embed-css {
  width: 0;
  height: 0;
  position: fixed;
  inset: 0% auto auto 0%;
}

.header {
  z-index: 100;
  pointer-events: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.container {
  max-width: var(--size-container);
  padding-right: var(--container-padding);
  padding-left: var(--container-padding);
  margin-left: auto;
  margin-right: auto;
}

.container.medium {
  max-width: calc(var(--size-container) * .875);
}

.container.small {
  max-width: calc(var(--size-container) * .75);
}

.container.is--small {
  max-width: calc(var(--size-container) * .8);
}

.container.is--medium {
  max-width: calc(var(--size-container) * .9);
}

.container.is--small-copy {
  max-width: calc(var(--size-container) * .8);
}

.container.is--tiny {
  max-width: calc(var(--size-container) * .7);
}
[data-split-words] {
  visibility: hidden;
}
.container.is--full {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.container.is--no-padding {
  padding-left: calc(var(--container-padding)  - var(--gap));
  padding-right: calc(var(--container-padding)  - var(--gap));
}

.container.is--agenda-content {
  padding-left: 0;
  padding-right: 0;
}

.container.is--agenda-header {
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
}

.body {
  background-color: var(--color-black);
  color: var(--color-white);
  font-family: Inter, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}


.btn {
  height: var(--btn-height);
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  border-top-style: solid;
  border-top-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  background-color: #fff;
  color: #085DFF;
  cursor: pointer;
  padding-left: 1.5em;
  border-radius: 100em;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  font-family: Axiforma, Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn:hover {
  text-decoration: none;
}

.line {
  margin-top: var(--gap);
  margin-bottom: var(--gap);
  background-color: #c4c4ca;
  width: 100%;
  height: 1px;
  position: static;
}

.btn-text {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.btn-text.is--duplicate {
  position: absolute;
  top: 125%;
}

.btn-text-p {
  white-space: nowrap;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.3;
}

/**************************************** 顶部导航栏 ****************************************/

/* 基础容器样式 */
.container {
  max-width: var(--size-container);
  padding-right: var(--container-padding);
  padding-left: var(--container-padding);
  margin-left: auto;
  margin-right: auto;
}

/* Header 基础样式 */
.header {
  z-index: 100;
  pointer-events: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

/* 导航栏样式 */
.nav-bar {
  padding-top: var(--gap);
  padding-bottom: var(--gap);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

/* PC端导航样式 */
.desktop-nav {
  pointer-events: auto;
  position: relative;
}

.desktop-nav__li {
  flex-shrink: 0;
  position: relative;
}

.desktop-nav__ul {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--color-border-light);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--color-border-light);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color-border-light);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--color-border-light);
  background-color: rgba(var(--color-rgb-dark), .5);
  -webkit-backdrop-filter: blur(2em);
  backdrop-filter: blur(2em);
  border-radius: 500em;
  justify-content: flex-end;
  align-items: center;
  padding: .2em 1.5em;
  display: flex;
  position: relative;
}

/* 导航链接样式 */
.nav-link {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  pointer-events: auto;
  color: var(--color-white);
  cursor: pointer;
  align-items: center;
  height: 2.85em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.nav-link.is--filled {
  background-color: var(--color-white);
  color: var(--color-dark);
  border-radius: 50em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-weight: 500;
}

.nav-link__text {
  font-family: Axiforma, Arial, sans-serif;
  line-height: 1.3;
  font-weight: inherit;
  white-space: nowrap;
  display: block;
  position: relative;
}

.nav-link__text.is--duplicate {
  position: absolute;
  top: 125%;
  left: 0;
}

.nav-link__text-wrap {
  font-weight: inherit;
  position: relative;
  overflow: hidden;
}

/* Logo 样式 */
.nav-logo {
  pointer-events: auto;
  color: var(--color-white);
  cursor: pointer;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.nav-logo__unfold {
  justify-content: flex-start;
  align-items: center;
  height: 2.5em;
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
}

.nav-logo__mews {
  justify-content: flex-start;
  align-items: center;
  height: 2.5em;
  display: flex;
  position: relative;
}

.nav-logo__unfold-svg {
  width: 6em;
}

.nav-logo__mews-svg {
  width: 8em;
}

/* 徽章样式 */
.badge-soon {
  background-color: var(--color-primary);
  color: var(--color-dark);
  border-radius: 50em;
  justify-content: center;
  align-items: center;
  height: 1.75em;
  padding-top: .4em;
  padding-left: .5em;
  padding-right: .5em;
  font-size: .45em;
  display: flex;
  position: relative;
}

/* 移动端导航样式 */
.mobile-nav {
  color: var(--color-dark);
  width: 100%;
  height: 100dvh;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.mobile-nav__inner {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  background-color: var(--color-primary);
  color: var(--color-dark);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
}

.mobile-nav__spacer {
  width: 100%;
}

.mobile-nav__ul {
  pointer-events: auto;
  grid-column-gap: calc(var(--vh) * 2.5);
  grid-row-gap: calc(var(--vh) * 2.5);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.mobile-nav__li {
  position: relative;
}

/* 汉堡按钮样式 */
.btn-hamburger {
  width: var(--btn-height);
  height: var(--btn-height);
  background-color: var(--color-white);
  pointer-events: auto;
  color: var(--color-dark);
  cursor: pointer;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.btn-hamburger__line {
  background-color: currentColor;
  width: 30%;
  height: 2px;
  position: absolute;
}

.btn-hamburger__wrap {
  display: none;
}

/* 响应式设计 */
/* @media screen and (max-width: 991px) {
  .desktop-nav {
    display: none;
  }

  .btn-hamburger {
    display: flex;
  }

  .btn-hamburger__line {
    width: 40%;
  }

  .mobile-nav {
    display: block;
  }

  .btn-hamburger__wrap {
    display: block;
  }
} */

/* @media screen and (max-width: 767px) {
  .home-header__unfold-svg {
    width: 21.8em;
  }

  .nav-link {
    flex-shrink: 0;
  }

  .btn-hamburger {
    border-style: solid;
    border-width: 1px;
    border-left-color: rgba(var(--color-rgb-light), .2);
    -webkit-backdrop-filter: blur(2em);
    backdrop-filter: blur(2em);
    color: var(--color-white);
    background-color: rgba(var(--color-rgb-dark), .5);
    border-top-color: rgba(var(--color-rgb-light), .2);
    border-right-color: rgba(var(--color-rgb-light), .2);
    border-bottom-color: rgba(var(--color-rgb-light), .2);
  }

  .mobile-nav__ul {
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
} */

/********************** Banner ***********************************/
.home-banner {
  position: relative;
  width: 100%;
  background: rgba(190,189,194,0.09);
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  height: 800px;
}


.home-banner-content{
  position: relative;
  z-index: 2;
  width: 100%;
  /* max-width: var(--size-container); */
  padding: 0 var(--container-padding);
  margin: 0 auto;
  color: inherit; /* 继承section的文字颜色 */
}

.home-banner-content__title{
  color: #000;
  font-size: 3.5em;
  margin-bottom: 0.2em;
}
.home-banner-img{
  width: 22.125em; 
  height: 22em; 
  margin-right: 10em;
  animation: float 4s ease-in-out infinite; /* 添加悬浮动画 */
}

/* 添加悬浮动画关键帧 */
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* 初始隐藏banner内容 */
.home-banner-img{
  opacity: 0;
  transform: translateY(30px);
}

/* 确保单词容器正确显示 */
.single-word {
  overflow: hidden;
  display: inline-block;
}

.single-word-inner {
  display: inline-block;
  will-change: transform;
  transform: translateY(100%);
  opacity: 0;
}
/** SVG动画 **/
.underline-svg {
  position: absolute;
  left: 5em;
  bottom: 0em;
  width: 19em;
  height: 30px;
}

.underline-svg path {
  stroke: #085DFF;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation: drawBrushLine 2s ease-in-out forwards;
  animation-delay: 2s;
}

@keyframes drawBrushLine {
  0% {
    stroke-dashoffset: 400;
  }
  50% {
    stroke-dashoffset: 200;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/**************** Service Details *******************/

.service-details__content{
  background-color: #fff;
  border-radius: 40px 40px 0px 0px;
  position: relative;
  top: -85px; 
  z-index: 3; 
  padding: 120px var(--container-padding) 0;
  margin: 0 auto;
}
.service-details__title{
  color: #000;
}
.service-details__box{
  display: flex;
  justify-content: space-between;
  margin-top: 5.4375em;
}
.service-details__box__item{
  width: 29em;
}
.service-details__desc__item__svg{
  width: 3.75em;
  height: 3.75em;
  margin: 0 0 1.25em;
}
.service-details__desc__item__title{
  font-weight: bold;
  font-size: 1.375em;
  color: #222222;
}
.service-details__desc__item__text{
  font-weight: 400;
  font-size: 1em;
  color: #222222;
  line-height: 1.5em;
  margin-top: 1.5em;
}
/**************** Service Details *******************/
.our-dvantages{
  width: 100%;
  padding: 7.875em var(--container-padding) 10.75em;
  background-image: url('https://rsp-domain.com/minio/rsp/rsp/9713bcbbfc424c90ab54a2a86cc66380/Registry-advantages.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}
.our-dvantages__title{
  color: #000;
}
/**************** footer *******************/
.home-footer{
  padding: 8em var(--container-padding) 0;
}


/*********************************** copyright-block ***********************************/
.copyright-block{
  height: 17em;
  position: relative;
  overflow: hidden; 
}
.background-svg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; 
}

.background-svg svg {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}
.copyright-block__container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 11em;
}
.copyright-block__container__text{
  font-weight: bold;
  font-size: 16px;
  color: #222222;
}
.sitemap-ul {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  align-items: flex-start;
  display: flex;
  position: relative;
}
.footer-nav__li {
  position: relative;
}

.link {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  color: var(--color-white);
  cursor: pointer;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link__text-wrap {
  font-weight: inherit;
  position: relative;
  overflow: hidden;
  color: #000;
}

.link__text {
  font-family: Axiforma, Arial, sans-serif;
  line-height: 1.3;
  font-weight: inherit;
  white-space: nowrap;
  display: block;
  position: relative;
}

.link__text.is--duplicate {
  position: absolute;
  top: 125%;
  left: 0;
}

.footer__newsletter-col-row {
  max-width: 23em;
}

