@font-face {
  font-family: "HarmonyOS_Sans_SC_Bold";
  src: url("../font/HarmonyOS_Sans_SC_Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  font-size: 5.208vw;
}

body {
  font-family: "微软雅黑", Arial;
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 1.8;
  color: #333333;
  background-color: #ffffff;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  outline: none;
  text-decoration: none;
  color: #303133;
}

a:hover {
  color: #2c60e2;
}

input {
  outline: none;
}

input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

textarea {
  outline: none;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.imgs {
  width: 100%;
  height: 100% !important;
  /*object-fit: cover; */
}

.imgh {
  width: 100%;
  height: auto;
}

.object-fit-cover {
  object-fit: cover;
}

.object-fit-contain {
  object-fit: contain;
}

.container {
  width: auto;
  max-width: 15rem;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.df {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.fd-row-r {
  flex-direction: row-reverse;
}

::-webkit-scrollbar {
  width: 0.1rem;
  height: 0.1rem;
}

::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

::-webkit-scrollbar-corner {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  min-height: 0.1rem;
  border: 0.02rem solid transparent;
  background-clip: content-box;
  border-radius: 0.08rem;
  background-color: #c8d5e1;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbcf;
}

::-webkit-scrollbar-thumb:active {
  background-color: #87a2bd;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-track-piece {
  background-color: transparent;
}

/* header */
/* Header - placed on top of banner */
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 0.3rem 0;
}

.header-container {
  max-width: 18rem;
  margin: 0 auto;
  padding: 0 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  flex-shrink: 0;
}

.logo img {
  height: 0.8rem;
  width: auto;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 0.4rem;
  justify-content: center;
  flex: 1;
  margin: 0 0.4rem;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  flex-shrink: 0;
}

.nav-links a {
  text-decoration: none;
  color: #262728;
  font-size: 0.16rem;
  font-weight: normal;
  transition: all 0.3s;
  letter-spacing: 0.003rem;
}

.nav-links a.active {
  color: #2c60e2;
  font-weight: normal;
}

.nav-links a:hover {
  color: #2c60e2;
  font-weight: normal;
}

/* Dropdown Menu */
.nav-links .dropdown {
  position: relative;
}

.nav-links .dropdown-toggle {
  position: relative;
}

.nav-links .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 2rem;
  z-index: 100;
  padding: 0.1rem 0;
}

.nav-links .dropdown:hover .dropdown-menu {
  display: block;
}

.nav-links .dropdown-menu li {
  padding: 0;
  margin: 0;
}

.nav-links .dropdown-menu a {
  display: block;
  padding: 0.12rem 0;
  color: #333;
  font-size: 0.16rem;
  white-space: nowrap;
}

.nav-links .dropdown-menu a:hover {
  color: #2c60e2;
}

.search-icon {
  width: 0.57rem;
  height: 0.57rem;
  border: 0.02rem solid #4b98ef;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}

.search-icon img {
  height: 0.22rem;
  width: 0.22rem;
}

.qa-btn {
  width: 1.4rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  background: #2c60e2;
  color: #fff;
  text-decoration: none;
  border-radius: 0.25rem;
  font-size: 0.18rem;
  font-weight: 600;
  letter-spacing: 0.01rem;
  transition: all 0.3s;
}

.qa-btn a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}

.qa-btn:hover {
  background: #2c60e2;
}

.menu-toggle {
  display: none;
  font-size: 0.24rem;
  cursor: pointer;
  color: #fff;
}

/* Contact Section */
.contact-section-type {
  width: 100%;
  padding: 0 1rem 0 1rem;
  box-sizing: border-box;
}

.contact-section {
  background-image: linear-gradient(90deg, #94ccff, #2c60e2) !important;
  border-radius: 0.15rem;
  margin-top: 0.8rem;
  padding: 0.4rem 0.6rem;
  position: relative;
  z-index: 1;
}

.contact-container {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.contact-title-col {
  /* flex: 1; */
  padding-right: 3 rem;
}

.contact-title {
  font-size: 0.66rem;
  color: #fff;
  font-weight: bold;
  margin: 0;
  line-height: 1.2;
  width: 4.17rem;
}

.contact-arrow-col {
  flex: 0 0 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-arrow {
  width: 1rem;
  filter: brightness(0) invert(1);
}

.contact-form-col {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding-left: 0.3rem;
}

.form-row {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}

.form-row label {
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  width: 2.01rem;
  flex-shrink: 0;
  text-align: right !important;
}

.form-row label .required {
  color: #ff0000;
}

.global-business-right {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding-left: 0.45rem;
}

.form-row .form-input {
  margin-left: 0.15rem;
  width: 59%;
  height: 0.5rem;
  padding: 0.06rem 0.1rem;
  border: none;
  border-radius: 0.05rem;
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: 0.14rem;
  outline: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.form-row .form-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form-row .form-input:focus {
  background: rgba(255, 255, 255, 0.3);
}

.form-row select.form-input option {
  background: #ffffff;
  color: #000000;
  height: 0.5rem;
  font-size: 0.14rem;
  line-height: 0.5rem;
}

.contact-btn {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  border: none;
  border-radius: 0.3rem;
  font-size: 0.18rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.15rem;
  justify-content: center;
  width: 2rem;
  height: 0.6rem;
}

.contact-btn img {
  width: 0.2rem;
  height: 0.2rem;
  filter: brightness(0) invert(1);
}

.contact-btn:hover {
  background: rgba(255, 255, 255, 0.4);
}

/* footer */
/* Footer Section */
footer {
  width: 100%;
  position: relative;
}

.footer_bjimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 13.33rem;
  height: 6.5rem;
}

.footer-section {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 2rem 1rem 0.3rem 1rem;
  box-sizing: border-box;
}

.footer-container {
  display: flex;
  gap: 2rem;
  justify-content: flex-end;
  box-sizing: border-box;
}

.footer-left {
  flex: 0 0 auto;
}

.footer-logo {
  width: 1.2rem;
  margin-bottom: 0.15rem;
}

.footer-title {
  font-size: 0.24rem;
  color: #2c60e2;
  font-weight: bold;
  margin-bottom: 0.2rem;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 0.08rem;
  color: #666;
  font-size: 0.16rem;
  width: 4.49rem;
}

.contact-icon {
  width: 0.22rem;
  height: auto;
  flex-shrink: 0;
}

.footer-right {
  flex: 2;
  display: flex;
  gap: 0.3rem;
  justify-content: flex-end;
}

.footer-column {
  flex: 1;
}

.column-title {
  font-size: 0.18rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.15rem;
}

.column-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
}

.column-links a {
  color: #666;
  text-decoration: none;
  font-size: 0.18rem;
  transition: color 0.3s ease;
}

.column-links a:hover {
  color: #2c60e2;
}

.footer-bottom {
  /* margin: 0.3rem 0 0; */
  /* padding: 0.2rem 0.8rem 0; */
  margin-top: 0.3rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.bottom-links {
  display: flex;
  gap: 1rem;
  margin-right: 0.2rem;
}

.bottom-links a {
  color: #666;
  text-decoration: none;
  font-size: 0.16rem;
  font-weight: bold;
  transition: color 0.3s ease;
}

.bottom-links a:hover {
  color: #2c60e2;
}

.bottom-links .follow-link {
  color: #2c60e2;
  font-weight: bold;
}

.social-icons {
  display: flex;
  gap: 0.1rem;
}

.social-icons-type {
  background-color: #fff;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  border: 0.01rem solid #39afff;
}

.social-icons-type a {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-icon {
  width: 0.24rem;
  height: auto;
  /* filter: grayscale(100%); */
  transition: filter 0.3s ease;
}

.social-icon:hover {
  /* filter: grayscale(0%); */
}

.footer-copyright {
  width: 100%;
  padding: 0.15rem 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4fcfe;
  box-sizing: border-box;
  padding-top: 0.2rem;
}

.footer-copyright .copyright-wrapper {
  /* max-width: 1200px; */
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.copyright-left span {
  color: #666;
  font-size: 0.18rem;
}

.copyright-right {
  display: flex;
  gap: 0.2rem;
  align-items: center;
}

.copyright-right a {
  color: #000;
  text-decoration: none;
  font-size: 0.16rem;
  transition: color 0.3s ease;
}

.copyright-right a:hover {
  color: #2c60e2;
}

.copyright-right .manage-cookie {
  color: #2c60e2;
  font-weight: bold;
}

.copyright-right .manage-cookie:hover {
  background: #1a4fb5;
  color: white;
}

.scroll-top-btn {
  width: 0.33rem;
  height: 0.33rem;
  border-radius: 50%;
  background: #2c60e2;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.scroll-top-btn:hover {
  background: #1a4fb5;
}

.scroll-top-btn img {
  width: 0.1rem;
  /* filter: brightness(0) invert(1);
    transform: rotate(-90deg); */
}

.word-header {
  margin-bottom: 0.6rem;
  padding-top: 0.6rem;
  /* padding-bottom: 0.8rem; */
}

/*  */
.web {
  display: block;
}

.mobile {
  display: none;
}

.hero-content {
  box-sizing: border-box;
}

/*  */
@media (max-width: 1250px) {
  .container {
    width: 90%;
  }
}

/* 手机端 */
@media (max-width: 992px) {
  html {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    font-size: 13.333333vw;
  }

  body {
    font-family: "微软雅黑", Arial;
    font-size: 0.14rem;
    font-weight: 400;
    line-height: 1.8;
    color: #333333;
    background-color: #ffffff;
    overflow-x: hidden;
  }

  header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    padding: 0.2rem 0;
  }

  .header-container {
    max-width: 100%;
    padding: 0 0.2rem;
    box-sizing: border-box;
  }

  .web {
    display: none;
  }

  .mobile {
    display: block;
  }

  .header-right {
    margin-left: 4rem !important;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(26, 26, 26, 0.95);
    padding: 0.3rem;
    flex-direction: column;
    gap: 0.45rem !important;
    margin: 0 0;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links a {
    color: #fff;
    font-size: 0.24rem !important;
  }

  .nav-links .dropdown-menu {
    position: static;
    display: none;
    background: rgba(50, 50, 50, 0.9);
    padding-left: 0.3rem;
    margin-top: 0.1rem;
    border-radius: 0.05rem;
  }

  .nav-links .dropdown.active .dropdown-menu {
    display: block;
  }

  .nav-links .dropdown-menu a {
    padding: 0.1rem 0;
    font-size: 0.16rem;
    color: #fff;
  }

  .qa-btn {
    display: none;
  }

  .menu-toggle {
    display: block;
    color: #fff !important;
    font-size: 0.45rem !important;
    cursor: pointer;
  }

  .footer-section {
    padding: 1rem 0.2rem 0.3rem 0.2rem;
  }

  .footer-container {
    flex-direction: column;
    gap: 0.4rem;
    padding: 0 0.2rem;
  }

  .footer-left {
    width: 100%;
  }

  .footer-right {
    justify-content: flex-start;
    gap: 0.2rem;
  }

  .footer-column {
    flex: none;
    width: 23%;
    min-width: 1.2rem;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
    padding: 0 0.2rem;
  }

  .bottom-links {
    margin-right: 0;
    gap: 0.5rem;
  }

  .social-icons {
    gap: 0.15rem;
  }

  .copyright-left {
    margin-bottom: 0.1rem;
  }

  .footer-copyright .copyright-wrapper {
    /* max-width: 1200px; */
    width: 100%;
    display: flex;
    justify-content: center;
    padding-left: 0rem;
    padding-right: 0rem;
    flex-wrap: wrap;
  }

  .hero-content {
    padding: 1rem 0.4rem 0 !important;
    box-sizing: border-box;
  }
}