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

/*
 * 富文本初始化
 */
/* 全局样式变量 */
:root {
  --sk-font-Light: '';
  --sk-font-Regular: 'Montserrat-Regular';
  --sk-font-Medium: 'Montserrat-Medium';
  --sk-font-Bold: 'Montserrat-Bold';
  --sk-font-SemiBold: 'Montserrat-SemiBold';
  --sk-font-ExtraBold: 'Montserrat-ExtraBold';
  --sk-font-Num: 'Montserrat-SemiBold';
  --headH: 0;
  /* 以下颜色根据设计稿的不同来设置 */
  --sk-global-color: #464E98; /* -------------- 主题色 ---------------*/
  --fcolor-default: #182833; /* -------------- 字体默认色 ---------------*/
  --fcolor-black: #000000;
  --fz-h1: .56rem; /* -------------- 一级标题字号 ---------------*/
  --fz-h2: .48rem; /* -------------- 一级标题字号 ---------------*/
  --fz-context: .28rem; /* -------------- 正文字号 ------------------*/
  --lh-h1: .56rem; /* -------------- 一级标题行高 ---------------*/
  --lh-h2: .56rem; /* -------------- 二级标题行高 ---------------*/
  --lh-context: .56rem; /* -------------- 正文行高 -------------------*/
  /* 层级 */
  --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;
}

@-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(../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.bg-transparent .-select-front {
  background: transparent;
}
.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.18rem;
  height: var(--h);
  background: white;
  border-radius: 0.08rem;
}
.sk_select .-select-front input::-webkit-input-placeholder {
  color: #999999;
}
.sk_select .-select-front input::-moz-placeholder {
  color: #999999;
}
.sk_select .-select-front input:-moz-placeholder {
  color: #999999;
}
.sk_select .-select-front input:-ms-input-placeholder {
  color: #999999;
}
.sk_select .-select-front textarea::-webkit-input-placeholder {
  color: #999999;
}
.sk_select .-select-front textarea::-moz-placeholder {
  color: #999999;
}
.sk_select .-select-front textarea:-moz-placeholder {
  color: #999999;
}
.sk_select .-select-front textarea:-ms-input-placeholder {
  color: #999999;
}
.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.2rem;
}
.sk_select .-select-front input::-webkit-input-placeholder {
  color: #999999;
}
.sk_select .-select-front input::-moz-placeholder {
  color: #999999;
}
.sk_select .-select-front input:-ms-input-placeholder {
  color: #999999;
}
.sk_select .-select-front input::placeholder {
  color: #999999;
}
.sk_select .-select-front input.required::-webkit-input-placeholder {
  background-image: -webkit-linear-gradient(left, red, red 0.5ch, #999999 0.51ch, #999999 1ch);
  background-image: linear-gradient(to right, red, red 0.5ch, #999999 0.51ch, #999999 1ch);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.sk_select .-select-front input.required::-moz-placeholder {
  background-image: linear-gradient(to right, red, red 0.5ch, #999999 0.51ch, #999999 1ch);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.sk_select .-select-front input.required:-ms-input-placeholder {
  background-image: linear-gradient(to right, red, red 0.5ch, #999999 0.51ch, #999999 1ch);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.sk_select .-select-front input.required::placeholder {
  background-image: -webkit-linear-gradient(left, red, red 0.5ch, #999999 0.51ch, #999999 1ch);
  background-image: linear-gradient(to right, red, red 0.5ch, #999999 0.51ch, #999999 1ch);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.sk_select .-select-front::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background: url(../images/icon/select-down.svg) center center no-repeat;
  background-size: contain;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 0;
  -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.16rem;
  line-height: 0.2rem;
  color: rgba(0, 0, 0, 0.4);
  font-family: var(--sk-font-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.18rem 0.33rem 0.18rem;
    height: var(--h);
  }
  .sk_select .-select-front input {
    font-size: 0.24rem;
  }
  .sk_select .-select-front::after {
    width: 0.2rem;
    height: 0.2rem;
  }
  .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);
  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: var(--sk-font-Bold);
}
.-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: var(--sk-font-Medium);
  font-size: 12px;
  color: var(--fcolor-default);
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
  background-color: white;
}
body.show {
  opacity: 1;
}

a {
  font-family: var(--sk-font-Medium);
  color: var(--fcolor-default);
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
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;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
  font-family: var(--sk-font-Bold);
}

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

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: 14rem;
  width: 100%;
  margin: 0 auto;
}

.wal2 {
  max-width: 17.16rem;
  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.3rem;
  }
  .wal2 {
    width: 100%;
    padding: 0 0.3rem;
  }
  .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;
  }
}
.g-more-btn {
  --height: 0.52rem;
  --padding: 0 0.23rem;
  --width: 2.7rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  min-width: var(--width);
  height: var(--height);
  padding: var(--padding);
  border-radius: var(--height);
  background: -webkit-linear-gradient(left, #616CCD 0%, #807EE7 100%);
  background: linear-gradient(90deg, #616CCD 0%, #807EE7 100%);
  font-size: 0.16rem;
  color: #fff;
  text-transform: capitalize;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 800px) {
  .g-more-btn {
    --height: 0.96rem;
    --width: 2.94rem;
    font-size: 0.28rem;
    line-height: 0.6rem;
  }
  .g-more-btn.phone_hover::after {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.g-more-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(77deg, #464E98 0%, #636ED4 50.06%, #A35EED 82.29%, #FF7423 100%);
  background: linear-gradient(13deg, #464E98 0%, #636ED4 50.06%, #A35EED 82.29%, #FF7423 100%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.g-more-btn .btn-text {
  position: relative;
  z-index: 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;
  height: var(--height);
  line-height: var(--height);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}
.g-more-btn.bg-transparent {
  background: transparent;
  color: #4745A0;
}
.g-more-btn.bg-transparent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 0.02rem);
  height: calc(100% - 0.02rem);
  border: 0.01rem solid #4745A0;
  border-radius: var(--height);
}
@media screen and (max-width: 800px) {
  .g-more-btn.bg-transparent::before {
    width: calc(100% - 0.04rem);
    height: calc(100% - 0.04rem);
    border: 0.02rem solid #4745A0;
  }
}
.g-more-btn.bg-white {
  background: #fff;
  color: #4745A0;
}
.g-more-btn.border-grey {
  background: transparent;
  color: #999999;
  border: 1px solid #C9D6DF;
}
.g-more-btn.bg-grey {
  background: #E6E6E6;
  color: #333333;
}
@media screen and (min-width: 800px) {
  .g-more-btn:hover {
    color: #fff !important;
    border-color: transparent;
  }
  .g-more-btn:hover::after {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .g-more-btn:hover .btn-text {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.g-text-hover span {
  background-image: -webkit-linear-gradient(top, transparent 95%, #182833 0);
  background-image: linear-gradient(to bottom, transparent 95%, #182833 0);
  background-repeat: no-repeat;
  background-size: 0 100%;
  text-decoration: none;
  -webkit-transition: background-size 0.36s cubic-bezier(0.32, 0.17, 0, 1);
  transition: background-size 0.36s cubic-bezier(0.32, 0.17, 0, 1);
}
.g-text-hover:hover span {
  background-size: 100% 100%;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  50% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  75% {
    -webkit-transform: rotate(150deg);
            transform: rotate(150deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  50% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  75% {
    -webkit-transform: rotate(150deg);
            transform: rotate(150deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.g-header {
  height: 1.16rem;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 800px) {
  .g-header {
    height: 0.96rem;
  }
}
.g-header::before {
  content: "";
  backdrop-filter: blur(10px);
  position: fixed;
  z-index: -1;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 96;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.g-header .g-head {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.g-header .g-head .top-top {
  height: 0.48rem;
  background: #F4FBFF;
}
.g-header .g-head .top-top .wal2 {
  height: 100%;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.g-header .g-head .top-top .wal2 .top-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.g-header .g-head .top-top .wal2 .top-nav .nav-li {
  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-left: 0.3rem;
  color: #333333;
}
.g-header .g-head .top-top .wal2 .top-nav .nav-li .icon {
  width: 0.28rem;
  height: 0.28rem;
}
.g-header .g-head .top-top .wal2 .top-nav .nav-li .text {
  margin-left: 0.1rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.g-header .g-head .top-top .wal2 .top-nav .nav-li:hover {
  color: var(--sk-global-color);
}
.g-header .g-head .top-top .wal2 .language-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;
  margin-left: 0.3rem;
  position: relative;
}
.g-header .g-head .top-top .wal2 .language-btn:hover .language-layer {
  opacity: 1;
  visibility: visible;
}
.g-header .g-head .top-top .wal2 .language-btn .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;
}
.g-header .g-head .top-top .wal2 .language-btn .btn .icon {
  width: 0.28rem;
  height: 0.28rem;
}
.g-header .g-head .top-top .wal2 .language-btn .btn .text {
  margin-left: 0.05rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.g-header .g-head .top-top .wal2 .language-btn .language-layer {
  position: absolute;
  z-index: 10;
  top: 100%;
  padding-top: 0.08rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.g-header .g-head .top-top .wal2 .language-btn .language-layer .language-card {
  padding: 0.16rem;
  background: #F4FBFF;
  box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(134, 134, 134, 0.25);
}
.g-header .g-head .top-top .wal2 .language-btn .language-layer .language-card .language-link {
  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.08rem;
  margin-top: 0.16rem;
}
.g-header .g-head .top-top .wal2 .language-btn .language-layer .language-card .language-link:first-child {
  margin-top: 0;
}
.g-header .g-head .top-top .wal2 .language-btn .language-layer .language-card .language-link .icon {
  height: 0.3rem;
  width: 0.3rem;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.g-header .g-head .top-top .wal2 .language-btn .language-layer .language-card .language-link .text {
  margin-left: 0.11rem;
  color: #000000;
  font-size: 0.18rem;
  line-height: 0.3rem;
}
.g-header .g-head .header_wrapper {
  background: #FFFFFF;
}
.g-header .g-head .header_wrapper .header-box {
  height: 0.68rem;
  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-head .header_wrapper .header-box .logo .icon {
  height: 0.47rem;
}
.g-header .g-head .header_wrapper .header-box .nav-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 0.94rem;
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav__line {
  width: 1rem;
  height: 0.01rem;
  background-color: #4745A0;
  position: absolute;
  left: 0;
  bottom: 0.15rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0s;
  transition: 0s;
  opacity: 0;
  pointer-events: none;
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav__line.show {
  opacity: 1;
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav-li {
  height: 100%;
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav-li:hover .layer-box {
  box-shadow: 0rem 0.16rem 0.3rem 0rem rgba(151, 151, 151, 0.15);
  -webkit-clip-path: inset(0 0 -0.5rem 0);
          clip-path: inset(0 0 -0.5rem 0);
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav-li.on .nav-a {
  font-family: var(--sk-font-Bold);
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav-li .nav-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;
  height: 100%;
  margin: 0 0.28rem;
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #333333;
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav-li .layer-box {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  background: #FFFFFF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav-li .layer-box .layer-wal {
  border-top: 0.01rem solid #E6E6E6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  max-height: calc(100vh - 1.5rem);
  overflow-y: auto;
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav-li .layer-box .layer-wal.products_wp {
  padding-top: 0.54rem;
  padding-bottom: 0.49rem;
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav-li .layer-box .layer-wal.products_wp .content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav-li .layer-box .layer-wal.products_wp .content-box .left-box {
  width: 6.03rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav-li .layer-box .layer-wal.products_wp .content-box .left-box .title-label {
  margin-top: 0.15rem;
  font-size: 0.36rem;
  line-height: 0.6rem;
  color: #182833;
  font-family: var(--sk-font-Bold);
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav-li .layer-box .layer-wal.products_wp .content-box .left-box .class-list {
  margin-top: 0.07rem;
  width: 4.25rem;
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav-li .layer-box .layer-wal.products_wp .content-box .left-box .class-list .class-item {
  padding: 0.18rem 0 0.18rem;
  border-bottom: 0.01rem solid #E6E6E6;
  font-size: 0.24rem;
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 0.24rem;
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav-li .layer-box .layer-wal.products_wp .content-box .left-box .class-list .class-item .arr {
  width: 0.36rem;
  height: 0.36rem;
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav-li .layer-box .layer-wal.products_wp .content-box .left-box .class-list .class-item.on .arr path {
  stroke: var(--sk-global-color);
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav-li .layer-box .layer-wal.products_wp .content-box .left-box .class-list .class-item.on .arr line {
  stroke: var(--sk-global-color);
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav-li .layer-box .layer-wal.products_wp .content-box .right-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav-li .layer-box .layer-wal.products_wp .content-box .right-box .product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: calc(100% + 0.34rem);
  margin: 0 -0.17rem;
  display: none;
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav-li .layer-box .layer-wal.products_wp .content-box .right-box .product-list.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav-li .layer-box .layer-wal.products_wp .content-box .right-box .product-list .product-card {
  margin: 0 0.17rem;
  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;
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav-li .layer-box .layer-wal.products_wp .content-box .right-box .product-list .product-card .img-box {
  height: 1.3rem;
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav-li .layer-box .layer-wal.products_wp .content-box .right-box .product-list .product-card .img-box .img {
  height: 100%;
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav-li .layer-box .layer-wal.products_wp .content-box .right-box .product-list .product-card .name {
  margin-top: 0.24rem;
  margin-bottom: 0.24rem;
  text-align: center;
  font-size: 0.18rem;
  line-height: 0.24rem;
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav-li .layer-box .layer-wal.products_wp .content-box .right-box .product-list .product-card .name span {
  font-size: 0.16rem;
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav-li .layer-box .layer-wal.products_wp .content-box .right-box .solution-home {
  margin-top: 0.33rem;
  padding-top: 0.13rem;
  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;
  border-top: 0.01rem solid #E6E6E6;
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav-li .layer-box .layer-wal.products_wp .content-box .right-box .solution-home .img-txt {
  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 .header_wrapper .header-box .nav-box .nav-li .layer-box .layer-wal.products_wp .content-box .right-box .solution-home .img-txt .icon {
  width: 1.3rem;
  height: 1.3rem;
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav-li .layer-box .layer-wal.products_wp .content-box .right-box .solution-home .img-txt .text {
  width: 4.43rem;
  color: #182833;
  margin-left: 0.3rem;
  font-family: var(--sk-font-ExtraBold);
  font-size: 0.24rem;
  line-height: 0.36rem;
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav-li .layer-box .layer-wal.products_wp .content-box .right-box .solution-home .g-more-btn {
  --height: 0.84rem;
  --width: 3.11rem;
  font-family: var(--sk-font-Bold);
  font-size: 0.24rem;
  line-height: 0.32rem;
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav-li .layer-box .layer-wal.link_list_wp {
  padding-top: 0.79rem;
  padding-bottom: 0.86rem;
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav-li .layer-box .layer-wal.link_list_wp .content-box .title-label {
  font-size: 0.36rem;
  line-height: 0.42rem;
  font-family: var(--sk-font-Bold);
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav-li .layer-box .layer-wal.link_list_wp .content-box .card-list {
  margin-top: 0.59rem;
  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-head .header_wrapper .header-box .nav-box .nav-li .layer-box .layer-wal.link_list_wp .content-box .card-list .card-box {
  width: calc((100% - 0.78rem) / 4);
  height: 1.94rem;
  border-radius: 0.12rem;
  overflow: hidden;
  position: relative;
  margin-right: 0.26rem;
  margin-bottom: 0.26rem;
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav-li .layer-box .layer-wal.link_list_wp .content-box .card-list .card-box:hover .border-line {
  opacity: 1;
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav-li .layer-box .layer-wal.link_list_wp .content-box .card-list .card-box:hover .con-box .icon-box .icon.default {
  opacity: 0;
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav-li .layer-box .layer-wal.link_list_wp .content-box .card-list .card-box:hover .con-box .icon-box .icon.hover {
  opacity: 1;
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav-li .layer-box .layer-wal.link_list_wp .content-box .card-list .card-box:nth-child(4n) {
  margin-right: 0;
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav-li .layer-box .layer-wal.link_list_wp .content-box .card-list .card-box .bg-img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav-li .layer-box .layer-wal.link_list_wp .content-box .card-list .card-box .border-line {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  padding: 0.01rem;
  -webkit-mask: -webkit-linear-gradient(#fff 0 0) content-box, -webkit-linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav-li .layer-box .layer-wal.link_list_wp .content-box .card-list .card-box .border-line::after {
  -webkit-animation: rotate 3s infinite linear;
          animation: rotate 3s infinite linear;
  content: "";
  position: absolute;
  height: 150%;
  width: 200%;
  top: -25%;
  left: -50%;
  background: -webkit-linear-gradient(bottom, rgba(58, 56, 168, 0) 0%, rgba(58, 56, 168, 0.1) 20%, rgb(58, 56, 168) 50%, rgba(58, 56, 168, 0.1) 80%, rgba(58, 56, 168, 0) 100%);
  background: linear-gradient(0deg, rgba(58, 56, 168, 0) 0%, rgba(58, 56, 168, 0.1) 20%, rgb(58, 56, 168) 50%, rgba(58, 56, 168, 0.1) 80%, rgba(58, 56, 168, 0) 100%);
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav-li .layer-box .layer-wal.link_list_wp .content-box .card-list .card-box .con-box {
  height: 100%;
  padding-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;
  -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-header .g-head .header_wrapper .header-box .nav-box .nav-li .layer-box .layer-wal.link_list_wp .content-box .card-list .card-box .con-box .title {
  font-size: 0.24rem;
  line-height: 0.3rem;
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav-li .layer-box .layer-wal.link_list_wp .content-box .card-list .card-box .con-box .icon-box {
  margin-top: 0.24rem;
  width: 0.36rem;
  height: 0.36rem;
  position: relative;
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav-li .layer-box .layer-wal.link_list_wp .content-box .card-list .card-box .con-box .icon-box .icon {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav-li .layer-box .layer-wal.link_list_wp .content-box .card-list .card-box .con-box .icon-box .icon.default {
  opacity: 1;
}
.g-header .g-head .header_wrapper .header-box .nav-box .nav-li .layer-box .layer-wal.link_list_wp .content-box .card-list .card-box .con-box .icon-box .icon.hover {
  opacity: 0;
}
.g-header .g-head .header_wrapper .header-box .search-buy-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-head .header_wrapper .header-box .search-buy-box .search-icon {
  height: 0.28rem;
  width: 0.28rem;
  cursor: pointer;
}
.g-header .g-head .header_wrapper .header-box .search-buy-box .search-icon .icon {
  height: 100%;
  width: 100%;
}
.g-header .g-head .header_wrapper .header-box .search-buy-box .search-layer {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  height: 1.8rem;
  width: 100%;
  background: #F4FBFF;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.g-header .g-head .header_wrapper .header-box .search-buy-box .search-layer.show {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.g-header .g-head .header_wrapper .header-box .search-buy-box .search-layer .wal2 {
  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;
}
.g-header .g-head .header_wrapper .header-box .search-buy-box .search-layer .wal2 .logo {
  margin-top: -0.04rem;
}
.g-header .g-head .header_wrapper .header-box .search-buy-box .search-layer .wal2 .logo .icon {
  height: 0.4rem;
}
.g-header .g-head .header_wrapper .header-box .search-buy-box .search-layer .wal2 .input-close {
  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 .header_wrapper .header-box .search-buy-box .search-layer .wal2 .input-close .input-box {
  width: 9.05rem;
  margin-right: 1.15rem;
  position: relative;
}
.g-header .g-head .header_wrapper .header-box .search-buy-box .search-layer .wal2 .input-close .input-box .input {
  width: 100%;
  height: 0.66rem;
  padding-right: 0.6rem;
  border-bottom: 0.01rem solid #CCCCCC;
  font-size: 0.32rem;
  line-height: 0.3rem;
  color: #333333;
}
.g-header .g-head .header_wrapper .header-box .search-buy-box .search-layer .wal2 .input-close .input-box .input::-webkit-input-placeholder {
  opacity: 0.3;
}
.g-header .g-head .header_wrapper .header-box .search-buy-box .search-layer .wal2 .input-close .input-box .input::-moz-placeholder {
  opacity: 0.3;
}
.g-header .g-head .header_wrapper .header-box .search-buy-box .search-layer .wal2 .input-close .input-box .input:-ms-input-placeholder {
  opacity: 0.3;
}
.g-header .g-head .header_wrapper .header-box .search-buy-box .search-layer .wal2 .input-close .input-box .input::placeholder {
  opacity: 0.3;
}
.g-header .g-head .header_wrapper .header-box .search-buy-box .search-layer .wal2 .input-close .input-box .search-close-btn {
  position: absolute;
  bottom: 0.1rem;
  right: 0;
  width: 0.48rem;
  height: 0.48rem;
  cursor: pointer;
}
.g-header .g-head .header_wrapper .header-box .search-buy-box .search-layer .wal2 .input-close .input-box .search-close-btn .search-close-icon {
  height: 100%;
  width: 100%;
}
.g-header .g-head .header_wrapper .header-box .search-buy-box .search-layer .wal2 .input-close .close-btn {
  width: 0.58rem;
  height: 0.58rem;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #fff;
}
.g-header .g-head .header_wrapper .header-box .search-buy-box .search-layer .wal2 .input-close .close-btn:hover .close-img path {
  fill: #616CCD;
}
.g-header .g-head .header_wrapper .header-box .search-buy-box .search-layer .wal2 .input-close .close-btn .close-img {
  height: 0.24rem;
  width: 0.24rem;
}
.g-header .g-head .header_wrapper .header-box .search-buy-box .search-layer .wal2 .input-close .close-btn .close-img path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.g-header .g-head .header_wrapper .header-box .search-buy-box .g-more-btn {
  margin-left: 0.21rem;
  --padding: 0 0.16rem 0 0.2rem;
  --width: 0;
}
.g-header .header-phone {
  height: 0.96rem;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.g-header .header-phone .header-phone-box {
  background: #FFFFFF;
  height: 100%;
  padding: 0 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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.g-header .header-phone .header-phone-box .logo-img {
  height: 0.6rem;
}
.g-header .header-phone .header-phone-box .logo-img img {
  height: 100%;
}
.g-header .header-phone .header-phone-box .tree-img {
  height: 0.48rem;
}
.g-header .header-phone .header-phone-box .tree-img.on img.false {
  display: block;
}
.g-header .header-phone .header-phone-box .tree-img.on img.true {
  display: none;
}
.g-header .header-phone .header-phone-box .tree-img img {
  height: 100%;
}
.g-header .header-phone .header-phone-box .tree-img img.false {
  display: none;
}
.g-header .header-phone .header-phone-box .tree-img img.true {
  display: block;
}
.g-header .header-phone .tree-nav {
  position: fixed;
  top: 0.96rem;
  left: 0;
  height: calc(100vh - 0.96rem);
  width: 100vw;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.g-header .header-phone .tree-nav.show {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.g-header .header-phone .tree-nav .mon-box {
  height: 100%;
  background: rgba(28, 28, 28, 0.9);
  backdrop-filter: blur(0.1rem);
  padding-top: 0.22rem;
  padding-bottom: 1.24rem;
  overflow-y: auto;
}
.g-header .header-phone .tree-nav .mon-box .input-box {
  height: 0.84rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.g-header .header-phone .tree-nav .mon-box .input-box .icon {
  position: absolute;
  left: 0.14rem;
  top: 0.2rem;
  width: 0.41rem;
  height: 0.41rem;
}
.g-header .header-phone .tree-nav .mon-box .input-box .input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  padding: 0.28rem 0.28rem 0.28rem 0.66rem;
}
.g-header .header-phone .tree-nav .mon-box .input-box .input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.4;
}
.g-header .header-phone .tree-nav .mon-box .input-box .input::-moz-placeholder {
  color: #fff;
  opacity: 0.4;
}
.g-header .header-phone .tree-nav .mon-box .input-box .input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.4;
}
.g-header .header-phone .tree-nav .mon-box .input-box .input::placeholder {
  color: #fff;
  opacity: 0.4;
}
.g-header .header-phone .tree-nav .mon-box .input-box .search-btn {
  background: #4745A0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 1.88rem;
  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-size: 0.24rem;
  line-height: 0.32rem;
  color: #FFFFFF;
}
.g-header .header-phone .tree-nav .mon-box .ft_r {
  margin-top: 0.18rem;
}
.g-header .header-phone .tree-nav .mon-box .ft_r.language {
  margin-top: 0;
}
.g-header .header-phone .tree-nav .mon-box .ft_r.language .ft_link {
  border-bottom: none;
}
.g-header .header-phone .tree-nav .mon-box .ft_r .ft_link {
  border-bottom: 0.02rem solid rgba(102, 102, 102, 0.4);
  padding-bottom: 0.3rem;
  padding-top: 0.3rem;
}
.g-header .header-phone .tree-nav .mon-box .ft_r .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;
}
.g-header .header-phone .tree-nav .mon-box .ft_r .ft_link dt.on .iconfont .icon.true {
  display: none;
}
.g-header .header-phone .tree-nav .mon-box .ft_r .ft_link dt.on .iconfont .icon.false {
  display: block;
}
.g-header .header-phone .tree-nav .mon-box .ft_r .ft_link dt a {
  font-size: 0.32rem;
  line-height: 0.44rem;
  font-family: var(--sk-font-SemiBold);
  color: #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 .header-phone .tree-nav .mon-box .ft_r .ft_link dt a .icon {
  height: 0.56rem;
  width: 0.56rem;
}
.g-header .header-phone .tree-nav .mon-box .ft_r .ft_link dt a .text {
  margin-left: 0.2rem;
  font-family: var(--sk-font-Medium);
}
.g-header .header-phone .tree-nav .mon-box .ft_r .ft_link dt .iconfont {
  width: 0.32rem;
  height: 0.32rem;
}
.g-header .header-phone .tree-nav .mon-box .ft_r .ft_link dt .iconfont .icon {
  width: 100%;
  height: 100%;
}
.g-header .header-phone .tree-nav .mon-box .ft_r .ft_link dt .iconfont .icon.false {
  display: none;
}
.g-header .header-phone .tree-nav .mon-box .ft_r .ft_link dt .iconfont .icon.true {
  display: block;
}
.g-header .header-phone .tree-nav .mon-box .ft_r .ft_link dd {
  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;
  height: 0;
  overflow: hidden;
}
.g-header .header-phone .tree-nav .mon-box .ft_r .ft_link dd a {
  display: block;
  color: #CCCCCC;
  font-size: 0.28rem;
  line-height: 0.45rem;
  margin-top: 0.24rem;
}
.g-header .header-phone .tree-nav .mon-box .ft_r .ft_link dd a:first-child {
  margin-top: 0.28rem;
}
.g-header .header-phone .tree-nav .mon-box .ft_r .ft_link dd a .text {
  margin-left: 0.2rem;
}
.g-header .header-phone .tree-nav .mon-box .warranty-list {
  margin-top: 0.28rem;
  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;
}
.g-header .header-phone .tree-nav .mon-box .warranty-list .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.24rem;
}
.g-header .header-phone .tree-nav .mon-box .warranty-list .link .icon {
  width: 0.56rem;
  height: 0.56rem;
}
.g-header .header-phone .tree-nav .mon-box .warranty-list .link .text {
  font-size: 0.32rem;
  line-height: 0.6rem;
  color: #FFFFFF;
  margin-left: 0.2rem;
}
.g-header.isScroll .g-head,
.g-header.isScroll .g-head-phone {
  box-shadow: 0 0.1rem 0.13rem rgba(0, 0, 0, 0.02);
}
.g-header.hide .g-head,
.g-header.hide .header-phone {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  box-shadow: none;
}
.g-header.dialog__wrapper::before {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 800px) {
  .g-header.dialog__wrapper::before {
    display: none;
  }
}

.g-footer {
  position: relative;
  z-index: 1;
  padding-top: 0.77rem;
  border-radius: 0.46rem 0.46rem 0rem 0rem;
  overflow: hidden;
}
.g-footer a {
  color: #F4FBFF;
}
.g-footer .bg-img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-position: center bottom;
}
.g-footer .logo-email {
  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;
}
.g-footer .logo-email .logo-link .logo-img {
  height: 0.56rem;
}
.g-footer .logo-email .logo-link .link-list {
  margin-top: 0.28rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.g-footer .logo-email .logo-link .link-list .link {
  margin-right: 0.22rem;
  cursor: pointer;
}
.g-footer .logo-email .logo-link .link-list .link .icon {
  width: 0.36rem;
  height: 0.36rem;
}
.g-footer .logo-email .logo-link .link-list .link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 800px) {
  .g-footer .logo-email .email-box {
    width: 100%;
  }
}
.g-footer .logo-email .email-box .email-title {
  font-size: 0.28rem;
  line-height: 0.28rem;
  color: #F4FBFF;
  font-family: var(--sk-font-SemiBold);
}
@media screen and (max-width: 800px) {
  .g-footer .logo-email .email-box .email-title {
    text-align: center;
  }
}
.g-footer .logo-email .email-box .input-box {
  margin-top: 0.17rem;
  --input-height: 0.65rem;
  height: var(--input-height);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  .g-footer .logo-email .email-box .input-box {
    margin-top: 0.22rem;
    --input-height: 0.86rem;
  }
}
.g-footer .logo-email .email-box .input-box .input {
  width: 3.57rem;
  padding: 0.18rem;
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 800px) {
  .g-footer .logo-email .email-box .input-box .input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0.24rem;
    font-size: 0.26rem;
    line-height: 0.4rem;
    font-family: var(--sk-font-Regular);
  }
}
.g-footer .logo-email .email-box .input-box .input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.3;
}
.g-footer .logo-email .email-box .input-box .input::-moz-placeholder {
  color: #fff;
  opacity: 0.3;
}
.g-footer .logo-email .email-box .input-box .input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.3;
}
.g-footer .logo-email .email-box .input-box .input::placeholder {
  color: #fff;
  opacity: 0.3;
}
.g-footer .logo-email .email-box .input-box .g-more-btn {
  --width: 1.6rem;
  border: none;
  background: #F4FBFF;
  --height: var(--input-height);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  font-family: var(--sk-font-SemiBold);
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #4745A0;
}
@media screen and (max-width: 800px) {
  .g-footer .logo-email .email-box .input-box .g-more-btn {
    --width: 2.16rem;
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
}
.g-footer .logo-email .email-box .__check_box {
  margin-top: 0.13rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  .g-footer .logo-email .email-box .__check_box {
    margin-top: 0.24rem;
  }
}
.g-footer .logo-email .email-box .__check_box .check-input {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 0.2rem;
  width: 0.2rem;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .g-footer .logo-email .email-box .__check_box .check-input {
    width: 0.26rem;
    height: 0.26rem;
  }
}
.g-footer .logo-email .email-box .__check_box .check-input .check-img {
  height: 100%;
  width: 100%;
}
.g-footer .logo-email .email-box .__check_box .check-input .check-img.true {
  display: none;
}
.g-footer .logo-email .email-box .__check_box .check-input .check-img.false {
  display: block;
}
.g-footer .logo-email .email-box .__check_box .check-input.on .check-img.false {
  display: none;
}
.g-footer .logo-email .email-box .__check_box .check-input.on .check-img.true {
  display: block;
}
.g-footer .logo-email .email-box .__check_box .check-label {
  margin-left: 0.11rem;
  font-size: 0.16rem;
  line-height: 0.2rem;
  color: #EAF7FF;
  font-family: var(--sk-font-Regular);
}
@media screen and (max-width: 800px) {
  .g-footer .logo-email .email-box .__check_box .check-label {
    margin-left: 0.12rem;
    font-size: 0.24rem;
    line-height: 0.26rem;
  }
}
.g-footer .logo-email .email-box .__check_box .check-label a {
  font-size: 0.16rem;
  line-height: 0.2rem;
  color: #EAF7FF;
  text-decoration: underline;
}
@media screen and (max-width: 800px) {
  .g-footer .logo-email .email-box .__check_box .check-label a {
    font-size: 0.24rem;
    line-height: 0.26rem;
  }
}
.g-footer .ft_r {
  margin-top: 0.7rem;
  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) {
  .g-footer .ft_r {
    margin-top: 0.43rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.g-footer .ft_r .ft_link {
  min-width: 2.95rem;
}
@media screen and (max-width: 800px) {
  .g-footer .ft_r .ft_link {
    padding-top: 0.19rem;
    padding-bottom: 0.19rem;
  }
}
@media screen and (max-width: 800px) {
  .g-footer .ft_r .ft_link .dt {
    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;
  }
  .g-footer .ft_r .ft_link .dt.on .iconfont .icon.true {
    display: none;
  }
  .g-footer .ft_r .ft_link .dt.on .iconfont .icon.false {
    display: block;
  }
  .g-footer .ft_r .ft_link .dt .iconfont {
    width: 0.32rem;
    height: 0.32rem;
  }
  .g-footer .ft_r .ft_link .dt .iconfont .icon {
    width: 100%;
    height: 100%;
  }
  .g-footer .ft_r .ft_link .dt .iconfont .icon.false {
    display: none;
  }
  .g-footer .ft_r .ft_link .dt .iconfont .icon.true {
    display: block;
  }
}
.g-footer .ft_r .ft_link .dt a {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #F4FBFF;
  font-family: var(--sk-font-SemiBold);
}
@media screen and (max-width: 800px) {
  .g-footer .ft_r .ft_link .dt a {
    font-family: var(--sk-font-Regular);
    font-size: 0.32rem;
    line-height: 0.6rem;
    color: #FFFFFF;
  }
}
.g-footer .ft_r .ft_link dd {
  margin-top: 0.1rem;
}
@media screen and (max-width: 800px) {
  .g-footer .ft_r .ft_link dd {
    height: 0;
    overflow: hidden;
    margin-top: 0;
  }
}
.g-footer .ft_r .ft_link dd a {
  font-size: 0.18rem;
  line-height: 0.4rem;
  display: block;
  color: #F4FBFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 800px) {
  .g-footer .ft_r .ft_link dd a {
    font-size: 0.28rem;
    line-height: 0.6rem;
  }
  .g-footer .ft_r .ft_link dd a:first-child {
    margin-top: 0.1rem;
  }
}
@media screen and (min-width: 800px) {
  .g-footer .ft_r .ft_link dd a:hover {
    opacity: 0.7;
  }
}
.g-footer .contact_infor {
  margin-top: 0.5rem;
  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) {
  .g-footer .contact_infor {
    margin-top: 0.43rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 0.2rem;
  }
}
.g-footer .contact_infor .contact_item {
  max-width: 5.17rem;
}
@media screen and (max-width: 800px) {
  .g-footer .contact_infor .contact_item {
    max-width: none;
  }
}
.g-footer .contact_infor .contact_item .label {
  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-footer .contact_infor .contact_item .label .icon {
  width: 0.22rem;
  height: 0.22rem;
  object-fit: contain;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 800px) {
  .g-footer .contact_infor .contact_item .label .icon {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.g-footer .contact_infor .contact_item .label .text {
  margin-left: 0.09rem;
  font-size: 0.2rem;
  line-height: 0.32rem;
  color: #C9D6DF;
}
@media screen and (max-width: 800px) {
  .g-footer .contact_infor .contact_item .label .text {
    margin-left: 0.16rem;
    font-size: 0.24rem;
    line-height: 0.64rem;
  }
}
.g-footer .contact_infor .contact_item .value {
  color: #F4FBFF;
  margin-top: 0.07rem;
  font-size: 0.24rem;
  line-height: 0.32rem;
  font-family: var(--sk-font-SemiBold);
}
@media screen and (max-width: 800px) {
  .g-footer .contact_infor .contact_item .value {
    margin-top: 0.04rem;
    font-size: 0.24rem;
    line-height: 0.32rem;
  }
}
.g-footer .contact_infor .contact_item .value.value-text {
  margin-top: 0;
  font-size: 0.18rem;
  line-height: 0.32rem;
  font-family: var(--sk-font-Bold);
}
@media screen and (max-width: 800px) {
  .g-footer .contact_infor .contact_item .value.value-text {
    margin-top: 0.04rem;
    font-size: 0.24rem;
    line-height: 0.32rem;
  }
}
.g-footer .phone-link-list {
  margin-top: 0.72rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.g-footer .phone-link-list .link {
  width: 0.78rem;
  height: 0.78rem;
  margin-right: 0.62rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.g-footer .phone-link-list .link:nth-child(5n) {
  margin-right: 0;
}
.g-footer .phone-link-list .link .icon {
  height: 100%;
  width: 100%;
}
.g-footer .footer-bottom {
  margin-top: 0.55rem;
  padding-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;
}
@media screen and (max-width: 800px) {
  .g-footer .footer-bottom {
    margin-top: 0.68rem;
    padding-bottom: 0.34rem;
    -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;
  }
}
.g-footer .footer-bottom .copyright {
  font-size: 0.14rem;
  line-height: 0.16rem;
  color: #C9D6DF;
  font-family: var(--sk-font-Regular);
}
@media screen and (max-width: 800px) {
  .g-footer .footer-bottom .copyright {
    font-size: 0.2rem;
    line-height: 0.32rem;
  }
}
.g-footer .footer-bottom .copyright a {
  font-size: 0.16rem;
  line-height: 0.16rem;
  color: #C9D6DF;
  font-family: var(--sk-font-Regular);
  margin-left: 0.05rem;
}
@media screen and (max-width: 800px) {
  .g-footer .footer-bottom .copyright a {
    font-size: 0.2rem;
    line-height: 0.32rem;
  }
}
@media screen and (min-width: 800px) {
  .g-footer .footer-bottom .copyright a:hover {
    color: #F4FBFF;
  }
}
.g-footer .footer-bottom .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;
}
@media screen and (max-width: 800px) {
  .g-footer .footer-bottom .link-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 0.22rem;
  }
}
.g-footer .footer-bottom .link-list .link {
  font-size: 0.14rem;
  line-height: 0.16rem;
  color: #C9D6DF;
  margin-left: 0.22rem;
  font-family: var(--sk-font-Regular);
}
@media screen and (max-width: 800px) {
  .g-footer .footer-bottom .link-list .link {
    margin-left: 0;
    font-size: 0.2rem;
    line-height: 0.32rem;
    margin-right: 0.18rem;
  }
  .g-footer .footer-bottom .link-list .link:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 800px) {
  .g-footer .footer-bottom .link-list .link:hover {
    color: #F4FBFF;
  }
}

.how-can-we-help_section {
  margin-top: 1.2rem;
  padding-bottom: 1.12rem;
}
@media screen and (max-width: 800px) {
  .how-can-we-help_section {
    margin-top: 0;
    padding-top: 0.8rem;
    background: #F7F7F7;
    padding-bottom: 1rem;
  }
}
.how-can-we-help_section .h2 {
  text-align: center;
  font-size: 0.54rem;
  line-height: 0.64rem;
  font-family: var(--sk-font-Bold);
}
@media screen and (max-width: 800px) {
  .how-can-we-help_section .h2 {
    font-size: 0.48rem;
    line-height: 0.56rem;
  }
}
.how-can-we-help_section .card-list {
  margin-top: 0.88rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  .how-can-we-help_section .card-list {
    margin-top: 0.76rem;
    width: calc(100% + 0.15rem);
    margin-left: -0.05rem;
    margin-right: -0.1rem;
  }
}
.how-can-we-help_section .card-list .card-box {
  width: 33.3333333333%;
  padding: 0.35rem 0.4rem 0.49rem;
  border-left: 0.01rem solid #C9D6DF;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .how-can-we-help_section .card-list .card-box {
    width: auto;
    min-width: 30%;
    padding: 0.18rem 0.11rem 0.22rem;
  }
}
@media screen and (min-width: 800px) {
  .how-can-we-help_section .card-list .card-box:hover .link {
    color: var(--sk-global-color);
  }
  .how-can-we-help_section .card-list .card-box:hover .svg path,
  .how-can-we-help_section .card-list .card-box:hover .svg line {
    stroke: var(--sk-global-color);
  }
}
.how-can-we-help_section .card-list .card-box .icon {
  margin-left: 0.1rem;
  width: 0.5rem;
  height: 0.5rem;
}
@media screen and (max-width: 800px) {
  .how-can-we-help_section .card-list .card-box .icon {
    margin-left: 0;
    width: 0.32rem;
    height: 0.32rem;
  }
}
.how-can-we-help_section .card-list .card-box .text {
  margin-top: 0.15rem;
  min-height: 0.85rem;
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #333333;
}
@media screen and (max-width: 800px) {
  .how-can-we-help_section .card-list .card-box .text {
    margin-top: 0.32rem;
    font-size: 0.24rem;
    line-height: 0.32rem;
    min-height: 0.62rem;
    margin-right: -0.02rem;
  }
}
.how-can-we-help_section .card-list .card-box .link {
  margin-top: 0.24rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--sk-font-SemiBold);
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #999999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .how-can-we-help_section .card-list .card-box .link {
    color: var(--sk-global-color);
    margin-top: 0.4rem;
    font-size: 0.24rem;
    line-height: 0.32rem;
  }
}
.how-can-we-help_section .card-list .card-box .link .svg {
  display: block;
  margin-left: 0.18rem;
  margin-top: 0.06rem;
  width: 0.17rem;
  height: 0.17rem;
}
@media screen and (max-width: 800px) {
  .how-can-we-help_section .card-list .card-box .link .svg {
    width: 0.16rem;
    height: 0.16rem;
    margin-left: 0.14rem;
  }
}
.how-can-we-help_section .card-list .card-box .link .svg path,
.how-can-we-help_section .card-list .card-box .link .svg line {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .how-can-we-help_section .card-list .card-box .link .svg path,
  .how-can-we-help_section .card-list .card-box .link .svg line {
    stroke: var(--sk-global-color);
  }
}

.index-page .banner-section {
  height: calc(100vh - 1.26rem);
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .index-page .banner-section {
    height: 6.94rem;
  }
}
.index-page .banner-section .banner-swiper {
  height: 100%;
  position: relative;
}
.index-page .banner-section .banner-swiper::after {
  content: "";
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.04rem;
  background: -webkit-linear-gradient(top, rgba(97, 104, 181, 0) 0%, #6168B5 100%);
  background: linear-gradient(180deg, rgba(97, 104, 181, 0) 0%, #6168B5 100%);
}
.index-page .banner-section .banner-swiper .swiper-wrapper {
  height: 100%;
}
.index-page .banner-section .banner-swiper .swiper-wrapper .swiper-slide {
  height: 100%;
  position: relative;
}
.index-page .banner-section .banner-swiper .swiper-wrapper .swiper-slide .bg-img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.index-page .banner-section .banner-swiper .swiper-wrapper .swiper-slide .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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 2.38rem;
}
@media screen and (max-width: 800px) {
  .index-page .banner-section .banner-swiper .swiper-wrapper .swiper-slide .con-box {
    padding-top: 1.2rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.index-page .banner-section .banner-swiper .swiper-wrapper .swiper-slide .con-box .title {
  font-size: 0.64rem;
  line-height: 0.64rem;
  font-family: var(--sk-font-ExtraBold);
}
@media screen and (max-width: 800px) {
  .index-page .banner-section .banner-swiper .swiper-wrapper .swiper-slide .con-box .title {
    font-size: 0.56rem;
    line-height: 0.64rem;
  }
}
.index-page .banner-section .banner-swiper .swiper-wrapper .swiper-slide .con-box .title span {
  font-size: 0.64rem;
  line-height: 0.64rem;
  font-family: var(--sk-font-ExtraBold);
  color: #493AA9;
}
@media screen and (max-width: 800px) {
  .index-page .banner-section .banner-swiper .swiper-wrapper .swiper-slide .con-box .title span {
    display: block;
    font-size: 0.56rem;
    line-height: 0.64rem;
  }
}
.index-page .banner-section .banner-swiper .swiper-wrapper .swiper-slide .con-box .text {
  margin-top: 0.29rem;
  font-family: var(--sk-font-SemiBold);
  font-size: 0.32rem;
  line-height: 0.32rem;
}
@media screen and (max-width: 800px) {
  .index-page .banner-section .banner-swiper .swiper-wrapper .swiper-slide .con-box .text {
    font-size: 0.32rem;
    line-height: 0.44rem;
    font-family: var(--sk-font-Medium);
  }
}
.index-page .banner-section .banner-swiper .swiper-pagination {
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 0.3rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-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;
}
@media screen and (max-width: 800px) {
  .index-page .banner-section .banner-swiper .swiper-pagination {
    bottom: 0.26rem;
  }
}
.index-page .banner-section .banner-swiper .swiper-pagination .swiper-pagination-bullet {
  height: 0.02rem;
  width: 0.83rem;
  background-color: #CCCCCC;
  cursor: pointer;
  margin-right: 0.37rem;
}
@media screen and (max-width: 800px) {
  .index-page .banner-section .banner-swiper .swiper-pagination .swiper-pagination-bullet {
    height: 0.04rem;
    width: 0.6rem;
    margin-right: 0.24rem;
  }
}
.index-page .banner-section .banner-swiper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.index-page .banner-section .banner-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.index-page .product-list-section {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .index-page .product-list-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2.12rem;
    background: -webkit-linear-gradient(top, #4745A0 0%, #6164B3 100%);
    background: linear-gradient(180deg, #4745A0 0%, #6164B3 100%);
  }
}
.index-page .product-list-section .bg-img {
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 800px) {
  .index-page .product-list-section .bg-img {
    margin-top: 2.12rem;
  }
}
.index-page .product-list-section .product-swiper {
  position: relative;
}
.index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box {
  padding-top: 1.05rem;
  padding-bottom: 0.64rem;
}
@media screen and (max-width: 800px) {
  .index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box {
    padding-top: 0.92rem;
    padding-bottom: 2.34rem;
  }
}
.index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .icon-list {
  width: calc(100% + 0.88rem);
  margin: 0 -0.44rem;
  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-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
@media screen and (max-width: 800px) {
  .index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .icon-list {
    width: 100%;
    margin-right: 0;
    display: -ms-grid;
    display: grid;
    gap: 0.2rem;
    margin: 0;
    height: 2.72rem;
  }
  .index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .icon-list.row4 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
    row-gap: 0.2rem;
    -webkit-column-gap: 0.26rem;
       -moz-column-gap: 0.26rem;
            column-gap: 0.26rem;
  }
  .index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .icon-list.row4 .icon-box {
    -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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .icon-list.row4 .icon-box .icon {
    height: 0.56rem;
    width: 0.56rem;
  }
  .index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .icon-list.row4 .icon-box .text {
    font-size: 0.2rem;
    line-height: 0.24rem;
    margin-left: 0;
    margin-top: 0.16rem;
    text-align: center;
  }
  .index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .icon-list.row4 .icon-box .text .name {
    text-align: center;
  }
  .index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .icon-list.row4 .icon-box .text .data {
    text-align: center;
  }
  .index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .icon-list.row4 .icon-box:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .icon-list.row4 .icon-box:nth-child(2) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .icon-list.row4 .icon-box:nth-child(3) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .icon-list.row4 .icon-box:nth-child(4) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .icon-list.row5 {
    -ms-grid-columns: 12fr 20fr 12fr;
    grid-template-columns: 12fr 20fr 12fr;
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
  }
  .index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .icon-list.row5 .icon-box:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .icon-list.row5 .icon-box:nth-child(2) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .icon-list.row5 .icon-box:nth-child(3) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/span 2;
    height: 100%;
  }
  .index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .icon-list.row5 .icon-box:nth-child(3) .icon {
    width: 0.96rem;
    height: 0.96rem;
  }
  .index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .icon-list.row5 .icon-box:nth-child(3) .text {
    margin-top: 0.36rem;
  }
  .index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .icon-list.row5 .icon-box:nth-child(3) .text .name {
    font-size: 0.28rem;
    line-height: 0.32rem;
  }
  .index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .icon-list.row5 .icon-box:nth-child(3) .text .data {
    font-size: 0.24rem;
    line-height: 0.32rem;
  }
  .index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .icon-list.row5 .icon-box:nth-child(4) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .icon-list.row5 .icon-box:nth-child(5) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
.index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .icon-list .icon-box {
  margin: 0 0.4rem;
  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-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  .index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .icon-list .icon-box {
    -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: 0;
    padding-top: 0.2rem;
    padding-bottom: 0.1rem;
    background: rgba(255, 255, 255, 0.1);
    border: 0.02rem solid rgba(255, 255, 255, 0.3);
    border-radius: 0.16rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .icon-list .icon-box .icon {
  width: 0.64rem;
  height: 0.64rem;
}
@media screen and (max-width: 800px) {
  .index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .icon-list .icon-box .icon {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .icon-list .icon-box .text {
  margin-left: 0;
  color: #FFFFFF;
  min-width: 1.17rem;
  max-width: 2rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 800px) {
  .index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .icon-list .icon-box .text {
    margin-left: 0;
    margin-top: 0.06rem;
    max-width: none;
  }
}
.index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .icon-list .icon-box .text .name {
  font-size: 0.24rem;
  line-height: 0.3rem;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .icon-list .icon-box .text .name {
    text-align: center;
    font-size: 0.2rem;
    line-height: 0.24rem;
  }
}
.index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .icon-list .icon-box .text .data {
  margin-top: 0.02rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .icon-list .icon-box .text .data {
    text-align: center;
    margin-top: 0;
    font-size: 0.2rem;
    line-height: 0.24rem;
  }
}
.index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .pro-img_wrapper {
  margin-top: 0.77rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -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 .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .pro-img_wrapper {
    margin-top: 1.1rem;
    -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;
  }
}
.index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .pro-img_wrapper .left-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-bottom: 0.1rem;
}
@media screen and (max-width: 800px) {
  .index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .pro-img_wrapper .left-box {
    margin-top: 0.16rem;
    padding-bottom: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .pro-img_wrapper .left-box .code-img {
  height: 1.03rem;
}
@media screen and (max-width: 800px) {
  .index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .pro-img_wrapper .left-box .code-img {
    height: 0.92rem;
  }
}
.index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .pro-img_wrapper .center-box {
  margin-left: 0.39rem;
  margin-right: 0.85rem;
}
@media screen and (max-width: 800px) {
  .index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .pro-img_wrapper .center-box {
    margin: 0;
    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;
  }
}
.index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .pro-img_wrapper .center-box .pro-img {
  width: 7.22rem;
  height: 4.26rem;
  object-fit: contain;
}
@media screen and (max-width: 800px) {
  .index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .pro-img_wrapper .center-box .pro-img {
    width: 6.37rem;
    height: 3.76rem;
  }
}
.index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .pro-img_wrapper .right-box {
  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;
  padding-bottom: 0.22rem;
}
@media screen and (max-width: 800px) {
  .index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .pro-img_wrapper .right-box {
    margin-top: 0.32rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 0;
  }
}
.index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .pro-img_wrapper .right-box .ovltage-box {
  padding: 0.09rem 0 0.07rem;
  border-top: 0.01rem solid #C9D6DF;
  border-bottom: 0.01rem solid #C9D6DF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  .index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .pro-img_wrapper .right-box .ovltage-box {
    padding: 0.18rem 0 0.16rem;
  }
}
.index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .pro-img_wrapper .right-box .ovltage-box .icon {
  width: 0.56rem;
  height: 0.56rem;
}
@media screen and (max-width: 800px) {
  .index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .pro-img_wrapper .right-box .ovltage-box .icon {
    width: 0.48rem;
    height: 0.48rem;
  }
}
.index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .pro-img_wrapper .right-box .ovltage-box .text {
  margin-left: 0.14rem;
  color: var(--sk-global-color);
}
@media screen and (max-width: 800px) {
  .index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .pro-img_wrapper .right-box .ovltage-box .text {
    margin-left: 0.16rem;
  }
}
.index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .pro-img_wrapper .right-box .ovltage-box .text .label {
  font-size: 0.24rem;
  line-height: 0.3rem;
}
@media screen and (max-width: 800px) {
  .index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .pro-img_wrapper .right-box .ovltage-box .text .label {
    font-size: 0.24rem;
    line-height: 0.32rem;
  }
}
.index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .pro-img_wrapper .right-box .ovltage-box .text .data {
  font-size: 0.2rem;
  line-height: 0.3rem;
}
@media screen and (max-width: 800px) {
  .index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .pro-img_wrapper .right-box .ovltage-box .text .data {
    text-align: center;
    font-size: 0.2rem;
    line-height: 0.32rem;
  }
}
.index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .btn-box {
  margin-top: 0.6rem;
  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;
  font-family: var(--sk-font-Bold);
}
@media screen and (max-width: 800px) {
  .index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .btn-box {
    margin-top: 0.38rem;
  }
}
.index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .btn-box .g-more-btn {
  --width: 2.5rem;
  --height: 0.6rem;
  font-size: 0.24rem;
}
@media screen and (max-width: 800px) {
  .index-page .product-list-section .product-swiper .swiper-wrapper .swiper-slide .con-box .btn-box .g-more-btn {
    --width: 2.94rem;
    --height: 0.96rem;
    font-size: 0.32rem;
  }
}
.index-page .product-list-section .product-swiper .pagination-box {
  position: absolute;
  z-index: 5;
  top: 0;
  height: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  right: calc((100vw - 14rem) / 2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.73rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  .index-page .product-list-section .product-swiper .pagination-box {
    width: 100%;
    height: auto;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    top: auto;
    bottom: 0.7rem;
  }
}
.index-page .product-list-section .product-swiper .pagination-box .pagination-list {
  width: 1.62rem;
}
@media screen and (max-width: 800px) {
  .index-page .product-list-section .product-swiper .pagination-box .pagination-list {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.index-page .product-list-section .product-swiper .pagination-box .pagination-list .code-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;
  color: #999999;
  font-size: 0.18rem;
  line-height: 0.23rem;
  cursor: pointer;
  margin-top: 0.1rem;
}
@media screen and (max-width: 800px) {
  .index-page .product-list-section .product-swiper .pagination-box .pagination-list .code-box {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    font-size: 0.28rem;
    line-height: 0.45rem;
    position: relative;
  }
}
.index-page .product-list-section .product-swiper .pagination-box .pagination-list .code-box.on {
  color: var(--sk-global-color);
}
.index-page .product-list-section .product-swiper .pagination-box .pagination-list .code-box.on .after {
  background: -webkit-linear-gradient(left, #616CCD 0%, #807EE7 100%);
  background: linear-gradient(90deg, #616CCD 0%, #807EE7 100%);
  position: relative;
}
@media screen and (max-width: 800px) {
  .index-page .product-list-section .product-swiper .pagination-box .pagination-list .code-box.on .after::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 0.12rem;
    height: 0.12rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #FFFFFF;
  }
  .index-page .product-list-section .product-swiper .pagination-box .pagination-list .code-box.on .after::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 0.44rem;
    height: 0.44rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 50%;
    background: -webkit-linear-gradient(left, #616CCD 0%, #807EE7 100%);
    background: linear-gradient(90deg, #616CCD 0%, #807EE7 100%);
    opacity: 0.2;
  }
}
@media screen and (max-width: 800px) {
  .index-page .product-list-section .product-swiper .pagination-box .pagination-list .code-box .text {
    margin-top: 0.26rem;
  }
}
.index-page .product-list-section .product-swiper .pagination-box .pagination-list .code-box .text span {
  font-size: 0.14rem;
}
@media screen and (max-width: 800px) {
  .index-page .product-list-section .product-swiper .pagination-box .pagination-list .code-box .text span {
    font-size: 0.28rem;
  }
}
.index-page .product-list-section .product-swiper .pagination-box .pagination-list .code-box:first-child {
  margin-top: 0;
}
.index-page .product-list-section .product-swiper .pagination-box .pagination-list .code-box .after {
  height: 0.12rem;
  width: 0.12rem;
  border-radius: 50%;
  background: #CCCCCC;
}
@media screen and (max-width: 800px) {
  .index-page .product-list-section .product-swiper .pagination-box .pagination-list .code-box .after {
    width: 0.24rem;
    height: 0.24rem;
  }
}
.index-page .product-list-section .product-swiper .pagination-box .pagination-list .progress {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0.02rem;
  flex: 1;
  background: #E6E6E6;
}
.index-page .product-list-section .product-swiper .pagination-box .pagination-list .progress.on {
  height: 0.06rem;
  background: -webkit-linear-gradient(left, #616CCD 0%, #807EE7 100%);
  background: linear-gradient(90deg, #616CCD 0%, #807EE7 100%);
}
.index-page .families-plans-section {
  padding-top: 0.96rem;
  padding-bottom: 0.97rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .index-page .families-plans-section {
    padding-top: 1.18rem;
    padding-bottom: 0.64rem;
  }
}
.index-page .families-plans-section .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  object-position: right;
}
.index-page .families-plans-section .families-plans-box .title {
  font-size: 0.4rem;
  line-height: 0.6rem;
  width: 6.14rem;
  font-family: var(--sk-font-Bold);
}
@media screen and (max-width: 800px) {
  .index-page .families-plans-section .families-plans-box .title {
    font-size: 0.32rem;
    line-height: 0.44rem;
    width: 5rem;
    font-family: var(--sk-font-SemiBold);
  }
}
.index-page .families-plans-section .families-plans-box .text {
  width: 6.14rem;
  margin-top: 0.35rem;
  font-size: 0.2rem;
  line-height: 0.28rem;
}
@media screen and (max-width: 800px) {
  .index-page .families-plans-section .families-plans-box .text {
    width: 4.36rem;
    margin-top: 0.2rem;
    font-size: 0.24rem;
    line-height: 0.32rem;
  }
}
.index-page .families-plans-section .families-plans-box .bnt-s {
  margin-top: 0.66rem;
  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 .families-plans-section .families-plans-box .bnt-s {
    margin-top: 4.9rem;
  }
}
.index-page .families-plans-section .families-plans-box .bnt-s .g-more-btn {
  margin-right: 0.2rem;
  font-family: var(--sk-font-Bold);
  --height: 0.65rem;
  font-size: 0.24rem;
}
@media screen and (max-width: 800px) {
  .index-page .families-plans-section .families-plans-box .bnt-s .g-more-btn {
    --height: 0.96rem;
    margin-right: 0.36rem;
    font-size: 0.28rem;
  }
  .index-page .families-plans-section .families-plans-box .bnt-s .g-more-btn:last-child {
    margin-right: 0;
  }
}
.index-page .why_choose_us-section {
  padding-top: 1.04rem;
  margin-bottom: 0.7rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  .index-page .why_choose_us-section {
    padding-top: 0.76rem;
  }
}
.index-page .why_choose_us-section .bg-img {
  position: absolute;
  z-index: -5;
  width: 100%;
  bottom: -1rem;
  left: 0;
}
@media screen and (max-width: 800px) {
  .index-page .why_choose_us-section .bg-img {
    bottom: -0.68rem;
  }
}
.index-page .why_choose_us-section .h2 {
  font-size: 0.54rem;
  line-height: 0.64rem;
  font-family: var(--sk-font-Bold);
  text-align: center;
}
@media screen and (max-width: 800px) {
  .index-page .why_choose_us-section .h2 {
    font-size: 0.48rem;
    line-height: 0.56rem;
  }
}
.index-page .why_choose_us-section .card-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) {
  .index-page .why_choose_us-section .card-list {
    margin-top: 0.68rem;
  }
}
.index-page .why_choose_us-section .card-list .card-box {
  width: calc((100% - 1.5rem) / 4);
  height: 4.27rem;
  padding-top: 0.64rem;
  padding-bottom: 0.48rem;
  margin-right: 0.3rem;
  margin-bottom: 0.5rem;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .index-page .why_choose_us-section .card-list .card-box {
    width: calc((100% - 0.5rem) / 2);
    padding-bottom: 0.76rem;
    margin-bottom: 0.64rem;
  }
  .index-page .why_choose_us-section .card-list .card-box:nth-child(2n) {
    margin-right: 0;
  }
}
.index-page .why_choose_us-section .card-list .card-box:hover {
  color: #fff;
}
.index-page .why_choose_us-section .card-list .card-box:hover::before {
  opacity: 0.7;
}
.index-page .why_choose_us-section .card-list .card-box:hover .text {
  opacity: 0;
  visibility: hidden;
}
.index-page .why_choose_us-section .card-list .card-box:hover .text-hover {
  opacity: 1;
  visibility: visible;
}
.index-page .why_choose_us-section .card-list .card-box::before {
  content: "";
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(47deg, #464E97 0%, #4C22BD 50.06%, #741DB6 82.29%, #F17025 100%);
  background: linear-gradient(403deg, #464E97 0%, #4C22BD 50.06%, #741DB6 82.29%, #F17025 100%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index-page .why_choose_us-section .card-list .card-box:nth-child(4n) {
  margin-right: 0;
}
.index-page .why_choose_us-section .card-list .card-box .card-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  border: none;
}
.index-page .why_choose_us-section .card-list .card-box .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 1.1rem;
  font-size: 0.24rem;
  line-height: 0.3rem;
  padding: 0 0.18rem;
  color: #ffffff;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 800px) {
  .index-page .why_choose_us-section .card-list .card-box .text {
    bottom: -0.1rem;
    font-size: 0.26rem;
    padding-right: 0.24rem;
    padding-left: 0.24rem;
    min-height: 1.2rem;
  }
}
.index-page .why_choose_us-section .card-list .card-box .text-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 0.18rem;
  font-size: 0.24rem;
  line-height: 0.3rem;
  text-align: center;
  color: #ffffff;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 800px) {
  .index-page .why_choose_us-section .card-list .card-box .text-hover {
    font-size: 0.26rem;
    padding-right: 0.24rem;
    padding-left: 0.24rem;
  }
}
.index-page .why_choose_us-section .card-list .card-box:hover .text {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
.index-page .why_choose_us-section .card-list .card-box:hover .text-hover {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) translateY(-10px);
      -ms-transform: translate(-50%, -50%) translateY(-10px);
          transform: translate(-50%, -50%) translateY(-10px);
}
.index-page .why_choose_us-section .card-list .card-box:hover::before {
  opacity: 0.7;
}
.index-page .our_services-section {
  margin-top: 1.2rem;
}
@media screen and (max-width: 800px) {
  .index-page .our_services-section {
    margin-top: 1.48rem;
  }
}
.index-page .our_services-section .h2 {
  text-align: center;
  font-size: 0.54rem;
  line-height: 0.64rem;
  font-family: var(--sk-font-Bold);
}
@media screen and (max-width: 800px) {
  .index-page .our_services-section .h2 {
    font-size: 0.48rem;
    line-height: 0.56rem;
  }
}
.index-page .our_services-section .process__steps {
  height: 100vh;
  width: 100%;
  position: relative;
  margin-top: 0.2rem;
  --scroll-1: 0;
}
.index-page .our_services-section .process__steps .process__step-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  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-transform-origin: 50% -20%;
      -ms-transform-origin: 50% -20%;
          transform-origin: 50% -20%;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: calc(var(--scroll-1) * -1s);
          animation-delay: calc(var(--scroll-1) * -1s);
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.index-page .our_services-section .process__steps .process__step-container .con-card_wrapper {
  width: 100%;
}
.index-page .our_services-section .process__steps .process__step-container .con-card_wrapper .con-card {
  min-height: 7.28rem;
  width: 100%;
  padding: 0.45rem 0.63rem 0.45rem 0.46rem;
  border-radius: 0.12rem;
  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: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .index-page .our_services-section .process__steps .process__step-container .con-card_wrapper .con-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.38rem 0.26rem 1.04rem 0.34rem;
    border-radius: 0.24rem;
    min-height: 0;
  }
}
.index-page .our_services-section .process__steps .process__step-container .con-card_wrapper .con-card .left-box {
  height: 6.38rem;
  width: 5.97rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 800px) {
  .index-page .our_services-section .process__steps .process__step-container .con-card_wrapper .con-card .left-box {
    width: 100%;
    height: 4.52rem;
  }
}
.index-page .our_services-section .process__steps .process__step-container .con-card_wrapper .con-card .left-box .img {
  height: 100%;
  width: 100%;
  border-radius: 0.2rem;
}
.index-page .our_services-section .process__steps .process__step-container .con-card_wrapper .con-card .right-box {
  padding-left: 0.76rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .index-page .our_services-section .process__steps .process__step-container .con-card_wrapper .con-card .right-box {
    padding-left: 0;
  }
}
.index-page .our_services-section .process__steps .process__step-container .con-card_wrapper .con-card .right-box .title {
  margin-top: 0.8rem;
  text-align: center;
  font-size: 0.36rem;
  line-height: 0.54rem;
  font-family: var(--sk-font-Bold);
}
@media screen and (max-width: 800px) {
  .index-page .our_services-section .process__steps .process__step-container .con-card_wrapper .con-card .right-box .title {
    margin-top: 0.48rem;
    font-size: 0.48rem;
    line-height: 0.56rem;
  }
}
.index-page .our_services-section .process__steps .process__step-container .con-card_wrapper .con-card .right-box .text {
  margin-top: 0.87rem;
  padding-top: 0.64rem;
  border-top: 0.01rem solid #E6E6E6;
  position: relative;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #000000;
  text-align: center;
  min-height: 0.8rem;
}
@media screen and (max-width: 800px) {
  .index-page .our_services-section .process__steps .process__step-container .con-card_wrapper .con-card .right-box .text {
    margin-top: 0.52rem;
    padding-top: 0.32rem;
    min-height: 0.72rem;
    font-size: 0.24rem;
    line-height: 0.32rem;
  }
}
.index-page .our_services-section .process__steps .process__step-container .con-card_wrapper .con-card .right-box .text::before {
  content: "";
  position: absolute;
  height: 0.6rem;
  width: 0.01rem;
  top: -0.6rem;
  left: 50%;
  background-color: #E6E6E6;
}
@media screen and (max-width: 800px) {
  .index-page .our_services-section .process__steps .process__step-container .con-card_wrapper .con-card .right-box .text::before {
    height: 0.4rem;
    top: -0.4rem;
  }
}
.index-page .our_services-section .process__steps .process__step-container .con-card_wrapper .con-card .right-box .btn-box {
  margin-top: 0.7rem;
  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;
}
.index-page .our_services-section .process__steps .process__step-container .con-card_wrapper .con-card .right-box .btn-box .g-more-btn {
  --height: 0.65rem;
  font-size: 0.24rem;
  font-family: var(--sk-font-Bold);
}
@media screen and (max-width: 800px) {
  .index-page .our_services-section .process__steps .process__step-container .con-card_wrapper .con-card .right-box .btn-box .g-more-btn {
    --height: 0.96rem;
    font-size: 0.28rem;
  }
}
.index-page .about-autit-section {
  margin-top: 1rem;
  min-height: 9.6rem;
  position: relative;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .index-page .about-autit-section {
    margin-top: 1.26rem;
    min-height: 0;
  }
}
.index-page .about-autit-section .bg-img {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.index-page .about-autit-section .about-autit-box {
  padding-top: 1.7rem;
  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-autit-section .about-autit-box {
    padding-top: 0.76rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.index-page .about-autit-section .about-autit-box .left-box .h2 {
  font-size: 0.54rem;
  line-height: 0.64rem;
  font-family: var(--sk-font-Bold);
}
@media screen and (max-width: 800px) {
  .index-page .about-autit-section .about-autit-box .left-box .h2 {
    font-size: 0.48rem;
    line-height: 0.56rem;
  }
}
.index-page .about-autit-section .about-autit-box .left-box .g-more-btn {
  margin-top: 0.26rem;
  --height: 0.65rem;
  font-size: 0.24rem;
}
.index-page .about-autit-section .about-autit-box .right-box {
  width: 6.16rem;
}
@media screen and (max-width: 800px) {
  .index-page .about-autit-section .about-autit-box .right-box {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.index-page .about-autit-section .about-autit-box .right-box .text {
  font-size: 0.2rem;
  line-height: 0.32rem;
}
@media screen and (max-width: 800px) {
  .index-page .about-autit-section .about-autit-box .right-box .text {
    font-size: 0.26rem;
    line-height: 0.36rem;
  }
}
.index-page .about-autit-section .about-autit-box .right-box .btn-box {
  text-align: center;
  margin-top: 0.36rem;
}
.index-page .about-autit-section .about-autit-box .right-box .data-list {
  margin-top: 1.2rem;
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .index-page .about-autit-section .about-autit-box .right-box .data-list {
    margin-top: 3.38rem;
  }
}
.index-page .about-autit-section .about-autit-box .right-box .data-list .data-box {
  width: calc((100% - 0.93rem) / 2);
  margin-bottom: 0.32rem;
}
@media screen and (max-width: 800px) {
  .index-page .about-autit-section .about-autit-box .right-box .data-list .data-box {
    width: calc((100% - 0.5rem) / 2);
  }
}
.index-page .about-autit-section .about-autit-box .right-box .data-list .data-box .data {
  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;
  font-size: 0.78rem;
  line-height: 0.96rem;
  font-family: var(--sk-font-Num);
}
@media screen and (max-width: 800px) {
  .index-page .about-autit-section .about-autit-box .right-box .data-list .data-box .data {
    font-size: 0.88rem;
    line-height: 0.88rem;
  }
}
.index-page .about-autit-section .about-autit-box .right-box .data-list .data-box .data .sub {
  font-size: 0.2rem;
  line-height: 0.48rem;
  margin-left: 0.06rem;
}
@media screen and (max-width: 800px) {
  .index-page .about-autit-section .about-autit-box .right-box .data-list .data-box .data .sub {
    font-size: 0.28rem;
    font-family: var(--sk-font-Regular);
  }
}
.index-page .about-autit-section .about-autit-box .right-box .data-list .data-box .label {
  margin-top: 0.07rem;
  border-top: 0.01rem solid #FFFFFF;
  padding-top: 0.2rem;
  font-size: 0.2rem;
  line-height: 0.26rem;
}
@media screen and (max-width: 800px) {
  .index-page .about-autit-section .about-autit-box .right-box .data-list .data-box .label {
    border-width: 0.02rem;
    margin-top: 0.4rem;
    padding-top: 0.28rem;
    font-size: 0.26rem;
    line-height: 0.32rem;
  }
}
.index-page .about-autit-section .about-autit-box .right-box .notes {
  margin-top: 0.1rem;
  text-align: right;
  font-size: 0.16rem;
  line-height: 0.19rem;
}
@media screen and (max-width: 800px) {
  .index-page .about-autit-section .about-autit-box .right-box .notes {
    font-size: 0.24rem;
    line-height: 0.26rem;
    padding-bottom: 0.32rem;
  }
}
.index-page .news-events_section {
  margin-top: 0.84rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 800px) {
  .index-page .news-events_section {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    overflow: hidden;
  }
}
.index-page .news-events_section .h2 {
  text-align: center;
  font-size: 0.54rem;
  line-height: 0.64rem;
  font-family: var(--sk-font-Bold);
}
@media screen and (max-width: 800px) {
  .index-page .news-events_section .h2 {
    font-size: 0.48rem;
    line-height: 0.56rem;
  }
}
@media screen and (max-width: 800px) {
  .index-page .news-events_section .card_wrapper {
    overflow-x: auto;
    margin-left: -0.3rem;
    margin-right: -0.3rem;
    padding-bottom: 0.5rem;
    margin-bottom: -0.5rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .index-page .news-events_section .card_wrapper::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    height: 0 !important;
  }
}
.index-page .news-events_section .card-list {
  margin-top: 0.83rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -0.6rem;
}
@media screen and (max-width: 800px) {
  .index-page .news-events_section .card-list {
    margin-top: 0.62rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
    margin-bottom: 0;
  }
}
.index-page .news-events_section .card-list .card-box {
  width: calc((100% - 1.24rem) / 3);
  margin-right: 0.62rem;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 800px) {
  .index-page .news-events_section .card-list .card-box {
    width: 3.73rem;
    margin-right: 0.56rem;
    margin-bottom: 0;
  }
}
.index-page .news-events_section .card-list .card-box:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 800px) {
  .index-page .news-events_section .card-list .card-box:nth-child(3n) {
    margin-right: 0.56rem;
  }
}
@media screen and (min-width: 800px) {
  .index-page .news-events_section .card-list .card-box:hover {
    --after-width: 100%;
  }
  .index-page .news-events_section .card-list .card-box:hover .tag {
    color: #741DB6;
  }
  .index-page .news-events_section .card-list .card-box:hover .img-box .img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.index-page .news-events_section .card-list .card-box .date {
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #666666;
  padding-bottom: 0.1rem;
  border-bottom: 0.01rem solid #E6E6E6;
  position: relative;
}
@media screen and (max-width: 800px) {
  .index-page .news-events_section .card-list .card-box .date {
    font-size: 0.24rem;
    line-height: 0.26rem;
    padding-bottom: 0.2rem;
    border-width: 0.02rem;
  }
}
.index-page .news-events_section .card-list .card-box .date::after {
  content: "";
  position: absolute;
  bottom: -0.01rem;
  width: var(--after-width, 0.35rem);
  height: 0.02rem;
  left: 0;
  background: #322F98;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index-page .news-events_section .card-list .card-box .tag {
  margin-top: 0.4rem;
  font-size: 0.2rem;
  line-height: 0.32rem;
  color: #4745A0;
}
@media screen and (max-width: 800px) {
  .index-page .news-events_section .card-list .card-box .tag {
    margin-top: 0.3rem;
    font-size: 0.24rem;
    line-height: 0.28rem;
  }
}
.index-page .news-events_section .card-list .card-box .title {
  margin-top: 0.12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.24rem;
  line-height: 0.3rem;
}
@media screen and (max-width: 800px) {
  .index-page .news-events_section .card-list .card-box .title {
    margin-top: 0.32rem;
    font-size: 0.28rem;
    line-height: 0.36rem;
  }
}
.index-page .news-events_section .card-list .card-box .img-box {
  margin-top: 0.32rem;
  height: 2.7rem;
  border-radius: 0.06rem;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .index-page .news-events_section .card-list .card-box .img-box {
    margin-top: 0.4rem;
    height: 2.37rem;
  }
}
.index-page .news-events_section .card-list .card-box .img-box .img {
  height: 100%;
  width: 100%;
}

@-webkit-keyframes keyWaveUpDown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(4.6875vw);
            transform: translateY(4.6875vw);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes keyWaveUpDown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(4.6875vw);
            transform: translateY(4.6875vw);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes keyWave {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -100vw;
  }
}
@keyframes keyWave {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -100vw;
  }
}
.product__section {
  margin-top: 0.4rem;
  position: relative;
  margin-bottom: 0.87rem;
}
@media screen and (max-width: 800px) {
  .product__section {
    margin-top: 0;
  }
}
@media screen and (max-width: 800px) {
  .product__section .class-list {
    overflow-x: auto;
    padding-bottom: 0.5rem;
    margin-bottom: -0.5rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .product__section .class-list::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    height: 0 !important;
  }
}
.product__section .class-list .class_wrapper {
  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__section .class-list .class_wrapper {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.product__section .class-list .class_wrapper .g-more-btn {
  --width: 1.9rem;
  --height: 0.67rem;
  margin-right: 0.24rem;
  font-size: 0.24rem;
  line-height: 0.7rem;
  font-family: var(--sk-font-Bold);
  background: #F7F7F7;
  color: #333333;
}
.product__section .class-list .class_wrapper .g-more-btn::before {
  display: none;
}
@media screen and (max-width: 800px) {
  .product__section .class-list .class_wrapper .g-more-btn {
    --width: 2.05rem;
    --height: 0.74rem;
    font-size: 0.28rem;
  }
  .product__section .class-list .class_wrapper .g-more-btn:last-child {
    margin-right: 0;
  }
}
.product__section .class-list .class_wrapper .g-more-btn.on {
  color: #FFFFFF;
  background: -webkit-linear-gradient(left, #616CCD 0%, #807EE7 100%);
  background: linear-gradient(90deg, #616CCD 0%, #807EE7 100%);
}
.product__section .product_list {
  margin-top: 0.62rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: -0.6rem;
}
@media screen and (max-width: 800px) {
  .product__section .product_list {
    margin-top: 0.8rem;
    overflow: hidden;
    margin-bottom: -0.58rem;
  }
}
.product__section .product_list .product-card {
  width: calc((100% - 0.84rem) / 3);
  margin-right: 0.42rem;
  margin-bottom: 0.6rem;
  background: #F7F7F7;
  padding: 0.47rem 0.34rem 0.35rem 0.27rem;
  border-radius: 0.1rem;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .product__section .product_list .product-card {
    width: calc((100% - 0.3rem) / 2);
    margin-right: 0.3rem;
    margin-bottom: 0.58rem;
    padding: 0.36rem 0.16rem;
  }
  .product__section .product_list .product-card:nth-child(2n) {
    margin-right: 0;
  }
}
.product__section .product_list .product-card.bg-fff {
  background: #FFFFFF;
}
@media screen and (min-width: 800px) {
  .product__section .product_list .product-card:hover {
    box-shadow: 0rem 0.16rem 0.3rem 0rem rgba(151, 151, 151, 0.15);
  }
  .product__section .product_list .product-card:nth-child(3n) {
    margin-right: 0;
  }
}
.product__section .product_list .product-card .top-box .img-box {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .product__section .product_list .product-card .top-box .img-box {
    width: 2.83rem;
  }
}
.product__section .product_list .product-card .top-box .img-box .img {
  width: 100%;
}
.product__section .product_list .product-card .top-box .name {
  margin-top: 0.4rem;
  margin-left: 0.14rem;
  font-size: 0.3rem;
  line-height: 0.32rem;
  font-family: var(--sk-font-ExtraBold);
}
@media screen and (max-width: 800px) {
  .product__section .product_list .product-card .top-box .name {
    margin-top: 0.3rem;
    font-size: 0.32rem;
    line-height: 0.24rem;
    margin-left: 0;
  }
}
.product__section .product_list .product-card .top-box .name span {
  font-size: 0.26rem;
}
@media screen and (max-width: 800px) {
  .product__section .product_list .product-card .top-box .name span {
    font-size: 0.28rem;
  }
}
.product__section .product_list .product-card .top-box .tag-list {
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: calc(100% + 0.2rem);
  margin-left: 0.04rem;
}
@media screen and (max-width: 800px) {
  .product__section .product_list .product-card .top-box .tag-list {
    margin-top: 0.16rem;
    margin-left: -0.1rem;
  }
}
.product__section .product_list .product-card .top-box .tag-list .tag {
  cursor: pointer;
  padding: 0 0.1rem;
  border-radius: 0.04rem;
  border: 0.01rem solid #E6E6E6;
  font-size: 0.2rem;
  line-height: 0.32rem;
  margin: 0.1rem 0.1rem 0;
}
@media screen and (max-width: 800px) {
  .product__section .product_list .product-card .top-box .tag-list .tag {
    padding: 0.08rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin: 0.07rem 0.07rem;
  }
}
.product__section .product_list .product-card .top-box .tag-list .tag.on {
  border: 0.01rem solid #4745A0;
}
.product__section .product_list .product-card .top-box .ul {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  line-height: 0.32rem;
}
@media screen and (max-width: 800px) {
  .product__section .product_list .product-card .top-box .ul {
    margin-top: 0.1rem;
    font-size: 0.2rem;
    line-height: 0.32rem;
  }
}
.product__section .product_list .product-card .top-box .ul li {
  padding-left: 0.24rem;
  position: relative;
}
.product__section .product_list .product-card .top-box .ul li::before {
  content: "";
  position: absolute;
  top: 0.14rem;
  left: 0.1rem;
  display: inline-block;
  width: 0.03rem;
  height: 0.03rem;
  background-color: #182833;
  border-radius: 50%;
}
@media screen and (max-width: 800px) {
  .product__section .product_list .product-card .top-box .ul li::before {
    top: 0.12rem;
    width: 0.04rem;
    height: 0.04rem;
  }
}
.product__section .product_list .product-card .bottom-box {
  margin-top: 0.14rem;
  padding-top: 0.18rem;
  border-top: 0.01rem solid #E6E6E6;
  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__section .product_list .product-card .bottom-box {
    border-top: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}
.product__section .product_list .product-card .bottom-box .compare {
  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__section .product_list .product-card .bottom-box .compare .check-input {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 0.2rem;
  width: 0.2rem;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .product__section .product_list .product-card .bottom-box .compare .check-input {
    height: 0.24rem;
    width: 0.24rem;
  }
}
.product__section .product_list .product-card .bottom-box .compare .check-input .check-img {
  height: 100%;
  width: 100%;
}
.product__section .product_list .product-card .bottom-box .compare .check-input .check-img.true {
  display: none;
}
.product__section .product_list .product-card .bottom-box .compare .check-input .check-img.false {
  display: block;
}
.product__section .product_list .product-card .bottom-box .compare .check-input.on .check-img.false {
  display: none;
}
.product__section .product_list .product-card .bottom-box .compare .check-input.on .check-img.true {
  display: block;
}
.product__section .product_list .product-card .bottom-box .compare .check-label {
  margin-left: 0.14rem;
  font-size: 0.2rem;
  line-height: 0.32rem;
}
@media screen and (max-width: 800px) {
  .product__section .product_list .product-card .bottom-box .compare .check-label {
    margin-left: 0.12rem;
    font-size: 0.24rem;
    line-height: 0.26rem;
  }
}
.product__section .product_list .product-card .bottom-box .g-more-btn {
  --width: 1.74rem;
  --height: 0.54rem;
  font-size: 0.2rem;
  line-height: 0.25rem;
  font-family: var(--sk-font-SemiBold);
}
@media screen and (max-width: 800px) {
  .product__section .product_list .product-card .bottom-box .g-more-btn {
    margin-top: 0.34rem;
    --width: 100%;
    --height: 0.64rem;
    font-size: 0.28rem;
    line-height: 0.32rem;
  }
}
.product__section .logo-img {
  position: absolute;
  z-index: -1;
  bottom: 0.87rem;
  right: 2.02rem;
}
.product__section .compare-wrapper {
  position: fixed;
  z-index: 20;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0rem -0.16rem 0.3rem 0rem rgba(0, 0, 0, 0.15);
  border-radius: 0.36rem 0.36rem 0rem 0rem;
  background: #FFFFFF;
  display: none;
}
.product__section .compare-wrapper.show {
  display: block;
}
@media screen and (max-width: 800px) {
  .product__section .compare-wrapper {
    border-radius: 0.48rem 0.48rem 0rem 0rem;
  }
}
.product__section .compare-wrapper .compare-layer .expand-box {
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.1rem;
  cursor: pointer;
}
.product__section .compare-wrapper .compare-layer .expand-box.on .expand-icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.product__section .compare-wrapper .compare-layer .expand-box .expand-icon {
  width: 0.34rem;
  height: 0.34rem;
}
@media screen and (max-width: 800px) {
  .product__section .compare-wrapper .compare-layer .expand-box .expand-icon {
    width: 0.68rem;
    height: 0.68rem;
  }
}
.product__section .compare-wrapper .compare-layer .con_wrapper .con-box {
  max-height: 70vh;
  overflow-y: auto;
  padding-bottom: 0.4rem;
}
@media screen and (max-width: 800px) {
  .product__section .compare-wrapper .compare-layer .con_wrapper .con-box {
    padding-bottom: 0.72rem;
  }
}
.product__section .compare-wrapper .compare-layer .con_wrapper .con-box .title-box {
  padding-top: 0.06rem;
  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__section .compare-wrapper .compare-layer .con_wrapper .con-box .title-box {
    padding-top: 0.46rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.product__section .compare-wrapper .compare-layer .con_wrapper .con-box .title-box .title {
  font-size: 0.36rem;
  line-height: 0.36rem;
  font-family: var(--sk-font-ExtraBold);
}
@media screen and (max-width: 800px) {
  .product__section .compare-wrapper .compare-layer .con_wrapper .con-box .title-box .title {
    font-size: 0.48rem;
    line-height: 0.72rem;
  }
}
.product__section .compare-wrapper .compare-layer .con_wrapper .con-box .title-box .btn-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;
}
.product__section .compare-wrapper .compare-layer .con_wrapper .con-box .title-box .btn-list .g-more-btn {
  --width: 1.74rem;
  --height: 0.54rem;
  margin-left: 0.16rem;
  font-size: 0.2rem;
  line-height: 0.25rem;
  font-family: var(--sk-font-SemiBold);
}
.product__section .compare-wrapper .compare-layer .con_wrapper .con-box .product-list {
  padding-top: 0.46rem;
  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) {
  .product__section .compare-wrapper .compare-layer .con_wrapper .con-box .product-list {
    padding-top: 0.16rem;
    -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;
  }
}
.product__section .compare-wrapper .compare-layer .con_wrapper .con-box .product-list .product-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;
  width: 3.5rem;
  margin-right: calc((100% - 10.5rem) / 2);
  padding-bottom: 0.28rem;
}
@media screen and (max-width: 800px) {
  .product__section .compare-wrapper .compare-layer .con_wrapper .con-box .product-list .product-item {
    width: 100%;
    margin-right: 0;
    padding-bottom: 0.68rem;
  }
}
.product__section .compare-wrapper .compare-layer .con_wrapper .con-box .product-list .product-item:nth-child(3n) {
  margin-right: 0;
}
.product__section .compare-wrapper .compare-layer .con_wrapper .con-box .product-list .product-item .img-box {
  width: 100%;
}
.product__section .compare-wrapper .compare-layer .con_wrapper .con-box .product-list .product-item .img-box .img {
  width: 100%;
}
.product__section .compare-wrapper .compare-layer .con_wrapper .con-box .product-list .product-item .name-del {
  margin-top: 0.2rem;
}
@media screen and (max-width: 800px) {
  .product__section .compare-wrapper .compare-layer .con_wrapper .con-box .product-list .product-item .name-del {
    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;
  }
  .product__section .compare-wrapper .compare-layer .con_wrapper .con-box .product-list .product-item .name-del .del {
    width: 0.48rem;
    height: 0.48rem;
  }
}
.product__section .compare-wrapper .compare-layer .con_wrapper .con-box .product-list .product-item .name-del .name {
  font-size: 0.24rem;
  line-height: 0.32rem;
}
@media screen and (max-width: 800px) {
  .product__section .compare-wrapper .compare-layer .con_wrapper .con-box .product-list .product-item .name-del .name {
    font-size: 0.32rem;
    line-height: 0.64rem;
  }
}
.product__section .compare-wrapper .compare-layer .con_wrapper .con-box .phone-btn-list {
  margin-top: 0.5rem;
  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;
}
.product__section .compare-wrapper .compare-layer .con_wrapper .con-box .phone-btn-list .g-more-btn {
  --width: 3.09rem;
  --height: 0.96rem;
  font-size: 0.32rem;
  line-height: 0.49rem;
  font-family: var(--sk-font-SemiBold);
}

.banner____section {
  height: 3.44rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  .banner____section {
    height: 5rem;
    overflow: hidden;
  }
}
.banner____section .bg-box {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 4.6rem;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .banner____section .bg-box {
    height: 5rem;
  }
}
.banner____section .bg-box .c-keyVisual {
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(77deg, #464E98 0%, #636ED4 50.06%, #A35EED 84%, #FF7423 100%);
  background: linear-gradient(13deg, #464E98 0%, #636ED4 50.06%, #A35EED 84%, #FF7423 100%);
  position: relative;
  z-index: -1;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .banner____section .bg-box .c-keyVisual {
    background: -webkit-linear-gradient(60deg, #464E98 0%, #636ED4 50.06%, #A35EED 84%, #FF7423 100%);
    background: linear-gradient(30deg, #464E98 0%, #636ED4 50.06%, #A35EED 84%, #FF7423 100%);
  }
}
.banner____section .bg-box .c-keyVisual::after {
  content: "";
  display: block;
  width: 100%;
  height: 8.2vw;
  position: absolute;
  left: 0;
  -webkit-transform: scaleX(1.2);
      -ms-transform: scaleX(1.2);
          transform: scaleX(1.2);
  bottom: -2.6041666667vw;
  -webkit-filter: blur(1.2vw);
          filter: blur(1.2vw);
  background-color: #fff;
}
.banner____section .bg-box .c-keyVisual .c-keyWave {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-animation-name: keyWaveUpDown;
          animation-name: keyWaveUpDown;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 6.6s;
          animation-duration: 6.6s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.banner____section .bg-box .c-keyVisual .c-keyWave:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/hry/wave.png);
  background-position: 0 0;
  background-size: 100%;
  background-repeat: repeat-x;
  -webkit-filter: blur(2.0833333333vw);
          filter: blur(2.0833333333vw);
  -webkit-transform: scale(1) translateY(11vw) rotate(180deg);
      -ms-transform: scale(1) translateY(11vw) rotate(180deg);
          transform: scale(1) translateY(11vw) rotate(180deg);
  -webkit-animation-name: keyWave;
          animation-name: keyWave;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.9, 0.98);
          animation-timing-function: cubic-bezier(0, 0, 0.9, 0.98);
  -webkit-animation-duration: 2.6s;
          animation-duration: 2.6s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media screen and (max-width: 800px) {
  .banner____section .bg-box .c-keyVisual .c-keyWave:before {
    -webkit-transform: scale(1) translateY(2vw) rotate(180deg);
        -ms-transform: scale(1) translateY(2vw) rotate(180deg);
            transform: scale(1) translateY(2vw) rotate(180deg);
  }
}
.banner____section .title-box {
  position: relative;
  z-index: 5;
  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;
}
.banner____section .title-box .h1 {
  margin-top: 1.12rem;
  text-align: center;
  font-size: 0.64rem;
  line-height: 0.7rem;
  text-transform: uppercase;
  font-family: var(--sk-font-ExtraBold);
  color: #FFFFFF;
}
@media screen and (max-width: 800px) {
  .banner____section .title-box .h1 {
    margin-top: 1.76rem;
    font-size: 0.56rem;
    line-height: 0.64rem;
  }
}

.product-page .how-can-we-help_section {
  margin: 0;
  padding-top: 0.84rem;
  padding-bottom: 1.13rem;
  background: #F7F7F7;
}

.__crumb {
  padding-top: 0.45rem;
}
.__crumb ul {
  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;
}
.__crumb ul li {
  font-size: 0.2rem;
  line-height: 0.2rem;
  font-family: var(--sk-font-Regular);
  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) {
  .__crumb ul li {
    font-size: 0.24rem;
    line-height: 0.32rem;
  }
}
.__crumb ul li .icon {
  width: 0.24rem;
  height: 0.24rem;
  display: block;
  margin-right: 0.1rem;
}
@media screen and (max-width: 800px) {
  .__crumb ul li .icon {
    width: 0.48rem;
    height: 0.48rem;
    margin-right: 0.26rem;
  }
}
.__crumb ul li a {
  color: #999999;
  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;
}
.__crumb ul li a:hover {
  color: #182833;
}
.__crumb ul li .separator {
  display: inline-block;
  margin: 0 0.06rem;
  color: #999999;
}
@media screen and (max-width: 800px) {
  .__crumb ul li .separator {
    margin: 0 0.1rem;
  }
}
.__crumb ul li:last-child a {
  cursor: auto;
  color: #182833;
}

.warranty-inquiry-page {
  background-color: #F7F7F7;
}
.warranty-inquiry-page .form-section {
  margin-top: 0.49rem;
  padding-bottom: 0.94rem;
}
@media screen and (max-width: 800px) {
  .warranty-inquiry-page .form-section {
    margin-top: 0.54rem;
    padding-bottom: 0.86rem;
  }
}
.warranty-inquiry-page .form-section .h1 {
  font-size: 0.54rem;
  line-height: 0.64rem;
  font-family: var(--sk-font-ExtraBold);
}
@media screen and (max-width: 800px) {
  .warranty-inquiry-page .form-section .h1 {
    font-size: 0.48rem;
    line-height: 0.56rem;
    font-family: var(--sk-font-Bold);
  }
}
.warranty-inquiry-page .form-section .flex-box {
  margin-top: 0.76rem;
  padding-bottom: 0.52rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  .warranty-inquiry-page .form-section .flex-box {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .warranty-inquiry-page .form-section .flex-box .you-can {
    margin-top: 0.44rem;
    font-size: 0.24rem;
    line-height: 0.32rem;
    color: #333333;
  }
}
.warranty-inquiry-page .form-section .flex-box .img-box {
  width: 3.16rem;
  height: 3.16rem;
  border-radius: 0.1rem;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 800px) {
  .warranty-inquiry-page .form-section .flex-box .img-box {
    margin-top: 0.68rem;
    width: 100%;
    height: 6.88rem;
  }
}
@media screen and (min-width: 800px) {
  .warranty-inquiry-page .form-section .flex-box .img-box:hover .img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.warranty-inquiry-page .form-section .flex-box .img-box .img {
  height: 100%;
  width: 100%;
}
.warranty-inquiry-page .form-section .flex-box .img-box .search-icon-box {
  position: absolute;
  right: 0.15rem;
  bottom: 0.2rem;
  height: 0.34rem;
  width: 0.34rem;
  background-color: #fff;
  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;
}
@media screen and (max-width: 800px) {
  .warranty-inquiry-page .form-section .flex-box .img-box .search-icon-box {
    right: 0.32rem;
    bottom: 0.52rem;
    width: 0.96rem;
    height: 0.96rem;
  }
}
.warranty-inquiry-page .form-section .flex-box .img-box .search-icon-box .icon {
  width: 0.2rem;
  height: 0.2rem;
}
@media screen and (max-width: 800px) {
  .warranty-inquiry-page .form-section .flex-box .img-box .search-icon-box .icon {
    width: 0.56rem;
    height: 0.56rem;
  }
}
.warranty-inquiry-page .form-section .flex-box .infor-box {
  padding-left: 0.83rem;
}
@media screen and (max-width: 800px) {
  .warranty-inquiry-page .form-section .flex-box .infor-box {
    padding-left: 0;
  }
}
.warranty-inquiry-page .form-section .flex-box .infor-box .you-can {
  margin-top: 0.1rem;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #333333;
}
.warranty-inquiry-page .form-section .flex-box .infor-box .serial-label {
  margin-top: 0.26rem;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #333333;
}
@media screen and (max-width: 800px) {
  .warranty-inquiry-page .form-section .flex-box .infor-box .serial-label {
    margin-top: 0.44rem;
    font-size: 0.28rem;
    line-height: 0.28rem;
  }
}
.warranty-inquiry-page .form-section .flex-box .infor-box .input {
  margin-top: 0.16rem;
  width: 100%;
  height: 0.8rem;
  padding: 0.28rem 0.18rem;
  font-size: 0.2rem;
  line-height: 0.2rem;
  background: #FFFFFF;
  border-radius: 0.1rem;
}
@media screen and (max-width: 800px) {
  .warranty-inquiry-page .form-section .flex-box .infor-box .input {
    margin-top: 0.22rem;
    height: 0.8rem;
    border-radius: 0.08rem;
    padding: 0.16rem;
    font-size: 0.24rem;
    line-height: 0.2rem;
  }
}
.warranty-inquiry-page .form-section .flex-box .infor-box .input::-webkit-input-placeholder {
  color: #999999;
}
.warranty-inquiry-page .form-section .flex-box .infor-box .input::-moz-placeholder {
  color: #999999;
}
.warranty-inquiry-page .form-section .flex-box .infor-box .input:-ms-input-placeholder {
  color: #999999;
}
.warranty-inquiry-page .form-section .flex-box .infor-box .input::placeholder {
  color: #999999;
}
.warranty-inquiry-page .form-section .flex-box .infor-box .g-more-btn {
  margin-top: 0.26rem;
  --width: 2.38rem;
  --height: 0.74rem;
  font-size: 0.24rem;
  line-height: 0.32rem;
  font-family: var(--sk-font-Bold);
}
@media screen and (max-width: 800px) {
  .warranty-inquiry-page .form-section .flex-box .infor-box .g-more-btn {
    margin-top: 0.64rem;
    --width: 100%;
    --height: 0.92rem;
    font-size: 0.28rem;
  }
}
.warranty-inquiry-page .form-section .search-result {
  display: none;
}
.warranty-inquiry-page .form-section .search-result.show {
  display: block;
}
.warranty-inquiry-page .form-section .search-result .search-result-label {
  color: #333333;
  font-size: 0.24rem;
  line-height: 0.28rem;
  border-bottom: 0.02rem solid #999999;
  padding-bottom: 0.16rem;
}
@media screen and (max-width: 800px) {
  .warranty-inquiry-page .form-section .search-result .search-result-label {
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
}
.warranty-inquiry-page .form-section .search-result .table-box .cell-box {
  background: #FFFFFF;
  height: 0.65rem;
  padding-left: 0.18rem;
  padding-right: 0.22rem;
  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;
  font-size: 0.2rem;
  line-height: 0.6rem;
  color: #999999;
  border-bottom: 0.01rem solid #E6E6E6;
}
@media screen and (max-width: 800px) {
  .warranty-inquiry-page .form-section .search-result .table-box .cell-box {
    height: 0.8rem;
    font-size: 0.24rem;
    line-height: 0.6rem;
  }
}
.warranty-inquiry-page .form-section .search-result .table-box .cell-box:last-child {
  border-bottom: none;
}
.warranty-inquiry-page .form-section .search-result .table-box .cell-box .b {
  font-size: 0.24rem;
  color: #333333;
}

.img-mask.hry {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(48, 48, 48, 0.96);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.img-mask.hry.show {
  opacity: 1;
  visibility: visible;
}
.img-mask.hry .wal {
  position: relative;
  height: 100%;
}
.img-mask.hry .wal .text {
  padding-top: 0.7rem;
  color: #FFFFFF;
  font-size: 0.36rem;
  line-height: 0.42rem;
  font-family: var(--sk-font-Bold);
  width: 4rem;
}
@media screen and (max-width: 800px) {
  .img-mask.hry .wal .text {
    padding-top: 1rem;
    width: 5.86rem;
    font-size: 0.48rem;
    line-height: 0.56rem;
  }
}
.img-mask.hry .wal .barcode-img {
  position: absolute;
  top: calc(50% - 0.16rem);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: calc(100vh - 1.3rem);
  width: 5rem;
  object-fit: contain;
}
@media screen and (max-width: 800px) {
  .img-mask.hry .wal .barcode-img {
    top: 50%;
    height: calc(90vh - 3rem);
  }
}
.img-mask.hry .wal .close-btn {
  position: absolute;
  width: 0.48rem;
  height: 0.48rem;
  cursor: pointer;
  top: 0.58rem;
  right: 0;
}
@media screen and (max-width: 800px) {
  .img-mask.hry .wal .close-btn {
    top: 0.26rem;
    right: 0.22rem;
    width: 0.48rem;
    height: 0.48rem;
  }
}
.img-mask.hry .wal .close-btn .icon {
  height: 100%;
  width: 100%;
}

.search-detail-page .main {
  padding-bottom: 1.53rem;
  background-color: #F7F7F7;
  min-height: 80vh;
}
@media screen and (max-width: 800px) {
  .search-detail-page .main {
    padding-bottom: 0.8rem;
  }
}
.search-detail-page .search_input_section {
  padding-top: 0.64rem;
}
@media screen and (max-width: 800px) {
  .search-detail-page .search_input_section {
    padding-top: 0.5rem;
  }
}
.search-detail-page .search_input_section .wal .title-search {
  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) {
  .search-detail-page .search_input_section .wal .title-search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.search-detail-page .search_input_section .wal .title-search .h1 {
  color: #4745A0;
  font-size: 0.54rem;
  line-height: 0.68rem;
  font-family: var(--sk-font-Bold);
  margin-right: 1rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 800px) {
  .search-detail-page .search_input_section .wal .title-search .h1 {
    margin-right: 0;
    font-size: 0.48rem;
    line-height: 0.56rem;
    color: #182833;
  }
}
.search-detail-page .search_input_section .wal .title-search .search-input-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  height: 0.64rem;
}
@media screen and (max-width: 800px) {
  .search-detail-page .search_input_section .wal .title-search .search-input-box {
    margin-top: 0.44rem;
    width: 100%;
    height: 0.79rem;
  }
}
.search-detail-page .search_input_section .wal .title-search .search-input-box .search-input {
  height: 100%;
  width: 100%;
  border: 0.01rem solid #E6E6E6;
  padding: 0.27rem;
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #333333;
}
@media screen and (max-width: 800px) {
  .search-detail-page .search_input_section .wal .title-search .search-input-box .search-input {
    padding: 0.24rem 1.6rem 0.24rem 0.8rem;
    font-size: 0.24rem;
    line-height: 0.32rem;
    border-radius: 0.09rem;
  }
}
.search-detail-page .search_input_section .wal .title-search .search-input-box .search-input::-webkit-input-placeholder {
  opacity: 0.3;
}
.search-detail-page .search_input_section .wal .title-search .search-input-box .search-input::-moz-placeholder {
  opacity: 0.3;
}
.search-detail-page .search_input_section .wal .title-search .search-input-box .search-input:-ms-input-placeholder {
  opacity: 0.3;
}
.search-detail-page .search_input_section .wal .title-search .search-input-box .search-input::placeholder {
  opacity: 0.3;
}
.search-detail-page .search_input_section .wal .title-search .search-input-box .search-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.33rem;
  z-index: 2;
  width: 0.32rem;
  height: 0.32rem;
}
@media screen and (max-width: 800px) {
  .search-detail-page .search_input_section .wal .title-search .search-input-box .search-btn {
    right: 0;
    left: 0.14rem;
    width: 0.41rem;
    height: 0.41rem;
  }
}
.search-detail-page .search_input_section .wal .title-search .search-input-box .search-btn .search-icon {
  height: 100%;
  width: 100%;
}
.search-detail-page .search_input_section .wal .title-search .search-input-box .search-text-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.05rem;
  z-index: 2;
  min-width: 1.44rem;
  height: 0.68rem;
  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;
  font-size: 0.23rem;
  background: -webkit-linear-gradient(left, #616CCD 0%, #807EE7 100%);
  background: linear-gradient(90deg, #616CCD 0%, #807EE7 100%);
  color: #FFFFFF;
  border-radius: 0.09rem;
}
.search-detail-page .search_input_section .wal .class-list {
  margin-top: 0.58rem;
}
@media screen and (max-width: 800px) {
  .search-detail-page .search_input_section .wal .class-list {
    overflow-x: auto;
    width: calc(100% + 0.6rem);
    margin: 0.52rem -0.3rem 0;
    padding-bottom: 0.5rem;
    margin-bottom: -0.5rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .search-detail-page .search_input_section .wal .class-list::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    height: 0 !important;
  }
}
.search-detail-page .search_input_section .wal .class-list .class_wrapper {
  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-detail-page .search_input_section .wal .class-list .class_wrapper {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 0.3rem;
  }
}
.search-detail-page .search_input_section .wal .class-list .class_wrapper .g-more-btn {
  --width: 1.7rem;
  --height: 0.56rem;
  margin-right: 0.2rem;
  font-size: 0.2rem;
  background: #fff;
  color: #333333;
  -webkit-transform: 0s;
      -ms-transform: 0s;
          transform: 0s;
}
.search-detail-page .search_input_section .wal .class-list .class_wrapper .g-more-btn::before {
  display: none;
}
@media screen and (max-width: 800px) {
  .search-detail-page .search_input_section .wal .class-list .class_wrapper .g-more-btn {
    --width: 1.9rem;
    --height: 0.64rem;
    font-size: 0.28rem;
  }
  .search-detail-page .search_input_section .wal .class-list .class_wrapper .g-more-btn:last-child {
    margin-right: 0;
  }
}
.search-detail-page .search_input_section .wal .class-list .class_wrapper .g-more-btn.on {
  font-size: 0.24rem;
  color: #FFFFFF;
  background: -webkit-linear-gradient(left, #616CCD 0%, #807EE7 100%);
  background: linear-gradient(90deg, #616CCD 0%, #807EE7 100%);
}
@media screen and (max-width: 800px) {
  .search-detail-page .search_input_section .wal .class-list .class_wrapper .g-more-btn.on {
    font-size: 0.28rem;
  }
}
.search-detail-page .product__section {
  margin-top: 0.68rem;
  margin-bottom: 0.76rem;
}
@media screen and (max-width: 800px) {
  .search-detail-page .product__section {
    margin-top: 0.6rem;
  }
}
.search-detail-page .product__section .h2 {
  font-size: 0.36rem;
  line-height: 0.68rem;
  font-family: var(--sk-font-Bold);
}
@media screen and (max-width: 800px) {
  .search-detail-page .product__section .h2 {
    font-family: var(--sk-font-SemiBold);
    font-size: 0.32rem;
    line-height: 0.44rem;
  }
}
.search-detail-page .product__section .h2 span {
  color: #4745A0;
}
.search-detail-page .product__section .__crumb {
  padding-top: 0.16rem;
}
@media screen and (max-width: 800px) {
  .search-detail-page .product__section .__crumb {
    margin-top: 0.2rem;
  }
}
.search-detail-page .product__section .product_list {
  margin-top: 0.59rem;
}
@media screen and (max-width: 800px) {
  .search-detail-page .product__section .product_list {
    margin-top: 0.36rem;
  }
}
.search-detail-page .about__section {
  margin-top: 0.76rem;
}
.search-detail-page .about__section .h2 {
  font-size: 0.36rem;
  line-height: 0.68rem;
  font-family: var(--sk-font-Bold);
}
@media screen and (max-width: 800px) {
  .search-detail-page .about__section .h2 {
    font-size: 0.32rem;
    line-height: 0.44rem;
    font-family: var(--sk-font-SemiBold);
  }
}
.search-detail-page .about__section .h2 span {
  color: #4745A0;
}
.search-detail-page .about__section .__crumb {
  padding-top: 0.16rem;
}
@media screen and (max-width: 800px) {
  .search-detail-page .about__section .__crumb {
    padding-top: 0.2rem;
  }
}
.search-detail-page .about__section .text-con {
  margin-top: 0.16rem;
  font-size: 0.2rem;
  line-height: 0.32rem;
}
@media screen and (max-width: 800px) {
  .search-detail-page .about__section .text-con {
    margin-top: 0.34rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
}

.product-match-page .main {
  background-color: #F7F7F7;
  padding-bottom: 1.3rem;
}
.product-match-page .main .our-shopping-guide-section .h1 {
  padding-top: 0.5rem;
  font-size: 0.54rem;
  line-height: 0.64rem;
  font-family: var(--sk-font-Bold);
}
@media screen and (max-width: 800px) {
  .product-match-page .main .our-shopping-guide-section .h1 {
    font-size: 0.24rem;
    font-size: 0.48rem;
    line-height: 0.56rem;
  }
}
.product-match-page .main .our-shopping-guide-section .title-text {
  margin-top: 0.4rem;
  font-size: 0.2rem;
  line-height: 0.3rem;
  font-family: var(--sk-font-Regular);
}
@media screen and (max-width: 800px) {
  .product-match-page .main .our-shopping-guide-section .title-text {
    font-size: 0.24rem;
    line-height: 0.32rem;
  }
}
.product-match-page .main .our-shopping-guide-section .steps-box {
  margin-top: 0.6rem;
}
@media screen and (max-width: 800px) {
  .product-match-page .main .our-shopping-guide-section .steps-box {
    margin-top: 0.38rem;
  }
}
.product-match-page .main .our-shopping-guide-section .steps-box .item-box {
  padding-bottom: 0.68rem;
}
@media screen and (max-width: 800px) {
  .product-match-page .main .our-shopping-guide-section .steps-box .item-box {
    padding-bottom: 0.38rem;
  }
}
.product-match-page .main .our-shopping-guide-section .steps-box .item-box.active {
  --max-height: 8rem;
}
@media screen and (max-width: 800px) {
  .product-match-page .main .our-shopping-guide-section .steps-box .item-box.active {
    --max-height: none;
  }
  .product-match-page .main .our-shopping-guide-section .steps-box .item-box.active .con_wrapper {
    display: block;
  }
}
.product-match-page .main .our-shopping-guide-section .steps-box .item-box.active .item-label {
  color: #182833;
}
.product-match-page .main .our-shopping-guide-section .steps-box .item-box:last-child .con_wrapper::before {
  display: none;
}
.product-match-page .main .our-shopping-guide-section .steps-box .item-box .item-label {
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: #999999;
  padding-left: 0.35rem;
  position: relative;
  font-family: var(--sk-font-SemiBold);
}
@media screen and (max-width: 800px) {
  .product-match-page .main .our-shopping-guide-section .steps-box .item-box .item-label {
    font-size: 0.28rem;
    line-height: 0.64rem;
    padding-left: 0.76rem;
  }
}
.product-match-page .main .our-shopping-guide-section .steps-box .item-box .item-label::before {
  content: "";
  position: absolute;
  z-index: 3;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.17rem;
  height: 0.17rem;
  border-radius: 50%;
  background: -webkit-linear-gradient(left, #616CCD 0%, #807EE7 100%);
  background: linear-gradient(90deg, #616CCD 0%, #807EE7 100%);
}
@media screen and (max-width: 800px) {
  .product-match-page .main .our-shopping-guide-section .steps-box .item-box .item-label::before {
    height: 0.34rem;
    width: 0.34rem;
  }
}
.product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper {
  padding-left: 0.3rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-height: var(--max-height, 0);
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper {
    display: none;
    padding-left: 0;
  }
}
.product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -0.08rem;
  bottom: -0.08rem;
  left: 0.08rem;
  width: 0.01rem;
  background-color: #E6E6E6;
}
@media screen and (max-width: 800px) {
  .product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper::before {
    display: none;
  }
}
.product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper .flex-box {
  padding-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;
}
@media screen and (max-width: 800px) {
  .product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper .flex-box {
    padding-top: 0.38rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper .flex-box .left-box {
  width: 6.2rem;
}
@media screen and (max-width: 800px) {
  .product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper .flex-box .left-box {
    width: 100%;
  }
}
.product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper .flex-box .left-box .cell-list {
  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;
}
@media screen and (max-width: 800px) {
  .product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper .flex-box .left-box .cell-list {
    height: auto;
    margin-top: 0.52rem;
  }
}
.product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper .flex-box .left-box .cell-list.type-2 {
  padding-bottom: 0.36rem;
}
@media screen and (max-width: 800px) {
  .product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper .flex-box .left-box .cell-list.type-2 {
    padding-bottom: 0;
  }
}
.product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper .flex-box .left-box .cell-list.type-2 .cell-li.on {
  background: #FFFFFF;
  color: #464E98;
}
.product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper .flex-box .left-box .cell-list .cell-li {
  height: 1.02rem;
  background: #FFFFFF;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.2rem;
  line-height: 0.2rem;
  color: #999999;
  border-radius: 0.1rem;
  margin-bottom: 0.39rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0.1rem;
}
@media screen and (max-width: 800px) {
  .product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper .flex-box .left-box .cell-list .cell-li {
    height: 0.96rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
    border-radius: 0.2rem;
    margin-bottom: 0.16rem;
  }
}
.product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper .flex-box .left-box .cell-list .cell-li:last-child {
  margin-bottom: 0;
}
.product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper .flex-box .left-box .cell-list .cell-li.on {
  background: #464E98;
  color: #FFFFFF;
}
.product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper .flex-box .left-box .input-item-box {
  margin-top: 0.72rem;
}
.product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper .flex-box .left-box .input-item-box:first-child {
  margin-top: 0.56rem;
}
.product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper .flex-box .left-box .input-item-box .input-label {
  color: #333333;
  font-size: 0.2rem;
  line-height: 0.2rem;
}
@media screen and (max-width: 800px) {
  .product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper .flex-box .left-box .input-item-box .input-label {
    font-size: 0.26rem;
    line-height: 0.26rem;
  }
}
.product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper .flex-box .left-box .input-item-box .input-box {
  margin-top: 0.18rem;
  height: 1.04rem;
  position: relative;
}
.product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper .flex-box .left-box .input-item-box .input-box input {
  height: 100%;
  width: 100%;
  padding: 0.34rem;
  padding-right: 0.6rem;
  font-size: 0.2rem;
  background: #FFFFFF;
  border-radius: 0.1rem;
}
@media screen and (max-width: 800px) {
  .product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper .flex-box .left-box .input-item-box .input-box input {
    font-size: 0.28rem;
  }
}
.product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper .flex-box .left-box .input-item-box .input-box input::-webkit-input-placeholder {
  color: #999999;
}
.product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper .flex-box .left-box .input-item-box .input-box input::-moz-placeholder {
  color: #999999;
}
.product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper .flex-box .left-box .input-item-box .input-box input:-ms-input-placeholder {
  color: #999999;
}
.product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper .flex-box .left-box .input-item-box .input-box input::placeholder {
  color: #999999;
}
.product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper .flex-box .left-box .input-item-box .input-box .sub {
  position: absolute;
  top: 50%;
  right: 0.24rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.2rem;
  line-height: 0.2rem;
  color: #999999;
}
@media screen and (max-width: 800px) {
  .product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper .flex-box .left-box .input-item-box .input-box .sub {
    font-size: 0.28rem;
    right: 0.3rem;
  }
}
.product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper .flex-box .right-box {
  width: 7.25rem;
}
@media screen and (max-width: 800px) {
  .product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper .flex-box .right-box {
    width: 100%;
  }
}
.product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper .flex-box .right-box .img-box {
  width: 7.25rem;
  height: 5.25rem;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 800px) {
  .product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper .flex-box .right-box .img-box {
    width: 100%;
    height: 4.98rem;
    border-radius: 0.2rem;
  }
}
.product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper .flex-box .right-box .img-box .img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
}
.product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper .flex-box .right-box .img-box .img.show {
  opacity: 1;
  z-index: 1;
}
.product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper .btn-list {
  margin-top: 0.42rem;
  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) {
  .product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper .btn-list {
    margin-top: 0.44rem;
  }
}
.product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper .btn-list .g-more-btn {
  margin-right: 0.31rem;
  --width: 2.55rem;
  --height: 0.74rem;
  font-size: 0.24rem;
  font-family: var(--sk-font-SemiBold);
}
@media screen and (max-width: 800px) {
  .product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper .btn-list .g-more-btn {
    --width: calc(50% - 0.19rem);
    --height: 0.96rem;
    font-size: 0.28rem;
    margin-right: 0.38rem;
  }
}
.product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper .btn-list .g-more-btn.bg-transparent {
  background: #fff;
  color: #666666;
}
@media screen and (max-width: 800px) {
  .product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper .btn-list .g-more-btn.bg-transparent {
    color: #fff;
  }
}
.product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper .btn-list .g-more-btn.bg-transparent::before {
  display: none;
}
.product-match-page .main .our-shopping-guide-section .steps-box .item-box .con_wrapper .btn-list .g-more-btn:last-child {
  margin-right: 0;
}
.product-match-page .main .result-main .text-con-section {
  padding-top: 0.58rem;
}
@media screen and (max-width: 800px) {
  .product-match-page .main .result-main .text-con-section {
    padding-top: 0.5rem;
  }
}
.product-match-page .main .result-main .text-con-section .h1 {
  font-size: 0.54rem;
  line-height: 0.64rem;
  font-family: var(--sk-font-Bold);
}
@media screen and (max-width: 800px) {
  .product-match-page .main .result-main .text-con-section .h1 {
    font-size: 0.48rem;
    line-height: 0.64rem;
  }
}
.product-match-page .main .result-main .text-con-section .text {
  margin-top: 0.3rem;
  font-size: 0.2rem;
  line-height: 0.3rem;
  font-family: var(--sk-font-Regular);
}
@media screen and (max-width: 800px) {
  .product-match-page .main .result-main .text-con-section .text {
    margin-top: 0.36rem;
    font-size: 0.24rem;
    line-height: 0.32rem;
    font-family: var(--sk-font-Medium);
  }
}
@media screen and (max-width: 800px) {
  .product-match-page .main .result-main .product__section .product_list {
    margin-top: 0.42rem;
  }
}
.product-match-page .main .result-main .no-matching-section {
  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.7rem;
}
.product-match-page .main .result-main .no-matching-section .img-box {
  max-width: 100%;
  width: 7.35rem;
}
.product-match-page .main .result-main .no-matching-section .text {
  margin-top: 0.22rem;
  color: #666666;
  font-size: 0.3rem;
  line-height: 0.36rem;
  font-family: var(--sk-font-SemiBold);
  text-align: center;
}
@media screen and (max-width: 800px) {
  .product-match-page .main .result-main .no-matching-section .text {
    margin-top: 0.4rem;
  }
}
.product-match-page .main .result-main .btn-list-section {
  margin-top: 1.33rem;
  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) {
  .product-match-page .main .result-main .btn-list-section {
    margin-top: 0.62rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.product-match-page .main .result-main .btn-list-section.no {
  margin-top: 0.7rem;
}
.product-match-page .main .result-main .btn-list-section .g-more-btn {
  margin-right: 0.3rem;
  --width: 2.55rem;
  --height: 0.74rem;
  font-size: 0.24rem;
  font-family: var(--sk-font-SemiBold);
}
@media screen and (max-width: 800px) {
  .product-match-page .main .result-main .btn-list-section .g-more-btn {
    margin-right: 0;
    --height: 0.96rem;
    font-size: 0.28rem;
  }
}
.product-match-page .main .result-main .btn-list-section .g-more-btn.bg-transparent {
  background: #fff;
  color: #666666;
}
.product-match-page .main .result-main .btn-list-section .g-more-btn.bg-transparent::before {
  display: none;
}
@media screen and (max-width: 800px) {
  .product-match-page .main .result-main .btn-list-section .g-more-btn.bg-transparent {
    margin-top: 0.44rem;
  }
}
.product-match-page .main .result-main .btn-list-section .g-more-btn:last-child {
  margin-right: 0;
}

.error-page {
  min-height: 100vh;
  background-color: #F7F7F7;
}
@media screen and (max-width: 800px) {
  .error-page {
    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;
  }
}
.error-page .main {
  position: relative;
  overflow: hidden;
}
.error-page .main .bg-img {
  position: absolute;
  width: 15.9rem;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 800px) {
  .error-page .main .bg-img {
    width: 100%;
    top: 2.44rem;
  }
}
.error-page .main .container {
  position: relative;
  z-index: 5;
}
.error-page .main .container .h1 {
  margin-top: 0.77rem;
  text-align: center;
  font-size: 0.54rem;
  line-height: 0.68rem;
  font-family: var(--sk-font-Bold);
  margin-left: -1%;
  margin-right: -1%;
  letter-spacing: -1px;
}
@media screen and (max-width: 800px) {
  .error-page .main .container .h1 {
    margin-top: 0.9rem;
    font-size: 0.48rem;
    line-height: 0.56rem;
    padding: 0 0.32rem;
  }
}
.error-page .main .container .error-img {
  margin: 0.83rem auto 0;
  display: block;
  width: 5.94rem;
}
@media screen and (max-width: 800px) {
  .error-page .main .container .error-img {
    margin: 1.4rem auto 0;
    width: 6.9rem;
  }
}
.error-page .main .container .btn-box {
  margin-top: 0.94rem;
  padding-bottom: 2.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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 800px) {
  .error-page .main .container .btn-box {
    margin-top: 2.9rem;
    padding: 0 0.3rem 1.62rem;
  }
}
.error-page .main .container .btn-box .g-more-btn {
  --height: 0.7rem;
  --width: 3.16rem;
  font-size: 0.24rem;
  font-family: var(--sk-font-Bold);
}
@media screen and (max-width: 800px) {
  .error-page .main .container .btn-box .g-more-btn {
    --height: 0.92rem;
    --width: 100%;
    font-size: 0.28rem;
  }
}

.product-compare-page .main {
  background: #F7F7F7;
  padding-bottom: 1.52rem;
}
@media screen and (max-width: 800px) {
  .product-compare-page .main {
    padding-bottom: 1.12rem;
  }
}
.product-compare-page .main .product-card-section {
  position: relative;
}
.product-compare-page .main .product-card-section .prompt {
  position: absolute;
  z-index: 5;
  right: 0.3rem;
  top: 50%;
}
.product-compare-page .main .product-card-section .h1 {
  padding-top: 0.49rem;
  font-size: 0.54rem;
  line-height: 0.64rem;
  font-family: var(--sk-font-Bold);
}
@media screen and (max-width: 800px) {
  .product-compare-page .main .product-card-section .h1 {
    padding-top: 0.5rem;
    font-size: 0.48rem;
    line-height: 0.56rem;
  }
}
.product-compare-page .main .product-card-section .product-card-wrapper {
  margin-top: 0.58rem;
}
@media screen and (max-width: 800px) {
  .product-compare-page .main .product-card-section .product-card-wrapper {
    overflow-x: auto;
    margin-top: 0.48rem;
    padding-bottom: 0.5rem;
    margin-bottom: -0.5rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .product-compare-page .main .product-card-section .product-card-wrapper::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    height: 0 !important;
  }
}
.product-compare-page .main .product-card-section .product-card-wrapper .product-card-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -0.3rem;
}
@media screen and (max-width: 800px) {
  .product-compare-page .main .product-card-section .product-card-wrapper .product-card-list {
    margin-bottom: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.product-compare-page .main .product-card-section .product-card-wrapper .product-card-list .product-card {
  width: calc((100% - 0.84rem) / 3);
  border-radius: 0.1rem;
  background: #FFFFFF;
  padding: 0.49rem 0.28rem 0.27rem;
  margin-right: 0.42rem;
  margin-bottom: 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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 800px) {
  .product-compare-page .main .product-card-section .product-card-wrapper .product-card-list .product-card {
    width: 3.28rem;
    padding: 0.76rem 0.2rem 0.42rem 0.14rem;
    border-radius: 0.08rem;
    margin-bottom: 0;
  }
  .product-compare-page .main .product-card-section .product-card-wrapper .product-card-list .product-card .del-icon {
    position: absolute;
    top: 0.16rem;
    right: 0.2rem;
    width: 0.48rem;
    height: 0.48rem;
  }
  .product-compare-page .main .product-card-section .product-card-wrapper .product-card-list .product-card .del-icon .icon {
    height: 100%;
    width: 100%;
  }
}
.product-compare-page .main .product-card-section .product-card-wrapper .product-card-list .product-card:nth-child(3n) {
  margin-right: 0;
}
.product-compare-page .main .product-card-section .product-card-wrapper .product-card-list .product-card .top-box .img-box {
  width: 100%;
}
.product-compare-page .main .product-card-section .product-card-wrapper .product-card-list .product-card .top-box .img-box .img {
  width: 100%;
}
.product-compare-page .main .product-card-section .product-card-wrapper .product-card-list .product-card .top-box .name {
  margin-top: 0.28rem;
  padding-left: 0.2rem;
  font-size: 0.36rem;
  line-height: 0.32rem;
  font-family: var(--sk-font-ExtraBold);
}
@media screen and (max-width: 800px) {
  .product-compare-page .main .product-card-section .product-card-wrapper .product-card-list .product-card .top-box .name {
    margin-top: 0.2rem;
    padding-left: 0.14rem;
    font-size: 0.32rem;
    line-height: 0.24rem;
  }
}
.product-compare-page .main .product-card-section .product-card-wrapper .product-card-list .product-card .top-box .name span {
  font-size: 0.32rem;
}
@media screen and (max-width: 800px) {
  .product-compare-page .main .product-card-section .product-card-wrapper .product-card-list .product-card .top-box .name span {
    font-size: 0.28rem;
  }
}
.product-compare-page .main .product-card-section .product-card-wrapper .product-card-list .product-card .top-box .tag-list {
  margin-top: 0.14rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -0.1rem;
  margin-left: -0.1rem;
  margin-right: -0.1rem;
  padding-left: 0.2rem;
}
@media screen and (max-width: 800px) {
  .product-compare-page .main .product-card-section .product-card-wrapper .product-card-list .product-card .top-box .tag-list {
    margin-top: 0.28rem;
  }
}
.product-compare-page .main .product-card-section .product-card-wrapper .product-card-list .product-card .top-box .tag-list .tag {
  padding: 0 0.1rem;
  border-radius: 0.04rem;
  border: 0.01rem solid #E6E6E6;
  margin: 0 0.1rem 0.1rem;
  font-size: 0.2rem;
  line-height: 0.32rem;
}
@media screen and (max-width: 800px) {
  .product-compare-page .main .product-card-section .product-card-wrapper .product-card-list .product-card .top-box .tag-list .tag {
    padding: 0.08rem 0.08rem 0.08rem 0.1rem;
    border: 0.01rem solid #4745A0;
    font-size: 0.2rem;
    line-height: 0.3rem;
  }
}
.product-compare-page .main .product-card-section .product-card-wrapper .product-card-list .product-card .bottom-box {
  margin-top: 0.32rem;
  padding-left: 0.13rem;
  padding-right: 0.11rem;
}
@media screen and (max-width: 800px) {
  .product-compare-page .main .product-card-section .product-card-wrapper .product-card-list .product-card .bottom-box {
    padding-left: 0;
    padding-right: 0;
  }
}
.product-compare-page .main .product-card-section .product-card-wrapper .product-card-list .product-card .bottom-box .btn-list {
  border-top: 0.01rem solid #E6E6E6;
  padding-top: 0.18rem;
  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) {
  .product-compare-page .main .product-card-section .product-card-wrapper .product-card-list .product-card .bottom-box .btn-list {
    border-top: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
  }
}
.product-compare-page .main .product-card-section .product-card-wrapper .product-card-list .product-card .bottom-box .btn-list .g-more-btn {
  --width: calc(50% - 0.08rem);
  --height: 0.54rem;
  font-size: 0.2rem;
  font-family: var(--sk-font-SemiBold);
}
@media screen and (max-width: 800px) {
  .product-compare-page .main .product-card-section .product-card-wrapper .product-card-list .product-card .bottom-box .btn-list .g-more-btn {
    --width: 100%;
    --height: 0.64rem;
    font-size: 0.28rem;
    margin-bottom: 0.34rem;
  }
}
.product-compare-page .main .product-card-section .product-card-wrapper .product-card-list .product-card .bottom-box .btn-list .g-more-btn:last-child {
  background: #F7F7F7;
  color: #464E98;
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .product-compare-page .main .product-card-section .product-card-wrapper .product-card-list .product-card .bottom-box .btn-list .g-more-btn:last-child {
    color: #fff;
  }
}
.product-compare-page .main .highlights-section {
  margin-top: 1.13rem;
  margin-bottom: 1.13rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  .product-compare-page .main .highlights-section {
    margin-top: 0.78rem;
    margin-bottom: 0.64rem;
    position: relative;
  }
  .product-compare-page .main .highlights-section .prompt {
    display: inline-block;
    position: absolute;
    right: 0.3rem;
    top: 50%;
  }
}
.product-compare-page .main .highlights-section .bg-img {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.product-compare-page .main .highlights-section .wal {
  position: relative;
  z-index: 3;
}
.product-compare-page .main .highlights-section .highlights-label {
  font-size: 0.36rem;
  line-height: 0.42rem;
  font-family: var(--sk-font-Bold);
  padding-bottom: 0.32rem;
}
@media screen and (max-width: 800px) {
  .product-compare-page .main .highlights-section .highlights-label {
    padding-bottom: 0.32rem;
    font-size: 0.48rem;
    line-height: 0.56rem;
  }
}
@media screen and (max-width: 800px) {
  .product-compare-page .main .highlights-section .highlights-list-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    padding-top: 0.12rem;
    padding-bottom: 0.5rem;
    margin-bottom: -0.5rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .product-compare-page .main .highlights-section .highlights-list-wrapper::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    height: 0 !important;
  }
}
.product-compare-page .main .highlights-section .highlights-list {
  border-top: 0.01rem solid #E6E6E6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  .product-compare-page .main .highlights-section .highlights-list {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.product-compare-page .main .highlights-section .highlights-list .highlights-item {
  width: calc((100% + 0.42rem) / 3);
  position: relative;
}
@media screen and (max-width: 800px) {
  .product-compare-page .main .highlights-section .highlights-list .highlights-item {
    width: 3.56rem;
    padding-right: 0.12rem;
  }
}
.product-compare-page .main .highlights-section .highlights-list .highlights-item:nth-child(3) {
  width: calc((100% - 0.84rem) / 3);
}
@media screen and (max-width: 800px) {
  .product-compare-page .main .highlights-section .highlights-list .highlights-item:nth-child(3) {
    width: 3.56rem;
    padding-right: 0.12rem;
  }
}
.product-compare-page .main .highlights-section .highlights-list .highlights-item::before {
  content: "";
  left: 0;
  bottom: 100%;
  position: absolute;
  width: 0.51rem;
  height: 0.06rem;
  background: -webkit-linear-gradient(left, #616CCD 0%, #807EE7 100%);
  background: linear-gradient(90deg, #616CCD 0%, #807EE7 100%);
}
@media screen and (max-width: 800px) {
  .product-compare-page .main .highlights-section .highlights-list .highlights-item::before {
    width: 1.02rem;
    height: 0.12rem;
    border-radius: 1.8rem;
    bottom: calc(100% - 0.06rem);
  }
}
.product-compare-page .main .highlights-section .highlights-list .highlights-item .title-box {
  margin-top: 0.5rem;
  font-size: 0.24rem;
  line-height: 0.32rem;
  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-family: var(--sk-font-Bold);
}
@media screen and (max-width: 800px) {
  .product-compare-page .main .highlights-section .highlights-list .highlights-item .title-box {
    margin-top: 0.46rem;
    font-size: 0.28rem;
    line-height: 0.28rem;
  }
}
.product-compare-page .main .highlights-section .highlights-list .highlights-item .title-box span {
  font-size: 0.2rem;
}
@media screen and (max-width: 800px) {
  .product-compare-page .main .highlights-section .highlights-list .highlights-item .title-box span {
    font-size: 0.24rem;
  }
}
.product-compare-page .main .highlights-section .highlights-list .highlights-item .title-box .type {
  margin-left: 0.07rem;
  font-size: 0.24rem;
  line-height: 0.64rem;
  color: #333333;
  font-family: var(--sk-font-Medium);
}
@media screen and (max-width: 800px) {
  .product-compare-page .main .highlights-section .highlights-list .highlights-item .title-box .type {
    margin-left: 0.16rem;
    font-size: 0.28rem;
    line-height: 0.28rem;
  }
}
.product-compare-page .main .highlights-section .highlights-list .highlights-item .data-box {
  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;
}
@media screen and (max-width: 800px) {
  .product-compare-page .main .highlights-section .highlights-list .highlights-item .data-box {
    margin-top: 0.14rem;
  }
}
.product-compare-page .main .highlights-section .highlights-list .highlights-item .data-box .num {
  font-size: 0.48rem;
  line-height: 0.64rem;
  font-family: var(--sk-font-Bold);
  background: -webkit-linear-gradient(right, #CCCBF9 0%, #4745A0 100%);
  background: linear-gradient(-90deg, #CCCBF9 0%, #4745A0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 800px) {
  .product-compare-page .main .highlights-section .highlights-list .highlights-item .data-box .num {
    font-size: 0.4rem;
    line-height: 0.56rem;
  }
}
.product-compare-page .main .highlights-section .highlights-list .highlights-item .data-box .sub {
  margin-left: 0.07rem;
  font-size: 0.24rem;
  line-height: 0.48rem;
  font-family: var(--sk-font-Bold);
  background: -webkit-linear-gradient(left, #CCCBF9 0%, #4745A0 100%);
  background: linear-gradient(90deg, #CCCBF9 0%, #4745A0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 800px) {
  .product-compare-page .main .highlights-section .highlights-list .highlights-item .data-box .sub {
    font-size: 0.24rem;
  }
}
.product-compare-page .main .highlights-section .highlights-list .highlights-item .data-box .mirror-note {
  margin-left: 0.14rem;
  margin-bottom: 0.08rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 800px) {
  .product-compare-page .main .highlights-section .highlights-list .highlights-item .data-box .mirror-note {
    margin-left: 0.2rem;
    margin-bottom: 0.1rem;
  }
}
.product-compare-page .main .highlights-section .highlights-list .highlights-item .data-box .mirror-note .icon {
  width: 0.3rem;
  height: 0.3rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 800px) {
  .product-compare-page .main .highlights-section .highlights-list .highlights-item .data-box .mirror-note .icon {
    width: 0.28rem;
    height: 0.28rem;
  }
}
.product-compare-page .main .highlights-section .highlights-list .highlights-item .data-box .mirror-note .text {
  margin-left: 0.08rem;
  font-size: 0.24rem;
  line-height: 0.3rem;
  white-space: nowrap;
  font-family: var(--sk-font-Bold);
  background: -webkit-linear-gradient(left, rgb(204, 203, 249) 0%, rgb(71, 69, 160) 100%);
  background: linear-gradient(90deg, rgb(204, 203, 249) 0%, rgb(71, 69, 160) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 800px) {
  .product-compare-page .main .highlights-section .highlights-list .highlights-item .data-box .mirror-note .text {
    margin-left: 0.1rem;
    font-size: 0.22rem;
    line-height: 0.28rem;
  }
}
.product-compare-page .main .highlights-section .highlights-list .highlights-item .icon-text-list {
  margin-top: 0.26rem;
}
@media screen and (max-width: 800px) {
  .product-compare-page .main .highlights-section .highlights-list .highlights-item .icon-text-list {
    margin-top: 0.24rem;
  }
}
.product-compare-page .main .highlights-section .highlights-list .highlights-item .icon-text-list .icon-text-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.34rem;
}
@media screen and (max-width: 800px) {
  .product-compare-page .main .highlights-section .highlights-list .highlights-item .icon-text-list .icon-text-item {
    margin-bottom: 0.24rem;
  }
}
.product-compare-page .main .highlights-section .highlights-list .highlights-item .icon-text-list .icon-text-item:last-child {
  margin-bottom: 0;
}
.product-compare-page .main .highlights-section .highlights-list .highlights-item .icon-text-list .icon-text-item .icon {
  width: 0.32rem;
  height: 0.32rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 800px) {
  .product-compare-page .main .highlights-section .highlights-list .highlights-item .icon-text-list .icon-text-item .icon {
    width: 0.28rem;
    height: 0.28rem;
  }
}
.product-compare-page .main .highlights-section .highlights-list .highlights-item .icon-text-list .icon-text-item .text {
  margin-left: 0.17rem;
  font-size: 0.24rem;
  line-height: 0.3rem;
}
@media screen and (max-width: 800px) {
  .product-compare-page .main .highlights-section .highlights-list .highlights-item .icon-text-list .icon-text-item .text {
    margin-left: 0.16rem;
    font-size: 0.24rem;
    line-height: 0.26rem;
  }
}
.product-compare-page .main .highlights-section .highlights-list .highlights-item .icon-text-list .icon-text-item .text.r {
  font-size: 0.2rem;
}
@media screen and (max-width: 800px) {
  .product-compare-page .main .highlights-section .highlights-list .highlights-item .icon-text-list .icon-text-item .text.r {
    font-size: 0.24rem;
  }
}
.product-compare-page .main .comparisonitem-section {
  margin-top: 1.13rem;
}
@media screen and (max-width: 800px) {
  .product-compare-page .main .comparisonitem-section {
    overflow: hidden;
    margin-top: 0.64rem;
    position: relative;
  }
  .product-compare-page .main .comparisonitem-section .prompt {
    display: inline-block;
    position: absolute;
    right: 0.3rem;
    top: 50%;
  }
}
.product-compare-page .main .comparisonitem-section .comparisonitem-label {
  font-size: 0.36rem;
  line-height: 0.42rem;
  font-family: var(--sk-font-Bold);
  padding-bottom: 0.22rem;
  border-bottom: 0.01rem solid #E6E6E6;
  position: relative;
}
@media screen and (max-width: 800px) {
  .product-compare-page .main .comparisonitem-section .comparisonitem-label {
    font-size: 0.48rem;
    line-height: 0.56rem;
    padding-bottom: 0.46rem;
  }
}
.product-compare-page .main .comparisonitem-section .comparisonitem-label::before {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  width: 0.51rem;
  height: 0.06rem;
  background: -webkit-linear-gradient(left, #616CCD 0%, #807EE7 100%);
  background: linear-gradient(90deg, #616CCD 0%, #807EE7 100%);
}
@media screen and (max-width: 800px) {
  .product-compare-page .main .comparisonitem-section .comparisonitem-label::before {
    height: 0.12rem;
    width: 1.02rem;
    border-radius: 1.8rem;
    bottom: -0.06rem;
  }
}
.product-compare-page .main .comparisonitem-section .table-box {
  margin-top: 0.18rem;
}
@media screen and (max-width: 800px) {
  .product-compare-page .main .comparisonitem-section .table-box {
    margin-top: 0.48rem;
    overflow-x: auto;
    margin-left: -0.3rem;
    margin-right: -0.3rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    padding-bottom: 0.5rem;
    margin-bottom: -0.5rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .product-compare-page .main .comparisonitem-section .table-box::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    height: 0 !important;
  }
}
.product-compare-page .main .comparisonitem-section .table-box table {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .product-compare-page .main .comparisonitem-section .table-box table {
    width: 120vw;
  }
}
.product-compare-page .main .comparisonitem-section .table-box table tr:first-child td {
  padding-top: 0;
  font-family: var(--sk-font-SemiBold);
  font-size: 0.24rem;
  line-height: 0.34rem;
}
@media screen and (max-width: 800px) {
  .product-compare-page .main .comparisonitem-section .table-box table tr:first-child td {
    font-size: 0.28rem;
    line-height: 0.32rem;
  }
}
.product-compare-page .main .comparisonitem-section .table-box table tr:first-child td:first-child {
  font-size: 0.3rem;
  line-height: 0.36rem;
}
@media screen and (max-width: 800px) {
  .product-compare-page .main .comparisonitem-section .table-box table tr:first-child td:first-child {
    font-size: 0.28rem;
    line-height: 0.32rem;
  }
}
.product-compare-page .main .comparisonitem-section .table-box table tr td {
  border-bottom: 0.01rem solid #E6E6E6;
  border-left: 0.01rem solid #E6E6E6;
  font-size: 0.2rem;
  line-height: 0.32rem;
  padding: 0.22rem;
  padding-left: 1rem;
}
@media screen and (max-width: 800px) {
  .product-compare-page .main .comparisonitem-section .table-box table tr td {
    font-size: 0.28rem;
    line-height: 0.32rem;
    padding-left: 0.2rem;
  }
}
.product-compare-page .main .comparisonitem-section .table-box table tr td:first-child {
  border-left: none;
  padding-left: 0;
}
@media screen and (max-width: 800px) {
  .product-compare-page .main .comparisonitem-section .table-box table tr td:first-child {
    padding-left: 0.2rem;
    font-size: 0.2rem;
  }
}

.warranty-activation-page .main,
.warranty-order-page .main {
  background-color: #F7F7F7;
  padding-bottom: 1.86rem;
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main,
  .warranty-order-page .main {
    padding-bottom: 1.28rem;
  }
}
.warranty-activation-page .main .top-section,
.warranty-order-page .main .top-section {
  padding-top: 0.5rem;
}
.warranty-activation-page .main .top-section .flex-box,
.warranty-order-page .main .top-section .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;
  position: relative;
}
.warranty-activation-page .main .top-section .flex-box .left-box .h1,
.warranty-order-page .main .top-section .flex-box .left-box .h1 {
  margin-top: 0.18rem;
  font-size: 0.54rem;
  line-height: 0.64rem;
  font-family: var(--sk-font-Bold);
  width: 8.53rem;
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .top-section .flex-box .left-box .h1,
  .warranty-order-page .main .top-section .flex-box .left-box .h1 {
    font-size: 0.48rem;
    line-height: 0.56rem;
    width: 100%;
  }
}
.warranty-activation-page .main .top-section .flex-box .left-box .text,
.warranty-order-page .main .top-section .flex-box .left-box .text {
  margin-top: 0.23rem;
  width: 6.7rem;
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #666666;
  margin-bottom: 0.4rem;
  font-family: var(--sk-font-Regular);
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .top-section .flex-box .left-box .text,
  .warranty-order-page .main .top-section .flex-box .left-box .text {
    margin-top: 0.78rem;
    width: calc(100% - 3.94rem);
    font-size: 0.24rem;
    line-height: 0.32rem;
    min-height: 3.3rem;
  }
}
.warranty-activation-page .main .top-section .flex-box .left-box .text.max,
.warranty-order-page .main .top-section .flex-box .left-box .text.max {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .top-section .flex-box .left-box .text.max,
  .warranty-order-page .main .top-section .flex-box .left-box .text.max {
    width: 100%;
    margin-top: 0.3rem;
    min-height: 0;
  }
}
.warranty-activation-page .main .top-section .flex-box .left-box .btn-box .g-more-btn,
.warranty-order-page .main .top-section .flex-box .left-box .btn-box .g-more-btn {
  width: auto;
  --width: 0;
  padding-right: 0.4rem;
  padding-left: 0.4rem;
}
.warranty-activation-page .main .top-section .flex-box .right-box,
.warranty-order-page .main .top-section .flex-box .right-box {
  width: 2.9rem;
  height: 2.9rem;
  object-fit: contain;
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .top-section .flex-box .right-box,
  .warranty-order-page .main .top-section .flex-box .right-box {
    position: absolute;
    right: -0.3rem;
    width: 4rem;
    height: 4rem;
    top: 0.62rem;
  }
}
.warranty-activation-page .main .top-section .flex-box .right-box .img,
.warranty-order-page .main .top-section .flex-box .right-box .img {
  height: 100%;
  width: 100%;
}
.warranty-activation-page .main .form-section,
.warranty-order-page .main .form-section {
  margin-top: 0.44rem;
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .form-section,
  .warranty-order-page .main .form-section {
    margin-top: 0.78rem;
  }
}
.warranty-activation-page .main .form-section.type-1,
.warranty-order-page .main .form-section.type-1 {
  margin-top: 0.53rem;
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .form-section.type-1,
  .warranty-order-page .main .form-section.type-1 {
    margin-top: 0.5rem;
  }
}
.warranty-activation-page .main .form-section .row-item-list,
.warranty-order-page .main .form-section .row-item-list {
  margin-top: 0.8rem;
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .form-section .row-item-list,
  .warranty-order-page .main .form-section .row-item-list {
    margin-top: 1rem;
  }
}
.warranty-activation-page .main .form-section .row-item-list:first-child,
.warranty-order-page .main .form-section .row-item-list:first-child {
  margin-top: 0;
}
.warranty-activation-page .main .form-section .row-item-list .row-label,
.warranty-order-page .main .form-section .row-item-list .row-label {
  font-family: var(--sk-font-Bold);
  font-size: 0.36rem;
  line-height: 0.42rem;
  padding-bottom: 0.14rem;
  border-bottom: 0.01rem solid #E6E6E6;
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .form-section .row-item-list .row-label,
  .warranty-order-page .main .form-section .row-item-list .row-label {
    font-size: 0.32rem;
    line-height: 0.44rem;
    padding-bottom: 0.36rem;
  }
}
.warranty-activation-page .main .form-section .row-item-list .row-item,
.warranty-order-page .main .form-section .row-item-list .row-item {
  margin-top: 0.32rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .form-section .row-item-list .row-item,
  .warranty-order-page .main .form-section .row-item-list .row-item {
    margin-top: 0.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.warranty-activation-page .main .form-section .row-item-list .row-item .label-box,
.warranty-order-page .main .form-section .row-item-list .row-item .label-box {
  width: 3.94rem;
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .form-section .row-item-list .row-item .label-box,
  .warranty-order-page .main .form-section .row-item-list .row-item .label-box {
    width: 100%;
    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;
  }
}
.warranty-activation-page .main .form-section .row-item-list .row-item .label-box .form-label,
.warranty-order-page .main .form-section .row-item-list .row-item .label-box .form-label {
  font-size: 0.24rem;
  line-height: 0.3rem;
  padding: 0.25rem 0;
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .form-section .row-item-list .row-item .label-box .form-label,
  .warranty-order-page .main .form-section .row-item-list .row-item .label-box .form-label {
    width: 50%;
    padding: 0;
    font-size: 0.28rem;
    line-height: 0.32rem;
    font-family: var(--sk-font-SemiBold);
  }
}
.warranty-activation-page .main .form-section .row-item-list .row-item .label-box .form-label span,
.warranty-order-page .main .form-section .row-item-list .row-item .label-box .form-label span {
  color: red;
}
.warranty-activation-page .main .form-section .row-item-list .row-item .label-box .check-serial-number,
.warranty-order-page .main .form-section .row-item-list .row-item .label-box .check-serial-number {
  font-size: 0.2rem;
  line-height: 0.24rem;
  color: #4745A0;
  font-family: var(--sk-font-SemiBold);
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .form-section .row-item-list .row-item .label-box .check-serial-number,
  .warranty-order-page .main .form-section .row-item-list .row-item .label-box .check-serial-number {
    width: 3rem;
    font-size: 0.24rem;
    line-height: 0.32rem;
    text-align: right;
  }
}
.warranty-activation-page .main .form-section .row-item-list .row-item .value-box,
.warranty-order-page .main .form-section .row-item-list .row-item .value-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .form-section .row-item-list .row-item .value-box,
  .warranty-order-page .main .form-section .row-item-list .row-item .value-box {
    margin-top: 0.22rem;
  }
}
.warranty-activation-page .main .form-section .row-item-list .row-item .value-box .select-input-add-box,
.warranty-order-page .main .form-section .row-item-list .row-item .value-box .select-input-add-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;
  background: #FFFFFF;
  border-radius: 0.1rem;
  height: 0.8rem;
  margin-bottom: 0.32rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .form-section .row-item-list .row-item .value-box .select-input-add-box,
  .warranty-order-page .main .form-section .row-item-list .row-item .value-box .select-input-add-box {
    border-radius: 0.08rem;
    margin-bottom: 0.22rem;
  }
}
.warranty-activation-page .main .form-section .row-item-list .row-item .value-box .select-input-add-box .sk_select,
.warranty-order-page .main .form-section .row-item-list .row-item .value-box .select-input-add-box .sk_select {
  width: 2.68rem;
  padding-right: 0.17rem;
  --h: 0.8rem;
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .form-section .row-item-list .row-item .value-box .select-input-add-box .sk_select,
  .warranty-order-page .main .form-section .row-item-list .row-item .value-box .select-input-add-box .sk_select {
    padding-right: 0;
    width: 2.86rem;
  }
  .warranty-activation-page .main .form-section .row-item-list .row-item .value-box .select-input-add-box .sk_select .-select-front,
  .warranty-order-page .main .form-section .row-item-list .row-item .value-box .select-input-add-box .sk_select .-select-front {
    padding-right: 0.1rem;
  }
}
.warranty-activation-page .main .form-section .row-item-list .row-item .value-box .select-input-add-box .sk_select::before,
.warranty-order-page .main .form-section .row-item-list .row-item .value-box .select-input-add-box .sk_select::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.01rem;
  height: 0.54rem;
  background-color: #E6E6E6;
}
.warranty-activation-page .main .form-section .row-item-list .row-item .value-box .select-input-add-box .right-input,
.warranty-order-page .main .form-section .row-item-list .row-item .value-box .select-input-add-box .right-input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.warranty-activation-page .main .form-section .row-item-list .row-item .value-box .select-input-add-box .right-input .input,
.warranty-order-page .main .form-section .row-item-list .row-item .value-box .select-input-add-box .right-input .input {
  width: 100%;
  padding: 0.27rem;
  font-size: 0.2rem;
  line-height: 0.2rem;
  font-family: var(--sk-font-Regular);
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .form-section .row-item-list .row-item .value-box .select-input-add-box .right-input .input,
  .warranty-order-page .main .form-section .row-item-list .row-item .value-box .select-input-add-box .right-input .input {
    padding: 0 0.2rem;
    font-size: 0.24rem;
  }
}
.warranty-activation-page .main .form-section .row-item-list .row-item .value-box .select-input-add-box .right-input .input::-webkit-input-placeholder, .warranty-order-page .main .form-section .row-item-list .row-item .value-box .select-input-add-box .right-input .input::-webkit-input-placeholder {
  color: #999999;
}
.warranty-activation-page .main .form-section .row-item-list .row-item .value-box .select-input-add-box .right-input .input::-moz-placeholder, .warranty-order-page .main .form-section .row-item-list .row-item .value-box .select-input-add-box .right-input .input::-moz-placeholder {
  color: #999999;
}
.warranty-activation-page .main .form-section .row-item-list .row-item .value-box .select-input-add-box .right-input .input:-ms-input-placeholder, .warranty-order-page .main .form-section .row-item-list .row-item .value-box .select-input-add-box .right-input .input:-ms-input-placeholder {
  color: #999999;
}
.warranty-activation-page .main .form-section .row-item-list .row-item .value-box .select-input-add-box .right-input .input::placeholder,
.warranty-order-page .main .form-section .row-item-list .row-item .value-box .select-input-add-box .right-input .input::placeholder {
  color: #999999;
}
.warranty-activation-page .main .form-section .row-item-list .row-item .value-box .select-input-add-box .del,
.warranty-order-page .main .form-section .row-item-list .row-item .value-box .select-input-add-box .del {
  cursor: pointer;
  position: absolute;
  right: -0.36rem;
  width: 0.24rem;
  height: 0.24rem;
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .form-section .row-item-list .row-item .value-box .select-input-add-box .del,
  .warranty-order-page .main .form-section .row-item-list .row-item .value-box .select-input-add-box .del {
    position: relative;
    right: 0;
    width: 0.48rem;
    height: 0.48rem;
  }
}
.warranty-activation-page .main .form-section .row-item-list .row-item .value-box .add-btn,
.warranty-order-page .main .form-section .row-item-list .row-item .value-box .add-btn {
  height: 0.8rem;
  background: #FFFFFF;
  border-radius: 0.1rem;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #999999;
  font-size: 0.2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .form-section .row-item-list .row-item .value-box .add-btn,
  .warranty-order-page .main .form-section .row-item-list .row-item .value-box .add-btn {
    color: #4745A0;
    font-size: 0.24rem;
    border-radius: 0.08rem;
  }
}
.warranty-activation-page .main .form-section .row-item-list .row-item .value-box .add-btn:hover,
.warranty-order-page .main .form-section .row-item-list .row-item .value-box .add-btn:hover {
  color: #4745A0;
}
.warranty-activation-page .main .form-section .row-item-list .row-item .value-box .data-input-box,
.warranty-order-page .main .form-section .row-item-list .row-item .value-box .data-input-box {
  position: relative;
}
.warranty-activation-page .main .form-section .row-item-list .row-item .value-box .data-input-box .icon,
.warranty-order-page .main .form-section .row-item-list .row-item .value-box .data-input-box .icon {
  position: absolute;
  left: 0.36rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.25rem;
  height: 0.25rem;
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .form-section .row-item-list .row-item .value-box .data-input-box .icon,
  .warranty-order-page .main .form-section .row-item-list .row-item .value-box .data-input-box .icon {
    left: 0.5rem;
    width: 0.45rem;
    height: 0.45rem;
  }
}
.warranty-activation-page .main .form-section .row-item-list .row-item .value-box .data-input-box .data-input,
.warranty-order-page .main .form-section .row-item-list .row-item .value-box .data-input-box .data-input {
  height: 0.8rem;
  width: 100%;
  background: #FFFFFF;
  border-radius: 0.1rem;
  padding: 0 0.7rem;
  font-size: 0.2rem;
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .form-section .row-item-list .row-item .value-box .data-input-box .data-input,
  .warranty-order-page .main .form-section .row-item-list .row-item .value-box .data-input-box .data-input {
    border-radius: 0.08rem;
    font-size: 0.24rem;
    padding: 0 1.24rem;
  }
}
.warranty-activation-page .main .form-section .row-item-list .row-item .value-box .data-input-box .time-input,
.warranty-order-page .main .form-section .row-item-list .row-item .value-box .data-input-box .time-input {
  height: 0.8rem;
  width: 100%;
  background: #FFFFFF;
  border-radius: 0.1rem;
  padding: 0 0.17rem;
  font-size: 0.2rem;
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .form-section .row-item-list .row-item .value-box .data-input-box .time-input,
  .warranty-order-page .main .form-section .row-item-list .row-item .value-box .data-input-box .time-input {
    border-radius: 0.08rem;
    font-size: 0.24rem;
    padding: 0 0.18rem;
  }
}
.warranty-activation-page .main .form-section .row-item-list .row-item .value-box .data-input-box .arrow-icon,
.warranty-order-page .main .form-section .row-item-list .row-item .value-box .data-input-box .arrow-icon {
  position: absolute;
  right: 0.34rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.17rem;
  height: 0.17rem;
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .form-section .row-item-list .row-item .value-box .data-input-box .arrow-icon,
  .warranty-order-page .main .form-section .row-item-list .row-item .value-box .data-input-box .arrow-icon {
    width: 0.2rem;
    height: 0.2rem;
    right: 0.2rem;
  }
}
.warranty-activation-page .main .form-section .row-item-list .row-item .value-box .img_co,
.warranty-order-page .main .form-section .row-item-list .row-item .value-box .img_co {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.warranty-activation-page .main .form-section .row-item-list .row-item .value-box .img_co .list_con,
.warranty-order-page .main .form-section .row-item-list .row-item .value-box .img_co .list_con {
  margin-right: 0.2rem;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 0.1rem;
  position: relative;
  background: #FFFFFF;
}
.warranty-activation-page .main .form-section .row-item-list .row-item .value-box .img_co .list_con:hover .span,
.warranty-order-page .main .form-section .row-item-list .row-item .value-box .img_co .list_con:hover .span {
  opacity: 1;
}
.warranty-activation-page .main .form-section .row-item-list .row-item .value-box .img_co .list_con .img,
.warranty-order-page .main .form-section .row-item-list .row-item .value-box .img_co .list_con .img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.warranty-activation-page .main .form-section .row-item-list .row-item .value-box .img_co .list_con .span,
.warranty-order-page .main .form-section .row-item-list .row-item .value-box .img_co .list_con .span {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  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;
  opacity: 0;
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .form-section .row-item-list .row-item .value-box .img_co .list_con .span,
  .warranty-order-page .main .form-section .row-item-list .row-item .value-box .img_co .list_con .span {
    opacity: 1;
  }
}
.warranty-activation-page .main .form-section .row-item-list .row-item .value-box .img_co .list_con .span .del-icon,
.warranty-order-page .main .form-section .row-item-list .row-item .value-box .img_co .list_con .span .del-icon {
  cursor: pointer;
  width: 0.3rem;
  height: 0.3rem;
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .form-section .row-item-list .row-item .value-box .img_co .list_con .span .del-icon,
  .warranty-order-page .main .form-section .row-item-list .row-item .value-box .img_co .list_con .span .del-icon {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.warranty-activation-page .main .form-section .row-item-list .row-item .value-box .img_co .my_upload,
.warranty-order-page .main .form-section .row-item-list .row-item .value-box .img_co .my_upload {
  margin-right: 0.2rem;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 0.1rem;
  background: #FFFFFF;
  position: relative;
}
.warranty-activation-page .main .form-section .row-item-list .row-item .value-box .img_co .my_upload .upload-input,
.warranty-order-page .main .form-section .row-item-list .row-item .value-box .img_co .my_upload .upload-input {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.warranty-activation-page .main .form-section .row-item-list .row-item .value-box .img_co .my_upload .p,
.warranty-order-page .main .form-section .row-item-list .row-item .value-box .img_co .my_upload .p {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #999999;
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .form-section .row-item-list .row-item .value-box .img_co .my_upload .p,
  .warranty-order-page .main .form-section .row-item-list .row-item .value-box .img_co .my_upload .p {
    font-size: 0.2rem;
    line-height: 0.44rem;
  }
}
.warranty-activation-page .main .form-section .row-item-list .row-item .value-box .img_co .my_upload .p .add,
.warranty-order-page .main .form-section .row-item-list .row-item .value-box .img_co .my_upload .p .add {
  font-size: 0.32rem;
}
.warranty-activation-page .main .form-section .row-item-list .row-item .value-box .input-default-box,
.warranty-order-page .main .form-section .row-item-list .row-item .value-box .input-default-box {
  height: 0.8rem;
  position: relative;
}
.warranty-activation-page .main .form-section .row-item-list .row-item .value-box .input-default-box .default-input,
.warranty-order-page .main .form-section .row-item-list .row-item .value-box .input-default-box .default-input {
  height: 100%;
  width: 100%;
  background: #FFFFFF;
  border-radius: 0.1rem;
  padding: 0.17rem;
  font-size: 0.2rem;
  line-height: 0.2rem;
  font-family: var(--sk-font-Regular);
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .form-section .row-item-list .row-item .value-box .input-default-box .default-input,
  .warranty-order-page .main .form-section .row-item-list .row-item .value-box .input-default-box .default-input {
    padding: 0.28rem;
    font-size: 0.24rem;
  }
}
.warranty-activation-page .main .form-section .row-item-list .row-item .value-box .input-default-box .default-input::-webkit-input-placeholder, .warranty-order-page .main .form-section .row-item-list .row-item .value-box .input-default-box .default-input::-webkit-input-placeholder {
  color: #999999;
}
.warranty-activation-page .main .form-section .row-item-list .row-item .value-box .input-default-box .default-input::-moz-placeholder, .warranty-order-page .main .form-section .row-item-list .row-item .value-box .input-default-box .default-input::-moz-placeholder {
  color: #999999;
}
.warranty-activation-page .main .form-section .row-item-list .row-item .value-box .input-default-box .default-input:-ms-input-placeholder, .warranty-order-page .main .form-section .row-item-list .row-item .value-box .input-default-box .default-input:-ms-input-placeholder {
  color: #999999;
}
.warranty-activation-page .main .form-section .row-item-list .row-item .value-box .input-default-box .default-input::placeholder,
.warranty-order-page .main .form-section .row-item-list .row-item .value-box .input-default-box .default-input::placeholder {
  color: #999999;
}
.warranty-activation-page .main .form-section .row-item-list .row-item .value-box .input-default-box .code-img,
.warranty-order-page .main .form-section .row-item-list .row-item .value-box .input-default-box .code-img {
  cursor: pointer;
  height: 0.54rem;
  position: absolute;
  z-index: 2;
  right: 0.11rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .form-section .row-item-list .row-item .value-box .input-default-box .code-img,
  .warranty-order-page .main .form-section .row-item-list .row-item .value-box .input-default-box .code-img {
    height: 0.7rem;
  }
}
.warranty-activation-page .main .form-section .row-item-list .row-item .value-box .col2,
.warranty-order-page .main .form-section .row-item-list .row-item .value-box .col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.warranty-activation-page .main .form-section .row-item-list .row-item .value-box .col2 > *,
.warranty-order-page .main .form-section .row-item-list .row-item .value-box .col2 > * {
  width: calc(50% - 0.15rem);
  margin-right: 0.3rem;
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .form-section .row-item-list .row-item .value-box .col2 > *,
  .warranty-order-page .main .form-section .row-item-list .row-item .value-box .col2 > * {
    width: calc(50% - 0.1rem);
    margin-right: 0.2rem;
  }
}
.warranty-activation-page .main .form-section .row-item-list .row-item .value-box .col2 > *:last-child,
.warranty-order-page .main .form-section .row-item-list .row-item .value-box .col2 > *:last-child {
  margin-right: 0;
}
.warranty-activation-page .main .form-section .row-item-list .row-item .value-box .default-select,
.warranty-order-page .main .form-section .row-item-list .row-item .value-box .default-select {
  height: 0.8rem;
}
.warranty-activation-page .main .form-section .row-item-list .row-item .value-box .default-select .sk_select,
.warranty-order-page .main .form-section .row-item-list .row-item .value-box .default-select .sk_select {
  width: 100%;
  height: 100%;
  --h: 100%;
}
.warranty-activation-page .main .form-section .row-item-list .row-item .value-box .default-select .sk_select .-select-front .select-text,
.warranty-order-page .main .form-section .row-item-list .row-item .value-box .default-select .sk_select .-select-front .select-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.4rem;
  font-size: 0.2rem;
  color: #999999;
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .form-section .row-item-list .row-item .value-box .default-select .sk_select .-select-front .select-text,
  .warranty-order-page .main .form-section .row-item-list .row-item .value-box .default-select .sk_select .-select-front .select-text {
    right: 0.46rem;
    font-size: 0.22rem;
  }
}
.warranty-activation-page .main .form-section .bottom-btn-box,
.warranty-order-page .main .form-section .bottom-btn-box {
  margin-top: 0.87rem;
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .form-section .bottom-btn-box,
  .warranty-order-page .main .form-section .bottom-btn-box {
    margin-top: 0.6rem;
  }
}
.warranty-activation-page .main .form-section .bottom-btn-box .__check_box,
.warranty-order-page .main .form-section .bottom-btn-box .__check_box {
  margin: 0 auto;
  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) {
  .warranty-activation-page .main .form-section .bottom-btn-box .__check_box,
  .warranty-order-page .main .form-section .bottom-btn-box .__check_box {
    margin-top: 0.24rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.warranty-activation-page .main .form-section .bottom-btn-box .__check_box .check-input,
.warranty-order-page .main .form-section .bottom-btn-box .__check_box .check-input {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 0.2rem;
  width: 0.2rem;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .form-section .bottom-btn-box .__check_box .check-input,
  .warranty-order-page .main .form-section .bottom-btn-box .__check_box .check-input {
    width: 0.24rem;
    height: 0.24rem;
  }
}
.warranty-activation-page .main .form-section .bottom-btn-box .__check_box .check-input .check-img,
.warranty-order-page .main .form-section .bottom-btn-box .__check_box .check-input .check-img {
  height: 100%;
  width: 100%;
}
.warranty-activation-page .main .form-section .bottom-btn-box .__check_box .check-input .check-img.true,
.warranty-order-page .main .form-section .bottom-btn-box .__check_box .check-input .check-img.true {
  display: none;
}
.warranty-activation-page .main .form-section .bottom-btn-box .__check_box .check-input .check-img.false,
.warranty-order-page .main .form-section .bottom-btn-box .__check_box .check-input .check-img.false {
  display: block;
}
.warranty-activation-page .main .form-section .bottom-btn-box .__check_box .check-input.on .check-img.false,
.warranty-order-page .main .form-section .bottom-btn-box .__check_box .check-input.on .check-img.false {
  display: none;
}
.warranty-activation-page .main .form-section .bottom-btn-box .__check_box .check-input.on .check-img.true,
.warranty-order-page .main .form-section .bottom-btn-box .__check_box .check-input.on .check-img.true {
  display: block;
}
.warranty-activation-page .main .form-section .bottom-btn-box .__check_box .check-label,
.warranty-order-page .main .form-section .bottom-btn-box .__check_box .check-label {
  margin-left: 0.11rem;
  font-size: 0.16rem;
  line-height: 0.2rem;
  font-family: var(--sk-font-Regular);
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .form-section .bottom-btn-box .__check_box .check-label,
  .warranty-order-page .main .form-section .bottom-btn-box .__check_box .check-label {
    margin-left: 0.12rem;
    font-size: 0.22rem;
    line-height: 0.24rem;
  }
}
.warranty-activation-page .main .form-section .bottom-btn-box .__check_box .check-label .required,
.warranty-order-page .main .form-section .bottom-btn-box .__check_box .check-label .required {
  color: red;
}
.warranty-activation-page .main .form-section .bottom-btn-box .__check_box .check-label a,
.warranty-order-page .main .form-section .bottom-btn-box .__check_box .check-label a {
  font-size: 0.16rem;
  line-height: 0.2rem;
  text-decoration: underline;
  font-family: var(--sk-font-Regular);
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .form-section .bottom-btn-box .__check_box .check-label a,
  .warranty-order-page .main .form-section .bottom-btn-box .__check_box .check-label a {
    font-size: 0.22rem;
    line-height: 0.24rem;
  }
}
.warranty-activation-page .main .form-section .bottom-btn-box .btn-box,
.warranty-order-page .main .form-section .bottom-btn-box .btn-box {
  margin-top: 0.32rem;
  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) {
  .warranty-activation-page .main .form-section .bottom-btn-box .btn-box,
  .warranty-order-page .main .form-section .bottom-btn-box .btn-box {
    margin-top: 0.64rem;
  }
}
.warranty-activation-page .main .form-section .bottom-btn-box .btn-box .g-more-btn,
.warranty-order-page .main .form-section .bottom-btn-box .btn-box .g-more-btn {
  --width: 2.38rem;
  --height: 0.74rem;
  font-size: 0.24rem;
  font-family: var(--sk-font-Bold);
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .form-section .bottom-btn-box .btn-box .g-more-btn,
  .warranty-order-page .main .form-section .bottom-btn-box .btn-box .g-more-btn {
    --width: 100%;
    --height: 0.92rem;
    font-size: 0.28rem;
  }
}
.warranty-activation-page .main .success-section,
.warranty-order-page .main .success-section {
  padding-top: 0.95rem;
  display: none;
}
.warranty-activation-page .main .success-section.show,
.warranty-order-page .main .success-section.show {
  display: block;
}
.warranty-activation-page .main .success-section .topb-box,
.warranty-order-page .main .success-section .topb-box {
  text-align: center;
}
.warranty-activation-page .main .success-section .topb-box .success-img,
.warranty-order-page .main .success-section .topb-box .success-img {
  height: 1.4rem;
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .success-section .topb-box .success-img,
  .warranty-order-page .main .success-section .topb-box .success-img {
    height: 2rem;
  }
}
.warranty-activation-page .main .success-section .topb-box .success-img img,
.warranty-order-page .main .success-section .topb-box .success-img img {
  height: 100%;
}
.warranty-activation-page .main .success-section .topb-box .tit,
.warranty-order-page .main .success-section .topb-box .tit {
  margin-top: 0.14rem;
  font-size: 0.36rem;
  line-height: 0.42rem;
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .success-section .topb-box .tit,
  .warranty-order-page .main .success-section .topb-box .tit {
    line-height: 0.48rem;
    font-size: 0.4rem;
  }
}
.warranty-activation-page .main .success-section .topb-box .con-text,
.warranty-order-page .main .success-section .topb-box .con-text {
  margin-top: 0.18rem;
  font-size: 0.2rem;
  line-height: 0.24rem;
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .success-section .topb-box .con-text,
  .warranty-order-page .main .success-section .topb-box .con-text {
    font-size: 0.28rem;
    margin-top: 0.32rem;
    line-height: 0.4rem;
  }
}
.warranty-activation-page .main .success-section .search-result,
.warranty-order-page .main .success-section .search-result {
  background: #ffffff;
  margin-top: 0.7rem;
  padding: 0.24rem 0.32rem 0.54rem;
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .success-section .search-result,
  .warranty-order-page .main .success-section .search-result {
    padding: 0.32rem;
  }
}
.warranty-activation-page .main .success-section .search-result .result-text,
.warranty-order-page .main .success-section .search-result .result-text {
  font-size: 0.3rem;
  line-height: 0.36rem;
  padding-bottom: 0.16rem;
  border-bottom: 0.01rem solid #666666;
  margin-bottom: 0.16rem;
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .success-section .search-result .result-text,
  .warranty-order-page .main .success-section .search-result .result-text {
    margin-bottom: 0.32rem;
    padding-bottom: 0.16rem;
    line-height: 0.48rem;
    font-size: 0.32rem;
  }
}
.warranty-activation-page .main .success-section .search-result .card-box,
.warranty-order-page .main .success-section .search-result .card-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.warranty-activation-page .main .success-section .search-result .card-box .right-from,
.warranty-order-page .main .success-section .search-result .card-box .right-from {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.warranty-activation-page .main .success-section .search-result .card-box .right-from .from-wer .wer-item,
.warranty-order-page .main .success-section .search-result .card-box .right-from .from-wer .wer-item {
  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-bottom: 0.16rem;
  margin-bottom: 0.16rem;
  border-bottom: 0.01rem dashed #d9d9d9;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .success-section .search-result .card-box .right-from .from-wer .wer-item,
  .warranty-order-page .main .success-section .search-result .card-box .right-from .from-wer .wer-item {
    padding-bottom: 0.32rem;
    margin-bottom: 0.32rem;
  }
}
.warranty-activation-page .main .success-section .search-result .card-box .right-from .from-wer .wer-item .key,
.warranty-order-page .main .success-section .search-result .card-box .right-from .from-wer .wer-item .key {
  font-size: 0.2rem;
  line-height: 0.24rem;
  color: #999999;
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .success-section .search-result .card-box .right-from .from-wer .wer-item .key,
  .warranty-order-page .main .success-section .search-result .card-box .right-from .from-wer .wer-item .key {
    font-size: 0.28rem;
    line-height: 1.2;
  }
}
.warranty-activation-page .main .success-section .search-result .card-box .right-from .from-wer .wer-item .value,
.warranty-order-page .main .success-section .search-result .card-box .right-from .from-wer .wer-item .value {
  font-size: 0.2rem;
  line-height: 0.24rem;
}
.warranty-activation-page .main .success-section .search-result .card-box .right-from .days-extended,
.warranty-order-page .main .success-section .search-result .card-box .right-from .days-extended {
  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) {
  .warranty-activation-page .main .success-section .search-result .card-box .right-from .days-extended,
  .warranty-order-page .main .success-section .search-result .card-box .right-from .days-extended {
    -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;
  }
}
.warranty-activation-page .main .success-section .search-result .card-box .right-from .days-extended .left-expire .flip-box,
.warranty-order-page .main .success-section .search-result .card-box .right-from .days-extended .left-expire .flip-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;
  gap: 0.08rem;
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .success-section .search-result .card-box .right-from .days-extended .left-expire .flip-box,
  .warranty-order-page .main .success-section .search-result .card-box .right-from .days-extended .left-expire .flip-box {
    gap: 8px;
  }
}
.warranty-activation-page .main .success-section .search-result .card-box .right-from .days-extended .left-expire .flip-box .flip,
.warranty-order-page .main .success-section .search-result .card-box .right-from .days-extended .left-expire .flip-box .flip {
  width: 0.32rem;
  height: 0.4rem;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .success-section .search-result .card-box .right-from .days-extended .left-expire .flip-box .flip,
  .warranty-order-page .main .success-section .search-result .card-box .right-from .days-extended .left-expire .flip-box .flip {
    gap: 8px;
    font-size: 14px;
    line-height: 24px;
    width: 0.42rem;
    height: 0.5rem;
  }
}
.warranty-activation-page .main .success-section .search-result .card-box .right-from .days-extended .left-expire .flip-box .flip img,
.warranty-order-page .main .success-section .search-result .card-box .right-from .days-extended .left-expire .flip-box .flip img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.warranty-activation-page .main .success-section .search-result .card-box .right-from .days-extended .left-expire .flip-box .flip .num,
.warranty-order-page .main .success-section .search-result .card-box .right-from .days-extended .left-expire .flip-box .flip .num {
  font-family: var(--sk-font-Bold);
  position: relative;
  z-index: 5;
  font-size: 0.24rem;
  line-height: 0.32rem;
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .success-section .search-result .card-box .right-from .days-extended .left-expire .flip-box .flip .num,
  .warranty-order-page .main .success-section .search-result .card-box .right-from .days-extended .left-expire .flip-box .flip .num {
    font-size: 0.36rem;
    line-height: 1;
  }
}
.warranty-activation-page .main .success-section .search-result .card-box .right-from .days-extended .left-expire .flip-box .text,
.warranty-order-page .main .success-section .search-result .card-box .right-from .days-extended .left-expire .flip-box .text {
  font-size: 0.24rem;
  line-height: 0.32rem;
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .success-section .search-result .card-box .right-from .days-extended .left-expire .flip-box .text,
  .warranty-order-page .main .success-section .search-result .card-box .right-from .days-extended .left-expire .flip-box .text {
    font-size: 0.28rem;
    line-height: 1.3;
  }
}
.warranty-activation-page .main .success-section .search-result .card-box .right-from .days-extended .extended-warranty,
.warranty-order-page .main .success-section .search-result .card-box .right-from .days-extended .extended-warranty {
  color: var(--sk-global-color);
  font-size: 0.2rem;
  line-height: 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;
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .success-section .search-result .card-box .right-from .days-extended .extended-warranty,
  .warranty-order-page .main .success-section .search-result .card-box .right-from .days-extended .extended-warranty {
    margin-top: 0.32rem;
    font-size: 0.28rem;
    line-height: 1.3;
  }
}
.warranty-activation-page .main .success-section .search-result .coverage,
.warranty-order-page .main .success-section .search-result .coverage {
  margin-top: 0.32rem;
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .success-section .search-result .coverage,
  .warranty-order-page .main .success-section .search-result .coverage {
    margin-top: 0.64rem;
  }
}
.warranty-activation-page .main .success-section .search-result .coverage .tit,
.warranty-order-page .main .success-section .search-result .coverage .tit {
  height: 0.54rem;
  color: #fff;
  font-size: 0.2rem;
  line-height: 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-linear-gradient(left, #616CCD 0%, #807EE7 100%);
  background: linear-gradient(90deg, #616CCD 0%, #807EE7 100%);
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .success-section .search-result .coverage .tit,
  .warranty-order-page .main .success-section .search-result .coverage .tit {
    height: 0.8rem;
    font-size: 0.28rem;
    line-height: 1.3;
  }
}
.warranty-activation-page .main .success-section .search-result .coverage .table-box table,
.warranty-order-page .main .success-section .search-result .coverage .table-box table {
  width: 100%;
}
.warranty-activation-page .main .success-section .search-result .coverage .table-box table tbody,
.warranty-order-page .main .success-section .search-result .coverage .table-box table tbody {
  position: relative;
}
.warranty-activation-page .main .success-section .search-result .coverage .table-box table tbody::before,
.warranty-order-page .main .success-section .search-result .coverage .table-box table tbody::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 0.01rem;
  background-color: #e6e6e6;
  left: 0;
  right: 0;
}
.warranty-activation-page .main .success-section .search-result .coverage .table-box table tbody::after,
.warranty-order-page .main .success-section .search-result .coverage .table-box table tbody::after {
  content: "";
  position: absolute;
  right: 0;
  width: 0.01rem;
  background-color: #e6e6e6;
  top: 0;
  bottom: 0;
}
.warranty-activation-page .main .success-section .search-result .coverage .table-box table tbody tr td,
.warranty-order-page .main .success-section .search-result .coverage .table-box table tbody tr td {
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  padding: 0.22rem 0.2rem;
  line-height: 0.24rem;
  font-size: 0.2rem;
}
@media screen and (max-width: 800px) {
  .warranty-activation-page .main .success-section .search-result .coverage .table-box table tbody tr td,
  .warranty-order-page .main .success-section .search-result .coverage .table-box table tbody tr td {
    padding: 0.3rem 0.2rem;
    line-height: 1.2;
    font-size: 0.22rem;
  }
}

.warranty-service-page .main {
  background-color: #F7F7F7;
  padding-bottom: 1.54rem;
}
@media screen and (max-width: 800px) {
  .warranty-service-page .main {
    padding-bottom: 1.66rem;
  }
}
.warranty-service-page .main .h1 {
  padding-top: 0.5rem;
  font-size: 0.54rem;
  line-height: 0.64rem;
  font-family: var(--sk-font-Bold);
}
@media screen and (max-width: 800px) {
  .warranty-service-page .main .h1 {
    font-size: 0.48rem;
    line-height: 0.56rem;
  }
}
.warranty-service-page .main .search-box {
  margin-top: 0.32rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  .warranty-service-page .main .search-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.warranty-service-page .main .search-box .default-select {
  width: 4.87rem;
  height: 0.8rem;
  margin-right: 0.3rem;
}
@media screen and (max-width: 800px) {
  .warranty-service-page .main .search-box .default-select {
    width: 100%;
    height: 1.13rem;
    border-radius: 0.14rem;
    margin-top: 0.2rem;
  }
  .warranty-service-page .main .search-box .default-select:first-child {
    margin-top: 0;
  }
}
.warranty-service-page .main .search-box .default-select .sk_select {
  width: 100%;
  height: 100%;
  --h: 100%;
}
.warranty-service-page .main .search-box .default-select .sk_select .-select-front .select-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.4rem;
  font-size: 0.2rem;
  color: #999999;
}
@media screen and (max-width: 800px) {
  .warranty-service-page .main .search-box .default-select .sk_select .-select-front .select-text {
    right: 0.56rem;
    font-size: 0.24rem;
  }
}
.warranty-service-page .main .search-box .g-more-btn {
  --height: 0.8rem;
  --width: 1.7rem;
  font-size: 0.24rem;
  border-radius: 0.1rem;
}
@media screen and (max-width: 800px) {
  .warranty-service-page .main .search-box .g-more-btn {
    --height: 0.96rem;
    --width: 100%;
    margin-top: 0.38rem;
    border-radius: 18rem;
    font-size: 0.32rem;
  }
}
.warranty-service-page .main .all-service-centers {
  margin-top: 0.64rem;
  font-size: 0.36rem;
  line-height: 0.42rem;
  font-family: var(--sk-font-Bold);
  padding-bottom: 0.2rem;
  border-bottom: 0.01rem solid #E6E6E6;
}
.warranty-service-page .main .map-result {
  margin-top: 0.8rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  .warranty-service-page .main .map-result {
    margin-top: 0.48rem;
  }
}
.warranty-service-page .main .map-result .map-box {
  width: 100%;
  height: 7.74rem;
  position: relative;
  z-index: 5;
}
.warranty-service-page .main .map-result .map-box .map {
  height: 100%;
  width: 100%;
}
.warranty-service-page .main .map-result .right-swiper-box {
  width: 6.23rem;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 10;
  backdrop-filter: blur(0.1rem);
  background: rgba(255, 255, 255, 0.2);
  border: 0.01rem solid #FFFFFF;
  padding-top: 0.1rem;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .warranty-service-page .main .map-result .right-swiper-box {
    position: relative;
    width: 100%;
    overflow: auto;
    background: none;
    backdrop-filter: none;
    border: none;
  }
}
.warranty-service-page .main .map-result .right-swiper-box.remove::before {
  opacity: 0;
  pointer-events: none;
}
.warranty-service-page .main .map-result .right-swiper-box::before {
  content: "";
  position: absolute;
  z-index: 2;
  height: 1.6rem;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: -webkit-linear-gradient(bottom, #D9D9D9 0%, rgba(115, 115, 115, 0) 100%);
  background: linear-gradient(0deg, #D9D9D9 0%, rgba(115, 115, 115, 0) 100%);
}
@media screen and (max-width: 800px) {
  .warranty-service-page .main .map-result .right-swiper-box::before {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .warranty-service-page .main .map-result .right-swiper-box .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.warranty-service-page .main .map-result .right-swiper-box .swiper-wrapper .swiper-slide {
  height: auto;
  padding: 0.35rem 0.3rem 0 0.69rem;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .warranty-service-page .main .map-result .right-swiper-box .swiper-wrapper .swiper-slide {
    background: #FFFFFF;
    border-radius: 0.24rem;
    box-shadow: 0rem 0.2rem 0.37rem 0rem rgba(151, 151, 151, 0.1);
    margin-bottom: 0.44rem;
    padding: 0.34rem 0.44rem 0 0.46rem;
  }
}
.warranty-service-page .main .map-result .right-swiper-box .swiper-wrapper .swiper-slide.on .title::before {
  content: "";
  position: absolute;
  left: -0.3rem;
  top: 0.1rem;
  height: 0.11rem;
  width: 0.11rem;
  border-radius: 50%;
  background: #4745A0;
}
@media screen and (max-width: 800px) {
  .warranty-service-page .main .map-result .right-swiper-box .swiper-wrapper .swiper-slide.on .title::before {
    display: none;
  }
}
.warranty-service-page .main .map-result .right-swiper-box .swiper-wrapper .swiper-slide .title {
  font-size: 0.24rem;
  line-height: 0.32rem;
  font-family: var(--sk-font-Bold);
  position: relative;
}
@media screen and (max-width: 800px) {
  .warranty-service-page .main .map-result .right-swiper-box .swiper-wrapper .swiper-slide .title {
    font-size: 0.32rem;
    line-height: 0.44rem;
  }
}
.warranty-service-page .main .map-result .right-swiper-box .swiper-wrapper .swiper-slide .infor-box {
  margin-top: 0.26rem;
  padding-bottom: 0.22rem;
  border-bottom: 0.01rem solid #E6E6E6;
}
@media screen and (max-width: 800px) {
  .warranty-service-page .main .map-result .right-swiper-box .swiper-wrapper .swiper-slide .infor-box {
    border-bottom: none;
    margin-top: 0.38rem;
    padding-bottom: 0.52rem;
  }
}
.warranty-service-page .main .map-result .right-swiper-box .swiper-wrapper .swiper-slide .infor-box .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.13rem;
}
@media screen and (max-width: 800px) {
  .warranty-service-page .main .map-result .right-swiper-box .swiper-wrapper .swiper-slide .infor-box .item {
    margin-bottom: 0.32rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.warranty-service-page .main .map-result .right-swiper-box .swiper-wrapper .swiper-slide .infor-box .item .label {
  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;
  width: 1.4rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 800px) {
  .warranty-service-page .main .map-result .right-swiper-box .swiper-wrapper .swiper-slide .infor-box .item .label {
    width: 100%;
  }
}
.warranty-service-page .main .map-result .right-swiper-box .swiper-wrapper .swiper-slide .infor-box .item .label .icon {
  width: 0.22rem;
  height: 0.22rem;
  object-fit: contain;
}
@media screen and (max-width: 800px) {
  .warranty-service-page .main .map-result .right-swiper-box .swiper-wrapper .swiper-slide .infor-box .item .label .icon {
    width: 0.36rem;
    height: 0.36rem;
  }
}
.warranty-service-page .main .map-result .right-swiper-box .swiper-wrapper .swiper-slide .infor-box .item .label .label-text {
  margin-left: 0.08rem;
  color: #999999;
  font-size: 0.2rem;
  line-height: 0.32rem;
}
@media screen and (max-width: 800px) {
  .warranty-service-page .main .map-result .right-swiper-box .swiper-wrapper .swiper-slide .infor-box .item .label .label-text {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
}
.warranty-service-page .main .map-result .right-swiper-box .swiper-wrapper .swiper-slide .infor-box .item .value {
  font-size: 0.24rem;
  line-height: 0.32rem;
  font-family: var(--sk-font-SemiBold);
}
@media screen and (max-width: 800px) {
  .warranty-service-page .main .map-result .right-swiper-box .swiper-wrapper .swiper-slide .infor-box .item .value {
    padding-left: 0.5rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
}
.warranty-service-page .main .map-result .right-swiper-box .swiper-wrapper .swiper-slide .infor-box .item .value.r {
  font-size: 0.18rem;
}
@media screen and (max-width: 800px) {
  .warranty-service-page .main .map-result .right-swiper-box .swiper-wrapper .swiper-slide .infor-box .item .value.r {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
}
.warranty-service-page .main .map-result .right-swiper-box .swiper-btn {
  position: absolute;
  z-index: 10;
  right: 0.25rem;
  bottom: 0.44rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.warranty-service-page .main .map-result .right-swiper-box .swiper-btn .swiper-prev,
.warranty-service-page .main .map-result .right-swiper-box .swiper-btn .swiper-next {
  cursor: pointer;
  height: 0.36rem;
  width: 0.36rem;
  margin-left: 0.13rem;
}
.warranty-service-page .main .map-result .right-swiper-box .swiper-btn .swiper-prev .icon,
.warranty-service-page .main .map-result .right-swiper-box .swiper-btn .swiper-next .icon {
  height: 100%;
  width: 100%;
}
.warranty-service-page .main .map-result .right-swiper-box .swiper-btn .swiper-prev .icon path,
.warranty-service-page .main .map-result .right-swiper-box .swiper-btn .swiper-prev .icon line,
.warranty-service-page .main .map-result .right-swiper-box .swiper-btn .swiper-prev .icon circle,
.warranty-service-page .main .map-result .right-swiper-box .swiper-btn .swiper-next .icon path,
.warranty-service-page .main .map-result .right-swiper-box .swiper-btn .swiper-next .icon line,
.warranty-service-page .main .map-result .right-swiper-box .swiper-btn .swiper-next .icon circle {
  stroke: #7a8288;
}
.warranty-service-page .main .map-result .right-swiper-box .swiper-btn .swiper-prev:hover .icon path,
.warranty-service-page .main .map-result .right-swiper-box .swiper-btn .swiper-prev:hover .icon line,
.warranty-service-page .main .map-result .right-swiper-box .swiper-btn .swiper-prev:hover .icon circle,
.warranty-service-page .main .map-result .right-swiper-box .swiper-btn .swiper-next:hover .icon path,
.warranty-service-page .main .map-result .right-swiper-box .swiper-btn .swiper-next:hover .icon line,
.warranty-service-page .main .map-result .right-swiper-box .swiper-btn .swiper-next:hover .icon circle {
  stroke: #4745A0;
}

.map__infor__section {
  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;
  margin-top: 1.3rem;
}
@media screen and (max-width: 800px) {
  .map__infor__section {
    margin-top: 0.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .map__infor__section .title {
    text-align: center;
    font-size: 0.48rem;
    line-height: 0.56rem;
    font-family: var(--sk-font-Bold);
  }
}
.map__infor__section .map-box {
  width: 7.6rem;
  height: 6.33rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .map__infor__section .map-box {
    width: 100%;
    height: 5.06rem;
    margin-top: 0.34rem;
  }
}
.map__infor__section .map-box .map {
  height: 100%;
  width: 100%;
}
.map__infor__section .data-wrapper {
  width: 5.72rem;
}
@media screen and (max-width: 800px) {
  .map__infor__section .data-wrapper {
    width: 100%;
  }
}
.map__infor__section .data-wrapper .title {
  font-size: 0.54rem;
  line-height: 0.64rem;
  font-family: var(--sk-font-Bold);
}
.map__infor__section .data-wrapper .infor-box {
  margin-top: 0.41rem;
}
@media screen and (max-width: 800px) {
  .map__infor__section .data-wrapper .infor-box {
    margin-top: 0.5rem;
  }
}
.map__infor__section .data-wrapper .infor-box .item-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.32rem;
}
@media screen and (max-width: 800px) {
  .map__infor__section .data-wrapper .infor-box .item-box {
    margin-bottom: 0.4rem;
  }
}
.map__infor__section .data-wrapper .infor-box .item-box:last-child {
  margin-bottom: 0;
}
.map__infor__section .data-wrapper .infor-box .item-box .icon-box {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #F7F7F7;
  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;
}
@media screen and (max-width: 800px) {
  .map__infor__section .data-wrapper .infor-box .item-box .icon-box {
    width: 0.74rem;
    height: 0.74rem;
  }
}
.map__infor__section .data-wrapper .infor-box .item-box .icon-box .icon {
  width: 0.22rem;
  height: 0.22rem;
  object-fit: contain;
}
@media screen and (max-width: 800px) {
  .map__infor__section .data-wrapper .infor-box .item-box .icon-box .icon {
    width: 0.27rem;
    height: 0.27rem;
  }
}
.map__infor__section .data-wrapper .infor-box .item-box .data-box {
  margin-left: 0.22rem;
  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) {
  .map__infor__section .data-wrapper .infor-box .item-box .data-box {
    margin-left: 0.28rem;
  }
}
.map__infor__section .data-wrapper .infor-box .item-box .data-box:hover .qr-box {
  opacity: 1;
}
.map__infor__section .data-wrapper .infor-box .item-box .data-box .key {
  padding-top: 0.14rem;
  font-size: 0.2rem;
  line-height: 0.32rem;
  margin-right: 0.44rem;
}
@media screen and (max-width: 800px) {
  .map__infor__section .data-wrapper .infor-box .item-box .data-box .key {
    padding-top: 0.18rem;
    font-size: 0.24rem;
    line-height: 0.4rem;
    margin-right: 0.56rem;
  }
}
.map__infor__section .data-wrapper .infor-box .item-box .data-box .key.top-0 {
  padding-top: 0;
}
.map__infor__section .data-wrapper .infor-box .item-box .data-box .value {
  padding-top: 0.14rem;
  color: #333333;
  font-size: 0.24rem;
  line-height: 0.32rem;
  font-family: var(--sk-font-SemiBold);
}
@media screen and (max-width: 800px) {
  .map__infor__section .data-wrapper .infor-box .item-box .data-box .value {
    padding-top: 0.18rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
}
.map__infor__section .data-wrapper .infor-box .item-box .data-box .value.r {
  font-size: 0.2rem;
}
@media screen and (max-width: 800px) {
  .map__infor__section .data-wrapper .infor-box .item-box .data-box .value.r {
    font-size: 0.26rem;
    line-height: 0.39rem;
  }
}
.map__infor__section .data-wrapper .infor-box .item-box .data-box .qr-box {
  padding-left: -0.1rem;
  margin-top: -0.37rem;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .map__infor__section .data-wrapper .infor-box .item-box .data-box .qr-box {
    opacity: 1;
  }
}
.map__infor__section .data-wrapper .infor-box .item-box .data-box .qr-box .img-box {
  width: 1.26rem;
  height: 1.26rem;
  box-shadow: 0rem 0.16rem 0.3rem 0rem rgba(151, 151, 151, 0.3);
}
@media screen and (max-width: 800px) {
  .map__infor__section .data-wrapper .infor-box .item-box .data-box .qr-box .img-box {
    width: 1.55rem;
    height: 1.55rem;
  }
}
.map__infor__section .data-wrapper .infor-box .item-box .data-box .qr-box .img-box .qr-img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.form___box {
  margin-top: 1.3rem;
  padding-bottom: 1.04rem;
}
@media screen and (max-width: 800px) {
  .form___box {
    margin-top: 1.28rem;
    padding-bottom: 1.22rem;
  }
}
.form___box .title {
  font-size: 0.54rem;
  line-height: 0.64rem;
  font-family: var(--sk-font-Bold);
  text-align: center;
}
@media screen and (max-width: 800px) {
  .form___box .title {
    font-size: 0.48rem;
    line-height: 0.56rem;
  }
}
.form___box .text {
  margin: 0.26rem auto 0.41rem;
  text-align: center;
  font-size: 0.2rem;
  line-height: 0.32rem;
}
@media screen and (max-width: 800px) {
  .form___box .text {
    margin: 0.32rem auto 0.4rem;
    font-size: 0.24rem;
    line-height: 0.32rem;
  }
}
.form___box .item-box {
  margin-bottom: 0.18rem;
}
@media screen and (max-width: 800px) {
  .form___box .item-box {
    margin-bottom: 0.4rem;
  }
}
.form___box .item-box .row2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.form___box .item-box .row2 > * {
  width: calc(50% - 0.21rem);
  margin-right: 0.42rem;
}
@media screen and (max-width: 800px) {
  .form___box .item-box .row2 > * {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}
.form___box .item-box .row2 > *:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.form___box .item-box .input-box {
  height: 0.54rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  .form___box .item-box .input-box {
    height: 1.08rem;
  }
}
.form___box .item-box .input-box .input {
  width: 100%;
  height: 100%;
  border: 0.01rem solid #D5E3F9;
  padding: 0.14rem 0.23rem;
  font-size: 0.2rem;
  line-height: 0.2rem;
}
@media screen and (max-width: 800px) {
  .form___box .item-box .input-box .input {
    padding: 0.34rem 0.2rem;
    font-size: 0.24rem;
    line-height: 0.32rem;
    border-width: 0.02rem;
  }
}
.form___box .item-box .input-box .input::-webkit-input-placeholder {
  color: #999999;
}
.form___box .item-box .input-box .input::-moz-placeholder {
  color: #999999;
}
.form___box .item-box .input-box .input:-ms-input-placeholder {
  color: #999999;
}
.form___box .item-box .input-box .input::placeholder {
  color: #999999;
}
.form___box .item-box .input-box .input.required::-webkit-input-placeholder {
  background-image: -webkit-linear-gradient(left, red, red 0.5ch, #999999 0.51ch, #999999 1ch);
  background-image: linear-gradient(to right, red, red 0.5ch, #999999 0.51ch, #999999 1ch);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.form___box .item-box .input-box .input.required::-moz-placeholder {
  background-image: linear-gradient(to right, red, red 0.5ch, #999999 0.51ch, #999999 1ch);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.form___box .item-box .input-box .input.required:-ms-input-placeholder {
  background-image: linear-gradient(to right, red, red 0.5ch, #999999 0.51ch, #999999 1ch);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.form___box .item-box .input-box .input.required::placeholder {
  background-image: -webkit-linear-gradient(left, red, red 0.5ch, #999999 0.51ch, #999999 1ch);
  background-image: linear-gradient(to right, red, red 0.5ch, #999999 0.51ch, #999999 1ch);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.form___box .item-box .input-box .code-img {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  right: 0.01rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: calc(100% - 0.02rem);
  width: 1.9rem;
  object-fit: fill;
}
@media screen and (max-width: 800px) {
  .form___box .item-box .input-box .code-img {
    width: 2.8rem;
    height: 0.8rem;
    right: 0.02rem;
  }
}
.form___box .item-box .textarea-box {
  height: 1.24rem;
}
@media screen and (max-width: 800px) {
  .form___box .item-box .textarea-box {
    height: 2.48rem;
  }
}
.form___box .item-box .textarea-box .textarea {
  width: 100%;
  height: 100%;
  border: 0.01rem solid #D5E3F9;
  padding: 0.14rem 0.17rem;
  font-size: 0.2rem;
  line-height: 0.2rem;
  resize: none;
}
@media screen and (max-width: 800px) {
  .form___box .item-box .textarea-box .textarea {
    padding: 0.34rem 0.2rem;
    font-size: 0.24rem;
    line-height: 0.32rem;
    border-width: 0.02rem;
  }
}
.form___box .item-box .textarea-box .textarea::-webkit-input-placeholder {
  color: #999999;
}
.form___box .item-box .textarea-box .textarea::-moz-placeholder {
  color: #999999;
}
.form___box .item-box .textarea-box .textarea:-ms-input-placeholder {
  color: #999999;
}
.form___box .item-box .textarea-box .textarea::placeholder {
  color: #999999;
}
.form___box .item-box .textarea-box .textarea.required::-webkit-input-placeholder {
  background-image: -webkit-linear-gradient(left, red, red 0.5ch, #999999 0.51ch, #999999 1ch);
  background-image: linear-gradient(to right, red, red 0.5ch, #999999 0.51ch, #999999 1ch);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.form___box .item-box .textarea-box .textarea.required::-moz-placeholder {
  background-image: linear-gradient(to right, red, red 0.5ch, #999999 0.51ch, #999999 1ch);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.form___box .item-box .textarea-box .textarea.required:-ms-input-placeholder {
  background-image: linear-gradient(to right, red, red 0.5ch, #999999 0.51ch, #999999 1ch);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.form___box .item-box .textarea-box .textarea.required::placeholder {
  background-image: -webkit-linear-gradient(left, red, red 0.5ch, #999999 0.51ch, #999999 1ch);
  background-image: linear-gradient(to right, red, red 0.5ch, #999999 0.51ch, #999999 1ch);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.form___box .item-box .sk_select .-select-front {
  height: 0.54rem;
  border: 0.01rem solid #D5E3F9;
  border-radius: 0;
  padding: 0.14rem 0.23rem;
}
@media screen and (max-width: 800px) {
  .form___box .item-box .sk_select .-select-front {
    height: 1.08rem;
    border-width: 0.02rem;
    padding: 0.34rem 0.2rem;
  }
}
.form___box .item-box .sk_select .-select-front .select-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.4rem;
  font-size: 0.2rem;
  color: #999999;
}
@media screen and (max-width: 800px) {
  .form___box .item-box .sk_select .-select-front .select-text {
    right: 0.56rem;
    font-size: 0.24rem;
  }
}
.form___box .__check_box {
  margin-top: 0.53rem;
  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) {
  .form___box .__check_box {
    margin-top: 0.46rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.form___box .__check_box .check-input {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 0.24rem;
  width: 0.24rem;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .form___box .__check_box .check-input {
    width: 0.24rem;
    height: 0.24rem;
  }
}
.form___box .__check_box .check-input .check-img {
  height: 100%;
  width: 100%;
}
.form___box .__check_box .check-input .check-img.true {
  display: none;
}
.form___box .__check_box .check-input .check-img.false {
  display: block;
}
.form___box .__check_box .check-input.on .check-img.false {
  display: none;
}
.form___box .__check_box .check-input.on .check-img.true {
  display: block;
}
.form___box .__check_box .check-label {
  margin-left: 0.11rem;
  font-size: 0.18rem;
  line-height: 0.24rem;
  font-family: var(--sk-font-Regular);
}
@media screen and (max-width: 800px) {
  .form___box .__check_box .check-label {
    margin-left: 0.12rem;
    font-size: 0.22rem;
    line-height: 0.24rem;
  }
}
.form___box .__check_box .check-label .required {
  color: red;
}
.form___box .__check_box .check-label a {
  font-size: 0.18rem;
  line-height: 0.24rem;
  text-decoration: underline;
  font-family: var(--sk-font-Regular);
}
@media screen and (max-width: 800px) {
  .form___box .__check_box .check-label a {
    font-size: 0.22rem;
    line-height: 0.24rem;
  }
}
.form___box .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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form___box .btn-box .g-more-btn {
  margin-top: 0.32rem;
  --width: 2.38rem;
  --height: 0.74rem;
  font-size: 0.24rem;
  font-family: var(--sk-font-Bold);
}
@media screen and (max-width: 800px) {
  .form___box .btn-box .g-more-btn {
    margin-top: 0.72rem;
    --width: 100%;
    --height: 0.92rem;
    font-size: 0.28rem;
  }
}

.product-detail-page .swiper-infor-section {
  padding-top: 0.66rem;
  padding-bottom: 0.77rem;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .product-detail-page .swiper-infor-section {
    padding-top: 0.64rem;
    padding-bottom: 1rem;
    background: #F7F7F7;
  }
}
.product-detail-page .swiper-infor-section .wal {
  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-detail-page .swiper-infor-section .wal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-detail-page .swiper-infor-section .wal .left-swiper-wrapper {
  width: 8.86rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 800px) {
  .product-detail-page .swiper-infor-section .wal .left-swiper-wrapper {
    width: 100%;
  }
}
.product-detail-page .swiper-infor-section .wal .left-swiper-wrapper .product-swiper {
  overflow: hidden;
}
.product-detail-page .swiper-infor-section .wal .left-swiper-wrapper .product-swiper .img-box .img {
  width: 100%;
}
.product-detail-page .swiper-infor-section .wal .left-swiper-wrapper .mirror-tag {
  position: absolute;
  right: 0.5rem;
  bottom: 1.8rem;
  z-index: 2;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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;
  gap: 0.1rem;
}
@media screen and (max-width: 800px) {
  .product-detail-page .swiper-infor-section .wal .left-swiper-wrapper .mirror-tag {
    bottom: 1.3rem;
  }
}
.product-detail-page .swiper-infor-section .wal .left-swiper-wrapper .mirror-tag .img-box {
  width: 0.24rem;
  height: 0.24rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 800px) {
  .product-detail-page .swiper-infor-section .wal .left-swiper-wrapper .mirror-tag .img-box {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.product-detail-page .swiper-infor-section .wal .left-swiper-wrapper .mirror-tag .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-detail-page .swiper-infor-section .wal .left-swiper-wrapper .mirror-tag span {
  font-size: 0.18rem;
  line-height: 0.28rem;
  font-family: var(--sk-font-Medium);
}
@media screen and (max-width: 800px) {
  .product-detail-page .swiper-infor-section .wal .left-swiper-wrapper .mirror-tag span {
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
}
.product-detail-page .swiper-infor-section .wal .left-swiper-wrapper .pagination-swiper-wrapper {
  margin-top: 0.98rem;
  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;
}
@media screen and (max-width: 800px) {
  .product-detail-page .swiper-infor-section .wal .left-swiper-wrapper .pagination-swiper-wrapper {
    margin-top: 0.76rem;
  }
}
.product-detail-page .swiper-infor-section .wal .left-swiper-wrapper .pagination-swiper-wrapper .swiper-prev,
.product-detail-page .swiper-infor-section .wal .left-swiper-wrapper .pagination-swiper-wrapper .swiper-next {
  margin: 0 0.16rem;
  width: 0.36rem;
  height: 0.36rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .product-detail-page .swiper-infor-section .wal .left-swiper-wrapper .pagination-swiper-wrapper .swiper-prev,
  .product-detail-page .swiper-infor-section .wal .left-swiper-wrapper .pagination-swiper-wrapper .swiper-next {
    margin: 0 0.24rem;
    width: 0.48rem;
    height: 0.48rem;
  }
}
.product-detail-page .swiper-infor-section .wal .left-swiper-wrapper .pagination-swiper-wrapper .swiper-prev .icon,
.product-detail-page .swiper-infor-section .wal .left-swiper-wrapper .pagination-swiper-wrapper .swiper-next .icon {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .product-detail-page .swiper-infor-section .wal .left-swiper-wrapper .pagination-swiper-wrapper .swiper-prev .icon path,
  .product-detail-page .swiper-infor-section .wal .left-swiper-wrapper .pagination-swiper-wrapper .swiper-prev .icon line,
  .product-detail-page .swiper-infor-section .wal .left-swiper-wrapper .pagination-swiper-wrapper .swiper-prev .icon circle,
  .product-detail-page .swiper-infor-section .wal .left-swiper-wrapper .pagination-swiper-wrapper .swiper-next .icon path,
  .product-detail-page .swiper-infor-section .wal .left-swiper-wrapper .pagination-swiper-wrapper .swiper-next .icon line,
  .product-detail-page .swiper-infor-section .wal .left-swiper-wrapper .pagination-swiper-wrapper .swiper-next .icon circle {
    stroke: #4745A0;
  }
}
.product-detail-page .swiper-infor-section .wal .left-swiper-wrapper .pagination-swiper-wrapper .swiper-prev .icon:hover path,
.product-detail-page .swiper-infor-section .wal .left-swiper-wrapper .pagination-swiper-wrapper .swiper-prev .icon:hover line,
.product-detail-page .swiper-infor-section .wal .left-swiper-wrapper .pagination-swiper-wrapper .swiper-prev .icon:hover circle,
.product-detail-page .swiper-infor-section .wal .left-swiper-wrapper .pagination-swiper-wrapper .swiper-next .icon:hover path,
.product-detail-page .swiper-infor-section .wal .left-swiper-wrapper .pagination-swiper-wrapper .swiper-next .icon:hover line,
.product-detail-page .swiper-infor-section .wal .left-swiper-wrapper .pagination-swiper-wrapper .swiper-next .icon:hover circle {
  stroke: #4745A0;
}
@media screen and (max-width: 800px) {
  .product-detail-page .swiper-infor-section .wal .left-swiper-wrapper .pagination-swiper-wrapper .swiper-prev {
    margin-left: 0;
  }
  .product-detail-page .swiper-infor-section .wal .left-swiper-wrapper .pagination-swiper-wrapper .swiper-next {
    margin-right: 0;
  }
}
.product-detail-page .swiper-infor-section .wal .left-swiper-wrapper .pagination-swiper-wrapper .pagination-swiper {
  width: 7.04rem;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .product-detail-page .swiper-infor-section .wal .left-swiper-wrapper .pagination-swiper-wrapper .pagination-swiper {
    width: 5.46rem;
  }
}
.product-detail-page .swiper-infor-section .wal .left-swiper-wrapper .pagination-swiper-wrapper .pagination-swiper .swiper-wrapper .swiper-slide {
  cursor: pointer;
}
.product-detail-page .swiper-infor-section .wal .left-swiper-wrapper .pagination-swiper-wrapper .pagination-swiper .swiper-wrapper .swiper-slide.active .img-box {
  border: 0.01rem solid #4745A0;
}
.product-detail-page .swiper-infor-section .wal .left-swiper-wrapper .pagination-swiper-wrapper .pagination-swiper .swiper-wrapper .swiper-slide .img-box {
  border: 0.01rem solid #C9D6DF;
  min-height: 1.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;
}
@media screen and (max-width: 800px) {
  .product-detail-page .swiper-infor-section .wal .left-swiper-wrapper .pagination-swiper-wrapper .pagination-swiper .swiper-wrapper .swiper-slide .img-box {
    min-height: 1rem;
  }
}
.product-detail-page .swiper-infor-section .wal .left-swiper-wrapper .pagination-swiper-wrapper .pagination-swiper .swiper-wrapper .swiper-slide .img-box .img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.product-detail-page .swiper-infor-section .wal .right-infor {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0.69rem;
}
@media screen and (max-width: 800px) {
  .product-detail-page .swiper-infor-section .wal .right-infor {
    padding-left: 0;
    margin-top: 0.84rem;
  }
}
.product-detail-page .swiper-infor-section .wal .right-infor .h1 {
  font-size: 0.54rem;
  line-height: 0.64rem;
  font-family: var(--sk-font-Bold);
}
@media screen and (max-width: 800px) {
  .product-detail-page .swiper-infor-section .wal .right-infor .h1 {
    font-size: 0.48rem;
    line-height: 0.56rem;
  }
}
.product-detail-page .swiper-infor-section .wal .right-infor .h1 span {
  font-size: 0.44rem;
}
@media screen and (max-width: 800px) {
  .product-detail-page .swiper-infor-section .wal .right-infor .h1 span {
    font-size: 0.38rem;
  }
}
.product-detail-page .swiper-infor-section .wal .right-infor .tag-list {
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -0.05rem;
  margin-left: -0.05rem;
  margin-left: -0.05rem;
}
@media screen and (max-width: 800px) {
  .product-detail-page .swiper-infor-section .wal .right-infor .tag-list {
    margin-top: 0.36rem;
    margin-bottom: -0.1rem;
    margin-left: -0.16rem;
    margin-left: -0.16rem;
  }
}
.product-detail-page .swiper-infor-section .wal .right-infor .tag-list .tag {
  margin: 0.05rem 0.1rem;
  height: 0.53rem;
  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;
  padding: 0 0.13rem 0 0.17rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s, transform 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s, transform 0.3s, -webkit-transform 0.3s;
  border: 0.01rem solid transparent;
  border-radius: 0.12rem;
  background: -webkit-linear-gradient(#fff, #fff) padding-box, -webkit-linear-gradient(186deg, rgb(204, 203, 249), rgb(71, 69, 160), rgb(204, 203, 249)) border-box;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(264deg, rgb(204, 203, 249), rgb(71, 69, 160), rgb(204, 203, 249)) border-box;
}
@media screen and (max-width: 800px) {
  .product-detail-page .swiper-infor-section .wal .right-infor .tag-list .tag {
    margin: 0.05rem 0.1rem;
    margin: 0 0.15rem 0.1rem;
    padding: 0 0.22rem 0 0.28rem;
    height: 0.9rem;
    border-width: 0.02rem;
    border-radius: 0.2rem;
  }
}
.product-detail-page .swiper-infor-section .wal .right-infor .tag-list .tag:focus-visible {
  outline: 0.02rem solid #FF8A3D;
  outline-offset: 0.04rem;
}
.product-detail-page .swiper-infor-section .wal .right-infor .tag-list .tag.active {
  background: -webkit-linear-gradient(#fff, #fff) padding-box, -webkit-linear-gradient(left, #F2B48D 0%, #E37535 50%, #F2B48D 100%) border-box;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #F2B48D 0%, #E37535 50%, #F2B48D 100%) border-box;
}
.product-detail-page .swiper-infor-section .wal .right-infor .tag-list .tag.active .num,
.product-detail-page .swiper-infor-section .wal .right-infor .tag-list .tag.active .sub {
  background: -webkit-linear-gradient(left, #F2B48D 0%, #E37535 100%);
  background: linear-gradient(90deg, #F2B48D 0%, #E37535 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.product-detail-page .swiper-infor-section .wal .right-infor .tag-list .tag.active .product-tag-box {
  opacity: 1;
  visibility: visible;
}
.product-detail-page .swiper-infor-section .wal .right-infor .tag-list .tag {
  /* 产品详情页标签图start */
}
.product-detail-page .swiper-infor-section .wal .right-infor .tag-list .tag .product-tag-box {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  width: 0.83rem;
  height: 1.08rem;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 800px) {
  .product-detail-page .swiper-infor-section .wal .right-infor .tag-list .tag .product-tag-box {
    width: 0.76rem;
    height: 0.98rem;
  }
}
.product-detail-page .swiper-infor-section .wal .right-infor .tag-list .tag .product-tag-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.product-detail-page .swiper-infor-section .wal .right-infor .tag-list .tag {
  /* 产品详情页标签图end */
}
.product-detail-page .swiper-infor-section .wal .right-infor .tag-list .tag .num {
  font-size: 0.36rem;
  line-height: 0.53rem;
  font-family: var(--sk-font-Bold);
  background: -webkit-linear-gradient(right, #CCCBF9 0%, #4745A0 100%);
  background: linear-gradient(-90deg, #CCCBF9 0%, #4745A0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 800px) {
  .product-detail-page .swiper-infor-section .wal .right-infor .tag-list .tag .num {
    font-size: 0.61rem;
    line-height: 0.9rem;
  }
}
.product-detail-page .swiper-infor-section .wal .right-infor .tag-list .tag .sub {
  margin-left: 0.06rem;
  font-size: 0.2rem;
  line-height: 0.42rem;
  font-family: var(--sk-font-Bold);
  background: -webkit-linear-gradient(left, #CCCBF9 0%, #4745A0 100%);
  background: linear-gradient(90deg, #CCCBF9 0%, #4745A0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 800px) {
  .product-detail-page .swiper-infor-section .wal .right-infor .tag-list .tag .sub {
    margin-left: 0;
    font-size: 0.34rem;
    line-height: 0.7rem;
  }
}
.product-detail-page .swiper-infor-section .wal .right-infor .data-list {
  margin-top: 0.3rem;
  min-height: 2.7rem;
}
@media screen and (max-width: 800px) {
  .product-detail-page .swiper-infor-section .wal .right-infor .data-list {
    min-height: 0;
    margin-top: 0.76rem;
  }
}
.product-detail-page .swiper-infor-section .wal .right-infor .data-list .item-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 800px) {
  .product-detail-page .swiper-infor-section .wal .right-infor .data-list .item-box {
    margin-bottom: 0.26rem;
  }
}
.product-detail-page .swiper-infor-section .wal .right-infor .data-list .item-box:last-child {
  margin-bottom: 0;
}
.product-detail-page .swiper-infor-section .wal .right-infor .data-list .item-box .icon {
  width: 0.32rem;
  height: 0.32rem;
  object-fit: contain;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 800px) {
  .product-detail-page .swiper-infor-section .wal .right-infor .data-list .item-box .icon {
    width: 0.64rem;
    height: 0.64rem;
  }
}
.product-detail-page .swiper-infor-section .wal .right-infor .data-list .item-box .value {
  margin-left: 0.17rem;
  font-size: 0.2rem;
  line-height: 0.32rem;
}
@media screen and (max-width: 800px) {
  .product-detail-page .swiper-infor-section .wal .right-infor .data-list .item-box .value {
    margin-left: 0.34rem;
    font-size: 0.26rem;
    line-height: 0.3rem;
    padding-top: 0.15rem;
  }
}
.product-detail-page .swiper-infor-section .wal .right-infor .g-more-btn {
  margin-top: 0.22rem;
  --width: 2.88rem;
  --height: 0.65rem;
  font-size: 0.32rem;
  font-family: var(--sk-font-Bold);
}
@media screen and (max-width: 800px) {
  .product-detail-page .swiper-infor-section .wal .right-infor .g-more-btn {
    margin-top: 0.64rem;
    --width: 100%;
    --height: 0.96rem;
    font-size: 0.32rem;
  }
}
.product-detail-page .wrapper_wrapper {
  position: relative;
  background-color: #F7F7F7;
}
@media screen and (max-width: 800px) {
  .product-detail-page .wrapper_wrapper {
    overflow: hidden;
    background-color: #fff;
  }
}
.product-detail-page .wrapper_wrapper .sentinel {
  height: 0.27rem;
}
.product-detail-page .wrapper_wrapper .nav-wrapper {
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  top: var(--wrapper_wrapper-top, 1.1rem);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto;
}
.product-detail-page .wrapper_wrapper .nav-wrapper.is-sticky {
  max-width: 100%;
}
.product-detail-page .wrapper_wrapper .nav-wrapper.is-sticky .nav-list {
  padding: 0 2.6rem;
}
.product-detail-page .wrapper_wrapper .nav-wrapper .nav-list {
  background: #FFFFFF;
  border-radius: 0.05rem;
  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;
  height: 0.7rem;
  padding: 0 0.7rem;
  box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(134, 134, 134, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-detail-page .wrapper_wrapper .nav-wrapper .nav-list .nav-li {
  cursor: pointer;
  font-size: 0.24rem;
  line-height: 0.7rem;
  font-family: var(--sk-font-Regular);
  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;
}
.product-detail-page .wrapper_wrapper .nav-wrapper .nav-list .nav-li .icon {
  width: 0.22rem;
  height: 0.22rem;
  display: block;
  margin-right: 0.06rem;
}
.product-detail-page .wrapper_wrapper .nav-wrapper .nav-list .nav-li.on::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.02rem;
  background: #4745A0;
  bottom: 0;
  left: 0;
}
.product-detail-page .wrapper_wrapper .selling-points-section {
  margin-top: 0.64rem;
}
@media screen and (max-width: 800px) {
  .product-detail-page .wrapper_wrapper .selling-points-section {
    margin-top: 0;
    padding-top: 0.62rem;
  }
}
.product-detail-page .wrapper_wrapper .selling-points-section .h2 {
  font-size: 0.54rem;
  line-height: 0.64rem;
  font-family: var(--sk-font-Bold);
  padding-bottom: 0.39rem;
  border-bottom: 0.01rem solid #E6E6E6;
  margin-bottom: 0.63rem;
}
@media screen and (max-width: 800px) {
  .product-detail-page .wrapper_wrapper .selling-points-section .h2 {
    font-size: 0.48rem;
    line-height: 0.56rem;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0.36rem;
  }
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro {
  height: 7.6rem;
  min-height: 7.6rem;
  overflow: hidden;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box {
  width: 50%;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .img-card,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .img-card {
  height: 7.6rem;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .img-card .img,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .img-card .img {
  height: 100%;
  width: 100%;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card {
  height: 7.6rem;
  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 0 0.69rem 0;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box {
  width: 6.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;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .img-box,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .img-box {
  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;
  width: 0.8rem;
  height: 0.8rem;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .img-box img,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .img-box img {
  width: 100%;
  height: 100%;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .title,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .title {
  margin-top: 0.16rem;
  font-size: 0.36rem;
  line-height: 0.64rem;
  text-align: center;
  font-family: var(--sk-font-ExtraBold);
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .title.title-spec,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .title.title-spec {
  margin-bottom: 0.27rem;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .text,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .text {
  margin-top: 0.09rem;
  font-size: 0.16rem;
  line-height: 0.26rem;
  text-align: center;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .text.text-spec,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .text.text-spec {
  margin-top: 0.28rem;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .text.text-spec-width,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .text.text-spec-width {
  width: 4.8rem;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .text-note.text-note-especial,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .text-note.text-note-especial {
  text-align: center;
  font-size: 0.14rem;
  line-height: 0.22rem;
  color: #666666;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .text-note.text-note-especial:before,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .text-note.text-note-especial:before {
  left: 0;
  top: -1px;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .highlight-percent,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .highlight-percent {
  margin-top: 0.65rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: auto;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .highlight-percent .percent-number,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .highlight-percent .percent-number {
  font-size: 0.96rem;
  color: #EF7628;
  line-height: 1;
  font-family: var(--sk-font-Bold);
  position: relative;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .highlight-percent .percent-number::after,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .highlight-percent .percent-number::after {
  content: "";
  position: absolute;
  bottom: 0.1rem;
  left: 50%;
  z-index: -7;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.3rem;
  height: 0.1rem;
  background: -webkit-linear-gradient(top, #E78E5E 0%, #FFF2E8 100%);
  background: linear-gradient(180deg, #E78E5E 0%, #FFF2E8 100%);
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .highlight-percent .percent-symbol,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .highlight-percent .percent-symbol {
  font-size: 0.4rem;
  font-weight: 700;
  color: #EF7628;
  position: absolute;
  bottom: 0.15rem;
  left: 100%;
  line-height: 1;
  margin-left: 0.02rem;
  white-space: nowrap;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .highlight-percent .percent-symbol-tempo,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .highlight-percent .percent-symbol-tempo {
  font-size: 0.4rem;
  font-weight: 700;
  color: #EF7628;
  position: absolute;
  bottom: 0.15rem;
  left: 100%;
  line-height: 1;
  margin-left: 0.02rem;
  white-space: nowrap;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .highlight-percent.hightlight-special,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .highlight-percent.hightlight-special {
  margin-top: 0;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .highlight-percent.highlight-percent-spec,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .highlight-percent.highlight-percent-spec {
  margin-top: 0.78rem;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .highlight-percent-box.highlight-percent,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .highlight-percent-box.highlight-percent {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .highlight-percent-box.highlight-percent .percent-number:after,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .highlight-percent-box.highlight-percent .percent-number:after {
  display: none;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .highlight-percent-box.highlight-percent .highlight-percent.hightlight-noafter,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .highlight-percent-box.highlight-percent .highlight-percent.hightlight-noafter {
  margin-top: 0;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .highlight-percent-box.highlight-percent .percent-arrow-box,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .highlight-percent-box.highlight-percent .percent-arrow-box {
  width: 0.57rem;
  height: 0.4rem;
  margin-left: 0.4rem;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .highlight-percent-box.highlight-percent .percent-arrow-box img,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .highlight-percent-box.highlight-percent .percent-arrow-box img {
  width: 100%;
  height: 100%;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .highlight-percent-box.highlight-percent.highlight-spec,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .highlight-percent-box.highlight-percent.highlight-spec {
  margin-top: 1.02rem;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .text-desc,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .text-desc {
  margin-top: 0;
  font-size: 0.2rem;
  line-height: 0.32rem;
  color: #EF7628;
  text-align: center;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .text-desc img,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .text-desc img {
  width: 0.28rem;
  height: 0.28rem;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .text-note,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .text-note {
  font-size: 0.16rem;
  line-height: 0.26rem;
  position: relative;
  padding-left: 0.2rem;
  margin-top: 0.75rem;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .text-note::before,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .text-note::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 1px;
  color: #807ee7;
  font-size: 0.38rem;
  line-height: 0.5;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .text-note.note-no-before,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .text-note.note-no-before {
  color: #666666;
  margin-top: 0.8rem;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .text-note.note-no-before::before,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .text-note.note-no-before::before {
  display: none;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .text-note.note-no-before.text-note-especial,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .text-note.note-no-before.text-note-especial {
  width: 9rem;
  font-size: 0.16rem;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .text-note.note-no-before.text-fontspec,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .text-note.note-no-before.text-fontspec {
  font-size: 0.16rem;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .text-note.text-note-especial.text-color-back,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .text-note.text-note-especial.text-color-back {
  color: #000000;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .text-note.note-spec,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .text-note.note-spec {
  margin-top: 0.3rem;
  font-size: 0.14rem;
  line-height: 0.26rem;
  width: auto;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .power-levels,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .power-levels {
  margin-top: 0.78rem;
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding: 0 0.5rem;
  gap: 0.65rem;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .power-levels::before,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .power-levels::before {
  content: "";
  position: absolute;
  top: 0.68rem;
  width: 5.8rem;
  left: 0.8rem;
  right: 0.5rem;
  height: 0.02rem;
  background-color: #e6e6e6;
  z-index: 1;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .power-levels .power-level,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .power-levels .power-level {
  position: relative;
  z-index: 2;
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 1.2rem;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .power-levels .power-level .level-value,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .power-levels .power-level .level-value {
  font-size: 0.48rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0.1rem;
  background: -webkit-linear-gradient(top, #FE3923 0%, #FA833D 50%, #FE3923 100%);
  background: linear-gradient(180deg, #FE3923 0%, #FA833D 50%, #FE3923 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .power-levels .power-level .level-value .level-symbol,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .power-levels .power-level .level-value .level-symbol {
  font-size: 0.24rem;
  vertical-align: super;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .power-levels .power-level .level-dot,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .power-levels .power-level .level-dot {
  margin-right: 0.19rem;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .power-levels .power-level .level-dot img,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .power-levels .power-level .level-dot img {
  width: 100%;
  height: 100%;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .power-levels .power-level .level-label,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .power-levels .power-level .level-label {
  margin-top: 0.15rem;
  font-size: 0.18rem;
  color: #EF7628;
  line-height: 1;
  white-space: nowrap;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .power-levels .power-level.active .level-value,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .power-levels .power-level.active .level-value {
  font-size: 0.56rem;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .power-levels .power-level.active .level-dot,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .power-levels .power-level.active .level-dot {
  width: 0.16rem;
  height: 0.16rem;
  background: #EF7628;
  box-shadow: 0 0 0.06rem rgba(239, 118, 40, 0.3);
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .levels-tag,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .levels-tag {
  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.5rem;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .levels-tag .level-img-box,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .levels-tag .level-img-box {
  width: 0.26rem;
  height: 0.28rem;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .levels-tag .level-label,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .levels-tag .level-label {
  font-size: 0.24rem;
  color: #EF7628;
  line-height: 0.3rem;
  white-space: nowrap;
  margin-right: 0.2rem;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .cleaning-steps,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .cleaning-steps {
  margin-top: 0.25rem;
  width: 7.5rem;
  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.15rem;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .cleaning-steps .step-card,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .cleaning-steps .step-card {
  background: -webkit-linear-gradient(top, #f2f2ff 0%, rgba(205, 228, 243, 0) 100%);
  background: linear-gradient(180deg, #f2f2ff 0%, rgba(205, 228, 243, 0) 100%);
  border-radius: 0.04rem;
  padding: 0.2rem 0.3rem 0 0.3rem;
  margin-bottom: 0;
  border: 0.01rem solid rgba(205, 228, 243, 0.3);
  border-bottom: unset;
  position: relative;
  backdrop-filter: blur(4px);
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .cleaning-steps .step-card .step-text,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .cleaning-steps .step-card .step-text {
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #182833;
  text-align: center;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .cleaning-steps .step-card .step-arrow,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .cleaning-steps .step-card .step-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.15rem;
  width: 0.24rem;
  height: 0.16rem;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .cleaning-steps .step-card .step-arrow::before,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .cleaning-steps .step-card .step-arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.12rem solid transparent;
  border-right: 0.12rem solid transparent;
  border-top: 0.16rem solid rgba(200, 210, 255, 0.5);
  -webkit-filter: blur(0.01rem);
          filter: blur(0.01rem);
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .cleaning-steps .step-disclaimer,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .cleaning-steps .step-disclaimer {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #999;
  text-align: center;
  position: absolute;
  bottom: 3px;
  width: 7.5rem;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .cleaning-steps.new-cleaning-steps,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .cleaning-steps.new-cleaning-steps {
  margin-top: 0.3rem;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .text-bottom,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .text-bottom {
  position: absolute;
  bottom: 0.35rem;
  color: #666666;
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .text-bottom,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .text-bottom {
  bottom: 1.1rem;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box .text-bottom-especial,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box .text-bottom-especial {
  bottom: 0.7rem;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box ul,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box ul {
  margin-top: 0.3rem;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box ul li,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box ul li {
  margin-bottom: 0.07rem;
  font-size: 0.2rem;
  line-height: 0.32rem;
  position: relative;
  padding-left: 0.2rem;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card .con-box ul li::before,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card .con-box ul li::before {
  content: "";
  position: absolute;
  height: 0.03rem;
  width: 0.03rem;
  border-radius: 50%;
  background: #182833;
  top: 0.14rem;
  left: 0.04rem;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card.card-nopadding,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card.card-nopadding {
  padding: 0;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box .text-card.card-nocenter,
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card.card-nocenter {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .right-box .text-card {
  -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;
  position: relative;
}
.product-detail-page .wrapper_wrapper .selling-points-section .frontpage-intro .flex-box .left-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper {
  margin-top: 0.36rem;
  background-color: #fff;
}
.product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide {
  height: auto;
  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;
}
.product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .img-box {
  width: 100%;
  height: 4.73rem;
}
.product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .img-box .img {
  height: 100%;
  width: 100%;
}
.product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.3rem 0.3rem 0.3rem 0.28rem;
  background: #F7F7F7;
  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;
}
.product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .img-title-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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.16rem;
  margin-right: 0.4rem;
}
.product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .img-title-box .img-box {
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
}
.product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .title {
  font-size: 0.32rem;
  line-height: 0.32rem;
  font-family: var(--sk-font-ExtraBold);
}
.product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .text {
  margin-top: 0.24rem !important;
  font-size: 0.24rem;
  line-height: 0.32rem;
}
.product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .ul {
  margin-top: 0.42rem;
}
.product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .ul li {
  margin-bottom: 0.24rem;
  font-size: 0.24rem;
  line-height: 0.32rem;
  position: relative;
  padding-left: 0.2rem;
  text-align: center;
}
.product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .ul li::before {
  content: "";
  position: absolute;
  height: 0.03rem;
  width: 0.03rem;
  border-radius: 50%;
  background: #182833;
  top: 0.16rem;
  left: 0.04rem;
}
@media screen and (max-width: 800px) {
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box {
    position: relative;
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .img-box {
    width: 0.84rem;
    height: 0.84rem;
    margin-bottom: 0.3rem;
    margin-left: auto;
    margin-right: auto;
    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;
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .img-box img {
    width: 100%;
    height: 100%;
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .title {
    text-align: center;
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .text {
    text-align: center;
    margin-top: 0.2rem;
    width: 6.2rem;
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .text.text-spec-width {
    width: 4.9rem;
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .highlight-percent {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.38rem;
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .highlight-percent .percent-number {
    font-size: 0.96rem;
    color: #EF7628;
    line-height: 1;
    display: inline-block;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    font-family: var(--sk-font-Bold);
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .highlight-percent .percent-number::after {
    content: "";
    position: absolute;
    bottom: 0.1rem;
    left: 50%;
    z-index: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 2.3rem;
    height: 0.1rem;
    background: -webkit-linear-gradient(top, #E78E5E 0%, #FFF2E8 100%);
    background: linear-gradient(180deg, #E78E5E 0%, #FFF2E8 100%);
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .highlight-percent .percent-symbol {
    font-size: 0.4rem;
    font-weight: 700;
    color: #EF7628;
    position: static;
    bottom: 0.15rem;
    line-height: 1;
    margin-left: 0.02rem;
    white-space: nowrap;
    margin-bottom: 5px;
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .highlight-percent .percent-symbol-tempo {
    font-size: 0.4rem;
    font-weight: 700;
    color: #EF7628;
    position: static;
    bottom: 0.15rem;
    line-height: 1;
    margin-left: 0.02rem;
    white-space: nowrap;
    margin-bottom: 5px;
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .highlight-percent.hightlight-special {
    margin-top: 0.1rem;
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .highlight-percent-box.highlight-percent {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.4rem;
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .highlight-percent-box.highlight-percent .percent-number:after {
    display: none;
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .highlight-percent-box.highlight-percent .highlight-percent.hightlight-noafter {
    margin-top: 0;
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .highlight-percent-box.highlight-percent .percent-arrow-box {
    width: 0.57rem;
    height: 0.4rem;
    margin-left: 0.1rem;
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .highlight-percent-box.highlight-percent .percent-arrow-box img {
    width: 100%;
    height: 100%;
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .text-desc {
    margin-top: 0;
    font-size: 0.24rem;
    line-height: 0.32rem;
    color: #EF7628;
    text-align: center;
    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;
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .text-desc img {
    width: 0.28rem;
    height: 0.28rem;
    vertical-align: middle;
    margin-left: 0.1rem;
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .text.text-column {
    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;
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .text.text-column span {
    position: relative;
    font-size: 0.22rem;
    line-height: 0.32rem;
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .text.text-column span:first-child::before {
    content: "•";
    position: absolute;
    left: 1.85rem;
    bottom: 1px;
    font-size: 0.4rem;
    color: #807ee7;
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .text-note {
    font-size: 0.22rem;
    line-height: 0.26rem;
    position: relative;
    padding-left: 0.2rem;
    margin-top: 0.56rem;
    text-align: center;
    color: #666666;
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .text-note::before {
    content: "•";
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    color: #807ee7;
    font-size: 0.4rem;
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .text-note.note-no-before::before {
    opacity: 0;
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .text-bottom {
    position: absolute;
    bottom: 0.2rem;
    left: 0.28rem;
    right: 0.3rem;
    font-size: 0.22rem;
    line-height: 0.26rem;
    color: #666666;
    text-align: center;
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .text-bottom.text-bottom-mobile {
    bottom: 1.2rem;
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .power-levels {
    margin-top: 0.78rem;
    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: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    padding: 0 0.5rem;
    gap: 0.47rem;
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .power-levels::before {
    content: "";
    position: absolute;
    top: 0.8rem;
    width: 5rem;
    left: 0.8rem;
    right: 0.5rem;
    height: 0.02rem;
    background-color: #e6e6e6;
    z-index: 1;
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .power-levels .power-level {
    position: relative;
    z-index: 2;
    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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 1.2rem;
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .power-levels .power-level .level-value {
    font-size: 0.48rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 0.1rem;
    background: -webkit-linear-gradient(top, #FE3923 0%, #FA833D 50%, #FE3923 100%);
    background: linear-gradient(180deg, #FE3923 0%, #FA833D 50%, #FE3923 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .power-levels .power-level .level-value .level-symbol {
    font-size: 0.24rem;
    vertical-align: super;
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .power-levels .power-level .level-dot {
    width: 0.3rem;
    height: 0.3rem;
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .power-levels .power-level .level-label {
    margin-top: 0.15rem;
    font-size: 0.18rem;
    color: #EF7628;
    line-height: 1;
    white-space: nowrap;
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .power-levels .power-level.active .level-value {
    font-size: 0.56rem;
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .levels-tag {
    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.5rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .levels-tag .level-img-box {
    width: 0.26rem;
    height: 0.28rem;
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .levels-tag .level-img-box img {
    width: 100%;
    height: 100%;
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .levels-tag .level-label {
    font-size: 0.24rem;
    color: #EF7628;
    line-height: 0.3rem;
    white-space: nowrap;
    margin-right: 0.2rem;
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .cleaning-steps {
    margin-top: 0.26rem;
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .cleaning-steps .step-card {
    background: -webkit-linear-gradient(top, #f2f2ff 0%, rgba(205, 228, 243, 0) 100%);
    background: linear-gradient(180deg, #f2f2ff 0%, rgba(205, 228, 243, 0) 100%);
    border-radius: 0.04rem;
    padding: 0.2rem 0.2rem 0 0.2rem;
    margin-bottom: 0;
    border: 0.01rem solid rgba(205, 228, 243, 0.3);
    border-bottom: unset;
    position: relative;
    backdrop-filter: blur(4px);
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .cleaning-steps .step-card .step-text {
    font-size: 0.2rem;
    line-height: 0.28rem;
    color: #182833;
    text-align: center;
    word-break: break-word;
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .cleaning-steps .step-card .step-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.15rem;
    width: 0.24rem;
    height: 0.16rem;
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .cleaning-steps .step-card .step-arrow::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 0.12rem solid transparent;
    border-right: 0.12rem solid transparent;
    border-top: 0.16rem solid rgba(200, 210, 255, 0.5);
    -webkit-filter: blur(0.01rem);
            filter: blur(0.01rem);
  }
  .product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-wrapper .swiper-slide .con-box .cleaning-steps .step-disclaimer {
    margin-top: 0.1rem;
    font-size: 0.2rem;
    line-height: 0.24rem;
    color: #666666;
    text-align: center;
  }
}
.product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-btn {
  margin-top: 0.72rem;
  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;
}
.product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-btn .swiper-prev,
.product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-btn .swiper-next {
  width: 0.7rem;
  height: 0.7rem;
  margin-right: 0.34rem;
}
.product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-btn .swiper-prev:last-child,
.product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-btn .swiper-next:last-child {
  margin-right: 0;
}
.product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-btn .swiper-prev .icon,
.product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-btn .swiper-next .icon {
  height: 100%;
  width: 100%;
}
.product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-btn .swiper-prev .icon path,
.product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-btn .swiper-prev .icon line,
.product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-btn .swiper-prev .icon circle,
.product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-btn .swiper-next .icon path,
.product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-btn .swiper-next .icon line,
.product-detail-page .wrapper_wrapper .selling-points-section .selling-points_wrapper .card-swiper .swiper-btn .swiper-next .icon circle {
  stroke: #4745A0;
}
.product-detail-page .wrapper_wrapper .selling-points-section .manual-button-box {
  margin-top: 1.77rem;
  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;
}
.product-detail-page .wrapper_wrapper .selling-points-section .manual-button-box a.g-more-btn {
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 0.25rem;
  padding-right: 0.68rem;
  padding-left: 0.68rem;
  --height: 0.91rem;
  height: var(--height);
}
.product-detail-page .wrapper_wrapper .product-parameters-section {
  margin-top: 1.25rem;
}
@media screen and (max-width: 800px) {
  .product-detail-page .wrapper_wrapper .product-parameters-section {
    margin-top: 1rem;
    padding-bottom: 0.8rem;
    position: relative;
  }
  .product-detail-page .wrapper_wrapper .product-parameters-section .prompt {
    position: absolute;
    right: 0.3rem;
    top: 30%;
  }
}
.product-detail-page .wrapper_wrapper .product-parameters-section .h2 {
  font-size: 0.54rem;
  line-height: 0.64rem;
  font-family: var(--sk-font-Bold);
}
@media screen and (max-width: 800px) {
  .product-detail-page .wrapper_wrapper .product-parameters-section .h2 {
    font-size: 0.48rem;
    line-height: 0.56rem;
  }
}
.product-detail-page .wrapper_wrapper .product-parameters-section .table-box {
  margin-top: 0.39rem;
}
@media screen and (max-width: 800px) {
  .product-detail-page .wrapper_wrapper .product-parameters-section .table-box {
    margin-top: 0.8rem;
    overflow-x: auto;
    margin-left: -0.3rem;
    margin-right: -0.3rem;
    padding: 0 0.3rem;
    padding-bottom: 0.5rem;
    margin-bottom: -0.5rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .product-detail-page .wrapper_wrapper .product-parameters-section .table-box::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    height: 0 !important;
  }
}
.product-detail-page .wrapper_wrapper .product-parameters-section .table-box table {
  width: 100%;
  background: #FFFFFF;
  border-collapse: collapse;
  font-family: var(--sk-font-Medium);
}
@media screen and (max-width: 800px) {
  .product-detail-page .wrapper_wrapper .product-parameters-section .table-box table {
    width: 12rem;
    border: 0.01rem solid #E6E6E6;
  }
}
.product-detail-page .wrapper_wrapper .product-parameters-section .table-box table th,
.product-detail-page .wrapper_wrapper .product-parameters-section .table-box table td {
  font-family: var(--sk-font-Medium);
  font-weight: inherit;
  border-right: 0.01rem solid #E6E6E6;
  border-bottom: 0.01rem solid #E6E6E6;
  border-top: none;
  border-left: none;
  padding: 0.1rem 0.2rem;
  font-size: 0.16rem;
  line-height: 0.2rem;
  text-align: left;
  height: 0.7rem;
}
@media screen and (max-width: 800px) {
  .product-detail-page .wrapper_wrapper .product-parameters-section .table-box table th,
  .product-detail-page .wrapper_wrapper .product-parameters-section .table-box table td {
    height: 0.8rem;
    font-size: 0.2rem;
    line-height: 0.32rem;
  }
}
.product-detail-page .wrapper_wrapper .product-parameters-section .table-box table th:last-child,
.product-detail-page .wrapper_wrapper .product-parameters-section .table-box table td:last-child {
  border-right: none;
}
.product-detail-page .wrapper_wrapper .product-parameters-section .table-box table th {
  padding: 0.1rem 0.2rem;
}
.product-detail-page .wrapper_wrapper .product-parameters-section .table-box table td {
  min-height: 0.76rem;
}
.product-detail-page .wrapper_wrapper .appearance-section {
  margin-top: 1.64rem;
}
@media screen and (max-width: 800px) {
  .product-detail-page .wrapper_wrapper .appearance-section {
    margin-top: 0;
    padding-top: 0.82rem;
    background: #F7F7F7;
  }
}
.product-detail-page .wrapper_wrapper .appearance-section .h2 {
  font-size: 0.54rem;
  line-height: 0.64rem;
  font-family: var(--sk-font-Bold);
}
@media screen and (max-width: 800px) {
  .product-detail-page .wrapper_wrapper .appearance-section .h2 {
    font-size: 0.48rem;
    line-height: 0.56rem;
  }
}
.product-detail-page .wrapper_wrapper .appearance-section .appearance-list {
  margin-top: 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;
  border: 0.01rem solid #E6E6E6;
}
@media screen and (max-width: 800px) {
  .product-detail-page .wrapper_wrapper .appearance-section .appearance-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border: none;
  }
}
.product-detail-page .wrapper_wrapper .appearance-section .appearance-list .appearance-item {
  min-width: 3.68rem;
  padding: 0.38rem 0.4rem 0.3rem;
  border-right: 0.01rem solid #E6E6E6;
  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;
  position: relative;
}
@media screen and (min-width: 800px) {
  .product-detail-page .wrapper_wrapper .appearance-section .appearance-list .appearance-item:last-child {
    border-right: none;
  }
  .product-detail-page .wrapper_wrapper .appearance-section .appearance-list .appearance-item:last-child .img-box {
    height: 2.29rem;
  }
  .product-detail-page .wrapper_wrapper .appearance-section .appearance-list .appearance-item:last-child .name {
    margin-top: 0.17rem;
  }
}
.product-detail-page .wrapper_wrapper .appearance-section .appearance-list .appearance-item .img-box {
  height: 2.12rem;
}
.product-detail-page .wrapper_wrapper .appearance-section .appearance-list .appearance-item .img-box .img {
  height: 100%;
  max-width: none;
}
.product-detail-page .wrapper_wrapper .appearance-section .appearance-list .appearance-item .zoom-btn {
  position: absolute;
  right: -15px;
  bottom: -29px;
  width: 1rem;
  height: 1rem;
  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;
  z-index: 10;
}
.product-detail-page .wrapper_wrapper .appearance-section .appearance-list .appearance-item .zoom-btn img {
  width: 100%;
  height: 100%;
}
.product-detail-page .wrapper_wrapper .appearance-section .appearance-list .appearance-item .name {
  margin-top: 0.42rem;
  font-size: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  font-family: var(--sk-font-ExtraBold);
}
@media screen and (max-width: 800px) {
  .product-detail-page .wrapper_wrapper .appearance-section .appearance-list .appearance-item .name {
    margin-top: 0;
    font-size: 0.32rem;
    line-height: 0.6rem;
  }
}
@media screen and (max-width: 800px) {
  .product-detail-page .wrapper_wrapper .appearance-section .appearance-list .appearance-item {
    min-width: initial;
    border: none;
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }
  .product-detail-page .wrapper_wrapper .appearance-section .appearance-list .appearance-item:first-child {
    width: 100%;
  }
  .product-detail-page .wrapper_wrapper .appearance-section .appearance-list .appearance-item:first-child .img-box {
    width: 5.86rem;
    height: auto;
  }
  .product-detail-page .wrapper_wrapper .appearance-section .appearance-list .appearance-item:first-child .img-box .img {
    width: 100%;
    height: auto;
  }
  .product-detail-page .wrapper_wrapper .appearance-section .appearance-list .appearance-item:first-child .zoom-btn {
    width: 1.3rem;
    height: 1.3rem;
    right: -22px;
    bottom: -33px;
  }
  .product-detail-page .wrapper_wrapper .appearance-section .appearance-list .appearance-item:nth-child(2) {
    width: 50%;
    border: 0.01rem solid #E6E6E6;
    border-left: none;
  }
  .product-detail-page .wrapper_wrapper .appearance-section .appearance-list .appearance-item:nth-child(2) .img-box {
    width: 2.68rem;
    height: 2.06rem;
  }
  .product-detail-page .wrapper_wrapper .appearance-section .appearance-list .appearance-item:nth-child(2) .img-box .img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .product-detail-page .wrapper_wrapper .appearance-section .appearance-list .appearance-item:nth-child(2) .zoom-btn {
    width: 1.3rem;
    height: 1.3rem;
    right: -22px;
    bottom: -33px;
  }
  .product-detail-page .wrapper_wrapper .appearance-section .appearance-list .appearance-item:nth-child(3) {
    width: 50%;
    border: 0.01rem solid #E6E6E6;
    border-left: none;
    border-right: none;
  }
  .product-detail-page .wrapper_wrapper .appearance-section .appearance-list .appearance-item:nth-child(3) .img-box {
    width: 2.68rem;
    height: 2.06rem;
  }
  .product-detail-page .wrapper_wrapper .appearance-section .appearance-list .appearance-item:nth-child(3) .img-box .img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .product-detail-page .wrapper_wrapper .appearance-section .appearance-list .appearance-item:nth-child(3) .zoom-btn {
    width: 1.3rem;
    height: 1.3rem;
    right: -22px;
    bottom: -33px;
  }
}
.product-detail-page .wrapper_wrapper .product__section {
  margin-top: 0.97rem;
  margin-bottom: 0;
  padding-bottom: 1.32rem;
}
@media screen and (max-width: 800px) {
  .product-detail-page .wrapper_wrapper .product__section {
    margin-top: 0;
    padding-top: 1.14rem;
    padding-bottom: 0.82rem;
    background: #F7F7F7;
  }
}
.product-detail-page .wrapper_wrapper .product__section .h2-swiper-btn {
  padding-bottom: 0.54rem;
  border-bottom: 0.01rem solid #E6E6E6;
  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) {
  .product-detail-page .wrapper_wrapper .product__section .h2-swiper-btn {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.product-detail-page .wrapper_wrapper .product__section .h2-swiper-btn .h2 {
  font-size: 0.54rem;
  line-height: 0.64rem;
  font-family: var(--sk-font-Bold);
}
@media screen and (max-width: 800px) {
  .product-detail-page .wrapper_wrapper .product__section .h2-swiper-btn .h2 {
    font-size: 0.48rem;
    line-height: 0.56rem;
  }
}
.product-detail-page .wrapper_wrapper .product__section .h2-swiper-btn .swiper-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;
}
@media screen and (max-width: 800px) {
  .product-detail-page .wrapper_wrapper .product__section .h2-swiper-btn .swiper-btn {
    display: none;
  }
}
.product-detail-page .wrapper_wrapper .product__section .h2-swiper-btn .swiper-btn .swiper-prev,
.product-detail-page .wrapper_wrapper .product__section .h2-swiper-btn .swiper-btn .swiper-next {
  margin-left: 0.13rem;
  width: 0.36rem;
  height: 0.36rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.product-detail-page .wrapper_wrapper .product__section .h2-swiper-btn .swiper-btn .swiper-prev .icon,
.product-detail-page .wrapper_wrapper .product__section .h2-swiper-btn .swiper-btn .swiper-next .icon {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-detail-page .wrapper_wrapper .product__section .h2-swiper-btn .swiper-btn .swiper-prev .icon:hover path,
.product-detail-page .wrapper_wrapper .product__section .h2-swiper-btn .swiper-btn .swiper-prev .icon:hover line,
.product-detail-page .wrapper_wrapper .product__section .h2-swiper-btn .swiper-btn .swiper-prev .icon:hover circle,
.product-detail-page .wrapper_wrapper .product__section .h2-swiper-btn .swiper-btn .swiper-next .icon:hover path,
.product-detail-page .wrapper_wrapper .product__section .h2-swiper-btn .swiper-btn .swiper-next .icon:hover line,
.product-detail-page .wrapper_wrapper .product__section .h2-swiper-btn .swiper-btn .swiper-next .icon:hover circle {
  stroke: #4745A0;
}
.product-detail-page .wrapper_wrapper .product__section .prompt {
  position: absolute;
  z-index: 5;
  right: 0.3rem;
  top: 55%;
}
.product-detail-page .wrapper_wrapper .product__section .product_list {
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .product-detail-page .wrapper_wrapper .product__section .product_list {
    overflow-x: auto;
    margin-top: 0.46rem;
    padding-bottom: 0.8rem;
    padding-bottom: 1rem;
    margin-bottom: -0.5rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .product-detail-page .wrapper_wrapper .product__section .product_list::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    height: 0 !important;
  }
  .product-detail-page .wrapper_wrapper .product__section .product_list .swiper-wrapper {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin-bottom: -0.3rem;
  }
}
.product-detail-page .wrapper_wrapper .product__section .product_list .product-card {
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .product-detail-page .wrapper_wrapper .product__section .product_list .product-card {
    margin-bottom: 0.3rem;
  }
  .product-detail-page .wrapper_wrapper .product__section .product_list .product-card:nth-child(2n) {
    margin-right: 0.3rem;
  }
}
.product-detail-page .how-can-we-help_section {
  margin-top: 0.84rem;
}
@media screen and (max-width: 800px) {
  .product-detail-page .how-can-we-help_section {
    background: #fff;
    margin-top: 0;
    padding-top: 0.8rem;
  }
}

html.hide {
  --wrapper_wrapper-top: 0;
}

.mall-page {
  background-color: #F7F7F7;
}
.mall-page .main .wal {
  position: relative;
  padding-bottom: 0.4rem;
}
@media screen and (max-width: 800px) {
  .mall-page .main .wal {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.mall-page .main .wal .btn-box {
  text-align: center;
  position: absolute;
  bottom: 1.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mall-page .main .wal .btn-box .g-more-btn {
  font-family: var(--sk-font-Bold);
}
@media screen and (min-width: 800px) {
  .mall-page .main .wal .btn-box .g-more-btn {
    --height: 0.7rem;
    --width: 3.16rem;
    font-size: 0.24rem;
  }
}

html:has(.cookie_Policy_view[data-show=dialog]) {
  overflow: hidden;
}

@-webkit-keyframes qsacle {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.3);
            transform: translate(-50%, -50%) scale(0.3);
  }
  100% {
    opacity: 0.2;
    -webkit-transform: translate(-50%, -50%) scale(1.3);
            transform: translate(-50%, -50%) scale(1.3);
  }
}

@keyframes qsacle {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.3);
            transform: translate(-50%, -50%) scale(0.3);
  }
  100% {
    opacity: 0.2;
    -webkit-transform: translate(-50%, -50%) scale(1.3);
            transform: translate(-50%, -50%) scale(1.3);
  }
}
@-webkit-keyframes circleRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes circleRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes width-fill {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes width-fill {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes circleRotateReverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes circleRotateReverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.sk_pagination_0s {
  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;
  gap: 0.13rem;
}
.sk_pagination_0s .g-more-btn {
  font-family: var(--sk-font-SemiBold);
  --width: auto;
  background-color: #F5F5F5;
  color: #9E9E9E;
  border-radius: 0.05rem;
  font-size: 0.2rem;
}
.sk_pagination_0s .g-more-btn::after, .sk_pagination_0s .g-more-btn::before {
  border-radius: 0.05rem;
  border: 0;
}
.sk_pagination_0s .total-box .g-more-btn {
  font-family: var(--sk-font-Medium);
}
.sk_pagination_0s .num-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.13rem;
}
.sk_pagination_0s .num-box .g-more-btn.on {
  background: -webkit-linear-gradient(left, #616CCD 0%, #807EE7 100%);
  background: linear-gradient(90deg, #616CCD 0%, #807EE7 100%);
  color: white;
}
.sk_pagination_0s .prev-btn .g-more-btn,
.sk_pagination_0s .next-btn .g-more-btn {
  --padding: 0 0.1rem;
}
@media screen and (max-width: 800px) {
  .sk_pagination_0s {
    gap: 0;
  }
  .sk_pagination_0s .g-more-btn {
    --width: .96rem;
    border-radius: 0.1rem;
    font-size: 0.28rem;
  }
  .sk_pagination_0s .g-more-btn::after, .sk_pagination_0s .g-more-btn::before {
    border-radius: 0.1rem;
    border: 0;
  }
  .sk_pagination_0s .num-box {
    gap: 0.26rem;
  }
  .sk_pagination_0s .prev-btn,
  .sk_pagination_0s .last-btn,
  .sk_pagination_0s .total-box,
  .sk_pagination_0s .next-btn {
    display: none;
  }
}

.app-download-view .wal {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}
.app-download-view .wal .-head {
  position: relative;
}
.app-download-view .wal .-head .title {
  font-family: var(--sk-font-Bold);
  max-width: 60%;
  font-size: 0.54rem;
  line-height: 0.64rem;
}
.app-download-view .wal .-head .right-logo {
  position: absolute;
  right: 0;
  top: 50%;
  width: 1.3rem;
  height: 1.3rem;
  z-index: -1;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.app-download-view .wal .-head .right-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.app-download-view .wal .-body {
  position: relative;
}
.app-download-view .wal .-body .right-logo {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.3rem;
  height: 1.3rem;
  z-index: -1;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.app-download-view .wal .-body .right-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.app-download-view .wal .-body .center-box {
  position: relative;
  width: 100%;
  height: 4.97rem;
}
.app-download-view .wal .-body .center-box .center-background,
.app-download-view .wal .-body .center-box .center-img {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  text-align: center;
  z-index: -1;
}
.app-download-view .wal .-body .center-box .center-background img,
.app-download-view .wal .-body .center-box .center-img img {
  width: 10.35rem;
  height: 100%;
  object-fit: contain;
}
.app-download-view .wal .-body .center-box .center-codeImg {
  position: absolute;
  width: 1.3rem;
  height: 1.3rem;
  top: 83%;
  left: 26%;
  z-index: 3;
  box-shadow: 0px 0.16rem 0.3rem 0px rgba(151, 151, 151, 0.15);
}
.app-download-view .wal .-body .center-box .center-codeImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.app-download-view .wal .-body .center-box .center-text {
  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;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.app-download-view .wal .-body .center-box .center-text span {
  font-family: var(--sk-font-ExtraBold);
  font-size: 1.28rem;
  line-height: 1;
  color: #F5F5F5;
  text-transform: uppercase;
}
.app-download-view .wal .-body .center-box .center-text span:nth-child(1) {
  -webkit-transform: translate(-0.64rem, 0);
      -ms-transform: translate(-0.64rem, 0);
          transform: translate(-0.64rem, 0);
}
.app-download-view .wal .-body .center-box .center-text span:nth-child(2) {
  margin-left: auto;
  text-align: right;
}
.app-download-view .wal .-body .center-box .center-img {
  z-index: 2;
}
.app-download-view .wal .-body .center-box .center-img img {
  width: 3.17rem;
  height: 6.13rem;
  object-fit: contain;
  -webkit-transform: translate(0, -0.74rem);
      -ms-transform: translate(0, -0.74rem);
          transform: translate(0, -0.74rem);
}
.app-download-view .wal .-body .foot-box {
  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.87rem;
}
.app-download-view .wal .-body .foot-box .download-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.app-download-view .wal .-body .foot-box .download-info::after {
  content: "";
  width: 1px;
  height: 0.6rem;
  background-color: #E6E6E6;
  -webkit-transform: rotate(14deg);
      -ms-transform: rotate(14deg);
          transform: rotate(14deg);
  margin: 0 0.32rem;
}
.app-download-view .wal .-body .foot-box .download-info:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.app-download-view .wal .-body .foot-box .download-info:nth-child(2) .center-codeImg {
  left: 50%;
}
.app-download-view .wal .-body .foot-box .download-info:nth-child(2)::after {
  display: none;
}
.app-download-view .wal .-body .foot-box .download-info:nth-child(2) a {
  margin: 0 0.19rem 0 0;
}
.app-download-view .wal .-body .foot-box .download-info .text {
  font-size: 0.2rem;
  line-height: 0.32rem;
  color: #000000;
}
.app-download-view .wal .-body .foot-box .download-info a {
  cursor: default;
  display: block;
  margin: 0 0 0 0.19rem;
}
.app-download-view .wal .-body .foot-box .download-info a:hover ~ .center-codeImg {
  opacity: 1;
}
.app-download-view .wal .-body .foot-box .download-info a .img {
  height: 0.54rem;
}
.app-download-view .wal .-body .foot-box .download-info a .img img {
  height: 100%;
  object-fit: contain;
}
.app-download-view .wal .-body .foot-box .download-info .center-codeImg {
  position: absolute;
  width: 1.3rem;
  height: 1.3rem;
  top: -0.4rem;
  left: 40%;
  z-index: 3;
  box-shadow: 0px 0.16rem 0.3rem 0px rgba(151, 151, 151, 0.15);
  opacity: 0;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.app-download-view .wal .-body .foot-box .download-info .center-codeImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 800px) {
  .app-download-view .wal {
    padding-top: 0.8rem;
    padding-bottom: 1.04rem;
  }
  .app-download-view .wal .-head .title {
    max-width: 70%;
    font-size: 0.48rem;
    line-height: 0.56rem;
  }
  .app-download-view .wal .-head .right-logo {
    width: 1.44rem;
    height: 1.44rem;
  }
  .app-download-view .wal .-body {
    position: relative;
    margin-top: 0.92rem;
  }
  .app-download-view .wal .-body .right-logo {
    width: 1.44rem;
    height: 1.44rem;
    -webkit-transform: translate(0, calc(-100% - 0.92rem));
        -ms-transform: translate(0, calc(-100% - 0.92rem));
            transform: translate(0, calc(-100% - 0.92rem));
  }
  .app-download-view .wal .-body .center-box {
    position: relative;
    width: 100%;
    height: 7.5rem;
  }
  .app-download-view .wal .-body .center-box .center-codeImg {
    display: none;
  }
  .app-download-view .wal .-body .center-box .center-text span {
    font-size: 0.58rem;
  }
  .app-download-view .wal .-body .center-box .center-text span:nth-child(1) {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .app-download-view .wal .-body .center-box .center-text span:nth-child(2) {
    margin-left: auto;
    text-align: right;
  }
  .app-download-view .wal .-body .center-box .center-img {
    z-index: 2;
  }
  .app-download-view .wal .-body .center-box .center-img img {
    width: auto;
    height: 7.5rem;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .app-download-view .wal .-body .foot-box {
    margin-top: 0.8rem;
  }
  .app-download-view .wal .-body .foot-box .download-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    min-width: 50%;
    padding: 0 0.6rem;
  }
  .app-download-view .wal .-body .foot-box .download-info:first-child {
    padding-left: 0;
  }
  .app-download-view .wal .-body .foot-box .download-info:last-child {
    padding-right: 0;
  }
  .app-download-view .wal .-body .foot-box .download-info::after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    -webkit-transform: translate(100%, 0) rotate(24deg);
        -ms-transform: translate(100%, 0) rotate(24deg);
            transform: translate(100%, 0) rotate(24deg);
    margin: 0;
  }
  .app-download-view .wal .-body .foot-box .download-info .text {
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.32rem;
    margin-bottom: 0.26rem;
    margin-top: auto;
  }
  .app-download-view .wal .-body .foot-box .download-info a {
    display: block;
    margin: 0 !important;
  }
  .app-download-view .wal .-body .foot-box .download-info a .img {
    height: 0.84rem;
  }
  .app-download-view .wal .-body .foot-box .download-info .center-codeImg {
    display: none;
  }
}

.cookie_Policy_view[data-show=layer] .defalut_layer {
  opacity: 1;
  visibility: visible;
  z-index: 20;
}
.cookie_Policy_view[data-show=dialog] .other_dialog {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.cookie_Policy_view .defalut_layer {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  background-color: rgba(28, 28, 28, 0.9);
  border-radius: 0.24rem 0.24rem 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cookie_Policy_view .defalut_layer .wal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 0.45rem;
  padding-bottom: 0.5rem;
}
.cookie_Policy_view .defalut_layer .wal .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;
  width: 100%;
}
.cookie_Policy_view .defalut_layer .wal .box .layer_close {
  cursor: pointer;
  position: absolute;
  top: 0.21rem;
  right: -0.26rem;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
}
.cookie_Policy_view .defalut_layer .wal .box .layer_close img {
  width: 0.24rem;
  height: 0.24rem;
  object-fit: contain;
}
.cookie_Policy_view .defalut_layer .wal .box .info {
  color: white;
  max-width: 65%;
}
.cookie_Policy_view .defalut_layer .wal .box .info .title {
  font-size: 0.36rem;
  line-height: 1.2;
  margin-bottom: 0.24rem;
}
.cookie_Policy_view .defalut_layer .wal .box .info .content {
  font-size: 0.2rem;
  line-height: 0.28rem;
}
.cookie_Policy_view .defalut_layer .wal .box .info .content a {
  font-family: var(--sk-font-Bold);
  text-decoration: underline;
  color: inherit;
}
.cookie_Policy_view .defalut_layer .wal .box .btns_box {
  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;
}
.cookie_Policy_view .defalut_layer .wal .box .btns_box .g-more-btn {
  font-family: var(--sk-font-SemiBold);
  margin-top: 0.14rem;
}
.cookie_Policy_view .defalut_layer .wal .box .btns_box .g-more-btn:first-child {
  margin-top: 0;
}
.cookie_Policy_view .other_dialog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  background-color: rgba(28, 28, 28, 0.9);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cookie_Policy_view .other_dialog .dialog-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: white;
  border-radius: 0.1rem;
  margin: auto;
  max-height: 90%;
  padding: 0.7rem 0.74rem;
}
.cookie_Policy_view .other_dialog .dialog-container .dialog-head .layer_close {
  cursor: pointer;
  position: absolute;
  top: 0.3rem;
  right: 0.4rem;
}
.cookie_Policy_view .other_dialog .dialog-container .dialog-head .layer_close img {
  width: 0.24rem;
  height: 0.24rem;
  object-fit: contain;
}
.cookie_Policy_view .other_dialog .dialog-container .dialog-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  padding-right: 0.08rem;
}
.cookie_Policy_view .other_dialog .dialog-container .dialog-content::-webkit-scrollbar {
  width: 0.04rem;
  height: 0.04rem;
}
.cookie_Policy_view .other_dialog .dialog-container .dialog-content::-webkit-scrollbar-thumb {
  border-radius: 0.04rem;
  background: #C9D6DF;
}
.cookie_Policy_view .other_dialog .dialog-container .dialog-content::-webkit-scrollbar-thumb:vertical {
  background-color: #C9D6DF;
}
.cookie_Policy_view .other_dialog .dialog-container .dialog-content::-webkit-scrollbar-width {
  width: 0.04rem;
}
.cookie_Policy_view .other_dialog .dialog-container .dialog-content::-webkit-scrollbar-track {
  border-radius: 0.04rem;
  background-color: none;
}
.cookie_Policy_view .other_dialog .dialog-container .dialog-content .row-box {
  margin-top: 0.7rem;
}
.cookie_Policy_view .other_dialog .dialog-container .dialog-content .row-box:first-child {
  margin-top: 0;
}
.cookie_Policy_view .other_dialog .dialog-container .dialog-content .row-box .row-head {
  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;
}
.cookie_Policy_view .other_dialog .dialog-container .dialog-content .row-box .row-head .title {
  font-family: var(--sk-font-SemiBold);
  font-size: 0.36rem;
  line-height: 0.42rem;
}
.cookie_Policy_view .other_dialog .dialog-container .dialog-content .row-box .row-head .btn-box {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.cookie_Policy_view .other_dialog .dialog-container .dialog-content .row-box .row-head .btn-box .g-more-btn {
  --width: 1.89rem;
  font-size: 0.24rem;
  line-height: 0.3rem;
  text-transform: none;
}
.cookie_Policy_view .other_dialog .dialog-container .dialog-content .row-box .row-head .btn-box .g-more-btn .btn-text {
  font-family: var(--sk-font-Medium);
}
.cookie_Policy_view .other_dialog .dialog-container .dialog-content .row-box .row-content {
  margin-top: 0.3rem;
}
.cookie_Policy_view .other_dialog .dialog-container .dialog-content .row-box .row-content .content {
  font-size: 0.2rem;
  line-height: 0.28rem;
}
.cookie_Policy_view .other_dialog .dialog-container .dialog-content .row-box .row-content .content a {
  font-family: var(--sk-font-Bold);
  color: inherit;
  text-decoration: underline;
}
.cookie_Policy_view .other_dialog .dialog-container .dialog-content .row-box .row-content .collapse-list ul li {
  border-radius: 0.04rem;
  background-color: #F7F7F7;
  margin-top: 0.33rem;
  padding: 0.27rem 0.18rem 0.27rem 0.3rem;
}
.cookie_Policy_view .other_dialog .dialog-container .dialog-content .row-box .row-content .collapse-list ul li.on .li_front .name::after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.cookie_Policy_view .other_dialog .dialog-container .dialog-content .row-box .row-content .collapse-list ul li.on .li_content {
  display: block;
}
.cookie_Policy_view .other_dialog .dialog-container .dialog-content .row-box .row-content .collapse-list ul li:first-child {
  margin-top: 0;
}
.cookie_Policy_view .other_dialog .dialog-container .dialog-content .row-box .row-content .collapse-list ul li .li_front {
  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;
}
.cookie_Policy_view .other_dialog .dialog-container .dialog-content .row-box .row-content .collapse-list ul li .li_front .name {
  font-family: var(--sk-font-SemiBold);
  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;
  color: #000000;
  font-size: 0.24rem;
  line-height: 0.3rem;
}
.cookie_Policy_view .other_dialog .dialog-container .dialog-content .row-box .row-content .collapse-list ul li .li_front .name::after {
  content: "";
  width: 0.22rem;
  height: 0.22rem;
  background: url(../images/icon/arrow-top-brand.svg) center center no-repeat;
  background-size: contain;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 0.1rem;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cookie_Policy_view .other_dialog .dialog-container .dialog-content .row-box .row-content .collapse-list ul li .li_front .switch-btn {
  cursor: pointer;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 0.32rem;
  width: 0.6rem;
  height: 0.3rem;
  padding: 0.02rem;
  border-radius: 0.32rem;
  background-color: #C9D6DF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cookie_Policy_view .other_dialog .dialog-container .dialog-content .row-box .row-content .collapse-list ul li .li_front .switch-btn.on {
  background-color: #616CCD;
}
.cookie_Policy_view .other_dialog .dialog-container .dialog-content .row-box .row-content .collapse-list ul li .li_front .switch-btn.on::after {
  margin-left: auto;
}
.cookie_Policy_view .other_dialog .dialog-container .dialog-content .row-box .row-content .collapse-list ul li .li_front .switch-btn::after {
  content: "";
  display: block;
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 50%;
  background-color: white;
}
.cookie_Policy_view .other_dialog .dialog-container .dialog-content .row-box .row-content .collapse-list ul li .li_content {
  display: none;
  padding-top: 0.2rem;
  font-size: 0.2rem;
  line-height: 0.28rem;
}
.cookie_Policy_view .other_dialog .dialog-container .dialog-foot {
  margin-top: 0.64rem;
}
.cookie_Policy_view .other_dialog .dialog-container .dialog-foot .btn-box {
  text-align: center;
}
.cookie_Policy_view .other_dialog .dialog-container .dialog-foot .btn-box .g-more-btn {
  font-family: var(--sk-font-Bold);
}
@media screen and (max-width: 800px) {
  .cookie_Policy_view .defalut_layer {
    background-color: #1C1C1C;
  }
  .cookie_Policy_view .defalut_layer .wal {
    padding: 1.22rem 0.36rem 0.86rem;
  }
  .cookie_Policy_view .defalut_layer .wal .box {
    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;
  }
  .cookie_Policy_view .defalut_layer .wal .box .layer_close {
    top: 0.44rem;
    right: 0.3rem;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .cookie_Policy_view .defalut_layer .wal .box .layer_close img {
    width: 0.48rem;
    height: 0.48rem;
  }
  .cookie_Policy_view .defalut_layer .wal .box .info {
    max-width: 100%;
  }
  .cookie_Policy_view .defalut_layer .wal .box .info .title {
    text-align: center;
    font-size: 0.48rem;
    line-height: 1.2;
    margin-bottom: 0.48rem;
  }
  .cookie_Policy_view .defalut_layer .wal .box .info .content {
    font-size: 0.24rem;
    line-height: 0.36rem;
    overflow: auto;
    max-height: 4rem;
  }
  .cookie_Policy_view .defalut_layer .wal .box .btns_box {
    margin-top: 0.6rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cookie_Policy_view .defalut_layer .wal .box .btns_box .g-more-btn {
    max-width: 5.36rem;
    width: 100%;
    margin-top: 0.4rem;
    font-size: 0.28rem;
    line-height: 0.34rem;
  }
  .cookie_Policy_view .other_dialog {
    padding: 0.3rem;
  }
  .cookie_Policy_view .other_dialog .dialog-container {
    border-radius: 0.05rem;
    max-height: 90%;
    padding: 0.6rem 0.36rem 1.06rem;
  }
  .cookie_Policy_view .other_dialog .dialog-container .dialog-head .layer_close {
    top: 0.22rem;
    right: 0.18rem;
  }
  .cookie_Policy_view .other_dialog .dialog-container .dialog-head .layer_close img {
    width: 0.48rem;
    height: 0.48rem;
  }
  .cookie_Policy_view .other_dialog .dialog-container .dialog-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: auto;
    padding: 0 0.08rem 0.32rem 0;
  }
  .cookie_Policy_view .other_dialog .dialog-container .dialog-content::-webkit-scrollbar {
    width: 0.04rem;
    height: 0.04rem;
  }
  .cookie_Policy_view .other_dialog .dialog-container .dialog-content::-webkit-scrollbar-thumb {
    border-radius: 0.04rem;
    background: #C9D6DF;
  }
  .cookie_Policy_view .other_dialog .dialog-container .dialog-content::-webkit-scrollbar-thumb:vertical {
    background-color: #C9D6DF;
  }
  .cookie_Policy_view .other_dialog .dialog-container .dialog-content::-webkit-scrollbar-width {
    width: 0.04rem;
  }
  .cookie_Policy_view .other_dialog .dialog-container .dialog-content::-webkit-scrollbar-track {
    border-radius: 0.04rem;
    background-color: none;
  }
  .cookie_Policy_view .other_dialog .dialog-container .dialog-content .row-box {
    margin-top: 0.52rem;
  }
  .cookie_Policy_view .other_dialog .dialog-container .dialog-content .row-box:first-child .row-head .title {
    font-family: var(--sk-font-Bold);
    font-size: 0.48rem;
    line-height: 0.56rem;
  }
  .cookie_Policy_view .other_dialog .dialog-container .dialog-content .row-box .row-head .title {
    font-size: 0.32rem;
    line-height: 0.44rem;
  }
  .cookie_Policy_view .other_dialog .dialog-container .dialog-content .row-box .row-head .btn-box .g-more-btn {
    --width: 1.35rem;
    --height: .48rem;
    font-size: 0.18rem;
    line-height: 0.21rem;
  }
  .cookie_Policy_view .other_dialog .dialog-container .dialog-content .row-box .row-head .btn-box .g-more-btn .btn-text {
    font-family: var(--sk-font-Medium);
  }
  .cookie_Policy_view .other_dialog .dialog-container .dialog-content .row-box .row-content {
    margin-top: 0.32rem;
  }
  .cookie_Policy_view .other_dialog .dialog-container .dialog-content .row-box .row-content .content {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .cookie_Policy_view .other_dialog .dialog-container .dialog-content .row-box .row-content .content a {
    font-family: var(--sk-font-Medium);
    font-weight: 400;
  }
  .cookie_Policy_view .other_dialog .dialog-container .dialog-content .row-box .row-content .collapse-list ul li {
    border-radius: 0.02rem;
    margin-top: 0.44rem;
    padding: 0.16rem 0.14rem;
  }
  .cookie_Policy_view .other_dialog .dialog-container .dialog-content .row-box .row-content .collapse-list ul li.on .li_front .name::after {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .cookie_Policy_view .other_dialog .dialog-container .dialog-content .row-box .row-content .collapse-list ul li.on .li_content {
    display: block;
  }
  .cookie_Policy_view .other_dialog .dialog-container .dialog-content .row-box .row-content .collapse-list ul li:first-child {
    margin-top: 0;
  }
  .cookie_Policy_view .other_dialog .dialog-container .dialog-content .row-box .row-content .collapse-list ul li .li_front {
    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;
  }
  .cookie_Policy_view .other_dialog .dialog-container .dialog-content .row-box .row-content .collapse-list ul li .li_front .name {
    font-family: var(--sk-font-SemiBold);
    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;
    color: #000000;
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
  .cookie_Policy_view .other_dialog .dialog-container .dialog-content .row-box .row-content .collapse-list ul li .li_front .name::after {
    content: "";
    width: 0.22rem;
    height: 0.22rem;
    background: url(../images/icon/arrow-top-brand.svg) center center no-repeat;
    background-size: contain;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-left: 0.1rem;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .cookie_Policy_view .other_dialog .dialog-container .dialog-content .row-box .row-content .collapse-list ul li .li_front .switch-btn {
    margin-left: 0.32rem;
    width: 0.8rem;
    height: 0.4rem;
    padding: 0.04rem;
    border-radius: 0.4rem;
  }
  .cookie_Policy_view .other_dialog .dialog-container .dialog-content .row-box .row-content .collapse-list ul li .li_front .switch-btn::after {
    width: 0.32rem;
    height: 0.32rem;
  }
  .cookie_Policy_view .other_dialog .dialog-container .dialog-content .row-box .row-content .collapse-list ul li .li_content {
    max-width: 90%;
    padding: 0.14rem 0;
    font-size: 0.24rem;
    line-height: 0.32rem;
  }
  .cookie_Policy_view .other_dialog .dialog-container .dialog-foot {
    margin-top: 0.64rem;
  }
  .cookie_Policy_view .other_dialog .dialog-container .dialog-foot .btn-box {
    text-align: center;
  }
  .cookie_Policy_view .other_dialog .dialog-container .dialog-foot .btn-box .g-more-btn {
    font-family: var(--sk-font-Bold);
    width: 100%;
  }
}

.error-codes-page {
  background-color: #F7F7F7;
}
.error-codes-page .page-index .wal {
  padding-top: 0.5rem;
  padding-bottom: 1.7rem;
}
.error-codes-page .page-index .wal .page-head {
  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;
}
.error-codes-page .page-index .wal .page-head .info-box .title {
  font-family: var(--sk-font-Bold);
  font-size: 0.54rem;
  line-height: 0.64rem;
  color: #182833;
}
.error-codes-page .page-index .wal .page-head .info-box .text {
  font-family: var(--sk-font-Regular);
  margin-top: 0.12rem;
  font-size: 0.2rem;
  line-height: 1.2;
  color: #999999;
}
.error-codes-page .page-index .wal .page-head .search_box_0s {
  max-width: 4.7rem;
  width: 100%;
  margin: auto 0 0 0.5rem;
}
.error-codes-page .page-index .wal .page-head .search_box_0s .search_input {
  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: 0.54rem;
  border-radius: 0.06rem;
  border: 1px solid #E6E6E6;
  padding: 0.04rem 0.04rem 0.04rem 0.1rem;
}
.error-codes-page .page-index .wal .page-head .search_box_0s .search_input .icon {
  width: 0.28rem;
  height: 0.28rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 0.08rem;
}
.error-codes-page .page-index .wal .page-head .search_box_0s .search_input .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.error-codes-page .page-index .wal .page-head .search_box_0s .search_input input {
  font-family: var(--sk-font-Regular);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  font-size: 0.2rem;
}
.error-codes-page .page-index .wal .page-head .search_box_0s .search_input .btn-box .g-more-btn {
  --height: .46rem;
  min-width: auto;
  border-radius: 0.06rem;
}
.error-codes-page .page-index .wal .page-body {
  margin-top: 0.39rem;
}
.error-codes-page .page-index .wal .page-body .table_0s .table_body {
  margin-top: 0.03rem;
}
.error-codes-page .page-index .wal .page-body .table_0s .-th,
.error-codes-page .page-index .wal .page-body .table_0s .-tr {
  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.23rem 0;
  margin-top: 0.03rem;
  background-color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.error-codes-page .page-index .wal .page-body .table_0s .-th:first-child,
.error-codes-page .page-index .wal .page-body .table_0s .-tr:first-child {
  margin-top: 0;
}
.error-codes-page .page-index .wal .page-body .table_0s .-th .-td,
.error-codes-page .page-index .wal .page-body .table_0s .-tr .-td {
  font-size: 0.18rem;
  line-height: 0.24rem;
}
.error-codes-page .page-index .wal .page-body .table_0s .-th .-td:nth-child(1),
.error-codes-page .page-index .wal .page-body .table_0s .-tr .-td:nth-child(1) {
  max-width: 20%;
  width: 100%;
  text-align: center;
  padding-right: 0.6rem;
}
.error-codes-page .page-index .wal .page-body .table_0s .-th .-td:nth-child(2),
.error-codes-page .page-index .wal .page-body .table_0s .-tr .-td:nth-child(2) {
  max-width: 45%;
  width: 100%;
}
.error-codes-page .page-index .wal .page-body .table_0s .-th .-td:nth-child(3),
.error-codes-page .page-index .wal .page-body .table_0s .-tr .-td:nth-child(3) {
  max-width: 35%;
  width: 100%;
}
.error-codes-page .page-index .wal .page-body .table_0s .-th .-td {
  font-family: var(--sk-font-SemiBold);
  font-size: 0.24rem;
  line-height: 0.28rem;
}
.error-codes-page .page-index .wal .page-body .table_0s .-tr {
  position: relative;
}
.error-codes-page .page-index .wal .page-body .table_0s .-tr::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.error-codes-page .page-index .wal .page-body .table_0s .-tr:hover::after {
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .error-codes-page {
    overflow: hidden;
  }
  .error-codes-page .page-index .wal {
    padding-top: 0.5rem;
    padding-bottom: 1.6rem;
  }
  .error-codes-page .page-index .wal .page-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .error-codes-page .page-index .wal .page-head .info-box {
    width: 100%;
  }
  .error-codes-page .page-index .wal .page-head .info-box .title {
    font-size: 0.48rem;
    line-height: 0.56rem;
  }
  .error-codes-page .page-index .wal .page-head .info-box .text {
    display: none;
  }
  .error-codes-page .page-index .wal .page-head .search_box_0s {
    max-width: 100%;
    margin: 0.54rem 0 0;
  }
  .error-codes-page .page-index .wal .page-head .search_box_0s .search_input {
    height: 0.8rem;
    border-radius: 0.068rem;
    padding: 0.06rem 0.04rem 0.06rem 0.14rem;
  }
  .error-codes-page .page-index .wal .page-head .search_box_0s .search_input .icon {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.16rem;
  }
  .error-codes-page .page-index .wal .page-head .search_box_0s .search_input input {
    font-size: 0.26rem;
  }
  .error-codes-page .page-index .wal .page-head .search_box_0s .search_input .btn-box .g-more-btn {
    --height: .68rem;
    border-radius: 0.08rem;
  }
  .error-codes-page .page-index .wal .page-body {
    margin-top: 0.32rem;
  }
  .error-codes-page .page-index .wal .page-body .list_0s ul li {
    margin-top: 0.32rem;
    padding: 0.36rem 0.34rem 0.36rem 0.22rem;
    border-radius: 0.24rem;
    background-color: white;
  }
  .error-codes-page .page-index .wal .page-body .list_0s ul li:first-child {
    margin-top: 0;
  }
  .error-codes-page .page-index .wal .page-body .list_0s ul li .code-name {
    font-family: var(--sk-font-SemiBold);
    font-size: 0.32rem;
    line-height: 0.44rem;
    margin-bottom: 0.36rem;
  }
  .error-codes-page .page-index .wal .page-body .list_0s ul li .-dl .-dd {
    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;
    padding: 0.36rem 0;
    font-size: 0.26rem;
    line-height: 0.32rem;
    color: #182833;
    border-bottom: 1px solid #E6E6E6;
  }
  .error-codes-page .page-index .wal .page-body .list_0s ul li .-dl .-dd:first-child {
    padding-top: 0;
  }
  .error-codes-page .page-index .wal .page-body .list_0s ul li .-dl .-dd:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .error-codes-page .page-index .wal .page-body .list_0s ul li .-dl .-dd .-label {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    color: #999999;
    margin-right: 0.24rem;
  }
  .error-codes-page .page-index .wal .page-body .list_0s ul li .-dl .-dd .-value {
    text-align: right;
  }
}

.compliance-integrity-page .page-index .wal {
  padding-top: 1.2rem;
  padding-bottom: 1.48rem;
}
.compliance-integrity-page .page-index .wal .page-info {
  color: #182833;
}
.compliance-integrity-page .page-index .wal .page-info .title {
  font-family: var(--sk-font-Bold);
  font-size: 0.54rem;
  line-height: 0.64rem;
}
.compliance-integrity-page .page-index .wal .page-info .text {
  font-size: 0.2rem;
  line-height: 0.3rem;
  margin-top: 0.27rem;
  color: inherit;
}
.compliance-integrity-page .page-index .wal .page-info .text p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.compliance-integrity-page .page-index .wal .page-list {
  margin-top: 0.56rem;
}
.compliance-integrity-page .page-index .wal .page-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.78rem 1.47rem;
}
.compliance-integrity-page .page-index .wal .page-list ul li {
  max-width: calc((100% - 1.47rem) / 2);
  width: 100%;
}
@media screen and (min-width: 800px) {
  .compliance-integrity-page .page-index .wal .page-list ul li:first-child {
    max-width: 100%;
    background-color: #F7F7F7;
    border-radius: 0.1rem;
  }
  .compliance-integrity-page .page-index .wal .page-list ul li:first-child a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 4rem;
  }
  .compliance-integrity-page .page-index .wal .page-list ul li:first-child a .img {
    max-width: 6.28rem;
    width: 100%;
  }
  .compliance-integrity-page .page-index .wal .page-list ul li:first-child a .li-info {
    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;
    height: 100%;
    margin: 0 0 0 0.74rem;
    padding: 0.39rem 0.4rem 0.44rem 0;
  }
  .compliance-integrity-page .page-index .wal .page-list ul li:first-child a .li-info .li-text {
    margin: 0.29rem 0;
  }
  .compliance-integrity-page .page-index .wal .page-list ul li:first-child a .li-info .li-btn {
    margin-top: auto;
  }
}
.compliance-integrity-page .page-index .wal .page-list ul li a {
  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-page .page-index .wal .page-list ul li a:hover .img img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.compliance-integrity-page .page-index .wal .page-list ul li a:hover .li-info .li-btn img {
  opacity: 0;
}
.compliance-integrity-page .page-index .wal .page-list ul li a:hover .li-info .li-btn img:nth-child(2) {
  opacity: 1;
}
.compliance-integrity-page .page-index .wal .page-list ul li a .img {
  width: 100%;
  height: 4rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.compliance-integrity-page .page-index .wal .page-list ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.compliance-integrity-page .page-index .wal .page-list ul li a .li-info {
  margin-top: 0.27rem;
  color: #182833;
}
.compliance-integrity-page .page-index .wal .page-list ul li a .li-info .li-title {
  font-family: var(--sk-font-SemiBold);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.24rem;
  line-height: 0.36rem;
}
.compliance-integrity-page .page-index .wal .page-list ul li a .li-info .li-text {
  font-family: var(--sk-font-Regular);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.17rem;
  font-size: 0.2rem;
  line-height: 0.3rem;
}
.compliance-integrity-page .page-index .wal .page-list ul li a .li-info .li-btn {
  position: relative;
  width: 0.36rem;
  height: 0.36rem;
  margin-top: 0.25rem;
}
.compliance-integrity-page .page-index .wal .page-list ul li a .li-info .li-btn img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.compliance-integrity-page .page-index .wal .page-list ul li a .li-info .li-btn img:nth-child(2) {
  opacity: 0;
}
@media screen and (max-width: 800px) {
  .compliance-integrity-page .page-index .wal {
    padding-top: 1.2rem;
    padding-bottom: 1.68rem;
  }
  .compliance-integrity-page .page-index .wal .page-info .title {
    font-size: 0.48rem;
    line-height: 0.56rem;
  }
  .compliance-integrity-page .page-index .wal .page-info .text {
    font-size: 0.24rem;
    line-height: 0.36rem;
    margin-top: 0.48rem;
  }
  .compliance-integrity-page .page-index .wal .page-list {
    margin-top: 0.56rem;
  }
  .compliance-integrity-page .page-index .wal .page-list ul {
    gap: 0.66rem 0;
  }
  .compliance-integrity-page .page-index .wal .page-list ul li {
    max-width: 100%;
  }
  .compliance-integrity-page .page-index .wal .page-list ul li a .img {
    width: 100%;
    height: 4.39rem;
  }
  .compliance-integrity-page .page-index .wal .page-list ul li a .li-info {
    margin-top: 0.26rem;
  }
  .compliance-integrity-page .page-index .wal .page-list ul li a .li-info .li-title {
    font-size: 0.32rem;
    line-height: 0.44rem;
  }
  .compliance-integrity-page .page-index .wal .page-list ul li a .li-info .li-text {
    font-family: var(--sk-font-Medium);
    margin-top: 0.32rem;
    font-size: 0.24rem;
    line-height: 0.32rem;
  }
  .compliance-integrity-page .page-index .wal .page-list ul li a .li-info .li-btn {
    width: 0.72rem;
    height: 0.72rem;
    margin-top: 0.38rem;
  }
}

.news-page .page-index .wal {
  padding-top: 1.2rem;
  padding-bottom: 0.97rem;
}
.news-page .page-index .wal .page-info {
  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;
  gap: 0.2rem;
}
.news-page .page-index .wal .page-info .title {
  font-family: var(--sk-font-Bold);
  font-size: 0.54rem;
  line-height: 0.64rem;
  color: #182833;
}
.news-page .page-index .wal .page-info .tap-switch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  gap: 0.3rem;
}
.news-page .page-index .wal .page-info .tap-switch .tap-item.on .g-more-btn {
  background: -webkit-linear-gradient(left, #616CCD 0%, #807EE7 100%);
  background: linear-gradient(90deg, #616CCD 0%, #807EE7 100%);
  color: white;
}
.news-page .page-index .wal .page-info .tap-switch .tap-item .g-more-btn {
  --width: 1.9rem;
  --height: .7rem;
  font-size: 0.24rem;
  border-radius: 0.1rem;
  background-color: #F7F7F7;
  color: #182833;
}
.news-page .page-index .wal .page-info .tap-switch .tap-item .g-more-btn::before {
  border: 0;
  border-radius: 0.1rem;
}
.news-page .page-index .wal .page-list {
  margin-top: 0.97rem;
}
.news-page .page-index .wal .page-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.6rem;
}
.news-page .page-index .wal .page-list ul li {
  max-width: 100%;
  width: 100%;
}
.news-page .page-index .wal .page-list ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 4rem;
}
.news-page .page-index .wal .page-list ul li a:hover .img img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.news-page .page-index .wal .page-list ul li a:hover .li-info .li-foot .li-line::before {
  width: 100%;
}
.news-page .page-index .wal .page-list ul li a:hover .li-info .li-foot .li-btn img {
  opacity: 0;
}
.news-page .page-index .wal .page-list ul li a:hover .li-info .li-foot .li-btn img:nth-child(2) {
  opacity: 1;
}
.news-page .page-index .wal .page-list ul li a .img {
  max-width: 6.28rem;
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.news-page .page-index .wal .page-list ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-page .page-index .wal .page-list ul li a .li-info {
  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: 100%;
  height: 100%;
  color: #182833;
  padding: 0.39rem 0 0.08rem;
  margin-left: 0.74rem;
}
.news-page .page-index .wal .page-list ul li a .li-info .li-title {
  font-family: var(--sk-font-SemiBold);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.28rem;
  line-height: 0.4rem;
}
.news-page .page-index .wal .page-list ul li a .li-info .li-text {
  font-family: var(--sk-font-Regular);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.29rem;
  font-size: 0.2rem;
  line-height: 0.3rem;
}
.news-page .page-index .wal .page-list ul li a .li-info .li-foot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: auto;
  -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-bottom: 0.36rem;
}
.news-page .page-index .wal .page-list ul li a .li-info .li-foot .li-line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #E6E6E6;
}
.news-page .page-index .wal .page-list ul li a .li-info .li-foot .li-line::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgb(97, 108, 205), rgb(128, 126, 231));
  background: linear-gradient(90deg, rgb(97, 108, 205), rgb(128, 126, 231));
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news-page .page-index .wal .page-list ul li a .li-info .li-foot .li-date {
  font-family: var(--sk-font-Regular);
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #999999;
}
.news-page .page-index .wal .page-list ul li a .li-info .li-foot .li-btn {
  position: relative;
  width: 0.36rem;
  height: 0.36rem;
  margin-top: 0.25rem;
}
.news-page .page-index .wal .page-list ul li a .li-info .li-foot .li-btn img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.news-page .page-index .wal .page-list ul li a .li-info .li-foot .li-btn img:nth-child(2) {
  opacity: 0;
}
.news-page .page-index .wal .page-list .sk_pagination_0s {
  margin-top: 1.42rem;
}
@media screen and (max-width: 800px) {
  .news-page .page-index {
    overflow: hidden;
  }
  .news-page .page-index .wal {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
  .news-page .page-index .wal .page-info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0;
  }
  .news-page .page-index .wal .page-info .title {
    width: 100%;
    font-size: 0.48rem;
    line-height: 0.56rem;
  }
  .news-page .page-index .wal .page-info .tap-switch {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    gap: 0.26rem;
    margin-top: 0.48rem;
  }
  .news-page .page-index .wal .page-info .tap-switch .tap-item .g-more-btn {
    --width: 2rem;
    --height: .73rem;
    font-size: 0.28rem;
    border-radius: 0.9rem;
  }
  .news-page .page-index .wal .page-info .tap-switch .tap-item .g-more-btn::before {
    border-radius: 0.9rem;
  }
  .news-page .page-index .wal .page-list {
    margin-top: 0.64rem;
  }
  .news-page .page-index .wal .page-list ul {
    gap: 0.6rem;
  }
  .news-page .page-index .wal .page-list ul li a {
    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;
    height: auto;
  }
  .news-page .page-index .wal .page-list ul li a:hover .img img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .news-page .page-index .wal .page-list ul li a:hover .li-info .li-foot .li-line::before {
    width: 100%;
  }
  .news-page .page-index .wal .page-list ul li a .img {
    max-width: 100%;
    height: 4.39rem;
    border-radius: 0.1rem;
  }
  .news-page .page-index .wal .page-list ul li a .li-info {
    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;
    height: 100%;
    color: #182833;
    padding: 0.3rem 0 0;
    margin-left: 0;
  }
  .news-page .page-index .wal .page-list ul li a .li-info .li-title {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .news-page .page-index .wal .page-list ul li a .li-info .li-text {
    font-family: var(--sk-font-Medium);
    margin-top: 0.3rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .news-page .page-index .wal .page-list ul li a .li-info .li-foot {
    margin-top: 0.36rem;
    padding-bottom: 0.6rem;
  }
  .news-page .page-index .wal .page-list ul li a .li-info .li-foot .li-line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #E6E6E6;
  }
  .news-page .page-index .wal .page-list ul li a .li-info .li-foot .li-line::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgb(97, 108, 205), rgb(128, 126, 231));
    background: linear-gradient(90deg, rgb(97, 108, 205), rgb(128, 126, 231));
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .news-page .page-index .wal .page-list ul li a .li-info .li-foot .li-date {
    font-size: 0.22rem;
    line-height: 0.3rem;
  }
  .news-page .page-index .wal .page-list ul li a .li-info .li-foot .li-btn {
    width: 0.72rem;
    height: 0.72rem;
    margin-top: 0;
  }
  .news-page .page-index .wal .page-list ul li a .li-info .li-foot .li-btn img {
    opacity: 0;
  }
  .news-page .page-index .wal .page-list ul li a .li-info .li-foot .li-btn img:nth-child(2) {
    opacity: 1 !important;
  }
  .news-page .page-index .wal .page-list .sk_pagination_0s {
    margin-top: 1.16rem;
  }
}

.service-page .page-index {
  overflow: hidden;
}
.service-page .page-index .wal {
  padding-top: 1.2rem;
  padding-bottom: 2.44rem;
}
.service-page .page-index .wal .page-info {
  position: relative;
  color: #182833;
}
.service-page .page-index .wal .page-info .title {
  font-family: var(--sk-font-Bold);
  font-size: 0.54rem;
  line-height: 0.64rem;
}
.service-page .page-index .wal .page-info .text {
  font-family: var(--sk-font-Regular);
  max-width: 5.29rem;
  width: 100%;
  font-size: 0.2rem;
  line-height: 0.28rem;
  margin-top: 0.2rem;
  color: inherit;
}
.service-page .page-index .wal .page-info .text p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.service-page .page-index .wal .page-info .float-text {
  font-family: var(--sk-font-ExtraBold);
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -0.38rem);
      -ms-transform: translate(0, -0.38rem);
          transform: translate(0, -0.38rem);
  font-size: 1.28rem;
  line-height: 0.95;
  color: #F5F5F5;
  text-transform: uppercase;
  z-index: -1;
}
.service-page .page-index .wal .page-list {
  margin-top: 1.39rem;
}
.service-page .page-index .wal .page-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.7rem 0.49rem;
}
.service-page .page-index .wal .page-list ul li {
  max-width: calc((100% - 0.98rem) / 3);
  width: 100%;
}
.service-page .page-index .wal .page-list ul li .inner {
  will-change: transform;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.service-page .page-index .wal .page-list ul li .inner:hover {
  -webkit-transform: translate(0, 0.6rem);
      -ms-transform: translate(0, 0.6rem);
          transform: translate(0, 0.6rem);
}
.service-page .page-index .wal .page-list ul li .inner:hover a .li-front {
  -webkit-transform: translate(0, 0) rotate(4.5deg);
      -ms-transform: translate(0, 0) rotate(4.5deg);
          transform: translate(0, 0) rotate(4.5deg);
  box-shadow: 0px 0.16rem 0.3rem 0px rgba(151, 151, 151, 0.15);
}
.service-page .page-index .wal .page-list ul li .inner:hover a .li-front .li-btn img {
  opacity: 0;
}
.service-page .page-index .wal .page-list ul li .inner:hover a .li-front .li-btn img:nth-child(2) {
  opacity: 1;
}
.service-page .page-index .wal .page-list ul li .inner:hover a .li-behind {
  -webkit-transform: translate(-0.35rem, -1.72rem) rotate(-4.5deg);
      -ms-transform: translate(-0.35rem, -1.72rem) rotate(-4.5deg);
          transform: translate(-0.35rem, -1.72rem) rotate(-4.5deg);
  box-shadow: 0px 0.16rem 0.3rem 0px rgba(151, 151, 151, 0.15);
}
.service-page .page-index .wal .page-list ul li .inner a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 5.79rem;
}
.service-page .page-index .wal .page-list ul li .inner a .li-front {
  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;
  background-color: white;
  border: 1px dashed #C9D6DF;
  border-radius: 0.12rem;
  padding: 0.4rem;
  height: 100%;
  will-change: transform;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.service-page .page-index .wal .page-list ul li .inner a .li-front .li-title {
  font-family: var(--sk-font-Bold);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 0.36rem;
  line-height: 0.42rem;
  color: #333333;
  margin-bottom: auto;
}
.service-page .page-index .wal .page-list ul li .inner a .li-front .li-text {
  font-family: var(--sk-font-Regular);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  margin-top: 0.17rem;
  font-size: 0.2rem;
  line-height: 0.32rem;
  color: #999999;
}
.service-page .page-index .wal .page-list ul li .inner a .li-front .li-btn {
  position: relative;
  width: 0.54rem;
  height: 0.54rem;
  margin-top: 0.32rem;
}
.service-page .page-index .wal .page-list ul li .inner a .li-front .li-btn img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.service-page .page-index .wal .page-list ul li .inner a .li-front .li-btn img:nth-child(2) {
  opacity: 0;
}
.service-page .page-index .wal .page-list ul li .inner a .li-behind {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.12rem;
  overflow: hidden;
  z-index: -1;
  will-change: transform;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.service-page .page-index .wal .page-list ul li .inner a .li-behind .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.service-page .page-index .wal .page-list ul li .inner a .li-behind .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 800px) {
  .service-page .page-index .wal {
    padding-top: 1.2rem;
    padding-bottom: 1.45rem;
  }
  .service-page .page-index .wal .page-info .title {
    font-size: 0.48rem;
    line-height: 0.56rem;
  }
  .service-page .page-index .wal .page-info .text {
    max-width: 100%;
    font-size: 0.24rem;
    line-height: 0.32rem;
    margin-top: 0.38rem;
  }
  .service-page .page-index .wal .page-info .float-text {
    -webkit-transform: translate(0, -0.6rem);
        -ms-transform: translate(0, -0.6rem);
            transform: translate(0, -0.6rem);
    font-size: 0.72rem;
    line-height: 1.08rem;
  }
  .service-page .page-index .wal .page-list {
    margin-top: 0.8rem;
  }
  .service-page .page-index .wal .page-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.7rem 0.38rem;
  }
  .service-page .page-index .wal .page-list ul li {
    max-width: calc((100% - 0.38rem) / 2);
  }
  .service-page .page-index .wal .page-list ul li .inner:hover {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .service-page .page-index .wal .page-list ul li .inner:hover a .li-front {
    -webkit-transform: translate(0.2rem, 0) rotate(4.5deg);
        -ms-transform: translate(0.2rem, 0) rotate(4.5deg);
            transform: translate(0.2rem, 0) rotate(4.5deg);
  }
  .service-page .page-index .wal .page-list ul li .inner:hover a .li-behind {
    -webkit-transform: translate(0, -1.3rem) rotate(-4.5deg);
        -ms-transform: translate(0, -1.3rem) rotate(-4.5deg);
            transform: translate(0, -1.3rem) rotate(-4.5deg);
  }
  .service-page .page-index .wal .page-list ul li .inner a {
    height: 4.34rem;
  }
  .service-page .page-index .wal .page-list ul li .inner a .li-front {
    border-radius: 0.12rem;
    padding: 0.3rem 0.28rem;
  }
  .service-page .page-index .wal .page-list ul li .inner a .li-front .li-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.28rem;
    line-height: 0.36rem;
    margin-bottom: 0;
  }
  .service-page .page-index .wal .page-list ul li .inner a .li-front .li-text {
    margin: 0.26rem 0;
    font-size: 0.24rem;
    line-height: 0.32rem;
  }
  .service-page .page-index .wal .page-list ul li .inner a .li-front .li-btn {
    width: 0.4rem;
    height: 0.4rem;
    margin-top: auto;
  }
  .service-page .page-index .wal .page-list ul li .inner a .li-behind {
    border-radius: 0.12rem;
  }
}

.dealer-page .advantages_view,
.installer-page .advantages_view {
  overflow: hidden;
}
.dealer-page .advantages_view .wal,
.installer-page .advantages_view .wal {
  max-width: 100vw;
}
.dealer-page .advantages_view .wal .-box,
.installer-page .advantages_view .wal .-box {
  width: 100%;
  padding-top: 1.2rem;
  padding-bottom: 1.92rem;
  overflow: hidden;
}
.dealer-page .advantages_view .wal .-box .-head,
.installer-page .advantages_view .wal .-box .-head {
  position: relative;
  color: #182833;
}
.dealer-page .advantages_view .wal .-box .-head .title,
.installer-page .advantages_view .wal .-box .-head .title {
  font-family: var(--sk-font-Bold);
  font-size: 0.54rem;
  line-height: 0.64rem;
  margin: 0 auto 0 2.57rem;
}
.dealer-page .advantages_view .wal .-box .-head .float-text,
.installer-page .advantages_view .wal .-box .-head .float-text {
  font-family: var(--sk-font-ExtraBold);
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 2.57rem;
  -webkit-transform: translate(0, -0.54rem);
      -ms-transform: translate(0, -0.54rem);
          transform: translate(0, -0.54rem);
  font-size: 1.28rem;
  line-height: 0.95;
  color: #F5F5F5;
  text-transform: uppercase;
  z-index: -1;
  max-width: 15.34rem;
}
.dealer-page .advantages_view .wal .-box .-list,
.installer-page .advantages_view .wal .-box .-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.dealer-page .advantages_view .wal .-box .-list .swiper-container,
.installer-page .advantages_view .wal .-box .-list .swiper-container {
  width: 100%;
  margin: auto 0 0 0;
  -webkit-transform: translate(0, 1.35rem);
      -ms-transform: translate(0, 1.35rem);
          transform: translate(0, 1.35rem);
  overflow: hidden;
}
.dealer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper,
.installer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dealer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide,
.installer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide {
  width: auto;
  min-width: 0;
  -webkit-transition: -webkit-box-flex 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-flex 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-box-flex 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-flex 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: flex 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: flex 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-flex 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-flex 0.5s cubic-bezier(0.4, 0, 0.2, 1), -ms-flex 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.dealer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide .card-inner,
.installer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide .card-inner {
  position: relative;
  width: 100%;
  height: 7.38rem;
  overflow: hidden;
}
.dealer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide .card-inner .card-img,
.installer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide .card-inner .card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.dealer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide .card-inner .card-img.card-img-default,
.installer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide .card-inner .card-img.card-img-default {
  opacity: 1;
  z-index: 1;
}
.dealer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide .card-inner .card-img.card-img-hover,
.installer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide .card-inner .card-img.card-img-hover {
  opacity: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.dealer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide .card-inner .card-title,
.installer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide .card-inner .card-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.3rem 0.2rem 1.2rem 0.2rem;
  font-family: var(--sk-font-SemiBold);
  font-size: 0.24rem;
  line-height: 1.2;
  color: #FFFFFF;
  text-align: center;
  z-index: 3;
}
.dealer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide .card-inner .card-desc,
.installer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide .card-inner .card-desc {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.98);
      -ms-transform: translate(-50%, -50%) scale(0.98);
          transform: translate(-50%, -50%) scale(0.98);
  width: 80%;
  text-align: center;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
}
.dealer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide .card-inner .card-desc .desc-title,
.installer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide .card-inner .card-desc .desc-title {
  font-family: var(--sk-font-Bold);
  font-size: 0.28rem;
  color: #FFFFFF;
  margin-bottom: 0.15rem;
  position: relative;
  display: inline-block;
  padding-bottom: 0.08rem;
  width: 3.2rem;
}
.dealer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide .card-inner .card-desc .desc-title::after,
.installer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide .card-inner .card-desc .desc-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.4rem;
  height: 0.02rem;
  background-color: #E37535;
}
.dealer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide .card-inner .card-desc p,
.installer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide .card-inner .card-desc p {
  font-size: 0.22rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0.1rem;
  width: 3.1rem;
}
.dealer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide.is-expanded,
.installer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide.is-expanded {
  -webkit-box-flex: 1.45;
  -webkit-flex: 1.45 1 0;
      -ms-flex: 1.45 1 0px;
          flex: 1.45 1 0;
  z-index: 10;
}
.dealer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide.is-expanded .card-inner .card-img-default,
.installer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide.is-expanded .card-inner .card-img-default {
  opacity: 0;
}
.dealer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide.is-expanded .card-inner .card-img-hover,
.installer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide.is-expanded .card-inner .card-img-hover {
  opacity: 1;
}
.dealer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide.is-expanded .card-inner .card-title,
.installer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide.is-expanded .card-inner .card-title {
  opacity: 0;
  visibility: hidden;
}
.dealer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide.is-expanded .card-inner .card-desc,
.installer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide.is-expanded .card-inner .card-desc {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}
.dealer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide.is-collapsed,
.installer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide.is-collapsed {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.dealer-page .application-view,
.installer-page .application-view {
  background-color: #f7f7f7;
}
.dealer-page .application-view .wal,
.installer-page .application-view .wal {
  padding-top: 1rem;
  padding-bottom: 0.92rem;
}
.dealer-page .application-view .wal .form___box,
.installer-page .application-view .wal .form___box {
  margin: 0;
  padding: 0;
}
.dealer-page .application-view .wal .form___box .form-wrapper,
.installer-page .application-view .wal .form___box .form-wrapper {
  margin-top: 0.5rem;
}
.dealer-page .application-view .wal .form___box .rate-box,
.installer-page .application-view .wal .form___box .rate-box {
  margin-top: 0.33rem;
  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;
}
.dealer-page .application-view .wal .form___box .rate-box .-label,
.installer-page .application-view .wal .form___box .rate-box .-label {
  font-size: 0.2rem;
  line-height: 0.3rem;
}
.dealer-page .application-view .wal .form___box .rate-box .-value,
.installer-page .application-view .wal .form___box .rate-box .-value {
  margin-left: 0.16rem;
}
.dealer-page .application-view .wal .form___box .rate-box .-value .el-rate,
.installer-page .application-view .wal .form___box .rate-box .-value .el-rate {
  height: auto;
}
.dealer-page .application-view .wal .form___box .rate-box .-value .el-rate .el-rate__icon,
.installer-page .application-view .wal .form___box .rate-box .-value .el-rate .el-rate__icon {
  font-size: 0.3rem;
}
.dealer-page .map__infor__section,
.installer-page .map__infor__section {
  margin-top: 0;
}
.dealer-page .map__infor__section .wal,
.installer-page .map__infor__section .wal {
  padding-top: 0.96rem;
  padding-bottom: 1.2rem;
}
.dealer-page .map__infor__section .wal .-box .-head .title,
.installer-page .map__infor__section .wal .-box .-head .title {
  font-family: var(--sk-font-Bold);
  font-size: 0.54rem;
  line-height: 0.64rem;
  color: #182833;
  text-align: center;
}
.dealer-page .map__infor__section .wal .-box .-body,
.installer-page .map__infor__section .wal .-box .-body {
  margin-top: 0.96rem;
  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;
}
.dealer-page .map__infor__section .wal .-box .-body .map-box,
.installer-page .map__infor__section .wal .-box .-body .map-box {
  background-color: #f7f7f7;
  height: 5.57rem;
}
.dealer-page .map__infor__section .wal .-box .-body .data-wrapper .infor-box,
.installer-page .map__infor__section .wal .-box .-body .data-wrapper .infor-box {
  margin-top: 0;
}
.dealer-page .locate-Dealer .wal,
.installer-page .locate-Dealer .wal {
  padding-top: 0.96rem;
  padding-bottom: 1.52rem;
}
.dealer-page .locate-Dealer .wal .-box .-head .title,
.installer-page .locate-Dealer .wal .-box .-head .title {
  font-family: var(--sk-font-Bold);
  font-size: 0.54rem;
  line-height: 0.64rem;
  color: #182833;
  text-align: center;
}
.dealer-page .locate-Dealer .wal .-box .-body,
.installer-page .locate-Dealer .wal .-box .-body {
  margin-top: 1rem;
}
.dealer-page .locate-Dealer .wal .-box .-body .search-area,
.installer-page .locate-Dealer .wal .-box .-body .search-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.dealer-page .locate-Dealer .wal .-box .-body .search-area > *,
.installer-page .locate-Dealer .wal .-box .-body .search-area > * {
  margin-right: 0.3rem;
}
.dealer-page .locate-Dealer .wal .-box .-body .search-area > *:last-child,
.installer-page .locate-Dealer .wal .-box .-body .search-area > *:last-child {
  margin-right: 0;
}
.dealer-page .locate-Dealer .wal .-box .-body .search-area .sk_select,
.installer-page .locate-Dealer .wal .-box .-body .search-area .sk_select {
  --h: .8rem;
  max-width: 4.87rem;
  width: 100%;
}
.dealer-page .locate-Dealer .wal .-box .-body .search-area .sk_select .-select-front,
.installer-page .locate-Dealer .wal .-box .-body .search-area .sk_select .-select-front {
  background-color: #F7F7F7;
}
.dealer-page .locate-Dealer .wal .-box .-body .search-area .sk_select .-select-front .select-text,
.installer-page .locate-Dealer .wal .-box .-body .search-area .sk_select .-select-front .select-text {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  font-size: 0.2rem;
  color: #999999;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.dealer-page .locate-Dealer .wal .-box .-body .search-area .btn-box .g-more-btn,
.installer-page .locate-Dealer .wal .-box .-body .search-area .btn-box .g-more-btn {
  --height: 0.8rem;
  --padding: 0 0.23rem;
  --width: 1.7rem;
  border-radius: 0.08rem;
  font-size: 0.24rem;
}
.dealer-page .locate-Dealer .wal .-box .-body .result-area,
.installer-page .locate-Dealer .wal .-box .-body .result-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.45rem;
  width: 100%;
  height: 5.57rem;
}
.dealer-page .locate-Dealer .wal .-box .-body .result-area .map-view,
.installer-page .locate-Dealer .wal .-box .-body .result-area .map-view {
  position: relative;
  max-width: 8.49rem;
  width: 100%;
  height: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 0.1rem;
  background-color: #f7f7f7;
  overflow: hidden;
  z-index: 1;
}
.dealer-page .locate-Dealer .wal .-box .-body .result-area .content-view,
.installer-page .locate-Dealer .wal .-box .-body .result-area .content-view {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0 0.1rem 0.1rem 0;
  box-shadow: 0px 0.16rem 0.3rem 0px rgba(151, 151, 151, 0.15);
}
.dealer-page .locate-Dealer .wal .-box .-body .result-area .content-view .list,
.installer-page .locate-Dealer .wal .-box .-body .result-area .content-view .list {
  position: relative;
  width: 100%;
  height: 100%;
}
.dealer-page .locate-Dealer .wal .-box .-body .result-area .content-view .list ul li,
.installer-page .locate-Dealer .wal .-box .-body .result-area .content-view .list ul li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0.7rem 0.8rem 0.52rem;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dealer-page .locate-Dealer .wal .-box .-body .result-area .content-view .list ul li.on,
.installer-page .locate-Dealer .wal .-box .-body .result-area .content-view .list ul li.on {
  opacity: 1;
  visibility: visible;
}
.dealer-page .locate-Dealer .wal .-box .-body .result-area .content-view .list ul li .name,
.installer-page .locate-Dealer .wal .-box .-body .result-area .content-view .list ul li .name {
  font-family: var(--sk-font-Bold);
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: #182833;
}
.dealer-page .locate-Dealer .wal .-box .-body .result-area .content-view .list ul li .-dl .-dd,
.installer-page .locate-Dealer .wal .-box .-body .result-area .content-view .list ul li .-dl .-dd {
  position: relative;
  margin-top: 0.36rem;
  padding-left: 0.29rem;
  color: #182833;
}
.dealer-page .locate-Dealer .wal .-box .-body .result-area .content-view .list ul li .-dl .-dd.-address .-value,
.installer-page .locate-Dealer .wal .-box .-body .result-area .content-view .list ul li .-dl .-dd.-address .-value {
  font-size: 0.18rem;
  line-height: 0.32rem;
  margin-top: 0.14rem;
}
.dealer-page .locate-Dealer .wal .-box .-body .result-area .content-view .list ul li .-dl .-dd .-icon,
.installer-page .locate-Dealer .wal .-box .-body .result-area .content-view .list ul li .-dl .-dd .-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  top: 0;
  height: 0.32rem;
}
.dealer-page .locate-Dealer .wal .-box .-body .result-area .content-view .list ul li .-dl .-dd .-icon img,
.installer-page .locate-Dealer .wal .-box .-body .result-area .content-view .list ul li .-dl .-dd .-icon img {
  width: 0.22rem;
  object-fit: contain;
}
.dealer-page .locate-Dealer .wal .-box .-body .result-area .content-view .list ul li .-dl .-dd .-label,
.installer-page .locate-Dealer .wal .-box .-body .result-area .content-view .list ul li .-dl .-dd .-label {
  font-size: 0.2rem;
  line-height: 0.32rem;
  color: #999999;
}
.dealer-page .locate-Dealer .wal .-box .-body .result-area .content-view .list ul li .-dl .-dd .-value,
.installer-page .locate-Dealer .wal .-box .-body .result-area .content-view .list ul li .-dl .-dd .-value {
  font-family: var(--sk-font-SemiBold);
  font-size: 0.24rem;
  line-height: 0.32rem;
}
.dealer-page .locate-Dealer .wal .-box .-body .result-area .content-view .swiper-arrow .prev, .dealer-page .locate-Dealer .wal .-box .-body .result-area .content-view .swiper-arrow .next,
.installer-page .locate-Dealer .wal .-box .-body .result-area .content-view .swiper-arrow .prev,
.installer-page .locate-Dealer .wal .-box .-body .result-area .content-view .swiper-arrow .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 0.2rem;
  width: 0.36rem;
  height: 0.36rem;
  z-index: 2;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 800px) {
  .dealer-page .locate-Dealer .wal .-box .-body .result-area .content-view .swiper-arrow .prev:hover img, .dealer-page .locate-Dealer .wal .-box .-body .result-area .content-view .swiper-arrow .next:hover img,
  .installer-page .locate-Dealer .wal .-box .-body .result-area .content-view .swiper-arrow .prev:hover img,
  .installer-page .locate-Dealer .wal .-box .-body .result-area .content-view .swiper-arrow .next:hover img {
    opacity: 0;
  }
  .dealer-page .locate-Dealer .wal .-box .-body .result-area .content-view .swiper-arrow .prev:hover img:nth-child(2), .dealer-page .locate-Dealer .wal .-box .-body .result-area .content-view .swiper-arrow .next:hover img:nth-child(2),
  .installer-page .locate-Dealer .wal .-box .-body .result-area .content-view .swiper-arrow .prev:hover img:nth-child(2),
  .installer-page .locate-Dealer .wal .-box .-body .result-area .content-view .swiper-arrow .next:hover img:nth-child(2) {
    opacity: 1;
  }
}
.dealer-page .locate-Dealer .wal .-box .-body .result-area .content-view .swiper-arrow .prev img, .dealer-page .locate-Dealer .wal .-box .-body .result-area .content-view .swiper-arrow .next img,
.installer-page .locate-Dealer .wal .-box .-body .result-area .content-view .swiper-arrow .prev img,
.installer-page .locate-Dealer .wal .-box .-body .result-area .content-view .swiper-arrow .next img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: contain;
}
.dealer-page .locate-Dealer .wal .-box .-body .result-area .content-view .swiper-arrow .prev img:nth-child(2), .dealer-page .locate-Dealer .wal .-box .-body .result-area .content-view .swiper-arrow .next img:nth-child(2),
.installer-page .locate-Dealer .wal .-box .-body .result-area .content-view .swiper-arrow .prev img:nth-child(2),
.installer-page .locate-Dealer .wal .-box .-body .result-area .content-view .swiper-arrow .next img:nth-child(2) {
  opacity: 0;
}
.dealer-page .locate-Dealer .wal .-box .-body .result-area .content-view .swiper-arrow .prev img:nth-child(2),
.installer-page .locate-Dealer .wal .-box .-body .result-area .content-view .swiper-arrow .prev img:nth-child(2) {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.dealer-page .locate-Dealer .wal .-box .-body .result-area .content-view .swiper-arrow .next,
.installer-page .locate-Dealer .wal .-box .-body .result-area .content-view .swiper-arrow .next {
  left: auto;
  right: 0.2rem;
}
.dealer-page .locate-Dealer .wal .-box .-body .result-area .content-view .swiper-arrow .next img:nth-child(1),
.installer-page .locate-Dealer .wal .-box .-body .result-area .content-view .swiper-arrow .next img:nth-child(1) {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.dealer-page .service-view .wal,
.installer-page .service-view .wal {
  padding-top: 1.06rem;
  padding-bottom: 1.43rem;
}
.dealer-page .service-view .wal .-box .-head .title,
.installer-page .service-view .wal .-box .-head .title {
  font-family: var(--sk-font-Bold);
  font-size: 0.54rem;
  line-height: 0.64rem;
  text-align: center;
}
.dealer-page .service-view .wal .-box .-body,
.installer-page .service-view .wal .-box .-body {
  margin-top: 0.69rem;
}
.dealer-page .service-view .wal .-box .-body .-list ul,
.installer-page .service-view .wal .-box .-body .-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.1rem;
}
.dealer-page .service-view .wal .-box .-body .-list ul li,
.installer-page .service-view .wal .-box .-body .-list ul li {
  width: calc((100% - 1.1rem) / 2);
  border-radius: 0.12rem;
  min-height: 6.02rem;
}
.dealer-page .service-view .wal .-box .-body .-list ul li a,
.installer-page .service-view .wal .-box .-body .-list ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 1.87rem 0.6rem 0.6rem;
}
.dealer-page .service-view .wal .-box .-body .-list ul li a:hover,
.installer-page .service-view .wal .-box .-body .-list ul li a:hover {
  box-shadow: 0px 0.16rem 0.3rem 0px rgba(151, 151, 151, 0.15);
}
.dealer-page .service-view .wal .-box .-body .-list ul li a .li-info .title,
.installer-page .service-view .wal .-box .-body .-list ul li a .li-info .title {
  font-family: var(--sk-font-Bold);
  font-size: 0.36rem;
  line-height: 0.42rem;
  color: #182833;
  text-align: center;
}
.dealer-page .service-view .wal .-box .-body .-list ul li a .li-info .text,
.installer-page .service-view .wal .-box .-body .-list ul li a .li-info .text {
  text-align: center;
  font-size: 0.2rem;
  line-height: 0.32rem;
  margin-top: 0.28rem;
  min-height: 0.96rem;
}
.dealer-page .service-view .wal .-box .-body .-list ul li a .li-info .btn-box,
.installer-page .service-view .wal .-box .-body .-list ul li a .li-info .btn-box {
  text-align: center;
  margin-top: 0.28rem;
}
.dealer-page .service-view .wal .-box .-body .-list ul li a .li-info .btn-box .g-more-btn,
.installer-page .service-view .wal .-box .-body .-list ul li a .li-info .btn-box .g-more-btn {
  --width: 1.73rem;
  font-size: 0.2rem;
}
@media screen and (max-width: 800px) {
  .dealer-page .advantages_view,
  .installer-page .advantages_view {
    overflow: hidden;
  }
  .dealer-page .advantages_view .wal,
  .installer-page .advantages_view .wal {
    padding: 1.2rem 0 1.92rem;
  }
  .dealer-page .advantages_view .wal .-box,
  .installer-page .advantages_view .wal .-box {
    width: 100%;
    padding: 0;
    overflow: visible;
  }
  .dealer-page .advantages_view .wal .-box .-head,
  .installer-page .advantages_view .wal .-box .-head {
    padding: 0 0.3rem;
  }
  .dealer-page .advantages_view .wal .-box .-head .title,
  .installer-page .advantages_view .wal .-box .-head .title {
    font-size: 0.48rem;
    line-height: 0.56rem;
    margin: 0;
  }
  .dealer-page .advantages_view .wal .-box .-head .float-text,
  .installer-page .advantages_view .wal .-box .-head .float-text {
    left: 0.3rem;
    -webkit-transform: translate(0, -0.6rem);
        -ms-transform: translate(0, -0.6rem);
            transform: translate(0, -0.6rem);
    font-size: 0.72rem;
    line-height: 1;
  }
  .dealer-page .advantages_view .wal .-box .-list,
  .installer-page .advantages_view .wal .-box .-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0.74rem;
    padding: 0;
    height: auto;
    width: 100%;
  }
  .dealer-page .advantages_view .wal .-box .-list .-background,
  .installer-page .advantages_view .wal .-box .-list .-background {
    width: 100%;
    height: 5.24rem;
    position: static;
    border-radius: 0.12rem 0.12rem 0 0;
  }
  .dealer-page .advantages_view .wal .-box .-list .swiper-container,
  .installer-page .advantages_view .wal .-box .-list .swiper-container {
    width: 100%;
    margin: 0;
    padding: 0 0.3rem;
    box-sizing: border-box;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    overflow: visible;
  }
  .dealer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper,
  .installer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
  }
  .dealer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide,
  .installer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0;
  }
  .dealer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide .card-inner,
  .installer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide .card-inner {
    position: relative;
    width: 100%;
    height: 10.94rem;
    border-radius: 0.12rem;
    overflow: hidden;
  }
  .dealer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide .card-inner .card-img,
  .installer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide .card-inner .card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .dealer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide .card-inner .card-title,
  .installer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide .card-inner .card-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.3rem 0.2rem;
    font-family: var(--sk-font-SemiBold);
    font-size: 0.28rem;
    line-height: 1.2;
    color: #FFFFFF;
    text-align: center;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  .dealer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide .card-inner .card-desc,
  .installer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide .card-inner .card-desc {
    position: absolute;
    top: 56%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 86%;
    text-align: center;
    z-index: 4;
    opacity: 1;
    visibility: visible;
  }
  .dealer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide .card-inner .card-desc .desc-title,
  .installer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide .card-inner .card-desc .desc-title {
    font-size: 0.48rem;
    line-height: 0.62rem;
    margin-bottom: 0.88rem;
    padding-bottom: 0.18rem;
  }
  .dealer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide .card-inner .card-desc .desc-title::after,
  .installer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide .card-inner .card-desc .desc-title::after {
    width: 0.72rem;
    height: 0.04rem;
    bottom: -0.27rem;
  }
  .dealer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide .card-inner .card-desc p,
  .installer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide .card-inner .card-desc p {
    font-size: 0.32rem;
    line-height: 0.45rem;
    margin-bottom: 0.46rem;
    width: 100%;
  }
  .dealer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide .card-inner .card-desc p:last-child,
  .installer-page .advantages_view .wal .-box .-list .swiper-container .swiper-wrapper .swiper-slide .card-inner .card-desc p:last-child {
    margin-bottom: 0;
  }
  .dealer-page .advantages_view .wal .-box .-list .swiper-dots,
  .installer-page .advantages_view .wal .-box .-list .swiper-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    bottom: -0.84rem;
    width: 100%;
    z-index: 1;
  }
  .dealer-page .advantages_view .wal .-box .-list .swiper-dots span,
  .installer-page .advantages_view .wal .-box .-list .swiper-dots span {
    width: 0.08rem;
    height: 0.08rem;
    background-color: #E6E6E6;
    border-radius: 1.8rem;
    margin-right: 0.14rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .dealer-page .advantages_view .wal .-box .-list .swiper-dots span.swiper-pagination-bullet-active,
  .installer-page .advantages_view .wal .-box .-list .swiper-dots span.swiper-pagination-bullet-active {
    width: 1rem;
    background: -webkit-linear-gradient(left, #616CCD 0%, #807EE7 100%);
    background: linear-gradient(90deg, #616CCD 0%, #807EE7 100%);
  }
  .dealer-page .advantages_view .wal .-box .-list .swiper-dots span:last-child,
  .installer-page .advantages_view .wal .-box .-list .swiper-dots span:last-child {
    margin-right: 0;
  }
  .dealer-page .application-view,
  .installer-page .application-view {
    background-color: #f7f7f7;
  }
  .dealer-page .application-view .wal,
  .installer-page .application-view .wal {
    padding-top: 0.8rem;
    padding-bottom: 0.74rem;
  }
  .dealer-page .application-view .wal .form___box,
  .installer-page .application-view .wal .form___box {
    margin: 0;
    padding: 0;
  }
  .dealer-page .application-view .wal .form___box .text,
  .installer-page .application-view .wal .form___box .text {
    margin: 0.32rem auto 0.4rem;
  }
  .dealer-page .application-view .wal .form___box .form-wrapper,
  .installer-page .application-view .wal .form___box .form-wrapper {
    margin-top: 0.6rem;
  }
  .dealer-page .application-view .wal .form___box .item-box .input-box,
  .installer-page .application-view .wal .form___box .item-box .input-box {
    height: 0.8rem;
  }
  .dealer-page .application-view .wal .form___box .item-box .input-box .input,
  .installer-page .application-view .wal .form___box .item-box .input-box .input {
    padding: 0.24rem 0.2rem;
  }
  .dealer-page .application-view .wal .form___box .item-box .sk_select .-select-front,
  .installer-page .application-view .wal .form___box .item-box .sk_select .-select-front {
    height: 0.8rem;
    padding: 0.24rem 0.2rem;
  }
  .dealer-page .application-view .wal .form___box .rate-box,
  .installer-page .application-view .wal .form___box .rate-box {
    margin-top: 0.32rem;
  }
  .dealer-page .application-view .wal .form___box .rate-box .-label,
  .installer-page .application-view .wal .form___box .rate-box .-label {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .dealer-page .application-view .wal .form___box .rate-box .-value,
  .installer-page .application-view .wal .form___box .rate-box .-value {
    margin-left: 0.1rem;
  }
  .dealer-page .application-view .wal .form___box .rate-box .-value .el-rate,
  .installer-page .application-view .wal .form___box .rate-box .-value .el-rate {
    height: auto;
  }
  .dealer-page .application-view .wal .form___box .rate-box .-value .el-rate .el-rate__icon,
  .installer-page .application-view .wal .form___box .rate-box .-value .el-rate .el-rate__icon {
    font-size: 0.48rem;
  }
  .dealer-page .map__infor__section,
  .installer-page .map__infor__section {
    margin-top: 0;
  }
  .dealer-page .map__infor__section .wal,
  .installer-page .map__infor__section .wal {
    padding-top: 0.8rem;
    padding-bottom: 1.84rem;
  }
  .dealer-page .map__infor__section .wal .-box .-head .title,
  .installer-page .map__infor__section .wal .-box .-head .title {
    font-size: 0.48rem;
    line-height: 0.56rem;
  }
  .dealer-page .map__infor__section .wal .-box .-body,
  .installer-page .map__infor__section .wal .-box .-body {
    margin-top: 0.38rem;
    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;
  }
  .dealer-page .map__infor__section .wal .-box .-body .map-box,
  .installer-page .map__infor__section .wal .-box .-body .map-box {
    height: 5.05rem;
    margin-top: 0;
  }
  .dealer-page .map__infor__section .wal .-box .-body .data-wrapper,
  .installer-page .map__infor__section .wal .-box .-body .data-wrapper {
    margin-top: 0.5rem;
  }
  .dealer-page .map__infor__section .wal .-box .-body .data-wrapper .infor-box,
  .installer-page .map__infor__section .wal .-box .-body .data-wrapper .infor-box {
    margin-top: 0;
  }
  .dealer-page .locate-Dealer .wal,
  .installer-page .locate-Dealer .wal {
    padding-top: 0.8rem;
    padding-bottom: 1rem;
  }
  .dealer-page .locate-Dealer .wal .-box .-head .title,
  .installer-page .locate-Dealer .wal .-box .-head .title {
    font-size: 0.48rem;
    line-height: 0.56rem;
  }
  .dealer-page .locate-Dealer .wal .-box .-body,
  .installer-page .locate-Dealer .wal .-box .-body {
    margin-top: 0.64rem;
  }
  .dealer-page .locate-Dealer .wal .-box .-body .search-area,
  .installer-page .locate-Dealer .wal .-box .-body .search-area {
    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;
  }
  .dealer-page .locate-Dealer .wal .-box .-body .search-area > *,
  .installer-page .locate-Dealer .wal .-box .-body .search-area > * {
    margin: 0 0 0.2rem;
  }
  .dealer-page .locate-Dealer .wal .-box .-body .search-area > *:last-child,
  .installer-page .locate-Dealer .wal .-box .-body .search-area > *:last-child {
    margin: 0;
  }
  .dealer-page .locate-Dealer .wal .-box .-body .search-area .sk_select,
  .installer-page .locate-Dealer .wal .-box .-body .search-area .sk_select {
    --h: 1.12rem;
    max-width: 100%;
    width: 100%;
  }
  .dealer-page .locate-Dealer .wal .-box .-body .search-area .sk_select .-select-front .select-text,
  .installer-page .locate-Dealer .wal .-box .-body .search-area .sk_select .-select-front .select-text {
    position: absolute;
    right: 0.56rem;
    font-size: 0.24rem;
  }
  .dealer-page .locate-Dealer .wal .-box .-body .search-area .btn-box .g-more-btn,
  .installer-page .locate-Dealer .wal .-box .-body .search-area .btn-box .g-more-btn {
    --height: 0.96rem;
    --padding: 0 0.23rem;
    --width: 100%;
    border-radius: 1.8rem;
    font-size: 0.32rem;
  }
  .dealer-page .locate-Dealer .wal .-box .-body .result-area,
  .installer-page .locate-Dealer .wal .-box .-body .result-area {
    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;
    margin-top: 0.45rem;
    width: 100%;
    height: auto;
  }
  .dealer-page .locate-Dealer .wal .-box .-body .result-area .map-view,
  .installer-page .locate-Dealer .wal .-box .-body .result-area .map-view {
    max-width: 100%;
    height: 5.05rem;
    border-radius: 0.1rem;
  }
  .dealer-page .locate-Dealer .wal .-box .-body .result-area .content-view,
  .installer-page .locate-Dealer .wal .-box .-body .result-area .content-view {
    position: relative;
    width: 100%;
    height: 7.4rem;
    border-radius: 0.24rem;
    box-shadow: 0px 0.2rem 0.37rem 0px rgba(151, 151, 151, 0.15);
    margin-top: -0.4rem;
    background: white;
    z-index: 2;
  }
  .dealer-page .locate-Dealer .wal .-box .-body .result-area .content-view .list ul li,
  .installer-page .locate-Dealer .wal .-box .-body .result-area .content-view .list ul li {
    padding: 0.5rem 0.44rem 1.84rem;
  }
  .dealer-page .locate-Dealer .wal .-box .-body .result-area .content-view .list ul li .name,
  .installer-page .locate-Dealer .wal .-box .-body .result-area .content-view .list ul li .name {
    font-size: 0.32rem;
    line-height: 0.4rem;
  }
  .dealer-page .locate-Dealer .wal .-box .-body .result-area .content-view .list ul li .-dl .-dd,
  .installer-page .locate-Dealer .wal .-box .-body .result-area .content-view .list ul li .-dl .-dd {
    margin-top: 0.32rem;
    padding-left: 0.44rem;
  }
  .dealer-page .locate-Dealer .wal .-box .-body .result-area .content-view .list ul li .-dl .-dd.-address .-value,
  .installer-page .locate-Dealer .wal .-box .-body .result-area .content-view .list ul li .-dl .-dd.-address .-value {
    font-size: 0.28rem;
    line-height: 0.4rem;
    margin-top: 0;
  }
  .dealer-page .locate-Dealer .wal .-box .-body .result-area .content-view .list ul li .-dl .-dd .-icon,
  .installer-page .locate-Dealer .wal .-box .-body .result-area .content-view .list ul li .-dl .-dd .-icon {
    height: 0.36rem;
  }
  .dealer-page .locate-Dealer .wal .-box .-body .result-area .content-view .list ul li .-dl .-dd .-icon img,
  .installer-page .locate-Dealer .wal .-box .-body .result-area .content-view .list ul li .-dl .-dd .-icon img {
    width: 0.36rem;
  }
  .dealer-page .locate-Dealer .wal .-box .-body .result-area .content-view .list ul li .-dl .-dd .-label,
  .installer-page .locate-Dealer .wal .-box .-body .result-area .content-view .list ul li .-dl .-dd .-label {
    font-size: 0.24rem;
    line-height: 0.4rem;
    color: #999999;
  }
  .dealer-page .locate-Dealer .wal .-box .-body .result-area .content-view .list ul li .-dl .-dd .-value,
  .installer-page .locate-Dealer .wal .-box .-body .result-area .content-view .list ul li .-dl .-dd .-value {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .dealer-page .locate-Dealer .wal .-box .-body .result-area .content-view .swiper-arrow,
  .installer-page .locate-Dealer .wal .-box .-body .result-area .content-view .swiper-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    bottom: 0.56rem;
    width: 100%;
    gap: 0.36rem;
    z-index: 2;
  }
  .dealer-page .locate-Dealer .wal .-box .-body .result-area .content-view .swiper-arrow .prev, .dealer-page .locate-Dealer .wal .-box .-body .result-area .content-view .swiper-arrow .next,
  .installer-page .locate-Dealer .wal .-box .-body .result-area .content-view .swiper-arrow .prev,
  .installer-page .locate-Dealer .wal .-box .-body .result-area .content-view .swiper-arrow .next {
    position: static;
    width: 0.48rem;
    height: 0.48rem;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .dealer-page .service-view .wal,
  .installer-page .service-view .wal {
    padding-top: 1.04rem;
    padding-bottom: 1.43rem;
  }
  .dealer-page .service-view .wal .-box .-head .title,
  .installer-page .service-view .wal .-box .-head .title {
    font-family: var(--sk-font-Bold);
    max-width: 80%;
    font-size: 0.54rem;
    line-height: 0.64rem;
    text-align: center;
    margin: 0 auto;
  }
  .dealer-page .service-view .wal .-box .-body,
  .installer-page .service-view .wal .-box .-body {
    margin-top: 0.96rem;
  }
  .dealer-page .service-view .wal .-box .-body .-list ul,
  .installer-page .service-view .wal .-box .-body .-list ul {
    gap: 0.78rem;
  }
  .dealer-page .service-view .wal .-box .-body .-list ul li,
  .installer-page .service-view .wal .-box .-body .-list ul li {
    width: 100%;
    border-radius: 0.12rem;
    min-height: 6.38rem;
  }
  .dealer-page .service-view .wal .-box .-body .-list ul li a,
  .installer-page .service-view .wal .-box .-body .-list ul li a {
    padding: 1.42rem 0.48rem 0.6rem;
  }
  .dealer-page .service-view .wal .-box .-body .-list ul li a .li-info .title,
  .installer-page .service-view .wal .-box .-body .-list ul li a .li-info .title {
    font-size: 0.32rem;
    line-height: 0.42rem;
  }
  .dealer-page .service-view .wal .-box .-body .-list ul li a .li-info .text,
  .installer-page .service-view .wal .-box .-body .-list ul li a .li-info .text {
    font-size: 0.24rem;
    line-height: 0.4rem;
    margin-top: 0.24rem;
    min-height: auto;
  }
  .dealer-page .service-view .wal .-box .-body .-list ul li a .li-info .btn-box,
  .installer-page .service-view .wal .-box .-body .-list ul li a .li-info .btn-box {
    margin-top: 0.46rem;
  }
  .dealer-page .service-view .wal .-box .-body .-list ul li a .li-info .btn-box .g-more-btn,
  .installer-page .service-view .wal .-box .-body .-list ul li a .li-info .btn-box .g-more-btn {
    --width: 2.7rem;
    font-size: 0.32rem;
  }
}

.installer-page .advantages-section.showMarkerts .reference-box {
  opacity: 1 !important;
}
.installer-page .advantages-section.showMarkerts .list-box ul li {
  position: relative;
}
.installer-page .advantages-section.showMarkerts .list-box ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 130%;
  height: 1px;
  background-color: red;
  -webkit-transform: translate(-30%, -50%);
      -ms-transform: translate(-30%, -50%);
          transform: translate(-30%, -50%);
}
.installer-page .advantages-section .wal {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.installer-page .advantages-section .wal .-box .-head {
  position: relative;
  color: #182833;
}
.installer-page .advantages-section .wal .-box .-head .title {
  font-family: var(--sk-font-Bold);
  font-size: 0.54rem;
  line-height: 0.64rem;
}
.installer-page .advantages-section .wal .-box .-head .float-text {
  font-family: var(--sk-font-ExtraBold);
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -0.54rem);
      -ms-transform: translate(0, -0.54rem);
          transform: translate(0, -0.54rem);
  font-size: 1.28rem;
  line-height: 0.95;
  color: #F5F5F5;
  text-transform: uppercase;
  z-index: -1;
}
.installer-page .advantages-section .wal .-box .-body {
  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;
  padding: 1.7rem 0 0;
}
.installer-page .advantages-section .wal .-box .-body .circle-sticky-container {
  position: -webkit-sticky;
  position: sticky;
  top: 1.4rem;
  height: 100%;
}
.installer-page .advantages-section .wal .-box .-body .circle-box {
  --progress: 0.2;
  position: relative;
  max-width: 7rem;
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.installer-page .advantages-section .wal .-box .-body .circle-box::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  height: 100%;
  width: 130%;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  background: url(../images/installer/bg01.png) center center no-repeat;
  background-size: contain;
  z-index: -1;
}
.installer-page .advantages-section .wal .-box .-body .circle-box .svg-circle {
  position: relative;
  width: 100%;
  height: 7rem;
  -webkit-transform: translate(0, 0.3rem);
      -ms-transform: translate(0, 0.3rem);
          transform: translate(0, 0.3rem);
}
.installer-page .advantages-section .wal .-box .-body .circle-box .svg-circle .inner-svg svg {
  --round: calc(2 * 3.1415926 * 348.5);
  width: 100%;
  height: 100%;
}
.installer-page .advantages-section .wal .-box .-body .circle-box .svg-circle .inner-svg svg .outer-circle-bottom,
.installer-page .advantages-section .wal .-box .-body .circle-box .svg-circle .inner-svg svg .outer-circle-top {
  -webkit-transform: rotate(125deg);
      -ms-transform: rotate(125deg);
          transform: rotate(125deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.installer-page .advantages-section .wal .-box .-body .circle-box .svg-circle .inner-svg svg .outer-circle-bottom {
  stroke-dasharray: var(--round);
  stroke-dashoffset: calc(var(--round) * 0.2);
}
.installer-page .advantages-section .wal .-box .-body .circle-box .svg-circle .inner-svg svg .outer-circle-top {
  stroke-dasharray: var(--round);
  stroke-dashoffset: calc(var(--round) * (1 - var(--progress)));
  stroke-width: 3px;
}
.installer-page .advantages-section .wal .-box .-body .circle-box .svg-circle .inner-img {
  position: absolute;
  left: 50%;
  top: 36%;
  max-width: 3rem;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.installer-page .advantages-section .wal .-box .-body .circle-box .svg-circle .inner-img img {
  width: 100%;
  height: 1.42rem;
  object-fit: contain;
}
.installer-page .advantages-section .wal .-box .-body .circle-box .svg-circle .inner-logo {
  position: absolute;
  left: 50%;
  top: 65%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.installer-page .advantages-section .wal .-box .-body .circle-box .svg-circle .inner-logo img {
  height: 0.3rem;
  object-fit: contain;
}
.installer-page .advantages-section .wal .-box .-body .circle-box .svg-circle .inner-text {
  position: absolute;
  left: 50%;
  bottom: 0.9rem;
  max-width: 2.47rem;
  font-size: 0.2rem;
  line-height: 0.24rem;
  color: #999999;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.installer-page .advantages-section .wal .-box .-body .circle-box .svg-circle .float-number ul li {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -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;
  top: 0;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #F4FBFF;
  border: 1px solid #C9D6DF;
  z-index: 1;
}
.installer-page .advantages-section .wal .-box .-body .circle-box .svg-circle .float-number ul li.on {
  border-color: transparent;
}
.installer-page .advantages-section .wal .-box .-body .circle-box .svg-circle .float-number ul li.on::after {
  opacity: 1;
}
.installer-page .advantages-section .wal .-box .-body .circle-box .svg-circle .float-number ul li.on .text {
  color: white;
}
.installer-page .advantages-section .wal .-box .-body .circle-box .svg-circle .float-number ul li::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 50%;
  background: -webkit-linear-gradient(left, #616CCD 0%, #807EE7 100%);
  background: linear-gradient(90deg, #616CCD 0%, #807EE7 100%);
  z-index: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.installer-page .advantages-section .wal .-box .-body .circle-box .svg-circle .float-number ul li .text {
  font-family: var(--sk-font-SemiBold);
  position: relative;
  font-size: 0.36rem;
  line-height: 1;
  color: #999999;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.installer-page .advantages-section .wal .-box .-body .circle-box .reference-box {
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 60%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 3;
  background-color: rgba(244, 251, 255, 0.8);
  border-top: 1px solid rgb(97, 108, 205);
  border-bottom: 1px solid rgb(97, 108, 205);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.installer-page .advantages-section .wal .-box .-body .circle-box .reference-box::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: rgb(97, 108, 205);
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.installer-page .advantages-section .wal .-box .-body .list-box {
  max-width: 5.4rem;
  width: 100%;
  padding: 2rem 0;
}
.installer-page .advantages-section .wal .-box .-body .list-box ul li {
  padding: 0.25rem 0;
  min-height: 2rem;
}
.installer-page .advantages-section .wal .-box .-body .list-box ul li .li-num {
  font-family: var(--sk-font-ExtraBold);
  color: #F5F5F5;
  font-size: 1.28rem;
  line-height: 1;
  -webkit-transform: translate(-0.11rem, 0);
      -ms-transform: translate(-0.11rem, 0);
          transform: translate(-0.11rem, 0);
}
.installer-page .advantages-section .wal .-box .-body .list-box ul li .li-name {
  font-family: var(--sk-font-Bold);
  position: relative;
  font-size: 0.36rem;
  line-height: 0.42rem;
  color: #333333;
  margin-top: -0.36rem;
  z-index: 1;
}
.installer-page .advantages-section .wal .-box .-body .list-box ul li .li-text {
  font-size: 0.2rem;
  line-height: 0.32rem;
  margin-top: 0.2rem;
  color: #666666;
}
@media screen and (max-width: 800px) {
  .installer-page .advantages-section {
    overflow: hidden;
  }
  .installer-page .advantages-section .wal {
    padding-top: 1.2rem;
    padding-bottom: 0.96rem;
  }
  .installer-page .advantages-section .wal .-box .-head .title {
    font-size: 0.48rem;
    line-height: 0.56rem;
  }
  .installer-page .advantages-section .wal .-box .-head .float-text {
    font-family: var(--sk-font-ExtraBold);
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, -0.5rem);
        -ms-transform: translate(0, -0.5rem);
            transform: translate(0, -0.5rem);
    font-size: 0.72rem;
    line-height: 1.08rem;
  }
  .installer-page .advantages-section .wal .-box .-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem 0 0;
  }
  .installer-page .advantages-section .wal .-box .-body .circle-sticky-container {
    position: relative;
    top: 0;
    padding-bottom: 0.24rem;
  }
  .installer-page .advantages-section .wal .-box .-body .circle-box {
    --progress: 0.2;
    position: static;
    max-width: 100%;
    width: 100%;
  }
  .installer-page .advantages-section .wal .-box .-body .circle-box::after {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    background: url(../images/installer/bg01.png) center center repeat;
    background-size: contain;
    z-index: -1;
  }
  .installer-page .advantages-section .wal .-box .-body .circle-box .svg-circle {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .installer-page .advantages-section .wal .-box .-body .circle-box .svg-circle .inner-svg svg .outer-circle-bottom {
    stroke-width: 2px;
  }
  .installer-page .advantages-section .wal .-box .-body .circle-box .svg-circle .inner-img {
    left: 49%;
    top: 36%;
    max-width: 2.9rem;
  }
  .installer-page .advantages-section .wal .-box .-body .circle-box .svg-circle .inner-logo {
    left: 49%;
  }
  .installer-page .advantages-section .wal .-box .-body .circle-box .svg-circle .inner-text {
    top: 80%;
    bottom: auto;
    max-width: 2.47rem;
    font-size: 0.24rem;
    line-height: 0.28rem;
  }
  .installer-page .advantages-section .wal .-box .-body .circle-box .reference-box {
    display: none;
  }
  .installer-page .advantages-section .wal .-box .-body .swiper-control {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -0.2rem;
    z-index: 2;
  }
  .installer-page .advantages-section .wal .-box .-body .swiper-control .swiper-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;
    width: 100%;
    gap: 0.22rem;
  }
  .installer-page .advantages-section .wal .-box .-body .swiper-control .swiper-arrow .prev, .installer-page .advantages-section .wal .-box .-body .swiper-control .swiper-arrow .next {
    position: relative;
    width: 0.72rem;
    height: 0.72rem;
  }
  .installer-page .advantages-section .wal .-box .-body .swiper-control .swiper-arrow .prev:hover img, .installer-page .advantages-section .wal .-box .-body .swiper-control .swiper-arrow .next:hover img {
    opacity: 0;
  }
  .installer-page .advantages-section .wal .-box .-body .swiper-control .swiper-arrow .prev:hover img:nth-child(2), .installer-page .advantages-section .wal .-box .-body .swiper-control .swiper-arrow .next:hover img:nth-child(2) {
    opacity: 1;
  }
  .installer-page .advantages-section .wal .-box .-body .swiper-control .swiper-arrow .prev img, .installer-page .advantages-section .wal .-box .-body .swiper-control .swiper-arrow .next img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: contain;
  }
  .installer-page .advantages-section .wal .-box .-body .swiper-control .swiper-arrow .prev img:nth-child(2), .installer-page .advantages-section .wal .-box .-body .swiper-control .swiper-arrow .next img:nth-child(2) {
    opacity: 0;
  }
  .installer-page .advantages-section .wal .-box .-body .swiper-control .swiper-arrow .prev img:nth-child(2) {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .installer-page .advantages-section .wal .-box .-body .swiper-control .swiper-arrow .next img:nth-child(1) {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .installer-page .advantages-section .wal .-box .-body .list-box {
    max-width: 100%;
    width: 100%;
    padding: 0 0.28rem 0;
  }
  .installer-page .advantages-section .wal .-box .-body .list-box ul li {
    padding: 0.25rem 0;
    min-height: auto;
    display: none;
  }
  .installer-page .advantages-section .wal .-box .-body .list-box ul li.on {
    display: block;
  }
  .installer-page .advantages-section .wal .-box .-body .list-box ul li .li-num {
    font-size: 1.28rem;
    -webkit-transform: translate(-0.28rem, 0);
        -ms-transform: translate(-0.28rem, 0);
            transform: translate(-0.28rem, 0);
  }
  .installer-page .advantages-section .wal .-box .-body .list-box ul li .li-name {
    font-size: 0.32rem;
    line-height: 0.44rem;
    margin-top: -0.44rem;
  }
  .installer-page .advantages-section .wal .-box .-body .list-box ul li .li-text {
    font-size: 0.24rem;
    line-height: 0.32rem;
    margin-top: 0.36rem;
  }
}

.about-page {
  overflow: hidden;
}
.about-page .g-footer {
  margin-top: -1.2rem;
}
.about-page .page-index .page-info {
  padding-top: 1.2rem;
  padding-bottom: 0.32rem;
}
.about-page .page-index .page-info .wal {
  position: relative;
}
.about-page .page-index .page-info .wal .title {
  font-family: var(--sk-font-Bold);
  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;
  font-size: 0.54rem;
  line-height: 0.4rem;
  color: #333333;
}
.about-page .page-index .page-info .wal .title span {
  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;
}
.about-page .page-index .page-info .wal .title span img {
  width: 0.74rem;
  height: 0.74rem;
  margin-right: 0.32rem;
}
.about-page .page-index .page-info .wal .title span:nth-child(2) {
  margin-left: 2.29rem;
  margin-top: 0.33rem;
}
.about-page .page-index .page-info .wal .sub-title {
  font-family: var(--sk-font-Bold);
  padding: 0 0.68rem;
  margin-top: 0.32rem;
  font-size: 0.36rem;
  line-height: 0.4rem;
  color: #333333;
}
.about-page .page-index .page-info .wal .context {
  margin-top: 0.6rem;
  padding: 0 0.68rem;
  font-size: 0.2rem;
  line-height: 0.32rem;
  color: #182833;
}
.about-page .page-index .page-info .wal .animate-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.4rem;
  height: 1.4rem;
  z-index: -1;
}
.about-page .page-index .page-info .wal .animate-circle img, .about-page .page-index .page-info .wal .animate-circle svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-page .page-index .page-info .wal .animate-circle .outter-text {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-animation: circleRotate 10s infinite linear;
          animation: circleRotate 10s infinite linear;
}
.about-page .page-index .page-info .wal .animate-circle .inner-text {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-animation: circleRotateReverse 10s infinite linear;
          animation: circleRotateReverse 10s infinite linear;
}
.about-page .page-index .page-count {
  margin-top: 0.75rem;
}
.about-page .page-index .page-count .wal .-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #C9D6DF;
}
.about-page .page-index .page-count .wal .-list ul li {
  position: relative;
  min-width: 25%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #C9D6DF;
  z-index: 1;
}
.about-page .page-index .page-count .wal .-list ul li::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(47deg, #464E98 0%, #636ED4 50.06%, #A35EED 82.29%, #FF7423 100%);
  background: linear-gradient(43deg, #464E98 0%, #636ED4 50.06%, #A35EED 82.29%, #FF7423 100%);
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about-page .page-index .page-count .wal .-list ul li:last-child {
  border-right: none;
}
.about-page .page-index .page-count .wal .-list ul li:hover::after {
  opacity: 1;
}
.about-page .page-index .page-count .wal .-list ul li:hover .li-info .big-num,
.about-page .page-index .page-count .wal .-list ul li:hover .li-info .text {
  color: white;
}
.about-page .page-index .page-count .wal .-list ul li .li-info {
  padding: 0.67rem 0 0.2rem 0.28rem;
  min-height: 2.74rem;
}
.about-page .page-index .page-count .wal .-list ul li .li-info .big-num {
  font-family: var(--sk-font-Bold);
  font-size: 0.72rem;
  line-height: 0.96rem;
  color: #4745A0;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about-page .page-index .page-count .wal .-list ul li .li-info .text {
  font-family: var(--sk-font-Regular);
  margin-top: 0.16rem;
  font-size: 0.2rem;
  line-height: 0.26rem;
  color: #999999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about-page .page-index .page-count .wal .share-tag {
  margin-top: 0.22rem;
}
.about-page .page-index .page-count .wal .share-tag span {
  color: #A9A9A9;
  font-size: 0.2rem;
  line-height: 0.28rem;
}
@media screen and (max-width: 800px) {
  .about-page .page-index .page-count .wal .share-tag {
    margin-top: 0.46rem;
  }
  .about-page .page-index .page-count .wal .share-tag span {
    color: #A9A9A9;
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
}
.about-page .page-index .page-advantage {
  position: relative;
  margin-top: 1rem;
  background: url(../images/about/dot-line-bg.png) center center no-repeat;
  background-size: contain;
}
.about-page .page-index .page-advantage .wal {
  height: 5.81rem;
  padding-top: 0.64rem;
  padding-bottom: 1rem;
}
.about-page .page-index .page-advantage .wal .-box {
  font-family: var(--sk-font-Regular);
  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;
  color: #333333;
  height: 100%;
}
.about-page .page-index .page-advantage .wal .-box .animate-text {
  width: 76%;
  margin: auto;
}
.about-page .page-index .page-advantage .wal .-box .text-list {
  margin-top: auto;
}
.about-page .page-index .page-advantage .wal .-box .text-list 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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.about-page .page-index .page-advantage .wal .-box .text-list ul li {
  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.18rem;
  line-height: 0.24rem;
}
.about-page .page-index .page-advantage .wal .-box .text-list ul li::after {
  content: "";
  width: 1px;
  height: 0.2rem;
  background-color: #333333;
  margin: 0 0.16rem;
}
.about-page .page-index .page-advantage .wal .-box .text-list ul li:last-child::after {
  display: none;
}
.about-page .page-index .page-advantage .wal .-box .strong-text {
  font-family: var(--sk-font-Bold);
  text-align: center;
  font-size: 0.24rem;
  line-height: 0.3rem;
  margin-top: 0.32rem;
}
.about-page .page-index .page-advantage .wal .-box .context {
  font-size: 0.18rem;
  line-height: 0.24rem;
  margin-top: 0.24rem;
  text-align: center;
}
.about-page .page-index .page-advantage .wal .circle-bg .blur-circle {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -2;
  width: 2.18rem;
  height: 1.83rem;
  background: -webkit-linear-gradient(26deg, #A886FF 0%, #77EFFF 63.14%, #89C9FF 63.55%, #FFFFFF 100%);
  background: linear-gradient(64deg, #A886FF 0%, #77EFFF 63.14%, #89C9FF 63.55%, #FFFFFF 100%);
  -webkit-filter: blur(0.6rem);
          filter: blur(0.6rem);
}
.about-page .page-index .page-advantage .wal .circle-bg .blur-circle.circle02 {
  right: -7%;
  bottom: -24%;
  background: -webkit-linear-gradient(left, #616CCD 0%, #807EE7 100%);
  background: linear-gradient(90deg, #616CCD 0%, #807EE7 100%);
  z-index: -1;
}
.about-page .brand-culture {
  position: relative;
  background: url(../images/about/dot-line-bg2.png) center center no-repeat;
  background-size: contain;
}
.about-page .brand-culture .brand-wal {
  max-width: none;
  padding-top: 0.93rem;
  padding-bottom: 0.8rem;
}
.about-page .brand-culture .brand-wal .circle-bg .blur-circle {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
  width: 2.18rem;
  height: 1.83rem;
  background: -webkit-linear-gradient(27deg, #939DFF 0%, #FBDFC6 50.48%, #DDD9F9 100%);
  background: linear-gradient(63deg, #939DFF 0%, #FBDFC6 50.48%, #DDD9F9 100%);
  -webkit-filter: blur(0.6rem);
          filter: blur(0.6rem);
}
.about-page .brand-culture .brand-wal .circle-bg .blur-circle.circle02 {
  left: -6%;
  bottom: -27%;
  background: -webkit-linear-gradient(105deg, #FFFFFF 0%, #A277FF 100%);
  background: linear-gradient(345deg, #FFFFFF 0%, #A277FF 100%);
  z-index: -1;
}
.about-page .brand-culture .brand-wal .-box .-head .title {
  font-family: var(--sk-font-Bold);
  font-size: 0.54rem;
  line-height: 0.64rem;
}
.about-page .brand-culture .brand-wal .-box .-body {
  margin-top: 0.96rem;
  /* 品牌文化卡片start */
}
.about-page .brand-culture .brand-wal .-box .-body .culture-list {
  width: 15.13rem;
  max-width: 86%;
  margin: 0 auto;
  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;
  gap: 0.56rem;
  overflow: visible;
  position: relative;
  -webkit-perspective: 12rem;
          perspective: 12rem;
}
.about-page .brand-culture .brand-wal .-box .-body .culture-list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.about-page .brand-culture .brand-wal .-box .-body .culture-track {
  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;
  gap: 0.56rem;
}
.about-page .brand-culture .brand-wal .-box .-body .culture-card {
  width: 4.67rem;
  height: 5.35rem;
  position: relative;
  z-index: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  outline: none;
  cursor: pointer;
}
.about-page .brand-culture .brand-wal .-box .-body .culture-card:hover .culture-card-inner, .about-page .brand-culture .brand-wal .-box .-body .culture-card:focus-visible .culture-card-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.about-page .brand-culture .brand-wal .-box .-body .culture-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.82s cubic-bezier(0.22, 0.86, 0.28, 1);
  transition: -webkit-transform 0.82s cubic-bezier(0.22, 0.86, 0.28, 1);
  transition: transform 0.82s cubic-bezier(0.22, 0.86, 0.28, 1);
  transition: transform 0.82s cubic-bezier(0.22, 0.86, 0.28, 1), -webkit-transform 0.82s cubic-bezier(0.22, 0.86, 0.28, 1);
}
.about-page .brand-culture .brand-wal .-box .-body .culture-card-front, .about-page .brand-culture .brand-wal .-box .-body .culture-card-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-sizing: border-box;
}
.about-page .brand-culture .brand-wal .-box .-body .culture-card-front {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid transparent;
}
.about-page .brand-culture .brand-wal .-box .-body .culture-card-front .icon {
  width: 0.77rem;
  height: 0.77rem;
}
.about-page .brand-culture .brand-wal .-box .-body .culture-card-front .name {
  margin-top: 0.16rem;
  color: #7A7A82;
  font-size: 0.36rem;
  line-height: 0.42rem;
  text-align: center;
  font-family: var(--sk-font-Bold);
}
.about-page .brand-culture .brand-wal .-box .-body .culture-card-back {
  padding: 0.3rem 0.28rem;
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: rgba(255, 255, 255, 0.78);
  border-top: 1px solid #E37535;
  box-shadow: 0 0.16rem 0.36rem rgba(77, 68, 130, 0.12);
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.about-page .brand-culture .brand-wal .-box .-body .culture-card-back .culture-card-title {
  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;
  gap: 0.08rem;
}
.about-page .brand-culture .brand-wal .-box .-body .culture-card-back .icon {
  width: 0.94rem;
  height: 0.94rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.about-page .brand-culture .brand-wal .-box .-body .culture-card-back .name {
  font-size: 0.36rem;
  line-height: 0.42rem;
  font-family: var(--sk-font-Bold);
  color: #666666;
}
.about-page .brand-culture .brand-wal .-box .-body .culture-card-back .text {
  margin-top: 0.24rem;
  color: #333333;
  font-size: 0.24rem;
  line-height: 0.42rem;
  font-family: var(--sk-font-Medium);
  overflow-wrap: anywhere;
}
.about-page .brand-culture .brand-wal .-box .-body .culture-card .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-page .brand-culture .brand-wal .-box .-body {
  /* 品牌文化卡片end */
}
.about-page .history-view {
  overflow: hidden;
}
.about-page .history-view .wal {
  padding-top: 0.56rem;
  padding-bottom: 0.9rem;
}
.about-page .history-view .wal .-box .-head .title {
  font-family: var(--sk-font-Bold);
  font-size: 0.54rem;
  line-height: 0.64rem;
  color: #182833;
}
.about-page .history-view .wal .-box .card-swiper {
  max-width: 100%;
  width: 100%;
  margin-top: 0.56rem;
}
.about-page .history-view .wal .-box .card-swiper .swiper-container {
  overflow: visible;
  margin: 0;
  width: 95%;
}
.about-page .history-view .wal .-box .card-swiper .swiper-container .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 4rem;
}
.about-page .history-view .wal .-box .card-swiper .swiper-container .swiper-wrapper .swiper-slide.on .slide-info .progress_0s::after {
  -webkit-animation: width-fill 7s linear forwards;
          animation: width-fill 7s linear forwards;
}
.about-page .history-view .wal .-box .card-swiper .swiper-container .swiper-wrapper .swiper-slide .img {
  width: 6.24rem;
  height: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.about-page .history-view .wal .-box .card-swiper .swiper-container .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-page .history-view .wal .-box .card-swiper .swiper-container .swiper-wrapper .swiper-slide .slide-info {
  padding: 0.8rem 0.1rem 0.4rem;
  color: #182833;
}
.about-page .history-view .wal .-box .card-swiper .swiper-container .swiper-wrapper .swiper-slide .slide-info .year_0s {
  font-family: var(--sk-font-ExtraBold);
  font-size: 0.48rem;
  line-height: 0.56rem;
  padding: 0 0.48rem;
}
.about-page .history-view .wal .-box .card-swiper .swiper-container .swiper-wrapper .swiper-slide .slide-info .progress_0s {
  position: relative;
  width: 100%;
  height: 2px;
  margin-top: 0.32rem;
  background-color: #C9D6DF;
}
.about-page .history-view .wal .-box .card-swiper .swiper-container .swiper-wrapper .swiper-slide .slide-info .progress_0s::after {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 2px;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(left, rgb(97, 108, 205), rgb(128, 126, 231));
  background: linear-gradient(90deg, rgb(97, 108, 205), rgb(128, 126, 231));
  z-index: 1;
}
.about-page .history-view .wal .-box .card-swiper .swiper-container .swiper-wrapper .swiper-slide .slide-info .text_0s {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  padding: 0 0.48rem;
  font-size: 0.2rem;
  line-height: 0.28rem;
  margin-top: 0.24rem;
}
.about-page .history-view .wal .-box .swiper-control {
  position: relative;
  margin-top: 0.7rem;
  padding: 0 0.6rem;
}
.about-page .history-view .wal .-box .swiper-control .swiper-arrow {
  position: absolute;
  top: 0;
  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;
  z-index: 1;
}
.about-page .history-view .wal .-box .swiper-control .swiper-arrow .prev, .about-page .history-view .wal .-box .swiper-control .swiper-arrow .next {
  cursor: pointer;
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
}
.about-page .history-view .wal .-box .swiper-control .swiper-arrow .prev:hover img, .about-page .history-view .wal .-box .swiper-control .swiper-arrow .next:hover img {
  opacity: 0;
}
.about-page .history-view .wal .-box .swiper-control .swiper-arrow .prev:hover img:nth-child(2), .about-page .history-view .wal .-box .swiper-control .swiper-arrow .next:hover img:nth-child(2) {
  opacity: 1;
}
.about-page .history-view .wal .-box .swiper-control .swiper-arrow .prev img, .about-page .history-view .wal .-box .swiper-control .swiper-arrow .next img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: contain;
}
.about-page .history-view .wal .-box .swiper-control .swiper-arrow .prev img:nth-child(2), .about-page .history-view .wal .-box .swiper-control .swiper-arrow .next img:nth-child(2) {
  opacity: 0;
}
.about-page .history-view .wal .-box .swiper-control .swiper-arrow .prev img:nth-child(2) {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.about-page .history-view .wal .-box .swiper-control .swiper-arrow .next img:nth-child(1) {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.about-page .history-view .wal .-box .swiper-control .year-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 0.3rem 0;
  z-index: 2;
}
.about-page .history-view .wal .-box .swiper-control .year-swiper::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #D8D8D8;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.about-page .history-view .wal .-box .swiper-control .year-swiper .swiper-container {
  position: relative;
  overflow: visible;
  width: 100%;
}
.about-page .history-view .wal .-box .swiper-control .year-swiper .swiper-container .swiper-wrapper {
  height: 1.1rem;
}
.about-page .history-view .wal .-box .swiper-control .year-swiper .swiper-container .swiper-wrapper .swiper-slide {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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;
  width: 11.1111111111%;
  height: 0.5rem;
}
.about-page .history-view .wal .-box .swiper-control .year-swiper .swiper-container .swiper-wrapper .swiper-slide.on .dot_0s {
  background-color: #616CCD;
}
.about-page .history-view .wal .-box .swiper-control .year-swiper .swiper-container .swiper-wrapper .swiper-slide.on .dot_0s::after {
  opacity: 1;
  width: 0.3rem;
  height: 0.3rem;
}
.about-page .history-view .wal .-box .swiper-control .year-swiper .swiper-container .swiper-wrapper .swiper-slide.on .text {
  color: #4745A0;
  -webkit-transform: translate(-50%, 0.32rem) scale(1.2);
      -ms-transform: translate(-50%, 0.32rem) scale(1.2);
          transform: translate(-50%, 0.32rem) scale(1.2);
}
.about-page .history-view .wal .-box .swiper-control .year-swiper .swiper-container .swiper-wrapper .swiper-slide .dot_0s {
  position: relative;
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  background-color: #CCCCCC;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about-page .history-view .wal .-box .swiper-control .year-swiper .swiper-container .swiper-wrapper .swiper-slide .dot_0s::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -2;
  background-color: rgba(97, 108, 205, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about-page .history-view .wal .-box .swiper-control .year-swiper .swiper-container .swiper-wrapper .swiper-slide .text {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0.32rem);
      -ms-transform: translate(-50%, 0.32rem);
          transform: translate(-50%, 0.32rem);
  font-size: 0.2rem;
  color: #182833;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about-page .awards-view {
  background-color: #f7f7f7;
  overflow: hidden;
}
.about-page .awards-view .wal {
  padding-top: 1.19rem;
  padding-bottom: 0.8rem;
}
.about-page .awards-view .wal .-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 2.5rem);
}
.about-page .awards-view .wal .-box .-info {
  width: 100%;
  max-width: 5.18rem;
  padding-top: 0.26rem;
  margin-right: 0.76rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.about-page .awards-view .wal .-box .-info .title {
  font-family: var(--sk-font-Bold);
  font-size: 0.54rem;
  line-height: 0.64rem;
  color: #182833;
}
.about-page .awards-view .wal .-box .-info .context {
  margin-top: 0.28rem;
  font-size: 0.2rem;
  line-height: 0.28rem;
}
.about-page .awards-view .wal .-box .-info .imgs {
  margin-top: 0.28rem;
}
.about-page .awards-view .wal .-box .-info .imgs ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.5rem;
}
.about-page .awards-view .wal .-box .-info .imgs ul li {
  cursor: pointer;
}
.about-page .awards-view .wal .-box .-info .imgs ul li img {
  height: 0.6rem;
}
.about-page .awards-view .wal .-box .-info .share-tag {
  margin-top: 0.22rem;
}
.about-page .awards-view .wal .-box .-info .share-tag span {
  color: #A9A9A9;
  font-size: 0.2rem;
  line-height: 0.28rem;
}
.about-page .awards-view .wal .-box .img-swiper {
  max-width: calc(100% - 5.18rem - 0.76rem);
  width: 100%;
}
.about-page .awards-view .wal .-box .img-swiper .swiper-view {
  display: none;
}
.about-page .awards-view .wal .-box .img-swiper .swiper-view.on {
  display: block;
}
.about-page .awards-view .wal .-box .img-swiper .swiper-container {
  padding-right: 0.2rem;
}
.about-page .awards-view .wal .-box .img-swiper .swiper-container .swiper-wrapper .swiper-slide {
  width: 5.04rem;
  height: 4.06rem;
  background: url(../images/about/awards-border-img02.png) center center no-repeat;
  background-size: contain;
  padding: 0.29rem 0.25rem;
  margin-right: 0.26rem;
}
.about-page .awards-view .wal .-box .img-swiper .swiper-container .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
.about-page .awards-view .wal .-box .img-swiper .swiper-container .swiper-wrapper .swiper-slide .img {
  width: 100%;
  height: 100%;
}
.about-page .awards-view .wal .-box .img-swiper .swiper-container .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-page .awards-view .wal .-box .img-swiper .swiper-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.7rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-page .awards-view .wal .-box .img-swiper .swiper-control .swiper-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.24rem;
  margin-right: 0.52rem;
}
.about-page .awards-view .wal .-box .img-swiper .swiper-control .swiper-arrow .prev, .about-page .awards-view .wal .-box .img-swiper .swiper-control .swiper-arrow .next {
  cursor: pointer;
  position: relative;
  width: 0.54rem;
  height: 0.54rem;
}
.about-page .awards-view .wal .-box .img-swiper .swiper-control .swiper-arrow .prev:hover img, .about-page .awards-view .wal .-box .img-swiper .swiper-control .swiper-arrow .next:hover img {
  opacity: 0;
}
.about-page .awards-view .wal .-box .img-swiper .swiper-control .swiper-arrow .prev:hover img:nth-child(2), .about-page .awards-view .wal .-box .img-swiper .swiper-control .swiper-arrow .next:hover img:nth-child(2) {
  opacity: 1;
}
.about-page .awards-view .wal .-box .img-swiper .swiper-control .swiper-arrow .prev img, .about-page .awards-view .wal .-box .img-swiper .swiper-control .swiper-arrow .next img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: contain;
}
.about-page .awards-view .wal .-box .img-swiper .swiper-control .swiper-arrow .prev img:nth-child(2), .about-page .awards-view .wal .-box .img-swiper .swiper-control .swiper-arrow .next img:nth-child(2) {
  opacity: 0;
}
.about-page .awards-view .wal .-box .img-swiper .swiper-control .swiper-arrow .prev img:nth-child(2) {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.about-page .awards-view .wal .-box .img-swiper .swiper-control .swiper-arrow .next img:nth-child(1) {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.about-page .awards-view .wal .-box .img-swiper .swiper-control .swiper-progress {
  --progress: 0;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 2px;
  background-color: #C9D6DF;
}
.about-page .awards-view .wal .-box .img-swiper .swiper-control .swiper-progress::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: calc(var(--progress) * 100%);
  height: 4px;
  background: -webkit-linear-gradient(left, rgb(97, 108, 205), rgb(128, 126, 231));
  background: linear-gradient(90deg, rgb(97, 108, 205), rgb(128, 126, 231));
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about-page .location-map-view .wal {
  max-width: 100%;
  padding-top: 1.1rem;
  padding-bottom: 1.73rem;
}
.about-page .location-map-view .wal .-box .-head .title {
  font-family: var(--sk-font-Bold);
  font-size: 0.54rem;
  line-height: 0.64rem;
  color: #182833;
  text-align: center;
}
.about-page .location-map-view .wal .-box .-body {
  position: relative;
  max-width: 18.03rem;
  width: 100%;
  margin: 0.57rem auto 0;
}
.about-page .location-map-view .wal .-box .-body .map-view {
  position: relative;
  width: 100%;
  padding-top: 48.36%;
}
.about-page .location-map-view .wal .-box .-body .map-view .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.about-page .location-map-view .wal .-box .-body .map-view .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-page .location-map-view .wal .-box .-body .dot-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.about-page .location-map-view .wal .-box .-body .dot-list ul li {
  --top: 50%;
  --left: 50%;
  position: absolute;
  top: var(--top);
  left: var(--left);
  width: 0.35rem;
  height: 0.35rem;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
.about-page .location-map-view .wal .-box .-body .dot-list ul li:hover {
  z-index: 1;
}
.about-page .location-map-view .wal .-box .-body .dot-list ul li:hover .layer_0s {
  opacity: 1;
  visibility: visible;
}
.about-page .location-map-view .wal .-box .-body .dot-list ul li .circle-dot {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0.08rem;
  background-color: #4745A0;
  border-radius: 50%;
}
.about-page .location-map-view .wal .-box .-body .dot-list ul li .circle-dot em {
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 50%;
}
.about-page .location-map-view .wal .-box .-body .dot-list ul li .circle-dot::before, .about-page .location-map-view .wal .-box .-body .dot-list ul li .circle-dot::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #4745A0;
  border-radius: 50%;
  -webkit-animation: qsacle 2.5s linear infinite;
          animation: qsacle 2.5s linear infinite;
  z-index: -1;
}
.about-page .location-map-view .wal .-box .-body .dot-list ul li .circle-dot::after {
  opacity: 0;
  -webkit-animation: qsacle 2.5s 1.5s linear infinite;
          animation: qsacle 2.5s 1.5s linear infinite;
}
.about-page .location-map-view .wal .-box .-body .dot-list ul li .layer_0s {
  --padding: 0 .2rem 0 0;
  --top: -.5rem;
  --left: 0;
  --translate: translate(-100%, 0);
  position: absolute;
  padding: var(--padding);
  top: var(--top);
  left: var(--left);
  -webkit-transform: var(--translate);
      -ms-transform: var(--translate);
          transform: var(--translate);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 1;
}
.about-page .location-map-view .wal .-box .-body .dot-list ul li .layer_0s[data-position=left] {
  --padding: 0 .2rem 0 0;
  --top: -.5rem;
  --left: 0;
  --translate: translate(-100%, 0);
}
.about-page .location-map-view .wal .-box .-body .dot-list ul li .layer_0s[data-position=left-center] {
  --padding: 0 .2rem 0 0;
  --top: 50%;
  --left: 0;
  --translate: translate(-100%, -50%);
}
.about-page .location-map-view .wal .-box .-body .dot-list ul li .layer_0s[data-position=right] {
  --padding: 0 0 0 .2rem;
  --top: -.5rem;
  --left: auto;
  --translate: translate(100%, 0);
  right: 0;
}
.about-page .location-map-view .wal .-box .-body .dot-list ul li .layer_0s[data-position=right-center] {
  --padding: 0 0 0 .2rem;
  --top: 50%;
  --left: auto;
  --translate: translate(100%, -50%);
  right: 0;
}
.about-page .location-map-view .wal .-box .-body .dot-list ul li .layer_0s[data-position=top] {
  --padding: 0 0 .2rem 0 ;
  --top: 0;
  --left: 50%;
  --translate: translate(-50%, -100%);
}
.about-page .location-map-view .wal .-box .-body .dot-list ul li .layer_0s[data-position=bottom] {
  --padding: .2rem 0 0 0;
  --top: auto;
  --left: 50%;
  --translate: translate(-50%, 100%);
  bottom: 0;
}
.about-page .location-map-view .wal .-box .-body .dot-list ul li .layer_0s .wrapper_0s {
  border-radius: 0.12rem;
  box-shadow: 0px 0.16rem 0.3rem 0px rgba(151, 151, 151, 0.15);
  width: 3.05rem;
  min-height: auto;
  background-color: white;
}
.about-page .location-map-view .wal .-box .-body .dot-list ul li .layer_0s .wrapper_0s .img {
  border-radius: 0.12rem;
  height: 1.89rem;
  overflow: hidden;
}
.about-page .location-map-view .wal .-box .-body .dot-list ul li .layer_0s .wrapper_0s .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-page .location-map-view .wal .-box .-body .dot-list ul li .layer_0s .wrapper_0s .layer-info {
  padding: 0.24rem 0.23rem;
  color: #000000;
}
.about-page .location-map-view .wal .-box .-body .dot-list ul li .layer_0s .wrapper_0s .layer-info .name {
  font-family: var(--sk-font-Bold);
  font-size: 0.24rem;
  line-height: 0.3rem;
}
.about-page .location-map-view .wal .-box .-body .dot-list ul li .layer_0s .wrapper_0s .layer-info .text {
  font-size: 0.2rem;
  line-height: 0.32rem;
  margin-top: 0.13rem;
}
.about-page .location-map-view .wal .-box .-body .foot-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -0.28rem;
  left: 0;
  gap: 0.67rem;
  width: 100%;
  z-index: 2;
}
.about-page .location-map-view .wal .-box .-body .foot-box .round-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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;
  min-width: 3.48rem;
  height: 1.12rem;
  padding: 0 0.1rem;
  border-radius: 0.9rem;
  background: -webkit-linear-gradient(left, #616CCD 0%, #807EE7 100%);
  background: linear-gradient(90deg, #616CCD 0%, #807EE7 100%);
  box-shadow: 0px 0.16rem 0.3rem 0px rgba(151, 151, 151, 0.15);
  overflow: hidden;
}
.about-page .location-map-view .wal .-box .-body .foot-box .round-text::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(75deg, #4745A0 19%, #9EADE8 49.52%, #90B6E7 100%);
  background: linear-gradient(15deg, #4745A0 19%, #9EADE8 49.52%, #90B6E7 100%);
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about-page .location-map-view .wal .-box .-body .foot-box .round-text:nth-child(2) .inner .text {
  vertical-align: middle;
}
.about-page .location-map-view .wal .-box .-body .foot-box .round-text:hover::before {
  opacity: 1;
}
.about-page .location-map-view .wal .-box .-body .foot-box .round-text .inner {
  display: table;
  position: relative;
  color: white;
  z-index: 2;
}
.about-page .location-map-view .wal .-box .-body .foot-box .round-text .inner > * {
  display: table-cell;
}
.about-page .location-map-view .wal .-box .-body .foot-box .round-text .inner .big-num {
  font-family: var(--sk-font-Bold);
  font-size: 0.78rem;
  line-height: 0.96rem;
}
.about-page .location-map-view .wal .-box .-body .foot-box .round-text .inner .text {
  font-family: var(--sk-font-Regular);
  font-size: 0.2rem;
  line-height: 0.26rem;
  padding-left: 0.16rem;
}
.about-page .news-view .wal {
  padding-top: 0.94rem;
  padding-bottom: 1rem;
}
.about-page .news-view .wal .-box .-head .title {
  font-family: var(--sk-font-Bold);
  font-size: 0.54rem;
  line-height: 0.64rem;
  color: #182833;
  text-align: center;
}
.about-page .news-view .wal .-box .-body {
  margin-top: 0.8rem;
}
.about-page .news-view .wal .-box .-body .-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.6rem;
}
.about-page .news-view .wal .-box .-body .-list ul li {
  width: calc((100% - 1.2rem) / 3);
}
.about-page .news-view .wal .-box .-body .-list ul li a {
  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;
}
.about-page .news-view .wal .-box .-body .-list ul li a:hover .li-date {
  --after-width: 100%;
}
.about-page .news-view .wal .-box .-body .-list ul li a:hover .li-tag {
  color: #741DB6;
}
.about-page .news-view .wal .-box .-body .-list ul li a:hover .li-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.about-page .news-view .wal .-box .-body .-list ul li a .li-date {
  --after-width: .35rem;
  position: relative;
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #666666;
  padding-bottom: 0.1rem;
  border-bottom: 2px solid #E6E6E6;
}
.about-page .news-view .wal .-box .-body .-list ul li a .li-date::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: var(--after-width);
  height: 2px;
  background-color: #322F98;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about-page .news-view .wal .-box .-body .-list ul li a .li-tag {
  margin-top: 0.4rem;
  font-size: 0.2rem;
  line-height: 0.32rem;
  color: #4745A0;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about-page .news-view .wal .-box .-body .-list ul li a .li-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.12rem;
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #182833;
}
.about-page .news-view .wal .-box .-body .-list ul li a .li-img {
  margin-top: 0.32rem;
  border-radius: 0.06rem;
  overflow: hidden;
  width: 100%;
  height: 2.7rem;
}
.about-page .news-view .wal .-box .-body .-list ul li a .li-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-page .news-view .wal .-box .-body .-list .btn-box {
  font-family: var(--sk-font-Bold);
  text-align: center;
  margin-top: 0.57rem;
}
.about-page .news-view .wal .-box .-body .-list .btn-box .g-more-btn {
  --height: .65rem;
  font-size: 0.24rem;
}
.about-page .video___section {
  min-height: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.about-page .video___section .bg-img {
  width: 100%;
}
.about-page .compliance-integrity-view {
  margin-top: 0;
  position: relative;
}
.about-page .compliance-integrity-view .wal {
  height: 8.42rem;
}
.about-page .compliance-integrity-view .wal .-box {
  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: 2rem 0 0.8rem;
  color: white;
}
.about-page .compliance-integrity-view .wal .-box .title {
  font-family: var(--sk-font-Bold);
  font-size: 0.54rem;
  line-height: 0.64rem;
  text-align: center;
}
.about-page .compliance-integrity-view .wal .-box .context {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  margin-top: 0.37rem;
  text-align: center;
  font-size: 0.2rem;
  line-height: 0.28rem;
}
.about-page .compliance-integrity-view .wal .-box .btn-box {
  font-family: var(--sk-font-Bold);
  margin-top: 0.33rem;
  text-align: center;
}
.about-page .compliance-integrity-view .wal .-box .btn-box .g-more-btn {
  --height: .65rem;
  font-size: 0.24rem;
}
@media screen and (max-width: 800px) {
  .about-page .g-footer {
    margin-top: -0.4rem;
  }
  .about-page .page-index .page-info {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
  .about-page .page-index .page-info .wal .title {
    font-size: 0.48rem;
    line-height: 0.56rem;
  }
  .about-page .page-index .page-info .wal .title span img {
    width: 0.7rem;
    height: 0.7rem;
    margin-right: 0.3rem;
  }
  .about-page .page-index .page-info .wal .title span:nth-child(2) {
    margin-left: auto;
    margin-top: 0.24rem;
  }
  .about-page .page-index .page-info .wal .sub-title {
    padding: 0;
    margin-top: 0.32rem;
    font-size: 0.32rem;
    line-height: 0.44rem;
  }
  .about-page .page-index .page-info .wal .context {
    margin-top: 0.56rem;
    padding: 0;
    font-size: 0.24rem;
    line-height: 0.32rem;
  }
  .about-page .page-index .page-info .wal .animate-circle {
    top: auto;
    bottom: 0;
    right: 0.4rem;
    width: 1.28rem;
    height: 1.28rem;
    -webkit-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
            transform: translate(0, 50%);
  }
  .about-page .page-index .page-count {
    margin-top: 0;
  }
  .about-page .page-index .page-count .wal .-list ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .about-page .page-index .page-count .wal .-list ul li {
    min-width: 50%;
    border-top: 1px solid #C9D6DF;
  }
  .about-page .page-index .page-count .wal .-list ul li::after {
    background: -webkit-linear-gradient(47deg, #464E98 0%, #636ED4 50.06%, #A35EED 82.29%, #FF7423 100%);
    background: linear-gradient(43deg, #464E98 0%, #636ED4 50.06%, #A35EED 82.29%, #FF7423 100%);
  }
  .about-page .page-index .page-count .wal .-list ul li:nth-child(-n+2) {
    border-top: 0;
  }
  .about-page .page-index .page-count .wal .-list ul li:nth-child(2n) {
    border-right: 0;
  }
  .about-page .page-index .page-count .wal .-list ul li .li-info {
    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;
    padding: 0.26rem 0.1rem 0.26rem 0.28rem;
    min-height: 2.74rem;
  }
  .about-page .page-index .page-count .wal .-list ul li .li-info .big-num {
    font-size: 0.72rem;
    line-height: 0.94rem;
    margin-top: auto;
  }
  .about-page .page-index .page-count .wal .-list ul li .li-info .text {
    margin-top: 0.12rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
    min-height: 0.72rem;
  }
  .about-page .page-index .page-advantage {
    position: relative;
    margin-top: 1rem;
    background: url(../images/about/dot-line-bg.png) top center no-repeat;
    background-size: auto 63%;
  }
  .about-page .page-index .page-advantage .wal {
    height: auto;
    padding-top: 0.64rem;
    padding-bottom: 0.64rem;
  }
  .about-page .page-index .page-advantage .wal .-box .animate-text {
    width: 85%;
    margin: auto;
  }
  .about-page .page-index .page-advantage .wal .-box .text-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;
    margin-top: 0.32rem;
  }
  .about-page .page-index .page-advantage .wal .-box .text-list 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;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .about-page .page-index .page-advantage .wal .-box .text-list ul li {
    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.24rem;
    line-height: 0.48rem;
  }
  .about-page .page-index .page-advantage .wal .-box .text-list ul li::after {
    display: none;
  }
  .about-page .page-index .page-advantage .wal .-box .strong-text {
    font-size: 0.32rem;
    line-height: 0.48rem;
    margin-top: 0.32rem;
  }
  .about-page .page-index .page-advantage .wal .-box .context {
    font-size: 0.24rem;
    line-height: 0.32rem;
    margin-top: 0.08rem;
    text-align: center;
  }
  .about-page .page-index .page-advantage .wal .circle-bg {
    display: none;
  }
  .about-page .brand-culture {
    position: relative;
    background: url(../images/about/dot-line-bg2.png) center center repeat;
    background-size: auto 80%;
  }
  .about-page .brand-culture .brand-wal {
    padding-top: 0.93rem;
    padding-bottom: 0.8rem;
  }
  .about-page .brand-culture .brand-wal .circle-bg {
    display: none;
  }
  .about-page .brand-culture .brand-wal .-box .-head .title {
    font-size: 0.48rem;
    line-height: 0.56rem;
    text-align: center;
  }
  .about-page .brand-culture .brand-wal .-box .-body {
    margin-top: 0.8rem;
  }
  .about-page .brand-culture .brand-wal .-box .-body .culture-list {
    width: 4rem;
    max-width: 86%;
    display: block;
    overflow: hidden;
    gap: 0;
  }
  .about-page .brand-culture .brand-wal .-box .-body .culture-list::before {
    width: 4rem;
  }
  .about-page .brand-culture .brand-wal .-box .-body .culture-track {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0;
  }
  .about-page .brand-culture .brand-wal .-box .-body .culture-card {
    width: 4rem;
    height: auto;
    cursor: default;
  }
  .about-page .brand-culture .brand-wal .-box .-body .culture-card:hover .culture-card-inner, .about-page .brand-culture .brand-wal .-box .-body .culture-card:focus-visible .culture-card-inner {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .about-page .brand-culture .brand-wal .-box .-body .culture-card-inner {
    height: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .about-page .brand-culture .brand-wal .-box .-body .culture-card-front {
    display: none;
  }
  .about-page .brand-culture .brand-wal .-box .-body .culture-card-front .icon {
    width: 0.76rem;
    height: 0.76rem;
  }
  .about-page .brand-culture .brand-wal .-box .-body .culture-card-front .name {
    margin-top: 0.18rem;
    font-size: 0.28rem;
    line-height: 0.36rem;
  }
  .about-page .brand-culture .brand-wal .-box .-body .culture-card-back {
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    width: 100%;
    height: auto;
    min-height: 3.2rem;
    padding: 0.36rem 0.34rem;
  }
  .about-page .brand-culture .brand-wal .-box .-body .culture-card-back .icon {
    width: 0.56rem;
    height: 0.56rem;
  }
  .about-page .brand-culture .brand-wal .-box .-body .culture-card-back .name {
    font-size: 0.28rem;
    line-height: 0.32rem;
  }
  .about-page .brand-culture .brand-wal .-box .-body .culture-card-back .text {
    margin-top: 0.24rem;
    font-size: 0.22rem;
    line-height: 0.32rem;
  }
  .about-page .history-view {
    overflow: hidden;
  }
  .about-page .history-view .wal {
    padding-top: 0.56rem;
    padding-bottom: 0.9rem;
  }
  .about-page .history-view .wal .-box .-head .title {
    font-size: 0.48rem;
    line-height: 0.56rem;
    text-align: center;
  }
  .about-page .history-view .wal .-box .card-swiper {
    margin-top: 0.56rem;
  }
  .about-page .history-view .wal .-box .card-swiper .swiper-container {
    overflow: visible;
    margin: 0;
    width: 100%;
  }
  .about-page .history-view .wal .-box .card-swiper .swiper-container .swiper-wrapper .swiper-slide {
    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: 100%;
    height: auto;
  }
  .about-page .history-view .wal .-box .card-swiper .swiper-container .swiper-wrapper .swiper-slide .img {
    width: 100%;
    height: 4.43rem;
  }
  .about-page .history-view .wal .-box .card-swiper .swiper-container .swiper-wrapper .swiper-slide .slide-info {
    padding: 0.26rem 0 0.4rem;
  }
  .about-page .history-view .wal .-box .card-swiper .swiper-container .swiper-wrapper .swiper-slide .slide-info .year_0s {
    font-size: 0.96rem;
    line-height: 1.12rem;
    padding: 0;
  }
  .about-page .history-view .wal .-box .card-swiper .swiper-container .swiper-wrapper .swiper-slide .slide-info .progress_0s {
    width: 100%;
    height: 1px;
    margin-top: 0.32rem;
  }
  .about-page .history-view .wal .-box .card-swiper .swiper-container .swiper-wrapper .swiper-slide .slide-info .progress_0s::after {
    height: 2px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .about-page .history-view .wal .-box .card-swiper .swiper-container .swiper-wrapper .swiper-slide .slide-info .text_0s {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    margin-top: 0.58rem;
    padding: 0;
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .about-page .history-view .wal .-box .swiper-control {
    position: relative;
    margin-top: 0.7rem;
    padding: 0 0.66rem;
  }
  .about-page .history-view .wal .-box .swiper-control .swiper-arrow .prev, .about-page .history-view .wal .-box .swiper-control .swiper-arrow .next {
    width: 0.6rem;
    height: 0.6rem;
  }
  .about-page .history-view .wal .-box .swiper-control .year-swiper {
    padding: 0 0.3rem 0;
  }
  .about-page .history-view .wal .-box .swiper-control .year-swiper::after {
    top: 0.3rem;
  }
  .about-page .history-view .wal .-box .swiper-control .year-swiper .swiper-container .swiper-wrapper {
    height: 1.3rem;
  }
  .about-page .history-view .wal .-box .swiper-control .year-swiper .swiper-container .swiper-wrapper .swiper-slide {
    width: 33.3333333333%;
    height: 0.6rem;
  }
  .about-page .history-view .wal .-box .swiper-control .year-swiper .swiper-container .swiper-wrapper .swiper-slide.on .dot_0s::after {
    width: 0.35rem;
    height: 0.35rem;
  }
  .about-page .history-view .wal .-box .swiper-control .year-swiper .swiper-container .swiper-wrapper .swiper-slide.on .text {
    -webkit-transform: translate(-50%, 0.32rem) scale(1.2);
        -ms-transform: translate(-50%, 0.32rem) scale(1.2);
            transform: translate(-50%, 0.32rem) scale(1.2);
  }
  .about-page .history-view .wal .-box .swiper-control .year-swiper .swiper-container .swiper-wrapper .swiper-slide .dot_0s {
    width: 0.16rem;
    height: 0.16rem;
  }
  .about-page .history-view .wal .-box .swiper-control .year-swiper .swiper-container .swiper-wrapper .swiper-slide .text {
    -webkit-transform: translate(-50%, 0.32rem);
        -ms-transform: translate(-50%, 0.32rem);
            transform: translate(-50%, 0.32rem);
    font-size: 0.24rem;
  }
  .about-page .awards-view {
    overflow: hidden;
  }
  .about-page .awards-view .wal {
    padding-top: 0.86rem;
    padding-bottom: 1.2rem;
  }
  .about-page .awards-view .wal .-box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-page .awards-view .wal .-box .-info {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    margin-right: 0;
  }
  .about-page .awards-view .wal .-box .-info .title {
    font-size: 0.48rem;
    line-height: 0.56rem;
  }
  .about-page .awards-view .wal .-box .-info .context {
    margin-top: 0.28rem;
    font-size: 0.24rem;
    line-height: 0.32rem;
  }
  .about-page .awards-view .wal .-box .-info .imgs {
    margin-top: 0.56rem;
  }
  .about-page .awards-view .wal .-box .-info .imgs ul {
    -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;
    gap: 0;
  }
  .about-page .awards-view .wal .-box .-info .imgs ul li img {
    height: 0.9rem;
  }
  .about-page .awards-view .wal .-box .-info .share-tag {
    margin-top: 0.46rem;
  }
  .about-page .awards-view .wal .-box .-info .share-tag span {
    color: #A9A9A9;
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
  .about-page .awards-view .wal .-box .img-swiper {
    max-width: 100%;
    width: 100%;
    margin-top: 0.66rem;
  }
  .about-page .awards-view .wal .-box .img-swiper .swiper-container {
    width: 5.04rem;
    padding-right: 0;
    overflow: visible;
    margin: 0;
  }
  .about-page .awards-view .wal .-box .img-swiper .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 4.18rem;
    padding: 0.18rem 0.24rem;
    margin-right: 0.32rem;
  }
  .about-page .awards-view .wal .-box .img-swiper .swiper-control {
    margin-top: 0.86rem;
  }
  .about-page .awards-view .wal .-box .img-swiper .swiper-control .swiper-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;
    width: 100%;
    gap: 0.24rem;
    margin-right: 0;
  }
  .about-page .awards-view .wal .-box .img-swiper .swiper-control .swiper-arrow .prev, .about-page .awards-view .wal .-box .img-swiper .swiper-control .swiper-arrow .next {
    width: 0.72rem;
    height: 0.72rem;
  }
  .about-page .awards-view .wal .-box .img-swiper .swiper-control .swiper-progress {
    display: none;
  }
  .about-page .location-map-view .wal {
    max-width: 100%;
    padding: 1.1rem 0 1.1rem;
  }
  .about-page .location-map-view .wal .-box .-head {
    padding: 0 0.3rem;
  }
  .about-page .location-map-view .wal .-box .-head .title {
    font-size: 0.48rem;
    line-height: 0.56rem;
  }
  .about-page .location-map-view .wal .-box .-body {
    margin: 0.64rem auto 0;
  }
  .about-page .location-map-view .wal .-box .-body .map-view {
    padding-top: 48.36%;
  }
  .about-page .location-map-view .wal .-box .-body .dot-list {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 48.36%;
    height: auto;
    z-index: 1;
  }
  .about-page .location-map-view .wal .-box .-body .dot-list ul li {
    top: var(--top);
    left: var(--left);
    width: 11px;
    height: 11px;
  }
  .about-page .location-map-view .wal .-box .-body .dot-list ul li .circle-dot {
    padding: 3px;
  }
  .about-page .location-map-view .wal .-box .-body .dot-list ul li .circle-dot::before, .about-page .location-map-view .wal .-box .-body .dot-list ul li .circle-dot::after {
    width: 17px;
    height: 17px;
  }
  .about-page .location-map-view .wal .-box .-body .dot-list ul li .layer_0s {
    display: none;
  }
  .about-page .location-map-view .wal .-box .-body .locate-card .swiper-container {
    max-width: 6.1rem;
    width: 100%;
    border-radius: 0.24rem;
    overflow: hidden;
    box-shadow: 0px 32px 60px 0px rgba(151, 151, 151, 0.15);
  }
  .about-page .location-map-view .wal .-box .-body .locate-card .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    min-height: 5.96rem;
    background-color: white;
  }
  .about-page .location-map-view .wal .-box .-body .locate-card .swiper-container .swiper-wrapper .swiper-slide .img {
    width: 100%;
    height: 3.78rem;
  }
  .about-page .location-map-view .wal .-box .-body .locate-card .swiper-container .swiper-wrapper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about-page .location-map-view .wal .-box .-body .locate-card .swiper-container .swiper-wrapper .swiper-slide .slide-info {
    padding: 0.48rem 0.46rem;
    color: #000000;
  }
  .about-page .location-map-view .wal .-box .-body .locate-card .swiper-container .swiper-wrapper .swiper-slide .slide-info .name {
    font-family: var(--sk-font-Bold);
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
  .about-page .location-map-view .wal .-box .-body .locate-card .swiper-container .swiper-wrapper .swiper-slide .slide-info .text {
    font-size: 0.24rem;
    line-height: 0.32rem;
    margin-top: 0.12rem;
  }
  .about-page .location-map-view .wal .-box .-body .foot-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.2rem;
    width: 100%;
    z-index: 2;
    margin-top: 0.9rem;
    padding: 0 0.3rem;
  }
  .about-page .location-map-view .wal .-box .-body .foot-box .round-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: auto;
    height: 1.15rem;
    padding: 0 0.2rem;
    border-radius: 0.9rem;
  }
  .about-page .location-map-view .wal .-box .-body .foot-box .round-text .inner .big-num {
    font-size: 0.64rem;
    line-height: 0.96rem;
  }
  .about-page .location-map-view .wal .-box .-body .foot-box .round-text .inner .text {
    font-size: 0.24rem;
    line-height: 0.36rem;
    padding-left: 0.16rem;
  }
  .about-page .news-view {
    background-color: #F7F7F7;
  }
  .about-page .news-view .wal {
    padding-top: 0.8rem;
    padding-bottom: 1rem;
  }
  .about-page .news-view .wal .-box .-head .title {
    font-size: 0.48rem;
    line-height: 0.56rem;
  }
  .about-page .news-view .wal .-box .-body {
    margin-top: 0.62rem;
  }
  .about-page .news-view .wal .-box .-body .-list ul {
    gap: 0.56rem;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    overflow: auto;
  }
  .about-page .news-view .wal .-box .-body .-list ul li {
    width: 3.72rem;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .about-page .news-view .wal .-box .-body .-list ul li a .li-date {
    font-size: 0.24rem;
    line-height: 0.3rem;
    padding-bottom: 0.22rem;
  }
  .about-page .news-view .wal .-box .-body .-list ul li a .li-tag {
    margin-top: 0.3rem;
    font-size: 0.24rem;
    line-height: 0.32rem;
  }
  .about-page .news-view .wal .-box .-body .-list ul li a .li-name {
    margin-top: 0.32rem;
    font-size: 0.28rem;
    line-height: 0.36rem;
  }
  .about-page .news-view .wal .-box .-body .-list ul li a .li-img {
    margin-top: 0.4rem;
    border-radius: 0.06rem;
    height: 2.37rem;
  }
  .about-page .news-view .wal .-box .-body .-list .btn-box {
    margin-top: 0.6rem;
  }
  .about-page .news-view .wal .-box .-body .-list .btn-box .g-more-btn {
    --height: .96rem;
    font-size: 0.28rem;
  }
  .about-page .video___section {
    margin-top: 0;
  }
  .about-page .compliance-integrity-view {
    margin-top: 0;
  }
  .about-page .compliance-integrity-view .wal {
    height: 10.82rem;
  }
  .about-page .compliance-integrity-view .wal .-box {
    padding: 1.56rem 0 0.8rem;
  }
  .about-page .compliance-integrity-view .wal .-box .title {
    font-size: 0.48rem;
    line-height: 0.56rem;
  }
  .about-page .compliance-integrity-view .wal .-box .context {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 16;
    -webkit-box-orient: vertical;
    margin-top: 0.56rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .about-page .compliance-integrity-view .wal .-box .btn-box {
    margin-top: 0.78rem;
  }
  .about-page .compliance-integrity-view .wal .-box .btn-box .g-more-btn {
    --height: .96rem;
    font-size: 0.28rem;
  }
}

/* 通用输入框关闭按钮 */
.close-icon {
  margin-right: 0.1rem;
  cursor: pointer;
}
.close-icon img {
  width: 100%;
  height: 100%;
}

.container {
  max-width: 14.8rem;
  margin: 0 auto;
  padding: 0 0.2rem;
}

/* Header Styles */
.header {
  background-color: #FFFFFF;
  padding: 0.2rem 0;
  box-shadow: 0 0.04rem 0.12rem rgba(0, 0, 0, 0.08);
}
.header .header-content {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.2rem;
}
.header .header-content .logo {
  font-weight: 700;
  font-size: 0.3rem;
  color: #182833;
}
.header .header-content .logo a {
  text-decoration: none;
  color: inherit;
}
.header .header-content .nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3rem;
  list-style: none;
}
.header .header-content .nav ul li a {
  text-decoration: none;
  font-weight: 600;
  font-size: 0.16rem;
  color: #182833;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header .header-content .nav ul li a:hover {
  color: #4745A0;
}
.header .header-content .header-actions {
  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;
  gap: 0.2rem;
}
.header .header-content .header-actions .btn {
  padding: 0.1rem 0.2rem;
  background-color: #4745A0;
  color: #FFFFFF;
  border: none;
  border-radius: 0.04rem;
  font-weight: 600;
  font-size: 0.14rem;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.header .header-content .header-actions .btn:hover {
  background-color: #322F98;
}
.header .header-content .header-actions .icon {
  color: #182833;
  text-decoration: none;
}
.header .header-content .header-actions .icon svg {
  width: 0.2rem;
  height: 0.2rem;
}

/* Breadcrumb Styles */
.breadcrumb-section {
  background-color: #F7F7F7;
  padding: 0.2rem 0;
}
.breadcrumb-section .breadcrumb {
  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;
  gap: 0.1rem;
  font-weight: 600;
  font-size: 0.16rem;
  color: #182833;
}
.breadcrumb-section .breadcrumb a {
  text-decoration: none;
  color: #4745A0;
}
.breadcrumb-section .breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb-section .breadcrumb span {
  color: #666666;
}

/* Privacy Policy Styles */
.privacy-policy-section .container {
  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;
  max-width: 14rem;
  padding: 0;
  padding-bottom: 0.9rem;
  background-color: #FFFFFF;
}
.privacy-policy-section .container .section-title {
  font-weight: 700;
  font-size: 0.48rem;
  line-height: 1.2em;
  color: #182833;
  margin-bottom: 0.4rem;
  text-align: center;
}
.privacy-policy-section .container .policy-content {
  margin: 0 auto;
}
.privacy-policy-section .container .policy-content p {
  font-weight: 500;
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #666666;
}
.privacy-policy-section .container .policy-content div {
  margin-bottom: 0.3rem;
  margin-top: 0.2rem;
  font-size: 0.2rem;
  color: #666666;
}
.privacy-policy-section .container .g-more-btn,
.privacy-policy-section .container .privacy-confirm-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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: 0.9rem auto 0 auto;
  padding: 0;
  font-size: 0.2rem;
  color: #FFFFFF;
  background: -webkit-linear-gradient(left, rgb(97, 108, 205) 0%, rgb(128, 126, 231) 100%);
  background: linear-gradient(90deg, rgb(97, 108, 205) 0%, rgb(128, 126, 231) 100%);
  border: none;
  border-radius: 0.9rem;
  min-width: 3.12rem;
  height: 0.84rem;
  cursor: pointer;
  -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;
  overflow: hidden;
  position: relative;
}
.privacy-policy-section .container .g-more-btn .btn-text,
.privacy-policy-section .container .privacy-confirm-btn .btn-text {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.24rem;
  line-height: 0.32rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.84rem;
  line-height: 0.84rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}

@media screen and (max-width: 800px) {
  .privacy-policy-section {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
    padding-top: 0.6rem;
    background-color: #f7f7f7;
  }
  .privacy-policy-section .container {
    background-color: #f7f7f7;
  }
  .privacy-policy-section .container .policy-content p {
    font-size: 0.24rem;
    line-height: 0.32rem;
  }
  .privacy-policy-section .container .policy-content div {
    font-size: 0.24rem;
    line-height: 0.32rem;
  }
}
/* Footer Styles */
.footer {
  background-color: #182833;
  color: #FFFFFF;
}
.footer .footer-top {
  background-color: #4745A0;
  padding: 0.4rem 0;
}
.footer .footer-top .footer-top-content {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.3rem;
}
.footer .footer-top .footer-top-content .footer-logo {
  font-weight: 700;
  font-size: 0.3rem;
}
.footer .footer-top .footer-top-content .footer-logo a {
  text-decoration: none;
  color: #FFFFFF;
}
.footer .footer-bottom {
  padding: 0.6rem 0;
}
.footer .footer-bottom .footer-bottom-content {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.4rem;
}
.footer .footer-bottom .footer-bottom-content .footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer .footer-bottom .footer-bottom-content .footer-links .footer-link-group h4 {
  font-weight: 600;
  font-size: 0.18rem;
  margin-bottom: 0.2rem;
}
.footer .footer-bottom .footer-bottom-content .footer-links .footer-link-group ul {
  list-style: none;
}
.footer .footer-bottom .footer-bottom-content .footer-links .footer-link-group ul li {
  margin-bottom: 0.1rem;
}
.footer .footer-bottom .footer-bottom-content .footer-links .footer-link-group ul li a {
  text-decoration: none;
  font-size: 0.16rem;
  color: #CCCCCC;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer .footer-bottom .footer-bottom-content .footer-links .footer-link-group ul li a:hover {
  color: #FFFFFF;
}
.footer .footer-bottom .footer-bottom-content .footer-contact .contact-item {
  margin-bottom: 0.2rem;
}
.footer .footer-bottom .footer-bottom-content .footer-contact .contact-item h4 {
  font-weight: 600;
  font-size: 0.18rem;
  margin-bottom: 0.1rem;
}
.footer .footer-bottom .footer-bottom-content .footer-contact .contact-item p {
  font-size: 0.16rem;
  color: #CCCCCC;
  line-height: 1.4em;
}
.footer .footer-bottom .footer-copyright {
  border-top: 0.01rem solid #333333;
  padding-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.2rem;
}
.footer .footer-bottom .footer-copyright p {
  font-size: 0.14rem;
  color: #999999;
}
.footer .footer-bottom .footer-copyright .footer-legal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
}
.footer .footer-bottom .footer-copyright .footer-legal a {
  text-decoration: none;
  font-size: 0.14rem;
  color: #999999;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer .footer-bottom .footer-copyright .footer-legal a:hover {
  color: #FFFFFF;
}

/* Technical Guidance Styles */
.tec-guidance-page {
  background-color: #F7F7F7;
}
.tec-guidance-page .tec-guidance-section {
  padding: 0.45rem 0 1.28rem 0;
}
.tec-guidance-page .tec-guidance-section .wal {
  max-width: 14rem;
  margin: 0 auto;
}
.tec-guidance-page .tec-guidance-section .section-title {
  font-weight: 700;
  font-size: 0.54rem;
  line-height: 1.185em;
  color: #182833;
  margin-bottom: 0.2rem;
}
.tec-guidance-page .tec-guidance-section .tec-title {
  color: #182833;
  font-weight: bold;
  font-size: 0.54rem;
  line-height: 0.64rem;
  margin-bottom: 0.32rem;
}
.tec-guidance-page .tec-guidance-section .document-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.6rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tec-guidance-page .tec-guidance-section .document-card {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 6.56rem;
      -ms-flex: 0 0 6.56rem;
          flex: 0 0 6.56rem;
  height: 4.31rem;
  background-color: #FFFFFF;
  border-radius: 0.08rem;
  overflow: hidden;
}
.tec-guidance-page .tec-guidance-section .document-card .card-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0.3rem;
}
.tec-guidance-page .tec-guidance-section .document-card .document-preview {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 2.65rem;
      -ms-flex: 0 0 2.65rem;
          flex: 0 0 2.65rem;
  height: 3.71rem;
  margin-right: 0.3rem;
  background-color: #F7F7F7;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.tec-guidance-page .tec-guidance-section .document-card .document-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tec-guidance-page .tec-guidance-section .document-card .document-preview .preview-content {
  padding: 0.2rem;
  text-align: left;
  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;
}
.tec-guidance-page .tec-guidance-section .document-card .document-preview .preview-content .preview-title {
  font-weight: 700;
  font-size: 0.24rem;
  line-height: 1.25em;
  color: #182833;
  margin-bottom: 0.1rem;
}
.tec-guidance-page .tec-guidance-section .document-card .document-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  min-width: 3rem;
}
.tec-guidance-page .tec-guidance-section .document-card .document-info .document-title {
  font-weight: 600;
  font-size: 0.24rem;
  line-height: 1.25em;
  color: #182833;
  margin-bottom: 0.3rem;
  word-break: break-word;
}
.tec-guidance-page .tec-guidance-section .document-card .document-info .document-title .document-tag {
  margin-bottom: 0.1rem;
  color: #4745a0;
}
.tec-guidance-page .tec-guidance-section .document-card .document-info .document-meta {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.15rem;
  margin-bottom: 0.1rem;
}
.tec-guidance-page .tec-guidance-section .document-card .document-info .document-meta .document-actions {
  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;
  gap: 0.2rem;
  width: 100%;
}
.tec-guidance-page .tec-guidance-section .document-card .document-info .document-meta .document-actions .action-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;
  gap: 0.1rem;
  font-weight: 600;
  font-size: 0.2rem;
  line-height: 1.5em;
  text-decoration: none;
  color: #182833;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
}
.tec-guidance-page .tec-guidance-section .document-card .document-info .document-meta .document-actions .action-btn img {
  width: 0.24rem;
  height: 0.24rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.tec-guidance-page .tec-guidance-section .document-card .document-info .document-meta .document-actions .action-btn img:first-of-type {
  opacity: 1;
}
.tec-guidance-page .tec-guidance-section .document-card .document-info .document-meta .document-actions .action-btn img:nth-of-type(2) {
  position: absolute;
  left: 0;
  opacity: 0;
}
.tec-guidance-page .tec-guidance-section .document-card .document-info .document-meta .document-actions .action-btn:hover {
  color: #4745A0;
}
.tec-guidance-page .tec-guidance-section .document-card .document-info .document-meta .document-actions .action-btn:hover img:first-of-type {
  opacity: 0;
}
.tec-guidance-page .tec-guidance-section .document-card .document-info .document-meta .document-actions .action-btn:hover img:nth-of-type(2) {
  opacity: 1;
}
.tec-guidance-page .tec-guidance-section .installer-tag {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  padding-top: 0.2rem;
  position: relative;
}
.tec-guidance-page .tec-guidance-section .installer-tag::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 0.01rem;
  background-color: #E0E0E0;
}
.tec-guidance-page .tec-guidance-section .installer-tag .tag-title {
  font-weight: 600;
  font-size: 0.48rem;
  line-height: 1;
  background: -webkit-linear-gradient(266.68deg, #8a86f5 0%, #5343bf 100%);
  background: linear-gradient(183.32deg, #8a86f5 0%, #5343bf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 0.2rem 0;
  letter-spacing: 1px;
}
.tec-guidance-page .tec-guidance-section .installer-tag .tag-subtitle {
  font-weight: 500;
  font-size: 0.22rem;
  line-height: 0.22rem;
  color: #999999;
  margin: 0;
}

@media screen and (max-width: 800px) {
  .tec-guidance-page .tec-guidance-section .wal .tec-title {
    font-size: 0.48rem;
    line-height: 0.56rem;
    margin-bottom: 0.4rem;
  }
  .tec-guidance-page .tec-guidance-section .wal .document-list .document-card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .tec-guidance-page .tec-guidance-section .wal .document-list .document-card .card-content .document-info .document-title {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .tec-guidance-page .tec-guidance-section .wal .document-list .document-card .card-content .document-info .document-meta {
    margin-bottom: 0.2rem;
  }
  .tec-guidance-page .tec-guidance-section .wal .document-list .document-card .card-content .document-info .document-meta .document-actions .action-btn {
    font-size: 0.24rem;
  }
  .tec-guidance-page .tec-guidance-section .wal .document-list .document-card .card-content .document-info .document-meta .document-actions .action-btn img {
    width: 0.32rem;
    height: 0.32rem;
  }
}
/* FAQ Service Styles */
.faq-service-page main {
  background-color: #f7f7f7;
}
.faq-service-page main .faq-section {
  padding: 0.6rem 0 0 0;
}
.faq-service-page main .faq-section .wal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.faq-service-page main .faq-section .wal h1 {
  font-size: 0.54rem;
  width: 4.2rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0.2rem;
  background-color: #f7f7f7;
  z-index: 10;
  padding-bottom: 0.4rem;
  margin-bottom: 0.2rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.faq-service-page main .faq-section .wal .faq-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 9.34rem;
  margin: 0 auto;
  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: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 0.6rem;
}
.faq-service-page main .faq-section .wal .faq-container .search-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;
  border: 0.01rem solid #E6E6E6;
  border-radius: 0.06rem;
  overflow: hidden;
  margin-bottom: 0.97rem;
  width: 4.9rem;
  height: 0.54rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 0.05rem;
  padding-left: 0.05rem;
}
.faq-service-page main .faq-section .wal .faq-container .search-box input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.18rem 0.2rem 0.18rem 0.12rem;
  border: none;
  font-size: 0.2rem;
  color: #333333;
}
.faq-service-page main .faq-section .wal .faq-container .search-box input::-webkit-input-placeholder {
  color: #999999;
}
.faq-service-page main .faq-section .wal .faq-container .search-box input::-moz-placeholder {
  color: #999999;
}
.faq-service-page main .faq-section .wal .faq-container .search-box input:-ms-input-placeholder {
  color: #999999;
}
.faq-service-page main .faq-section .wal .faq-container .search-box input::placeholder {
  color: #999999;
}
.faq-service-page main .faq-section .wal .faq-container .search-box .search-btn {
  --height: 0.46rem;
  --width: auto;
  --padding: 0 0.3rem;
  font-size: 0.16rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 0.09rem;
}
.faq-service-page main .faq-section .wal .faq-container .faq-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;
  gap: 0.46rem;
}
.faq-service-page main .faq-section .wal .faq-container .faq-list .faq-item {
  background-color: transparent;
  border-radius: 0.1rem;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-service-page main .faq-section .wal .faq-container .faq-list .faq-item .faq-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.33rem 0.37rem;
  word-break: break-word;
  cursor: pointer;
}
.faq-service-page main .faq-section .wal .faq-container .faq-list .faq-item .faq-question span {
  font-size: 0.24rem;
  color: #182833;
  font-weight: 400;
  margin-right: 0.4rem;
}
.faq-service-page main .faq-section .wal .faq-container .faq-list .faq-item .faq-question .faq-toggle {
  background: none;
  border: none;
  cursor: pointer;
  width: 0.32rem;
  height: 0.32rem;
  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;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 0.02rem;
}
.faq-service-page main .faq-section .wal .faq-container .faq-list .faq-item .faq-question .faq-toggle .faq-toggle__icon {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0;
  pointer-events: none;
}
.faq-service-page main .faq-section .wal .faq-container .faq-list .faq-item .faq-question .faq-toggle .icon-close {
  opacity: 1;
}
.faq-service-page main .faq-section .wal .faq-container .faq-list .faq-item .faq-question .faq-toggle svg {
  width: 0.32rem;
  height: 0.32rem;
  -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;
}
.faq-service-page main .faq-section .wal .faq-container .faq-list .faq-item .faq-answer {
  padding: 0 0.37rem 0.33rem;
  font-size: 0.2rem;
  line-height: 1.4em;
  color: #333333;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease, padding 0.3s ease;
  transition: max-height 0.3s ease, padding 0.3s ease;
  display: none;
}
.faq-service-page main .faq-section .wal .faq-container .faq-list .faq-item .faq-answer p {
  margin: 0;
  font-weight: 400;
  font-size: 0.2rem;
}
.faq-service-page main .faq-section .wal .faq-container .faq-list .faq-item.active {
  background-color: #FFFFFF;
  box-shadow: 0 0.16rem 0.3rem rgba(151, 151, 151, 0.15);
}
.faq-service-page main .faq-section .wal .faq-container .faq-list .faq-item.active .faq-answer {
  max-height: 5rem;
  padding: 0 0.37rem 0.33rem;
  display: block;
}
.faq-service-page main .faq-section .wal .faq-container .faq-list .faq-item.active .faq-toggle .icon-open {
  opacity: 1;
}
.faq-service-page main .faq-section .wal .faq-container .faq-list .faq-item.active .faq-toggle .icon-close {
  opacity: 0;
}
.faq-service-page main .faq-section .wal .faq-container .faq-list .faq-item {
  border-bottom: 0.01rem solid #E6E6E6;
}
.faq-service-page main .faq-section .wal .faq-container .faq-list .faq-item.active {
  border-bottom: none;
}

@media screen and (max-width: 800px) {
  .faq-service-page main .faq-section .wal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .faq-service-page main .faq-section .wal h1 {
    width: 100%;
  }
  .faq-service-page main .faq-section .wal .faq-container {
    width: 100%;
  }
  .faq-service-page main .faq-section .wal .faq-container .search-box {
    width: 100%;
    margin-top: 0.48rem;
    height: 0.79rem;
  }
  .faq-service-page main .faq-section .wal .faq-container .search-box .search-icon {
    width: 0.4rem;
    height: 0.4rem;
  }
  .faq-service-page main .faq-section .wal .faq-container .search-box input {
    font-size: 0.23rem;
  }
  .faq-service-page main .faq-section .wal .faq-container .search-box .search-btn {
    --height: 0.68rem;
    --width: auto;
    --padding: 0 0.4rem;
    font-size: 0.23rem;
    border-radius: 0.09rem;
  }
  .faq-service-page main .faq-section .wal .faq-container .faq-list .faq-item .faq-question {
    padding-right: 0.26rem;
    padding-left: 0.26rem;
  }
  .faq-service-page main .faq-section .wal .faq-container .faq-list .faq-item .faq-question span {
    font-size: 0.28rem;
    font-weight: 600;
  }
  .faq-service-page main .faq-section .wal .faq-container .faq-list .faq-item .faq-question .faq-toggle {
    margin-left: 0.26rem;
    width: 0.32rem;
    height: 0.32rem;
    margin-top: 0.04rem;
  }
  .faq-service-page main .faq-section .wal .faq-container .faq-list .faq-item .faq-answer {
    padding: 0 0.73rem 0.52rem 0.28rem !important;
  }
  .faq-service-page main .faq-section .wal .faq-container .faq-list .faq-item .faq-answer p {
    font-size: 0.28rem;
    line-height: 0.32rem;
  }
}
@media screen and (max-width: 8rem) {
  .header .header-content {
    -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;
  }
  .header .header-content .nav ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .privacy-policy-section .policy-content {
    max-width: 100%;
  }
  .faq-section .faq-container {
    max-width: 100%;
  }
  .faq-section .faq-container .search-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .faq-section .faq-container .search-box input {
    width: 100%;
    margin-bottom: 0.1rem;
  }
  .faq-section .faq-container .faq-list .faq-item .faq-question {
    padding: 0.13rem 0.13rem;
  }
  .faq-section .faq-container .faq-list .faq-item .faq-question span {
    font-size: 0.14rem;
  }
  .faq-section .faq-container .faq-list .faq-item .faq-question .faq-toggle .faq-toggle__icon {
    width: 0.16rem;
    height: 0.16rem;
  }
  .faq-section .faq-container .faq-list .faq-item .faq-answer {
    padding: 0 0.14rem 0.13rem;
    font-size: 0.12rem;
  }
  .faq-section .faq-container .faq-list .faq-item {
    border-bottom: 0.01rem solid #E6E6E6;
  }
  .faq-section .faq-container .faq-list .faq-item.active {
    border-bottom: none;
  }
  .footer .footer-top .footer-top-content {
    -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;
  }
  .footer .footer-bottom .footer-bottom-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer-bottom .footer-bottom-content .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.3rem;
  }
  .footer .footer-bottom .footer-copyright {
    -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;
  }
  .tec-guidance-section {
    padding: 0.3rem 0;
  }
  .tec-guidance-section .section-title {
    font-size: 0.36rem;
    text-align: center;
  }
  .tec-guidance-section .breadcrumb {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.16rem;
  }
  .tec-guidance-section .document-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.3rem;
  }
  .tec-guidance-section .document-card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    height: auto;
  }
  .tec-guidance-section .document-card .card-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.2rem;
  }
  .tec-guidance-section .document-card .document-preview {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    height: 2.5rem;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
  .tec-guidance-section .document-card .document-info .document-title {
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .tec-guidance-section .document-card .document-info .document-meta {
    -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;
    gap: 0.15rem;
  }
  .tec-guidance-section .document-card .document-info .document-meta .document-actions {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tec-guidance-section .document-card .document-info .document-meta .document-actions .action-btn {
    font-size: 0.18rem;
  }
}
/* 诚信声明页面start */
.statement-detail-page {
  background-color: #f7f7f7;
}
.statement-detail-page .statement-section {
  padding: 0.45rem 0;
  background-color: #F7F7F7;
}
.statement-detail-page .statement-section .statement-content {
  max-width: 14rem;
  margin: 0 auto;
}
.statement-detail-page .statement-section .statement-content p {
  font-size: 0.2rem;
  line-height: 0.32rem;
  color: #182833;
  font-weight: 500;
  margin-bottom: 1rem;
}
.statement-detail-page .statement-section .statement-footer {
  max-width: 14rem;
  margin: 0.8rem auto 3.25rem auto;
}
.statement-detail-page .statement-section .statement-footer p {
  font-size: 0.24rem;
  line-height: 2.25em;
  color: #182833;
  font-weight: 600;
  text-align: right;
  margin: 0;
}
.statement-detail-page .statement-section h1 {
  text-align: center;
  font-size: 0.36rem;
  line-height: 0.54rem;
  margin-bottom: 0.48rem;
}

/* Footer 语言选择器样式start */
.g-footer .footer-bottom {
  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;
}
.g-footer .footer-bottom .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;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.g-footer .footer-bottom .language-selector {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  z-index: 10;
  position: absolute;
  right: 0;
}
.g-footer .footer-bottom .language-selector .language-toggle {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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.06rem 0.12rem;
  background-color: transparent;
  border: 0.01rem solid rgba(255, 255, 255, 0.8);
  border-radius: 0.08rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 1.3rem;
  height: 0.47rem;
}
.g-footer .footer-bottom .language-selector .language-toggle:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.05);
}
.g-footer .footer-bottom .language-selector .language-toggle .language-toggle-inner {
  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;
  gap: 0.08rem;
}
.g-footer .footer-bottom .language-selector .language-toggle .language-toggle-inner .flag-icon {
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  object-fit: cover;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.g-footer .footer-bottom .language-selector .language-toggle .language-toggle-inner .language-name {
  font-size: 0.14rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1;
}
.g-footer .footer-bottom .language-selector .language-toggle .language-toggle-inner .arrow-icon {
  width: 0.14rem;
  height: 0.14rem;
  -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;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  opacity: 0.7;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.g-footer .footer-bottom .language-selector .language-toggle.is-active .arrow-icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.g-footer .footer-bottom .language-selector .language-dropdown {
  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;
  position: absolute;
  bottom: calc(100% + 0.08rem);
  right: -0.15rem;
  width: 2.3rem;
  padding: 0.12rem 0.08rem 0.12rem 0.08rem;
  background-color: rgba(255, 255, 255, 0.8);
  border: 0.01rem solid rgba(255, 255, 255, 0.3);
  border-radius: 0.08rem;
  box-shadow: 0 0.08rem 0.24rem rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(0.1rem);
      -ms-transform: translateY(0.1rem);
          transform: translateY(0.1rem);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-footer .footer-bottom .language-selector .language-dropdown .language-option {
  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;
  gap: 0.08rem;
  padding: 0.08rem 0.1rem;
  border-radius: 0.06rem;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.g-footer .footer-bottom .language-selector .language-dropdown .language-option:hover .language-name {
  color: #322f98;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.g-footer .footer-bottom .language-selector .language-dropdown .language-option .flag-icon {
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  object-fit: cover;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.g-footer .footer-bottom .language-selector .language-dropdown .language-option .language-name {
  font-size: 0.14rem;
  font-weight: 500;
  color: #182833;
  line-height: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.g-footer .footer-bottom .language-selector .language-dropdown .language-hint {
  font-size: 0.16rem;
  color: #4745a0;
  text-align: left;
  padding-top: 0.08rem;
  margin-top: 0.05rem;
  border-top: 0.01rem solid rgba(0, 0, 0, 0.06);
}
.g-footer .footer-bottom .language-selector .language-dropdown.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* 移动端适配 */
@media screen and (max-width: 800px) {
  .g-footer .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .g-footer .footer-bottom .copyright {
    text-align: left;
    max-width: 5.3rem;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .g-footer .footer-bottom .link-list {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .g-footer .footer-bottom .language-selector {
    margin: 0 0 0 auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .g-footer .footer-bottom .language-selector .language-toggle {
    padding: 0.08rem 0.16rem;
    border: 0.01rem solid #ffffff;
    border-radius: 0.08rem;
    width: 1.8rem;
    height: 0.64rem;
    box-shadow: 0 0.02rem 0.08rem rgba(0, 0, 0, 0.05);
  }
  .g-footer .footer-bottom .language-selector .language-toggle .language-toggle-inner {
    gap: 0.13rem;
  }
  .g-footer .footer-bottom .language-selector .language-toggle .language-toggle-inner .flag-icon {
    width: 0.51rem;
    height: 0.51rem;
  }
  .g-footer .footer-bottom .language-selector .language-toggle .language-toggle-inner .language-name {
    font-size: 0.24rem;
  }
  .g-footer .footer-bottom .language-selector .language-toggle .language-toggle-inner .arrow-icon {
    width: 0.28rem;
    height: 0.28rem;
    -webkit-filter: none;
            filter: none;
    opacity: 0.8;
  }
  .g-footer .footer-bottom .language-selector .language-dropdown {
    right: 70%;
    bottom: calc(100% + 0.18rem);
    -webkit-transform: translateX(50%) translateY(0.1rem);
        -ms-transform: translateX(50%) translateY(0.1rem);
            transform: translateX(50%) translateY(0.1rem);
    width: 2.8rem;
    padding: 0.16rem 0.12rem;
    background-color: rgba(255, 255, 255, 0.75);
    border: 0.01rem solid #E6E6E6;
    border-radius: 0.12rem;
    box-shadow: 0 0.12rem 0.32rem rgba(0, 0, 0, 0.15);
  }
  .g-footer .footer-bottom .language-selector .language-dropdown.is-visible {
    -webkit-transform: translateX(50%) translateY(0);
        -ms-transform: translateX(50%) translateY(0);
            transform: translateX(50%) translateY(0);
  }
  .g-footer .footer-bottom .language-selector .language-dropdown .language-option {
    padding: 0.12rem;
    gap: 0.12rem;
  }
  .g-footer .footer-bottom .language-selector .language-dropdown .language-option .flag-icon {
    width: 0.51rem;
    height: 0.51rem;
  }
  .g-footer .footer-bottom .language-selector .language-dropdown .language-option .language-name {
    font-size: 0.24rem;
    color: #182833;
  }
  .g-footer .footer-bottom .language-selector .language-dropdown .language-option:hover {
    background-color: rgba(71, 69, 160, 0.05);
  }
  .g-footer .footer-bottom .language-selector .language-dropdown .language-option:hover .language-name {
    color: #4745A0;
  }
  .g-footer .footer-bottom .language-selector .language-dropdown .language-hint {
    display: block;
    font-size: 0.2rem;
    color: #322F98;
    text-decoration: underline;
    text-align: center;
    padding: 0.16rem 0 0.08rem;
    margin-top: 0.12rem;
    border-top: 0.01rem solid #F0F0F0;
    font-weight: 500;
  }
}
/* Footer 语言选择器样式end */
/* header语言选择样式start */
.g-header .top-top .language-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  gap: 0.04rem;
  width: 0.57rem;
  height: 0.28rem;
  padding: 0.02rem;
  border-radius: 0.9rem;
  border: none;
  background: -webkit-linear-gradient(left, #616CCD 0%, #807EE7 100%);
  background: linear-gradient(90deg, #616CCD 0%, #807EE7 100%);
  overflow: hidden;
  box-shadow: inset 0 0 0 0.01rem rgba(71, 69, 160, 0.08);
}
.g-header .top-top .language-btn .language-pill {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  width: 0.24rem;
  height: 100%;
  min-width: 0.24rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  font-size: 0.12rem;
  line-height: 1;
  color: #FFFFFF;
  background-color: transparent;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, -webkit-transform 0.1s ease;
  transition: background-color 0.2s ease, color 0.2s ease, -webkit-transform 0.1s ease;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.1s ease;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
}
.g-header .top-top .language-btn .language-pill.is-active {
  background-color: #FFFFFF;
  color: #4745A0;
}
.g-header .top-top .language-btn .language-pill:active {
  -webkit-transform: scale(0.96);
      -ms-transform: scale(0.96);
          transform: scale(0.96);
}
.g-header .top-top .language-btn .language-pill:focus-visible {
  outline: 0.02rem solid rgba(71, 69, 160, 0.35);
  outline-offset: -0.02rem;
}
.g-header .top-top .language-btn .language-layer {
  left: auto;
  right: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

@media screen and (max-width: 800px) {
  .select-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;
  }
  .select-box .language-btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-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;
    gap: 0.06rem;
    width: 1.01rem;
    height: 0.52rem;
    padding: 0.05rem;
    border-radius: 0.9rem;
    border: none;
    background: -webkit-linear-gradient(left, #616CCD 0%, #807EE7 100%);
    background: linear-gradient(90deg, #616CCD 0%, #807EE7 100%);
    overflow: hidden;
    box-shadow: inset 0 0 0 0.01rem rgba(71, 69, 160, 0.08);
    margin-right: 0.4rem;
  }
  .select-box .language-btn .language-pill {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-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;
    width: 0.44rem;
    height: 100%;
    min-width: 0.44rem;
    padding: 0;
    border: none;
    border-radius: 50%;
    font-size: 0.24rem;
    line-height: 1;
    color: #FFFFFF;
    background-color: transparent;
    text-decoration: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease, -webkit-transform 0.1s ease;
    transition: background-color 0.2s ease, color 0.2s ease, -webkit-transform 0.1s ease;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.1s ease;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
  }
  .select-box .language-btn .language-pill.is-active {
    background-color: #FFFFFF;
    color: #4745A0;
  }
  .select-box .language-btn .language-pill:active {
    -webkit-transform: scale(0.96);
        -ms-transform: scale(0.96);
            transform: scale(0.96);
  }
  .select-box .language-btn .language-pill:focus-visible {
    outline: 0.02rem solid rgba(71, 69, 160, 0.35);
    outline-offset: -0.02rem;
  }
  .select-box .language-btn .language-layer {
    left: auto;
    right: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
/* header语言选择样式end */
@media screen and (max-width: 800px) {
  .statement-detail-page .statement-section .wal {
    padding: 0 0.3rem;
  }
  .statement-detail-page .statement-section .wal h1 {
    font-size: 0.4rem;
    line-height: 0.44rem;
    margin-bottom: 0.7rem;
  }
  .statement-detail-page .statement-section .wal .statement-content {
    padding: 0;
  }
  .statement-detail-page .statement-section .wal .statement-content p {
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #666666;
  }
  .statement-detail-page .statement-section .wal .statement-footer {
    font-size: 0.28rem;
    line-height: 0.32rem;
    margin: 0 auto 0.5rem auto;
  }
}
/* 诚信声明页面start */
/* 下载中心页面start */
/* 下载中心页面start */
.download-center-page {
  background-color: #f7f7f7;
}
.download-center-page .download-center-main .download-center-container {
  max-width: 14rem;
  margin: 0 auto 2.14rem auto;
}
.download-center-page .download-center-main .download-center-container .page-header {
  margin-bottom: 0.8rem;
}
.download-center-page .download-center-main .download-center-container .page-header .download-center-title {
  font-size: 0.54rem;
  font-weight: 700;
  color: #182833;
  margin-bottom: 0.4rem;
}
.download-center-page .download-center-main .download-center-container .page-header .breadcrumb {
  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;
  gap: 0.15rem;
  font-size: 0.2rem;
  color: #333333;
  font-weight: 600;
}
.download-center-page .download-center-main .download-center-container .page-header .breadcrumb span:nth-child(even) {
  color: #999999;
}
.download-center-page .download-center-main .download-center-container .main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.64rem;
}
.download-center-page .download-center-main .download-center-container .main-content .sidebar {
  width: 2.65rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0.2rem;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  background-color: #F7F7F7;
  z-index: 10;
}
.download-center-page .download-center-main .download-center-container .main-content .sidebar .filter-buttons {
  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.46rem;
  position: relative;
}
.download-center-page .download-center-main .download-center-container .main-content .sidebar .filter-buttons::before {
  content: "";
  position: absolute;
  left: 0.06rem;
  top: 8px;
  bottom: 0;
  width: 0.01rem;
  background-color: rgba(71, 69, 160, 0.2);
  z-index: 0;
}
.download-center-page .download-center-main .download-center-container .main-content .sidebar .filter-buttons .filter-btn {
  background-color: transparent;
  color: #4745A0;
  border: none;
  font-size: 0.24rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
  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;
  z-index: 1;
}
.download-center-page .download-center-main .download-center-container .main-content .sidebar .filter-buttons .filter-btn::before {
  content: "";
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background: -webkit-radial-gradient(circle, #4745A0 0%, #4745A0 40%, rgba(71, 69, 160, 0.3) 70%, rgba(71, 69, 160, 0) 100%);
  background: radial-gradient(circle, #4745A0 0%, #4745A0 40%, rgba(71, 69, 160, 0.3) 70%, rgba(71, 69, 160, 0) 100%);
  margin-right: 0.18rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.download-center-page .download-center-main .download-center-container .main-content .sidebar .filter-buttons .filter-btn.active {
  color: #4745A0;
}
.download-center-page .download-center-main .download-center-container .main-content .sidebar .filter-buttons .filter-btn.active::before {
  background: -webkit-radial-gradient(circle, #4745A0 0%, #4745A0 40%, rgba(71, 69, 160, 0.3) 70%, rgba(71, 69, 160, 0) 100%);
  background: radial-gradient(circle, #4745A0 0%, #4745A0 40%, rgba(71, 69, 160, 0.3) 70%, rgba(71, 69, 160, 0) 100%);
}
.download-center-page .download-center-main .download-center-container .main-content .content-area {
  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: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 10.05rem;
}
.download-center-page .download-center-main .download-center-container .main-content .content-area .search-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;
  border: 0.01rem solid #E6E6E6;
  border-radius: 0.06rem;
  overflow: hidden;
  margin-bottom: 0.48rem;
  width: 4.7rem;
  height: 0.54rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 0.05rem;
  padding-left: 0.05rem;
}
.download-center-page .download-center-main .download-center-container .main-content .content-area .search-box .search-icon {
  width: 0.24rem;
  height: 0.24rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.download-center-page .download-center-main .download-center-container .main-content .content-area .search-box .search-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.download-center-page .download-center-main .download-center-container .main-content .content-area .search-box input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.18rem 0.2rem 0.18rem 0.12rem;
  border: none;
  font-size: 0.2rem;
  color: #333333;
}
.download-center-page .download-center-main .download-center-container .main-content .content-area .search-box input::-webkit-input-placeholder {
  color: #999999;
}
.download-center-page .download-center-main .download-center-container .main-content .content-area .search-box input::-moz-placeholder {
  color: #999999;
}
.download-center-page .download-center-main .download-center-container .main-content .content-area .search-box input:-ms-input-placeholder {
  color: #999999;
}
.download-center-page .download-center-main .download-center-container .main-content .content-area .search-box input::placeholder {
  color: #999999;
}
.download-center-page .download-center-main .download-center-container .main-content .content-area .search-box .search-btn {
  --height: 0.46rem;
  --width: auto;
  --padding: 0 0.3rem;
  font-size: 0.16rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 0.09rem;
}
.download-center-page .download-center-main .download-center-container .main-content .content-area .document-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;
  gap: 0.2rem;
  width: 10.05rem;
}
.download-center-page .download-center-main .download-center-container .main-content .content-area .document-list .document-card {
  border-radius: 0.1rem;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #ffffff;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  will-change: transform, box-shadow;
}
.download-center-page .download-center-main .download-center-container .main-content .content-area .document-list .document-card .card-content {
  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.21rem;
}
@media screen and (min-width: 801px) {
  .download-center-page .download-center-main .download-center-container .main-content .content-area .document-list .document-card:hover {
    box-shadow: 0 0.12rem 0.32rem rgba(24, 40, 51, 0.12);
    -webkit-transform: translateY(-0.06rem);
        -ms-transform: translateY(-0.06rem);
            transform: translateY(-0.06rem);
  }
}
.download-center-page .download-center-main .download-center-container .main-content .content-area .document-list .document-card:active {
  box-shadow: 0 0.08rem 0.24rem rgba(24, 40, 51, 0.18);
  -webkit-transform: translateY(-0.03rem);
      -ms-transform: translateY(-0.03rem);
          transform: translateY(-0.03rem);
}
.download-center-page .download-center-main .download-center-container .main-content .content-area .document-list .document-card .document-preview {
  width: 0.24rem;
  height: 0.324rem;
  margin-right: 0.1rem;
  border-radius: 0.06rem;
  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;
  overflow: hidden;
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}
.download-center-page .download-center-main .download-center-container .main-content .content-area .document-list .document-card .document-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.download-center-page .download-center-main .download-center-container .main-content .content-area .document-list .document-card .document-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.download-center-page .download-center-main .download-center-container .main-content .content-area .document-list .document-card .document-info .document-title {
  font-size: 0.22rem;
  font-weight: 400;
  color: #182833;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.download-center-page .download-center-main .download-center-container .main-content .content-area .document-list .document-card .document-info .document-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.46rem;
}
.download-center-page .download-center-main .download-center-container .main-content .content-area .document-list .document-card .document-info .document-actions .action-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;
  gap: 0.15rem;
  font-size: 0.2rem;
  font-weight: 600;
  text-decoration: none;
  color: #182833;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
}
.download-center-page .download-center-main .download-center-container .main-content .content-area .document-list .document-card .document-info .document-actions .action-btn img {
  width: 0.24rem;
  height: 0.24rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.download-center-page .download-center-main .download-center-container .main-content .content-area .document-list .document-card .document-info .document-actions .action-btn img:first-of-type {
  opacity: 1;
}
.download-center-page .download-center-main .download-center-container .main-content .content-area .document-list .document-card .document-info .document-actions .action-btn img:nth-of-type(2) {
  position: absolute;
  left: 0;
  opacity: 0;
}
@media screen and (min-width: 801px) {
  .download-center-page .download-center-main .download-center-container .main-content .content-area .document-list .document-card .document-info .document-actions .action-btn:hover {
    color: #4745a0;
  }
  .download-center-page .download-center-main .download-center-container .main-content .content-area .document-list .document-card .document-info .document-actions .action-btn:hover img:first-of-type {
    opacity: 0;
  }
  .download-center-page .download-center-main .download-center-container .main-content .content-area .document-list .document-card .document-info .document-actions .action-btn:hover img:nth-of-type(2) {
    opacity: 1;
  }
}
.download-center-page .download-center-main .download-center-container .main-content .content-area .document-list .document-card .document-info .document-actions .action-btn:active {
  color: #4745a0;
}
.download-center-page .download-center-main .download-center-container .main-content .content-area .document-list .document-card .document-info .document-actions .action-btn.browse-btn:active {
  color: #4745a0;
}
.download-center-page .download-center-main .download-center-container .main-content .content-area .document-list .document-card .document-info .document-actions .action-btn.download-btn:active {
  color: #4745a0;
}

@media screen and (max-width: 800px) {
  .download-center-page .download-center-main {
    background-color: #f7f7f7;
    padding: 0.48rem 0.3rem 0.6rem;
  }
  .download-center-page .download-center-main .download-center-container {
    max-width: 100%;
    margin-bottom: 0.4rem;
  }
  .download-center-page .download-center-main .download-center-container .page-header {
    margin-bottom: 0.48rem;
  }
  .download-center-page .download-center-main .download-center-container .page-header .download-center-title {
    font-size: 0.48rem;
    line-height: 0.56rem;
    margin-bottom: 0;
  }
  .download-center-page .download-center-main .download-center-container .page-header .breadcrumb {
    font-size: 0.16rem;
    gap: 0.1rem;
  }
  .download-center-page .download-center-main .download-center-container .main-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-top: 0.48rem;
  }
  .download-center-page .download-center-main .download-center-container .main-content .sidebar {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .download-center-page .download-center-main .download-center-container .main-content .sidebar .page-header {
    margin-bottom: 0.48rem;
  }
  .download-center-page .download-center-main .download-center-container .main-content .content-area {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .download-center-page .download-center-main .download-center-container .main-content .content-area .search-box {
    width: 100%;
    height: 0.79rem;
    margin-bottom: 0.48rem;
    border-radius: 0.12rem;
  }
  .download-center-page .download-center-main .download-center-container .main-content .content-area .search-box .search-icon {
    width: 0.4rem;
    height: 0.4rem;
  }
  .download-center-page .download-center-main .download-center-container .main-content .content-area .search-box input {
    font-size: 0.23rem;
  }
  .download-center-page .download-center-main .download-center-container .main-content .content-area .search-box .search-btn {
    --height: 0.68rem;
    --width: auto;
    --padding: 0 0.4rem;
    font-size: 0.23rem;
    border-radius: 0.09rem;
  }
  .download-center-page .download-center-main .download-center-container .main-content .content-area .document-list {
    gap: 0.32rem;
    width: 100%;
  }
  .download-center-page .download-center-main .download-center-container .main-content .content-area .document-list .filter-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.16rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 0.48rem;
  }
  .download-center-page .download-center-main .download-center-container .main-content .content-area .document-list .filter-buttons::before {
    display: none;
  }
  .download-center-page .download-center-main .download-center-container .main-content .content-area .document-list .filter-buttons .filter-btn {
    font-size: 0.28rem;
    line-height: 0.32rem;
    font-weight: 600;
    width: auto;
    padding: 0.24rem 0.76rem;
    border-radius: 0.6rem;
    background-color: #FFFFFF;
    color: #182833;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 0.02rem 0.08rem rgba(0, 0, 0, 0.06);
  }
  .download-center-page .download-center-main .download-center-container .main-content .content-area .document-list .filter-buttons .filter-btn::before {
    display: none;
  }
  .download-center-page .download-center-main .download-center-container .main-content .content-area .document-list .filter-buttons .filter-btn.active {
    background: -webkit-linear-gradient(left, #616CCD 0%, #807EE7 100%);
    background: linear-gradient(90deg, #616CCD 0%, #807EE7 100%);
    color: #FFFFFF;
    box-shadow: 0 0.04rem 0.12rem rgba(97, 108, 205, 0.3);
  }
  .download-center-page .download-center-main .download-center-container .main-content .content-area .document-list .document-card {
    background-color: #FFFFFF;
    border-radius: 0.12rem;
    box-shadow: 0 0.04rem 0.16rem rgba(0, 0, 0, 0.08);
  }
  .download-center-page .download-center-main .download-center-container .main-content .content-area .document-list .document-card .card-content {
    padding: 0.32rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .download-center-page .download-center-main .download-center-container .main-content .content-area .document-list .document-card .card-content .document-preview {
    width: 0.72rem;
    height: 0.72rem;
    margin-right: 0.24rem;
    background-color: #F7F7F7;
    border-radius: 0.08rem;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .download-center-page .download-center-main .download-center-container .main-content .content-area .document-list .document-card .card-content .document-info {
    -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-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
  .download-center-page .download-center-main .download-center-container .main-content .content-area .document-list .document-card .card-content .document-info .document-title {
    font-size: 0.28rem;
    line-height: 0.32rem;
    margin-bottom: 0.24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
  }
  .download-center-page .download-center-main .download-center-container .main-content .content-area .document-list .document-card .card-content .document-info .document-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1.58rem;
    margin-top: 0;
    width: 100%;
    margin-left: -0.8rem;
  }
  .download-center-page .download-center-main .download-center-container .main-content .content-area .document-list .document-card .card-content .document-info .document-actions .action-btn {
    font-size: 0.24rem;
    line-height: 0.32rem;
    gap: 0.08rem;
    font-weight: 400;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .download-center-page .download-center-main .download-center-container .main-content .content-area .document-list .document-card .card-content .document-info .document-actions .action-btn img {
    width: 0.32rem;
    height: 0.32rem;
  }
  .download-center-page .download-center-main .download-center-container .main-content .content-area .document-list .document-card .card-content .document-info .document-actions .action-btn.browse-btn {
    color: #182833;
  }
  .download-center-page .download-center-main .download-center-container .main-content .content-area .document-list .document-card .card-content .document-info .document-actions .action-btn.download-btn {
    color: #182833;
  }
}
/* 下载中心页面 end */
/* 站点语言选择页面 start */
.site-lang-page {
  background-color: #f7f7f7;
}
.site-lang-page .site-lang-section {
  padding: 0.6rem 0 1.2rem 0;
  background-color: #f7f7f7;
}
.site-lang-page .site-lang-section .site-lang-container {
  max-width: 14rem;
  margin: 0 auto;
  padding: 0 0.2rem;
}
.site-lang-page .site-lang-section .site-lang-container .section-title {
  font-weight: 700;
  font-size: 0.54rem;
  line-height: 0.64rem;
  color: #182833;
  margin-bottom: 1rem;
  text-align: left;
}
.site-lang-page .site-lang-section .site-lang-container .region-list .region-group {
  margin-bottom: 1.32rem;
}
.site-lang-page .site-lang-section .site-lang-container .region-list .region-group .region-title {
  font-weight: 600;
  font-size: 0.32rem;
  line-height: 1.25em;
  color: #182833;
  margin-bottom: 0.3rem;
  padding-bottom: 0.15rem;
  border-bottom: 0.01rem solid #e6e6e6;
}
.site-lang-page .site-lang-section .site-lang-container .region-list .region-group .country-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.6rem;
}
.site-lang-page .site-lang-section .site-lang-container .region-list .region-group .country-list .country-item {
  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;
  gap: 0.15rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  width: 3.5rem;
}
.site-lang-page .site-lang-section .site-lang-container .region-list .region-group .country-list .country-item .country-flag {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  object-fit: cover;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.site-lang-page .site-lang-section .site-lang-container .region-list .region-group .country-list .country-item .country-name {
  font-weight: 500;
  font-size: 0.2rem;
  line-height: 1.4em;
  color: #182833;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.site-lang-page .site-lang-section .site-lang-container .region-list .region-group .country-list .country-item:hover .country-name {
  color: #4745a0;
}

@media screen and (max-width: 800px) {
  .site-lang-page {
    background-color: #f7f7f7;
  }
  .site-lang-page .site-lang-section {
    padding: 0;
    background-color: #f7f7f7;
  }
  .site-lang-page .site-lang-section .site-lang-container {
    max-width: 100%;
    padding: 0;
  }
  .site-lang-page .site-lang-section .site-lang-container .section-title {
    font-size: 0.32rem;
    font-weight: 700;
    line-height: 0.4rem;
    color: #182833;
    margin-bottom: 0.24rem;
    padding: 0.32rem 0.32rem 0;
    text-align: left;
  }
  .site-lang-page .site-lang-section .site-lang-container .region-list {
    padding: 0 0.32rem 0.96rem 0.32rem;
  }
  .site-lang-page .site-lang-section .site-lang-container .region-list .region-group {
    margin-bottom: 0.48rem;
  }
  .site-lang-page .site-lang-section .site-lang-container .region-list .region-group:last-child {
    margin-bottom: 0;
  }
  .site-lang-page .site-lang-section .site-lang-container .region-list .region-group .region-title {
    font-size: 0.28rem;
    font-weight: 600;
    line-height: 0.32rem;
    color: #182833;
    margin-bottom: 0.2rem;
    padding-bottom: 0.16rem;
    border-bottom: 0.01rem solid #e6e6e6;
  }
  .site-lang-page .site-lang-section .site-lang-container .region-list .region-group .country-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .site-lang-page .site-lang-section .site-lang-container .region-list .region-group .country-list .country-item {
    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;
    gap: 0.16rem;
    padding: 0.32rem 0;
    text-decoration: none;
    border-bottom: 0.01rem solid #f0f0f0;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .site-lang-page .site-lang-section .site-lang-container .region-list .region-group .country-list .country-item:last-child {
    border-bottom: none;
  }
  .site-lang-page .site-lang-section .site-lang-container .region-list .region-group .country-list .country-item .country-flag {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    object-fit: cover;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .site-lang-page .site-lang-section .site-lang-container .region-list .region-group .country-list .country-item .country-name {
    font-size: 0.28rem;
    font-weight: 500;
    line-height: 0.28rem;
    color: #182833;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .site-lang-page .site-lang-section .site-lang-container .region-list .region-group .country-list .country-item:active {
    background-color: rgba(71, 69, 160, 0.05);
  }
  .site-lang-page .site-lang-section .site-lang-container .region-list .region-group .country-list .country-item:active .country-name {
    color: #4745a0;
  }
}
/* 站点语言选择页面 end */
/* news-details 页面 start */
.news-detail-page {
  background-color: #F7F7F7;
}
.news-detail-page .news-detail-main {
  background-color: #F7F7F7;
  padding: 0.45rem 0;
}
.news-detail-page .news-detail-main .news-detail-container {
  max-width: 14.8rem;
  margin: 0 auto;
  padding: 0 0.2rem;
}
.news-detail-page .news-detail-main .news-detail-container .page-header {
  margin-bottom: 0.2rem;
  border-bottom: 0.01rem solid #E6E6E6;
}
.news-detail-page .news-detail-main .news-detail-container .page-header .news-title {
  font-size: 0.36rem;
  font-weight: 700;
  color: #182833;
  text-align: center;
  line-height: 0.42rem;
  padding-bottom: 0.48rem;
}
.news-detail-page .news-detail-main .news-detail-container .news-meta {
  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;
  margin-bottom: 0.48rem;
}
.news-detail-page .news-detail-main .news-detail-container .news-meta .meta-info {
  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;
  gap: 0.4rem;
}
.news-detail-page .news-detail-main .news-detail-container .news-meta .meta-item {
  font-size: 0.2rem;
  font-weight: 500;
  color: #999999;
  letter-spacing: 0.01em;
}
.news-detail-page .news-detail-main .news-detail-container .news-meta .social-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
}
.news-detail-page .news-detail-main .news-detail-container .news-meta .social-share .social-icon {
  width: 0.36rem;
  height: 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;
  -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;
}
.news-detail-page .news-detail-main .news-detail-container .news-meta .social-share .social-icon:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.news-detail-page .news-detail-main .news-detail-container .news-meta .social-share .social-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.news-detail-page .news-detail-main .news-detail-container .news-content {
  margin-bottom: 0.8rem;
}
.news-detail-page .news-detail-main .news-detail-container .news-content p {
  font-size: 0.2rem;
  font-weight: 500;
  color: #182833;
  line-height: 1.4em;
  letter-spacing: 0.01em;
  margin-bottom: 0.4rem;
  max-width: 14rem;
}
.news-detail-page .news-detail-main .news-detail-container .recommended-news .section-title {
  font-size: 0.36rem;
  font-weight: 700;
  color: #182833;
  margin-bottom: 0.8rem;
}
.news-detail-page .news-detail-main .news-detail-container .recommended-news .news-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;
  gap: 0.4rem;
}
.news-detail-page .news-detail-main .news-detail-container .recommended-news .news-list .news-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.4rem;
  padding: 0.38rem 0.8rem 0.38rem 0.38rem;
  border: 0.01rem solid #E6E6E6;
  border-radius: 0.08rem;
}
.news-detail-page .news-detail-main .news-detail-container .recommended-news .news-list .news-item .news-date {
  font-size: 0.16rem;
  font-weight: 400;
  color: #999999;
  width: 1.4691rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 0.08rem;
}
.news-detail-page .news-detail-main .news-detail-container .recommended-news .news-list .news-item .news-preview {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  min-width: 0;
}
.news-detail-page .news-detail-main .news-detail-container .recommended-news .news-list .news-item .news-preview .preview-title {
  font-size: 0.28rem;
  font-weight: 600;
  color: #182833;
  line-height: 1.4285714286em;
  text-transform: capitalize;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 3.5rem;
}
.news-detail-page .news-detail-main .news-detail-container .recommended-news .news-list .news-item .news-preview .read-more {
  width: 0.36rem;
  height: 0.36rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 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;
  position: relative;
  -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;
}
.news-detail-page .news-detail-main .news-detail-container .recommended-news .news-list .news-item .news-preview .read-more:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.news-detail-page .news-detail-main .news-detail-container .recommended-news .news-list .news-item .news-preview .read-more .default-image,
.news-detail-page .news-detail-main .news-detail-container .recommended-news .news-list .news-item .news-preview .read-more .hover-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.news-detail-page .news-detail-main .news-detail-container .recommended-news .news-list .news-item .news-preview .read-more .default-image {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.news-detail-page .news-detail-main .news-detail-container .recommended-news .news-list .news-item .news-preview .read-more .hover-image {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.news-detail-page .news-detail-main .news-detail-container .recommended-news .news-list .news-item .news-preview .read-more:hover .default-image {
  opacity: 0;
}
.news-detail-page .news-detail-main .news-detail-container .recommended-news .news-list .news-item .news-preview .read-more:hover .hover-image {
  opacity: 1;
}

@media screen and (max-width: 800px) {
  .news-detail-page .news-detail-main {
    padding: 0.4rem 0;
  }
  .news-detail-page .news-detail-main .news-detail-container {
    max-width: 100%;
    padding: 0 0.3rem;
  }
  .news-detail-page .news-detail-main .news-detail-container .page-header {
    margin-bottom: 0.4rem;
  }
  .news-detail-page .news-detail-main .news-detail-container .page-header .news-title {
    font-size: 0.4rem;
    font-weight: 600;
    color: #333333;
    line-height: 0.52rem;
    text-align: center;
    max-width: 100%;
    margin-bottom: 0.2rem;
  }
  .news-detail-page .news-detail-main .news-detail-container .news-meta {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .news-detail-page .news-detail-main .news-detail-container .news-meta .meta-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.2rem;
    width: 100%;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .news-detail-page .news-detail-main .news-detail-container .news-meta .meta-item {
    font-size: 0.24rem;
    font-weight: 500;
    line-height: 0.32rem;
    color: #999999;
    letter-spacing: normal;
    text-align: center;
  }
  .news-detail-page .news-detail-main .news-detail-container .news-meta .social-share {
    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;
    gap: 0.3rem;
  }
  .news-detail-page .news-detail-main .news-detail-container .news-meta .social-share .social-icon {
    width: 0.48rem;
    height: 0.48rem;
  }
  .news-detail-page .news-detail-main .news-detail-container .news-meta .social-share .social-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .news-detail-page .news-detail-main .news-detail-container .news-content {
    margin-top: 0.4rem;
  }
  .news-detail-page .news-detail-main .news-detail-container .news-content p {
    font-size: 0.24rem;
    font-weight: 500;
    color: #666666;
    line-height: 0.36rem;
    max-width: 100%;
    margin-bottom: 0.3rem;
    text-align: justify;
  }
  .news-detail-page .news-detail-main .news-detail-container .recommended-news {
    margin-top: 0.6rem;
  }
  .news-detail-page .news-detail-main .news-detail-container .recommended-news .section-title {
    font-size: 0.32rem;
    font-weight: 600;
    color: #182833;
    margin-bottom: 0.4rem;
    line-height: 0.4rem;
  }
  .news-detail-page .news-detail-main .news-detail-container .recommended-news .news-list {
    gap: 0.4rem;
  }
  .news-detail-page .news-detail-main .news-detail-container .recommended-news .news-list .news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0.2rem;
    padding: 0.4rem 0.44rem 0.6rem 0.22rem;
    border: 0.01rem solid #E6E6E6;
    border-radius: 0.08rem;
    background-color: unset;
  }
  .news-detail-page .news-detail-main .news-detail-container .recommended-news .news-list .news-item .news-date {
    font-size: 0.28rem;
    font-weight: 400;
    line-height: 0.4rem;
    color: #999999;
    margin-bottom: 0.1rem;
  }
  .news-detail-page .news-detail-main .news-detail-container .recommended-news .news-list .news-item .news-preview {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .news-detail-page .news-detail-main .news-detail-container .recommended-news .news-list .news-item .news-preview .preview-title {
    font-size: 0.28rem;
    font-weight: 600;
    line-height: 0.4rem;
    color: #182833;
    margin-right: 0.3rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .news-detail-page .news-detail-main .news-detail-container .recommended-news .news-list .news-item .news-preview .read-more {
    width: 0.72rem;
    height: 0.72rem;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    position: relative;
  }
  .news-detail-page .news-detail-main .news-detail-container .recommended-news .news-list .news-item .news-preview .read-more .default-image,
  .news-detail-page .news-detail-main .news-detail-container .recommended-news .news-list .news-item .news-preview .read-more .hover-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
  }
  .news-detail-page .news-detail-main .news-detail-container .recommended-news .news-list .news-item .news-preview .read-more .default-image {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .news-detail-page .news-detail-main .news-detail-container .recommended-news .news-list .news-item .news-preview .read-more .hover-image {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .news-detail-page .news-detail-main .news-detail-container .recommended-news .news-list .news-item .news-preview .read-more:hover .default-image {
    opacity: 0;
  }
  .news-detail-page .news-detail-main .news-detail-container .recommended-news .news-list .news-item .news-preview .read-more:hover .hover-image {
    opacity: 1;
  }
}
/* news-details页面end */
/* PC导航改版 */
@media screen and (min-width: 800px) {
  .g-header .g-head .header_wrapper .header-box .nav-box .nav-li.nav-li-spec .layer-wal.link_list_wp {
    padding-top: 0.16rem;
    padding-bottom: 0.1rem;
  }
  .g-header .g-head .header_wrapper .header-box .nav-box .nav-li.nav-li-spec .layer-wal.link_list_wp .content-box.wal2 {
    /* About 菜单网格布局 */
  }
  .g-header .g-head .header_wrapper .header-box .nav-box .nav-li.nav-li-spec .layer-wal.link_list_wp .content-box.wal2 .about-menu-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
    padding: 0.3rem 0;
  }
  .g-header .g-head .header_wrapper .header-box .nav-box .nav-li.nav-li-spec .layer-wal.link_list_wp .content-box.wal2 .about-menu-grid .menu-column {
    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.18rem;
  }
  .g-header .g-head .header_wrapper .header-box .nav-box .nav-li.nav-li-spec .layer-wal.link_list_wp .content-box.wal2 .about-menu-grid .menu-column .menu-item {
    display: inline-block;
    padding: 0.12rem 0.2rem 0.12rem 0;
    text-decoration: none;
    color: #666666;
    font-size: 0.2rem;
    line-height: 1.5;
    border-bottom: 0.01rem solid #E6E6E6;
    min-width: 2rem;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .g-header .g-head .header_wrapper .header-box .nav-box .nav-li.nav-li-spec .layer-wal.link_list_wp .content-box.wal2 .about-menu-grid .menu-column .menu-item:hover {
    color: #4745A0;
  }
  .g-header .g-head .header_wrapper .header-box .nav-box .nav-li.nav-li-spec .layer-wal.link_list_wp .content-box.wal2 .about-menu-grid .menu-column .menu-item .menu-text {
    display: block;
  }
  .g-header .g-head .header_wrapper .header-box .nav-box .nav-li.nav-li-spec .layer-wal.link_list_wp .content-box.wal2 {
    /* About 菜单带图片布局 */
  }
  .g-header .g-head .header_wrapper .header-box .nav-box .nav-li.nav-li-spec .layer-wal.link_list_wp .content-box.wal2 .about-menu-with-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0.3rem 0;
  }
  .g-header .g-head .header_wrapper .header-box .nav-box .nav-li.nav-li-spec .layer-wal.link_list_wp .content-box.wal2 .about-menu-with-image .menu-title {
    width: 4.6rem;
  }
  .g-header .g-head .header_wrapper .header-box .nav-box .nav-li.nav-li-spec .layer-wal.link_list_wp .content-box.wal2 .about-menu-with-image .menu-title span {
    font-size: 0.36rem;
    font-weight: 600;
    line-height: 0.42rem;
    color: #182833;
    margin-bottom: 0.4rem;
  }
  .g-header .g-head .header_wrapper .header-box .nav-box .nav-li.nav-li-spec .layer-wal.link_list_wp .content-box.wal2 .about-menu-with-image .menu-links-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 1.2rem;
  }
  .g-header .g-head .header_wrapper .header-box .nav-box .nav-li.nav-li-spec .layer-wal.link_list_wp .content-box.wal2 .about-menu-with-image .menu-links-area .menu-column {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    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.2rem;
  }
  .g-header .g-head .header_wrapper .header-box .nav-box .nav-li.nav-li-spec .layer-wal.link_list_wp .content-box.wal2 .about-menu-with-image .menu-links-area .menu-column .menu-item {
    display: inline-block;
    padding: 0.08rem 0.2rem 0.2rem 0;
    text-decoration: none;
    font-size: 0.2rem;
    line-height: 0.32rem;
    border-bottom: 0.01rem solid #E6E6E6;
    min-width: 3rem;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    font-weight: 600;
    color: #999999;
  }
  .g-header .g-head .header_wrapper .header-box .nav-box .nav-li.nav-li-spec .layer-wal.link_list_wp .content-box.wal2 .about-menu-with-image .menu-links-area .menu-column .menu-item:hover {
    color: #4745a0;
  }
  .g-header .g-head .header_wrapper .header-box .nav-box .nav-li.nav-li-spec .layer-wal.link_list_wp .content-box.wal2 .about-menu-with-image .menu-links-area .menu-column .menu-item .menu-text {
    display: block;
    margin-left: 0.26rem;
  }
  .g-header .g-head .header_wrapper .header-box .nav-box .nav-li.nav-li-spec .layer-wal.link_list_wp .content-box.wal2 .about-menu-with-image .menu-image-area {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 4.83rem;
    margin-top: 0.2rem;
  }
  .g-header .g-head .header_wrapper .header-box .nav-box .nav-li.nav-li-spec .layer-wal.link_list_wp .content-box.wal2 .about-menu-with-image .menu-image-area img {
    width: 100%;
    height: auto;
    display: block;
  }
  .g-header .g-head .header_wrapper .header-box .nav-box .nav-li.nav-li-spec .layer-wal.link_list_wp .content-box.wal2 .about-menu-with-image .menu-image-area img .hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -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;
  }
}
