@charset "UTF-8";
@font-face {
  font-family: "Poppins-Regular";
  src: url(../fonts/Poppins-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-Medium";
  src: url(../fonts/Poppins-Medium.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url(../fonts/Poppins-SemiBold.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*
 * 富文本初始化
 */
/* 全局样式变量 */
:root {
  --headH: 0.64rem;
  /* -------------- 头部导航高度 ---------------*/
  /* 以下颜色根据设计稿的不同来设置 */
  --sk-global-color: #FF8200;
  /* -------------- 主题色 ---------------*/
  --fcolor-default: #ffffff;
  /* -------------- 字体默认色 ---------------*/
  --fcolor-black: #000000;
  --fz-h1: .64rem;
  /* -------------- 一级标题字号 ---------------*/
  --fz-h2: .48rem;
  /* -------------- 二级标题字号 ---------------*/
  --fz-context: .18rem;
  /* -------------- 正文字号 ------------------*/
  --lh-h1: .84rem;
  /* -------------- 一级标题行高 ---------------*/
  --lh-h2: .64rem;
  /* -------------- 二级标题行高 ---------------*/
  --lh-context: .27rem;
  /* -------------- 正文行高 -------------------*/
  /* 层级 */
  --sk-zIndex-1: 1;
  /* --------------页面元素层级 --*/
  --sk-zIndex-2: 2;
  /* --------------页面元素层级 --*/
  --sk-zIndex-3: 3;
  /* --------------页面元素层级 --*/
  --sk-zIndex-10: 10;
  /* --------------页面元素层级 --*/
  --sk-zIndex-100: 100;
  /* --------------头部导航层级 --*/
  --sk-zIndex-999: 999;
  /* --------------弹窗层级 ------*/
  --sk-zIndex-1000: 1000;
}

@media screen and (max-width: 800px) {
  :root {
    --headH: 1.2rem;
    /* -------------- 头部导航高度 ---------------*/
    --fz-h1: .72rem;
    /* -------------- 一级标题字号 ---------------*/
    --lh-h1: 1.08rem;
    /* -------------- 一级标题行高 ---------------*/
    --fz-h2: .64rem;
    /* -------------- 二级标题字号 ---------------*/
    --lh-h2: .84rem;
    /* -------------- 二级标题行高 ---------------*/
    --fz-context: .28rem;
    /* -------------- 正文字号 ------------------*/
    --lh-context: .42rem;
    /* -------------- 正文行高 -------------------*/
  }
}
@-webkit-keyframes fadeInUpSmall {
  from {
    -webkit-transform: translate3d(0, 0.4rem, 0);
            transform: translate3d(0, 0.4rem, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUpSmall {
  from {
    -webkit-transform: translate3d(0, 0.4rem, 0);
            transform: translate3d(0, 0.4rem, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@media screen and (min-width: 800px) {
  .fadeInUpSmall {
    opacity: 0;
    -webkit-animation-name: fadeInUpSmall;
            animation-name: fadeInUpSmall;
  }
}
@media screen and (max-width: 800px) {
  .fadeInUpSmall {
    visibility: visible !important;
  }
}

.svg-ctx {
  object-fit: contain;
}
.svg-ctx path {
  fill: currentColor;
}
.svg-ctx ellipse {
  stroke: currentColor;
}

.fit-image {
  position: relative;
  width: 100%;
  padding-top: calc((0.5625) * 100%);
}
.fit-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.-background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.topA {
  cursor: pointer;
  position: fixed;
  z-index: 9;
  right: 0.3rem;
  bottom: 0.6rem;
  border-radius: 50%;
  width: 0.48rem;
  height: 0.48rem;
  opacity: 0;
  visibility: hidden;
  background: url(../image/images/base/demoImg/topA.svg) center center no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topA.show {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 800px) {
  .topA {
    right: 0.42rem;
    bottom: 1.2rem;
    width: 0.64rem;
    height: 0.64rem;
  }
}

.blocker {
  z-index: 100 !important;
}

.modal {
  width: 100% !important;
  max-width: 11rem !important;
  padding: 0 !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

.modal-video .video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.modal-video .video-container > video,
.modal-video .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.modal-video .video-container iframe html body video {
  width: 100% !important;
  height: 100% !important;
}

.-scroll {
  max-height: 1.2rem;
  overflow: auto;
}
.-scroll::-webkit-scrollbar {
  width: 0.08rem;
  height: 0.08rem;
}
.-scroll::-webkit-scrollbar-thumb {
  border-radius: 0.08rem;
  background: #666666;
}
.-scroll::-webkit-scrollbar-thumb:vertical {
  background-color: #666666;
}
.-scroll::-webkit-scrollbar-width {
  width: 0.08rem;
}
.-scroll::-webkit-scrollbar-track {
  border-radius: 0.08rem;
  background-color: none;
}
@media screen and (max-width: 800px) {
  .-scroll {
    max-height: 2.4rem;
  }
}

.sk_select {
  --h: .48rem;
  position: relative;
  width: 1.8rem;
}
.sk_select.-full {
  width: 100%;
}
.sk_select.on {
  z-index: 2;
}
.sk_select.on .-select-front::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk_select .-select-front {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.12rem 0.2rem;
  height: var(--h);
  background: white;
  border-radius: 0.08rem;
}
.sk_select .-select-front input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.sk_select .-select-front input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.sk_select .-select-front input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.sk_select .-select-front input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.sk_select .-select-front textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.sk_select .-select-front textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.sk_select .-select-front textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.sk_select .-select-front textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.sk_select .-select-front input {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  pointer-events: none;
  width: 100%;
  font-size: 0.16rem;
}
.sk_select .-select-front::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background: url(../image/images/base/selectDown.svg) center center no-repeat;
  background-size: contain;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 0.1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sk_select .-select-layer {
  position: absolute;
  width: 100%;
  height: 0;
  bottom: -0.1rem;
  left: 0;
  box-shadow: 0px 0px 0.2rem 0px rgba(218, 218, 218, 0.25);
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  overflow: hidden;
}
.sk_select .-select-layer .-inner {
  background-color: white;
  border-radius: 0.08rem;
  padding: 0.16rem 0.04rem 0.21rem 0.22rem;
}
.sk_select .-select-layer .-inner dl dd {
  cursor: pointer;
  margin-top: 0.12rem;
  font-size: 0.12rem;
  line-height: 0.16rem;
  color: rgba(0, 0, 0, 0.4);
  font-family: "Poppins-Medium";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sk_select .-select-layer .-inner dl dd:first-child {
  margin-top: 0;
}
.sk_select .-select-layer .-inner dl dd:hover {
  color: #000;
}
@media screen and (max-width: 800px) {
  .sk_select {
    --h: .9rem;
    width: 100%;
  }
  .sk_select .-select-front {
    padding: 0.33rem 0.2rem 0.33rem 0.3rem;
    height: var(--h);
  }
  .sk_select .-select-front input {
    font-size: 0.26rem;
  }
  .sk_select .-select-front::after {
    width: 0.32rem;
    height: 0.32rem;
  }
  .sk_select .-select-layer .-inner {
    border-radius: 0.08rem;
    padding: 0.24rem 0.2rem 0.3rem 0.24rem;
  }
  .sk_select .-select-layer .-inner dl dd {
    margin-top: 0.24rem;
    font-size: 0.24rem;
    line-height: 0.32rem;
  }
}

.-sk-nav {
  position: -webkit-sticky;
  position: sticky;
  top: var(--headH);
  border-bottom: 0.01rem solid #E8E8E8;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(0.15rem);
          backdrop-filter: blur(0.15rem);
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.-sk-nav.-top0 {
  top: 0;
}
.-sk-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 0.6rem;
}
.-sk-nav ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.64rem;
}
.-sk-nav ul li:last-child {
  margin-right: 0;
}
.-sk-nav ul li.on a {
  color: #000;
  font-family: "Poppins-SemiBold";
}
.-sk-nav ul li.on a::before {
  opacity: 1;
  visibility: visible;
}
.-sk-nav ul li a {
  position: relative;
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.16rem;
  line-height: 0.24rem;
  padding: 0.18rem 0;
}
.-sk-nav ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.01rem;
  width: 100%;
  height: 0.01rem;
  background: -webkit-linear-gradient(left, #0052E3 0%, #00BEF2 50%, #54EBBA 100%);
  background: linear-gradient(to right, #0052E3 0%, #00BEF2 50%, #54EBBA 100%);
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 800px) {
  .-sk-nav ul li a:hover {
    color: #000000;
  }
}
@media screen and (max-width: 800px) {
  .-sk-nav ul {
    position: relative;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 1rem;
    overflow-y: hidden;
    overflow-x: auto;
    padding: 0 0.4rem;
  }
  .-sk-nav ul li {
    margin-right: 0.7rem;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .-sk-nav ul li a {
    position: relative;
    color: rgba(0, 0, 0, 0.4);
    font-size: 0.24rem;
    line-height: 0.24rem;
    padding: 0.38rem 0;
  }
  .-sk-nav ul li a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0rem;
    width: 100%;
    height: 2px;
    background: -webkit-linear-gradient(left, #0052E3 0%, #00BEF2 50%, #54EBBA 100%);
    background: linear-gradient(to right, #0052E3 0%, #00BEF2 50%, #54EBBA 100%);
    opacity: 0;
    visibility: hidden;
  }
}

.sk-list {
  --count: 1;
  --gapX: .32rem;
  --gapY: .32rem;
  --width: calc((100% - var(--gapX) * var(--count)) / var(--count));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: calc(-1 * var(--gapY) / 2) calc(-1 * var(--gapX) / 2);
}
.sk-list .sk-item {
  width: var(--width);
  margin: calc(var(--gapY) / 2) calc(var(--gapX) / 2);
}

.sk-swiper {
  overflow: hidden;
}
.sk-swiper .sk-swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.sk-swiper .sk-dots {
  margin-top: 0.32rem;
  margin-bottom: 0.16rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sk-swiper .sk-dots.swiper-pagination-bullets span {
  width: 0.08rem;
  height: 0.08rem;
  margin-right: 0.05rem;
  border-radius: 50%;
  background-color: #00BEF2;
  opacity: 0.5;
}
.sk-swiper .sk-dots.swiper-pagination-bullets span.swiper-pagination-bullet-active {
  opacity: 1;
}
.sk-swiper .sk-dots.swiper-pagination-bullets span:last-child {
  margin-right: 0;
}
.sk-swiper .sk-dots.swiper-pagination-progressbar {
  position: relative;
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
}
.sk-swiper .sk-dots.swiper-pagination-progressbar span {
  background: #00BEF2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}
.sk-swiper .sk-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.32rem;
}
.sk-swiper .sk-arrow .prev, .sk-swiper .sk-arrow .next {
  cursor: pointer;
  font-size: 0.2rem;
  color: #000000;
}
.sk-swiper .sk-arrow .prev {
  margin-right: 0.12rem;
}

/* 集合属性（主题样式） */
body.show a,
body.show .transition,
body.show :before,
body.show img {
  -webkit-transition: All 0.3s ease;
  transition: All 0.3s ease;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 100px;
  overflow-x: hidden;
}

body {
  font-family: "Poppins-Regular";
  font-size: 0.18rem;
  color: var(--fcolor-default);
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
  background: #000000;
}
body.show {
  opacity: 1;
}

a {
  color: var(--fcolor-default);
  text-decoration: none;
  outline: none;
  cursor: pointer;
  font-family: "Poppins-Medium";
}
a:active {
  star: expression(this.onFocus=this.blur());
}
a:link {
  text-decoration: none;
  outline: none;
}
a:visited {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  outline: none;
}

li {
  list-style: outside none;
}

li {
  list-style-type: none;
}

h2,
h3,
h4,
h5 {
  font-weight: 400;
  font-family: "Poppins-SemiBold";
}

textarea,
input {
  background: transparent;
  color: var(--fcolor-default);
  outline: none;
  border: 0;
  font-family: "Poppins-Regular";
}

em {
  font-style: normal;
}

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0;
  object-fit: cover;
}

.demo-page {
  padding-bottom: 3rem;
}
.demo-page .bg-gray {
  background-color: #f5f5f5;
}
.demo-page .bg-wihte {
  background-color: #ffffff;
}
.demo-page img, .demo-page video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.demo-page .page-main {
  overflow: hidden;
}
.demo-page .page-main .wal {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.demo-page .page-main .wal .-container {
  margin-top: 0.64rem;
}
.demo-page .page-main .wal .-container:first-child {
  margin-top: 0;
}
.demo-page .page-main .wal .-container .-title {
  font-size: 0.28rem;
}
.demo-page .page-main .wal .-container .-body {
  padding: 0.2rem;
  border-radius: 0.08rem;
  margin-top: 0.32rem;
}
.demo-page .page-main .wal .-container .-body.nopading {
  padding: 0;
}

.wal {
  max-width: 17.6rem;
  width: 100%;
  margin: 0 auto;
}

.container {
  max-width: 10rem;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1700px) {
  body {
    font-size: 16px;
  }

  html {
    font-size: 94px;
  }
}
@media screen and (max-width: 1440px) {
  body {
    font-size: 14px;
  }

  html {
    font-size: 82px;
  }
}
@media screen and (max-width: 1300px) {
  html {
    font-size: 74px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 68px;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 64px;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 70px;
  }
}
@media screen and (min-width: 800px) {
  .pc-show {
    display: block;
  }

  .phone-show {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  html {
    font-size: 72px;
  }

  .wal {
    width: 100%;
    padding: 0 0.4rem;
  }

  .container {
    width: 100%;
    padding: 0 0.4rem;
  }

  .phone-show {
    display: block;
  }

  .pc-show {
    display: none !important;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 62px;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 50px;
  }
}
@-webkit-keyframes navContactArrowHover {
  49% {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes navContactArrowHover {
  49% {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes backHover {
  49% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes backHover {
  49% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.sub-nav-box {
  position: fixed;
  left: 0;
  width: 100%;
  top: var(--headH);
  border-top: 0.01rem solid rgba(255, 255, 255, 0.15);
  height: 0.55rem;
  background: rgba(0, 0, 0, 0.4);
  z-index: 50;
  -webkit-backdrop-filter: blur(0.15rem);
          backdrop-filter: blur(0.15rem);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotateX(-80deg);
          transform: rotateX(-80deg);
}
@media screen and (max-width: 800px) {
  .sub-nav-box {
    height: 1rem;
  }
}
.sub-nav-box .flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.sub-nav-box .flex-box .left-txt {
  font-size: 0.16rem;
  line-height: 0.24rem;
  font-family: "Poppins-Medium";
}
@media screen and (max-width: 800px) {
  .sub-nav-box .flex-box .left-txt {
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
}
.sub-nav-box .flex-box .right-link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.sub-nav-box .flex-box .right-link-list .link-list {
  margin-right: 0.33rem;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sub-nav-box .flex-box .right-link-list .link-list .link {
  height: 100%;
  font-family: "Poppins-Regular";
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.14rem;
  line-height: 0.21rem;
  padding: 0 0.24rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sub-nav-box .flex-box .right-link-list .link-list .link::before {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 0.02rem;
  width: 0.3rem;
  opacity: 0;
  background: -webkit-linear-gradient(left, #FFA44E 0%, #FF8200 100%);
  background: linear-gradient(90deg, #FFA44E 0%, #FF8200 100%);
}
.sub-nav-box .flex-box .right-link-list .link-list .link.on {
  color: #FFFFFF;
}
.sub-nav-box .flex-box .right-link-list .link-list .link.on::before {
  opacity: 1;
}
.sub-nav-box .flex-box .right-link-list .link-list .link:hover {
  color: #FFFFFF;
}
@media screen and (max-width: 800px) {
  .sub-nav-box .flex-box .right-link-list .sk-item {
    width: 2.4rem;
  }
  .sub-nav-box .flex-box .right-link-list .sk-item .sk_select {
    --h: 0.64rem;
  }
  .sub-nav-box .flex-box .right-link-list .sk-item .sk_select .-select-front {
    border-radius: 0.32rem;
    padding: 0.16rem 0.22rem;
  }
  .sub-nav-box .flex-box .right-link-list .sk-item .sk_select .-select-front input {
    font-size: 0.22rem;
    line-height: 0.33rem;
  }
  .sub-nav-box .flex-box .right-link-list .sk-item .sk_select .-select-layer .-inner {
    padding: 0.23rem 0.1rem 0.25rem 0.22rem;
  }
  .sub-nav-box .flex-box .right-link-list .sk-item .sk_select .-select-layer .-inner dl dd {
    margin-top: 0.15rem;
  }
  .sub-nav-box .flex-box .right-link-list .sk-item .sk_select .-select-layer .-inner dl dd a {
    font-size: 0.22rem;
    line-height: 0.33rem;
    color: rgba(255, 255, 255, 0.6);
  }
  .sub-nav-box .flex-box .right-link-list .sk-item .sk_select.on .-select-front {
    box-shadow: none;
    border: 0.01rem solid transparent;
  }
}
.sub-nav-box .flex-box .right-link-list .contact-us-btn {
  font-size: 0.14rem;
  line-height: 0.16rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.08rem 0.28rem;
  background: -webkit-linear-gradient(left, #FFA44E 0%, #FF8200 100%);
  background: linear-gradient(90deg, #FFA44E 0%, #FF8200 100%);
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
}
@media screen and (max-width: 800px) {
  .sub-nav-box .flex-box .right-link-list .contact-us-btn {
    padding: 0.18rem 0.22rem;
    font-size: 0.24rem;
    line-height: 0.28rem;
    border-radius: 0.32rem;
  }
}
.sub-nav-box .flex-box .right-link-list .contact-us-btn:hover {
  opacity: 0.9;
}
.sub-nav-box.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}
.sub-nav-box.show.isScroll {
  -webkit-transform: translateY(calc(-1 * var(--headH))) rotateX(0);
          transform: translateY(calc(-1 * var(--headH))) rotateX(0);
}

@-webkit-keyframes backBottomHover {
  49% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes backBottomHover {
  49% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.hero__title {
  font-size: var(--fz-h1);
  line-height: var(--lh-h1);
  font-family: "Poppins-SemiBold";
}

.section__subtitle {
  font-size: var(--fz-h2);
  line-height: var(--lh-h2);
  text-align: center;
  font-family: "Poppins-SemiBold";
}

.text__content {
  font-size: var(--fz-context);
  line-height: var(--lh-context);
  width: 10rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  margin: 0.24rem auto 0;
}
@media screen and (max-width: 800px) {
  .text__content {
    text-align: left;
    max-width: 100%;
  }
}

.hry__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.hry__btn .hry__txt {
  padding: 0.14rem 0.32rem 0.15rem;
  min-width: 1.8rem;
  font-size: 0.18rem;
  line-height: 0.21rem;
  border-radius: 0.25rem;
  height: 0.5rem;
  border: 0.02rem solid #FFFFFF;
}
.hry__btn .hry__img {
  width: 0.5rem;
  height: 0.5rem;
  border: 0.02rem solid #FFFFFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hry__btn .hry__img .img {
  height: 0.12rem;
  width: 0.12rem;
}

.video-pop-up-box {
  position: fixed;
  z-index: -10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.3);
  height: 0;
  width: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 0.16rem;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .video-pop-up-box {
    font-size: 0.28rem;
    line-height: 1.7;
  }
}
.video-pop-up-box.show {
  visibility: visible;
  z-index: 500;
  height: 100vh;
  width: 100vw;
  opacity: 1;
}
.video-pop-up-box .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 12rem;
  max-height: 80vh;
}
@media screen and (max-width: 800px) {
  .video-pop-up-box .video-box {
    max-width: 90%;
    max-height: 90%;
    width: 100%;
  }
}
.video-pop-up-box .video-box .clone-box {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -0.08rem;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.video-pop-up-box .video-box video {
  width: 100%;
  max-height: 100%;
}

.support-service-page .warranty-check {
  padding-top: 2.03rem;
}
@media screen and (max-width: 800px) {
  .support-service-page .warranty-check {
    padding-top: 2.79rem;
  }
  .support-service-page .warranty-check .section__subtitle {
    text-align: left;
  }
}
.support-service-page .warranty-check .warranty-check-txt {
  margin: 0.24rem auto 0;
  width: 10rem;
}
.support-service-page .warranty-check .img-box {
  margin-top: 1.39rem;
  border-radius: 0.24rem;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .support-service-page .warranty-check .img-box {
    margin-top: 1rem;
    border-radius: 0.36rem;
  }
}
.support-service-page .warranty-check .img-box img {
  width: 100%;
}
.support-service-page .maintenance {
  padding-top: 1.39rem;
}
@media screen and (max-width: 800px) {
  .support-service-page .maintenance {
    padding-top: 2rem;
  }
  .support-service-page .maintenance .section__subtitle {
    text-align: left;
  }
}
.support-service-page .maintenance .maintenance-txt {
  margin: 0.24rem auto 0;
  width: 10rem;
}
@media screen and (max-width: 800px) {
  .support-service-page .maintenance .maintenance-txt {
    margin: 0.36rem auto 0;
  }
}
.support-service-page .electronic-warranty-card {
  padding-top: 2.05rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  .support-service-page .electronic-warranty-card .section__subtitle {
    text-align: left;
  }
}
.support-service-page .electronic-warranty-card .bg-img {
  top: 0;
  right: 0;
  position: absolute;
  width: 100vw;
}
.support-service-page .electronic-warranty-card .wal {
  position: relative;
}
.support-service-page .electronic-warranty-card .electronic-warranty-card-txt {
  margin: 0.24rem auto 0;
  width: 10rem;
}
.support-service-page .electronic-warranty-card .card-box-list {
  margin-top: 0.48rem;
  margin-bottom: 0.64rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .support-service-page .electronic-warranty-card .card-box-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.support-service-page .electronic-warranty-card .card-box-list .card-box {
  padding: 0.55rem 0.4rem 0.46rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.24rem;
  width: calc((100% - 0.62rem) / 3);
  margin-right: 0.31rem;
}
@media screen and (max-width: 800px) {
  .support-service-page .electronic-warranty-card .card-box-list .card-box {
    margin-right: 0;
    width: 100%;
    padding: 0.75rem 0.4rem 0.8rem;
    border-radius: 0.36rem;
    margin-bottom: 0.4rem;
  }
}
.support-service-page .electronic-warranty-card .card-box-list .card-box:nth-child(3n) {
  margin-right: 0;
}
.support-service-page .electronic-warranty-card .card-box-list .card-box:nth-child(n+4) {
  margin-top: 0.31rem;
}
.support-service-page .electronic-warranty-card .card-box-list .card-box .icon {
  width: 0.5rem;
  height: 0.5rem;
  object-fit: contain;
}
@media screen and (max-width: 800px) {
  .support-service-page .electronic-warranty-card .card-box-list .card-box .icon {
    width: 0.64rem;
    height: 0.64rem;
  }
}
.support-service-page .electronic-warranty-card .card-box-list .card-box .name {
  margin-top: 0.61rem;
  font-size: 0.28rem;
  line-height: 0.42rem;
  font-family: "Poppins-Medium";
}
@media screen and (max-width: 800px) {
  .support-service-page .electronic-warranty-card .card-box-list .card-box .name {
    margin-top: 0.51rem;
    font-size: 0.36rem;
    line-height: 0.54rem;
  }
}
.support-service-page .electronic-warranty-card .card-box-list .card-box .tit {
  margin-top: 0.14rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.18rem;
  line-height: 0.27rem;
}
@media screen and (max-width: 800px) {
  .support-service-page .electronic-warranty-card .card-box-list .card-box .tit {
    margin-top: 0.16rem;
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
}
.support-service-page .download-section {
  padding-top: 2rem;
}
.support-service-page .download-section .download-card {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 0.24rem;
  padding: 1.23rem 0.8rem 1.47rem;
}
@media screen and (max-width: 800px) {
  .support-service-page .download-section .download-card {
    background: none;
    padding: 0;
  }
  .support-service-page .download-section .download-card .section__subtitle {
    text-align: center;
  }
}
.support-service-page .download-section .download-card .download-flex {
  margin-top: 0.67rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  .support-service-page .download-section .download-card .download-flex {
    margin-top: 0.48rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.support-service-page .download-section .download-card .download-flex .left-cell-list {
  width: 3.4rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  .support-service-page .download-section .download-card .download-flex .left-cell-list {
    width: 100%;
  }
}
.support-service-page .download-section .download-card .download-flex .left-cell-list .sticky-box {
  position: -webkit-sticky;
  position: sticky;
  top: 1.3rem;
}
.support-service-page .download-section .download-card .download-flex .left-cell-list .cell-btn {
  width: 2.6rem;
  padding: 0.14rem 0.27rem 0.13rem;
  border-radius: 0.27rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Poppins-Medium";
}
.support-service-page .download-section .download-card .download-flex .left-cell-list .cell-btn.on {
  background: -webkit-linear-gradient(left, #FFA44E 0%, #FF8200 100%);
  background: linear-gradient(90deg, #FFA44E 0%, #FF8200 100%);
}
@media screen and (max-width: 800px) {
  .support-service-page .download-section .download-card .download-flex .left-cell-list .sk-item {
    width: 100%;
    margin-right: 0;
  }
}
.support-service-page .download-section .download-card .download-flex .right-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0.8rem;
  border-left: 0.01rem solid rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 800px) {
  .support-service-page .download-section .download-card .download-flex .right-box {
    padding-left: 0;
    border-left: none;
    margin-top: 0.64rem;
  }
}
.support-service-page .download-section .download-card .download-flex .right-box .file-box {
  margin-top: 1rem;
}
.support-service-page .download-section .download-card .download-flex .right-box .file-box:first-child {
  margin-top: 0;
}
.support-service-page .download-section .download-card .download-flex .right-box .file-box .file-box-tit {
  font-size: 0.32rem;
  line-height: 0.48rem;
  font-family: "Poppins-Medium";
}
@media screen and (max-width: 800px) {
  .support-service-page .download-section .download-card .download-flex .right-box .file-box .file-box-tit {
    font-size: 0.36rem;
    line-height: 0.54rem;
  }
}
.support-service-page .download-section .download-card .download-flex .right-box .file-box .file-card-list {
  margin-top: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .support-service-page .download-section .download-card .download-flex .right-box .file-box .file-card-list {
    margin-top: 0.4rem;
  }
}
.support-service-page .download-section .download-card .download-flex .right-box .file-box .file-card-list .file-card {
  width: calc((100% - 0.54rem) / 3);
  height: 1.6rem;
  padding: 0.27rem 0.3rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 0.27rem;
}
@media screen and (max-width: 800px) {
  .support-service-page .download-section .download-card .download-flex .right-box .file-box .file-card-list .file-card {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0.4rem;
    border-radius: 0.36rem;
    height: 2.3rem;
    padding: 0.4rem 0.4rem 0.42rem;
  }
  .support-service-page .download-section .download-card .download-flex .right-box .file-box .file-card-list .file-card:last-child {
    margin-bottom: 0;
  }
}
.support-service-page .download-section .download-card .download-flex .right-box .file-box .file-card-list .file-card:nth-child(3n) {
  margin-right: 0;
}
@media screen and (min-width: 800px) {
  .support-service-page .download-section .download-card .download-flex .right-box .file-box .file-card-list .file-card:nth-child(n+4) {
    margin-top: 0.27rem;
  }
}
.support-service-page .download-section .download-card .download-flex .right-box .file-box .file-card-list .file-card .name {
  font-size: 0.2rem;
  line-height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Poppins-Medium";
}
@media screen and (max-width: 800px) {
  .support-service-page .download-section .download-card .download-flex .right-box .file-box .file-card-list .file-card .name {
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
}
.support-service-page .download-section .download-card .download-flex .right-box .file-box .file-card-list .file-card .link-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.support-service-page .download-section .download-card .download-flex .right-box .file-box .file-card-list .file-card .link-box .a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.39rem;
}
.support-service-page .download-section .download-card .download-flex .right-box .file-box .file-card-list .file-card .link-box .a:last-child {
  margin-right: 0;
}
.support-service-page .download-section .download-card .download-flex .right-box .file-box .file-card-list .file-card .link-box .a .icon {
  width: 0.28rem;
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .support-service-page .download-section .download-card .download-flex .right-box .file-box .file-card-list .file-card .link-box .a .icon {
    width: 0.36rem;
  }
}
.support-service-page .download-section .download-card .download-flex .right-box .file-box .file-card-list .file-card .link-box .a .txt {
  margin-left: 0.12rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .support-service-page .download-section .download-card .download-flex .right-box .file-box .file-card-list .file-card .link-box .a .txt {
    margin-left: 0.16rem;
    font-size: 0.26rem;
    line-height: 0.39rem;
  }
}
.support-service-page .download-section .download-card .download-flex .right-box .file-box .file-card-list .file-card .link-box .a.download-a .icon {
  width: 0.27rem;
}
@media screen and (max-width: 800px) {
  .support-service-page .download-section .download-card .download-flex .right-box .file-box .file-card-list .file-card .link-box .a.download-a .icon {
    width: 0.32rem;
  }
}
.support-service-page .download-section .download-card .download-flex .right-box .file-box .file-card-list .file-card .link-box .a.download-a .txt {
  margin-left: 0.1rem;
}
.support-service-page .download-section .download-card .download-flex .right-box .file-box .file-card-list .file-card .link-box .a:hover .icon {
  opacity: 1;
}
.support-service-page .download-section .download-card .download-flex .right-box .file-box .file-card-list .file-card .link-box .a:hover .icon path {
  fill: var(--sk-global-color);
}
.support-service-page .download-section .download-card .download-flex .right-box .file-box .file-card-list .file-card .link-box .a:hover .txt {
  color: var(--sk-global-color);
}
.support-service-page .download-section .download-card .download-flex .right-box .videos-box {
  margin-top: 1rem;
}
.support-service-page .download-section .download-card .download-flex .right-box .videos-box .videos-box-tit {
  font-size: 0.32rem;
  line-height: 0.48rem;
  font-family: "Poppins-Medium";
}
.support-service-page .download-section .download-card .download-flex .right-box .videos-box .videos-card-list {
  margin-top: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .support-service-page .download-section .download-card .download-flex .right-box .videos-box .videos-card-list {
    margin-top: 0.4rem;
  }
}
.support-service-page .download-section .download-card .download-flex .right-box .videos-box .videos-card-list .videos-card {
  width: calc((100% - 0.54rem) / 3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 0.27rem;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .support-service-page .download-section .download-card .download-flex .right-box .videos-box .videos-card-list .videos-card {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.8rem;
  }
  .support-service-page .download-section .download-card .download-flex .right-box .videos-box .videos-card-list .videos-card:last-child {
    margin-bottom: 0;
  }
}
.support-service-page .download-section .download-card .download-flex .right-box .videos-box .videos-card-list .videos-card:nth-child(3n) {
  margin-right: 0;
}
@media screen and (min-width: 800px) {
  .support-service-page .download-section .download-card .download-flex .right-box .videos-box .videos-card-list .videos-card:nth-child(n+4) {
    margin-top: 0.27rem;
  }
}
.support-service-page .download-section .download-card .download-flex .right-box .videos-box .videos-card-list .videos-card .img-box {
  padding-top: calc((211 / 375) * 100%);
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
  height: 0;
}
.support-service-page .download-section .download-card .download-flex .right-box .videos-box .videos-card-list .videos-card .img-box .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.support-service-page .download-section .download-card .download-flex .right-box .videos-box .videos-card-list .videos-card .img-box .play-box {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: -webkit-linear-gradient(left, #FFA44E 0%, #FF8200 100%);
  background: linear-gradient(90deg, #FFA44E 0%, #FF8200 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}
@media screen and (max-width: 800px) {
  .support-service-page .download-section .download-card .download-flex .right-box .videos-box .videos-card-list .videos-card .img-box .play-box {
    opacity: 1;
    visibility: visible;
    width: 0.8rem;
    height: 0.8rem;
  }
}
.support-service-page .download-section .download-card .download-flex .right-box .videos-box .videos-card-list .videos-card .img-box .play-box .play-img {
  height: 0.19rem;
}
@media screen and (max-width: 800px) {
  .support-service-page .download-section .download-card .download-flex .right-box .videos-box .videos-card-list .videos-card .img-box .play-box .play-img {
    height: 0.3rem;
  }
}
.support-service-page .download-section .download-card .download-flex .right-box .videos-box .videos-card-list .videos-card .img-box::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 5;
}
.support-service-page .download-section .download-card .download-flex .right-box .videos-box .videos-card-list .videos-card .img-box:hover .play-box {
  opacity: 1;
  visibility: visible;
}
.support-service-page .download-section .download-card .download-flex .right-box .videos-box .videos-card-list .videos-card .img-box:hover::before {
  opacity: 1;
  visibility: visible;
}
.support-service-page .download-section .download-card .download-flex .right-box .videos-box .videos-card-list .videos-card .name {
  margin-top: 0.22rem;
  font-size: 0.2rem;
  line-height: 0.3rem;
  font-family: "Poppins-Medium";
}
@media screen and (max-width: 800px) {
  .support-service-page .download-section .download-card .download-flex .right-box .videos-box .videos-card-list .videos-card .name {
    margin-top: 0.28rem;
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
}
.support-service-page .faq-section {
  padding-top: 2rem;
  padding-bottom: 1.8rem;
}
@media screen and (max-width: 800px) {
  .support-service-page .faq-section {
    padding-bottom: 2rem;
  }
  .support-service-page .faq-section .section__subtitle {
    text-align: center;
  }
}
.support-service-page .faq-section .faq-list {
  margin: 0.48rem auto 0;
  width: 10rem;
}
@media screen and (max-width: 800px) {
  .support-service-page .faq-section .faq-list {
    width: 100%;
    padding: 0 0.4rem;
  }
}
.support-service-page .faq-section .faq-list .faq-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.16rem;
  margin-bottom: 0.16rem;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .support-service-page .faq-section .faq-list .faq-card {
    border-radius: 0.24rem;
    margin-bottom: 0.2rem;
  }
}
.support-service-page .faq-section .faq-list .faq-card:last-child {
  margin-bottom: 0;
}
.support-service-page .faq-section .faq-list .faq-card .faq-item-top {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.22rem 0.3rem;
  font-size: 0.2rem;
  line-height: 0.3rem;
}
@media screen and (max-width: 800px) {
  .support-service-page .faq-section .faq-list .faq-card .faq-item-top {
    font-size: 0.32rem;
    line-height: 0.48rem;
    padding: 0.32rem 0.38rem 0.32rem 0.4rem;
  }
}
.support-service-page .faq-section .faq-list .faq-card .faq-item-top .title {
  margin-right: 0.3rem;
  font-family: "Poppins-Medium";
}
@media screen and (max-width: 800px) {
  .support-service-page .faq-section .faq-list .faq-card .faq-item-top .title {
    margin-right: 0.45rem;
  }
}
.support-service-page .faq-section .faq-list .faq-card .faq-item-top .icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .support-service-page .faq-section .faq-list .faq-card .faq-item-top .icon {
    width: 0.64rem;
    height: 0.64rem;
  }
}
.support-service-page .faq-section .faq-list .faq-card .faq-item-top .icon::after {
  z-index: -1;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(left, #FFA44E 0%, #FF8200 100%);
  background: linear-gradient(90deg, #FFA44E 0%, #FF8200 100%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.support-service-page .faq-section .faq-list .faq-card .faq-item-top .icon img {
  height: 0.12rem;
  width: 0.12rem;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media screen and (max-width: 800px) {
  .support-service-page .faq-section .faq-list .faq-card .faq-item-top .icon img {
    height: 0.21rem;
    width: 0.21rem;
  }
}
.support-service-page .faq-section .faq-list .faq-card .faq-item-top.on .icon::after {
  opacity: 1;
  z-index: 1;
}
.support-service-page .faq-section .faq-list .faq-card .faq-item-top.on .icon img {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  z-index: 5;
}
.support-service-page .faq-section .faq-list .faq-card .faq-item-bottom {
  height: 0;
}
.support-service-page .faq-section .faq-list .faq-card .faq-item-bottom .container-box {
  padding: 0.06rem 0.3rem 0.64rem;
  width: 7.6rem;
  font-size: 0.18rem;
  line-height: 0.27rem;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 800px) {
  .support-service-page .faq-section .faq-list .faq-card .faq-item-bottom .container-box {
    width: 4.83rem;
    font-size: 0.28rem;
    line-height: 0.42rem;
    padding: 0.03rem 0.4rem 0.86rem;
  }
}

.contact-us-page .banner-box {
  height: 6.4rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  .contact-us-page .banner-box {
    height: 9.6rem;
  }
}
.contact-us-page .banner-box .bg-box .bg-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.contact-us-page .banner-box .banner-title {
  position: relative;
  padding-top: 2.92rem;
  text-align: center;
  font-size: 0.64rem;
  line-height: 0.96rem;
  font-family: "Poppins-SemiBold";
}
@media screen and (max-width: 800px) {
  .contact-us-page .banner-box .banner-title {
    padding-top: 3.84rem;
    font-size: 0.64rem;
    line-height: 0.96rem;
  }
}
.contact-us-page .collaborate-section {
  padding-top: 1.8rem;
}
@media screen and (max-width: 800px) {
  .contact-us-page .collaborate-section {
    padding-top: 2rem;
  }
}
.contact-us-page .collaborate-section .get-in-touch {
  text-align: center;
  margin-top: 0.24rem;
  color: var(--sk-global-color);
  font-size: 0.24rem;
  line-height: 0.36rem;
  font-family: "Poppins-Medium";
}
@media screen and (max-width: 800px) {
  .contact-us-page .collaborate-section .get-in-touch {
    margin-top: 0.36rem;
    font-size: 0.36rem;
    line-height: 0.54rem;
  }
}
.contact-us-page .collaborate-section .text {
  margin: 0.24rem auto 0;
  width: 10rem;
}
@media screen and (max-width: 800px) {
  .contact-us-page .collaborate-section .text {
    text-align: center;
  }
}
.contact-us-page .starting-point {
  padding-top: 1.8rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 800px) {
  .contact-us-page .starting-point {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.contact-us-page .starting-point .container .text {
  margin-top: 0.24rem;
}
@media screen and (max-width: 800px) {
  .contact-us-page .starting-point .container .text {
    margin-top: 0.36rem;
    text-align: center;
  }
}
.contact-us-page .starting-point .container .switch-box {
  margin: 0.48rem auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: rgba(255, 255, 255, 0.1);
  height: 0.42rem;
  border-radius: 0.36rem;
  position: relative;
  padding: 0 0.03rem;
  /* 为滑动背景层定位 */
}
@media screen and (max-width: 800px) {
  .contact-us-page .starting-point .container .switch-box {
    margin: 0.8rem auto 0;
    height: 0.8rem;
    max-width: 100%;
  }
}
.contact-us-page .starting-point .container .switch-box::before {
  content: "";
  position: absolute;
  top: 0.03rem;
  left: var(--bg-left);
  width: var(--bg-width);
  height: calc(100% - 0.06rem);
  background: -webkit-linear-gradient(left, #FFA44E 0%, #FF8200 100%);
  background: linear-gradient(90deg, #FFA44E 0%, #FF8200 100%);
  border-radius: 0.36rem;
  z-index: 1;
  -webkit-transition: none;
  transition: none;
}
.contact-us-page .starting-point .container .switch-box .switch-item {
  position: relative;
  z-index: 5;
  padding: 0.08rem 0.29rem 0.07rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.14rem;
  line-height: 0.21rem;
  border-radius: 0.36rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  opacity: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: "Poppins-Medium";
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 800px) {
  .contact-us-page .starting-point .container .switch-box .switch-item {
    padding: 0.16rem 0.6rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
}
.contact-us-page .starting-point .container .switch-box .switch-item.on {
  color: #FFFFFF;
}
.contact-us-page .starting-point .container .switch-box .switch-item:hover {
  color: #fff;
}
.contact-us-page .starting-point .container .form-box {
  margin-top: 0.6rem;
  display: none;
}
@media screen and (max-width: 800px) {
  .contact-us-page .starting-point .container .form-box {
    margin-top: 0.8rem;
  }
}
.contact-us-page .starting-point .container .form-box.show {
  display: block;
}
.contact-us-page .starting-point .container .form-box .col-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.3rem;
}
@media screen and (max-width: 800px) {
  .contact-us-page .starting-point .container .form-box .col-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0.4rem;
  }
}
.contact-us-page .starting-point .container .form-box .col-box:first-child {
  margin-top: 0;
}
.contact-us-page .starting-point .container .form-box .col-box .form-item {
  width: 100%;
}
.contact-us-page .starting-point .container .form-box .col-box .form-item.col-2 {
  width: calc(50% - 0.15rem);
}
@media screen and (max-width: 800px) {
  .contact-us-page .starting-point .container .form-box .col-box .form-item.col-2 {
    width: 100%;
  }
}
.contact-us-page .starting-point .container .form-box .col-box .form-item.col-2:first-child {
  margin-right: 0.32rem;
}
@media screen and (max-width: 800px) {
  .contact-us-page .starting-point .container .form-box .col-box .form-item.col-2:first-child {
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}
.contact-us-page .starting-point .container .form-box .col-box .form-item .label {
  font-size: 0.18rem;
  line-height: 0.27rem;
  font-family: "Poppins-Medium";
}
@media screen and (max-width: 800px) {
  .contact-us-page .starting-point .container .form-box .col-box .form-item .label {
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
}
.contact-us-page .starting-point .container .form-box .col-box .form-item .input-box {
  margin-top: 0.09rem;
  width: 100%;
}
.contact-us-page .starting-point .container .form-box .col-box .form-item .input-box input {
  height: 0.48rem;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.12rem;
  padding: 0.12rem 0.2rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  border: 0.01rem solid transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 800px) {
  .contact-us-page .starting-point .container .form-box .col-box .form-item .input-box input {
    height: 0.8rem;
    padding: 0.2rem;
    border-radius: 0.2rem;
    font-size: 0.26rem;
    line-height: 0.39rem;
  }
}
.contact-us-page .starting-point .container .form-box .col-box .form-item .input-box input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.contact-us-page .starting-point .container .form-box .col-box .form-item .input-box input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.contact-us-page .starting-point .container .form-box .col-box .form-item .input-box input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.contact-us-page .starting-point .container .form-box .col-box .form-item .input-box input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.contact-us-page .starting-point .container .form-box .col-box .form-item .input-box input:focus {
  box-shadow: 0rem 0rem 0.04rem 0rem var(--sk-global-color);
  border: 0.01rem solid var(--sk-global-color);
}
.contact-us-page .starting-point .container .form-box .col-box .form-item .input-box textarea {
  resize: none;
  width: 100%;
  height: 1.6rem;
  border-radius: 0.12rem;
  padding: 0.12rem 0.2rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  background: rgba(255, 255, 255, 0.1);
  scrollbar-color: #888 transparent;
  border: 0.01rem solid transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 800px) {
  .contact-us-page .starting-point .container .form-box .col-box .form-item .input-box textarea {
    height: 2.4rem;
    border-radius: 0.2rem;
    padding: 0.2rem;
    font-size: 0.26rem;
    line-height: 0.39rem;
  }
}
.contact-us-page .starting-point .container .form-box .col-box .form-item .input-box textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.contact-us-page .starting-point .container .form-box .col-box .form-item .input-box textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.contact-us-page .starting-point .container .form-box .col-box .form-item .input-box textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.contact-us-page .starting-point .container .form-box .col-box .form-item .input-box textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.contact-us-page .starting-point .container .form-box .col-box .form-item .input-box textarea:focus {
  box-shadow: 0rem 0rem 0.04rem 0rem var(--sk-global-color);
  border: 0.01rem solid var(--sk-global-color);
}
.contact-us-page .starting-point .container .form-box .submit-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.5rem auto 0;
}
@media screen and (max-width: 800px) {
  .contact-us-page .starting-point .container .form-box .submit-box {
    margin-top: 0.8rem;
    margin-left: 0;
  }
}

@media screen and (max-width: 800px) {
  .about-us-page {
    overflow: hidden;
  }
}
.about-us-page .left-txt {
  font-family: "Poppins-Medium";
}
.about-us-page .right-link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.about-us-page .right-link-list .link-list {
  margin-right: 0.33rem;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.about-us-page .right-link-list .link-list .link {
  height: 100%;
  font-family: "Poppins-Regular";
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.14rem;
  line-height: 0.21rem;
  padding: 0 0.24rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.about-us-page .right-link-list .link-list .link::before {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 0.02rem;
  width: 0.3rem;
  opacity: 0;
  background: -webkit-linear-gradient(left, #FFA44E 0%, #FF8200 100%);
  background: linear-gradient(90deg, #FFA44E 0%, #FF8200 100%);
}
.about-us-page .right-link-list .link-list .link.on {
  color: #FFFFFF;
}
.about-us-page .right-link-list .link-list .link.on::before {
  opacity: 1;
}
.about-us-page .right-link-list .contact-us-btn {
  font-size: 0.14rem;
  line-height: 0.16rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.08rem 0.28rem;
  background: -webkit-linear-gradient(left, #FFA44E 0%, #FF8200 100%);
  background: linear-gradient(90deg, #FFA44E 0%, #FF8200 100%);
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
}
.about-us-page .right-link-list .contact-us-btn:hover {
  opacity: 0.9;
}

.banner-box {
  height: 100vh;
  position: relative;
}
.banner-box .bg-box .bg-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.banner-box .title {
  padding-top: 2.61rem;
  position: relative;
  font-size: 0.56rem;
  line-height: 0.72rem;
  width: 11.76rem;
  font-family: "Poppins-SemiBold";
}
@media screen and (max-width: 800px) {
  .banner-box .title {
    padding-top: 3.7rem;
    width: 100%;
  }
}
.banner-box .title .theme {
  color: var(--sk-global-color);
}

.our-promise {
  position: relative;
  min-height: 7.6rem;
}
@media screen and (max-width: 800px) {
  .our-promise {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.our-promise .video-box {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .our-promise .video-box {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.our-promise .video-box video {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 800px) {
  .our-promise .video-box video {
    height: 100%;
  }
}
@media screen and (min-width: 800px) {
  .our-promise .wal {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 100%;
    width: 100%;
    padding-top: 2.14rem;
  }
}
@media screen and (max-width: 800px) {
  .our-promise .wal {
    position: relative;
  }
}
.our-promise .wal .text {
  width: 10rem;
  margin: 0.24rem auto 0;
}
@media screen and (max-width: 800px) {
  .our-promise .wal .text {
    text-align: center;
  }
}
.our-promise .wal .hry__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.5rem auto 0;
}
@media screen and (max-width: 800px) {
  .our-promise .wal .hry__btn {
    margin: 0.8rem auto 0;
  }
}

.history-box {
  padding-top: 1.25rem;
}
.history-box .card-box {
  border-radius: 0.24rem;
  overflow: hidden;
  position: relative;
  height: 7.6rem;
}
@media screen and (max-width: 800px) {
  .history-box .card-box {
    height: 12.8rem;
  }
}
.history-box .card-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.85rem;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
@media screen and (max-width: 800px) {
  .history-box .card-box::after {
    height: 5.01rem;
  }
}
.history-box .card-box .bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.history-box .card-box .con-flex {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0.61rem 0.6rem 0.59rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 5;
}
@media screen and (max-width: 800px) {
  .history-box .card-box .con-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0.6rem 0.4rem;
  }
}
.history-box .card-box .con-flex .left-box {
  width: 7.9rem;
}
@media screen and (max-width: 800px) {
  .history-box .card-box .con-flex .left-box {
    width: 100%;
  }
}
.history-box .card-box .con-flex .left-box .title {
  font-size: 0.48rem;
  line-height: 0.72rem;
  font-family: "Poppins-SemiBold";
}
@media screen and (max-width: 800px) {
  .history-box .card-box .con-flex .left-box .title {
    font-size: 0.48rem;
    line-height: 0.72rem;
  }
}
.history-box .card-box .con-flex .left-box .txt {
  margin-top: 0.14rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.18rem;
  line-height: 0.21rem;
  font-family: "Poppins-Medium";
}
@media screen and (max-width: 800px) {
  .history-box .card-box .con-flex .left-box .txt {
    margin-top: 0.16rem;
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
}
.history-box .card-box .con-flex .right-box .hry__btn {
  margin: 0.5rem auto 0;
}
@media screen and (max-width: 800px) {
  .history-box .card-box .con-flex .right-box .hry__btn {
    margin-top: 0.64rem;
  }
}
.history-box .card-row-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 0.3rem;
}
@media screen and (max-width: 800px) {
  .history-box .card-row-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0.4rem;
  }
}
.history-box .card-row-box .card-row {
  width: calc(50% - 0.15rem);
  margin-right: 0.3rem;
  border-radius: 0.24rem;
  height: 6rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .history-box .card-row-box .card-row {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
    height: 9.6rem;
  }
  .history-box .card-row-box .card-row:last-child {
    margin-bottom: 0;
  }
}
.history-box .card-row-box .card-row::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.38rem;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
@media screen and (max-width: 800px) {
  .history-box .card-row-box .card-row::after {
    height: 5.4rem;
    background: -webkit-linear-gradient(0, rgba(7, 9, 23, 0.9) 0%, rgba(7, 8, 22, 0.45) 58%, rgba(7, 8, 21, 0) 100%);
    background: linear-gradient(0, rgba(7, 9, 23, 0.9) 0%, rgba(7, 8, 22, 0.45) 58%, rgba(7, 8, 21, 0) 100%);
  }
}
.history-box .card-row-box .card-row .bg-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.history-box .card-row-box .card-row:nth-child(2n) {
  margin-right: 0;
}
.history-box .card-row-box .card-row:nth-child(n+3) {
  margin-top: 0.3rem;
}
.history-box .card-row-box .card-row .con-box {
  height: 100%;
  width: 100%;
  padding: 0.48rem 0.6rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 5;
}
@media screen and (max-width: 800px) {
  .history-box .card-row-box .card-row .con-box {
    padding: 0.6rem 0.4rem;
  }
}
.history-box .card-row-box .card-row .con-box .name {
  font-size: 0.36rem;
  line-height: 0.54rem;
  font-family: "Poppins-SemiBold";
}
@media screen and (max-width: 800px) {
  .history-box .card-row-box .card-row .con-box .name {
    font-size: 0.48rem;
    line-height: 0.72rem;
  }
}
.history-box .card-row-box .card-row .con-box .txt {
  margin-top: 0.12rem;
  font-size: 0.18rem;
  line-height: 0.21rem;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Poppins-Medium";
}
@media screen and (max-width: 800px) {
  .history-box .card-row-box .card-row .con-box .txt {
    margin-top: 0.16rem;
    font-size: 0.28rem;
    line-height: 0.42rem;
    font-family: "Poppins-Regular";
  }
}
.history-box .card-row-box .card-row .con-box .round-box {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  background: var(--sk-global-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.history-box .card-row-box .card-row .con-box .round-box .svg {
  height: 0.12rem;
  width: 0.12rem;
}
.history-box .card-row-box .card-row .con-box:hover .round-box {
  opacity: 1;
  visibility: visible;
}

.partnership-box {
  padding-top: 1.92rem;
}
@media screen and (max-width: 800px) {
  .partnership-box {
    padding-top: 2rem;
  }
}
.partnership-box .logo-list {
  margin-top: 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .partnership-box .logo-list {
    margin-top: 0.48rem;
  }
}
.partnership-box .logo-list .logo-box {
  position: relative;
  width: calc((100% - 1.2rem) / 5);
  height: 1.08rem;
  border-radius: 0.2rem;
  margin-right: 0.3rem;
  background-color: rgba(255, 255, 255, 0.15);
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .partnership-box .logo-list .logo-box {
    width: calc(50% - 0.15rem);
  }
  .partnership-box .logo-list .logo-box:nth-child(2n) {
    margin-right: 0;
  }
  .partnership-box .logo-list .logo-box:nth-child(n+3) {
    margin-top: 0.3rem;
  }
}
@media screen and (min-width: 800px) {
  .partnership-box .logo-list .logo-box:nth-child(5n) {
    margin-right: 0;
  }
  .partnership-box .logo-list .logo-box:nth-child(n+6) {
    margin-top: 0.3rem;
  }
}
.partnership-box .logo-list .logo-box ._inner {
  position: absolute;
  inset: 0.02rem;
  background-color: #000;
  border-radius: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.partnership-box .logo-list .logo-box ._inner .logo {
  max-width: 80%;
  max-height: 80%;
}
@media screen and (max-width: 800px) {
  .partnership-box .logo-list .logo-box ._inner .logo {
    max-height: 60%;
    max-width: 60%;
    object-fit: contain;
  }
}
.partnership-box .logo-list .logo-box::before {
  content: "";
  position: absolute;
  inset: -60px -170px -60px -170px;
  background: -webkit-radial-gradient(ellipse closest-side, #ff8200 0%, rgba(255, 255, 255, 0.15) 80%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(ellipse closest-side, #ff8200 0%, rgba(255, 255, 255, 0.15) 80%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: translate(var(--x, -1000000px), var(--y, -1000000px));
      -ms-transform: translate(var(--x, -1000000px), var(--y, -1000000px));
          transform: translate(var(--x, -1000000px), var(--y, -1000000px));
}

.award-box {
  padding-top: 2.19rem;
}
@media screen and (max-width: 800px) {
  .award-box {
    padding-top: 2rem;
  }
}
.award-box .text {
  font-family: "Poppins-Medium";
}
@media screen and (max-width: 800px) {
  .award-box .text {
    margin-top: 0.36rem;
    text-align: center;
    font-family: "Poppins-Regular";
  }
}
.award-box .logo-list {
  margin-top: 0.71rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 800px) {
  .award-box .logo-list {
    margin-top: 0.84rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 1rem;
  }
}
.award-box .logo-list .logo-box {
  margin-right: 0.81rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  .award-box .logo-list .logo-box {
    width: 50%;
    margin-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.award-box .logo-list .logo-box:last-child {
  margin-right: 0;
}
.award-box .logo-list .logo-box .logo {
  height: 0.6rem;
}
@media screen and (max-width: 800px) {
  .award-box .logo-list .logo-box .logo {
    height: 1.2rem;
  }
}
.award-box .logo-list .logo-box .awards-message-box {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.3rem 0.3rem 0.25rem;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(0.3rem);
          backdrop-filter: blur(0.3rem);
  border-radius: 0.24rem;
  top: -0.25rem;
  right: -0.3rem;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .award-box .logo-list .logo-box .awards-message-box {
    width: auto;
    background: black;
    border-radius: 0;
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 2000;
    padding: 0 0.9rem 0;
  }
  .award-box .logo-list .logo-box .awards-message-box .clone-box {
    position: fixed;
    top: 0.44rem;
    right: 0.4rem;
    width: 0.4rem;
    height: 0.4rem;
    z-index: 20;
  }
  .award-box .logo-list .logo-box .awards-message-box .awards-img-fl {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
  }
}
.award-box .logo-list .logo-box .awards-message-box.left {
  left: -0.3rem;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media screen and (max-width: 800px) {
  .award-box .logo-list .logo-box .awards-message-box.left {
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.award-box .logo-list .logo-box .awards-message-box.show {
  opacity: 1;
  visibility: visible;
  z-index: 2000;
}
.award-box .logo-list .logo-box .awards-message-box .awards-message-flex {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 8.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .award-box .logo-list .logo-box .awards-message-box .awards-message-flex {
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-top: 1.92rem;
    padding-bottom: 1.92rem;
  }
}
.award-box .logo-list .logo-box .awards-message-box .awards-message-flex .awards-box {
  width: 1.5rem;
  margin-right: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  .award-box .logo-list .logo-box .awards-message-box .awards-message-flex .awards-box {
    width: calc(50% - 0.25rem);
    margin-right: 0.5rem;
  }
  .award-box .logo-list .logo-box .awards-message-box .awards-message-flex .awards-box:nth-child(2n), .award-box .logo-list .logo-box .awards-message-box .awards-message-flex .awards-box:last-child {
    margin-right: 0;
  }
  .award-box .logo-list .logo-box .awards-message-box .awards-message-flex .awards-box:nth-child(n+3) {
    margin-top: 0.39rem;
  }
}
@media screen and (min-width: 800px) {
  .award-box .logo-list .logo-box .awards-message-box .awards-message-flex .awards-box:nth-child(5n), .award-box .logo-list .logo-box .awards-message-box .awards-message-flex .awards-box:last-child {
    margin-right: 0;
  }
  .award-box .logo-list .logo-box .awards-message-box .awards-message-flex .awards-box:nth-child(n+6) {
    margin-top: 0.2rem;
  }
}
.award-box .logo-list .logo-box .awards-message-box .awards-message-flex .awards-box .awards-img {
  width: 100%;
  height: 2.12rem;
}
@media screen and (max-width: 800px) {
  .award-box .logo-list .logo-box .awards-message-box .awards-message-flex .awards-box .awards-img {
    padding-top: 144.6%;
    position: relative;
  }
}
.award-box .logo-list .logo-box .awards-message-box .awards-message-flex .awards-box .awards-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 800px) {
  .award-box .logo-list .logo-box .awards-message-box .awards-message-flex .awards-box .awards-img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}
.award-box .logo-list .logo-box .awards-message-box .awards-message-flex .awards-box .name {
  text-align: center;
  font-size: 0.16rem;
  line-height: 0.24rem;
  font-family: "Poppins-Medium";
  margin-top: 0.16rem;
  width: 90%;
}
@media screen and (max-width: 800px) {
  .award-box .logo-list .logo-box .awards-message-box .awards-message-flex .awards-box .name {
    font-size: 0.28rem;
    line-height: 0.42rem;
    margin-top: 0.24rem;
  }
}
@media screen and (min-width: 800px) {
  .award-box .logo-list .logo-box:hover .awards-message-box {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
}
.award-box .statistics-box {
  margin-top: 2.23rem;
  height: 7.6rem;
  border-radius: 0.24rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 800px) {
  .award-box .statistics-box {
    margin-top: 2rem;
    height: 12.8rem;
    border-radius: 0.36rem;
  }
}
.award-box .statistics-box .bg-img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.award-box .statistics-box .statistics-info-list {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0.73rem 1.2rem;
}
@media screen and (max-width: 800px) {
  .award-box .statistics-box .statistics-info-list {
    padding: 0.66rem 0.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.award-box .statistics-box .statistics-info-list .statistics-li {
  width: 1.8rem;
}
@media screen and (max-width: 800px) {
  .award-box .statistics-box .statistics-info-list .statistics-li {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 0.24rem;
  }
}
.award-box .statistics-box .statistics-info-list .statistics-li .name {
  white-space: nowrap;
  font-size: 0.56rem;
  line-height: 0.85rem;
  font-family: "Poppins-SemiBold";
}
@media screen and (max-width: 800px) {
  .award-box .statistics-box .statistics-info-list .statistics-li .name {
    font-size: 0.64rem;
    line-height: 0.96rem;
    margin-right: 0.1rem;
  }
}
.award-box .statistics-box .statistics-info-list .statistics-li .name .num {
  font-family: "Poppins-SemiBold";
  display: inline-block;
}
.award-box .statistics-box .statistics-info-list .statistics-li .name .unit {
  font-family: "Poppins-Medium";
  font-size: 0.2rem;
  line-height: 0.26rem;
  display: inline-block;
}
@media screen and (max-width: 800px) {
  .award-box .statistics-box .statistics-info-list .statistics-li .name .unit {
    font-size: 0.26rem;
  }
}
.award-box .statistics-box .statistics-info-list .statistics-li .txt {
  height: 0.24rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Poppins-Medium";
}
@media screen and (max-width: 800px) {
  .award-box .statistics-box .statistics-info-list .statistics-li .txt {
    font-size: 0.26rem;
    line-height: 0.39rem;
    height: 0.39rem;
    margin-bottom: 0.16rem;
  }
}

.contact-form {
  padding-top: 2.03rem;
  padding-bottom: 1.8rem;
}
@media screen and (max-width: 800px) {
  .contact-form {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.contact-form .flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .contact-form .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact-form .flex-box .left-txt {
  width: 6.92rem;
  font-size: 0.36rem;
  line-height: 0.48rem;
  font-family: "Poppins-Medium";
}
@media screen and (max-width: 800px) {
  .contact-form .flex-box .left-txt {
    width: 100%;
    font-size: 0.56rem;
    line-height: 0.72rem;
  }
}
.contact-form .flex-box .left-txt .color {
  color: var(--sk-global-color);
}
.contact-form .flex-box .form-box {
  width: 8.3rem;
}
@media screen and (max-width: 800px) {
  .contact-form .flex-box .form-box {
    width: 100%;
    margin-top: 1rem;
  }
}
.contact-form .flex-box .form-box .col-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.3rem;
}
@media screen and (max-width: 800px) {
  .contact-form .flex-box .form-box .col-box {
    margin-top: 0.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact-form .flex-box .form-box .col-box:first-child {
  margin-top: 0;
}
.contact-form .flex-box .form-box .col-box .form-item {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .contact-form .flex-box .form-box .col-box .form-item {
    margin-top: 0.4rem;
  }
  .contact-form .flex-box .form-box .col-box .form-item:first-child {
    margin-top: 0;
  }
}
.contact-form .flex-box .form-box .col-box .form-item.col-2 {
  width: calc(50% - 0.15rem);
}
@media screen and (max-width: 800px) {
  .contact-form .flex-box .form-box .col-box .form-item.col-2 {
    width: 100%;
  }
}
.contact-form .flex-box .form-box .col-box .form-item.col-2:first-child {
  margin-right: 0.32rem;
}
.contact-form .flex-box .form-box .col-box .form-item .label {
  font-size: 0.18rem;
  line-height: 0.27rem;
  font-family: "Poppins-Medium";
}
@media screen and (max-width: 800px) {
  .contact-form .flex-box .form-box .col-box .form-item .label {
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
}
.contact-form .flex-box .form-box .col-box .form-item .input-box {
  margin-top: 0.09rem;
  width: 100%;
}
.contact-form .flex-box .form-box .col-box .form-item .input-box input {
  height: 0.48rem;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.12rem;
  padding: 0.12rem 0.2rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  border: 0.01rem solid transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 800px) {
  .contact-form .flex-box .form-box .col-box .form-item .input-box input {
    height: 0.8rem;
    padding: 0.2rem;
    font-size: 0.26rem;
    line-height: 0.39rem;
    border-radius: 0.2rem;
  }
}
.contact-form .flex-box .form-box .col-box .form-item .input-box input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.contact-form .flex-box .form-box .col-box .form-item .input-box input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.contact-form .flex-box .form-box .col-box .form-item .input-box input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.contact-form .flex-box .form-box .col-box .form-item .input-box input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.contact-form .flex-box .form-box .col-box .form-item .input-box input:focus {
  box-shadow: 0rem 0rem 0.04rem 0rem var(--sk-global-color);
  border: 0.01rem solid var(--sk-global-color);
}
.contact-form .flex-box .form-box .col-box .form-item .input-box textarea {
  resize: none;
  width: 100%;
  height: 1.6rem;
  border-radius: 0.12rem;
  padding: 0.12rem 0.2rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  background: rgba(255, 255, 255, 0.1);
  scrollbar-color: #888 transparent;
  border: 0.01rem solid transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 800px) {
  .contact-form .flex-box .form-box .col-box .form-item .input-box textarea {
    height: 2.4rem;
    border-radius: 0.2rem;
    padding: 0.2rem;
    font-size: 0.26rem;
    line-height: 0.39rem;
  }
}
.contact-form .flex-box .form-box .col-box .form-item .input-box textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.contact-form .flex-box .form-box .col-box .form-item .input-box textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.contact-form .flex-box .form-box .col-box .form-item .input-box textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.contact-form .flex-box .form-box .col-box .form-item .input-box textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.contact-form .flex-box .form-box .col-box .form-item .input-box textarea:focus {
  box-shadow: 0rem 0rem 0.04rem 0rem var(--sk-global-color);
  border: 0.01rem solid var(--sk-global-color);
}
.contact-form .flex-box .form-box .submit-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
}
@media screen and (max-width: 800px) {
  .contact-form .flex-box .form-box .submit-box {
    margin-top: 0.8rem;
  }
}

.aufit-you-box {
  height: 2.8rem;
  border-radius: 0.24rem;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .aufit-you-box {
    height: auto;
  }
}
.aufit-you-box .wal {
  position: relative;
  height: 100%;
}
.aufit-you-box .wal .box-- {
  height: 100%;
  position: relative;
}
.aufit-you-box .bg-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  border-radius: 0.24rem;
}
@media screen and (max-width: 800px) {
  .aufit-you-box .bg-img {
    border-radius: 0.36rem;
  }
}
.aufit-you-box .con-flex {
  padding: 0 0.6rem;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .aufit-you-box .con-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0.4rem;
  }
}
.aufit-you-box .con-flex .left-box .title {
  font-size: 0.36rem;
  line-height: 0.54rem;
  font-family: "Poppins-SemiBold";
}
@media screen and (max-width: 800px) {
  .aufit-you-box .con-flex .left-box .title {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.64rem;
    line-height: 0.96rem;
  }
}
.aufit-you-box .con-flex .left-box .txt {
  margin-top: 0.08rem;
  font-size: 0.2rem;
  line-height: 0.3rem;
  font-family: "Poppins-Medium";
}
@media screen and (max-width: 800px) {
  .aufit-you-box .con-flex .left-box .txt {
    text-align: center;
    margin-top: 0.18rem;
    font-size: 0.36rem;
    line-height: 0.54rem;
  }
}
.aufit-you-box .con-flex .right-box {
  padding-top: 0.11rem;
}
@media screen and (max-width: 800px) {
  .aufit-you-box .con-flex .right-box {
    padding-top: 1.95rem;
    width: 100%;
  }
}
.aufit-you-box .con-flex .right-box .address-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  .aufit-you-box .con-flex .right-box .address-box {
    background: #FFFFFF;
    padding: 0.08rem;
    border-radius: 0.5rem;
  }
}
.aufit-you-box .con-flex .right-box .address-box input {
  height: 0.72rem;
  border-radius: 0.36rem;
  width: 4.78rem;
  background: #FFFFFF;
  padding: 0.24rem 0.32rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #000000;
  font-family: "Poppins-Medium";
}
@media screen and (max-width: 800px) {
  .aufit-you-box .con-flex .right-box .address-box input {
    font-size: 0.26rem;
    line-height: 0.39rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 0;
  }
}
.aufit-you-box .con-flex .right-box .address-box input::-webkit-input-placeholder {
  color: #999999;
}
.aufit-you-box .con-flex .right-box .address-box input::-moz-placeholder {
  color: #999999;
}
.aufit-you-box .con-flex .right-box .address-box input:-ms-input-placeholder {
  color: #999999;
}
.aufit-you-box .con-flex .right-box .address-box input::placeholder {
  color: #999999;
}
.aufit-you-box .con-flex .right-box .address-box .btn {
  min-width: 1.44rem;
  height: 0.72rem;
  padding: 0.21rem;
  background: -webkit-linear-gradient(left, #FFA44E 0%, #FF8200 100%);
  background: linear-gradient(90deg, #FFA44E 0%, #FF8200 100%);
  border-radius: 0.36rem;
  font-size: 0.2rem;
  line-height: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Poppins-Medium";
}
@media screen and (max-width: 800px) {
  .aufit-you-box .con-flex .right-box .address-box .btn {
    height: 0.84rem;
    padding: 0.23rem 0.18rem;
    border-radius: 0.42rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: 0;
        -ms-flex-direction: 0;
            flex-direction: 0;
  }
}
@media screen and (min-width: 800px) {
  .aufit-you-box .con-flex .right-box .address-box .btn:hover {
    opacity: 0.9;
  }
}
.aufit-you-box .con-flex .right-box .privacy-policy-agreement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 0.22rem;
  font-family: "Poppins-Medium";
}
@media screen and (max-width: 800px) {
  .aufit-you-box .con-flex .right-box .privacy-policy-agreement {
    margin-top: 0.25rem;
    padding-bottom: 0.6rem;
  }
}
.aufit-you-box .con-flex .right-box .privacy-policy-agreement .checkbox-box {
  width: 0.2rem;
  height: 0.2rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 0.1rem;
}
@media screen and (max-width: 800px) {
  .aufit-you-box .con-flex .right-box .privacy-policy-agreement .checkbox-box {
    margin-right: 0.12rem;
    margin-top: 0.08rem;
  }
}
.aufit-you-box .con-flex .right-box .privacy-policy-agreement .checkbox-box img {
  height: 100%;
  width: 100%;
}
.aufit-you-box .con-flex .right-box .privacy-policy-agreement .checkbox-box img.checkbox-false {
  display: block;
}
.aufit-you-box .con-flex .right-box .privacy-policy-agreement .checkbox-box img.checkbox-true {
  display: none;
}
.aufit-you-box .con-flex .right-box .privacy-policy-agreement .label {
  font-size: 0.14rem;
  line-height: 0.21rem;
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 800px) {
  .aufit-you-box .con-flex .right-box .privacy-policy-agreement .label {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
}
.aufit-you-box .con-flex .right-box .privacy-policy-agreement .label .a {
  color: #ffffff;
  text-decoration: underline;
}
.aufit-you-box .con-flex .right-box .privacy-policy-agreement.on .checkbox-box .checkbox-false {
  display: none;
}
.aufit-you-box .con-flex .right-box .privacy-policy-agreement.on .checkbox-box .checkbox-true {
  display: block;
}

.footer-box {
  padding-top: 1.2rem;
  position: relative;
}
.footer-box .nav-app-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .footer-box .nav-app-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-box .nav-app-flex .logo-box .logo {
  height: 0.36rem;
}
@media screen and (max-width: 800px) {
  .footer-box .nav-app-flex .logo-box .logo {
    height: 0.45rem;
  }
}
.footer-box .nav-app-flex .nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.03rem;
}
@media screen and (max-width: 800px) {
  .footer-box .nav-app-flex .nav-list {
    margin-top: 0.84rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-box .nav-app-flex .nav-list .ft_link {
  margin-right: 0.79rem;
}
@media screen and (max-width: 800px) {
  .footer-box .nav-app-flex .nav-list .ft_link {
    margin-right: 0;
    margin-bottom: 0.62rem;
  }
}
.footer-box .nav-app-flex .nav-list .ft_link:last-child {
  margin-right: 0;
}
@media screen and (max-width: 800px) {
  .footer-box .nav-app-flex .nav-list .ft_link:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  .footer-box .nav-app-flex .nav-list .ft_link dt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-box .nav-app-flex .nav-list .ft_link dt .arrows .add {
    height: 0.24rem;
    width: 0.24rem;
    object-fit: contain;
    display: block;
  }
  .footer-box .nav-app-flex .nav-list .ft_link dt .arrows .sub {
    height: 0.24rem;
    width: 0.24rem;
    object-fit: contain;
    display: none;
  }
}
.footer-box .nav-app-flex .nav-list .ft_link dt .a {
  font-size: 0.18rem;
  line-height: 0.27rem;
}
@media screen and (max-width: 800px) {
  .footer-box .nav-app-flex .nav-list .ft_link dt .a {
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
}
.footer-box .nav-app-flex .nav-list .ft_link dd {
  margin-top: 0.26rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 800px) {
  .footer-box .nav-app-flex .nav-list .ft_link dd {
    height: 0;
    overflow: hidden;
    margin-top: 0;
  }
}
.footer-box .nav-app-flex .nav-list .ft_link dd .a {
  margin-bottom: 0.16rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 800px) {
  .footer-box .nav-app-flex .nav-list .ft_link dd .a {
    display: block;
    margin-top: 0.48rem;
    margin-bottom: 0;
    padding-left: 0.2rem;
    font-size: 0.28rem;
    line-height: 0.33rem;
    color: #FFFFFF;
    font-family: "Poppins-Medium";
  }
  .footer-box .nav-app-flex .nav-list .ft_link dd .a.on {
    color: var(--sk-global-color);
  }
}
.footer-box .nav-app-flex .nav-list .ft_link dd .a:hover {
  color: #fff;
}
@media screen and (max-width: 800px) {
  .footer-box .nav-app-flex .nav-list .ft_link.show dt .arrows .add {
    display: none;
  }
  .footer-box .nav-app-flex .nav-list .ft_link.show dt .arrows .sub {
    display: block;
  }
  .footer-box .nav-app-flex .nav-list .ft_link.show dd {
    height: auto;
  }
}
@media screen and (max-width: 800px) {
  .footer-box .nav-app-flex .follow-us {
    margin-top: 0.97rem;
  }
}
.footer-box .nav-app-flex .follow-us .label {
  font-size: 0.18rem;
  line-height: 0.27rem;
  font-family: "Poppins-Medium";
}
@media screen and (max-width: 800px) {
  .footer-box .nav-app-flex .follow-us .label {
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
}
.footer-box .nav-app-flex .follow-us .app-list {
  margin-top: 0.23rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  .footer-box .nav-app-flex .follow-us .app-list {
    margin-top: 0.36rem;
  }
}
.footer-box .nav-app-flex .follow-us .app-list .app-icon {
  height: 0.48rem;
  width: 0.48rem;
  border-radius: 50%;
  border: 0.01rem solid rgba(255, 255, 255, 0.15);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.12rem;
  overflow: hidden;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 800px) {
  .footer-box .nav-app-flex .follow-us .app-list .app-icon {
    height: 0.9rem;
    width: 0.9rem;
  }
}
.footer-box .nav-app-flex .follow-us .app-list .app-icon .bg-img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer-box .nav-app-flex .follow-us .app-list .app-icon .no-bg-img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer-box .nav-app-flex .follow-us .app-list .app-icon:last-child {
  margin-right: 0;
}
.footer-box .nav-app-flex .follow-us .app-list .app-icon img {
  max-height: 0.22rem;
  max-width: 0.22rem;
  object-fit: contain;
}
@media screen and (max-width: 800px) {
  .footer-box .nav-app-flex .follow-us .app-list .app-icon img {
    max-height: 0.52rem;
    max-width: 0.52rem;
  }
}
@media screen and (min-width: 800px) {
  .footer-box .nav-app-flex .follow-us .app-list .app-icon:hover {
    border: 0.01rem solid rgba(255, 255, 255, 0);
  }
  .footer-box .nav-app-flex .follow-us .app-list .app-icon:hover .bg-img {
    -webkit-transform: translateX(100%) scale(0.9);
        -ms-transform: translateX(100%) scale(0.9);
            transform: translateX(100%) scale(0.9);
  }
  .footer-box .nav-app-flex .follow-us .app-list .app-icon:hover .no-bg-img {
    -webkit-transform: translateX(100%) scale(0.9);
        -ms-transform: translateX(100%) scale(0.9);
            transform: translateX(100%) scale(0.9);
  }
}
.footer-box .foot-bottom {
  padding-bottom: 0.26rem;
  margin-top: 1.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .footer-box .foot-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 0.56rem;
    margin-top: 1.06rem;
  }
}
.footer-box .foot-bottom .copyright-notice {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Poppins-Medium";
}
@media screen and (max-width: 800px) {
  .footer-box .foot-bottom .copyright-notice {
    font-size: 0.26rem;
    line-height: 0.39rem;
    margin-top: 0.83rem;
  }
}
.footer-box .foot-bottom .site-policy-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  .footer-box .foot-bottom .site-policy-links {
    row-gap: 0.17rem;
    -webkit-column-gap: 0.67rem;
       -moz-column-gap: 0.67rem;
            column-gap: 0.67rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.footer-box .foot-bottom .site-policy-links .a {
  margin-left: 0.4rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.16rem;
  line-height: 0.24rem;
}
@media screen and (max-width: 800px) {
  .footer-box .foot-bottom .site-policy-links .a {
    font-size: 0.26rem;
    line-height: 0.39rem;
    margin-left: 0;
  }
}
@media screen and (min-width: 800px) {
  .footer-box .foot-bottom .site-policy-links .a:hover {
    color: #fff;
  }
}
.footer-box .bg-img-box {
  height: 2.94rem;
  width: 12.54rem;
  position: absolute;
  bottom: 0;
  right: 0.4rem;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  .footer-box .bg-img-box {
    width: 100%;
    right: 0;
    height: 1.71rem;
  }
}
.footer-box .bg-img-box .footer-aufit_mask {
  position: absolute;
  inset: 0;
  width: 100%;
  -webkit-mask-size: contain;
          mask-size: contain;
  /* 完整显示 */
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
@media screen and (max-width: 800px) {
  .footer-box .bg-img-box .footer-aufit_mask {
    background-size: contain;
    /* 完整显示 */
    background-repeat: no-repeat;
    background-position: center;
  }
}
.footer-box .bg-img-box .footer-aufit_mask .footer-aufit_gradient {
  top: calc(var(--mouse-y) * 1px);
  left: calc(var(--mouse-x) * 1px);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  background: -webkit-radial-gradient(center, circle, rgba(255, 130, 0, 0.2) 0%, black 50%, black 100%);
  background: radial-gradient(circle at center, rgba(255, 130, 0, 0.2) 0%, black 50%, black 100%);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0.7;
}
.footer-box .cookie-set-icon {
  cursor: pointer;
  position: fixed;
  bottom: 0.2rem;
  left: 0.2rem;
  border-radius: 0.12rem;
  background: rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 0.36rem;
  width: 0.36rem;
  display: none;
  -webkit-backdrop-filter: blur(0.1rem);
          backdrop-filter: blur(0.1rem);
}
@media screen and (max-width: 800px) {
  .footer-box .cookie-set-icon {
    height: 0.72rem;
    width: 0.72rem;
    border-radius: 0.24rem;
  }
}
.footer-box .cookie-set-icon.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer-box .cookie-set-icon .icon {
  height: 0.17rem;
  width: 0.17rem;
}
@media screen and (max-width: 800px) {
  .footer-box .cookie-set-icon .icon {
    height: 0.34rem;
    width: 0.34rem;
  }
}

.news-page {
  overflow: hidden;
}
.news-page .top-banner {
  padding-top: 2.03rem;
}
@media screen and (max-width: 800px) {
  .news-page .top-banner {
    padding-top: 2.79rem;
  }
}
.news-page .top-banner .container-box {
  width: 12rem;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .news-page .top-banner .container-box {
    width: 100%;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
.news-page .top-banner .container-box .new-swiper {
  margin-top: 0.48rem;
  position: relative;
}
.news-page .top-banner .container-box .new-swiper .swiper-slide {
  height: 6.75rem;
  position: relative;
  border-radius: 0.24rem;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .news-page .top-banner .container-box .new-swiper .swiper-slide {
    height: auto;
    overflow: visible;
  }
}
.news-page .top-banner .container-box .new-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 20;
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 800px) {
  .news-page .top-banner .container-box .new-swiper .swiper-slide::after {
    display: none;
  }
}
.news-page .top-banner .container-box .new-swiper .swiper-slide .bg-img {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
@media screen and (max-width: 800px) {
  .news-page .top-banner .container-box .new-swiper .swiper-slide .bg-img {
    position: relative;
    height: 3.77rem;
    border-radius: 0.36rem;
  }
}
.news-page .top-banner .container-box .new-swiper .swiper-slide .con-box {
  position: relative;
  z-index: 10;
  height: 100%;
  width: 100%;
  padding: 0.4rem 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 800px) {
  .news-page .top-banner .container-box .new-swiper .swiper-slide .con-box {
    height: auto;
    padding: 0.36rem 0 0;
  }
}
.news-page .top-banner .container-box .new-swiper .swiper-slide .con-box .date-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.18rem;
  line-height: 0.27rem;
  font-family: "Poppins-Medium";
}
@media screen and (max-width: 800px) {
  .news-page .top-banner .container-box .new-swiper .swiper-slide .con-box .date-tag {
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
}
.news-page .top-banner .container-box .new-swiper .swiper-slide .con-box .date-tag .date {
  margin-right: 0.27rem;
}
@media screen and (max-width: 800px) {
  .news-page .top-banner .container-box .new-swiper .swiper-slide .con-box .date-tag .date {
    margin-right: 0.6rem;
  }
}
.news-page .top-banner .container-box .new-swiper .swiper-slide .con-box .title {
  margin-top: 0.17rem;
  font-size: 0.36rem;
  line-height: 0.48rem;
  font-family: "Poppins-SemiBold";
}
@media screen and (max-width: 800px) {
  .news-page .top-banner .container-box .new-swiper .swiper-slide .con-box .title {
    margin-top: 0.28rem;
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
}
.news-page .top-banner .container-box .new-swiper .swiper-slide.swiper-slide-active::after {
  height: 2.78rem;
  z-index: 5;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.news-page .top-banner .container-box .new-swiper .swiper-pagination {
  margin-top: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 800px) {
  .news-page .top-banner .container-box .new-swiper .swiper-pagination {
    margin-top: 4vh;
  }
}
.news-page .top-banner .container-box .new-swiper .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  height: 0.12rem;
  width: 0.12rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  margin-right: 0.1rem;
}
@media screen and (max-width: 800px) {
  .news-page .top-banner .container-box .new-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.13rem;
  }
}
.news-page .top-banner .container-box .new-swiper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.news-page .top-banner .container-box .new-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--sk-global-color);
}
.news-page .top-banner .container-box .new-swiper .swiper-btn {
  position: absolute;
  z-index: 30;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(0.15rem);
          backdrop-filter: blur(0.15rem);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.news-page .top-banner .container-box .new-swiper .swiper-btn::after {
  content: "";
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: -webkit-linear-gradient(left, #FFA44E 0%, #FF8200 100%);
  background: linear-gradient(90deg, #FFA44E 0%, #FF8200 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news-page .top-banner .container-box .new-swiper .swiper-btn:hover::after {
  opacity: 1;
}
.news-page .top-banner .container-box .new-swiper .swiper-btn.prev {
  left: -1.1rem;
}
.news-page .top-banner .container-box .new-swiper .swiper-btn.next {
  right: -1.1rem;
}
.news-page .top-banner .container-box .new-swiper .swiper-btn .icon {
  height: 0.16rem;
  width: 0.16rem;
  object-fit: contain;
}
.news-page .top-banner .container-box .new-swiper:hover .swiper-btn {
  opacity: 1;
}
.news-page .news-list-box {
  padding-top: 1.8rem;
  padding-bottom: 1.9rem;
}
@media screen and (max-width: 800px) {
  .news-page .news-list-box {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.news-page .news-list-box .from-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.4rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 800px) {
  .news-page .news-list-box .from-item {
    width: calc(100% - 0.8rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news-page .news-list-box .from-item .sk-item {
  width: 2.4rem;
}
@media screen and (max-width: 800px) {
  .news-page .news-list-box .from-item .sk-item {
    width: 100%;
  }
}
.news-page .news-list-box .from-item .search-input {
  height: 0.42rem;
  width: 3.8rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  .news-page .news-list-box .from-item .search-input {
    margin-top: 0.3rem;
    width: 100%;
    height: 0.8rem;
    border-radius: 0.1rem;
  }
}
.news-page .news-list-box .from-item .search-input input {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.1rem;
  height: 100%;
  width: 100%;
  font-size: 0.14rem;
  padding: 0 0.2rem;
  padding-right: 0.5rem;
  font-family: "Poppins-Medium";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 0.01rem solid transparent;
}
@media screen and (max-width: 800px) {
  .news-page .news-list-box .from-item .search-input input {
    font-size: 0.26rem;
    padding-right: 0.8rem;
  }
}
.news-page .news-list-box .from-item .search-input input:focus {
  border: 0.01rem solid var(--sk-global-color);
  box-shadow: 0rem 0rem 0.04rem 0rem var(--sk-global-color);
}
.news-page .news-list-box .from-item .search-input .img-box {
  position: absolute;
  top: 50%;
  right: 0.2rem;
  width: 0.17rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.6;
}
@media screen and (max-width: 800px) {
  .news-page .news-list-box .from-item .search-input .img-box {
    right: 0.4rem;
    width: 0.32rem;
  }
}
.news-page .news-list-box .from-item .search-input .img-box img {
  width: 100%;
}
.news-page .news-list-box .from-item .search-input:hover .img-box {
  opacity: 1;
}
.news-page .news-list-box .container-box {
  width: 12rem;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .news-page .news-list-box .container-box {
    width: calc(100% - 0.8rem);
  }
}
.news-page .news-list-box .container-box .news-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .news-page .news-list-box .container-box .news-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news-page .news-list-box .container-box .news-list .new-card {
  margin-right: 0.3rem;
  width: calc((100% - 0.6rem) / 3);
}
@media screen and (max-width: 800px) {
  .news-page .news-list-box .container-box .news-list .new-card {
    width: 100%;
    margin-top: 0.8rem;
  }
  .news-page .news-list-box .container-box .news-list .new-card:first-child {
    margin-top: 0;
  }
}
.news-page .news-list-box .container-box .news-list .new-card:nth-child(3n) {
  margin-right: 0;
}
.news-page .news-list-box .container-box .news-list .new-card:nth-child(n+4) {
  margin-top: 0.6rem;
}
@media screen and (max-width: 800px) {
  .news-page .news-list-box .container-box .news-list .new-card:nth-child(n+4) {
    margin-top: 0.8rem;
  }
}
.news-page .news-list-box .container-box .news-list .new-card .img-box {
  width: 100%;
  height: 2.14rem;
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 800px) {
  .news-page .news-list-box .container-box .news-list .new-card .img-box {
    height: 3.77rem;
    border-radius: 0.36rem;
  }
}
.news-page .news-list-box .container-box .news-list .new-card .img-box::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news-page .news-list-box .container-box .news-list .new-card .img-box img {
  height: 100%;
  width: 100%;
}
.news-page .news-list-box .container-box .news-list .new-card .date-tag {
  margin-top: 0.24rem;
  font-size: 0.16rem;
  line-height: 0.19rem;
  color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Poppins-Medium";
}
@media screen and (max-width: 800px) {
  .news-page .news-list-box .container-box .news-list .new-card .date-tag {
    margin-top: 0.37rem;
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
}
.news-page .news-list-box .container-box .news-list .new-card .date-tag .date {
  margin-right: 0.3rem;
}
@media screen and (max-width: 800px) {
  .news-page .news-list-box .container-box .news-list .new-card .date-tag .date {
    margin-right: 0.6rem;
  }
}
.news-page .news-list-box .container-box .news-list .new-card .title {
  margin-top: 0.17rem;
  font-size: 0.18rem;
  line-height: 0.27rem;
  font-family: "Poppins-SemiBold";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 800px) {
  .news-page .news-list-box .container-box .news-list .new-card .title {
    margin-top: 0.28rem;
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
}
.news-page .news-list-box .container-box .news-list .new-card:hover .img-box::after {
  opacity: 1;
  visibility: visible;
}
.news-page .news-list-box .container-box .news-list .new-card:hover .title {
  color: var(--sk-global-color);
}

.-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.8rem;
  --w: 0.56rem;
}
.-pagination .prev,
.-pagination .next,
.-pagination .ellipsis,
.-pagination a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: var(--w);
  height: var(--w);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.02rem solid rgba(255, 255, 255, 0.2);
  border-radius: 0.16rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.-pagination .prev svg,
.-pagination .next svg,
.-pagination .ellipsis svg,
.-pagination a svg {
  opacity: 0.5;
  width: 0.13rem;
  height: 0.13rem;
}
.-pagination .prev:hover,
.-pagination .next:hover,
.-pagination .ellipsis:hover,
.-pagination a:hover {
  border: 0.02rem solid #FFFFFF;
}
.-pagination .prev:hover svg,
.-pagination .next:hover svg,
.-pagination .ellipsis:hover svg,
.-pagination a:hover svg {
  opacity: 1;
}
.-pagination .prev,
.-pagination .next {
  background: rgba(255, 255, 255, 0.1);
  border: 0.02rem solid transparent;
}
.-pagination .prev:hover,
.-pagination .next:hover {
  border: 0.02rem solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.-pagination dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0.1rem;
}
.-pagination dl dd {
  margin-right: 0.1rem;
}
.-pagination dl dd:last-child {
  margin-right: 0;
}
.-pagination dl dd.on a {
  border-radius: 0.12rem;
  background: -webkit-linear-gradient(left, #FFA44E 0%, #FF8200 100%);
  background: linear-gradient(90deg, #FFA44E 0%, #FF8200 100%);
  border: 0.02rem solid transparent;
}
.-pagination dl dd.on a:hover {
  opacity: 0.9;
}

@media screen and (max-width: 800px) {
  .-pagination {
    margin-top: 0.8rem;
    --w: 0.85rem;
  }
  .-pagination .ellipsis,
.-pagination a {
    border-radius: 0.24rem;
    border: 0.02rem solid #e6e6e6;
    font-size: 0.26rem;
    line-height: 0.36rem;
  }
  .-pagination .ellipsis svg,
.-pagination a svg {
    width: 0.22rem;
    height: 0.22rem;
  }
  .-pagination .prev,
.-pagination .next {
    border-radius: 0.24rem;
  }
  .-pagination .prev svg,
.-pagination .next svg {
    width: 0.22rem;
    height: 0.22rem;
  }
  .-pagination dl {
    margin: 0 0.12rem;
  }
  .-pagination dl dd {
    margin-right: 0.12rem;
  }
  .-pagination dl dd.on a {
    border-radius: 0.24rem;
  }
}
.news-detail-page {
  position: relative;
}
.news-detail-page .news-detail-bg-img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.news-detail-page .container {
  padding-top: 2rem;
  padding-bottom: 1.8rem;
}
@media screen and (max-width: 800px) {
  .news-detail-page .container {
    padding-top: 2.46rem;
  }
}
.news-detail-page .container .back-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-detail-page .container .back-box .icon-box {
  height: 0.24rem;
  width: 0.24rem;
  border-radius: 50%;
  background-color: var(--sk-global-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 800px) {
  .news-detail-page .container .back-box .icon-box {
    height: 0.5rem;
    width: 0.5rem;
  }
}
.news-detail-page .container .back-box .icon-box .icon {
  height: 0.1rem;
  width: 0.1rem;
}
@media screen and (max-width: 800px) {
  .news-detail-page .container .back-box .icon-box .icon {
    height: 0.2rem;
    width: 0.2rem;
  }
}
.news-detail-page .container .back-box .back-txt {
  margin-left: 0.1rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.16rem;
  line-height: 0.24rem;
}
@media screen and (max-width: 800px) {
  .news-detail-page .container .back-box .back-txt {
    margin-left: 0.2rem;
    font-size: 0.26rem;
    line-height: 0.39rem;
  }
}
.news-detail-page .container .back-box:hover .icon-box .icon {
  -webkit-animation: backHover 0.6s ease;
          animation: backHover 0.6s ease;
}
.news-detail-page .container .back-box:hover .back-txt {
  color: #fff;
}
.news-detail-page .container .title {
  text-align: left;
  margin-top: 0.4rem;
}
@media screen and (max-width: 800px) {
  .news-detail-page .container .title {
    margin-top: 0.53rem;
    font-size: 0.56rem;
    line-height: 0.72rem;
  }
}
.news-detail-page .container .date-tag {
  margin-top: 0.17rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.18rem;
  line-height: 0.27rem;
  font-family: "Poppins-Medium";
}
@media screen and (max-width: 800px) {
  .news-detail-page .container .date-tag {
    margin-top: 0.48rem;
    font-size: 0.28rem;
    line-height: 0.42rem;
    margin-top: 0.6rem;
  }
}
.news-detail-page .container .date-tag .date {
  margin-right: 0.27rem;
}
@media screen and (max-width: 800px) {
  .news-detail-page .container .date-tag .date {
    margin-right: 0.6rem;
  }
}
.news-detail-page .container .con-txt {
  margin-top: 0.7rem;
  text-align: left;
  padding-bottom: 0.68rem;
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 800px) {
  .news-detail-page .container .con-txt {
    margin-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}
.news-detail-page .container .con-txt img {
  display: block;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .news-detail-page .container .con-txt img {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
  }
}
.news-detail-page .container .line-box {
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 800px) {
  .news-detail-page .container .line-box {
    margin-top: 0.6rem;
  }
}
.news-detail-page .container .line-box .line {
  margin-right: 0.2rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  .news-detail-page .container .line-box .line {
    margin-right: 0.4rem;
  }
}
.news-detail-page .container .line-box .line:last-child {
  margin-right: 0;
}
.news-detail-page .container .line-box .line img {
  width: 0.24rem;
  height: 0.24rem;
  object-fit: contain;
  opacity: 0.6;
}
@media screen and (max-width: 800px) {
  .news-detail-page .container .line-box .line img {
    width: 0.37rem;
    height: 0.37rem;
  }
}
.news-detail-page .container .line-box .line .line-tooltip {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-100% - 0.06rem));
      -ms-transform: translate(-50%, calc(-100% - 0.06rem));
          transform: translate(-50%, calc(-100% - 0.06rem));
  top: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.06rem 0.16rem;
  border-radius: 0.08rem;
  background-color: #1b1b1b;
  font-size: 0.16rem;
  font-family: "Poppins-Regular";
  color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news-detail-page .container .line-box .line .line-tooltip.show {
  opacity: 1;
  visibility: visible;
}
.news-detail-page .container .line-box .line:hover img {
  opacity: 1;
}

.g-header {
  height: var(--headH);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.g-header .g-head-main {
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(0.15rem);
          backdrop-filter: blur(0.15rem);
  padding: 0 0.8rem;
  position: relative;
  z-index: 99;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.g-header .g-head-main .logo-box .img {
  height: 0.24rem;
}
.g-header .g-head-main .center-nav {
  margin-left: 0.48rem;
  height: 100%;
  position: relative;
}
.g-header .g-head-main .center-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.g-header .g-head-main .center-nav ul li {
  padding: 0 0.32rem;
  height: 100%;
}
.g-header .g-head-main .center-nav ul li .main-link {
  height: var(--headH);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: rgba(255, 255, 255, 0.6);
}
.g-header .g-head-main .center-nav ul li .main-link.on {
  color: #ffffff;
}
.g-header .g-head-main .center-nav ul li:hover .main-link {
  color: #ffffff;
}
.g-header .g-head-main .center-nav ul li .layer {
  height: 0;
  top: var(--headH);
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 10;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: rgba(0, 0, 0, 0.8);
}
.g-header .g-head-main .center-nav ul li .layer.layer__products .layer__wp {
  padding-top: 0.32rem;
  padding-bottom: 0.41rem;
}
.g-header .g-head-main .center-nav ul li .layer.layer__products .layer__wp .products-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 0.4rem;
}
.g-header .g-head-main .center-nav ul li .layer.layer__products .layer__wp .products-list .products-box {
  margin-right: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.g-header .g-head-main .center-nav ul li .layer.layer__products .layer__wp .products-list .products-box:last-child {
  margin-right: 0;
}
.g-header .g-head-main .center-nav ul li .layer.layer__products .layer__wp .products-list .products-box .img-box {
  width: 1rem;
}
.g-header .g-head-main .center-nav ul li .layer.layer__products .layer__wp .products-list .products-box .name {
  margin-top: 0.17rem;
  font-size: 0.16rem;
  line-height: 0.19rem;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.g-header .g-head-main .center-nav ul li .layer.layer__products .layer__wp .products-list .products-box:hover .img-box img {
  box-shadow: rgba(255, 130, 0, 0.6) 0px 0px 0.15rem 0px;
}
.g-header .g-head-main .center-nav ul li .layer.layer__products .layer__wp .products-list .products-box:hover .name {
  color: var(--sk-global-color);
}
.g-header .g-head-main .center-nav ul li .layer.layer__link-list {
  height: auto;
}
.g-header .g-head-main .center-nav ul li .layer.layer__link-list .layer__wp {
  padding-top: 0.28rem;
  padding-bottom: 0.4rem;
  position: absolute;
  width: auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.g-header .g-head-main .center-nav ul li .layer.layer__link-list .layer__wp .link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.g-header .g-head-main .center-nav ul li .layer.layer__link-list .layer__wp .link-list .link {
  margin-bottom: 0.12rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.16rem;
  line-height: 0.24rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.g-header .g-head-main .center-nav ul li .layer.layer__link-list .layer__wp .link-list .link:last-child {
  margin-bottom: 0;
}
.g-header .g-head-main .center-nav ul li .layer.layer__link-list .layer__wp .link-list .link.on {
  color: var(--sk-global-color);
}
.g-header .g-head-main .center-nav ul li .layer.layer__link-list .layer__wp .link-list .link:hover {
  color: var(--sk-global-color);
}
.g-header .g-head-main .center-nav .nav__line {
  position: absolute;
  bottom: 0;
  width: 0.3rem;
  height: 0.02rem;
  opacity: 0;
  background: -webkit-linear-gradient(left, #ffa44e, #ff8200);
  background: linear-gradient(90deg, #ffa44e, #ff8200);
}
.g-header .g-head-main .center-nav .nav__line.show {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
.g-header .g-head-main .search-lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.g-header .g-head-main .search-lang .search-box {
  margin-right: 0.46rem;
}
.g-header .g-head-main .search-lang .search-box .search-img-box {
  width: 0.21rem;
  height: 0.21rem;
  cursor: pointer;
}
.g-header .g-head-main .search-lang .search-box .search-img-box .search-img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.g-header .g-head-main .search-lang .search-box .search-img-box .close-img {
  display: none;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.g-header .g-head-main .search-lang .search-box .search-img-box.show .search-img {
  display: none;
}
.g-header .g-head-main .search-lang .search-box .search-img-box.show .close-img {
  display: block;
}
.g-header .g-head-main .search-lang .search-box .search-layer {
  height: 0;
  top: var(--headH);
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 10;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: rgba(0, 0, 0, 0.8);
}
.g-header .g-head-main .search-lang .search-box .search-layer .search-container {
  padding-top: 0.49rem;
  padding-bottom: 0.75rem;
  width: 10rem;
  margin-left: auto;
  margin-right: auto;
}
.g-header .g-head-main .search-lang .search-box .search-layer .search-container .input-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.19rem 0;
  border-bottom: 0.01rem solid #FFFFFF;
}
.g-header .g-head-main .search-lang .search-box .search-layer .search-container .input-box .img-box {
  width: 0.22rem;
  height: 0.21rem;
}
.g-header .g-head-main .search-lang .search-box .search-layer .search-container .input-box .img-box img {
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0.6;
}
.g-header .g-head-main .search-lang .search-box .search-layer .search-container .input-box input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0.36rem;
  padding-left: 0.22rem;
  padding-right: 0.22rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
  font-family: "Poppins-Medium";
}
.g-header .g-head-main .search-lang .search-box .search-layer .search-container .input-box .search-txt {
  font-size: 0.18rem;
  line-height: 0.27rem;
  opacity: 0.4;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.g-header .g-head-main .search-lang .search-box .search-layer .search-container .input-box .search-txt:hover {
  opacity: 1;
}
.g-header .g-head-main .search-lang .search-box .search-layer .search-container .quick-links-box {
  margin-top: 0.63rem;
}
.g-header .g-head-main .search-lang .search-box .search-layer .search-container .quick-links-box .label {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.g-header .g-head-main .search-lang .search-box .search-layer .search-container .quick-links-box .link-list {
  margin-top: 0.18rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% + 0.08rem);
  -webkit-transform: translateX(-0.08rem);
      -ms-transform: translateX(-0.08rem);
          transform: translateX(-0.08rem);
  max-height: 5rem;
  overflow-y: auto;
  scrollbar-color: #888 transparent;
}
.g-header .g-head-main .search-lang .search-box .search-layer .search-container .quick-links-box .link-list .link {
  padding: 0.04rem 0.08rem;
  border-radius: 0.08rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.07rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.g-header .g-head-main .search-lang .search-box .search-layer .search-container .quick-links-box .link-list .link .txt {
  font-size: 0.16rem;
  line-height: 0.24rem;
  margin-right: 0.12rem;
}
.g-header .g-head-main .search-lang .search-box .search-layer .search-container .quick-links-box .link-list .link .link-img {
  display: block;
  height: 0.14rem;
  width: 0.14rem;
  opacity: 0.6;
}
.g-header .g-head-main .search-lang .search-box .search-layer .search-container .quick-links-box .link-list .link:hover {
  background: rgba(255, 255, 255, 0.1);
}
.g-header .g-head-main .search-lang .search-box .search-layer .search-container .quick-links-box .link-list .link:hover .link-img {
  opacity: 1;
}
.g-header .g-head-main .search-lang .lang-box {
  position: relative;
}
.g-header .g-head-main .search-lang .lang-box .lang-btn {
  padding: 0.08rem 0.17rem;
  border-radius: 0.21rem;
  background: rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.g-header .g-head-main .search-lang .lang-box .lang-btn .the-earth {
  height: 0.2rem;
  width: 0.2rem;
}
.g-header .g-head-main .search-lang .lang-box .lang-btn .lang-txt {
  margin-left: 0.09rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Poppins-Medium";
}
.g-header .g-head-main .search-lang .lang-box .lang-layer {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.g-header .g-head-main .search-lang .lang-box .lang-layer .lang-link-list {
  padding: 0.16rem 0.4rem 0.17rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.16rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.g-header .g-head-main .search-lang .lang-box .lang-layer .lang-link-list .lang-link {
  margin-bottom: 0.12rem;
  font-size: 0.16rem;
  line-height: 0.19rem;
  color: rgba(255, 255, 255, 0.6);
}
.g-header .g-head-main .search-lang .lang-box .lang-layer .lang-link-list .lang-link:last-child {
  margin-bottom: 0;
}
.g-header .g-head-main .search-lang .lang-box .lang-layer .lang-link-list .lang-link.on {
  color: var(--sk-global-color);
}
.g-header .header-after {
  visibility: hidden;
  opacity: 0;
  -webkit-backdrop-filter: blur(0.15rem);
          backdrop-filter: blur(0.15rem);
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: 96;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}
.g-header._hover .g-head-main, .g-header._search_hover .g-head-main, .g-header._lang_hover .g-head-main {
  background: rgba(0, 0, 0, 0.8);
}
.g-header._hover .header-after, .g-header._search_hover .header-after, .g-header._lang_hover .header-after {
  visibility: visible;
  opacity: 1;
}
.g-header._search_hover .center-nav {
  opacity: 0;
  visibility: hidden;
}
.g-header._search_hover .lang-box.hry {
  opacity: 0;
  visibility: hidden;
}
.g-header.isScroll {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media screen and (max-width: 800px) {
  .g-header .g-phone-head-main-box {
    height: var(--headH);
  }
  .g-header .g-phone-head-main-box .g-phone-head-main {
    height: var(--headH);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(0.15rem);
            backdrop-filter: blur(0.15rem);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .g-header .g-phone-head-main-box .g-phone-head-main .logo-box {
    height: 0.34rem;
  }
  .g-header .g-phone-head-main-box .g-phone-head-main .logo-box .a {
    display: block;
    height: 100%;
  }
  .g-header .g-phone-head-main-box .g-phone-head-main .logo-box .a .img {
    height: 100%;
  }
  .g-header .g-phone-head-main-box .g-phone-head-main .btn-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .g-header .g-phone-head-main-box .g-phone-head-main .btn-box .section-icon {
    margin-right: 0.46rem;
  }
  .g-header .g-phone-head-main-box .g-phone-head-main .btn-box .section-icon img {
    width: 0.39rem;
  }
  .g-header .g-phone-head-main-box .g-phone-head-main .btn-box .tree-icon img {
    width: 0.37rem;
  }
  .g-header .g-phone-head-main-box .g-phone-head-main .btn-box .clone-icon {
    display: none;
  }
  .g-header .g-phone-head-main-box .g-phone-head-main .btn-box .clone-icon img {
    width: 0.37rem;
  }
  .g-header .g-phone-head-main-box .g-phone-head-main .btn-box.show .section-icon {
    display: none;
  }
  .g-header .g-phone-head-main-box .g-phone-head-main .btn-box.show .tree-icon {
    display: none;
  }
  .g-header .g-phone-head-main-box .g-phone-head-main .btn-box.show .clone-icon {
    display: block;
  }
  .g-header .g-phone-head-main-box .layer-nav-box {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #000;
    -webkit-transform: translateX(120%);
        -ms-transform: translateX(120%);
            transform: translateX(120%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
  }
  .g-header .g-phone-head-main-box .layer-nav-box .header-img-fl {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .g-header .g-phone-head-main-box .layer-nav-box.show {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .g-header .g-phone-head-main-box .layer-nav-box .nav-list-box {
    height: 100%;
    padding-top: 2.19rem;
    padding-bottom: 1rem;
    overflow: auto;
  }
  .g-header .g-phone-head-main-box .layer-nav-box .nav-list-box .nav-list .nav-li-box {
    margin-bottom: 0.56rem;
  }
  .g-header .g-phone-head-main-box .layer-nav-box .nav-list-box .nav-list .nav-li-box .cell-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .g-header .g-phone-head-main-box .layer-nav-box .nav-list-box .nav-list .nav-li-box .cell-box .name {
    font-size: 0.36rem;
    line-height: 0.54rem;
    font-family: "Poppins-Medium";
  }
  .g-header .g-phone-head-main-box .layer-nav-box .nav-list-box .nav-list .nav-li-box .cell-box .icon-box {
    height: 0.24rem;
    width: 0.24rem;
  }
  .g-header .g-phone-head-main-box .layer-nav-box .nav-list-box .nav-list .nav-li-box .cell-box .icon-box img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  .g-header .g-phone-head-main-box .layer-nav-box .nav-list-box .nav-list .nav-li-box .cell-box .icon-box .add {
    display: block;
  }
  .g-header .g-phone-head-main-box .layer-nav-box .nav-list-box .nav-list .nav-li-box .cell-box .icon-box .sub {
    display: none;
  }
  .g-header .g-phone-head-main-box .layer-nav-box .nav-list-box .nav-list .nav-li-box .boy-box {
    height: 0;
    overflow: hidden;
  }
  .g-header .g-phone-head-main-box .layer-nav-box .nav-list-box .nav-list .nav-li-box .boy-box .product-list {
    margin-top: 0.72rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .g-header .g-phone-head-main-box .layer-nav-box .nav-list-box .nav-list .nav-li-box .boy-box .product-list .product-card {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0.8rem;
  }
  .g-header .g-phone-head-main-box .layer-nav-box .nav-list-box .nav-list .nav-li-box .boy-box .product-list .product-card .img {
    width: 2rem;
  }
  .g-header .g-phone-head-main-box .layer-nav-box .nav-list-box .nav-list .nav-li-box .boy-box .product-list .product-card .name {
    margin-top: 0.24rem;
    font-size: 0.28rem;
    line-height: 0.33rem;
    font-family: "Poppins-Medium";
  }
  .g-header .g-phone-head-main-box .layer-nav-box .nav-list-box .nav-list .nav-li-box .boy-box .product-list .product-card.on .img path {
    -webkit-filter: drop-shadow(0 0 1px var(--sk-global-color)) drop-shadow(0 0 2px var(--sk-global-color));
            filter: drop-shadow(0 0 1px var(--sk-global-color)) drop-shadow(0 0 2px var(--sk-global-color));
  }
  .g-header .g-phone-head-main-box .layer-nav-box .nav-list-box .nav-list .nav-li-box .boy-box .product-list .product-card.on .name {
    color: var(--sk-global-color);
  }
  .g-header .g-phone-head-main-box .layer-nav-box .nav-list-box .nav-list .nav-li-box .boy-box .two-nav-li {
    margin-top: 0.48rem;
    padding-left: 0.2rem;
    display: block;
    font-size: 0.28rem;
    line-height: 0.33rem;
    font-family: "Poppins-Medium";
  }
  .g-header .g-phone-head-main-box .layer-nav-box .nav-list-box .nav-list .nav-li-box .boy-box .two-nav-li.on {
    color: var(--sk-global-color);
  }
  .g-header .g-phone-head-main-box .layer-nav-box .nav-list-box .nav-list .nav-li-box.show .cell-box .icon-box .add {
    display: none;
  }
  .g-header .g-phone-head-main-box .layer-nav-box .nav-list-box .nav-list .nav-li-box.show .cell-box .icon-box .sub {
    display: block;
  }
  .g-header .g-phone-head-main-box .layer-nav-box .nav-list-box .nav-list .nav-li-box.show .boy-box {
    height: auto;
  }
  .g-header .g-phone-head-main-box .layer-nav-box .lang-list {
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 100%;
    padding-bottom: 0.7rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
  }
  .g-header .g-phone-head-main-box .layer-nav-box .lang-list .a {
    font-size: 0.28rem;
    line-height: 0.33rem;
    font-family: "Poppins-Medium";
    color: rgba(255, 255, 255, 0.6);
  }
  .g-header .g-phone-head-main-box .layer-nav-box .lang-list .a.on {
    color: #fff;
  }
  .g-header .g-phone-head-main-box .layer-nav-box .lang-list span {
    display: inline-block;
    margin: 0 0.36rem;
  }
  .g-header .g-phone-head-main-box .layer-search-box {
    height: 0;
    overflow: hidden;
    position: fixed;
    width: 100vw;
    background: rgba(0, 0, 0, 0.9);
    -webkit-backdrop-filter: blur(0.15rem);
            backdrop-filter: blur(0.15rem);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 0;
    left: 0;
  }
  .g-header .g-phone-head-main-box .layer-search-box.show {
    height: auto;
  }
  .g-header .g-phone-head-main-box .layer-search-box .wal {
    padding-top: 2rem;
    padding-bottom: 0.8rem;
  }
  .g-header .g-phone-head-main-box .layer-search-box .wal .top-search-box {
    margin-top: 0.53rem;
    padding-bottom: 0.26rem;
    border-bottom: 0.02rem solid #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .g-header .g-phone-head-main-box .layer-search-box .wal .top-search-box .search-icon {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    display: block;
    margin-right: 0.26rem;
    width: 0.4rem;
    opacity: 0.6;
  }
  .g-header .g-phone-head-main-box .layer-search-box .wal .top-search-box input {
    height: 0.54rem;
    font-size: 0.36rem;
    font-family: "Poppins-Medium";
  }
  .g-header .g-phone-head-main-box .layer-search-box .wal .top-search-box input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
  }
  .g-header .g-phone-head-main-box .layer-search-box .wal .top-search-box input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
  }
  .g-header .g-phone-head-main-box .layer-search-box .wal .top-search-box input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
  }
  .g-header .g-phone-head-main-box .layer-search-box .wal .top-search-box input::placeholder {
    color: rgba(255, 255, 255, 0.4);
  }
  .g-header .g-phone-head-main-box .layer-search-box .wal .quick-links {
    margin-top: 0.94rem;
  }
  .g-header .g-phone-head-main-box .layer-search-box .wal .quick-links .label {
    font-size: 0.26rem;
    line-height: 0.39rem;
    color: rgba(255, 255, 255, 0.4);
  }
  .g-header .g-phone-head-main-box .layer-search-box .wal .quick-links .link-list {
    margin-top: 0.16rem;
  }
  .g-header .g-phone-head-main-box .layer-search-box .wal .quick-links .link-list .a {
    margin-bottom: 0.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.26rem;
    line-height: 0.39rem;
  }
  .g-header .g-phone-head-main-box .layer-search-box .wal .quick-links .link-list .a:last-child {
    margin-bottom: 0;
  }
  .g-header .g-phone-head-main-box .layer-search-box .wal .quick-links .link-list .a .txt {
    margin-right: 0.2rem;
  }
  .g-header .g-phone-head-main-box .layer-search-box .wal .quick-links .link-list .a .icon {
    width: 0.2rem;
    opacity: 0.6;
  }
}

.search-result-page .banner-img-fl {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  .search-result-page .banner-img-fl {
    bottom: 0;
    top: auto;
  }
}
.search-result-page .container {
  padding-top: 1.94rem;
  padding-bottom: 1.8rem;
}
@media screen and (max-width: 800px) {
  .search-result-page .container {
    padding-top: 2.27rem;
    padding-bottom: 2rem;
  }
}
.search-result-page .container .input-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0.48rem;
}
@media screen and (max-width: 800px) {
  .search-result-page .container .input-box {
    height: 0.8rem;
    border-radius: 0.45rem;
    background: rgba(255, 255, 255, 0.1);
  }
}
.search-result-page .container .input-box .icon-input {
  width: 5.04rem;
  border-radius: 0.24rem;
  background: rgba(255, 255, 255, 0.1);
  padding: 0 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  .search-result-page .container .input-box .icon-input {
    background: none;
    padding: 0 0.3rem;
  }
}
.search-result-page .container .input-box .icon-input .icon {
  width: 0.22rem;
  height: 0.21rem;
  opacity: 0.6;
}
@media screen and (max-width: 800px) {
  .search-result-page .container .input-box .icon-input .icon {
    width: 0.34rem;
    height: auto;
  }
}
.search-result-page .container .input-box .icon-input input {
  padding-left: 0.16rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.18rem;
  line-height: 0.27rem;
  font-family: "Poppins-Medium";
}
@media screen and (max-width: 800px) {
  .search-result-page .container .input-box .icon-input input {
    padding-left: 0.18rem;
    font-size: 0.26rem;
    line-height: 0.39rem;
  }
}
.search-result-page .container .input-box .btn {
  height: 100%;
  font-size: 0.18rem;
  line-height: 0.27rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.24rem;
  border-radius: 0.36rem;
  font-family: "Poppins-Medium";
  background: -webkit-linear-gradient(left, #FFA44E 0%, #FF8200 100%);
  background: linear-gradient(90deg, #FFA44E 0%, #FF8200 100%);
}
@media screen and (max-width: 800px) {
  .search-result-page .container .input-box .btn {
    background: none;
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
}
.search-result-page .container .input-box .btn:hover {
  opacity: 0.9;
}
.search-result-page .container .class-list-box-after {
  position: relative;
}
@media screen and (max-width: 800px) {
  .search-result-page .container .class-list-box-after::after {
    content: "";
    pointer-events: none;
    position: absolute;
    display: block;
    height: 0.57rem;
    right: 0;
    width: 1.92rem;
    bottom: 0.08rem;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  }
}
.search-result-page .container .class-list-box-after .class-list-box {
  margin-top: 0.63rem;
  padding-bottom: 0.18rem;
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 800px) {
  .search-result-page .container .class-list-box-after .class-list-box {
    margin-top: 0.76rem;
    padding-bottom: 0.16rem;
    overflow-x: auto;
  }
}
.search-result-page .container .class-list-box-after .class-list-box .class-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  .search-result-page .container .class-list-box-after .class-list-box .class-list {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.search-result-page .container .class-list-box-after .class-list-box .class-list .class-li {
  margin-right: 0.4rem;
  font-size: 0.16rem;
  line-height: 0.19rem;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  font-family: "Poppins-Medium";
}
@media screen and (max-width: 800px) {
  .search-result-page .container .class-list-box-after .class-list-box .class-list .class-li {
    font-size: 0.26rem;
    line-height: 0.39rem;
  }
}
.search-result-page .container .class-list-box-after .class-list-box .class-list .class-li.on {
  color: #FFFFFF;
}
.search-result-page .container .link-list-box .link-list {
  padding-top: 0.46rem;
  display: none;
}
@media screen and (max-width: 800px) {
  .search-result-page .container .link-list-box .link-list {
    padding-top: 1rem;
  }
}
.search-result-page .container .link-list-box .link-list.show {
  display: block;
}
.search-result-page .container .link-list-box .link-list .link-box {
  margin-bottom: 0.4rem;
  display: block;
}
@media screen and (max-width: 800px) {
  .search-result-page .container .link-list-box .link-list .link-box {
    margin-bottom: 1rem;
  }
}
.search-result-page .container .link-list-box .link-list .link-box .title {
  font-size: 0.2rem;
  line-height: 0.3rem;
  font-family: "Poppins-Medium";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .search-result-page .container .link-list-box .link-list .link-box .title {
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
}
.search-result-page .container .link-list-box .link-list .link-box .text {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .search-result-page .container .link-list-box .link-list .link-box .text {
    margin-top: 0.16rem;
    font-size: 0.26rem;
    line-height: 0.39rem;
  }
}
.search-result-page .container .link-list-box .link-list .link-box .a {
  display: block;
  margin-top: 0.12rem;
  font-size: 0.14rem;
  line-height: 0.21rem;
  color: var(--sk-global-color);
  font-family: "Poppins-Regular";
}
@media screen and (max-width: 800px) {
  .search-result-page .container .link-list-box .link-list .link-box .a {
    margin-top: 0.24rem;
    font-size: 0.26rem;
    line-height: 0.39rem;
  }
}
.search-result-page .container .link-list-box .link-list .link-box:hover .title {
  color: var(--sk-global-color);
}
.search-result-page .container .link-list-box .link-list .-pagination {
  margin-top: 0.8rem;
}

.cookie__box {
  width: 6.4rem;
  position: fixed;
  bottom: 0.2rem;
  left: 0.2rem;
  padding: 0.2rem;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0.24rem;
  z-index: 10;
  display: none;
  -webkit-backdrop-filter: blur(0.15rem);
          backdrop-filter: blur(0.15rem);
}
@media screen and (max-width: 800px) {
  .cookie__box {
    width: calc(100% - 0.4rem);
    bottom: 0.2rem;
    left: 0.2rem;
    border-radius: 0.36rem;
    padding: 0.45rem 0.3rem 0.3rem;
  }
}
.cookie__box.show {
  display: block;
}
.cookie__box .text {
  font-size: 0.12rem;
  line-height: 0.18rem;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 800px) {
  .cookie__box .text {
    font-size: 0.24rem;
    line-height: 0.32rem;
  }
}
.cookie__box .text a {
  color: var(--sk-global-color);
  font-family: "Poppins-Regular";
}
.cookie__box .btn-s {
  margin-top: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Poppins-Medium";
}
@media screen and (max-width: 800px) {
  .cookie__box .btn-s {
    margin-top: 0.5rem;
  }
}
.cookie__box .btn-s .cookie-set {
  cursor: pointer;
  height: 0.36rem;
  padding: 0 0.28rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.02rem solid #FFFFFF;
  border-radius: 0.25rem;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 800px) {
  .cookie__box .btn-s .cookie-set {
    height: 0.72rem;
    border-radius: 0.36rem;
  }
}
.cookie__box .btn-s .cookie-set::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: -webkit-linear-gradient(left, #FFA44E 0%, #FF8200 100%);
  background: linear-gradient(90deg, #FFA44E 0%, #FF8200 100%);
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.cookie__box .btn-s .cookie-set .icon {
  display: block;
  height: 0.18rem;
  width: 0.18rem;
}
@media screen and (max-width: 800px) {
  .cookie__box .btn-s .cookie-set .icon {
    height: 0.27rem;
    width: 0.27rem;
  }
}
.cookie__box .btn-s .cookie-set .txt {
  margin-left: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.21rem;
}
@media screen and (max-width: 800px) {
  .cookie__box .btn-s .cookie-set .txt {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
}
@media screen and (min-width: 800px) {
  .cookie__box .btn-s .cookie-set:hover {
    border: 0.02rem solid transparent;
  }
  .cookie__box .btn-s .cookie-set:hover::after {
    opacity: 1;
  }
}
.cookie__box .btn-s .right-btn-s {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cookie__box .btn-s .right-btn-s .btn {
  cursor: pointer;
  height: 0.36rem;
  min-width: 1.4rem;
  padding: 0 0.3rem;
  font-size: 0.14rem;
  line-height: 0.21rem;
  border-radius: 0.36rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0.1rem;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 800px) {
  .cookie__box .btn-s .right-btn-s .btn {
    margin-left: 0.1rem;
    height: 0.72rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
}
.cookie__box .btn-s .right-btn-s .btn::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: -webkit-linear-gradient(left, #FFA44E 0%, #FF8200 100%);
  background: linear-gradient(90deg, #FFA44E 0%, #FF8200 100%);
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.cookie__box .btn-s .right-btn-s .btn.reject {
  border: 0.02rem solid #FFFFFF;
}
@media screen and (min-width: 800px) {
  .cookie__box .btn-s .right-btn-s .btn.reject:hover {
    border: 0.02rem solid transparent;
  }
  .cookie__box .btn-s .right-btn-s .btn.reject:hover::after {
    opacity: 1;
  }
}
.cookie__box .btn-s .right-btn-s .btn.accept {
  background: -webkit-linear-gradient(left, #FFA44E 0%, #FF8200 100%);
  background: linear-gradient(90deg, #FFA44E 0%, #FF8200 100%);
}
@media screen and (min-width: 800px) {
  .cookie__box .btn-s .right-btn-s .btn.accept:hover {
    opacity: 0.8;
  }
}

.cookies-on-the-aufit-website {
  width: 6.4rem;
  position: fixed;
  bottom: 0.2rem;
  z-index: 10;
  left: 0.2rem;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0.24rem;
  padding: 0.39rem 0.2rem 0.2rem;
  display: none;
  max-height: 70vh;
  overflow-y: auto;
  scrollbar-color: #888 transparent;
  -webkit-backdrop-filter: blur(0.15rem);
          backdrop-filter: blur(0.15rem);
}
.cookies-on-the-aufit-website.show {
  display: block;
}
@media screen and (max-width: 800px) {
  .cookies-on-the-aufit-website {
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0.57rem 0.4rem 0.5rem;
    max-height: calc(100vh - 2rem);
  }
}
.cookies-on-the-aufit-website .close-img {
  position: absolute;
  height: 0.2rem;
  width: 0.2rem;
  cursor: pointer;
  top: 0.37rem;
  right: 0.3rem;
}
@media screen and (max-width: 800px) {
  .cookies-on-the-aufit-website .close-img {
    height: 0.34rem;
    width: 0.34rem;
    top: 0.4rem;
    right: 0.36rem;
  }
}
.cookies-on-the-aufit-website .title {
  font-family: "Poppins-Medium";
  font-size: 0.2rem;
  line-height: 0.3rem;
}
@media screen and (max-width: 800px) {
  .cookies-on-the-aufit-website .title {
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
}
.cookies-on-the-aufit-website .website-cookie-txt {
  margin-top: 0.19rem;
  font-size: 0.12rem;
  line-height: 0.18rem;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 800px) {
  .cookies-on-the-aufit-website .website-cookie-txt {
    margin-top: 0.24rem;
    font-size: 0.24rem;
    line-height: 0.32rem;
  }
}
.cookies-on-the-aufit-website .website-cookie-txt a {
  color: var(--sk-global-color);
  font-family: "Poppins-Regular";
}
.cookies-on-the-aufit-website .manage-sel-all {
  margin-top: 0.41rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .cookies-on-the-aufit-website .manage-sel-all {
    margin-top: 0.65rem;
  }
}
.cookies-on-the-aufit-website .manage-sel-all .manage-title {
  font-size: 0.16rem;
  line-height: 0.24rem;
  font-family: "Poppins-Medium";
}
@media screen and (max-width: 800px) {
  .cookies-on-the-aufit-website .manage-sel-all .manage-title {
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
}
.cookies-on-the-aufit-website .manage-sel-all .selecct-all {
  font-size: 0.14rem;
  line-height: 0.21rem;
  cursor: pointer;
  font-family: "Poppins-Medium";
  color: var(--sk-global-color);
}
@media screen and (max-width: 800px) {
  .cookies-on-the-aufit-website .manage-sel-all .selecct-all {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
}
.cookies-on-the-aufit-website .consent-preferences-list {
  margin-top: 0.19rem;
}
@media screen and (max-width: 800px) {
  .cookies-on-the-aufit-website .consent-preferences-list {
    margin-top: 0.36rem;
  }
}
.cookies-on-the-aufit-website .consent-preferences-list .consent-preferences-item {
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 800px) {
  .cookies-on-the-aufit-website .consent-preferences-list .consent-preferences-item {
    margin-bottom: 0.5rem;
  }
}
.cookies-on-the-aufit-website .consent-preferences-list .consent-preferences-item .top-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cookies-on-the-aufit-website .consent-preferences-list .consent-preferences-item .top-box .title {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 0.2rem;
}
@media screen and (max-width: 800px) {
  .cookies-on-the-aufit-website .consent-preferences-list .consent-preferences-item .top-box .title {
    padding-right: 0.17rem;
  }
}
.cookies-on-the-aufit-website .consent-preferences-list .consent-preferences-item .top-box .title .img-add-minus-box {
  height: 0.12rem;
  width: 0.12rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 800px) {
  .cookies-on-the-aufit-website .consent-preferences-list .consent-preferences-item .top-box .title .img-add-minus-box {
    height: 0.16rem;
    width: 0.16rem;
  }
}
.cookies-on-the-aufit-website .consent-preferences-list .consent-preferences-item .top-box .title .img-add-minus-box img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.cookies-on-the-aufit-website .consent-preferences-list .consent-preferences-item .top-box .title .img-add-minus-box img.minus {
  display: block;
}
.cookies-on-the-aufit-website .consent-preferences-list .consent-preferences-item .top-box .title .img-add-minus-box img.add {
  display: none;
}
.cookies-on-the-aufit-website .consent-preferences-list .consent-preferences-item .top-box .title .txt {
  margin-left: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.21rem;
  font-family: "Poppins-Medium";
}
@media screen and (max-width: 800px) {
  .cookies-on-the-aufit-website .consent-preferences-list .consent-preferences-item .top-box .title .txt {
    font-size: 0.24rem;
    line-height: 0.36rem;
    margin-left: 0.17rem;
  }
}
.cookies-on-the-aufit-website .consent-preferences-list .consent-preferences-item .top-box .switch-box {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 0.14rem;
  width: 0.24rem;
  border-radius: 0.07rem;
  background: #999999;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.02rem;
}
@media screen and (max-width: 800px) {
  .cookies-on-the-aufit-website .consent-preferences-list .consent-preferences-item .top-box .switch-box {
    width: 0.62rem;
    height: 0.36rem;
    border-radius: 0.18rem;
    padding: 0.06rem;
  }
}
.cookies-on-the-aufit-website .consent-preferences-list .consent-preferences-item .top-box .switch-box .switch-core {
  height: 0.1rem;
  width: 0.1rem;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 800px) {
  .cookies-on-the-aufit-website .consent-preferences-list .consent-preferences-item .top-box .switch-box .switch-core {
    height: 0.26rem;
    width: 0.26rem;
  }
}
.cookies-on-the-aufit-website .consent-preferences-list .consent-preferences-item .top-box .switch-box.on {
  background: var(--sk-global-color);
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cookies-on-the-aufit-website .consent-preferences-list .consent-preferences-item .con-text-box {
  margin-top: 0.1rem;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .cookies-on-the-aufit-website .consent-preferences-list .consent-preferences-item .con-text-box {
    margin-top: 0.2rem;
  }
}
.cookies-on-the-aufit-website .consent-preferences-list .consent-preferences-item .con-text-box .con-text {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.08rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.12rem;
  line-height: 0.18rem;
  padding: 0.09rem 0.1rem;
}
@media screen and (max-width: 800px) {
  .cookies-on-the-aufit-website .consent-preferences-list .consent-preferences-item .con-text-box .con-text {
    border-radius: 0.24rem;
    padding: 0.23rem 0.2rem;
    font-size: 0.24rem;
    line-height: 0.32rem;
  }
}
.cookies-on-the-aufit-website .consent-preferences-list .consent-preferences-item.show .top-box .title .img-add-minus-box .minus {
  display: none;
}
.cookies-on-the-aufit-website .consent-preferences-list .consent-preferences-item.show .top-box .title .img-add-minus-box .add {
  display: block;
}
.cookies-on-the-aufit-website .consent-preferences-list .consent-preferences-item.show .con-text-box {
  height: auto;
}
.cookies-on-the-aufit-website .confirm-btn {
  display: block;
  margin-top: 0.3rem;
  margin-left: auto;
  padding: 0.08rem 0.22rem 0.07rem;
  border-radius: 0.36rem;
  background: -webkit-linear-gradient(left, #FFA44E 0%, #FF8200 100%);
  background: linear-gradient(90deg, #FFA44E 0%, #FF8200 100%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  font-size: 0.14rem;
  line-height: 0.21rem;
}
@media screen and (max-width: 800px) {
  .cookies-on-the-aufit-website .confirm-btn {
    margin-top: 0.5rem;
    padding: 0.18rem 0.38rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
}
.cookies-on-the-aufit-website .confirm-btn:hover {
  opacity: 0.9;
}

.integrity-statement-page .banner-img-fl {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .integrity-statement-page .banner-img-fl {
    bottom: 0;
    top: auto;
  }
}
.integrity-statement-page .container {
  padding-top: 2.03rem;
  padding-bottom: 1.8rem;
}
@media screen and (max-width: 800px) {
  .integrity-statement-page .container {
    padding-top: 2.58rem;
    padding-bottom: 2rem;
  }
}
.integrity-statement-page .container .tit {
  text-align: left;
}
@media screen and (max-width: 800px) {
  .integrity-statement-page .container .tit {
    font-size: 0.56rem;
    line-height: 0.72rem;
  }
}
.integrity-statement-page .container .txt {
  margin-top: 0.64rem;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .integrity-statement-page .container .txt {
    margin-top: 0.48rem;
    color: rgba(255, 255, 255, 0.6);
  }
}
.integrity-statement-page .container .signature-txt {
  margin-top: 0.64rem;
  text-align: right;
}

@media screen and (max-width: 800px) {
  .index-page {
    overflow: hidden;
  }
}
.index-page .section--home-hero {
  height: 100vh;
  position: relative;
}
.index-page .section--home-hero .bg-blak {
  height: 100%;
}
.index-page .section--home-hero .bg-blak .bg-blak-wrapper {
  height: 100%;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.index-page .section--home-hero .bg-blak .bg-blak-wrapper .slider__img {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-transition: all 1.4s ease;
  transition: all 1.4s ease;
  overflow: hidden;
}
.index-page .section--home-hero .bg-blak .bg-blak-wrapper .slider__img .sliderAuto__img__container {
  height: 100%;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: all 1.4s ease;
  transition: all 1.4s ease;
}
.index-page .section--home-hero .bg-blak .bg-blak-wrapper .slider__img .sliderAuto__img__container .sliderAuto__img__content {
  height: 100%;
  -webkit-transform: translate3d(0, -2rem, 0);
          transform: translate3d(0, -2rem, 0);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.index-page .section--home-hero .bg-blak .bg-blak-wrapper .slider__img .sliderAuto__img__container .sliderAuto__img__content .bg-img,
.index-page .section--home-hero .bg-blak .bg-blak-wrapper .slider__img .sliderAuto__img__container .sliderAuto__img__content video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.index-page .section--home-hero .bg-blak .bg-blak-wrapper .slider__img .sliderAuto__img__container .sliderAuto__img__content .con-txt {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.index-page .section--home-hero .bg-blak .bg-blak-wrapper .slider__img .sliderAuto__img__container .sliderAuto__img__content .con-txt .tit {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .index-page .section--home-hero .bg-blak .bg-blak-wrapper .slider__img .sliderAuto__img__container .sliderAuto__img__content .con-txt .tit {
    margin-top: 5.8rem;
  }
}
.index-page .section--home-hero .bg-blak .bg-blak-wrapper .slider__img .sliderAuto__img__container .sliderAuto__img__content .con-txt .tit .color {
  color: var(--sk-global-color);
}
.index-page .section--home-hero .bg-blak .bg-blak-wrapper .slider__img.isReset {
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
.index-page .section--home-hero .bg-blak .bg-blak-wrapper .slider__img.isReset .sliderAuto__img__container {
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}
.index-page .section--home-hero .bg-blak .bg-blak-wrapper .slider__img.isReset .sliderAuto__img__container .sliderAuto__img__content {
  -webkit-transform: scale(1.1) translate3d(0, 2rem, 0);
          transform: scale(1.1) translate3d(0, 2rem, 0);
  -webkit-transition: none;
  transition: none;
}
.index-page .section--home-hero .bg-blak .bg-blak-wrapper .slider__img.isActive {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  z-index: 10;
}
.index-page .section--home-hero .bg-blak .bg-blak-wrapper .slider__img.isActive .sliderAuto__img__container {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.index-page .section--home-hero .bg-blak .bg-blak-wrapper .slider__img.isActive .sliderAuto__img__container .sliderAuto__img__content {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.index-page .section--home-hero .pager-box {
  position: absolute;
  z-index: 20;
  right: 0.8rem;
  bottom: 0.56rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.index-page .section--home-hero .pager-box .progress-container {
  width: 0.06rem;
  height: 0.85rem;
  border-radius: 0.05rem;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
  margin-top: 0.08rem;
}
.index-page .section--home-hero .pager-box .progress-container .progress-bar {
  height: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.05rem;
  background-color: var(--sk-global-color);
}
.index-page .section--home-hero .pager-box .cursor-list {
  margin-left: 0.17rem;
}
.index-page .section--home-hero .pager-box .cursor-list .cursor-li {
  margin-bottom: 0.06rem;
  font-size: 0.14rem;
  line-height: 0.21rem;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.index-page .section--home-hero .pager-box .cursor-list .cursor-li.on {
  color: #FFFFFF;
}
.index-page .section--home-hero .pager-box .cursor-list .cursor-li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .index-page .section--home-hero .pager-box-phone {
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 20;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .index-page .section--home-hero .pager-box-phone .progress-container-phone {
    margin-right: 0.1rem;
    height: 0.1rem;
    width: 0.1rem;
    border-radius: 0.05rem;
    background: rgba(255, 255, 255, 0.3);
    overflow: hidden;
  }
  .index-page .section--home-hero .pager-box-phone .progress-container-phone .progress-bar {
    background-color: var(--sk-global-color);
    height: 100%;
    width: 0;
  }
  .index-page .section--home-hero .pager-box-phone .progress-container-phone:last-child {
    margin-right: 0;
  }
  .index-page .section--home-hero .pager-box-phone .progress-container-phone.on {
    width: 0.64rem;
  }
}
.index-page .series-section {
  padding-top: 1rem;
  padding-bottom: 1.36rem;
}
@media screen and (max-width: 800px) {
  .index-page .series-section {
    padding-bottom: 1.83rem;
  }
}
.index-page .series-section .series-section-list {
  padding-top: 0.2rem;
}
.index-page .series-section .series-section-list .item-box {
  height: 8.5rem;
}
@media screen and (max-width: 800px) {
  .index-page .series-section .series-section-list .item-box {
    height: 14rem;
  }
}
.index-page .series-section .series-section-list .item-box .item-title {
  font-size: 0.48rem;
  line-height: 1.5;
  font-family: "Poppins-SemiBold";
}
@media screen and (max-width: 800px) {
  .index-page .series-section .series-section-list .item-box .item-title {
    font-size: 0.64rem;
    line-height: 0.96rem;
  }
}
.index-page .series-section .series-section-list .item-box .card-box {
  margin-top: 0.17rem;
  height: 7.6rem;
  border-radius: 0.24rem;
  overflow: hidden;
  position: relative;
  padding: 0.6rem;
  display: block;
}
@media screen and (max-width: 800px) {
  .index-page .series-section .series-section-list .item-box .card-box {
    height: 12.8rem;
    padding: 0.6rem 0.4rem;
  }
}
.index-page .series-section .series-section-list .item-box .card-box .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.index-page .series-section .series-section-list .item-box .card-box .con-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .index-page .series-section .series-section-list .item-box .card-box .con-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.index-page .series-section .series-section-list .item-box .card-box .con-box .name {
  width: 7rem;
  font-size: 0.32rem;
  line-height: 0.42rem;
  font-family: "Poppins-SemiBold";
}
@media screen and (max-width: 800px) {
  .index-page .series-section .series-section-list .item-box .card-box .con-box .name {
    width: 100%;
    font-size: 0.48rem;
    line-height: 0.64rem;
  }
}
@media screen and (max-width: 800px) {
  .index-page .series-section .series-section-list .item-box .card-box .con-box .g_btn_si {
    margin-top: 0.58rem;
  }
}
.index-page .series-section .series-section-list .item-box .card-box .con-box .discover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.index-page .series-section .series-section-list .item-box .card-box .con-box .discover .txt {
  padding: 0.14rem 0.5rem 0.15rem;
  font-size: 0.18rem;
  line-height: 0.21rem;
  border-radius: 0.25rem;
  height: 0.5rem;
  border: 0.02rem solid #FFFFFF;
}
.index-page .about-company {
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 800px) {
  .index-page .about-company {
    height: 16.2rem;
  }
}
.index-page .about-company::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.08rem;
  background: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 800px) {
  .index-page .about-company::after {
    height: 6.05rem;
  }
}
.index-page .about-company::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.08rem;
  z-index: 5;
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 800px) {
  .index-page .about-company::before {
    height: 6.05rem;
  }
}
.index-page .about-company video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.index-page .about-company .con-box {
  position: relative;
  height: 100%;
  z-index: 5;
}
.index-page .about-company .con-box .title {
  padding-top: 2.04rem;
}
@media screen and (max-width: 800px) {
  .index-page .about-company .con-box .title {
    padding-top: 1.05rem;
  }
}
@media screen and (max-width: 800px) {
  .index-page .about-company .con-box .text {
    padding: 0;
    text-align: center;
  }
}
.index-page .about-company .con-box .btn-box {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0.48rem auto;
}
@media screen and (max-width: 800px) {
  .index-page .about-company .con-box .btn-box {
    margin: 0.8rem auto;
  }
}
.index-page .about-company .con-box .statistics {
  position: absolute;
  bottom: 1.55rem;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .index-page .about-company .con-box .statistics {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    bottom: 1.7rem;
  }
}
.index-page .about-company .con-box .statistics .info-box {
  padding: 0 0.4rem;
}
@media screen and (max-width: 800px) {
  .index-page .about-company .con-box .statistics .info-box {
    margin-top: 0.24rem;
  }
}
.index-page .about-company .con-box .statistics .num-box {
  font-size: 0.56rem;
  line-height: 0.84rem;
  color: var(--sk-global-color);
  font-family: "Poppins-SemiBold";
}
@media screen and (max-width: 800px) {
  .index-page .about-company .con-box .statistics .num-box {
    display: inline-block;
    font-size: 0.64rem;
    line-height: 0.96rem;
  }
}
.index-page .about-company .con-box .statistics .num-box .unit {
  font-size: 0.2rem;
}
@media screen and (max-width: 800px) {
  .index-page .about-company .con-box .statistics .num-box .unit {
    font-size: 0.26rem;
  }
}
.index-page .about-company .con-box .statistics .info-txt {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0.24rem;
  font-size: 0.16rem;
  height: 0.48rem;
  width: 2.4rem;
  font-family: "Poppins-Medium";
}
@media screen and (max-width: 800px) {
  .index-page .about-company .con-box .statistics .info-txt {
    display: inline-block;
    width: auto;
    font-size: 0.26rem;
  }
}
.index-page .about-aufit {
  padding-top: 0.94rem;
  padding-bottom: 0.9rem;
}
@media screen and (max-width: 800px) {
  .index-page .about-aufit {
    padding-top: 1.25rem;
    padding-bottom: 1rem;
  }
}
.index-page .about-aufit .row-card {
  height: 7.6rem;
  border-radius: 0.24rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .index-page .about-aufit .row-card {
    height: 12.8rem;
  }
}
.index-page .about-aufit .row-card .bg-img {
  position: absolute;
}
.index-page .about-aufit .row-card .con-box {
  padding: 0 0.63rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  .index-page .about-aufit .row-card .con-box {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 0.6rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.index-page .about-aufit .row-card .con-box .tit {
  margin-top: 2.45rem;
  font-size: 0.48rem;
  line-height: 0.72rem;
  font-family: "Poppins-SemiBold";
}
@media screen and (max-width: 800px) {
  .index-page .about-aufit .row-card .con-box .tit {
    font-size: 0.64rem;
    line-height: 0.96rem;
  }
}
.index-page .about-aufit .row-card .con-box .txt {
  margin-top: 0.06rem;
  font-size: 0.28rem;
  line-height: 0.42rem;
  font-family: "Poppins-Medium";
}
@media screen and (max-width: 800px) {
  .index-page .about-aufit .row-card .con-box .txt {
    margin-top: 0.11rem;
    font-size: 0.36rem;
    line-height: 0.54rem;
    text-align: center;
  }
}
.index-page .about-aufit .row-card .con-box .btn-box {
  margin-top: 0.4rem;
}
@media screen and (max-width: 800px) {
  .index-page .about-aufit .row-card .con-box .btn-box {
    margin-top: 0.58rem;
  }
}
.index-page .about-aufit .row-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.25rem;
}
@media screen and (max-width: 800px) {
  .index-page .about-aufit .row-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0.4rem;
  }
}
.index-page .about-aufit .row-list .card-box {
  width: calc((100% - 0.5rem) / 3);
  margin-right: 0.25rem;
  height: 7.2rem;
  position: relative;
  border-radius: 0.24rem;
  overflow: hidden;
  font-size: 0.28rem;
  line-height: 0.42rem;
}
@media screen and (max-width: 800px) {
  .index-page .about-aufit .row-list .card-box {
    height: 8.46rem;
    width: 100%;
    border-radius: 0.36rem;
    font-size: 0.48rem;
    margin-bottom: 0.4rem;
    line-height: 0.64rem;
  }
}
.index-page .about-aufit .row-list .card-box:nth-child(3n) {
  margin-right: 0;
}
.index-page .about-aufit .row-list .card-box .bg-img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.index-page .about-aufit .row-list .card-box .con-box {
  position: relative;
  height: 100%;
  padding: 0.4rem 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Poppins-Medium";
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .index-page .about-aufit .row-list .card-box .con-box {
    padding: 0.5rem;
  }
}
.index-page .about-aufit .row-list .card-box .con-box .name {
  color: var(--sk-global-color);
}
.index-page .about-aufit .row-list .card-box .con-box .ri-top-cor {
  position: absolute;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  background-color: var(--sk-global-color);
  top: 0.3rem;
  right: 0.3rem;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index-page .about-aufit .row-list .card-box .con-box .ri-top-cor img {
  height: 0.12rem;
  width: 0.12rem;
}
@media screen and (min-width: 800px) {
  .index-page .about-aufit .row-list .card-box:hover .bg-img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .index-page .about-aufit .row-list .card-box:hover .ri-top-cor {
    opacity: 1;
    overflow: auto;
  }
}
.index-page .news-events {
  padding-top: 0.9rem;
  padding-bottom: 1.82rem;
}
@media screen and (max-width: 800px) {
  .index-page .news-events {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}
.index-page .news-events .tit-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .index-page .news-events .tit-btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.index-page .news-events .card-list {
  margin-top: 0.45rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  .index-page .news-events .card-list {
    margin-top: 0.48rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.index-page .news-events .card-list .row-card-box {
  width: 8rem;
  height: 4.5rem;
  border-radius: 0.24rem;
  overflow: hidden;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 800px) {
  .index-page .news-events .card-list .row-card-box {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
}
.index-page .news-events .card-list .row-card-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2.27rem;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
@media screen and (max-width: 800px) {
  .index-page .news-events .card-list .row-card-box::after {
    display: none;
  }
}
.index-page .news-events .card-list .row-card-box .bg-img {
  position: absolute;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .index-page .news-events .card-list .row-card-box .bg-img {
    position: relative;
    height: 3.77rem;
    border-radius: 0.36rem;
  }
}
.index-page .news-events .card-list .row-card-box .con-box {
  position: relative;
  z-index: 5;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.3rem 0.24rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 800px) {
  .index-page .news-events .card-list .row-card-box .con-box {
    position: static;
    padding: 0.47rem 0 0;
  }
}
.index-page .news-events .card-list .row-card-box .con-box .tag {
  position: absolute;
  top: 0.15rem;
  right: 0.15rem;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.04rem 0.1rem;
  border-radius: 0.08rem;
  font-size: 0.14rem;
  line-height: 0.21rem;
}
@media screen and (max-width: 800px) {
  .index-page .news-events .card-list .row-card-box .con-box .tag {
    padding: 0.11rem 0.26rem;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0.16rem;
    font-size: 0.22rem;
    line-height: 0.33rem;
  }
}
.index-page .news-events .card-list .row-card-box .con-box .date {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.16rem;
  line-height: 0.24rem;
  font-family: "Poppins-Medium";
}
@media screen and (max-width: 800px) {
  .index-page .news-events .card-list .row-card-box .con-box .date {
    font-size: 0.26rem;
    line-height: 0.39rem;
  }
}
.index-page .news-events .card-list .row-card-box .con-box .title {
  margin-top: 0.16rem;
  font-size: 0.24rem;
  line-height: 0.32rem;
  font-family: "Poppins-Medium";
}
@media screen and (max-width: 800px) {
  .index-page .news-events .card-list .row-card-box .con-box .title {
    margin-top: 0.28rem;
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
}
@media screen and (min-width: 800px) {
  .index-page .news-events .card-list .row-card-box:hover .bg-img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.index-page .news-events .card-list .card-box {
  margin-left: 0.3rem;
}
@media screen and (max-width: 800px) {
  .index-page .news-events .card-list .card-box {
    margin-top: 0.8rem;
    margin-left: 0;
  }
}
.index-page .news-events .card-list .card-box .img-box {
  width: 4.5rem;
  height: 2.53rem;
  border-radius: 0.24rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 800px) {
  .index-page .news-events .card-list .card-box .img-box {
    width: 100%;
    border-radius: 0.36rem;
    height: 3.77rem;
  }
}
.index-page .news-events .card-list .card-box .img-box .img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.index-page .news-events .card-list .card-box .img-box .tag {
  position: absolute;
  top: 0.15rem;
  right: 0.15rem;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.04rem 0.1rem;
  border-radius: 0.08rem;
  font-size: 0.14rem;
  line-height: 0.21rem;
}
@media screen and (max-width: 800px) {
  .index-page .news-events .card-list .card-box .img-box .tag {
    padding: 0.11rem 0.26rem;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0.16rem;
    font-size: 0.22rem;
    line-height: 0.33rem;
  }
}
.index-page .news-events .card-list .card-box .date {
  margin-top: 0.34rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.16rem;
  line-height: 0.24rem;
  font-family: "Poppins-Medium";
}
@media screen and (max-width: 800px) {
  .index-page .news-events .card-list .card-box .date {
    margin-top: 0.47rem;
    font-size: 0.26rem;
    line-height: 0.39rem;
  }
}
.index-page .news-events .card-list .card-box .name {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-top: 0.16rem;
  font-size: 0.2rem;
  line-height: 0.28rem;
  font-family: "Poppins-SemiBold";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 800px) {
  .index-page .news-events .card-list .card-box .name {
    margin-top: 0.28rem;
    font-size: 0.36rem;
    line-height: 0.48rem;
    display: block;
  }
}
.index-page .news-events .card-list .card-box:hover .img-box .img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.index-page .news-events .card-list .card-box:hover .name {
  color: var(--sk-global-color);
}
.index-page .news-events .card-list .card-box:hover .learm-more .yjlx img {
  -webkit-animation: navContactArrowHover 0.6s ease;
          animation: navContactArrowHover 0.6s ease;
}
.index-page .news-events .learm-more {
  margin-top: 0.27rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  .index-page .news-events .learm-more {
    margin-top: 0.4rem;
  }
}
.index-page .news-events .learm-more .txt {
  font-size: 0.16rem;
  line-height: 0.24rem;
  font-family: "Poppins-Medium";
  margin-right: 0.1rem;
}
@media screen and (max-width: 800px) {
  .index-page .news-events .learm-more .txt {
    font-size: 0.26rem;
    line-height: 0.39rem;
  }
}
.index-page .news-events .learm-more .yjlx {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: var(--sk-global-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 800px) {
  .index-page .news-events .learm-more .yjlx {
    height: 0.5rem;
    width: 0.5rem;
  }
}
.index-page .news-events .learm-more .yjlx img {
  height: 0.09rem;
  width: 0.09rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 800px) {
  .index-page .news-events .learm-more .yjlx img {
    height: 0.16rem;
    width: 0.16rem;
  }
}

@media screen and (max-width: 800px) {
  .product-details-page {
    overflow: hidden;
  }
  .product-details-page .sub-nav-box .flex-box .right-link-list .sk-item {
    width: 3rem;
  }
  .product-details-page .sk_select .-select-layer .-inner {
    border-radius: 0.32rem;
  }
}
.product-details-page .banner-box {
  height: 100vh;
  background: -webkit-linear-gradient(top, #242424 0%, #000000 100%);
  background: linear-gradient(180deg, #242424 0%, #000000 100%);
}
.product-details-page .banner-box .after {
  pointer-events: none;
  visibility: visible;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5.6rem;
  background: -webkit-linear-gradient(bottom, #000000 16%, rgba(0, 0, 0, 0.4) 73%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, #000000 16%, rgba(0, 0, 0, 0.4) 73%, rgba(0, 0, 0, 0) 100%);
  z-index: 10;
}
.product-details-page .banner-box .flex-box {
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.product-details-page .banner-box .flex-box .left-product-swiper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 9rem;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 800px) {
  .product-details-page .banner-box .flex-box .left-product-swiper {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.product-details-page .banner-box .flex-box .left-product-swiper .top-tit {
  font-family: "Poppins-SemiBold";
  top: 50%;
  left: 50%;
  width: 9rem;
  -webkit-transform: translate(-50%, calc(-50% - 1.8rem));
      -ms-transform: translate(-50%, calc(-50% - 1.8rem));
          transform: translate(-50%, calc(-50% - 1.8rem));
  position: fixed;
  text-align: center;
  color: var(--sk-global-color);
  font-size: 3.2rem;
  line-height: 4.8rem;
  background: -webkit-linear-gradient(bottom, rgba(255, 164, 78, 0) 25%, #FF8200 70%);
  background: linear-gradient(0deg, rgba(255, 164, 78, 0) 25%, #FF8200 70%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 800px) {
  .product-details-page .banner-box .flex-box .left-product-swiper .top-tit {
    font-size: 3.2rem;
    line-height: 4.8rem;
    -webkit-transform: translate(-50%, calc(-50% - 2.4rem));
        -ms-transform: translate(-50%, calc(-50% - 2.4rem));
            transform: translate(-50%, calc(-50% - 2.4rem));
  }
}
.product-details-page .banner-box .flex-box .left-product-swiper .top-tit::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 3rem;
  bottom: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-linear-gradient(top, rgba(255, 163, 58, 0.4) 0%, rgba(255, 130, 0, 0.6) 80%);
  background: linear-gradient(180deg, rgba(255, 163, 58, 0.4) 0%, rgba(255, 130, 0, 0.6) 80%);
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  opacity: 0.6;
  -webkit-filter: blur(1rem);
          filter: blur(1rem);
}
.product-details-page .banner-box .flex-box .left-product-swiper .product-swiper {
  width: 5.91rem;
  height: 5rem;
  margin-top: 3.6rem;
  -webkit-transform: scale(1.46);
      -ms-transform: scale(1.46);
          transform: scale(1.46);
}
@media screen and (max-width: 800px) {
  .product-details-page .banner-box .flex-box .left-product-swiper .product-swiper {
    width: 5.48rem;
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
    margin-top: 36vh;
    height: 4rem;
  }
}
.product-details-page .banner-box .flex-box .left-product-swiper .product-swiper .swiper-wrapper .swiper-slide .product-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-details-page .banner-box .flex-box .left-product-swiper .swiper-pagination {
  margin-top: 0.7rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
.product-details-page .banner-box .flex-box .left-product-swiper .swiper-pagination .pagination-box {
  width: 0.6rem;
  height: 0.6rem;
  border: 0.01rem solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.16rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin-right: 0.2rem;
}
@media screen and (max-width: 800px) {
  .product-details-page .banner-box .flex-box .left-product-swiper .swiper-pagination .pagination-box {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0.24rem;
    margin-right: 0.29rem;
  }
}
.product-details-page .banner-box .flex-box .left-product-swiper .swiper-pagination .pagination-box:last-child {
  margin-right: 0;
}
.product-details-page .banner-box .flex-box .left-product-swiper .swiper-pagination .pagination-box.swiper-pagination-bullet-active {
  border: 0.01rem solid var(--sk-global-color);
}
.product-details-page .banner-box .flex-box .left-product-swiper .swiper-pagination .pagination-box .img {
  height: 80%;
  width: 80%;
  object-fit: contain;
}
.product-details-page .banner-box .flex-box .con-box {
  width: 7.2rem;
  padding-top: 0.14rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  opacity: 0;
  -webkit-transform: translate(0, 0.64rem);
      -ms-transform: translate(0, 0.64rem);
          transform: translate(0, 0.64rem);
}
@media screen and (max-width: 800px) {
  .product-details-page .banner-box .flex-box .con-box {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 14vh;
  }
}
.product-details-page .banner-box .flex-box .con-box .tit {
  background: -webkit-linear-gradient(bottom, #FFA44E 0%, #FF8200 100%);
  background: linear-gradient(0deg, #FFA44E 0%, #FF8200 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-family: "Poppins-SemiBold";
}
@media screen and (max-width: 800px) {
  .product-details-page .banner-box .flex-box .con-box .tit {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
.product-details-page .banner-box .flex-box .con-box .txt {
  font-size: 0.24rem;
  line-height: 0.42rem;
  font-family: "Poppins-Medium";
}
@media screen and (max-width: 800px) {
  .product-details-page .banner-box .flex-box .con-box .txt {
    text-align: center;
    font-size: 0.36rem;
    line-height: 0.42rem;
  }
}
.product-details-page .banner-box .flex-box .con-box .hry__btn {
  margin-top: 0.66rem;
}
@media screen and (max-width: 800px) {
  .product-details-page .banner-box .flex-box .con-box .hry__btn {
    text-align: center;
    margin: 0.64rem auto 0;
  }
}
.product-details-page .function-preview {
  padding-top: 1.24rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 800px) {
  .product-details-page .function-preview {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.product-details-page .function-preview .card-list {
  margin: 0.39rem auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.3rem;
  width: 12rem;
}
@media screen and (max-width: 800px) {
  .product-details-page .function-preview .card-list {
    width: 100%;
    margin: 0.48rem auto 0;
    gap: 0.4rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
.product-details-page .function-preview .card-list .card-box {
  height: 3.6rem;
  position: relative;
  border-radius: 0.24rem;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .product-details-page .function-preview .card-list .card-box {
    height: 5.02rem;
    border-radius: 0.36rem;
  }
}
.product-details-page .function-preview .card-list .card-box.long {
  width: 6.9rem;
}
@media screen and (max-width: 800px) {
  .product-details-page .function-preview .card-list .card-box.long {
    width: 100%;
  }
}
.product-details-page .function-preview .card-list .card-box.short {
  width: 4.8rem;
}
@media screen and (max-width: 800px) {
  .product-details-page .function-preview .card-list .card-box.short {
    width: 100%;
  }
}
.product-details-page .function-preview .card-list .card-box .bg-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.product-details-page .function-preview .card-list .card-box .con-box {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0.3rem 0.2rem 0.3rem 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 800px) {
  .product-details-page .function-preview .card-list .card-box .con-box {
    padding: 0.4rem;
  }
}
.product-details-page .function-preview .card-list .card-box .con-box .icon {
  height: 0.48rem;
  width: 0.48rem;
  object-fit: contain;
}
@media screen and (max-width: 800px) {
  .product-details-page .function-preview .card-list .card-box .con-box .icon {
    height: 0.64rem;
    width: 0.74rem;
  }
}
.product-details-page .function-preview .card-list .card-box .con-box .name {
  margin-top: 0.22rem;
  font-size: 0.24rem;
  line-height: 0.42rem;
  font-family: "Poppins-SemiBold";
}
@media screen and (max-width: 800px) {
  .product-details-page .function-preview .card-list .card-box .con-box .name {
    margin-top: 0.38rem;
    font-size: 0.36rem;
    line-height: 0.42rem;
  }
}
.product-details-page .function-preview .card-list .card-box .con-box .txt {
  margin-top: 0.1rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.16rem;
  line-height: 0.24rem;
}
@media screen and (max-width: 800px) {
  .product-details-page .function-preview .card-list .card-box .con-box .txt {
    margin-top: 0.24rem;
    font-size: 0.26rem;
    line-height: 0.36rem;
  }
}
.product-details-page .function-preview .card-list.col3 .card-box {
  width: calc((100% - 0.6rem)/3);
}
@media screen and (max-width: 800px) {
  .product-details-page .function-preview .card-list.col3 .card-box {
    width: 100%;
  }
}
.product-details-page .function-preview .card-list.col3 .card-box .con-box {
  padding: 0.3rem;
}
.product-details-page .watch-video {
  height: 8rem;
}
@media screen and (max-width: 800px) {
  .product-details-page .watch-video {
    height: 12.8rem;
  }
}
.product-details-page .watch-video .con-box {
  height: 100%;
  position: relative;
}
.product-details-page .watch-video .con-box .bg-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 0.24rem;
  overflow: hidden;
  -webkit-clip-path: polygon(20% 20%, 80% 20%, 80% 80%, 20% 80%);
          clip-path: polygon(20% 20%, 80% 20%, 80% 80%, 20% 80%);
  -webkit-transition: none;
  transition: none;
}
@media screen and (max-width: 800px) {
  .product-details-page .watch-video .con-box .bg-img {
    -webkit-clip-path: none;
            clip-path: none;
    width: calc(100% - 0.8rem);
    left: 0.4rem;
  }
}
.product-details-page .watch-video .con-box .bg-img img,
.product-details-page .watch-video .con-box .bg-img video {
  height: 100%;
  width: 100%;
  -webkit-transform: translateY(4rem);
      -ms-transform: translateY(4rem);
          transform: translateY(4rem);
  -webkit-transition: none;
  transition: none;
  border-radius: 0.24rem;
  object-fit: cover;
}
@media screen and (max-width: 800px) {
  .product-details-page .watch-video .con-box .bg-img img,
.product-details-page .watch-video .con-box .bg-img video {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.product-details-page .watch-video .con-box .non-box {
  position: relative;
  padding-top: 2.67rem;
}
@media screen and (max-width: 800px) {
  .product-details-page .watch-video .con-box .non-box {
    padding-top: 3.48rem;
  }
}
.product-details-page .watch-video .con-box .non-box .txt {
  text-align: center;
  font-size: 0.36rem;
  line-height: 0.54rem;
  font-family: "Poppins-SemiBold";
}
@media screen and (max-width: 800px) {
  .product-details-page .watch-video .con-box .non-box .txt {
    font-size: 0.48rem;
    line-height: 0.64rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
.product-details-page .watch-video .con-box .non-box .hry__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.36rem auto 0;
}
.product-details-page .moji-box {
  height: 8.44rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  .product-details-page .moji-box {
    height: 8.9rem;
  }
}
.product-details-page .moji-box .bg-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.product-details-page .moji-box .con-box {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-details-page .moji-box .con-box .con-txt {
  text-align: center;
  width: 10rem;
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.48rem;
  line-height: 0.64rem;
  font-family: "Poppins-SemiBold";
}
@media screen and (max-width: 800px) {
  .product-details-page .moji-box .con-box .con-txt {
    font-size: 0.52rem;
    line-height: 0.72rem;
  }
}
.product-details-page .moji-box .con-box .con-txt .-text {
  --active-font-color: rgba(255, 130, 0, 1);
}
.product-details-page .moji-box .con-box .con-txt .-text .split-span {
  white-space: pre;
}
.product-details-page .moji-box .con-box .learm-more {
  margin-top: 0.57rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-details-page .moji-box .con-box .learm-more .txt {
  font-size: 0.18rem;
  line-height: 0.27rem;
  font-family: "Poppins-Medium";
  margin-right: 0.1rem;
}
@media screen and (max-width: 800px) {
  .product-details-page .moji-box .con-box .learm-more .txt {
    margin-right: 0.2rem;
    font-size: 0.26rem;
    line-height: 0.39rem;
  }
}
.product-details-page .moji-box .con-box .learm-more .yjlx {
  height: 0.25rem;
  width: 0.25rem;
  border-radius: 50%;
  background-color: var(--sk-global-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 800px) {
  .product-details-page .moji-box .con-box .learm-more .yjlx {
    height: 0.5rem;
    width: 0.5rem;
  }
}
.product-details-page .moji-box .con-box .learm-more .yjlx .svg {
  height: 0.12rem;
  width: 0.12rem;
}
@media screen and (max-width: 800px) {
  .product-details-page .moji-box .con-box .learm-more .yjlx .svg {
    height: 0.18rem;
    width: 0.18rem;
  }
}
.product-details-page .moji-box .con-box .learm-more:hover .yjlx img {
  -webkit-animation: backBottomHover 0.6s ease;
          animation: backBottomHover 0.6s ease;
}
.product-details-page .rapid-cooling-heating {
  height: 10.17rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  .product-details-page .rapid-cooling-heating {
    height: auto;
  }
}
.product-details-page .rapid-cooling-heating .bg-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 800px) {
  .product-details-page .rapid-cooling-heating .bg-img {
    display: block;
    padding-top: 1.33rem;
    position: relative;
    height: auto;
  }
}
.product-details-page .rapid-cooling-heating .con-box {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-details-page .rapid-cooling-heating .con-box .tit {
  padding-top: 2.29rem;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .product-details-page .rapid-cooling-heating .con-box .tit {
    padding-top: 0.52rem;
    font-size: 0.48rem;
    line-height: 0.72rem;
  }
}
.product-details-page .rapid-cooling-heating .con-box .txt {
  margin: 0;
  margin-top: 0.32rem;
  width: 6rem;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .product-details-page .rapid-cooling-heating .con-box .txt {
    width: 100%;
  }
}
.product-details-page .rapid-cooling-heating .con-box .txt .color {
  color: var(--sk-global-color);
}
.product-details-page .video-list-box .video-box {
  padding-top: 0.7rem;
  padding-bottom: 1.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  .product-details-page .video-list-box .video-box {
    padding-top: 1.2rem;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 800px) {
  .product-details-page .video-list-box .video-box:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.product-details-page .video-list-box .video-box .video-card {
  width: 9.2rem;
  height: 5.18rem;
  border-radius: 0.24rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 800px) {
  .product-details-page .video-list-box .video-box .video-card {
    width: 100%;
    height: 3.77rem;
    border-radius: 0.36rem;
  }
}
.product-details-page .video-list-box .video-box .video-card video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.product-details-page .video-list-box .video-box .video-txt {
  width: 7.2rem;
  padding-bottom: 0.4rem;
}
@media screen and (max-width: 800px) {
  .product-details-page .video-list-box .video-box .video-txt {
    width: 100%;
    padding-bottom: 0;
  }
}
.product-details-page .video-list-box .video-box .video-txt .tit {
  text-align: left;
}
@media screen and (max-width: 800px) {
  .product-details-page .video-list-box .video-box .video-txt .tit {
    margin-top: 0.4rem;
    font-size: 0.48rem;
    line-height: 0.64rem;
  }
}
.product-details-page .video-list-box .video-box .video-txt .tit .color {
  color: var(--sk-global-color);
}
.product-details-page .video-list-box .video-box .video-txt .txt {
  text-align: left;
  width: auto;
}
@media screen and (max-width: 800px) {
  .product-details-page .video-list-box .video-box .video-txt .txt {
    margin-top: 0.24rem;
  }
}
.product-details-page .ai-box {
  margin-top: 1rem;
  margin-bottom: 4.44rem;
}
@media screen and (max-width: 800px) {
  .product-details-page .ai-box {
    margin-top: 2rem;
    margin-bottom: 4.16rem;
  }
}
.product-details-page .ai-box .bg-box {
  position: relative;
}
.product-details-page .ai-box .bg-box .bg-img {
  border-radius: 0.24rem;
}
@media screen and (max-width: 800px) {
  .product-details-page .ai-box .bg-box .bg-img {
    border-radius: 0.36rem;
  }
}
.product-details-page .ai-box .bg-box .con-box {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0.6rem;
}
@media screen and (max-width: 800px) {
  .product-details-page .ai-box .bg-box .con-box {
    padding: 0.4rem;
    line-height: 0.64rem;
  }
}
.product-details-page .ai-box .bg-box .con-box .tit {
  margin-top: 1.18rem;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .product-details-page .ai-box .bg-box .con-box .tit {
    margin-top: 0.6rem;
    font-size: 0.48rem;
  }
}
.product-details-page .ai-box .bg-box .con-box .tit .color {
  color: var(--sk-global-color);
}
.product-details-page .ai-box .bg-box .con-box .txt {
  margin-top: 0.32rem;
  text-align: left;
  width: auto;
}
@media screen and (max-width: 800px) {
  .product-details-page .ai-box .bg-box .con-box .txt {
    margin-top: 0.24rem;
  }
}
.product-details-page .ai-box .bg-box .con-box .txt .color {
  color: #FFFFFF;
}
.product-details-page .ai-box .bg-box .con-box .logo-list {
  margin-top: 0.82rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  .product-details-page .ai-box .bg-box .con-box .logo-list {
    margin-top: 0.45rem;
  }
}
.product-details-page .ai-box .bg-box .con-box .logo-list .logo {
  height: 0.55rem;
  display: block;
  margin-right: 0.1rem;
}
@media screen and (max-width: 800px) {
  .product-details-page .ai-box .bg-box .con-box .logo-list .logo {
    height: 0.72rem;
    margin-right: 0.12rem;
  }
}
.product-details-page .ai-box .bg-box .con-box .siz-font {
  margin-top: 0.19rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.16rem;
  line-height: 0.24rem;
}
@media screen and (max-width: 800px) {
  .product-details-page .ai-box .bg-box .con-box .siz-font {
    margin-top: 0.3rem;
    font-size: 0.24rem;
    line-height: 0.38rem;
  }
}
.product-details-page .ai-box .bg-box .wi-fi-img {
  position: absolute;
  width: 2.56rem;
  top: 3.59rem;
  left: 5.76rem;
}
@media screen and (max-width: 800px) {
  .product-details-page .ai-box .bg-box .wi-fi-img {
    top: auto;
    right: 0.87rem;
    left: auto;
    bottom: 3.32rem;
    width: 1.65rem;
  }
}
.product-details-page .ai-box .bg-box .te-img {
  position: absolute;
  display: block;
  padding-top: 2rem;
  width: 7.85rem;
  bottom: -3.28rem;
  left: -0.8rem;
}
@media screen and (max-width: 800px) {
  .product-details-page .ai-box .bg-box .te-img {
    width: 5.29rem;
    left: -0.4rem;
    bottom: -1rem;
  }
}
.product-details-page .silver-ion-antibacterial-shield {
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 800px) {
  .product-details-page .silver-ion-antibacterial-shield {
    height: auto;
  }
}
.product-details-page .silver-ion-antibacterial-shield .video-box {
  position: relative;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .product-details-page .silver-ion-antibacterial-shield .video-box {
    height: 6.86rem;
  }
}
.product-details-page .silver-ion-antibacterial-shield .video-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.17rem;
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.47) 80%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.47) 80%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 800px) {
  .product-details-page .silver-ion-antibacterial-shield .video-box::after {
    height: 2rem;
  }
}
.product-details-page .silver-ion-antibacterial-shield .video-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.17rem;
  background: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.47) 80%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.47) 80%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 800px) {
  .product-details-page .silver-ion-antibacterial-shield .video-box::before {
    height: 3.25rem;
  }
}
.product-details-page .silver-ion-antibacterial-shield .video-box video {
  height: calc(100% + 2rem);
  width: 100%;
  object-fit: cover;
}
.product-details-page .silver-ion-antibacterial-shield .con-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 0.75rem;
  z-index: 5;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 800px) {
  .product-details-page .silver-ion-antibacterial-shield .con-box {
    position: relative;
  }
}
@media screen and (max-width: 800px) {
  .product-details-page .silver-ion-antibacterial-shield .con-box .tit {
    font-size: 0.48rem;
    line-height: 0.64rem;
  }
}
.product-details-page .silver-ion-antibacterial-shield .con-box .tit .color {
  color: var(--sk-global-color);
}
.product-details-page .silver-ion-antibacterial-shield .con-box .txt {
  width: 6rem;
  margin-top: 0.32rem;
}
@media screen and (max-width: 800px) {
  .product-details-page .silver-ion-antibacterial-shield .con-box .txt {
    margin-top: 0.24rem;
    text-align: center;
    width: 100%;
  }
}
.product-details-page .silver-ion-antibacterial-shield .progress-box-hry {
  bottom: 0.7rem;
  right: 0.7rem;
  background: rgba(255, 255, 255, 0.1);
}
.product-details-page .appearance-box {
  background-color: #000;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 1.3rem;
}
@media screen and (max-width: 800px) {
  .product-details-page .appearance-box {
    padding-bottom: 1rem;
  }
}
.product-details-page .appearance-box .tit {
  text-align: left;
}
@media screen and (max-width: 800px) {
  .product-details-page .appearance-box .tit {
    text-align: center;
  }
}
.product-details-page .appearance-box .product-list {
  margin-top: 0.54rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5.25rem;
  border-top: 0.01rem solid rgba(255, 255, 255, 0.15);
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.15);
  position: relative;
}
@media screen and (max-width: 800px) {
  .product-details-page .appearance-box .product-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.product-details-page .appearance-box .product-list::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2.78rem;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.47) 56%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.47) 56%, rgba(0, 0, 0, 0) 100%);
  z-index: 5;
}
@media screen and (max-width: 800px) {
  .product-details-page .appearance-box .product-list::before {
    display: none;
  }
}
.product-details-page .appearance-box .product-list .product-card {
  height: 100%;
  border-right: 0.01rem solid rgba(255, 255, 255, 0.15);
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  .product-details-page .appearance-box .product-list .product-card {
    height: 4.87rem;
    border-right: none;
    border-bottom: 0.02rem solid rgba(255, 255, 255, 0.15);
    position: relative;
  }
  .product-details-page .appearance-box .product-list .product-card::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2.78rem;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.47) 56%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.47) 56%, rgba(0, 0, 0, 0) 100%);
  }
}
.product-details-page .appearance-box .product-list .product-card .name {
  margin-top: 0.79rem;
  font-size: 0.24rem;
  line-height: 0.42rem;
  font-family: "Poppins-SemiBold";
}
@media screen and (max-width: 800px) {
  .product-details-page .appearance-box .product-list .product-card .name {
    margin-top: 0.65rem;
    font-size: 0.36rem;
    line-height: 0.42rem;
  }
}
.product-details-page .appearance-box .product-list .product-card .img-box {
  margin-top: 0.6rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 800px) {
  .product-details-page .appearance-box .product-list .product-card .img-box {
    margin-top: 0.7rem;
  }
}
.product-details-page .appearance-box .product-list .product-card .img-box img {
  height: 100%;
}
.product-details-page .appearance-box .product-list .product-card:nth-child(1) {
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}
.product-details-page .appearance-box .product-list .product-card:nth-child(1) .img-box {
  height: 2.55rem;
}
@media screen and (max-width: 800px) {
  .product-details-page .appearance-box .product-list .product-card:nth-child(1) .img-box {
    height: 2.1rem;
  }
}
.product-details-page .appearance-box .product-list .product-card:nth-child(2) {
  padding-left: 0.97rem;
  padding-right: 0.97rem;
}
@media screen and (max-width: 800px) {
  .product-details-page .appearance-box .product-list .product-card:nth-child(2) {
    margin-top: 0.4rem;
  }
}
.product-details-page .appearance-box .product-list .product-card:nth-child(2) .img-box {
  height: 2.62rem;
}
@media screen and (max-width: 800px) {
  .product-details-page .appearance-box .product-list .product-card:nth-child(3) {
    margin-top: 0.29rem;
  }
}
.product-details-page .appearance-box .product-list .product-card:nth-child(3) .img-box {
  height: 2.73rem;
}
.product-details-page .specification-box {
  padding-top: 1rem;
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 800px) {
  .product-details-page .specification-box {
    padding-bottom: 0;
  }
}
.product-details-page .specification-box .flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .product-details-page .specification-box .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-details-page .specification-box .flex-box .img-card {
  background: #111111;
  padding: 1.17rem 0.4rem 0.4rem;
  width: 6.8rem;
  border-radius: 0.24rem;
}
@media screen and (max-width: 800px) {
  .product-details-page .specification-box .flex-box .img-card {
    padding: 0.49rem 0.73rem 0.34rem;
    border-radius: 0.36rem;
  }
}
.product-details-page .specification-box .flex-box .img-card .img-box {
  width: 100%;
}
.product-details-page .specification-box .flex-box .img-card .txt-box {
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 800px) {
  .product-details-page .specification-box .flex-box .img-card .txt-box {
    margin-top: 0.33rem;
  }
}
.product-details-page .specification-box .flex-box .img-card .txt-box .icon {
  width: 0.37rem;
}
@media screen and (max-width: 800px) {
  .product-details-page .specification-box .flex-box .img-card .txt-box .icon {
    width: 0.47rem;
  }
}
.product-details-page .specification-box .flex-box .img-card .txt-box .txt {
  margin-left: 0.1rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.2rem;
  line-height: 0.3rem;
}
@media screen and (max-width: 800px) {
  .product-details-page .specification-box .flex-box .img-card .txt-box .txt {
    margin-left: 0.2rem;
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
}
.product-details-page .specification-box .flex-box .right-box {
  width: 9.6rem;
}
@media screen and (max-width: 800px) {
  .product-details-page .specification-box .flex-box .right-box {
    width: 100%;
    margin-top: 0.1rem;
  }
  .product-details-page .specification-box .flex-box .right-box .tit {
    text-align: left;
    margin-top: 1rem;
  }
}
.product-details-page .specification-box .flex-box .right-box .tit {
  text-align: left;
}
.product-details-page .specification-box .flex-box .right-box .sk-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.32rem;
  font-family: "Poppins-Medium";
  --width: ;
}
@media screen and (max-width: 800px) {
  .product-details-page .specification-box .flex-box .right-box .sk-list {
    margin-top: 0.39rem;
    --width: 100%;
  }
}
.product-details-page .specification-box .flex-box .right-box .sk-list .sk-item {
  margin-right: 0.2rem;
}
@media screen and (max-width: 800px) {
  .product-details-page .specification-box .flex-box .right-box .sk-list .sk-item {
    margin-bottom: 0.3rem;
    margin-right: 0;
  }
}
.product-details-page .specification-box .flex-box .right-box .table-box {
  overflow-x: auto;
}
.product-details-page .specification-box .flex-box .right-box .table-box table {
  margin-top: 0.48rem;
  width: 100%;
  text-align: left;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
@media screen and (max-width: 800px) {
  .product-details-page .specification-box .flex-box .right-box .table-box table {
    font-size: 0.26rem;
    line-height: 0.39rem;
    width: 14rem;
  }
}
.product-details-page .specification-box .flex-box .right-box .table-box table thead {
  font-family: "Poppins-Medium";
}
.product-details-page .specification-box .flex-box .right-box .table-box table thead tr th {
  height: 0.64rem;
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 800px) {
  .product-details-page .specification-box .flex-box .right-box .table-box table thead tr th {
    height: 1rem;
  }
}
.product-details-page .specification-box .flex-box .right-box .table-box table tbody tr td {
  height: 0.64rem;
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 800px) {
  .product-details-page .specification-box .flex-box .right-box .table-box table tbody tr td {
    height: 1rem;
  }
}
.product-details-page .specification-box .flex-box .right-box .table-box table tbody tr td:first-child {
  color: #FFF;
  font-family: "Poppins-Medium";
}
.product-details-page .specification-box .flex-box .right-box .logo-list {
  margin-top: 0.58rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  .product-details-page .specification-box .flex-box .right-box .logo-list {
    margin-top: 1.38rem;
  }
}
.product-details-page .specification-box .flex-box .right-box .logo-list img {
  display: block;
  margin-right: 0.22rem;
  max-height: 0.33rem;
}
@media screen and (max-width: 800px) {
  .product-details-page .specification-box .flex-box .right-box .logo-list img {
    margin-right: 0.44rem;
    max-height: 0.64rem;
  }
}
.product-details-page .specification-box .flex-box .right-box .info-txt {
  margin-top: 0.26rem;
  font-size: 0.14rem;
  line-height: 0.21rem;
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 800px) {
  .product-details-page .specification-box .flex-box .right-box .info-txt {
    margin-top: 0.36rem;
    font-size: 0.24rem;
    line-height: 0.42rem;
  }
}
.product-details-page .specification-box .flex-box .right-box .hry__btn {
  margin-top: 0.56rem;
}
.product-details-page .ralated-product {
  padding-top: 1rem;
  padding-bottom: 1.8rem;
}
@media screen and (max-width: 800px) {
  .product-details-page .ralated-product {
    padding-bottom: 2rem;
  }
}
.product-details-page .ralated-product .tit {
  text-align: left;
}
.product-details-page .ralated-product .flex-list {
  margin-top: 0.54rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .product-details-page .ralated-product .flex-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0.48rem;
  }
}
.product-details-page .ralated-product .flex-list .card-box {
  width: calc(50% - 0.15rem);
  height: 5.4rem;
  border-radius: 0.24rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 800px) {
  .product-details-page .ralated-product .flex-list .card-box {
    width: 100%;
    border-radius: 0.36rem;
    height: 9.6rem;
  }
}
@media screen and (min-width: 800px) {
  .product-details-page .ralated-product .flex-list .card-box:nth-child(n+3) {
    margin-top: 0.3rem;
  }
}
.product-details-page .ralated-product .flex-list .card-box::after {
  content: "";
  position: absolute;
  height: 2.12rem;
  width: 100%;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
@media screen and (max-width: 800px) {
  .product-details-page .ralated-product .flex-list .card-box::after {
    height: 3.98rem;
  }
}
.product-details-page .ralated-product .flex-list .card-box .bg-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.product-details-page .ralated-product .flex-list .card-box .round-box {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  background: var(--sk-global-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .product-details-page .ralated-product .flex-list .card-box .round-box {
    display: none;
  }
}
.product-details-page .ralated-product .flex-list .card-box .round-box .svg {
  height: 0.12rem;
  width: 0.12rem;
}
.product-details-page .ralated-product .flex-list .card-box .con-box {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.4rem 0.6rem;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 5;
}
@media screen and (max-width: 800px) {
  .product-details-page .ralated-product .flex-list .card-box .con-box {
    padding: 0.4rem;
  }
}
.product-details-page .ralated-product .flex-list .card-box .con-box .tit {
  font-family: "Poppins-SemiBold";
  font-size: 0.36rem;
  line-height: 0.54rem;
}
@media screen and (max-width: 800px) {
  .product-details-page .ralated-product .flex-list .card-box .con-box .tit {
    font-size: 0.48rem;
    line-height: 0.72rem;
  }
}
.product-details-page .ralated-product .flex-list .card-box .con-box .txt {
  margin-top: 0.12rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.18rem;
  line-height: 0.21rem;
  font-family: "Poppins-Medium";
}
@media screen and (max-width: 800px) {
  .product-details-page .ralated-product .flex-list .card-box .con-box .txt {
    margin-top: 0.16rem;
    font-family: "Poppins-Regular";
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
}
@media screen and (min-width: 800px) {
  .product-details-page .ralated-product .flex-list .card-box:hover .bg-img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .product-details-page .ralated-product .flex-list .card-box:hover .round-box {
    opacity: 1;
    visibility: visible;
  }
}

.sk-item {
  width: 2.8rem;
  margin-right: 0.2rem;
}
.sk-item .sk_select {
  --h: .42rem;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .sk-item .sk_select {
    --h: .8rem;
  }
}
.sk-item .sk_select .-select-front {
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  border: 0.01rem solid transparent;
}
@media screen and (max-width: 800px) {
  .sk-item .sk_select .-select-front {
    padding: 0.21rem 0.33rem 0.21rem 0.2rem;
  }
}
.sk-item .sk_select .-select-front input {
  color: #fff;
  font-size: 0.14rem;
}
@media screen and (max-width: 800px) {
  .sk-item .sk_select .-select-front input {
    font-size: 0.26rem;
  }
}
.sk-item .sk_select .-select-front input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.sk-item .sk_select .-select-front input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.sk-item .sk_select .-select-front input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.sk-item .sk_select .-select-front input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.sk-item .sk_select .-select-front::after {
  opacity: 0.6;
  background: url(../image/images/base/herry/svg33.svg) center center no-repeat;
}
@media screen and (max-width: 800px) {
  .sk-item .sk_select .-select-front::after {
    width: 0.34rem;
    height: 0.4rem;
    background-size: contain;
  }
}
.sk-item .sk_select .-select-layer {
  box-shadow: none;
}
.sk-item .sk_select .-select-layer .-inner {
  background: #111111;
}
.sk-item .sk_select .-select-layer .-inner dl dd {
  font-size: 0.14rem;
  line-height: 0.21rem;
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 800px) {
  .sk-item .sk_select .-select-layer .-inner dl dd {
    font-size: 0.26rem;
    line-height: 1.5;
  }
}
.sk-item .sk_select .-select-layer .-inner dl dd:hover {
  color: #fff;
}
.sk-item .sk_select.on .-select-front {
  border: 0.01rem solid var(--sk-global-color);
  box-shadow: 0rem 0rem 0.04rem 0rem var(--sk-global-color);
}
.sk-item .sk_select.on .-select-front::after {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.progress-box-hry {
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem;
  -webkit-backdrop-filter: blur(0.02rem);
          backdrop-filter: blur(0.02rem);
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .progress-box-hry {
    width: 0.72rem;
    height: 0.72rem;
  }
}
.progress-box-hry .video-gif-progess {
  height: 100%;
  width: 100%;
  will-change: stroke-dashoffset;
}
.progress-box-hry .video-gif-progess circle {
  -webkit-transition: stroke-dashoffset 0.1s linear;
  transition: stroke-dashoffset 0.1s linear;
  stroke-dashoffset: 170px;
}
.progress-box-hry .btn-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.progress-box-hry .btn-box .icon-img {
  width: 0.14rem;
  height: 0.14rem;
}
@media screen and (max-width: 800px) {
  .progress-box-hry .btn-box .icon-img {
    width: 0.2rem;
    height: 0.2rem;
  }
}

video::-webkit-media-controls-download-button {
  display: none;
}

.cookie-policy-box {
  margin-top: 1.39rem;
  margin-bottom: 1.8rem;
}
.cookie-policy-box .cookie-background.pc-show {
  position: fixed;
  top: 0;
}
.cookie-policy-box .wal {
  width: calc((1000/1920) * 100%);
}
.cookie-policy-box .wal .cookie-title {
  font-size: 0.48rem;
  font-family: "Poppins-SemiBold";
  line-height: 0.64rem;
}
.cookie-policy-box .wal .cookie-effective-date {
  font-size: 0.18rem;
  font-family: "Poppins-Medium";
  margin-top: 0.17rem;
}
.cookie-policy-box .wal .cookie-content {
  margin-top: 0.64rem;
}
.cookie-policy-box .wal .cookie-content .cookies-website {
  font-size: 0.18rem;
  color: #FFFFFFB3;
  margin-bottom: 0.5rem;
}
.cookie-policy-box .wal .cookie-content .cookie-item {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.cookie-policy-box .wal .cookie-content .cookie-item .cookie-item-title {
  font-size: 0.2rem;
  margin-bottom: 0.5rem;
}
.cookie-policy-box .wal .cookie-content .cookie-item .cookie-item-content .title {
  font-size: 0.18rem;
  color: #FFFFFFB3;
  margin-top: 0.5rem;
}
.cookie-policy-box .wal .cookie-content .cookie-item .cookie-item-content .content {
  color: #FFFFFFB3;
  font-size: 0.18rem;
}
.cookie-policy-box .wal .cookie-content .cookie-item .cookie-item-content .content p {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cookie-policy-box .wal .cookie-content .cookie-item .cookie-item-content .content p::before {
  content: "·";
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: baseline;
}
.cookie-policy-box .wal .cookie-content .cookie-item .cookie-item-content .content a {
  color: #FF8200;
}
.cookie-policy-box .wal .cookie-content .cookie-item .cookie-item-content .website-link .website-link-item {
  margin-top: 0.5rem;
  font-size: 0.18rem;
  color: #FFFFFFB3;
}
.cookie-policy-box .wal .cookie-content .cookie-item .cookie-item-content .website-link .website-link-item p::before {
  content: "·";
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: baseline;
}
.cookie-policy-box .wal .cookie-content .cookie-item .cookie-item-content .website-link a {
  color: #FF8200;
}
.cookie-policy-box .wal .cookie-content .cookie-item .cookie-item-content .cookie-table-item {
  margin-top: 0.5rem;
  overflow: hidden;
  border-radius: 0.16rem;
}
.cookie-policy-box .wal .cookie-content .cookie-item .cookie-item-content .cookie-table-item .cookie-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 0.16rem;
}
.cookie-policy-box .wal .cookie-content .cookie-item .cookie-item-content .cookie-table-item .cookie-table thead tr th {
  font-size: 0.16rem;
  color: #FFFFFF;
  text-align: left;
  padding: 0.13rem 0 0.13rem 0.5rem;
  font-family: "Poppins-Regular";
  background: rgba(255, 255, 255, 0.1);
}
.cookie-policy-box .wal .cookie-content .cookie-item .cookie-item-content .cookie-table-item .cookie-table tbody tr td {
  height: 0.5rem;
  font-size: 0.16rem;
  padding: 0.13rem 0 0.13rem 0.5rem;
  color: rgba(255, 255, 255, 0.7);
}
.cookie-policy-box .wal .cookie-content .cookie-item .cookie-item-content .cookie-table-item .cookie-table tbody tr:nth-child(2n-1) {
  background: rgba(255, 255, 255, 0.03);
}
.cookie-policy-box .wal .cookie-content .cookie-item .cookie-item-content .cookie-table-item .cookie-table tbody tr:nth-child(2n) {
  background: rgba(255, 255, 255, 0.1);
}
.cookie-policy-box .wal .cookie-content .cookie-item:nth-child(7) .cookie-item-content .title {
  margin-top: 0;
}
.cookie-policy-box .wal .cookie-content .cookie-item:nth-child(7) .cookie-item-content .title p a {
  color: #FF8200;
}

@media screen and (max-width: 800px) {
  .cookie-policy-page .cookie-policy-box .cookie-background.phone-show {
    position: fixed;
    bottom: 0;
  }
  .cookie-policy-page .cookie-policy-box .wal {
    width: 100%;
    padding-top: 1.39rem;
  }
  .cookie-policy-page .cookie-policy-box .wal .cookie-title {
    font-size: 0.56rem;
  }
  .cookie-policy-page .cookie-policy-box .wal .cookie-effective-date {
    font-size: 0.28rem;
  }
  .cookie-policy-page .cookie-policy-box .wal .cookie-content .cookies-website {
    font-size: 0.28rem;
  }
  .cookie-policy-page .cookie-policy-box .wal .cookie-content .cookie-item .cookie-item-title {
    font-size: 0.28rem;
  }
  .cookie-policy-page .cookie-policy-box .wal .cookie-content .cookie-item .cookie-item-content .content {
    font-size: 0.28rem;
  }
  .cookie-policy-page .cookie-policy-box .wal .cookie-content .cookie-item .cookie-item-content .content p {
    padding-left: 20px;
    position: relative;
  }
  .cookie-policy-page .cookie-policy-box .wal .cookie-content .cookie-item .cookie-item-content .content p::before {
    position: absolute;
    left: 0.16rem;
    top: 0;
  }
  .cookie-policy-page .cookie-policy-box .wal .cookie-content .cookie-item .cookie-item-content .title {
    font-size: 0.28rem;
  }
  .cookie-policy-page .cookie-policy-box .wal .cookie-content .cookie-item .cookie-item-content .website-link .website-link-item {
    font-size: 0.28rem;
  }
  .cookie-policy-page .cookie-policy-box .wal .cookie-content .cookie-item .cookie-item-content .website-link .website-link-item p {
    padding-left: 20px;
    position: relative;
    word-break: break-all;
  }
  .cookie-policy-page .cookie-policy-box .wal .cookie-content .cookie-item .cookie-item-content .website-link .website-link-item p::before {
    position: absolute;
    left: 0.16rem;
    font-size: 0.5rem;
    line-height: 0.2rem;
    top: 0;
  }
  .cookie-policy-page .cookie-policy-box .wal .cookie-content .cookie-item .cookie-item-content .cookie-table-item .cookie-table thead tr th {
    font-size: 0.22rem;
    padding: 0.13rem 0.1rem 0.13rem 0.3rem;
  }
  .cookie-policy-page .cookie-policy-box .wal .cookie-content .cookie-item .cookie-item-content .cookie-table-item .cookie-table thead tr th:last-child {
    padding-right: 0.59rem;
  }
  .cookie-policy-page .cookie-policy-box .wal .cookie-content .cookie-item .cookie-item-content .cookie-table-item .cookie-table tbody tr td {
    font-size: 0.22rem;
    padding: 0.13rem 0.1rem 0.13rem 0.3rem;
  }
}
.privacy-policy-box {
  margin-top: 1.39rem;
  margin-bottom: 1.8rem;
}
.privacy-policy-box .privacy-background.pc-show {
  position: fixed;
  top: 0;
}
.privacy-policy-box .wal {
  width: calc((1000/1920) * 100%);
}
.privacy-policy-box .wal .privacy-title {
  font-size: 0.4rem;
  line-height: 0.64rem;
  font-family: "Poppins-SemiBold";
  color: #FFFFFF;
}
.privacy-policy-box .wal .privacy-effective-date {
  font-size: 0.18rem;
  font-family: "Poppins-Medium";
  margin-top: 0.17rem;
}
.privacy-policy-box .wal .privacy-content .privacy-website {
  font-size: 0.18rem;
  color: #FFFFFFB3;
  margin-top: 0.64rem;
}
.privacy-policy-box .wal .privacy-item {
  margin-top: 0.5rem;
}
.privacy-policy-box .wal .privacy-item .privacy-item-title {
  font-size: 0.2rem;
  margin-bottom: 0.5rem;
}
.privacy-policy-box .wal .privacy-item .privacy-item-content .content {
  color: #FFFFFFB3;
  font-size: 0.18rem;
  margin-top: 0.5rem;
}
.privacy-policy-box .wal .privacy-item .privacy-item-content .content p::before {
  content: "·";
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: baseline;
}
.privacy-policy-box .wal .privacy-item .privacy-item-content .policy-table-item {
  margin-top: 0.5rem;
  overflow: hidden;
  border-radius: 0.16rem;
}
.privacy-policy-box .wal .privacy-item .privacy-item-content .policy-table-item .privacy-table {
  width: 100%;
  border-spacing: 0;
}
.privacy-policy-box .wal .privacy-item .privacy-item-content .policy-table-item .privacy-table thead {
  background-color: rgba(255, 255, 255, 0.1);
}
.privacy-policy-box .wal .privacy-item .privacy-item-content .policy-table-item .privacy-table thead tr th {
  font-size: 0.16rem;
  color: #FFFFFF;
  text-align: left;
  font-family: "Poppins-Regular";
}
.privacy-policy-box .wal .privacy-item .privacy-item-content .policy-table-item .privacy-table thead tr th:nth-child(1) {
  padding: 0.13rem 0 0.13rem 0.5rem;
}
.privacy-policy-box .wal .privacy-item .privacy-item-content .policy-table-item .privacy-table thead tr th:nth-child(2) {
  padding-left: 0.76rem;
}
.privacy-policy-box .wal .privacy-item .privacy-item-content .policy-table-item .privacy-table thead tr th:nth-child(3) {
  padding-left: 0.95rem;
}
.privacy-policy-box .wal .privacy-item .privacy-item-content .policy-table-item .privacy-table tbody tr td {
  height: 0.5rem;
  font-size: 0.16rem;
  padding-top: 0.26rem;
  padding-bottom: 0.26rem;
  color: rgba(255, 255, 255, 0.7);
}
.privacy-policy-box .wal .privacy-item .privacy-item-content .policy-table-item .privacy-table tbody tr td:nth-child(1) {
  padding: 0.26rem 0 0.26rem 0.5rem;
}
.privacy-policy-box .wal .privacy-item .privacy-item-content .policy-table-item .privacy-table tbody tr td:nth-child(2) {
  padding-left: 0.76rem;
}
.privacy-policy-box .wal .privacy-item .privacy-item-content .policy-table-item .privacy-table tbody tr td:nth-child(3) {
  padding-left: 0.95rem;
}
.privacy-policy-box .wal .privacy-item .privacy-item-content .policy-table-item .privacy-table tbody tr:nth-child(2n-1) {
  background-color: rgba(255, 255, 255, 0.03);
}

@media screen and (max-width: 800px) {
  .privacy-policy-box {
    margin-top: 2.58rem;
  }
  .privacy-policy-box .privacy-background.phone-show {
    position: fixed;
    bottom: 0;
  }
  .privacy-policy-box .wal {
    width: 100%;
  }
  .privacy-policy-box .wal .privacy-title {
    font-size: 0.56rem;
  }
  .privacy-policy-box .wal .privacy-effective-date {
    font-size: 0.28rem;
    margin-top: 0.24rem;
  }
  .privacy-policy-box .wal .privacy-content .privacy-website {
    font-size: 0.28rem;
    margin-top: 0.95rem;
  }
  .privacy-policy-box .wal .privacy-content .privacy-item {
    margin-top: 0.8rem;
  }
  .privacy-policy-box .wal .privacy-content .privacy-item .privacy-item-title {
    font-size: 0.28rem;
  }
  .privacy-policy-box .wal .privacy-content .privacy-item .privacy-item-content .content {
    font-size: 0.28rem;
  }
  .privacy-policy-box .wal .privacy-content .privacy-item .privacy-item-content .content p {
    padding-left: 20px;
    position: relative;
  }
  .privacy-policy-box .wal .privacy-content .privacy-item .privacy-item-content .content p::before {
    content: "·";
    position: absolute;
    left: 0.16rem;
    top: 0;
  }
  .privacy-policy-box .wal .privacy-content .privacy-item .privacy-item-content .policy-table-item {
    margin-top: 0.8rem;
    overflow-x: auto;
  }
  .privacy-policy-box .wal .privacy-content .privacy-item .privacy-item-content .policy-table-item .privacy-table {
    margin-top: 0;
    table-layout: fixed;
    width: 100%;
  }
  .privacy-policy-box .wal .privacy-content .privacy-item .privacy-item-content .policy-table-item .privacy-table thead tr th {
    font-size: 0.24rem;
    line-height: 1.4;
    padding: 0.27rem 0;
    text-align: left;
  }
  .privacy-policy-box .wal .privacy-content .privacy-item .privacy-item-content .policy-table-item .privacy-table thead tr th:nth-child(1) {
    width: 12%;
    padding-left: 0.3rem;
  }
  .privacy-policy-box .wal .privacy-content .privacy-item .privacy-item-content .policy-table-item .privacy-table thead tr th:nth-child(2) {
    width: 38%;
    padding: 0 0.23rem;
  }
  .privacy-policy-box .wal .privacy-content .privacy-item .privacy-item-content .policy-table-item .privacy-table thead tr th:nth-child(3) {
    width: 50%;
    padding-right: 0.31rem;
    padding-left: 0.23rem;
  }
  .privacy-policy-box .wal .privacy-content .privacy-item .privacy-item-content .policy-table-item .privacy-table tbody tr {
    text-align: left;
  }
  .privacy-policy-box .wal .privacy-content .privacy-item .privacy-item-content .policy-table-item .privacy-table tbody tr td {
    font-size: 0.24rem;
    line-height: 1.5;
    vertical-align: top;
  }
  .privacy-policy-box .wal .privacy-content .privacy-item .privacy-item-content .policy-table-item .privacy-table tbody tr td:nth-child(1) {
    padding: 0.33rem 0 1.37rem 0.3rem;
  }
  .privacy-policy-box .wal .privacy-content .privacy-item .privacy-item-content .policy-table-item .privacy-table tbody tr td:nth-child(2) {
    padding: 0.33rem 0.23rem 1.37rem;
    word-break: break-word;
  }
  .privacy-policy-box .wal .privacy-content .privacy-item .privacy-item-content .policy-table-item .privacy-table tbody tr td:nth-child(3) {
    padding: 0.33rem 0.31rem 1.37rem 0.21rem;
  }
}
.sitemap {
  margin-bottom: 1.8rem;
  margin-top: 1.39rem;
}
.sitemap .sitemap-background.pc-show {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: -1;
}
.sitemap .wal {
  width: calc((1000/1920) * 100%);
}
.sitemap .wal .title {
  font-size: 0.48rem;
  font-family: "Poppins-SemiBold";
  line-height: 0.64rem;
  margin-top: 1.39rem;
}
.sitemap .wal .sites .sitemap-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 0.81rem;
}
.sitemap .wal .sites .sitemap-columns .column {
  margin-top: 0.81rem;
}
.sitemap .wal .sites .sitemap-columns .column h3 {
  font-size: 0.18rem;
  margin-bottom: 0.26rem;
  color: #fff;
  font-family: "Poppins-Medium";
}
.sitemap .wal .sites .sitemap-columns .column ul {
  list-style: none;
  padding: 0;
}
.sitemap .wal .sites .sitemap-columns .column ul li {
  margin-bottom: 0.16rem;
}
.sitemap .wal .sites .sitemap-columns .column ul li a {
  text-decoration: none;
  color: #ff8200;
}
.sitemap .wal .sites .sitemap-columns .column ul li a:hover {
  -webkit-text-decoration: underline solid #ff8200;
     -moz-text-decoration: underline solid #ff8200;
          text-decoration: underline solid #ff8200;
}
.sitemap .wal .sites .sitemap-columns .column ul li:last-child {
  margin-bottom: 0;
}
.sitemap .wal .policy {
  padding-top: 0.81rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.sitemap .wal .policy ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  padding: 0;
}
.sitemap .wal .policy ul li {
  margin-top: 0.16rem;
}
.sitemap .wal .policy ul li a {
  font-size: 0.18rem;
  color: #ff8200;
  font-family: "Poppins-Medium";
}
.sitemap .wal .policy ul li a:hover {
  -webkit-text-decoration: underline solid #ff8200;
     -moz-text-decoration: underline solid #ff8200;
          text-decoration: underline solid #ff8200;
}

@media screen and (max-width: 800px) {
  .sitemap {
    margin-bottom: 2rem;
  }
  .sitemap .sitemap-background.phone-show {
    position: fixed;
    bottom: 0;
  }
  .sitemap .wal {
    width: 100%;
    padding-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sitemap .wal .title {
    font-size: 0.56rem;
  }
  .sitemap .wal .sites .sitemap-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.6rem;
    margin-bottom: 1rem;
  }
  .sitemap .wal .sites .sitemap-columns .column {
    margin-top: 0;
  }
  .sitemap .wal .sites .sitemap-columns .column:first-child {
    margin-top: 0.68rem;
  }
  .sitemap .wal .sites .sitemap-columns .column:last-child h3 {
    margin-bottom: 0;
  }
  .sitemap .wal .sites .sitemap-columns .column:nth-child(2) h3 {
    margin-bottom: 0;
  }
  .sitemap .wal .sites .sitemap-columns .column h3 {
    font-size: 0.32rem;
  }
  .sitemap .wal .sites .sitemap-columns .column ul li {
    font-size: 0.28rem;
    margin-bottom: 0.31rem;
  }
  .sitemap .wal .policy {
    padding-top: 1rem;
  }
  .sitemap .wal .policy ul li:first-child {
    margin-top: 0;
  }
  .sitemap .wal .policy ul li a {
    font-size: 0.28rem;
  }
}
.err-page {
  width: 100%;
  height: 100vh;
  background: #000000;
  position: relative;
  color: #fff;
}
.err-page main {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2.28rem;
}
.err-page main .error-background.pc-show {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.err-page main .text {
  position: relative;
  z-index: 10;
  font-weight: 500;
  font-family: "Poppins-Medium";
  font-size: 0.4rem;
  line-height: 0.48rem;
}
.err-page main .text .color {
  background: -webkit-linear-gradient(left, #ff8200, #ff8200);
  background: linear-gradient(to right, #ff8200, #ff8200);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 0.3rem;
  display: block;
}
.err-page main .icon-box {
  position: relative;
  z-index: 10;
  margin-top: 0.32rem;
  height: 0.48rem;
  width: 0.48rem;
}
.err-page main .icon-box img {
  height: 100%;
  width: 100%;
  color: #fff;
}
.err-page main .footer-aufit_mask {
  overflow: hidden;
  position: absolute;
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  image-rendering: crisp-edges;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  width: 12.76rem;
  height: 5.02rem;
  bottom: 0;
  right: 0;
}
.err-page main .footer-aufit_mask .footer-aufit_gradient {
  top: calc(var(--mouse-y) * 1px);
  left: calc(var(--mouse-x) * 1px);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  background: -webkit-radial-gradient(center, circle, rgba(255, 130, 0, 0.2) 0%, black 50%, black 100%);
  background: radial-gradient(circle at center, rgba(255, 130, 0, 0.2) 0%, black 50%, black 100%);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0.7;
}

@media screen and (max-width: 800px) {
  .err-page main {
    width: 100%;
  }
  .err-page main .error-background.phone-show {
    z-index: 9;
  }
  .err-page main .error-background.phone-show img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .err-page main .text {
    font-size: 0.64rem;
    line-height: 0.72rem;
  }
  .err-page main .footer-aufit_mask.phone-show {
    position: absolute;
    width: 95%;
    height: 2.78rem;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
    background-size: contain;
    -webkit-mask-position: bottom center;
    background-position: bottom center;
    background-repeat: no-repeat;
  }
}
.compliance-integrity .compliance-integrity-box {
  margin-top: 1.39rem;
  margin-bottom: 1.8rem;
}
.compliance-integrity .compliance-integrity-box .compliance-background.pc-show {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
.compliance-integrity .compliance-integrity-box .wal {
  width: calc((1200/1920) * 100%);
}
.compliance-integrity .compliance-integrity-box .wal .h1 {
  font-size: 0.48rem;
  font-family: "Poppins-SemiBold";
}
.compliance-integrity .compliance-integrity-box .wal .con-box {
  margin-top: 0.64rem;
  font-size: 0.18rem;
  color: #FFFFFFB3;
}
.compliance-integrity .compliance-integrity-box .wal .con-box p {
  margin-top: 0.2rem;
}
.compliance-integrity .compliance-integrity-box .wal .card-list {
  margin-top: 1rem;
}
.compliance-integrity .compliance-integrity-box .wal .card-list .title {
  font-size: 0.32rem;
  font-family: "Poppins-Medium";
  color: #FFFFFF;
}
.compliance-integrity .compliance-integrity-box .wal .card-list .card-ul {
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: stretch;
  gap: 0.3rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.compliance-integrity .compliance-integrity-box .wal .card-list .card-ul .card-li {
  display: block;
  cursor: pointer;
  width: calc((100% - .6rem)/3);
  margin-bottom: 0.87rem;
  position: relative;
  overflow: hidden;
}
.compliance-integrity .compliance-integrity-box .wal .card-list .card-ul .card-li .img-box {
  margin-bottom: 0.2rem;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 0.2rem;
}
.compliance-integrity .compliance-integrity-box .wal .card-list .card-ul .card-li .img-box img {
  width: 100%;
}
.compliance-integrity .compliance-integrity-box .wal .card-list .card-ul .card-li .img-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.compliance-integrity .compliance-integrity-box .wal .card-list .card-ul .card-li .img-box::after img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.compliance-integrity .compliance-integrity-box .wal .card-list .card-ul .card-li:hover .img-box::after {
  opacity: 1;
}
.compliance-integrity .compliance-integrity-box .wal .card-list .card-ul .card-li:hover .img-box img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.compliance-integrity .compliance-integrity-box .wal .card-list .card-ul .card-li:hover .name {
  color: #ff8200;
}
.compliance-integrity .compliance-integrity-box .wal .card-list .card-ul .card-li .name {
  font-size: 0.18rem;
  margin-bottom: 0.12rem;
}
.compliance-integrity .compliance-integrity-box .wal .card-list .card-ul .card-li .info {
  font-size: 0.16rem;
  color: #FFFFFFB3;
}

@media screen and (max-width: 800px) {
  .compliance-integrity .compliance-integrity-box .compliance-background.phone-show {
    position: fixed;
    bottom: 0;
  }
  .compliance-integrity .compliance-integrity-box .wal {
    width: 100%;
    padding-top: 1.3rem;
  }
  .compliance-integrity .compliance-integrity-box .wal .h1 {
    line-height: 0.72rem;
    font-size: 0.56rem;
  }
  .compliance-integrity .compliance-integrity-box .wal .con-box {
    font-size: 0.28rem;
    margin-top: 0.48rem;
  }
  .compliance-integrity .compliance-integrity-box .wal .card-list .title {
    font-size: 0.48rem;
  }
  .compliance-integrity .compliance-integrity-box .wal .card-list .card-ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .compliance-integrity .compliance-integrity-box .wal .card-list .card-ul .card-li {
    width: 100%;
    margin-bottom: 0.8rem;
  }
  .compliance-integrity .compliance-integrity-box .wal .card-list .card-ul .card-li .img-box {
    margin-bottom: 0.4rem;
  }
  .compliance-integrity .compliance-integrity-box .wal .card-list .card-ul .card-li .name {
    font-size: 0.32rem;
    margin-bottom: 0.24rem;
  }
  .compliance-integrity .compliance-integrity-box .wal .card-list .card-ul .card-li .info {
    font-size: 0.26rem;
  }
}
.g_btn_si {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: 2.2rem;
  padding-right: 0.5rem;
  --bg: linear-gradient(90deg, #FFA44E 0%, #FF8200 100%);
  --right-mark: #FF8200;
  --text: #fff;
  --left-mark: transparent;
  --hover-text: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 800px) {
  .g_btn_si[data-theme=orange]:hover ._left {
    opacity: 0.9;
  }
}
.g_btn_si[data-theme=white] {
  --bg: #FFF;
  --right-mark: #FFF;
  --text: #000000;
  --left-mark: linear-gradient(90deg, #FFA44E 25%, #FF8200 75%);
  --hover-text: #fff;
}
.g_btn_si[data-theme=opacity] {
  --bg: #ffffff00;
  --right-mark: #ffffff00;
  --text: #ffffff;
  --left-mark: linear-gradient(90deg, #FFA44E 25%, #FF8200 75%);
  --hover-text: #fff;
}
.g_btn_si[data-theme=opacity] ._left {
  border: 0.02rem solid #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.g_btn_si[data-theme=opacity] ._right .b_mark {
  border: 0.02rem solid #ffffff;
}
@media (min-width: 800px) {
  .g_btn_si[data-theme=opacity]:hover ._left {
    border: 0rem solid transparent;
  }
}
.g_btn_si[data-icon="18"] ._right .icon_1,
.g_btn_si[data-icon="18"] ._right .icon_2 {
  width: 0.18rem;
  height: 0.18rem;
}
.g_btn_si[data-icon="18"] ._right .b_wrapper {
  top: -0.09rem;
}
@media (min-width: 800px) {
  .g_btn_si:hover {
    padding-right: 0;
  }
  .g_btn_si:hover ._right {
    position: absolute;
    right: 0;
  }
}
.g_btn_si ._left {
  position: relative;
  width: 100%;
  height: 0.5rem;
  padding: 0.14rem 0;
  background: var(--bg);
  border-radius: 0.25rem;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.g_btn_si ._left .text_1,
.g_btn_si ._left .text_2 {
  font-size: 0.18rem;
  line-height: 0.22rem;
  font-family: "Poppins-Medium";
  text-align: center;
}
.g_btn_si ._left .text_1 {
  color: var(--text);
}
.g_btn_si ._left .b_wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.g_btn_si ._left .b_wrapper .b_mark {
  position: absolute;
  width: 100%;
  height: 1.5rem;
  background: var(--left-mark);
  border-radius: 0.75rem;
}
.g_btn_si ._left .b_wrapper .text_2 {
  padding-right: 0.5rem;
  position: absolute;
  width: 100%;
  color: var(--hover-text);
}
.g_btn_si ._right {
  width: 0.54rem;
  height: 0.54rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  right: -0.02rem;
  top: -0.02rem;
}
.g_btn_si ._right .icon_1,
.g_btn_si ._right .icon_2 {
  width: 0.16rem;
  height: 0.16rem;
  z-index: 2;
}
.g_btn_si ._right .icon_1 {
  color: var(--text);
}
.g_btn_si ._right .b_wrapper {
  width: 100%;
  position: relative;
  top: -0.08rem;
}
.g_btn_si ._right .b_wrapper .b_mark {
  position: absolute;
  background: var(--right-mark);
  width: 0.5rem;
  height: 0.5rem;
  top: 0;
  left: 0.02rem;
  border-radius: 50%;
}
.g_btn_si ._right .b_wrapper .icon_2_container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.g_btn_si ._right .b_wrapper .icon_2_container .icon_2 {
  color: var(--hover-text);
}

.scientific-page .banner-box {
  height: 100vh;
  position: relative;
}
.scientific-page .banner-box .bg-box .bg-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.scientific-page .banner-box .title {
  padding-top: 2.61rem;
  position: relative;
  font-size: 0.56rem;
  line-height: 0.72rem;
  width: 10.32rem;
  font-family: "Poppins-SemiBold";
}
.scientific-page .banner-box .title .theme {
  color: var(--sk-global-color);
}
.scientific-page .outdoor_unit_technology .wal .item {
  width: 100%;
  margin-top: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
}
.scientific-page .outdoor_unit_technology .wal .item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 800px) {
  .scientific-page .outdoor_unit_technology .wal .item:nth-child(even) ._right ._right_top {
    padding-bottom: 1rem;
  }
}
.scientific-page .outdoor_unit_technology .wal .item ._left {
  width: 8.65rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.scientific-page .outdoor_unit_technology .wal .item ._left .fit-image {
  padding-top: calc(720 / 865 * 100%);
  border-radius: 0.24rem;
  overflow: hidden;
}
.scientific-page .outdoor_unit_technology .wal .item ._right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.4rem 0 0.62rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.scientific-page .outdoor_unit_technology .wal .item ._right ._right_top .section__subtitle {
  text-align: left;
}
.scientific-page .outdoor_unit_technology .wal .item ._right ._right_top .text__content {
  margin-top: 0.32rem;
  text-align: left;
  width: initial;
}
.scientific-page .outdoor_unit_technology .wal .item ._right ._right_bottom {
  margin-top: 0.68rem;
  padding-bottom: 0.4rem;
}
.scientific-page .outdoor_unit_technology .wal .item ._right ._right_bottom .advan_list_item:not(:last-child) {
  margin-bottom: 0.6rem;
}
.scientific-page .outdoor_unit_technology .wal .item ._right ._right_bottom .advan_list_item .title {
  font-size: 0.28rem;
  line-height: 0.64rem;
  font-family: "Poppins-Medium";
}
.scientific-page .outdoor_unit_technology .wal .item ._right ._right_bottom .advan_list_item .text__content {
  margin-top: 0.12rem;
  text-align: left;
  width: initial;
}
.scientific-page .chip_technology {
  padding-top: 2.2rem;
}
.scientific-page .chip_technology .chip_img {
  width: 100%;
  height: auto;
}
.scientific-page .chip_technology .desc {
  font-size: 0.28rem;
  line-height: 0.42rem;
  font-family: "Poppins-Medium";
  text-align: center;
}
.scientific-page .indoor_unit_technology {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.scientific-page .indoor_unit_technology ._item {
  padding-top: calc(760 / 1760 * 100%);
  border-radius: 0.24rem;
  overflow: hidden;
}
.scientific-page .indoor_unit_technology ._item:not(:last-child) {
  margin-bottom: 0.3rem;
}
.scientific-page .indoor_unit_technology ._item .fit-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
}
.scientific-page .indoor_unit_technology ._item.fl_left .fit-wrapper {
  left: 0;
}
.scientific-page .indoor_unit_technology ._item.fl_right .fit-wrapper {
  right: 0;
}
.scientific-page .indoor_unit_technology ._item._type_1 .fit-wrapper {
  width: 6.09rem;
  padding-left: 0.6rem;
}
.scientific-page .indoor_unit_technology ._item._type_1 .fit-wrapper .section__subtitle {
  text-align: left;
  margin-top: 1rem;
}
.scientific-page .indoor_unit_technology ._item._type_1 .fit-wrapper .text__content {
  width: initial;
  text-align: left;
  margin-top: 0.32rem;
}
.scientific-page .indoor_unit_technology ._item._type_1 .fit-wrapper .wrapper_img {
  margin-top: 0.35rem;
  margin-left: -0.47rem;
  position: static;
  width: 100%;
  height: 3.4rem;
}
.scientific-page .indoor_unit_technology ._item._type_1 .fit-wrapper .desc {
  font-size: 0.28rem;
  line-height: 0.42rem;
  font-family: "Poppins-Medium";
}
.scientific-page .indoor_unit_technology ._item._type_2 .fit-wrapper {
  width: 7.28rem;
  padding-right: 0.69rem;
  padding-bottom: 0.72rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.scientific-page .indoor_unit_technology ._item._type_2 .fit-wrapper .section__subtitle {
  margin-top: 1rem;
  text-align: left;
}
.scientific-page .indoor_unit_technology ._item._type_2 .fit-wrapper .title_2 {
  margin-top: 0.12rem;
  font-size: 0.28rem;
  line-height: 0.42rem;
  font-family: "Poppins-Medium";
  color: var(--sk-global-color);
}
.scientific-page .indoor_unit_technology ._item._type_2 .fit-wrapper .text__content {
  margin-top: 0.44rem;
  padding-right: 0.3rem;
  width: initial;
  text-align: left;
}
.scientific-page .indoor_unit_technology ._item._type_2 .fit-wrapper .desc_2 {
  padding-top: 0.3rem;
  padding-right: 0.3rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.scientific-page .cleaning_technology {
  padding-top: calc(1368 / 1920 * 100%);
}
.scientific-page .cleaning_technology .fit-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.scientific-page .cleaning_technology .fit-wrapper .wal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.scientific-page .cleaning_technology .fit-wrapper .wal .wrapper_img {
  margin-top: 2.18rem;
  position: static;
  width: 9.54rem;
  height: 7.16rem;
}
.scientific-page .cleaning_technology .fit-wrapper .wal .section__subtitle {
  margin-top: 0.01rem;
}
.scientific-page .cleaning_technology .fit-wrapper .wal .title_2 {
  margin-top: 0.12rem;
  font-size: 0.28rem;
  line-height: 0.42rem;
  font-family: "Poppins-Medium";
  color: var(--sk-global-color);
}
.scientific-page .cleaning_technology .fit-wrapper .wal .desc_2 {
  margin-top: 0.32rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  text-align: center;
}

.strategic-page .banner-box {
  height: 100vh;
  position: relative;
}
.strategic-page .banner-box .bg-box .bg-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.strategic-page .banner-box .title {
  padding-top: 2.61rem;
  position: relative;
  font-size: 0.56rem;
  line-height: 0.72rem;
  width: 12.22rem;
  font-family: "Poppins-SemiBold";
}
.strategic-page .banner-box .title .theme {
  color: var(--sk-global-color);
}
.strategic-page .banner-box .banner_desc {
  padding-top: 0.48rem;
  position: relative;
  width: 9.5rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
  font-family: "Poppins-Medium";
}
.strategic-page .strategic_framework {
  display: block;
  padding: 2rem 0;
}
.strategic-page .strategic_framework .framework_list {
  margin-top: 0.5rem;
}
.strategic-page .strategic_framework .framework_list .framework_list_item .item_img {
  padding-top: calc(318 / 566 * 100%);
  border-radius: 0.24rem;
  overflow: hidden;
}
.strategic-page .strategic_framework .framework_list .framework_list_item .item_title {
  margin-top: 0.32rem;
  font-size: 0.28rem;
  line-height: 0.42rem;
  font-family: "Poppins-Medium";
}
.strategic-page .strategic_framework .framework_list .framework_list_item .item_desc {
  margin-top: 0.14rem;
  font-size: var(--fz-context);
  line-height: var(--lh-context);
  color: rgba(255, 255, 255, 0.7);
}
.strategic-page .regional_implementation {
  display: block;
  padding-bottom: 0.58rem;
}
.strategic-page .regional_implementation .regional_bg {
  display: block;
  padding-top: calc(885 / 1920 * 100%);
}
.strategic-page .regional_implementation .section__subtitle {
  margin-top: 0.04rem;
}
.strategic-page .regional_implementation .implementation_list {
  padding: 0 2.4rem;
  margin-top: 0.72rem;
}
.strategic-page .regional_implementation .implementation_list .implementation_list_item .item_icon .svg-ctx {
  width: 0.48rem;
  height: 0.48rem;
  color: var(--sk-global-color);
}
.strategic-page .regional_implementation .implementation_list .implementation_list_item .item_title {
  margin-top: 0.38rem;
  padding-bottom: 0.09rem;
  font-size: 0.28rem;
  line-height: 0.42rem;
  font-family: "Poppins-Medium";
}
.strategic-page .regional_implementation .implementation_list .implementation_list_item .item_desc_1,
.strategic-page .regional_implementation .implementation_list .implementation_list_item .item_desc_2 {
  margin-top: 0.12rem;
  font-size: var(--fz-context);
  line-height: var(--lh-context);
  color: rgba(255, 255, 255, 0.7);
}
.strategic-page .strategic_enablers {
  display: block;
  padding-top: 2rem;
  padding-bottom: 0.65rem;
}
.strategic-page .strategic_enablers .strategic_list {
  margin-top: 0.48rem;
}
.strategic-page .strategic_enablers .strategic_list .strategic_list_item .item_img {
  padding-top: calc(487 / 865 * 100%);
  border-radius: 0.24rem;
  overflow: hidden;
}
.strategic-page .strategic_enablers .strategic_list .strategic_list_item .item_title_1 {
  margin-top: 0.36rem;
  font-size: 0.28rem;
  line-height: 0.42rem;
  font-family: "Poppins-Medium";
}
.strategic-page .strategic_enablers .strategic_list .strategic_list_item .item_title_2 {
  margin-top: 0.17rem;
  font-size: 0.2rem;
  line-height: 0.3rem;
  font-family: "Poppins-Medium";
  color: var(--sk-global-color);
}
.strategic-page .strategic_enablers .strategic_list .strategic_list_item .item_desc {
  margin-top: 0.17rem;
  font-size: var(--fz-context);
  line-height: var(--lh-context);
  color: rgba(255, 255, 255, 0.7);
}
.strategic-page .sustainability_commitment {
  display: block;
  padding-top: calc(1209 / 1920 * 100%);
  margin-bottom: 2rem;
}
.strategic-page .sustainability_commitment .fit-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.strategic-page .sustainability_commitment .fit-wrapper .section__subtitle {
  margin-top: 3.66rem;
}
.strategic-page .sustainability_commitment .fit-wrapper ._title_2 {
  margin-top: 0.12rem;
  font-size: 0.28rem;
  line-height: 0.42rem;
  color: var(--sk-global-color);
}
.strategic-page .sustainability_commitment .fit-wrapper ._desc {
  text-align: center;
  margin-top: 0.32rem;
  font-size: var(--fz-context);
  line-height: var(--lh-context);
  color: rgba(255, 255, 255, 0.7);
}

.history-page .history_section {
  padding-top: 1.18rem;
  padding-bottom: 1.8rem;
}
.history-page .history_section ._bg {
  width: 15.8rem;
  height: 6.51rem;
  position: fixed;
  left: 0.95rem;
  top: 0;
  z-index: -1;
}
.history-page .history_section .wal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.history-page .history_section ._left {
  width: 7.2rem;
}
.history-page .history_section ._left .history_nav {
  position: -webkit-sticky;
  position: sticky;
  top: 1.76rem;
  padding-right: 2.95rem;
  text-align: right;
}
.history-page .history_section ._left .history_nav .history_nav_item {
  cursor: pointer;
  opacity: 0.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.history-page .history_section ._left .history_nav .history_nav_item ._title {
  font-size: 0.18rem;
  line-height: 0.27rem;
  font-family: "Poppins-Medium";
}
.history-page .history_section ._left .history_nav .history_nav_item ._range {
  margin-top: 0.06rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
  font-family: "Poppins-Medium";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.history-page .history_section ._left .history_nav .history_nav_item.active {
  opacity: 1;
}
.history-page .history_section ._left .history_nav .history_nav_item.active ._range {
  color: var(--sk-global-color);
}
.history-page .history_section ._left .history_nav .history_nav_item:not(:last-child) {
  margin-bottom: 0.4rem;
}
.history-page .history_section ._right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.history-page .history_section ._right .progress_box_si {
  position: absolute;
  left: 0;
  width: 0.01rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.history-page .history_section ._right .progress_box_si::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  height: 7rem;
  width: 0.01rem;
  background: var(--sk-global-color);
}
.history-page .history_section ._right .progress_box_si .progress_offset {
  width: 0.01rem;
  height: 0.75rem;
  background: var(--sk-global-color);
}
.history-page .history_section ._right .progress_box_si .progress_con {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0.01rem;
  background-color: #FFFFFF26;
  overflow: hidden;
}
.history-page .history_section ._right .progress_box_si .progress_con .progress_bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--sk-global-color);
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.history-page .history_section ._right .history_list .history_list_item {
  position: relative;
  padding-top: 0.8rem;
  padding-left: 0.6rem;
}
.history-page .history_section ._right .history_list .history_list_item:first-child {
  padding-top: 0.49rem;
}
.history-page .history_section ._right .history_list .history_list_item:first-child .mark {
  top: 0.75rem;
}
.history-page .history_section ._right .history_list .history_list_item .mark {
  position: absolute;
  top: 1.11rem;
  left: -0.045rem;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background-color: #717171;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.history-page .history_section ._right .history_list .history_list_item ._year {
  font-size: 0.48rem;
  line-height: 0.72rem;
  font-family: "Poppins-Medium";
  opacity: 0.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.history-page .history_section ._right .history_list .history_list_item ._desc {
  font-size: 0.18rem;
  line-height: 0.27rem;
  opacity: 0.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.history-page .history_section ._right .history_list .history_list_item ._img {
  margin-top: 0.4rem;
  width: 8rem;
  height: 5.33rem;
  border-radius: 0.24rem;
  overflow: hidden;
}
.history-page .history_section ._right .history_list .history_list_item.passed .mark {
  background-color: var(--sk-global-color);
}
.history-page .history_section ._right .history_list .history_list_item.active ._year {
  opacity: 1;
  color: var(--sk-global-color);
}
.history-page .history_section ._right .history_list .history_list_item.active ._desc {
  opacity: 1;
}

.gdcdkp_si {
  margin-bottom: 0.86rem;
  position: relative;
  height: calc(100vh + 0.93rem);
}
.gdcdkp_si .gdcdkp_item {
  width: 100%;
  position: absolute;
  height: calc(100vh - 0.74rem - (var(--ccount) - 2) * 0.93rem);
  background-color: #000;
}
.gdcdkp_si .gdcdkp_item ._top_line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gdcdkp_si .gdcdkp_item ._top_line ._top_line_bar {
  height: 0.03rem;
  background: -webkit-linear-gradient(left, #FFA44E 0%, #FF8200 100%);
  background: linear-gradient(90deg, #FFA44E 0%, #FF8200 100%);
  width: 50%;
}
.gdcdkp_si .gdcdkp_item ._main_con {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gdcdkp_si .gdcdkp_item ._main_con .wal {
  padding-top: 0.93rem;
  padding-bottom: 0.64rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
}
.gdcdkp_si .gdcdkp_item ._main_con ._proj {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: unset;
  border-radius: 0.24rem;
  overflow: hidden;
}
.gdcdkp_si .gdcdkp_item ._main_con ._proj .fit-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.gdcdkp_si .gdcdkp_item ._main_con ._proj .fit-wrapper .left_desc {
  width: 6.81rem;
  font-size: 0.32rem;
  line-height: 0.42rem;
  font-family: "Poppins-SemiBold";
}
.gdcdkp_si .gdcdkp_item ._title_con ._nume_proj {
  display: inline-block;
  position: relative;
  z-index: -1;
  left: 50%;
  padding: 0.16rem 0 0.16rem;
  font-size: 2.4rem;
  line-height: 1.2;
  font-family: "Poppins-SemiBold";
}
.gdcdkp_si .gdcdkp_item ._btn2_con {
  width: 100%;
  position: absolute;
  top: 0.03rem;
  right: 0;
}
.gdcdkp_si .gdcdkp_item ._btn2_con .wal {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 800px) {
  .g_btn_si {
    width: 3.6rem;
    padding-right: 0.8rem;
  }
  .g_btn_si[data-theme=opacity] ._left {
    border: 0.03rem solid #ffffff;
  }
  .g_btn_si[data-theme=opacity] ._right .b_mark {
    border: 0.03rem solid #ffffff;
  }
  .g_btn_si[data-icon="18"] ._right .icon_1,
.g_btn_si[data-icon="18"] ._right .icon_2 {
    width: 0.3rem;
    height: 0.3rem;
  }
  .g_btn_si[data-icon="18"] ._right .b_wrapper {
    top: -0.15rem;
  }
  .g_btn_si ._left {
    position: relative;
    width: 100%;
    height: 0.8rem;
    padding: 0.19rem 0;
    border-radius: 0.4rem;
  }
  .g_btn_si ._left .text_1,
.g_btn_si ._left .text_2 {
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
  .g_btn_si ._right {
    width: 0.84rem;
    height: 0.84rem;
  }
  .g_btn_si ._right .icon_1,
.g_btn_si ._right .icon_2 {
    width: 0.26rem;
    height: 0.26rem;
  }
  .g_btn_si ._right .b_wrapper {
    top: -0.13rem;
  }
  .g_btn_si ._right .b_wrapper .b_mark {
    width: 0.8rem;
    height: 0.8rem;
  }

  .scientific-page .banner-box .title {
    padding-top: 3.7rem;
    width: 100%;
  }
  .scientific-page .outdoor_unit_technology {
    padding-top: 0.4rem;
  }
  .scientific-page .outdoor_unit_technology .wal .item {
    margin-top: 1.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: unset;
  }
  .scientific-page .outdoor_unit_technology .wal .item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .scientific-page .outdoor_unit_technology .wal .item ._left {
    width: 100%;
  }
  .scientific-page .outdoor_unit_technology .wal .item ._left .fit-image {
    padding-top: calc(558 / 670 * 100%);
    border-radius: 0.36rem;
  }
  .scientific-page .outdoor_unit_technology .wal .item ._right {
    padding: 0.4rem 0 0;
    -webkit-box-pack: initial;
    -webkit-justify-content: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
  .scientific-page .outdoor_unit_technology .wal .item ._right ._right_top .section__subtitle {
    font-size: 0.48rem;
    line-height: 0.72rem;
  }
  .scientific-page .outdoor_unit_technology .wal .item ._right ._right_top .text__content {
    margin-top: 0.24rem;
  }
  .scientific-page .outdoor_unit_technology .wal .item ._right ._right_bottom {
    margin-top: 0.64rem;
    padding-bottom: 0;
  }
  .scientific-page .outdoor_unit_technology .wal .item ._right ._right_bottom .advan_list_item:not(:last-child) {
    margin-bottom: 0.64rem;
  }
  .scientific-page .outdoor_unit_technology .wal .item ._right ._right_bottom .advan_list_item .title {
    font-size: 0.36rem;
    line-height: 0.64rem;
  }
  .scientific-page .outdoor_unit_technology .wal .item ._right ._right_bottom .advan_list_item .text__content {
    margin-top: 0.16rem;
  }
  .scientific-page .chip_technology {
    padding-top: 2rem;
  }
  .scientific-page .chip_technology .section__subtitle {
    font-size: 0.48rem;
    line-height: 0.64rem;
    text-align: center;
  }
  .scientific-page .chip_technology .text__content {
    text-align: center;
  }
  .scientific-page .chip_technology .chip_img {
    margin-top: 0.54rem;
  }
  .scientific-page .chip_technology .desc {
    padding: 0 0.5rem;
    margin-top: 0.3rem;
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
  .scientific-page .indoor_unit_technology {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .scientific-page .indoor_unit_technology ._item {
    padding-top: calc(1280 / 670 * 100%);
    border-radius: 0.36rem;
  }
  .scientific-page .indoor_unit_technology ._item:not(:last-child) {
    margin-bottom: 0.4rem;
  }
  .scientific-page .indoor_unit_technology ._item .fit-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .scientific-page .indoor_unit_technology ._item.fl_left .fit-wrapper {
    left: 0;
  }
  .scientific-page .indoor_unit_technology ._item.fl_right .fit-wrapper {
    left: 0;
  }
  .scientific-page .indoor_unit_technology ._item._type_1 {
    padding-top: calc(1280 / 670 * 100%);
  }
  .scientific-page .indoor_unit_technology ._item._type_1 .fit-wrapper {
    width: 100%;
    padding-left: 0;
    padding: 0.6rem 0.4rem;
  }
  .scientific-page .indoor_unit_technology ._item._type_1 .fit-wrapper .section__subtitle {
    margin-top: 0;
    font-size: 0.48rem;
    line-height: 0.64rem;
  }
  .scientific-page .indoor_unit_technology ._item._type_1 .fit-wrapper .text__content {
    margin: 0;
    margin-top: 0.24rem;
  }
  .scientific-page .indoor_unit_technology ._item._type_1 .fit-wrapper .wrapper_img {
    margin-top: 0.7rem;
    margin-left: 0;
    width: 4.73rem;
    height: 3.1rem;
  }
  .scientific-page .indoor_unit_technology ._item._type_1 .fit-wrapper .desc {
    margin-top: 0.36rem;
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
  .scientific-page .indoor_unit_technology ._item._type_2 {
    padding-top: calc(1374 / 670 * 100%);
  }
  .scientific-page .indoor_unit_technology ._item._type_2 .fit-wrapper {
    width: 100%;
    padding-right: 0;
    padding: 0.6rem 0.4rem;
    padding-bottom: 0.81rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .scientific-page .indoor_unit_technology ._item._type_2 .fit-wrapper .section__subtitle {
    margin-top: 5rem;
    font-size: 0.48rem;
    line-height: 0.64rem;
  }
  .scientific-page .indoor_unit_technology ._item._type_2 .fit-wrapper .title_2 {
    font-size: 0.36rem;
    line-height: 0.54rem;
  }
  .scientific-page .indoor_unit_technology ._item._type_2 .fit-wrapper .text__content {
    margin-top: 0.36rem;
    padding-right: 0.2rem;
  }
  .scientific-page .indoor_unit_technology ._item._type_2 .fit-wrapper .text__content br {
    display: none;
  }
  .scientific-page .indoor_unit_technology ._item._type_2 .fit-wrapper .desc_2 {
    margin-top: 0.6rem;
    padding-top: 0;
    padding-right: 0;
    font-size: 0.26rem;
    line-height: 0.39rem;
  }
  .scientific-page .cleaning_technology {
    padding-top: calc(1517 / 750 * 100%);
    margin-bottom: 1.56rem;
  }
  .scientific-page .cleaning_technology .fit-wrapper .wal .wrapper_img {
    margin-top: 2.5rem;
    position: static;
    width: 5.94rem;
    height: 5.39rem;
  }
  .scientific-page .cleaning_technology .fit-wrapper .wal .section__subtitle {
    text-align: left;
    margin-top: 1.26rem;
    width: 100%;
    font-size: 0.48rem;
    line-height: 0.64rem;
  }
  .scientific-page .cleaning_technology .fit-wrapper .wal .title_2 {
    margin-top: 0.12rem;
    width: 100%;
    font-size: 0.36rem;
    line-height: 0.54rem;
  }
  .scientific-page .cleaning_technology .fit-wrapper .wal .desc_2 {
    margin-top: 0.36rem;
    font-size: 0.26rem;
    line-height: 0.39rem;
    text-align: left;
  }

  .strategic-page .banner-box .title {
    padding-top: 3.7rem;
    width: 100%;
  }
  .strategic-page .banner-box .banner_desc {
    padding-top: 0.56rem;
    width: 100%;
    font-size: 0.36rem;
    line-height: 0.54rem;
  }
  .strategic-page .strategic_framework .framework_list {
    margin-top: 0.48rem;
  }
  .strategic-page .strategic_framework .framework_list .framework_list_item:not(:last-child) {
    margin-bottom: 1rem;
  }
  .strategic-page .strategic_framework .framework_list .framework_list_item .item_img {
    padding-top: calc(376 / 670 * 100%);
    border-radius: 0.36rem;
  }
  .strategic-page .strategic_framework .framework_list .framework_list_item .item_title {
    margin-top: 0.4rem;
    font-size: 0.36rem;
    line-height: 0.54rem;
  }
  .strategic-page .strategic_framework .framework_list .framework_list_item .item_desc {
    margin-top: 0.16rem;
    font-size: var(--fz-context);
    line-height: var(--lh-context);
    color: rgba(255, 255, 255, 0.6);
  }
  .strategic-page .regional_implementation {
    padding-bottom: 0;
  }
  .strategic-page .regional_implementation .regional_bg {
    padding-top: calc(885 / 750 * 100%);
  }
  .strategic-page .regional_implementation .section__subtitle {
    margin-top: 0;
    position: relative;
    top: -0.92rem;
  }
  .strategic-page .regional_implementation .implementation_list {
    padding: 0 0;
    margin-top: 0;
  }
  .strategic-page .regional_implementation .implementation_list .implementation_list_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .strategic-page .regional_implementation .implementation_list .implementation_list_item:not(:last-child) {
    margin-bottom: 1.2rem;
  }
  .strategic-page .regional_implementation .implementation_list .implementation_list_item .item_icon .svg-ctx {
    width: 0.64rem;
    height: 0.64rem;
  }
  .strategic-page .regional_implementation .implementation_list .implementation_list_item .item_title {
    margin-top: 0.36rem;
    padding-bottom: 0;
    font-size: 0.36rem;
    line-height: 0.54rem;
  }
  .strategic-page .regional_implementation .implementation_list .implementation_list_item .item_desc_1,
.strategic-page .regional_implementation .implementation_list .implementation_list_item .item_desc_2 {
    margin-top: 0.24rem;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
  }
  .strategic-page .strategic_enablers {
    padding-bottom: 0.89rem;
  }
  .strategic-page .strategic_enablers .strategic_list .strategic_list_item:not(:last-child) {
    margin-bottom: 1.2rem;
  }
  .strategic-page .strategic_enablers .strategic_list .strategic_list_item .item_img {
    padding-top: calc(377 / 670 * 100%);
    border-radius: 0.36rem;
    overflow: hidden;
  }
  .strategic-page .strategic_enablers .strategic_list .strategic_list_item .item_title_1 {
    margin-top: 0.4rem;
    font-size: 0.36rem;
    line-height: 0.54rem;
  }
  .strategic-page .strategic_enablers .strategic_list .strategic_list_item .item_title_2 {
    margin-top: 0.24rem;
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
  .strategic-page .strategic_enablers .strategic_list .strategic_list_item .item_desc {
    margin-top: 0.16rem;
    color: rgba(255, 255, 255, 0.6);
  }
  .strategic-page .sustainability_commitment {
    padding-top: calc(1573 / 750 * 100%);
  }
  .strategic-page .sustainability_commitment .fit-wrapper .section__subtitle {
    margin-top: 2.46rem;
  }
  .strategic-page .sustainability_commitment .fit-wrapper ._title_2 {
    margin-top: 0.24rem;
    font-size: 0.36rem;
    line-height: 0.54rem;
  }
  .strategic-page .sustainability_commitment .fit-wrapper ._desc {
    margin-top: 0.4rem;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
  }

  .history-page .history_section {
    padding-top: 2.2rem;
    padding-bottom: 0;
    overflow: hidden;
  }
  .history-page .history_section ._bg {
    width: 100%;
    height: 7.38rem;
    left: 0;
  }
  .history-page .history_section ._left {
    width: 0.6rem;
  }
  .history-page .history_section ._left .history_nav {
    display: none;
  }
  .history-page .history_section ._right .progress_box_si {
    width: 0.02rem;
  }
  .history-page .history_section ._right .progress_box_si::before {
    width: 0.02rem;
  }
  .history-page .history_section ._right .progress_box_si .progress_offset {
    width: 0.02rem;
    height: 1rem;
  }
  .history-page .history_section ._right .progress_box_si .progress_con {
    width: 0.02rem;
  }
  .history-page .history_section ._right .history_list .history_list_item {
    padding-left: 0.7rem;
  }
  .history-page .history_section ._right .history_list .history_list_item:first-child {
    padding-top: 0.59rem;
  }
  .history-page .history_section ._right .history_list .history_list_item:first-child .mark {
    top: 0.94rem;
  }
  .history-page .history_section ._right .history_list .history_list_item .mark {
    top: 1.15rem;
    left: -0.07rem;
    width: 0.16rem;
    height: 0.16rem;
  }
  .history-page .history_section ._right .history_list .history_list_item ._year {
    font-size: 0.64rem;
    line-height: 0.96rem;
  }
  .history-page .history_section ._right .history_list .history_list_item ._desc {
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
  .history-page .history_section ._right .history_list .history_list_item ._img {
    margin-top: 0.36rem;
    width: 4.8rem;
    height: 3.2rem;
    border-radius: 0.36rem;
  }
  .history-page .history_nav_m_section {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0.4rem;
    z-index: 10;
  }
  .history-page .history_nav_m_section ._mask {
    position: absolute;
    left: 0;
    bottom: -0.4rem;
    width: 100%;
    height: calc(100vh * 0.4);
    background: -webkit-linear-gradient(bottom, #000000 16%, rgba(0, 0, 0, 0.4) 73%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(360deg, #000000 16%, rgba(0, 0, 0, 0.4) 73%, rgba(0, 0, 0, 0) 100%);
  }
  .history-page .history_nav_m_section .history_nav_m {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 2.4rem;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #1a1a1a;
    border-radius: 0.36rem;
    padding: 0.23rem 0;
  }
  .history-page .history_nav_m_section .history_nav_m ._prev,
.history-page .history_nav_m_section .history_nav_m ._next {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 0.9rem;
    height: 0.9rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .history-page .history_nav_m_section .history_nav_m ._prev .svg-ctx,
.history-page .history_nav_m_section .history_nav_m ._next .svg-ctx {
    width: 0.3rem;
    height: 0.3rem;
    color: #FFFFFF80;
  }
  .history-page .history_nav_m_section .history_nav_m .swiper_con {
    overflow: hidden;
  }
  .history-page .history_nav_m_section .history_nav_m .swiper_con .swiper-slide {
    text-align: center;
  }
  .history-page .history_nav_m_section .history_nav_m .swiper_con .swiper-slide ._title {
    margin-top: 0.12rem;
    font-size: 0.28rem;
    line-height: 0.42rem;
    font-family: "Poppins-Medium";
  }
  .history-page .history_nav_m_section .history_nav_m .swiper_con .swiper-slide ._range {
    margin-top: 0.08rem;
    font-size: 0.48rem;
    line-height: 0.72rem;
    font-family: "Poppins-Medium";
    color: var(--sk-global-color);
  }

  .gdcdkp_si {
    margin-bottom: 1.3rem;
    height: calc(100vh + 1.01rem);
  }
  .gdcdkp_si .gdcdkp_item {
    height: calc(100vh - 1.3rem - (var(--ccount) - 2) * 1.01rem);
  }
  .gdcdkp_si .gdcdkp_item ._top_line ._top_line_bar {
    height: 0.05rem;
  }
  .gdcdkp_si .gdcdkp_item ._main_con .wal {
    padding-top: 1.01rem;
    padding-bottom: 0.4rem;
  }
  .gdcdkp_si .gdcdkp_item ._main_con ._proj {
    border-radius: 0.36rem;
  }
  .gdcdkp_si .gdcdkp_item ._main_con ._proj .fit-wrapper {
    padding: 0.6rem 0.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .gdcdkp_si .gdcdkp_item ._main_con ._proj .fit-wrapper .left_desc {
    margin-bottom: 0.58rem;
    width: 100%;
    padding-right: 0.1rem;
    font-size: 0.48rem;
    line-height: 0.64rem;
  }
  .gdcdkp_si .gdcdkp_item ._title_con ._nume_proj {
    padding: 0 0 0;
    font-size: 3.2rem;
    line-height: 1.5;
  }
  .gdcdkp_si .gdcdkp_item ._btn2_con {
    top: 0.05rem;
  }
  .gdcdkp_si .gdcdkp_item ._btn2_con .wal {
    padding-top: 0.28rem;
    padding-bottom: 0.28rem;
  }
  .gdcdkp_si .gdcdkp_item ._btn2_con .wal .m_btn_ar .svg-ctx {
    width: 0.4rem;
    height: 0.4rem;
  }
}
