:root {
  --content-padding: 24px;
  --content-width: 1400px;
  --linear-gradient: linear-gradient(
    135deg,
    rgba(152, 77, 203, 1),
    rgba(183, 127, 221, 0.8) 100%
  );

  --swiper-theme-color: #b1141b;
  --primary-color: #b1141b;
  --main-color: rgba(177, 20, 27, 1);
  --link-color: rgba(177, 20, 27, 1);
  --border-color: #c4c4c4;

  --ant-font-size: 14px;
  --ant-font-size-sm: 12px;
  --ant-font-size-lg: 0.16rem;
  --ant-font-size-xl: 0.18rem;

  --ant-font-size-heading-1: 0.36rem;
  --ant-font-size-heading-2: 0.32rem;
  --ant-font-size-heading-3: 0.24rem;
  --ant-font-size-heading-4: 0.22rem;
  --ant-font-size-heading-5: 0.2rem;

  --ant-padding-xxs: 4px;
  --ant-padding-xs: 8px;
  --ant-padding-sm: 12px;
  --ant-padding: 16px;
  --ant-padding-md: 0.2rem;
  --ant-padding-lg: 0.24rem;
  --ant-padding-xl: 0.32rem;
  --ant-padding-xxl: 0.48rem;
  --ant-margin-xxs: 4px;
  --ant-margin-xs: 8px;
  --ant-margin-sm: 12px;
  --ant-margin: 16px;
  --ant-margin-md: 0.2rem;
  --ant-margin-lg: 0.24rem;
  --ant-margin-xl: 0.32rem;
  --ant-margin-xxl: 0.48rem;

  --ant-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.06), 0 3px 6px -4px rgba(0, 0, 0, 0.1),
    0 9px 28px 8px rgba(0, 0, 0, 0.03);
  --ant-box-shadow-secondary: 0 6px 16px 0 rgba(0, 0, 0, 0.08),
    0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  --ant-box-shadow-tertiary: 0 1px 2px 0 rgba(0, 0, 0, 0.03),
    0 1px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.02);
  --ant-box-shadow-popover-arrow: 2px 2px 5px rgba(0, 0, 0, 0.05);
  --ant-box-shadow-card: 0 1px 2px -2px rgba(0, 0, 0, 0.16),
    0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
  --ant-box-shadow-drawer-right: -6px 0 16px 0 rgba(0, 0, 0, 0.08),
    -3px 0 6px -4px rgba(0, 0, 0, 0.12), -9px 0 28px 8px rgba(0, 0, 0, 0.05);
  --ant-box-shadow-drawer-left: 6px 0 16px 0 rgba(0, 0, 0, 0.08),
    3px 0 6px -4px rgba(0, 0, 0, 0.12), 9px 0 28px 8px rgba(0, 0, 0, 0.05);
  --ant-box-shadow-drawer-up: 0 6px 16px 0 rgba(0, 0, 0, 0.08),
    0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  --ant-box-shadow-drawer-down: 0 -6px 16px 0 rgba(0, 0, 0, 0.08),
    0 -3px 6px -4px rgba(0, 0, 0, 0.12), 0 -9px 28px 8px rgba(0, 0, 0, 0.05);
  --ant-box-shadow-tabs-overflow-left: inset 10px 0 8px -8px rgba(0, 0, 0, 0.08);
  --ant-box-shadow-tabs-overflow-right: inset -10px 0 8px -8px rgba(0, 0, 0, 0.08);
  --ant-box-shadow-tabs-overflow-top: inset 0 10px 8px -8px rgba(0, 0, 0, 0.08);
  --ant-box-shadow-tabs-overflow-bottom: inset 0 -10px 8px -8px rgba(0, 0, 0, 0.08);
}

.h {
  color: #fb1314 !important;
}

body {
  color: rgb(50, 50, 50);
  font-family: Arial, Helvetica, sans-serif;
  /* font-family: "HarmonyOS Sans SC", "Open Sans", "microsoft yahei", "pingfang", arial !important; */

  font-size: 0.18rem;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }

  body {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .hidden-desktop {
    display: none !important;
  }
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #f5f5f5;
}
body::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #bdb9b9;
}

div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  background-color: #f5f5f5;
}

div::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

div::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #bdb9b9;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-flex-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-flex-end {
  justify-content: flex-end;
}

.justify-space-between {
  justify-content: space-between;
}

.justify-space-around {
  justify-content: space-around;
}

.justify-space-evenly {
  justify-content: space-evenly;
}

.align-flex-start {
  align-items: flex-start;
}

.align-center {
  align-items: center;
}

.align-flex-end {
  align-items: flex-end;
}

.mod {
  --mod-title-font-size: 0.36rem;
  --mod-subtitle-font-size: 0.18rem;
  --mod-num-font-size: 0.36rem;
  --mod-title-color: rgba(0, 0, 0, 1);
  --mod-subtitle-color: #1c222c;
  --mod-num-color: #e70000;
}

.theme-dark .mod {
  --mod-title-color: #ffffff;
  --mod-subtitle-color: #ffffff;
  --mod-num-color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .mod {
    --content-padding: 20px;
    --mod-title-font-size: 20px;
    --mod-subtitle-font-size: 14px;
    --mod-num-font-size: 20px;
  }
}

.mod .mod-hd {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0.36rem;
}

.mod .mod-title {
  flex: 1;
}

.mod .mod-hd h3 {
  position: relative;
  font-weight: bold;
  color: var(--mod-title-color);
  font-size: var(--mod-title-font-size);
  transition: all 0.3s;
}

.mod .mod-hd h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2em;
  height: 0.04rem;
  background-color: var(--main-color);
  transition: all 0.3s;
  display: none;
}

.mod .mod-hd .center h3::after {
  left: 50%;
  transform: translateX(-50%);
}

.mod .mod-hd .subtitle {
  color: var(--mod-subtitle-color);
  font-size: var(--mod-subtitle-font-size);
  margin-top: 0.12rem;
}

.mod .mod-bd {
}

/* 居中 */
.mod .mod-title.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mod .mod-title.right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.mod .subtitle.center {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .mod .mod-hd {
    margin-bottom: 20px;
    flex-wrap: wrap;
  }

  .mod .mod-title {
    flex: none;
    width: 100%;
  }

  .mod .mod-extra {
    margin-top: 12px;
  }
}

.wrapper {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: var(--content-width);
  padding: 0 var(--content-padding, 20px);
}

.flex-box {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

.flex-box .flex-box-left {
  box-sizing: border-box;
  width: 50%;
}

.flex-box .flex-box-right {
  box-sizing: border-box;
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .flex-box .flex-box-left {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 24px;
  }

  .flex-box .flex-box-right {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.container {
  height: 100%;
}

.container img {
  max-width: 100%;
}

.pic {
  overflow: hidden;
  position: relative;
  height: auto;
}

.bgimg {
  width: 100%;
}

.upimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.pic:hover .upimg {
  transform: scale(1.1);
}

.pic-area.center .upimg {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pic-area.center .pic:hover .upimg {
  transform: translate(-50%, -50%) scale(1.1);
}

/* + */
.toggle-btn {
  display: none;
}

@media only screen and (max-width: 767px) {
  .toggle-btn {
    display: block;
    transition: all 0.5s;
    font-size: 18px;
  }
  .inner-cont > p img {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
}

/* ==========================================================================
Nav 导航栏
========================================================================== */
.dropdown {
  box-sizing: border-box;
  position: absolute;
  z-index: 10000;
  background: rgba(255, 255, 255, 1);
  display: none;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 1.2rem;
  padding: 0.28rem 0.28rem 0.16rem;
  border-radius: 0.2rem;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
}

.globalheader-light .dropdown {
  top: 100%;
}

.dropdown:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  border: 0 solid transparent;
  border-width: 0 5px 5px;
  border-bottom-color: var(--primary);
  left: 50%;
  margin-left: -5px;
  top: -5px;
  display: none;
}

.dropdown a {
  box-sizing: border-box;
  transition: all 0.3s;
  white-space: nowrap;
  color: #000;
  display: block;
  text-align: center;
  padding: 0.12rem;
  border-radius: 0.1rem;
  font-size: 0.16rem;
}

.dropdown a:hover {
  color: var(--main-color);
}

@media only screen and (max-width: 767px) {
  .dropdown {
    width: 100%;
    position: relative;
    margin: 0;
    background: #fff;
    overflow: hidden;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
  }

  .dropdown a {
    white-space: nowrap;
    font-size: 14px;
    text-align: left;
  }

  .dropdown:after {
    display: none;
  }
}

.footer {
  background: linear-gradient(
    180deg,
    rgba(7.513392925262451, 10.742834091186523, 25.044641494750977, 1),
    rgba(11, 18, 47, 1) 100%
  );
  color: #ffffff;
}

.footer a {
  color: #ffffff;
  transition: color 0.3s;
}

.footer a:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: underline;
}

.footer-ft {
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 1);
  padding: 0.32rem 0;
}

.footer-ft a {
  color: rgba(255, 255, 255, 1);
  transition: all 0.3s;
}

.footer-ft a:hover {
  color: rgba(255, 255, 255, 1);
}

.footer-hd .wrapper {
  padding: 0.52rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bd .wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.72rem 0 1rem;
}

.footer-bd-inner {
  display: flex;
}

.footer-bd-right {
  box-sizing: border-box;
  width: 1.72rem;
  padding-left: 0.72rem;
}

.footer-bd-left,
.footer-hd-inner .footer-logo {
  box-sizing: border-box;
  width: 3.64rem;
  padding-right: 0.4rem;
}

.footer-bd-left .slogan {
  font-size: 0.36rem;
}

/* hd */
.footer-hd-inner {
  display: flex;
}

.footer-logo {
  padding-top: 0.04rem;
}

.footer-logo img {
  width: 2.8rem;
}

.footer-bd .footer-logo {
  margin-bottom: 0.2rem;
  display: none;
}

.footer-contact-list {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.footer-contact-list > li {
  box-sizing: border-box;
  max-width: 3.66rem;
  position: relative;
  padding-left: 0.52rem;
}

.footer-contact-list > li .icon {
  position: absolute;
  left: 0;
  top: 0;
}

.footer-contact-list > li .icon img {
  width: 0.22rem;
}

.footer-contact-list > li .title {
  color: #f9fbfd;
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.footer-contact-list > li .desc {
  color: #b5b5b5;
  line-height: 1.2;
}

.footer-nav {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.footer-nav .fn-col {
  line-height: 2;
  font-size: 0.16rem;
}

.footer-nav .fn-col h3 {
  color: rgba(255, 255, 255, 1);
  font-size: 0.2rem;
  font-weight: bold;
  margin-bottom: 0.12rem;
}

.footer-nav .fn-col h3 a {
  color: rgba(255, 255, 255, 1);
  transition: all 0.3s;
}

.footer-nav .fn-col li {
  font-size: 0.16rem;
  margin-bottom: 0.08rem;
}

.footer-nav .fn-col li a {
  color: rgba(181, 181, 181, 1);
  transition: color 0.3s;
}

.footer-nav .fn-col li a:hover {
  text-decoration: underline;
  color: rgba(255, 255, 255, 1);
}

.social-share-hd {
  color: rgba(255, 255, 255, 1);
  font-size: var(--font16);
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.social-share-bd {
  display: flex;
  flex-wrap: wrap;
}

.social-share-bd .item {
  box-sizing: border-box;
  margin-bottom: 0.2rem;
  padding-right: 0.15rem;
}

.social-share-bd .item img {
  width: 100%;
}

.social-share-bd a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  background-color: rgba(76, 78, 100, 0.18);
  transition: background-color 0.3s;
}

.social-share-bd a:hover {
  background-color: rgba(76, 78, 100, 0.5);
  transition: background-color 0.3s;
}

.footer-contact {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  margin-left: 10%;
  line-height: 1.7142857142857142;
}

.footer-contact p {
  margin-bottom: 0.2rem;
  padding-left: 0.44rem;
  position: relative;
}

.footer-contact p .fa {
  color: rgba(255, 255, 255, 1);
  font-size: 0.2rem;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 24px;
  padding-right: 0.12rem;
}

.footer-contact p .fa::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: rgba(255, 255, 255, 1);
}

.footer .qrcode {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer .qrcode .qrcode-bd img {
  width: 1.2rem;
}

.footer .qrcode .qrcode-ft {
  margin-top: 0.16rem;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .footer {
    font-size: 12px;
  }

  .footer .wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-hd {
    display: none;
  }

  .footer-bd {
    display: none;
  }

  .footer-ft {
    padding: 16px 0;
    font-size: 12px;
  }

  .beian,
  .copyright {
    margin-bottom: 4px;
  }

  .social-share-bd a {
    width: 24px;
    height: 24px;
  }
}

/* lang */

.header-item {
  color: var(--r-globalnav-color);
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 0.18rem;
  cursor: pointer;
  transition: all 0.3s;
}

.header-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.divider {
  width: 1px;
  height: 0.16rem;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 0 0.16rem;
  margin-top: 0.02rem;
}

.lang-box {
  position: relative;
  z-index: 999;
}

.lang-dropdown-trigger {
  box-sizing: border-box;
  padding: var(--gn-item-padding);
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0.08rem;
  font-size: 14px;
}

.lang-dropdown-trigger .icon {
  width: 0.2rem;
  height: 0.2rem;
  transform: rotate(180deg);
  font-size: 12px;
  line-height: 0.2rem;
  text-align: center;
}

.lang-dropdown-trigger .icon .custom-icon {
  width: 100%;
  height: 100%;
}

.lang-dropdown-trigger .lang-arrow {
  margin-left: 0.08rem;
  width: 0.14rem;
  height: 0.08rem;

  background-image: url("../images/icons/xiala_icon.svg");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 100%;
}

.lang-dropdown {
  position: absolute;
  left: 50%;
  top: 100%;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.12);
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 10px);
}

.lang-box:hover .lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transform: translate(-50%, 0);
  transition: all 0.3s;
  padding: 0.08rem;
}

.lang-dropdown a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0.04rem 0.2rem;
  font-size: 0.16rem;
  color: #333;
  border-bottom: 1px solid #e5e5e58e;
  transition: all 0.3s;
  min-width: 0.8rem;
}

.lang-dropdown a:last-child {
  border-bottom: 0 none;
}

.lang-dropdown a:hover {
  color: var(--ant-color-primary);
}

@media only screen and (max-width: 767px) {
  .divider {
    height: 14px;
    margin: 0 16px;
    margin-top: 1px;
  }

  .lang-box {
    display: none;
  }

  #globalnav .gn-item-lang {
    display: block;
  }
}

.feedback-row {
  --feedback-padding-top: 1.24rem;
  --feedback-padding-bottom: 0.68rem;
  overflow: hidden;
  padding-bottom: var(--feedback-padding-bottom);
}

.feedback-row-inner {
  background-color: var(--main-color);
  background-color: #a41117;
  padding-top: var(--feedback-padding-top);
}

.feedback-row .flex-box {
  position: relative;
}

.feedback-row .flex-box-left {
  padding: 0.52rem 0.32rem 0.32rem 0;
  width: 53%;
  position: relative;
}

.feedback-row .flex-box-right {
  padding-left: 0.64rem;
  width: 47%;
}

.feedback-row .flex-box-left::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 200%;
  height: calc(100% + var(--feedback-padding-bottom));
  background-color: #f5f7f9;
}

.contact-box {
  color: #fff;
  padding-top: 0.2rem;
}

.contact-box .contact-title {
  font-size: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.28rem;
}

.contact-box .contact-desc {
  line-height: 1.8;
  margin-bottom: 0.48rem;
}

.contact-list li {
  margin-bottom: 0.2rem;
  padding-left: 0.32rem;
  position: relative;
}

.contact-list .title {
  font-weight: bold;
  margin-bottom: 0.1rem;
  line-height: 2;
}

.contact-list .desc {
  font-size: 0.16rem;
  line-height: 2;
}

.contact-list .desc p {
  margin-bottom: 0.08rem;
}

.contact-list .label {
  color: #cecece;
}

.contact-list .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.2rem;
  line-height: 1.8;
}

.feedback-box {
  position: relative;
  z-index: 2;
}

.feedback-title {
  color: rgba(55, 54, 54, 1);
  font-size: 0.3rem;
  font-weight: bold;
  margin-bottom: 0.68rem;
}

@media only screen and (max-width: 767px) {
  .feedback-row {
    --feedback-padding-top: 0;
    --feedback-padding-bottom: 0;
  }

  .feedback-row-inner {
    padding-bottom: 24px;
  }

  .feedback-row .flex-box-left {
    padding: 32px 20px 0;
  }

  .feedback-row .flex-box-right {
  }

  .feedback-row .flex-box-left::after {
    right: -32px;
    height: 100%;
  }

  .contact-box {
    padding-top: 0;
  }

  .contact-box .contact-title {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .contact-box .contact-desc {
  }

  .contact-list li {
    margin-bottom: 20px;
    padding-left: 28px;
  }

  .contact-list .title {
    margin-bottom: 4px;
    font-size: 14px;
  }

  .contact-list .desc {
    font-size: 14px;
  }

  .contact-list .desc p {
    margin-bottom: 4px;
  }

  .contact-list .icon {
    font-size: 14px;
    line-height: 2;
  }

  .feedback-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.row {
  padding-bottom: var(--padding100);
}

.list-with-dot {
  --dot-size: 0.06rem;
}

.list-with-dot p {
  position: relative;
  padding-left: 0.24rem;
}

.list-with-dot p::after {
  content: "";
  position: absolute;
  width: var(--dot-size);
  height: var(--dot-size);
  border-radius: 50%;
  background-color: currentColor;
  left: 0.04rem;
  top: 0.15rem;
}

@media only screen and (max-width: 767px) {
  .list-with-dot {
    --dot-size: 4px;
  }

  .list-with-dot p {
    position: relative;
    padding-left: 16px;
  }

  .list-with-dot p::after {
    left: 2px;
    top: 10px;
  }
}

.swiper-area {
  position: relative;
  padding-bottom: 0.6rem;
}

.statistic-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.24rem;
}

.statistic-list li {
  box-sizing: border-box;
  width: 16.66%;
  padding: 0 0.24rem;
}

.statistic {
  box-sizing: border-box;
  --font-color: rgba(255, 255, 255, 1);
}

.statistic-title {
  color: rgba(233, 233, 233, 1);
  font-size: var(--font16);
  line-height: 1.2;
}

.statistic-content {
  display: flex;
  align-items: center;
  margin: 0.24rem 0 0.4rem;
}

.statistic-content-value {
  color: var(--font-color);
  font-weight: bold;
  font-size: var(--font48);
  line-height: 1;
}

.statistic-content-suffix {
  color: var(--font-color);
  font-size: var(--font48);
  font-weight: bold;
}

.statistic-content-suffix2 {
  color: var(--font-color);
  font-size: var(--font14);
  margin-left: 0.02rem;
  font-weight: normal;
  position: relative;
  top: 0.08rem;
}

.statistic-icon {
  color: var(--font-color);
  transition: all 0.5s;
  display: inline-block;
}

.statistic-icon .iconfont {
  font-size: 0.3rem;
}

.statistic-list li:hover .statistic-icon {
  transform: rotateY(360deg);
}

@media only screen and (max-width: 767px) {
  .statistic {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .statistic-list li {
    width: 50%;
    margin: 20px 0;
  }

  .statistic-content {
    margin: 8px 0 !important;
  }

  .statistic-content-value {
    font-size: 32px;
  }

  .statistic-content-suffix {
    font-size: 32px;
  }

  .statistic-content-suffix2 {
    font-size: 14px;
  }

  .statistic-icon .iconfont {
    font-size: 24px !important;
  }

  .statistic-title {
    font-size: 12px;
    text-align: center;
  }

  .statistic-list li::after {
    display: none;
  }
}

.honor-row {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0.48rem 0 0.24rem;
}

.honor-list {
  display: flex;
  flex-wrap: wrap;
}

.honor-list > li {
  width: 16.66%;
}

.honor-list > li .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.2rem;
}

.honor-list > li .wrap img {
  max-width: 2.3rem;
  transition: all 0.3s;
}

.honor-list > li .wrap .gray {
  display: none;
}

.honor-list > li .wrap .color {
  display: block;
}

@media screen and (max-width: 767px) {
  .honor-row {
    padding: 20px 0 !important;
    margin-bottom: 24px !important;
  }

  .honor-list > li {
    width: 50%;
    margin: 20px 0;
  }

  .honor-list > li .wrap {
    height: 60px;
  }

  .honor-list > li .wrap img {
    max-width: 100%;
  }
}

.float-btn {
  box-sizing: border-box;
  cursor: pointer;
  position: fixed;
  z-index: 99;
  right: 24px;
  bottom: 48px;
  width: 40px;
  height: 40px;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12),
    0 9px 28px 8px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  transition: background-color 0.2s;
  display: none;
}

.float-btn-item {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all 0.3s;
}

.float-btn-item:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  .float-btn {
    right: 20px;
    width: 32px;
    height: 32px;
  }
}

/* 搜索 */
.header-search {
  box-sizing: border-box;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--global-header-height);
  cursor: pointer;
  width: 0.6rem;
  margin-right: 0.12rem;
  transition: all 0.3s;
  color: var(--r-globalnav-color);
}

.header-search:hover .fa {
  transition: all 0.3s;
}

.header-search:hover .fa {
  color: var(--main-color);
}

.header-search-icon {
  width: 0.24rem;
  height: 0.24rem;
  background-image: url("../images/search_icon.svg");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 100%;
}

.search-flyout {
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
  transition: all 0.5s;
  box-sizing: border-box;
  padding: 28vh 20px 0;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
}

.search-flyout.active {
  top: 0;
}

.search-flyout .wrap {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}

.search-flyout .close {
  position: absolute;
  right: 0;
  top: 0.1rem;
  width: 0.4rem;
  height: 0.4rem;
  background-image: url("../images/close_icon.svg?v=1");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 0.24rem auto;
  cursor: pointer;
}

.search-flyout .close:hover {
  opacity: 0.5;
}

.search-flyout .globalsearch {
  padding-right: 0.8rem;
}

.globalsearch {
  margin-bottom: 0.24rem;
}

.globalsearch .search-input {
  box-sizing: border-box;
  float: left;
  width: calc(100% - 1.6rem);
  height: 0.6rem;
  padding: 0.08rem 0.26rem;
  border: 1px solid #d9d9d9;
  font-size: 0.2rem;
}

.globalsearch .search-btn {
  box-sizing: border-box;
  float: left;
  width: 1.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  color: #fff;
  font-size: 0.2rem;
  border: 0;
  background-color: var(--main-color);
  text-align: center;
}

@media only screen and ((max-width: 767px)) {
  .header-search {
    height: 48px;
    position: absolute;
    right: 60px;
    top: 0;
  }

  .header-search .search_txt {
    display: none;
  }

  .header-search-icon {
    width: 24px;
    height: 24px;
  }

  .search-flyout .close {
    background-size: 20px auto;
    top: 10px;
  }

  .globalsearch .search-input {
    font-size: 14px;
    height: 40px;
  }

  .globalsearch .search-btn {
    font-size: 14px;
    height: 40px;
  }

  .search-flyout.active {
    top: var(--global-header-height);
  }
}

.lang-box {
  position: relative;
  z-index: 999;
}

.lang-dropdown-trigger {
  box-sizing: border-box;
  padding: 0.2rem;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0.12rem;
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.27rem;
  color: var(--r-globalnav-color);
}

.lang-dropdown-trigger .icon {
  width: 0.2rem;
  height: 0.2rem;
  transform: rotate(180deg);
  font-size: 12px;
  line-height: 0.2rem;
  text-align: center;
}

.lang-dropdown-trigger .icon .custom-icon {
  width: 100%;
  height: 100%;
}

.lang-dropdown-trigger .lang-arrow {
  margin-left: 0.08rem;
  width: 0.14rem;
  height: 0.08rem;
  background-image: url("../images/icons/xiala_icon.svg");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 100%;
}

.lang-dropdown {
  position: absolute;
  left: 50%;
  top: 100%;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.12);
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 10px);
}

.lang-box:hover .lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transform: translate(-50%, 0);
  transition: all 0.3s;
  padding: 0.08rem;
}

.lang-dropdown a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0.04rem 0.2rem;
  font-size: 0.16rem;
  color: #333;
  border-bottom: 1px solid #e5e5e58e;
  transition: all 0.3s;
  min-width: 0.8rem;
}

.lang-dropdown a:last-child {
  border-bottom: 0 none;
}

.lang-dropdown a:hover {
  color: var(--main-color);
}

@media only screen and (max-width: 767px) {
  .lang-box {
    display: none;
  }

  #globalnav .gn-item-lang {
    display: block;
    color: rgb(50, 50, 50);
  }

  #globalnav .gn-item-lang a {
    color: rgb(50, 50, 50);
  }
}

.home .footer-hd,
.page-about .footer-hd,
.page-vision .footer-hd,
.page-page-product-detail .footer-hd,
.page-solution-detail .footer-hd {
  display: none;
}

.home .footer-bd .footer-logo,
.page-about .footer-bd .footer-logo,
.page-vision .footer-bd .footer-logo,
.page-page-product-detail .footer-bd .footer-logo,
.page-solution-detail .footer-bd .footer-logo {
  display: block;
}

#dialog-successfully.fancybox__container {
  --fancybox-bg: rgba(0, 0, 0, 0.8);
}

#dialog-successfully.fancybox__content {
  box-sizing: border-box;
  max-width: 10rem;
  padding: 0.64rem;
  background-image: url("../images/fancy-box-bg.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

#dialog-successfully.fancybox__content .title {
  color: rgba(164, 17, 23, 1);
  font-size: var(--font40);
  font-weight: 700;
  margin-bottom: 0.12rem;
}

#dialog-successfully.fancybox__content .desc {
  color: rgba(51, 51, 51, 1);
  font-size: var(--font30);
  line-height: 2;
}
