@charset "UTF-8";
/* 华汉互联 https://www.huahanlink.com/ */
* {
  margin: 0;
  padding: 0;
  -moz-outline: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::after,
*::before {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-overflow-scrolling: touch;
  font-size: 16px !important;
  /*overflow-x: hidden;*/
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
img {
  max-width: 100%;
  max-height: 100%;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 120%;
}
input,
textarea {
  resize: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
  appearance: none;
}
ul.swiper-wrapper {
  margin: 0;
  padding: 0;
}
/* Flex 布局 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.f_column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.f_column_right {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.f_row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.f_row_right {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.j_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.j_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.j_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.j_justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.j_around {
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.a_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.a_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.a_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.a_baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.a_stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.a_s_stretch {
  -webkit-box-self: stretch;
  -ms-align-self: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.a_s_center {
  -webkit-box-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
}
.a_s_end {
  -webkit-box-self: end;
  -ms-align-self: end;
  -webkit-align-self: end;
  align-self: end;
}
.flex_wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
/* 文字超出隐藏 */
.text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 动画 */
.dh {
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
/* 动画延迟 */
/* 图片放大 */
/* 旋转 */
.xzx {
  transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.xzy {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
/* 比例 */
.pb {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.ab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}
/* 图片 水平垂直 居中 */
.abimg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
/* 侧边条 */
/* 媒体查询 缩写 */
/* 布局 */
.w1920 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.w1800 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 60px;
}
.w1720 {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
}
.w1680 {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}
.w1640 {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
}
.w1600 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.w1560 {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
}
.w1440 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.w1400 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.w1360 {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}
.w1350 {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
}
.w1280 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.w1240 {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.w1150 {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}
.pc {
  display: block;
}
.wap,
.mobile {
  display: none;
}
@media (max-width:1840px) {
  .w1720 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1800px) {
  .w1680 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1760px) {
  .w1640 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1720px) {
  .w1600 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1680px) {
  .w1560 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1560px) {
  .w1440 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1520px) {
  .w1400 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1470px) {
  .w1350 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1400px) {
  .w1280 {
    padding: 0 60px;
  }
}
@media (max-width:1360px) {
  .w1240 {
    padding: 0 60px;
  }
}
@media (max-width:1320px) {
  .w1200 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1270px) {
  .w1150 {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width:1024px) {
  .w1800,
  .w1720,
  .w1680,
  .w1640,
  .w1560,
  .w1440,
  .w1400,
  .w1350,
  .w1280,
  .w1240,
  .w1200,
  .w1150 {
    padding: 0 30px;
  }
}
@media (max-width:990px) {
  .w1800,
  .w1720,
  .w1680,
  .w1640,
  .w1600,
  .w1560,
  .w1440,
  .w1400,
  .w1350,
  .w1280,
  .w1240,
  .w1200,
  .w1150 {
    padding: 0 20px;
  }
  .pc {
    display: none;
  }
  .wap,
  .mobile {
    display: block;
  }
}
/* 常用 CSS3 动画 */
/* 360 旋转 */
@keyframes run {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes run2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes tran_run {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tran_run2 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
/* 大 => 小 */
@keyframes grow2 {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* 透明度  1 => 0 */
@keyframes bgfd {
  0% {
    width: 0%;
    height: 0%;
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
/* 默认 空标签 */
.cle {
  clear: both;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  font-size: 0px;
}
/* 图片 垂直居中 */
.imgmid {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 100%;
  width: 1px;
  margin-left: -1px;
  vertical-align: middle;
  font-size: 0px;
}
.block_a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  overflow: hidden;
}
.none {
  display: none;
}
/* 移动端不兼容 暂不推荐使用 */
.ratio {
  -webkit-aspect-ratio: 1 / 1;
  aspect-ratio: 1 / 1;
}
.center_box {
  position: relative;
  z-index: 5;
}
.m1px {
  margin-bottom: -1px;
}
:root {
  /* 字体 */
  /* 26px ~ 48px */
  --font48: clamp(1.625rem, calc(-2.775rem + 5.5vw), 3rem);
  /* 24px ~ 44px */
  --font44: clamp(1.5rem, calc(-2.5rem + 5vw), 2.725rem);
  /* 24px ~ 42px */
  --font42: clamp(1.5rem, calc(-2.1rem + 4.5vw), 2.625rem);
  /* 24px ~ 40px */
  --font40: clamp(1.5rem, calc(-1.7rem + 4vw), 2.5rem);
  /* 24px ~ 38px */
  --font38: clamp(1.5rem, calc(-1.3rem + 3.5vw), 2.375rem);
  /* 22px ~ 36px */
  --font36: clamp(1.375rem, calc(-1.425rem + 3.5vw), 2.25rem);
  /* 22px ~ 34px */
  --font34: clamp(1.375rem, calc(-1.025rem + 3vw), 2.125rem);
  /* 20px ~ 32px */
  --font32: clamp(1.25rem, calc(-1.15rem + 3vw), 2rem);
  /* 20px ~ 30px */
  --font30: clamp(1.25rem, calc(-0.75rem + 2.5vw), 1.875rem);
  /* 18px ~ 28px */
  --font28: clamp(1.125rem, calc(-0.875rem + 2.5vw), 1.75rem);
  /* 18px ~ 26px */
  --font26: clamp(1.125rem, calc(-0.475rem + 2vw), 1.625rem);
  /* 18px ~ 24px */
  --font24: clamp(1.125rem, calc(-0.075rem + 1.5vw), 1.5rem);
  /* 16px ~ 22px */
  --font22: clamp(1rem, calc(-0.2rem + 1.5vw), 1.375rem);
  /* 15px ~ 20px */
  --font20: clamp(0.938rem, calc(-0.063rem + 1.25vw), 1.25rem);
  /* 14px ~ 18px */
  --font18: clamp(0.875rem, calc(0.075rem + 1vw), 1.125rem);
  /* 14px ~ 16px */
  --font16: clamp(0.813rem, calc(0.213rem + 0.75vw), 1rem);
  /* 12px ~ 14px */
  --font14: clamp(0.75rem, calc(0.35rem + 0.5vw), 0.875rem);
  /* 圆角 */
  --border-radius20: clamp(0.625rem, calc(-0.913rem + 1.92vw), 1.25rem);
  --border-radius18: clamp(0.625rem, calc(-0.606rem + 1.54vw), 1.125rem);
  --border-radius16: clamp(0.5rem, calc(-0.731rem + 1.54vw), 1rem);
  --border-radius14: clamp(0.5rem, calc(-0.423rem + 1.15vw), 0.875rem);
  --border-radius12: clamp(0.375rem, calc(-0.548rem + 1.15vw), 0.75rem);
  --border-radius10: clamp(0.313rem, calc(-0.457rem + 0.96vw), 0.625rem);
  --border-radius8: clamp(0.25rem, calc(-0.365rem + 0.77vw), 0.5rem);
}
@media (max-width:768px) {
  :root {
    /* 26px ~ 48px */
    --font48: 24px;
    /* 24px ~ 42px */
    --font42: 22px;
    /* 24px ~ 40px */
    --font40: 20px;
    /* 24px ~ 38px */
    --font38: 20px;
    /* 22px ~ 36px */
    --font36: 19px;
    /* 22px ~ 34px */
    --font34: 19px;
    /* 20px ~ 32px */
    --font32: 18px;
    /* 20px ~ 30px */
    --font30: 18px;
    /* 18px ~ 28px */
    --font28: 17px;
    /* 18px ~ 26px */
    --font26: 16px;
    /* 18px ~ 24px */
    --font24: 16px;
    /* 17px ~ 22px */
    --font22: 16px;
    /* 17px ~ 22px */
    --font20: 14px;
    /* 17px ~ 22px */
    --font18: 14px;
    /* 17px ~ 22px */
    --font16: 13px;
  }
}
/* 字体大小 */
/* 间距 */
.flex_1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
/* 点扩散 */
.halo_box {
  width: 100px;
  height: 100px;
  position: relative;
  --color: #FFF;
}
.halo_box::before,
.halo_box::after,
.halo_box .halo::before,
.halo_box .halo::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  box-shadow: 0 0 60px var(--color) inset;
}
.halo_box::before,
.halo_box::after,
.halo_box .halo::before,
.halo_box .halo::after,
.halo_box .halo {
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.halo_box::before {
  animation: bgfd 6s ease infinite;
}
.halo_box::after {
  animation: bgfd 6s ease infinite 1.5s;
}
.halo_box .halo {
  width: 100%;
  height: 100%;
  position: relative;
}
.halo_box .halo::before {
  animation: bgfd 6s ease infinite 3s;
}
.halo_box .halo::after {
  animation: bgfd 6s ease infinite 4.5s;
  filter: invert();
}
@font-face {
  font-family: 'AvantGardeITCbyBT-Book';
  src: url('../fonts/AvantGardeITCbyBT-Book.ttf');
}
@font-face {
  font-family: 'AvantGarde Demi BT';
  src: url('../fonts/Avant Garde Demi BT.ttf');
}
.f300 {
  font-family: 'AvantGardeITCbyBT-Book';
}
* {
  font-family: 'AvantGarde Demi BT';
  /* color: #000000;*/
}
@font-face {
  font-family: 'Samsung-Sharp-Sans-b';
  src: url('../fonts/SamsungSharpSans-Bold.eot');
  src: url('../fonts/SamsungSharpSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/SamsungSharpSans-Bold.woff2') format('woff2'), url('../fonts/SamsungSharpSans-Bold.woff') format('woff'), url('../fonts/SamsungSharpSans-Bold.ttf') format('truetype'), url('../fonts/SamsungSharpSans-Bold.svg#SamsungSharpSans-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.Samsung-Sharp-Sans-b {
  font-family: 'Samsung-Sharp-Sans-b';
}
.layui-btn {
  height: 100%;
  border-radius: 0;
  background: #E34559;
}
/* Placeholder style */
::-webkit-scrollbar {
  width: 2px;
  height: 5px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 0;
}
::-webkit-scrollbar-thumb {
  background-color: #E34559;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0;
}
/* 视频弹窗 */
.videomark {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9998;
  display: none;
}
.videobox {
  position: fixed;
  width: 1400px;
  max-width: calc(100% - 100px);
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
}
.videobox video {
  width: 100%;
  object-fit: fill;
}
.videobox .close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 0;
  --c: #1A1A1A;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.videobox .close::before,
.videobox .close::after {
  content: '';
  width: 50%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--c);
  border-radius: 5px;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.videobox .close::before {
  width: 2px;
}
.videobox .close::after {
  height: 2px;
}
.videobox .close:hover {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  background: #E34559;
  --c: #FFF;
}
.videobox .video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.videobox .video video,
.videobox .video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  overflow: hidden;
  object-fit: fill;
}
@media (max-width:1440px) {
  .videobox {
    max-width: 70%;
  }
}
@media (max-width:768px) {
  .videobox {
    width: 100%;
    max-width: 100%;
  }
  .videobox .close {
    right: 0;
    top: -40px;
  }
}
/* 弹窗 */
.bullet_box {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  overflow: hidden;
}
.bullet_box .bullet_main {
  width: 96%;
  max-width: 1200px;
  height: auto;
  position: relative;
  z-index: 1;
  transform: translateY(-10vh);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.bullet_box .bullet_main .close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  transform: translate(50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 0;
  border-radius: 50%;
  background: #E34559;
  cursor: pointer;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  overflow: hidden;
}
.bullet_box .bullet_main .close i {
  font-size: 14px;
  color: #FFF;
}
.bullet_box .bullet_main .close:hover {
  transform: translate(50%, -50%) rotate(90deg);
}
.bullet_box .bullet_main .content {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #282828;
  overflow: hidden;
}
.bullet_box .bullet_main .content .pb {
  padding-bottom: 56.25%;
}
.bullet_box .bullet_main .content img,
.bullet_box .bullet_main .content video,
.bullet_box .bullet_main .content iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bullet_box .bullet_main .content iframe {
  object-fit: fill;
}
.bullet_box.active {
  pointer-events: initial;
  opacity: 1;
  visibility: visible;
}
.bullet_box.active .bullet_main {
  transform: translateY(0);
}
/* 最大 内容盒子 */
main {
  width: 100%;
  height: auto;
  overflow: hidden;
  --header-height: 60px;
}
main.news-d,
main.Products-d,
main.Products {
  overflow: visible;
}
/* 头部 */
header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  /* PC */
  /* Mobile version header */
}
header .header_box {
  width: 100%;
  height: var(--header-height);
  padding: 0 40px;
  position: relative;
  z-index: 1;
  --logo-color: #FFF;
  --color: #FFF;
  --bg-color: rgba(255, 255, 255, 0.1);
  --spacing: clamp(2.125rem, calc(0.925rem + 1.5vw), 2.5rem);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
header .header_box .center_box {
  width: 100%;
  height: 100%;
}
header .header_box .header_main {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
header .header_box .header_main .logo {
  width: 12%;
  max-width: 144px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
header .header_box .header_main .nav {
  width: auto;
  height: 100%;
  position: relative;
  z-index: 5;
}
header .header_box .header_main .nav ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: var(--spacing);
}
header .header_box .header_main .nav ul li {
  width: 100%;
  height: 100%;
  position: relative;
}
header .header_box .header_main .nav ul li a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1;
  font-size: 14px;
  color: var(--color);
  white-space: nowrap;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
header .header_box .header_main .nav ul li a::after {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  background: var(--color);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
header .header_box .header_main .nav ul li .levitemBox {
  position: absolute;
  top: var(--header-height);
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(10px);
  transform: translateX(-50%) translateY(10px);
  min-width: 150px;
  max-width: 150px;
  width: auto;
  height: auto;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
header .header_box .header_main .nav ul li .levitemBox .levitem-list {
  width: 100%;
  background: white;
  border-radius: var(--border-radius20);
  padding: 35px 10px;
  padding-top: clamp(calc(35 / 2 * 1px), calc(35 / 1920 * 100 * 1vw), 35px);
  padding-bottom: clamp(calc(35 / 2 * 1px), calc(35 / 1920 * 100 * 1vw), 35px);
}
header .header_box .header_main .nav ul li .levitemBox .levitem {
  margin-bottom: 18px;
  margin-bottom: clamp(calc(18 / 2 * 1px), calc(18 / 1920 * 100 * 1vw), 18px);
}
header .header_box .header_main .nav ul li .levitemBox .levitem:last-child {
  margin-bottom: 0;
}
header .header_box .header_main .nav ul li .levitemBox .levitem .tow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  font-size: var(--font14);
  color: #000000;
  opacity: 1;
  line-height: 1.4;
  white-space: inherit;
  text-align: center;
}
header .header_box .header_main .nav ul li .levitemBox .levitem:hover .tow,
header .header_box .header_main .nav ul li .levitemBox .levitem.active .tow {
  color: #E34559;
}
header .header_box .header_main .nav ul li a.active,
header .header_box .header_main .nav ul li:hover a {
  color: #E34559;
}
header .header_box .header_main .nav ul li:hover .levitemBox {
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
header .header_box .header_main .nav ul li:hover .header-nav-open {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
header .header_box .header_main .column {
  width: auto;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  --round-size: 32px;
}
header .header_box .header_main .column .head_btn {
  width: auto;
  height: auto;
  margin-left: 5px;
}
header .header_box .header_main .column .head_btn .search_btn,
header .header_box .header_main .column .head_btn .language_btn,
header .header_box .header_main .column .head_btn .feedback_btn {
  width: var(--round-size);
  height: var(--round-size);
  position: relative;
  z-index: 1;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
}
header .header_box .header_main .column .head_btn .search_btn::after,
header .header_box .header_main .column .head_btn .language_btn::after,
header .header_box .header_main .column .head_btn .feedback_btn::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--color);
  -webkit-mask: no-repeat center;
  mask: no-repeat center;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
header .header_box .header_main .column .head_btn .search_btn a,
header .header_box .header_main .column .head_btn .language_btn a,
header .header_box .header_main .column .head_btn .feedback_btn a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  display: block;
}
header .header_box .header_main .column .head_btn .search_btn:hover::after,
header .header_box .header_main .column .head_btn .language_btn:hover::after,
header .header_box .header_main .column .head_btn .feedback_btn:hover::after {
  background: #E34559;
}
header .header_box .header_main .column .head_btn .search_btn::after {
  -webkit-mask-image: url('../images/icon_search.png');
  mask-image: url('../images/icon_search.png');
}
header .header_box .header_main .column .head_btn .language_btn::after {
  -webkit-mask-image: url('../images/icon_lang.png');
  mask-image: url('../images/icon_lang.png');
}
header .header_box .header_main .column .head_btn .feedback_btn::after {
  -webkit-mask-image: url('../images/icon_feedback.png');
  mask-image: url('../images/icon_feedback.png');
}
header .header_box .header_main .column .head_btn:first-child {
  margin: 0;
}
header .header_box .header_main .column .head_more {
  width: auto;
  height: var(--round-size);
  margin-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
header .header_box .header_main .column .head_more a {
  width: 100%;
  height: 100%;
  padding: 0 10px 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50px;
  background: #E34559;
  border: 2px solid #E34559;
}
header .header_box .header_main .column .head_more a .icon {
  width: var(--round-size);
  height: var(--round-size);
  background: #FFF;
  -webkit-mask: url('../images/icon_mall.png') no-repeat center;
  mask: url('../images/icon_mall.png') no-repeat center;
}
header .header_box .header_main .column .head_more a .word {
  width: auto;
  height: auto;
  font-size: var(--font14);
  color: #FFF;
}
header .header_box::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000;
  opacity: 0;
}
@media (max-width:1024px) {
  header .header_box {
    padding: 0 30px;
  }
}
@media (max-width:990px) {
  header .header_box {
    display: none;
  }
}
header.header-black .header_box {
  --color: #000000;
  --bg-color: rgba(4, 29, 44, 0.04);
  --logo-color: #525F66;
}
header.header-black .header_box .header_main .logo {
  -webkit-filter: none;
  filter: none;
}
header.header-white .header_box .header_main .nav ul li a {
  opacity: 0.7;
}
header.header-white .header_box .header_main .nav li a.active {
  color: white;
  opacity: 1;
}
header.header-white .header_box .header_main .nav li:hover a {
  color: white;
  opacity: 1;
}
header.header-white .header_box .header_main .column .head_btn .search_btn:hover::after,
header.header-white .header_box .header_main .column .head_btn .language_btn:hover::after,
header.header-white .header_box .header_main .column .head_btn .feedback_btn:hover::after {
  background: white;
}
header.header-white .header_box .header_main .column .head_more a {
  background-color: transparent;
  border: 2px solid white;
}
header:hover .header_box,
header.active .header_box,
header.white .header_box {
  background: #FFF;
  --color: #000000;
  --bg-color: rgba(4, 29, 44, 0.04);
  --logo-color: #525F66;
}
header:hover .header_box::after,
header.active .header_box::after,
header.white .header_box::after {
  opacity: 0.1;
}
header:hover .header_box .header_main .logo,
header.active .header_box .header_main .logo,
header.white .header_box .header_main .logo {
  -webkit-filter: none;
  filter: none;
}
header:hover .header_box .header_main .nav ul li a,
header.active .header_box .header_main .nav ul li a,
header.white .header_box .header_main .nav ul li a {
  opacity: 1;
}
header:hover .header_box .header_main .nav li a.active,
header.active .header_box .header_main .nav li a.active,
header.white .header_box .header_main .nav li a.active {
  color: #E34559;
}
header:hover .header_box .header_main .nav li:hover a,
header.active .header_box .header_main .nav li:hover a,
header.white .header_box .header_main .nav li:hover a {
  color: #E34559;
}
header:hover .header_box .header_main .column .head_btn .search_btn:hover::after,
header.active .header_box .header_main .column .head_btn .search_btn:hover::after,
header.white .header_box .header_main .column .head_btn .search_btn:hover::after,
header:hover .header_box .header_main .column .head_btn .language_btn:hover::after,
header.active .header_box .header_main .column .head_btn .language_btn:hover::after,
header.white .header_box .header_main .column .head_btn .language_btn:hover::after,
header:hover .header_box .header_main .column .head_btn .feedback_btn:hover::after,
header.active .header_box .header_main .column .head_btn .feedback_btn:hover::after,
header.white .header_box .header_main .column .head_btn .feedback_btn:hover::after {
  background: #E34559;
}
header:hover .header_box .header_main .column .head_more a,
header.active .header_box .header_main .column .head_more a,
header.white .header_box .header_main .column .head_more a {
  background-color: #E34559;
  border: 2px solid #E34559;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
header .m_header_box {
  width: 100%;
  height: auto;
  display: none;
}
header .m_header_box .header_title {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  position: relative;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width:768px) {
  header .m_header_box .header_title {
    height: 48px;
  }
}
header .m_header_box .header_title .logo {
  width: 30%;
  max-width: 144px;
  height: 100%;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
header .m_header_box .header_title .column {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header .m_header_box .header_title .column .menu_btn {
  width: 24px;
  height: 30px;
  overflow: hidden;
}
header .m_header_box .header_title .column .menu_btn .icon {
  width: 100%;
  height: 100%;
  position: relative;
}
header .m_header_box .header_title .column .menu_btn .icon::after,
header .m_header_box .header_title .column .menu_btn .icon::before,
header .m_header_box .header_title .column .menu_btn .icon i {
  width: 100%;
  height: 2px;
  display: block;
  background: #E34559;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -50%;
  transform-origin: center;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
header .m_header_box .header_title .column .menu_btn .icon::before {
  content: '';
  margin-top: -8px;
}
header .m_header_box .header_title .column .menu_btn .icon::after {
  content: '';
  margin-top: 6px;
}
header .m_header_box .header_title .column .menu_btn.active .icon i {
  opacity: 0;
}
header .m_header_box .header_title .column .menu_btn.active .icon::before {
  margin-top: -1px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-radius: 5px;
}
header .m_header_box .header_title .column .menu_btn.active .icon::after {
  margin-top: -1px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  border-radius: 5px;
}
header .m_header_box .header_title .column .head_btn {
  width: auto;
  height: 30px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  cursor: pointer;
  overflow: hidden;
}
header .m_header_box .header_title .column .head_btn .icon {
  max-width: 14px;
  height: 14px;
  font-size: 0;
  margin-right: 5px;
  filter: invert(1);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
header .m_header_box .header_title .column .head_btn .link {
  line-height: 1;
  font-size: 12px;
  color: #000;
  margin-top: 3px;
}
header .m_header_box .header_title .column .head_btn .link span {
  opacity: 0.6;
}
header .m_header_box .header_title .column .head_btn .link a {
  color: #000;
  opacity: 0.6;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
header .m_header_box .header_title .column .head_btn .link a:hover {
  opacity: 1;
}
header .m_header_box .header_title .column .head_btn:hover .icon {
  filter: invert(1);
}
header .m_header_box .header_title .column .head_btn:hover .link {
  color: #000;
}
header .m_header_box .header_title .column .head_btn:hover .link a,
header .m_header_box .header_title .column .head_btn:hover .link span {
  color: #000;
}
header .m_header_box .header_title::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000;
  opacity: 0.1;
}
header .m_header_box .header_body {
  width: 100%;
  height: calc(100vh - 60px);
  background: #FFF;
  display: none;
  overflow: hidden;
}
header .m_header_box .header_body .menu_info {
  width: 100%;
  height: 100%;
  padding: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
header .m_header_box .header_body .menu_nav {
  width: 100%;
  height: auto;
  padding: 20px;
  overflow: hidden;
  overflow-y: auto;
}
header .m_header_box .header_body .menu_nav ul {
  width: 100%;
  height: auto;
}
header .m_header_box .header_body .menu_nav ul li {
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
header .m_header_box .header_body .menu_nav ul li .one {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
header .m_header_box .header_body .menu_nav ul li .one a {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 15px 0;
  position: relative;
  --oneA: #000;
}
header .m_header_box .header_body .menu_nav ul li .one a .title {
  width: 100%;
  height: auto;
  flex: 1;
  font-size: 16px;
  line-height: 20px;
  color: var(--oneA);
}
header .m_header_box .header_body .menu_nav ul li .one a .icon {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 0;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
header .m_header_box .header_body .menu_nav ul li .one a .icon i {
  font-size: 12px;
  color: var(--oneA);
}
header .m_header_box .header_body .menu_nav ul li .one.active a {
  --oneA: #E34559;
}
header .m_header_box .header_body .menu_nav ul li .one.active.is_active a .icon {
  --color: #E34559;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
header .m_header_box .header_body .menu_nav ul li .one + ul {
  padding: 0 0 20px;
}
header .m_header_box .header_body .menu_nav ul li .one + ul > li {
  margin-top: 10px;
}
header .m_header_box .header_body .menu_nav ul li .one + ul > li:first-child {
  margin: 0;
}
header .m_header_box .header_body .menu_nav ul li .two {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
header .m_header_box .header_body .menu_nav ul li .two a {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 5px 0;
  position: relative;
  --towA: #000;
}
header .m_header_box .header_body .menu_nav ul li .two a .icon {
  width: 20px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 0;
  --color: var(--towA);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
header .m_header_box .header_body .menu_nav ul li .two a .icon i {
  font-size: 10px;
  color: var(--towA);
}
header .m_header_box .header_body .menu_nav ul li .two a .title {
  width: 100%;
  height: auto;
  flex: 1;
  font-size: 14px;
  line-height: 16px;
  color: var(--towA);
}
header .m_header_box .header_body .menu_nav ul li .two.active a {
  --towA: #E34559;
}
header .m_header_box .header_body .menu_nav ul li .two + ul {
  padding: 10px 0 10px 20px;
}
header .m_header_box .header_body .menu_nav ul li .two + ul > li {
  margin-top: 10px;
}
header .m_header_box .header_body .menu_nav ul li .two + ul > li > a {
  padding: 0 0 0 20px;
  font-size: 14px;
  position: relative;
  z-index: 1;
  color: var(--threeA);
  --threeA: #999;
}
header .m_header_box .header_body .menu_nav ul li .two + ul > li > a::after {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 1;
  border-radius: 50%;
  background: var(--threeA);
}
header .m_header_box .header_body .menu_nav ul li .two + ul > li:first-child {
  margin: 0;
}
header .m_header_box .header_body .menu_nav ul li .three {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
header .m_header_box .header_body .menu_nav ul li .three a {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  --threeA: #757575;
}
header .m_header_box .header_body .menu_nav ul li .three a .icon {
  width: 20px;
  height: 16px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
header .m_header_box .header_body .menu_nav ul li .three a .icon::after {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 1;
  border-radius: 50%;
  background: var(--threeA);
}
header .m_header_box .header_body .menu_nav ul li .three a .title {
  width: 100%;
  height: auto;
  flex: 1;
  font-size: 14px;
  line-height: 16px;
  color: var(--threeA);
}
header .m_header_box .header_body .menu_nav ul li .three.active a {
  --threeA: #E34559;
}
header .m_header_box .header_body .menu_nav ul li .three + ul {
  padding: 10px 0 10px 20px;
}
header .m_header_box .header_body .menu_nav ul li .three + ul > li {
  margin-top: 10px;
}
header .m_header_box .header_body .menu_nav ul li .three + ul > li > a {
  padding: 0 0 0 20px;
}
header .m_header_box .header_body .menu_nav ul li .three + ul > li:first-child {
  margin: 0;
}
header .m_header_box .header_body .menu_nav ul li ul {
  display: none;
}
header .m_header_box .header_body .menu_nav ul li li {
  border: 0;
}
header .m_header_box .header_body .menu_nav ul li > a {
  font-size: 12px;
  color: #999;
}
header .m_header_box .header_body .menu_nav ul li > a.active {
  color: #E34559;
}
header .m_header_box .header_body .menu_form {
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 0 20px;
  overflow: hidden;
}
header .m_header_box .header_body .menu_form .center {
  width: 100%;
  height: 44px;
  background: #F8F8F8;
  overflow: hidden;
}
header .m_header_box .header_body .menu_form .center form {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
header .m_header_box .header_body .menu_form .center form input {
  flex: 1;
  height: 100%;
  padding: 0 15px;
  background: transparent;
  font-size: 14px;
  color: #282f36;
  border: 0;
}
header .m_header_box .header_body .menu_form .center form button {
  width: 50px;
  padding: 0;
}
header .m_header_box .header_body .menu_form .center form button i {
  font-size: 18px;
  color: #FFF;
}
header .m_header_box .header_body .menu_lang {
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding: 0 20px;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
header .m_header_box .header_body .menu_lang .one {
  width: auto;
  height: 36px;
  margin-right: 10px;
  overflow: hidden;
}
header .m_header_box .header_body .menu_lang .one a {
  width: 100%;
  height: 100%;
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  font-size: 12px;
  color: #282f36;
}
header .m_header_box .header_body .menu_lang .one a.active {
  background: #E34559;
  color: #fff;
}
@media (max-width:990px) {
  header .m_header_box {
    display: block;
  }
}
header .m_header_nbsp {
  width: 100%;
  height: var(--header-height);
  display: none;
  overflow: hidden;
}
@media (max-width:990px) {
  header .m_header_nbsp {
    display: block;
  }
}
.header-nav-open {
  position: fixed;
  top: var(--header-height);
  left: 0;
  width: 100%;
  background-color: #f8f8f8;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding-top: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
  padding-bottom: clamp(calc(80 / 2 * 1px), calc(80 / 1920 * 100 * 1vw), 80px);
}
.header-nav-open .tabs_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 40px;
}
.header-nav-open .tabs_box .one {
  font-size: var(--font20);
  color: #888888;
  line-height: 1.4;
  padding-left: clamp(calc(21 / 2 * 1px), calc(21 / 1920 * 100 * 1vw), 21px);
  padding-right: clamp(calc(21 / 2 * 1px), calc(21 / 1920 * 100 * 1vw), 21px);
  position: relative;
}
.header-nav-open .tabs_box .one.active {
  color: #E34559;
}
.header-nav-open .tabs_box .one::before {
  content: '';
  width: 1px;
  height: 14px;
  background-color: #d7d7d7;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header-nav-open .tabs_box .one:last-child::before {
  display: none;
}
.header-nav-open .header-nav-main .swiper-slide {
  background-color: #f8f8f8;
  height: 100%;
}
.header-nav-open .header-nav-main .swiper-slide.active {
  pointer-events: inherit;
}
.header-nav-open .header-nav-main .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  grid-gap: 20px;
}
.header-nav-open .header-nav-main .list .item {
  min-width: 16.67%;
  text-align: center;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.header-nav-open .header-nav-main .list .item .item-box {
  width: 100%;
  height: 100%;
  display: block;
  padding: 50px 20px 32px;
  padding-top: clamp(calc(50 / 2 * 1px), calc(50 / 1920 * 100 * 1vw), 50px);
  padding-bottom: clamp(calc(32 / 2 * 1px), calc(32 / 1920 * 100 * 1vw), 32px);
  background-color: white;
  border-radius: var(--border-radius20);
}
.header-nav-open .header-nav-main .list .item .item-box .img {
  width: 70.8%;
  margin: auto;
}
.header-nav-open .header-nav-main .list .item .item-box .img .pb {
  padding-bottom: 81.2%;
}
.header-nav-open .header-nav-main .list .item .item-box .img .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header-nav-open .header-nav-main .list .item .item-box .title {
  font-size: var(--font16);
  color: #000000;
  line-height: 1.2;
  margin-top: clamp(calc(46 / 2 * 1px), calc(46 / 1920 * 100 * 1vw), 46px);
}
/* 导航高度 占位 */
.head_nbsp {
  width: 100%;
  height: var(--header-height);
}
@media (max-width:768px) {
  .head_nbsp {
    height: 48px;
  }
}
header .search-popup {
  position: fixed;
  top: var(--header-height);
  left: 0;
  display: none;
}
.search-popup {
  width: 100%;
  background-color: #f8f8f8;
  padding: 80px 0 110px;
  padding-top: clamp(calc(80 / 2 * 1px), calc(80 / 1920 * 100 * 1vw), 80px);
  padding-bottom: clamp(calc(110 / 2 * 1px), calc(110 / 1920 * 100 * 1vw), 110px);
}
.search-popup .w1200 {
  position: relative;
}
.search-popup .search-title {
  font-size: var(--font48);
  color: #000000;
  text-align: center;
  line-height: 1.2;
  margin-bottom: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
}
.search-popup .searchform {
  position: relative;
  width: 100%;
}
.search-popup .searchform .input {
  font-size: var(--font14);
  color: #000000;
  font-style: normal;
  width: 100%;
  height: 60px;
  padding-right: 75px;
  padding-left: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
  border: 1px solid #e5e5e5;
  border-radius: 99px;
  background: #f8f8f8;
}
.search-popup .searchform .input::-webkit-input-placeholder {
  color: #000000;
  color: rgba(0, 0, 0, 0.4);
}
.search-popup .searchform .input:-moz-placeholder {
  color: #000000;
  color: rgba(0, 0, 0, 0.4);
}
.search-popup .searchform .input::-moz-placeholder {
  color: #000000;
  color: rgba(0, 0, 0, 0.4);
}
.search-popup .searchform .input:-ms-input-placeholder {
  color: #000000;
  color: rgba(0, 0, 0, 0.4);
}
.search-popup .searchform .searchsubmit {
  height: 100%;
  position: absolute;
  right: 40px;
  top: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: #000000;
}
.search-popup .atc_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  font-size: var(--font14);
  color: black;
  padding-bottom: 20px;
  margin-top: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
}
.search-popup .atc_search em {
  color: #E34559;
  font-style: inherit;
}
.search-popup .atc_search .search-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: 20px 70px;
  grid-gap: clamp(10px, 1.04166667vw, 20px) clamp(35px, 3.64583333vw, 70px);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin-right: 50px;
}
.search-popup .atc_search .search-tab .title {
  cursor: pointer;
}
@media (max-width:1200px) {
  .search-popup .searchform .input {
    height: 40px;
    padding-left: 20px;
    padding-right: 50px;
  }
  .search-popup .searchform .searchsubmit {
    right: 20px;
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .search-popup .atc_search {
    display: block;
    margin-top: 40px;
  }
  .search-popup .atc_search .search-tab {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .search-popup .atc_search .search-result {
    text-align: right;
  }
}
.Search-tab-wrap {
  background-color: #f5f5f5;
}
.Search-tab-wrap .Products-box1 .Products-down {
  padding: 0;
}
.Search-tab-wrap .Products-box1 .Products-down .center_box {
  display: block;
}
.Search-tab-wrap .Products-box1 .Products-down .center_box .right_box {
  padding: 0;
}
.Search-tab-wrap .Products-box1 .Products-down .center_box .right_box .item_box {
  margin: 0;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width:1200px) {
  .Search-tab-wrap .Products-box1 .Products-down .center_box .right_box .item_box {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width:768px) {
  .Search-tab-wrap .Products-box1 .Products-down .center_box .right_box .item_box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:480px) {
  .Search-tab-wrap .Products-box1 .Products-down .center_box .right_box .item_box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.Search-tab-wrap .Products-box1,
.Search-tab-wrap .Service-box3,
.Search-tab-wrap .video-container,
.Search-tab-wrap .download-container,
.Search-tab-wrap .News-box1 {
  padding: 0;
  background: transparent;
}
.Search-tab-wrap .Search-tab-box {
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((120 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(120 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((120 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(120 / 16 * 1rem));
}
.Search-tab-wrap .Search-tab-box .page-title {
  margin-bottom: 40px;
}
.Search-tab-wrap .Search-tab-box .page-title .title em {
  color: #E34559;
  margin-left: clamp(calc(6 / 2 * 1px), calc(6 / 1920 * 100 * 1vw), 6px);
}
/* 公共样式 */
/* 标题 */
.idx_title {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.idx_title .title {
  width: 100%;
  height: auto;
  font-weight: 700;
  font-size: var(--font40);
  color: #999999;
  line-height: 1.2;
}
.idx_title .title span {
  color: #000000;
}
/* 按钮 */
.idx_more {
  width: auto;
  height: 36px;
  height: clamp(2rem, calc(1.385rem + 0.77vw), 2.25rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.idx_more a,
.idx_more .more {
  width: auto;
  min-width: 120px;
  min-width: clamp(5.625rem, calc(1.01rem + 5.77vw), 7.5rem);
  height: 100%;
  padding: 0 20px;
  padding: 0 clamp(0.938rem, calc(0.168rem + 0.96vw), 1.25rem);
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50px;
  border: var(--border-width) solid var(--border-color);
  background: var(--bg-color);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  overflow: hidden;
  --bg-color: transparent;
  --text-color: #FFF;
  --border-width: 2px;
  --border-color: #FFF;
}
.idx_more a .word,
.idx_more .more .word {
  font-size: var(--font14);
  color: var(--text-color);
  line-height: 1;
}
@media (max-width:1366px) {
  .idx_more a,
  .idx_more .more {
    --border-width: 1px;
  }
}
@media (max-width:480px) {
  .idx_more {
    height: 28px;
  }
  .idx_more a,
  .idx_more .more {
    min-width: auto;
    padding: 0 10px;
  }
  .idx_more a .word,
  .idx_more .more .word {
    font-size: 10px;
  }
}
/* 公共样式 - 结束 */
/* Index Banner */
.idx_banner {
  width: 100%;
  height: 670px;
  height: clamp(27.875rem, calc(-0.125rem + 35vw), 41.875rem);
  position: relative;
  z-index: 1;
  background: #000;
  overflow: hidden;
}
.idx_banner .banner_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.idx_banner .banner_box .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_banner .banner_box .swiper-slide .content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
.idx_banner .banner_box .swiper-slide .content .subtitle,
.idx_banner .banner_box .swiper-slide .content .title,
.idx_banner .banner_box .swiper-slide .content .details {
  width: 100%;
  height: auto;
  color: #FFF;
  line-height: 1.2;
}
.idx_banner .banner_box .swiper-slide .content .subtitle {
  font-family: 'AvantGardeITCbyBT-Book';
  font-size: 14px;
  filter: opacity(0.6);
}
.idx_banner .banner_box .swiper-slide .content .title {
  margin: 5px 0 0;
  font-size: 36px;
}
.idx_banner .banner_box .swiper-slide .content .details {
  margin: 5px 0 0;
  font-size: 18px;
}
.idx_banner .banner_box .swiper-slide .content .idx_more {
  margin: 20px 0 0;
}
.idx_banner .banner_box .swiper-slide .content .idx_more a:hover {
  --bg-color: #E34559;
  --border-color: #E34559;
}
.idx_banner .banner_box .swiper-slide .images {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.idx_banner .banner_box .swiper-slide .images .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.idx_banner .banner_box .swiper-slide .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s linear 2s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.idx_banner .banner_box .swiper-slide .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.idx_banner .banner_box .swiper-slide .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}
.idx_banner .banner_box .swiper-slide.active,
.idx_banner .banner_box .swiper-slide.swiper-slide-duplicate-active {
  z-index: 2;
  pointer-events: initial;
}
.idx_banner .banner_box .swiper-slide.active .content .subtitle .word,
.idx_banner .banner_box .swiper-slide.swiper-slide-duplicate-active .content .subtitle .word,
.idx_banner .banner_box .swiper-slide.active .content .title .word,
.idx_banner .banner_box .swiper-slide.swiper-slide-duplicate-active .content .title .word,
.idx_banner .banner_box .swiper-slide.active .content .details .word,
.idx_banner .banner_box .swiper-slide.swiper-slide-duplicate-active .content .details .word {
  opacity: 1;
  transform: translateY(0);
}
.idx_banner .banner_box .swiper-slide.active .content .title .word,
.idx_banner .banner_box .swiper-slide.swiper-slide-duplicate-active .content .title .word {
  transition-delay: 0.15s;
}
.idx_banner .banner_box .swiper-slide.active .content .details .word,
.idx_banner .banner_box .swiper-slide.swiper-slide-duplicate-active .content .details .word {
  transition-delay: 0.3s;
}
.idx_banner .banner_box .swiper-slide.active .images img,
.idx_banner .banner_box .swiper-slide.swiper-slide-duplicate-active .images img {
  transition: 6s linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.idx_banner .banner_pager {
  width: 100%;
  height: auto;
  padding: 0 40px;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 5;
}
.idx_banner .banner_pager .pager {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  grid-gap: 20px;
}
.idx_banner .banner_pager .pager .item {
  width: 100%;
  height: auto;
  background: transparent;
  border-radius: 0;
  border: 0;
  opacity: 1;
}
.idx_banner .banner_pager .pager .item .title {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  text-align: center;
  font-size: var(--font14);
  color: #FFF;
  line-height: 1;
  opacity: 0.3;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_banner .banner_pager .pager .item .line {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 1;
}
.idx_banner .banner_pager .pager .item .line::after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #FFF;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_banner .banner_pager .pager .active .title {
  opacity: 1;
}
.idx_banner .banner_pager .pager .active .line::after {
  animation: lines 5s linear;
}
@media (max-width:1280px) {
  .idx_banner .banner_box .swiper-slide .content .subtitle {
    font-size: 12px;
  }
  .idx_banner .banner_box .swiper-slide .content .title {
    font-size: 30px;
  }
  .idx_banner .banner_box .swiper-slide .content .details {
    font-size: 16px;
  }
}
@media (max-width:990px) {
  .idx_banner .banner_box .swiper-slide .content .idx_more a {
    --bg-color: #E34559;
    --border-color: #E34559;
  }
  .idx_banner .banner_box .swiper-slide .images .img {
    transform: none;
  }
  .idx_banner .banner_box .swiper-slide.active .images img,
  .idx_banner .banner_box .swiper-slide.swiper-slide-duplicate-active .images img {
    transition: none;
    transform: none;
  }
  .idx_banner .banner_pager .pager {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    grid-gap: 10px;
  }
  .idx_banner .banner_pager .pager span {
    width: 14px;
    height: 2px;
    border-radius: 0;
    background: #FFF;
    border-radius: 5px;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
  }
  .idx_banner .banner_pager .pager span.active {
    width: 24px;
    opacity: 1;
  }
}
@media (max-width:768px) {
  .idx_banner {
    height: inherit;
    margin-top: 48px;
  }
  .idx_banner .banner_box .swiper-slide {
    height: auto;
  }
}
@keyframes lines {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* 爆款 */
.idx_hot_product {
  width: 100%;
  height: auto;
  margin: 10px 0 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_hot_product.page_hot_product {
  margin: 0;
}
.idx_hot_product.page_hot_product .product_box {
  padding-top: 230px;
  /*.paddingTop(230);*/
}
.idx_hot_product.page_hot_product .product_box .content {
  text-align: left;
}
.idx_hot_product.page_hot_product .images {
  height: clamp(32.875rem, calc(-0.125rem + 41.25vw), 49.375rem);
}
.idx_hot_product .product_box {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  padding: 60px 0;
  overflow: hidden;
}
.idx_hot_product .product_box .content {
  width: 100%;
  height: auto;
  text-align: center;
}
.idx_hot_product .product_box .content .subtitle,
.idx_hot_product .product_box .content .title,
.idx_hot_product .product_box .content .title-left,
.idx_hot_product .product_box .content .details {
  width: 100%;
  height: auto;
  color: #FFF;
  line-height: 1.2;
}
.idx_hot_product .product_box .content .subtitle {
  font-family: 'AvantGardeITCbyBT-Book';
  font-size: 14px;
  filter: opacity(0.6);
}
.idx_hot_product .product_box .content .title {
  margin: 5px 0 0;
  font-size: 36px;
}
.idx_hot_product .product_box .content .title-left {
  font-family: 'Samsung-Sharp-Sans-b';
  font-size: clamp(calc(36 / 16 * 1rem), calc((36 / 16 * 1rem) + ((100 - 36) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(100 / 16 * 1rem));
  line-height: 1;
}
.idx_hot_product .product_box .content .details {
  margin: 5px 0 0;
  font-size: 18px;
}
.idx_hot_product .product_box .content .idx_more {
  margin: 20px 0 0;
}
.idx_hot_product .product_box .content .idx_more a:hover {
  --bg-color: #E34559;
  --border-color: #E34559;
}
.idx_hot_product .images {
  width: 100%;
  height: clamp(27.875rem, calc(-0.125rem + 35vw), 41.875rem);
  position: relative;
  z-index: 1;
  font-size: 0;
  overflow: hidden;
}
.idx_hot_product .images .img {
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}
.idx_hot_product .images .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_hot_product .images #video_value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 9;
}
.idx_hot_product .images.video-box .img {
  opacity: 0;
}
.idx_hot_product .images.video-box::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
  z-index: 1;
}
@media (max-width:768px) {
  .idx_hot_product .images.video-box .img {
    opacity: 1;
  }
  .idx_hot_product .images.video-box #video_value {
    display: none;
  }
}
@media (max-width:1280px) {
  .idx_hot_product .product_box .content .subtitle {
    font-size: 12px;
  }
  .idx_hot_product .product_box .content .title {
    font-size: 30px;
  }
  .idx_hot_product .product_box .content .details {
    font-size: 16px;
  }
}
@media (max-width:990px) {
  .idx_hot_product .product_box .content .idx_more a {
    --bg-color: #E34559;
    --border-color: #E34559;
  }
}
/* Index Product */
.idx_product {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #F5F5F7;
  overflow: hidden;
}
.idx_product.page_product {
  background-color: #eeeeef;
}
.idx_product.page_product .product_box {
  padding: 0;
}
.idx_product.page_product .product_box .product_main {
  margin: clamp(2.5rem, calc(3.13vw), 3.75rem) 0 0;
}
.idx_product.idx_product-d {
  background-color: #eeeeef;
}
.idx_product.idx_product-d .product_box {
  padding-bottom: 0;
}
.idx_product.idx_product-d .product_box .product_main {
  margin: clamp(2.5rem, calc(3.13vw), 3.75rem) 0 0;
}
.idx_product .product_box {
  width: 100%;
  height: auto;
  padding: clamp(3.125rem, calc(-1.49rem + 5.77vw), 5rem) 0 clamp(3.125rem, calc(-8.875rem + 15vw), 8rem);
}
.idx_product .product_box .tabs_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 10px clamp(0.938rem, calc(0.168rem + 0.96vw), 1.25rem);
}
.idx_product .product_box .tabs_box .one {
  width: auto;
  height: 36px;
  height: clamp(2rem, calc(1.385rem + 0.77vw), 2.25rem);
  padding: 0 20px;
  padding: 0 clamp(0.938rem, calc(0.168rem + 0.96vw), 1.25rem);
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50px;
  background: #E8E8ED;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  overflow: hidden;
}
.idx_product .product_box .tabs_box .one::before,
.idx_product .product_box .tabs_box .one::after {
  content: attr(data-text);
  width: auto;
  height: auto;
  display: block;
  font-size: var(--font14);
  color: #000000;
  line-height: 1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.idx_product .product_box .tabs_box .one::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 50%);
  white-space: nowrap;
  opacity: 0;
  color: #FFFFFF;
}
.idx_product .product_box .tabs_box .one.active,
.idx_product .product_box .tabs_box .one:hover {
  background: #000000;
  color: #FFFFFF;
}
.idx_product .product_box .tabs_box .one.active::before,
.idx_product .product_box .tabs_box .one:hover::before {
  transform: translateY(-100%);
  color: #FFF;
  opacity: 0;
}
.idx_product .product_box .tabs_box .one.active::after,
.idx_product .product_box .tabs_box .one:hover::after {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.idx_product .product_box .idx_title {
  margin: clamp(1.875rem, calc(-1.202rem + 3.85vw), 3.125rem) 0 0;
}
.idx_product .product_box .product_main {
  width: 100%;
  height: auto;
  margin: clamp(1.875rem, calc(-1.202rem + 3.85vw), 3.125rem) 0 0;
}
.idx_product .product_box .product_main .product_swiper {
  width: 100%;
  height: auto;
}
.idx_product .product_box .product_main .product_swiper div.swiper-slide.active .swiper_box {
  opacity: 1;
}
.idx_product .product_box .product_main .product_swiper .swiper_box {
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_product .product_box .product_main .product_swiper .swiper_box .swiper-slide {
  width: 25%;
  height: auto;
  --item-padding: clamp(1.25rem, calc(-0.288rem + 1.92vw), 1.875rem);
}
.idx_product .product_box .product_main .product_swiper .swiper_box .swiper-slide .item-box {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--border-radius20);
  background: #FFF;
  opacity: 0;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  overflow: hidden;
}
.idx_product .product_box .product_main .product_swiper .swiper_box .swiper-slide .item-box .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_product .product_box .product_main .product_swiper .swiper_box .swiper-slide .item-box .img .new {
  width: auto;
  height: auto;
  position: absolute;
  left: var(--item-padding);
  top: var(--item-padding);
  padding: 5px 10px;
  border-radius: 50px;
  background: #DEECBD;
  font-size: var(--font13);
  color: #000000;
  line-height: 1;
}
.idx_product .product_box .product_main .product_swiper .swiper_box .swiper-slide .item-box .img .pb {
  padding-bottom: 71.60493827%;
}
.idx_product .product_box .product_main .product_swiper .swiper_box .swiper-slide .item-box .content {
  width: 100%;
  height: auto;
  padding: clamp(3.75rem, calc(-5.481rem + 11.54vw), 7.5rem) var(--item-padding) var(--item-padding);
}
.idx_product .product_box .product_main .product_swiper .swiper_box .swiper-slide .item-box .content .info {
  width: 100%;
  height: auto;
}
.idx_product .product_box .product_main .product_swiper .swiper_box .swiper-slide .item-box .content .info .classify {
  width: 100%;
  height: auto;
  font-size: var(--font16);
  color: #000000;
}
.idx_product .product_box .product_main .product_swiper .swiper_box .swiper-slide .item-box .content .info .title {
  width: 100%;
  height: 2.1em;
  margin: 5px 0 0;
  font-size: var(--font30);
  color: #000000;
  line-height: 1;
  white-space: break-spaces;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.idx_product .product_box .product_main .product_swiper .swiper_box .swiper-slide .item-box .content .link {
  width: 100%;
  height: auto;
  margin: clamp(0.938rem, calc(0.168rem + 0.96vw), 1.25rem) 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.idx_product .product_box .product_main .product_swiper .swiper_box .swiper-slide .item-box .content .link .buy {
  width: auto;
  height: 36px;
  height: clamp(1.5rem, calc(-0.346rem + 2.31vw), 2.25rem);
  padding: 0 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50px;
  background: #E34559;
  font-size: var(--font14);
  color: #FFF;
}
.idx_product .product_box .product_main .product_swiper .swiper_box .swiper-slide .item-box .content .link .more {
  width: auto;
  height: auto;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.idx_product .product_box .product_main .product_swiper .swiper_box .swiper-slide .item-box .content .link .more .word {
  font-size: var(--font14);
  color: #E34559;
}
.idx_product .product_box .product_main .product_swiper .swiper_box .swiper-slide .item-box .content .link .more .icon {
  width: auto;
  height: auto;
  position: relative;
  z-index: 1;
  margin-left: 10px;
  font-size: 0;
}
.idx_product .product_box .product_main .product_swiper .swiper_box .swiper-slide .item-box:hover {
  transform: translateY(-20px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.idx_product .product_box .product_main .product_swiper .swiper_box .swiper-slide.active .item-box {
  opacity: 1;
}
.idx_product .product_box .product_main .product_swiper .pager_box {
  width: 100%;
  height: auto;
  margin: 40px 0 0;
  display: none;
}
.idx_product .product_box .product_main .product_swiper .pager_box .pager {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.idx_product .product_box .product_main .product_swiper .pager_box .pager span {
  width: 14px;
  height: 2px;
  margin: 0 5px;
  border-radius: 5px;
  background: #E34559;
  opacity: 0.2;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_product .product_box .product_main .product_swiper .pager_box .pager .active {
  width: 24px;
  opacity: 1;
}
.idx_product .product_box .product_main .swiper_pager {
  width: 100%;
  height: auto;
  margin: clamp(1.25rem, calc(-1.827rem + 3.85vw), 2.5rem) 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  --btn-size: clamp(2rem, calc(1.385rem + 0.77vw), 2.25rem);
}
.idx_product .product_box .product_main .swiper_pager .swiper_btn {
  width: var(--btn-size);
  height: var(--btn-size);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  background: #CCCCCC;
  cursor: pointer;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  overflow: hidden;
}
.idx_product .product_box .product_main .swiper_pager .swiper_btn .icon {
  width: auto;
  height: auto;
  font-size: 0;
  filter: opacity(0.5);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_product .product_box .product_main .swiper_pager .swiper_btn.next {
  margin-left: clamp(0.938rem, calc(0.168rem + 0.96vw), 1.25rem);
}
.idx_product .product_box .product_main .swiper_pager .swiper_btn:hover {
  background: #000;
}
.idx_product .product_box .product_main .swiper_pager .swiper_btn:hover .icon {
  filter: opacity(1) invert(1);
}
@media (max-width:990px) {
  .idx_product .product_box {
    padding: 60px 0;
  }
  .idx_product .product_box .tabs_box {
    grid-gap: 5px;
  }
  .idx_product .product_box .tabs_box .one {
    font-size: 12px;
    color: #000000;
  }
  .idx_product .product_box .tabs_box .one::before,
  .idx_product .product_box .tabs_box .one::after {
    display: none;
  }
  .idx_product .product_box .product_main .product_swiper .swiper_box .swiper-slide a:hover {
    transform: translate(0);
  }
  .idx_product .product_box .product_main .product_swiper .pager_box {
    display: block;
  }
  .idx_product .product_box .product_main .swiper_pager {
    display: none;
  }
}
/*  Hot Product */
.idx_product_active {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_product_active .product_box {
  width: 100%;
  height: auto;
  padding: clamp(3.125rem, calc(-4.567rem + 9.62vw), 6.25rem) 0 clamp(2.5rem, calc(-5.192rem + 9.62vw), 5.625rem);
  position: relative;
  z-index: 1;
}
.idx_product_active .product_box::after {
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 10;
  background: linear-gradient(to right, #FFF 90%, transparent);
  pointer-events: none;
}
.idx_product_active .product_box .product_main {
  width: 100%;
  height: auto;
  margin: clamp(1.875rem, calc(-1.202rem + 3.85vw), 3.125rem) 0 0;
  position: relative;
  z-index: 5;
}
.idx_product_active .product_box .product_main .swiper_box {
  width: 74.70238095%;
  height: auto;
}
.idx_product_active .product_box .product_main .swiper_box .swiper-slide {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.idx_product_active .product_box .product_main .swiper_box .swiper-slide .content {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  border-radius: var(--border-radius20);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
.idx_product_active .product_box .product_main .swiper_box .swiper-slide .content .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_product_active .product_box .product_main .swiper_box .swiper-slide .content .img .pb {
  padding-bottom: 47.80876494%;
}
.idx_product_active .product_box .product_main .swiper_box .swiper-slide .content .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_product_active .product_box .product_main .swiper_box .swiper-slide .content .info {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  padding: clamp(1.875rem, calc(-2.74rem + 5.77vw), 3.75rem) clamp(1.25rem, calc(-4.904rem + 7.69vw), 3.75rem);
  text-align: center;
}
.idx_product_active .product_box .product_main .swiper_box .swiper-slide .content .info .subtitle,
.idx_product_active .product_box .product_main .swiper_box .swiper-slide .content .info .title,
.idx_product_active .product_box .product_main .swiper_box .swiper-slide .content .info .details {
  width: 100%;
  height: auto;
  color: #FFF;
  line-height: 1.2;
}
.idx_product_active .product_box .product_main .swiper_box .swiper-slide .content .info .subtitle {
  font-family: 'AvantGardeITCbyBT-Book';
  font-size: var(--font14);
  filter: opacity(0.6);
}
.idx_product_active .product_box .product_main .swiper_box .swiper-slide .content .info .title {
  margin: 5px 0 0;
  font-size: var(--font36);
}
.idx_product_active .product_box .product_main .swiper_box .swiper-slide .content .info .details {
  margin: 5px 0 0;
  font-size: var(--font18);
}
.idx_product_active .product_box .product_main .swiper_box .swiper-slide .content .info .idx_more {
  margin: 20px 0 0;
  grid-gap: 0 10px;
}
.idx_product_active .product_box .product_main .swiper_box .swiper-slide .content .info .idx_more .play_box i {
  width: auto;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 6px 8px;
  border-color: transparent transparent transparent white;
  margin-left: 8px;
}
.idx_product_active .product_box .product_main .swiper_box .swiper-slide .content .info .idx_more .play_box img {
  max-height: 64%;
}
.idx_product_active .product_box .product_main .swiper_box .swiper-slide .content .info .idx_more a:hover {
  --bg-color: #E34559;
  --border-color: #E34559;
}
.idx_product_active .product_box .product_main .swiper_box .swiper-slide-prev .content {
  opacity: 0;
}
.idx_product_active .product_box .product_main .swiper_pager {
  width: 100%;
  height: auto;
  margin: clamp(1.25rem, calc(-1.827rem + 3.85vw), 2.5rem) 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  --btn-size: clamp(2rem, calc(1.385rem + 0.77vw), 2.25rem);
}
.idx_product_active .product_box .product_main .swiper_pager .play {
  width: var(--btn-size);
  height: var(--btn-size);
  border-radius: 50%;
  background: #CCCCCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  cursor: pointer;
  --i-color: #666666;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  opacity: 0 !important;
  pointer-events: none;
}
.idx_product_active .product_box .product_main .swiper_pager .play i {
  width: 0;
  height: 12px;
  border-left: 2px solid var(--i-color);
  transition: color 0.3s ease;
}
.idx_product_active .product_box .product_main .swiper_pager .play i:last-child {
  margin-left: 5px;
}
.idx_product_active .product_box .product_main .swiper_pager .play.active i:first-child {
  height: 0;
  border-style: solid;
  border-width: 6px 4px 6px 8px;
  border-color: transparent transparent transparent var(--i-color);
  margin-left: 8px;
}
.idx_product_active .product_box .product_main .swiper_pager .play.active i:last-child {
  height: 0;
  margin: 0;
}
.idx_product_active .product_box .product_main .swiper_pager .play:hover {
  background: #E34559;
  --i-color: #FFFFFF;
}
.idx_product_active .product_box .product_main .swiper_pager .info {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.idx_product_active .product_box .product_main .swiper_pager .info .swiper_btn {
  width: var(--btn-size);
  height: var(--btn-size);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  background: #CCCCCC;
  cursor: pointer;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  overflow: hidden;
}
.idx_product_active .product_box .product_main .swiper_pager .info .swiper_btn .icon {
  width: auto;
  height: auto;
  font-size: 0;
  filter: opacity(0.5);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_product_active .product_box .product_main .swiper_pager .info .swiper_btn.next {
  margin-left: clamp(0.938rem, calc(0.168rem + 0.96vw), 1.25rem);
}
.idx_product_active .product_box .product_main .swiper_pager .info .swiper_btn:hover {
  background: #000;
}
.idx_product_active .product_box .product_main .swiper_pager .info .swiper_btn:hover .icon {
  filter: opacity(1) invert(1);
}
.idx_product_active .product_box .product_main .pager_box {
  width: 100%;
  height: auto;
  margin: 30px 0 0;
  display: none;
}
.idx_product_active .product_box .product_main .pager_box .pager {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.idx_product_active .product_box .product_main .pager_box .pager span {
  width: 14px;
  height: 2px;
  margin: 0 5px;
  border-radius: 5px;
  background: #E34559;
  opacity: 0.2;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_product_active .product_box .product_main .pager_box .pager .active {
  width: 24px;
  opacity: 1;
}
@media (max-width:1024px) {
  .idx_product_active .product_box::after {
    display: none;
  }
  .idx_product_active .product_box .product_main .swiper_box .swiper-slide.swiper-slide-prev .content {
    opacity: 1;
  }
}
@media (max-width:990px) {
  .idx_product_active .product_box .product_main .swiper_box .swiper-slide .content .info .idx_more a {
    --bg-color: #E34559;
    --border-color: #E34559;
  }
  .idx_product_active .product_box .product_main .swiper_pager {
    display: none;
  }
  .idx_product_active .product_box .product_main .pager_box {
    display: block;
  }
}
@media (max-width:768px) {
  .idx_product_active .product_box .product_main .swiper_box {
    width: 100%;
  }
  .idx_product_active .product_box .product_main .swiper_box .swiper-slide .content .img .pb {
    padding-bottom: 60%;
  }
}
/* Index Service */
.idx_service {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_service .service_box {
  width: 100%;
  height: auto;
  padding: clamp(2.5rem, calc(-5.192rem + 9.62vw), 5.625rem) 0 clamp(5rem, calc(-18.077rem + 28.85vw), 14.375rem);
}
.idx_service .service_box .service_main {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin: clamp(1.875rem, calc(-1.202rem + 3.85vw), 3.125rem) 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: clamp(0.625rem, calc(-0.913rem + 1.92vw), 1.25rem);
}
.idx_service .service_box .service_main .item {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  border-radius: var(--border-radius20);
  cursor: pointer;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  overflow: hidden;
}
.idx_service .service_box .service_main .item .content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  padding: clamp(1.875rem, calc(-2.74rem + 5.77vw), 3.75rem) clamp(1.25rem, calc(-0.288rem + 1.92vw), 1.875rem) clamp(1.25rem, calc(-1.827rem + 3.85vw), 2.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}
.idx_service .service_box .service_main .item .content .title_box {
  width: 100%;
  height: auto;
}
.idx_service .service_box .service_main .item .content .title_box .title {
  width: 100%;
  height: auto;
  font-size: var(--font30);
  color: #FFF;
}
.idx_service .service_box .service_main .item .content .title_box .classify {
  width: 100%;
  height: auto;
  font-size: var(--font14);
  color: #FFF;
}
.idx_service .service_box .service_main .item .content .info {
  width: 100%;
  height: auto;
  font-size: var(--font24);
  color: #FFF;
  line-height: 1.25;
  white-space: break-spaces;
}
.idx_service .service_box .service_main .item .content .idx_more {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.idx_service .service_box .service_main .item .content .idx_more a:hover {
  --bg-color: #000000;
  --border-color: #000000;
}
.idx_service .service_box .service_main .item:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.idx_service .service_box .service_main .idx_news {
  width: 100%;
  height: auto;
  padding: clamp(1.875rem, calc(-2.74rem + 5.77vw), 3.75rem) clamp(1.25rem, calc(-0.288rem + 1.92vw), 1.875rem);
  grid-column: span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  border-radius: var(--border-radius20);
  background: #ECF1F4;
  overflow: hidden;
}
.idx_service .service_box .service_main .idx_news .swiper_title {
  width: 100%;
  height: auto;
  padding: clamp(1.25rem, calc(-0.288rem + 1.92vw), 1.875rem) 0;
  overflow: hidden;
}
.idx_service .service_box .service_main .idx_news .swiper_title .swiper-slide {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  opacity: 0;
  overflow: hidden;
}
.idx_service .service_box .service_main .idx_news .swiper_title .swiper-slide .title {
  width: 100%;
  height: auto;
  transform: translateY(100%);
  font-size: var(--font24);
  color: #9FB0BC;
  line-height: 1;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.idx_service .service_box .service_main .idx_news .swiper_title .swiper-slide.active {
  z-index: 5;
  pointer-events: initial;
}
.idx_service .service_box .service_main .idx_news .swiper_title .swiper-slide.active .title {
  transform: translateY(0);
  opacity: 0.9;
}
.idx_service .service_box .service_main .idx_news .swiper_prev {
  border-bottom: 1px solid #E0E7EC;
}
.idx_service .service_box .service_main .idx_news .swiper_next {
  border-top: 1px solid #E0E7EC;
}
.idx_service .service_box .service_main .idx_news .swiper_box {
  width: 100%;
  height: auto;
  flex: 1;
  padding: clamp(1.25rem, calc(-0.288rem + 1.92vw), 1.875rem) 0;
  overflow: hidden;
}
.idx_service .service_box .service_main .idx_news .swiper_box .swiper-slide {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  opacity: 0;
}
.idx_service .service_box .service_main .idx_news .swiper_box .swiper-slide.active {
  z-index: 5;
  pointer-events: initial;
}
.idx_service .service_box .service_main .idx_news .swiper_box .swiper-slide .content {
  width: 100%;
  height: auto;
}
.idx_service .service_box .service_main .idx_news .swiper_box .swiper-slide .content .time {
  width: 100%;
  height: auto;
  font-size: var(--font14);
  color: #000000;
}
.idx_service .service_box .service_main .idx_news .swiper_box .swiper-slide .content .title {
  width: 100%;
  height: 2em;
  margin: clamp(0.625rem, calc(-0.144rem + 0.96vw), 0.938rem) 0 0;
  font-size: var(--font30);
  color: #000000;
  line-height: 1;
  white-space: break-spaces;
}
.idx_service .service_box .service_main .idx_news .swiper_box .swiper-slide .content .details {
  width: 100%;
  height: calc(2em * 1.428);
  margin: clamp(0.75rem, calc(-0.481rem + 1.54vw), 1.25rem) 0 0;
  font-family: 'AvantGardeITCbyBT-Book';
  font-size: var(--font14);
  color: #000000;
  line-height: 1.428;
  white-space: break-spaces;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.idx_service .service_box .service_main .idx_news .swiper_box .swiper-slide .content .idx_more {
  margin: clamp(0.875rem, calc(-0.663rem + 1.92vw), 1.5rem) 0 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.idx_service .service_box .service_main .idx_news .swiper_box .swiper-slide .content .idx_more a {
  --bg-color: #000000;
  --border-color: #000000;
}
.idx_service .service_box .service_main .idx_news .swiper_box .swiper-slide .content .idx_more a:hover {
  --bg-color: #E34559;
  --border-color: #E34559;
}
.idx_service .service_box .service_main .idx_news .pager_box {
  width: 100%;
  height: auto;
  margin: 30px 0 0;
  display: none;
}
.idx_service .service_box .service_main .idx_news .pager_box .pager {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.idx_service .service_box .service_main .idx_news .pager_box .pager span {
  width: 14px;
  height: 2px;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background: #E34559;
  opacity: 0.2;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_service .service_box .service_main .idx_news .pager_box .pager .active {
  width: 24px;
  opacity: 1;
}
.idx_service .service_box .service_main .idx_blog {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  border-radius: var(--border-radius20);
  overflow: hidden;
}
.idx_service .service_box .service_main .idx_blog .swiper_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.idx_service .service_box .service_main .idx_blog .swiper_box .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_service .service_box .service_main .idx_blog .swiper_box .swiper-slide .images {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.idx_service .service_box .service_main .idx_blog .swiper_box .swiper-slide .images .pb {
  height: 100%;
  padding-bottom: 0;
}
.idx_service .service_box .service_main .idx_blog .swiper_box .swiper-slide .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_service .service_box .service_main .idx_blog .swiper_box .swiper-slide .content {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  padding: clamp(1.875rem, calc(-2.74rem + 5.77vw), 3.75rem) clamp(1.25rem, calc(-0.288rem + 1.92vw), 1.875rem);
}
.idx_service .service_box .service_main .idx_blog .swiper_box .swiper-slide .content .title_box {
  width: 100%;
  height: auto;
}
.idx_service .service_box .service_main .idx_blog .swiper_box .swiper-slide .content .title_box .title {
  width: 100%;
  height: auto;
  font-size: var(--font30);
  color: #FFF;
}
.idx_service .service_box .service_main .idx_blog .swiper_box .swiper-slide .content .title_box .classify {
  width: 100%;
  height: auto;
  font-size: var(--font14);
  color: #FFF;
}
.idx_service .service_box .service_main .idx_blog .pager_box {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: clamp(1.25rem, calc(-1.827rem + 3.85vw), 2.5rem);
  z-index: 10;
  padding: 0 clamp(1.25rem, calc(-0.288rem + 1.92vw), 1.875rem);
}
.idx_service .service_box .service_main .idx_blog .pager_box .pager {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.idx_service .service_box .service_main .idx_blog .pager_box .pager .one {
  width: clamp(1.25rem, calc(-0.288rem + 1.92vw), 1.875rem);
  height: auto;
  margin-left: 10px;
  border-radius: 0;
  opacity: 1;
  background: transparent;
}
.idx_service .service_box .service_main .idx_blog .pager_box .pager .one .line {
  width: 100%;
  height: 2px;
  background: #FFF;
  opacity: 0.2;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_service .service_box .service_main .idx_blog .pager_box .pager .one .number {
  width: 100%;
  height: auto;
  margin: 10px 0 0;
  transform: translateY(1em);
  font-size: var(--font14);
  color: #FFF;
  line-height: 1;
  opacity: 0;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_service .service_box .service_main .idx_blog .pager_box .pager .one:first-child {
  margin: 0;
}
.idx_service .service_box .service_main .idx_blog .pager_box .pager .one.active .line {
  opacity: 1;
}
.idx_service .service_box .service_main .idx_blog .pager_box .pager .one.active .number {
  transform: translateY(0);
  opacity: 1;
}
.idx_service .service_box .service_main .idx_join {
  background: #BDD9DD;
}
.idx_service .service_box .service_main .idx_join .icon_box {
  width: 44%;
  max-width: 178px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_service .service_box .service_main .idx_join .icon_box::after {
  content: '';
  width: 100%;
  height: 0;
  display: block;
  padding-bottom: 100%;
}
.idx_service .service_box .service_main .idx_join .icon_box .one {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  font-size: 0;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_service .service_box .service_main .idx_join .icon_box .one.active {
  z-index: 5;
  filter: drop-shadow(0 30px 30px #8DB0B5);
}
.idx_service .service_box .service_main .idx_join .icon_box .one.first,
.idx_service .service_box .service_main .idx_join .icon_box .one.last {
  opacity: 0.4;
}
.idx_service .service_box .service_main .idx_join .icon_box .one.first {
  transform: translate(-75%, -50%) scale(0.8);
}
.idx_service .service_box .service_main .idx_join .icon_box .one.last {
  transform: translate(-25%, -50%) scale(0.8);
}
.idx_service .service_box .service_main .idx_join:hover .icon_box .one.active {
  margin: 5px 0 0;
}
.idx_service .service_box .service_main .idx_join:hover .icon_box .one.first {
  transform: translate(-80%, -50%) scale(0.8);
}
.idx_service .service_box .service_main .idx_join:hover .icon_box .one.last {
  transform: translate(-20%, -50%) scale(0.8);
}
.idx_service .service_box .service_main .idx_Video {
  background: #c4d5fa;
}
.idx_service .service_box .service_main .idx_Video .icon_box {
  width: 44%;
  max-width: 142px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_service .service_box .service_main .idx_Video .icon_box::after {
  content: '';
  width: 100%;
  height: 0;
  display: block;
  padding-bottom: 100%;
}
.idx_service .service_box .service_main .idx_Video .icon_box .one {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  font-size: 0;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_service .service_box .service_main .idx_Video .icon_box .one.first,
.idx_service .service_box .service_main .idx_Video .icon_box .one.last {
  opacity: 0.4;
}
.idx_service .service_box .service_main .idx_Video .icon_box .one.first {
  transform: translate(-75%, -50%) scale(0.8);
}
.idx_service .service_box .service_main .idx_Video .icon_box .one.last {
  transform: translate(-14%, -14%);
  opacity: 1;
}
.idx_service .service_box .service_main .idx_Video:hover .icon_box .one.active {
  margin: 5px 0 0;
}
.idx_service .service_box .service_main .idx_Video:hover .icon_box .one.first {
  transform: translate(-80%, -50%) scale(0.8);
}
.idx_service .service_box .service_main .idx_Video:hover .icon_box .one.last {
  transform: translate(-15%, -15%);
}
.idx_service .service_box .service_main .idx_faqs {
  background: #B2CFE2;
}
.idx_service .service_box .service_main .idx_faqs .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.idx_service .service_box .service_main .idx_faqs .img .pb {
  height: 100%;
  padding-bottom: 0;
}
.idx_service .service_box .service_main .idx_faqs .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 0;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_service .service_box .service_main .idx_faqs:hover .img img {
  object-position: -10px -8px;
}
.idx_service .service_box .service_main .idx_down::before,
.idx_service .service_box .service_main .idx_down::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.8;
  background-image: -moz-linear-gradient(138deg, #f58792 0%, #f8bbaa 100%);
  background-image: -webkit-linear-gradient(138deg, #f58792 0%, #f8bbaa 100%);
  background-image: -ms-linear-gradient(138deg, #f58792 0%, #f8bbaa 100%);
}
.idx_service .service_box .service_main .idx_down::after {
  z-index: 2;
}
.idx_service .service_box .service_main .idx_down .icon_box {
  width: 60%;
  max-width: 229px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
}
.idx_service .service_box .service_main .idx_down .icon_box .pb,
.idx_service .service_box .service_main .idx_down .icon_box .ab {
  overflow: visible;
}
.idx_service .service_box .service_main .idx_down .icon_box .pb {
  padding-bottom: 100%;
}
.idx_service .service_box .service_main .idx_down .icon_box .icon {
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_service .service_box .service_main .idx_down .icon_box .shadow {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  filter: saturate(6) opacity(0.6);
  opacity: 0;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_service .service_box .service_main .idx_down:hover .icon_box .icon {
  transform: translateY(5px);
}
.idx_service .service_box .service_main .idx_down:hover .icon_box .shadow {
  transform: translateY(-10px);
  opacity: 0.6;
}
.idx_service .service_box .service_main .idx_video {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  grid-column: span 2;
  border-radius: var(--border-radius20);
  background: #F5F5F5;
  cursor: pointer;
  overflow: hidden;
}
.idx_service .service_box .service_main .idx_video .img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.idx_service .service_box .service_main .idx_video .img .pb {
  padding-bottom: 43.37349398%;
}
.idx_service .service_box .service_main .idx_video .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_service .service_box .service_main .idx_video .content {
  width: 100%;
  height: auto;
  flex: 1;
  padding: clamp(1.25rem, calc(-1.827rem + 3.85vw), 2.5rem) clamp(1.25rem, calc(-0.288rem + 1.92vw), 1.875rem);
  overflow: hidden;
}
.idx_service .service_box .service_main .idx_video .content .time {
  width: 100%;
  height: auto;
  font-size: var(--font14);
  color: #000000;
  line-height: 1;
}
.idx_service .service_box .service_main .idx_video .content .title {
  width: 100%;
  height: auto;
  margin: 0.6em 0 0;
  font-size: var(--font30);
  color: #000000;
  line-height: 1;
  white-space: break-spaces;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_service .service_box .service_main .idx_video .content .info {
  width: 100%;
  height: auto;
  margin: clamp(1.25rem, calc(-0.288rem + 1.92vw), 1.875rem) 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.idx_service .service_box .service_main .idx_video .content .info .idx_more {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.idx_service .service_box .service_main .idx_video .content .info .idx_more .more {
  --bg-color: #000000;
  --border-color: #000000;
}
.idx_service .service_box .service_main .idx_video .content .info .idx_more .more:hover {
  --bg-color: #E34559;
  --border-color: #E34559;
}
.idx_service .service_box .service_main .idx_video .content .info .idx_word {
  width: auto;
  height: auto;
  margin-left: 10px;
  font-size: var(--font14);
  color: #000000;
}
.idx_service .service_box .service_main .idx_video:hover .content .title {
  color: #E34559;
}
@media (max-width:990px) {
  .idx_service .service_box .service_main {
    grid-template-columns: repeat(2, 1fr);
  }
  .idx_service .service_box .service_main .item .img,
  .idx_service .service_box .service_main .idx_blog .swiper_box .swiper-slide .images {
    height: auto;
  }
  .idx_service .service_box .service_main .item .img .pb,
  .idx_service .service_box .service_main .idx_blog .swiper_box .swiper-slide .images .pb {
    height: 0;
    padding-bottom: 148.148%;
  }
  .idx_service .service_box .service_main .item .content {
    padding: 20px 15px;
  }
  .idx_service .service_box .service_main .item .content .title_box .title {
    font-size: 16px;
  }
  .idx_service .service_box .service_main .item .content .title_box .classify {
    font-size: 10px;
  }
  .idx_service .service_box .service_main .item .content .info {
    font-size: 14px;
  }
  .idx_service .service_box .service_main .item .content .idx_more {
    position: relative;
  }
  .idx_service .service_box .service_main .idx_news {
    display: block;
  }
  .idx_service .service_box .service_main .idx_news .swiper_title {
    display: none;
  }
  .idx_service .service_box .service_main .idx_news .swiper_box {
    overflow: visible;
  }
  .idx_service .service_box .service_main .idx_news .pager_box {
    display: block;
  }
  .idx_service .service_box .service_main .idx_Video::after {
    content: '';
    width: 100%;
    height: 0;
    display: block;
    padding-bottom: 100%;
  }
  .idx_service .service_box .service_main .idx_join::after {
    content: '';
    width: 100%;
    height: 0;
    display: block;
    padding-bottom: 100%;
  }
  .idx_service .service_box .service_main .idx_blog .swiper_box .swiper-slide .content {
    padding: 20px 15px;
  }
  .idx_service .service_box .service_main .idx_blog .swiper_box .swiper-slide .content .title_box .title {
    font-size: 16px;
  }
  .idx_service .service_box .service_main .idx_blog .swiper_box .swiper-slide .content .title_box .classify {
    font-size: 10px;
  }
}
@media (max-width:480px) {
  .idx_service .service_box .service_main {
    grid-template-columns: repeat(1, 1fr);
  }
  .idx_service .service_box .service_main .idx_news,
  .idx_service .service_box .service_main .idx_video {
    grid-column: span 1;
  }
  .idx_service .service_box .service_main .idx_blog .swiper_box .swiper-slide .images .pb {
    height: auto;
    padding-bottom: 66.66%;
  }
  .idx_service .service_box .service_main .idx_Video::after {
    content: '';
    width: 100%;
    height: 0;
    display: block;
    padding-bottom: 66.66%;
  }
  .idx_service .service_box .service_main .idx_Video a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
  }
  .idx_service .service_box .service_main .idx_Video .icon_box {
    width: 30%;
    left: auto;
    right: 15%;
    transform: translateY(-40%);
  }
  .idx_service .service_box .service_main .idx_join::after {
    content: '';
    width: 100%;
    height: 0;
    display: block;
    padding-bottom: 66.66%;
  }
  .idx_service .service_box .service_main .idx_join a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
  }
  .idx_service .service_box .service_main .idx_join .icon_box {
    width: 30%;
    left: auto;
    right: 15%;
    transform: translateY(-50%);
  }
  .idx_service .service_box .service_main .idx_faqs .img .pb {
    height: auto;
    padding-bottom: 66.66%;
  }
  .idx_service .service_box .service_main .idx_faqs .img .pb .ab {
    text-align: right;
  }
  .idx_service .service_box .service_main .idx_faqs .img .pb img {
    width: auto;
    object-position: right center;
  }
  .idx_service .service_box .service_main .idx_down::after {
    height: 0;
    display: block;
    padding-bottom: 66.66%;
    position: relative;
  }
  .idx_service .service_box .service_main .idx_down a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
  }
  .idx_service .service_box .service_main .idx_down a .icon_box {
    width: 35%;
    left: auto;
    right: 10%;
    transform: translateY(-50%);
  }
  .idx_service .service_box .service_main .idx_down a .icon_box .icon {
    transform: translateY(10px);
  }
  .idx_service .service_box .service_main .idx_down a .icon_box .shadow {
    opacity: 0.6;
  }
}
/* 底部 */
footer {
  width: 100%;
  height: auto;
  background: #000000;
  overflow: hidden;
  --color: #fff;
}
footer .footer_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
footer .footer_box .footer_top {
  width: 100%;
  height: auto;
  padding: clamp(3.125rem, calc(-5.49rem + 10.77vw), 6.625rem) 0 clamp(3.125rem, calc(-7.644rem + 13.46vw), 7.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}
footer .footer_box .footer_top .left_box {
  width: auto;
  height: auto;
}
footer .footer_box .footer_top .left_box .headline {
  width: auto;
  height: auto;
  font-size: var(--font30);
  color: var(--color);
  line-height: 1;
  white-space: break-spaces;
}
footer .footer_box .footer_top .left_box .headline span {
  color: #E34559;
}
footer .footer_box .footer_top .left_box .idx_more {
  height: clamp(2rem, calc(0.769rem + 1.54vw), 2.5rem);
  margin: 30px 0 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
footer .footer_box .footer_top .left_box .idx_more a {
  --border-width: 0;
  --bg-color: rgba(255, 255, 255, 0.1);
}
footer .footer_box .footer_top .left_box .idx_more a .icon {
  margin-left: clamp(1.25rem, calc(-1.827rem + 3.85vw), 2.5rem);
  filter: brightness(0) invert(1);
}
footer .footer_box .footer_top .left_box .idx_more a:hover {
  --bg-color: #E34559;
}
footer .footer_box .footer_top .right_box {
  width: auto;
  height: auto;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: clamp(1.875rem, calc(-1.202rem + 3.85vw), 3.125rem);
}
footer .footer_box .footer_top .right_box .nav_box {
  width: 100%;
  height: auto;
}
footer .footer_box .footer_top .right_box .nav_box ul {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: clamp(1.875rem, calc(-1.202rem + 3.85vw), 3.125rem);
}
footer .footer_box .footer_top .right_box .nav_box ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
}
footer .footer_box .footer_top .right_box .nav_box ul li .headline {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
footer .footer_box .footer_top .right_box .nav_box ul li .headline a {
  font-size: var(--font14);
  color: var(--color);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
footer .footer_box .footer_top .right_box .nav_box ul li .headline a:hover {
  color: #E34559;
}
footer .footer_box .footer_top .right_box .nav_box ul li .menu {
  width: 100%;
  height: auto;
  margin: 15px 0 0;
}
footer .footer_box .footer_top .right_box .nav_box ul li .menu .one {
  width: 100%;
  height: auto;
  margin: 5px 0 0;
}
footer .footer_box .footer_top .right_box .nav_box ul li .menu .one a {
  font-family: 'AvantGardeITCbyBT-Book';
  font-size: var(--font13);
  color: rgba(255, 255, 255, 0.3);
  line-height: 1;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
footer .footer_box .footer_top .right_box .nav_box ul li .menu .one a:hover {
  color: var(--color);
}
footer .footer_box .footer_top .right_box .nav_box ul li .menu .one:first-child {
  margin: 0;
}
footer .footer_box .footer_top .right_box .idx_more {
  height: clamp(2rem, calc(0.769rem + 1.54vw), 2.5rem);
}
footer .footer_box .footer_top .right_box .idx_more a {
  --border-color: rgba(255, 255, 255, 0.1);
  --bg-color: transparent;
}
footer .footer_box .footer_top .right_box .idx_more a .icon {
  margin-left: clamp(1.25rem, calc(-1.827rem + 3.85vw), 2.5rem);
  filter: brightness(0) invert(1);
}
footer .footer_box .footer_top .right_box .idx_more a:hover {
  --bg-color: #E34559;
}
footer .footer_box .footer_bottom {
  width: 100%;
  height: auto;
  overflow: hidden;
}
footer .footer_box .footer_bottom .footer_links {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
footer .footer_box .footer_bottom .footer_links .links {
  width: auto;
  height: auto;
  -webkit-box-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  grid-gap: 10px 30px;
}
footer .footer_box .footer_bottom .footer_links .links span,
footer .footer_box .footer_bottom .footer_links .links a {
  font-family: 'AvantGardeITCbyBT-Book';
  font-size: var(--font13);
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
footer .footer_box .footer_bottom .footer_links .links a:hover {
  color: var(--color);
}
footer .footer_box .footer_bottom .footer_links .share {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  --btn-size: clamp(2rem, calc(1.385rem + 0.77vw), 2.25rem);
}
footer .footer_box .footer_bottom .footer_links .share .item {
  width: var(--btn-size);
  height: var(--btn-size);
  margin-left: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
footer .footer_box .footer_bottom .footer_links .share .item .icon {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
footer .footer_box .footer_bottom .footer_links .share .item .icon i {
  font-size: var(--font16);
  color: rgba(255, 255, 255, 0.3);
  line-height: 1;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
footer .footer_box .footer_bottom .footer_links .share .item:hover {
  background: #E34559;
}
footer .footer_box .footer_bottom .footer_links .share .item:hover .icon i {
  color: #000000;
}
footer .footer_box .footer_bottom .footer_links .share .item:first-child {
  margin: 0;
}
footer .footer_box .footer_bottom .footer_info {
  width: 100%;
  height: auto;
  padding: 20px 0 clamp(2.5rem, calc(-7.808rem + 12.88vw), 6.688rem);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
footer .footer_box .footer_bottom .footer_info .logo {
  width: 30%;
  max-width: 144px;
  height: auto;
  font-size: 0;
}
footer .footer_box .footer_bottom .footer_info .copy {
  width: auto;
  height: auto;
  -webkit-box-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
  font-family: 'AvantGardeITCbyBT-Book';
  font-size: var(--font13);
  color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
}
footer .footer_box .footer_bottom .footer_info .copy a {
  font-size: var(--font13);
  color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
footer .footer_box .footer_bottom .footer_info .copy a:hover {
  color: #E34559;
}
@media (max-width:990px) {
  footer .footer_box .footer_top {
    display: block;
  }
  footer .footer_box .footer_top .left_box {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  footer .footer_box .footer_top .left_box .idx_more {
    margin: 0;
  }
  footer .footer_box .footer_top .right_box {
    margin: 30px 0 0;
  }
  footer .footer_box .footer_top .right_box .nav_box ul {
    grid-gap: 20px;
  }
  footer .footer_box .footer_bottom .footer_links {
    display: block;
  }
  footer .footer_box .footer_bottom .footer_links .share {
    margin: 20px 0 0;
  }
}
@media (max-width:768px) {
  footer .footer_box .footer_top .left_box {
    display: block;
  }
  footer .footer_box .footer_top .left_box .idx_more {
    margin: 30px 0 0;
  }
  footer .footer_box .footer_top .right_box {
    display: block;
    margin: 40px 0 0;
  }
  footer .footer_box .footer_top .right_box .nav_box ul li .headline {
    height: auto;
  }
  footer .footer_box .footer_top .right_box .nav_box ul li .menu {
    display: none;
  }
  footer .footer_box .footer_top .right_box .idx_more {
    margin: 30px 0 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  footer .footer_box .footer_bottom .footer_info {
    display: block;
  }
  footer .footer_box .footer_bottom .footer_info .copy {
    margin: 15px 0 0;
  }
}
footer {
  background: #f5f5f5;
  --color: #000;
}
footer .footer_box .footer_top .left_box .idx_more a {
  --bg-color: rgba(0, 0, 0, 0.1);
  --text-color: var(--color);
}
footer .footer_box .footer_top .left_box .idx_more a .icon {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
footer .footer_box .footer_top .left_box .idx_more a:hover {
  --bg-color: #E34559;
  --text-color: #fff;
}
footer .footer_box .footer_top .left_box .idx_more a:hover .icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
footer .footer_box .footer_top .right_box .nav_box ul li .menu .one a {
  color: rgba(0, 0, 0, 0.3);
}
footer .footer_box .footer_top .right_box .nav_box ul li .menu .one a:hover {
  color: var(--color);
}
footer .footer_box .footer_top .right_box .idx_more a {
  --bg-color: rgba(0, 0, 0, 0.3);
  --text-color: var(--color);
}
footer .footer_box .footer_top .right_box .idx_more a .icon {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
footer .footer_box .footer_top .right_box .idx_more a:hover {
  --bg-color: #E34559;
  --text-color: #fff;
}
footer .footer_box .footer_top .right_box .idx_more a:hover .icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
footer .footer_box .footer_bottom .footer_links .share .item {
  background-color: rgba(0, 0, 0, 0.1);
}
footer .footer_box .footer_bottom .footer_links .share .item .icon i {
  color: rgba(0, 0, 0, 0.3);
}
footer .footer_box .footer_bottom .footer_links .share .item:hover {
  background: #E34559;
}
footer .footer_box .footer_bottom .footer_links .share .item:hover .icon i {
  color: #000000;
}
footer .footer_box .footer_bottom .footer_links .links span,
footer .footer_box .footer_bottom .footer_links .links a,
footer .footer_box .footer_bottom .footer_info .copy {
  color: rgba(0, 0, 0, 0.3);
}
footer .footer_box .footer_bottom .footer_links .links a:hover {
  color: var(--color);
}
footer .footer_box .footer_bottom .footer_info {
  border-top-color: rgba(0, 0, 0, 0.1);
}
/* 面包屑导航 */
.Products .page-ban-nav {
  --color: #fff;
}
.Products .page-ban-nav .top-box::before,
.Products .page-ban-nav .top-box::after {
  background-color: var(--color);
}
.page-ban-nav {
  width: 100%;
  background-color: transparent;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 9;
  --color: #fff;
  --color: #000;
}
.page-ban-nav.page-ban-nav-bg {
  --color: #000;
}
.page-ban-nav.page-ban-nav-bg .top-box::before,
.page-ban-nav.page-ban-nav-bg .top-box::after {
  background-color: var(--color);
}
.page-ban-nav.page-positioning {
  z-index: 99;
}
.page-ban-nav.Products-nav-box {
  background-color: black;
  padding-top: 60px;
  position: relative;
  top: 0;
}
.page-ban-nav .top-box {
  position: relative;
}
.page-ban-nav .top-box::after {
  content: '';
  top: 0;
  bottom: auto;
}
.page-ban-nav .top-box::before,
.page-ban-nav .top-box::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #f4f4f4;
  background-color: var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.1;
}
.page-ban-nav .top-box .list-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.page-ban-nav .top-box .list-nav a {
  font-size: 14px;
  color: var(--color);
  line-height: 58px;
  margin-left: 40px;
  margin-left: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
  position: relative;
}
.page-ban-nav .top-box .list-nav a.on::before,
.page-ban-nav .top-box .list-nav a.active::before {
  width: 100%;
}
.page-ban-nav .top-box .list-nav a::before {
  content: '';
  width: 0;
  height: 1px;
  background-color: var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
}
.page-ban-nav .down-box .wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.page-ban-nav .down-box .wrap-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.page-ban-nav .down-box .title {
  font-size: var(--font36);
  color: var(--color);
  line-height: 1.1;
  margin: 23px 0 8px;
  margin-top: clamp(calc(23 / 2 * 1px), calc(23 / 1920 * 100 * 1vw), 23px);
  margin-bottom: clamp(calc(8 / 2 * 1px), calc(8 / 1920 * 100 * 1vw), 8px);
}
.page-ban-nav .down-box .list-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.page-ban-nav .down-box .list-nav a {
  font-size: 14px;
  color: var(--color);
  line-height: 50px;
  margin-right: 30px;
  margin-right: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  position: relative;
}
.page-ban-nav .down-box .list-nav a.active::before {
  width: 100%;
}
.page-ban-nav .down-box .list-nav a::before {
  content: '';
  width: 0;
  height: 3px;
  background-color: #E34559;
  position: absolute;
  left: 0;
  bottom: 0;
}
.page-ban-nav .down-box .btn-container {
  margin: 0;
}
.page-ban-nav .down-box .btn-container a {
  background-color: #E34559;
  font-size: var(--font18);
  color: var(--color);
  height: 48px;
  padding: 0 35px;
}
@media (max-width:990px) {
  .page-ban-nav .down-box .wrap-box {
    padding: 40px 0;
  }
}
@media (max-width:768px) {
  .page-ban-nav .down-box .wrap-box {
    display: block;
  }
  .page-ban-nav .down-box .wrap-box .wrap-left {
    margin-bottom: 40px;
  }
  .page-ban-nav .down-box .title {
    margin-top: 0;
  }
  .page-ban-nav .down-box .btn-container a {
    height: 28px;
    padding: 0 10px;
    font-size: 12px;
  }
}
@media (max-width:990px) {
  .page-ban-nav .top-box {
    display: none;
  }
}
/* 公共标题 */
.page-title .title {
  font-size: var(--font42);
  color: black;
  line-height: 1.2;
}
.page-title .title em {
  font-style: normal;
  color: #999999;
}
.page-title .text-body {
  margin-top: clamp(calc(12 / 2 * 1px), calc(12 / 1920 * 100 * 1vw), 12px);
}
.page-title .text-body * {
  font-size: var(--font18);
  color: #282828;
  line-height: 1.334;
}
/* 公共顶部 */
@-webkit-keyframes line-ani {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
@keyframes line-ani {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
.line-ani {
  -webkit-animation: line-ani 1s 1 ease forwards;
  animation: line-ani 1s 1 ease forwards;
}
.page-ban-container {
  min-height: clamp(35rem, calc(43.75vw), 52.5rem);
  background: no-repeat center;
  background-size: cover;
  padding-top: 230px;
  padding-bottom: 155px;
  --color: #fff;
  background-image: none !important;
  background-color: #fff;
  --color: #000;
}
.page-ban-container.about-ban-container {
  min-height: 100vh;
  padding: 110px 0 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.page-ban-container.about-ban-container .about-text-body *,
.page-ban-container.about-ban-container .about-text-title {
  color: white !important;
}
.page-ban-container.about-ban-container .text-body * {
  opacity: 0.6;
  color: white !important;
}
@media (max-width:1024px) {
  .page-ban-container.about-ban-container {
    min-height: inherit;
  }
}
@media (max-width:990px) {
  .page-ban-container.News-ban-container {
    min-height: inherit;
  }
}
.page-ban-container .text-up {
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
}
.page-ban-container .text-up .line {
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.page-ban-container .text-down,
.page-ban-container .about-page-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.page-ban-container .text-down .text-left,
.page-ban-container .about-page-wrap .text-left,
.page-ban-container .text-down .about-page-left,
.page-ban-container .about-page-wrap .about-page-left {
  width: 50.5%;
  padding-right: 40px;
}
.page-ban-container .text-down .text-right,
.page-ban-container .about-page-wrap .text-right,
.page-ban-container .text-down .about-page-right,
.page-ban-container .about-page-wrap .about-page-right {
  width: 49.5%;
}
.page-ban-container .text-down .about-page-right .text-body,
.page-ban-container .about-page-wrap .about-page-right .text-body {
  margin: 0;
}
.page-ban-container .text-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.page-ban-container .text-list .text-item:first-child {
  padding-right: 40px;
}
.page-ban-container .about-text-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.page-ban-container .about-text-list .text-item {
  min-width: 262px;
  padding-right: 40px;
}
.page-ban-container .about-text-title {
  font-size: var(--font14);
  color: var(--color);
  line-height: 1.43;
  opacity: 0.3;
}
.page-ban-container .about-text-body {
  margin-top: 6px;
}
.page-ban-container .about-text-body * {
  font-size: var(--font18);
  color: var(--color);
  line-height: 1.34;
  white-space: pre-line;
}
@media (max-width:990px) {
  .page-ban-container .about-text-body * {
    white-space: inherit;
  }
}
.page-ban-container .about-icon {
  width: 75.2%;
  max-width: 625px;
  text-align: center;
  margin-left: -33.8%;
  margin-bottom: 77px;
  margin-bottom: clamp(calc(77 / 2 * 1px), calc(77 / 1920 * 100 * 1vw), 77px);
  position: relative;
}
.page-ban-container .title {
  font-family: 'Samsung-Sharp-Sans-b';
  font-size: clamp(calc(36 / 16 * 1rem), calc((36 / 16 * 1rem) + ((100 - 36) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(100 / 16 * 1rem));
  line-height: 1;
  color: var(--color);
}
.page-ban-container .title-body * {
  font-size: var(--font24);
  color: var(--color);
  line-height: 1.25;
}
@media (max-width:768px) {
  .page-ban-container .title-body {
    margin-top: 10px;
  }
  .page-ban-container .title-body * {
    font-size: 14px;
  }
}
.page-ban-container .text-title {
  font-size: var(--font18);
  color: var(--color);
  line-height: 1.34;
  margin-bottom: 20px;
}
.page-ban-container .text-body {
  margin-top: 20px;
  margin-bottom: 35px;
}
.page-ban-container .text-body * {
  font-size: var(--font14);
  color: var(--color);
  line-height: 1.43;
  opacity: 0.3;
  white-space: pre-line;
}
@media (max-width:990px) {
  .page-ban-container .text-body * {
    white-space: inherit;
  }
}
.page-ban-container .text-body h6 {
  font-size: var(--font18);
  color: var(--color);
  line-height: 1.34;
  opacity: 1;
  margin-top: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
  margin-bottom: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
}
.page-ban-container .dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: var(--font14);
  color: var(--color);
  line-height: 1.43;
}
.page-ban-container .dl * {
  color: var(--color);
}
.page-ban-container .dl .dt {
  min-width: 134px;
}
.page-ban-container .dl .dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.page-ban-container .text-hotline {
  font-size: var(--font14);
  color: var(--color);
  line-height: 1.43;
}
.page-ban-container .img-code {
  max-width: 92px;
}
.page-ban-container .map-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.page-ban-container .map-code .map-btn {
  height: 36px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 99px;
  font-size: var(--font14);
  color: var(--color);
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.page-ban-container .map-code .map-btn:hover {
  background-color: white;
  border-color: white;
  color: black;
}
.page-ban-container .map-code .map-btn:hover i {
  color: black;
}
.page-ban-container .map-code .map-btn i {
  color: var(--color);
  margin-left: 43px;
  margin-left: clamp(calc(43 / 2 * 1px), calc(43 / 1920 * 100 * 1vw), 43px);
}
.page-ban-container .page_nav .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  grid-gap: 12px;
  margin-top: -20px;
}
.page-ban-container .page_nav .list a {
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 99px;
  font-size: var(--font14);
  color: var(--color);
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.page-ban-container .page_nav .list a:hover,
.page-ban-container .page_nav .list a.active {
  background-color: #E34559;
  border-color: #E34559;
  color: black;
  color: white;
}
@media (max-width:768px) {
  .page-ban-container .page_nav .list a {
    height: 30px;
    padding: 0 10px;
  }
}
.page-ban-container .page_nav_container {
  margin-bottom: 24px;
}
.page-ban-container .page_nav_container .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}
.page-ban-container .page_nav_container a {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 24px 24px 24px 60px;
  padding-left: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
  padding-right: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  padding-top: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  padding-bottom: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: var(--border-radius20);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.page-ban-container .page_nav_container a:hover::before,
.page-ban-container .page_nav_container a.active::before {
  height: 100%;
  top: 0px;
}
.page-ban-container .page_nav_container a:hover .title,
.page-ban-container .page_nav_container a.active .title {
  color: #000;
}
.page-ban-container .page_nav_container a:hover .img,
.page-ban-container .page_nav_container a.active .img {
  background-color: #f5f5f5;
}
.page-ban-container .page_nav_container a::before {
  content: '';
  background-color: white;
  position: absolute;
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  border-radius: var(--border-radius20);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.page-ban-container .page_nav_container a .title {
  font-size: var(--font24);
  color: white;
  line-height: 1.2;
  position: relative;
}
.page-ban-container .page_nav_container a .img {
  width: 23%;
  background-color: #f4f4f4;
  border-radius: var(--border-radius20);
  position: relative;
  overflow: hidden;
}
.page-ban-container .page_nav_container a .img .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.page-ban-container .page_nav_container a .img img {
  max-width: 78.7%;
  max-height: 71.2%;
}
.page-ban-container .filter-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.page-ban-container .filter-box .filter-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 0 12px;
}
.page-ban-container .filter-box .filter-left .title {
  font-size: var(--font14);
  color: var(--color);
}
.page-ban-container .filter-box input,
.page-ban-container .filter-box select {
  font-family: 'AvantGardeITCbyBT-Book';
  color: var(--color);
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 99px;
}
.page-ban-container .filter-box .layui-input:hover,
.page-ban-container .filter-box .layui-input:focus,
.page-ban-container .filter-box .layui-textarea:focus {
  border-color: var(--color) !important;
}
.page-ban-container .filter-box .layui-form-select .layui-edge {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.page-ban-container .filter-box .layui-form .layui-form-select dl {
  border-color: var(--color);
}
.page-ban-container .page_nav_container a .title {
  color: var(--color);
}
.page-ban-container .page_nav_container a::before {
  background-color: #E34559;
}
.page-ban-container .page_nav_container a.active .title,
.page-ban-container .page_nav_container a:hover .title {
  color: white;
}
.page-ban-container .filter-box input,
.page-ban-container .filter-box select {
  border-color: rgba(0, 0, 0, 0.2);
}
.page-ban-container .filter-box .layui-form-select .layui-edge {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.page-ban-container .page_nav .list a {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.page-ban-container .text-up .line {
  background-color: rgba(0, 0, 0, 0.2);
}
.page-ban-container .map-code .map-btn {
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.page-ban-container .map-code .map-btn:hover {
  background-color: black;
  border-color: black;
  color: white;
}
.page-ban-container .map-code .map-btn:hover i {
  color: white;
}
@media (max-width:990px) {
  .page-ban-container {
    padding-top: 110px;
    padding-bottom: 100px;
  }
  .page-ban-container .text-down,
  .page-ban-container .about-page-wrap {
    display: block;
  }
  .page-ban-container .text-down .text-left,
  .page-ban-container .about-page-wrap .text-left,
  .page-ban-container .text-down .about-page-left,
  .page-ban-container .about-page-wrap .about-page-left {
    width: 100%;
    padding-right: 0;
  }
  .page-ban-container .text-down .text-right,
  .page-ban-container .about-page-wrap .text-right,
  .page-ban-container .text-down .about-page-right,
  .page-ban-container .about-page-wrap .about-page-right {
    width: 100%;
    margin-top: 30px;
  }
  .page-ban-container .text-list {
    display: block;
  }
  .page-ban-container .text-list .text-item:first-child {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .page-ban-container .about-text-list {
    display: block;
  }
  .page-ban-container .about-text-list .text-item {
    min-width: inherit;
    padding-right: 0;
    margin-top: 20px;
  }
  .page-ban-container .text-title {
    margin-bottom: 10px;
  }
  .page-ban-container .text-body {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .page-ban-container .about-icon {
    width: 66%;
    margin-left: 0;
  }
  .page-ban-container .page_nav_container .list {
    grid-gap: 15px;
  }
  .page-ban-container .page_nav_container .list a {
    padding-left: 20px;
  }
}
@media (max-width:768px) {
  .page-ban-container {
    padding-bottom: 90px;
  }
  .page-ban-container .text-up {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .page-ban-container .page_nav_container {
    padding-top: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .page-ban-container .page_nav_container .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .page-ban-container .filter-box {
    display: block;
  }
  .page-ban-container .filter-box .filter-left {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    grid-gap: inherit;
  }
  .page-ban-container .filter-box .filter-left .title {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .page-ban-container .filter-box .filter-left .form-control {
    width: 49%;
    margin-bottom: 10px;
  }
  .page-ban-container .filter-box .filter-left .form-control:last-child {
    width: 100%;
  }
  .page-ban-container .filter-box .slide-right {
    width: 100%;
  }
}
/* 产品列表 */
.Products-box1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #eeeeef;
}
.Products-box1 .nav-up {
  padding-top: clamp(1.75rem, calc(2.19vw), 2.625rem);
  padding-bottom: clamp(1.25rem, calc(1.56vw), 1.875rem);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.Products-box1 .nav-up .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  grid-gap: 20px 0;
}
.Products-box1 .nav-up .item {
  min-width: 20%;
  padding: 0 20px;
  opacity: 0.3;
  text-align: center;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.Products-box1 .nav-up .item.active {
  opacity: 1;
}
.Products-box1 .nav-up .item .img {
  height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.Products-box1 .nav-up .item .title {
  font-size: var(--font18);
  color: #010101;
  line-height: 1.2;
  margin-top: clamp(0.625rem, calc(-0.125rem + 0.94vw), 1rem);
}
@media (max-width:768px) {
  .Products-box1 .nav-up .list .item {
    width: 50%;
  }
  .Products-box1 .nav-up .list .item .img {
    height: 30px;
  }
  .Products-box1 .nav-up .list .item .title {
    font-size: 13px;
  }
}
.Products-box1 .Products-down {
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((80 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(80 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((110 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(110 / 16 * 1rem));
}
.Products-box1 .Products-down .center_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.Products-box1 .Products-down .center_box .left_box {
  width: 17.86%;
  flex-shrink: 0;
  padding-top: 7px;
  padding-bottom: clamp(calc(120 / 2 * 1px), calc(120 / 1920 * 100 * 1vw), 120px);
}
.Products-box1 .Products-down .center_box .left_box .left_container {
  position: sticky;
  top: 70px;
  left: 0;
}
.Products-box1 .Products-down .center_box .left_box .left_title {
  font-size: var(--font18);
  color: #000000;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 0 10px;
  margin-bottom: 20px;
}
.Products-box1 .Products-down .center_box .left_box .item {
  width: 100%;
  height: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.Products-box1 .Products-down .center_box .left_box .item .title_box {
  width: 100%;
  height: auto;
  padding: clamp(calc(15 / 16 * 1rem), calc((15 / 16 * 1rem) + ((18 - 15) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(18 / 16 * 1rem)) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
.Products-box1 .Products-down .center_box .left_box .item .title_box .title {
  font-size: var(--font14);
  color: #000000;
  line-height: 1;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.Products-box1 .Products-down .center_box .left_box .item .title_box .arrow {
  width: 12px;
  height: 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-shrink: 0;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  background: url(../images/Products-box1-icon.svg) no-repeat center;
}
.Products-box1 .Products-down .center_box .left_box .item .title_box .arrow img {
  display: none;
}
.Products-box1 .Products-down .center_box .left_box .item .menu_box {
  width: 100%;
  height: auto;
  display: none;
}
.Products-box1 .Products-down .center_box .left_box .item .menu_info {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: clamp(calc(15 / 16 * 1rem), calc((15 / 16 * 1rem) + ((15 - 15) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(15 / 16 * 1rem));
}
.Products-box1 .Products-down .center_box .left_box .item .menu_info .list {
  font-size: var(--font14);
  color: #000000;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.Products-box1 .Products-down .center_box .left_box .item .menu_info .list .li-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 8px;
  padding-right: 15px;
}
.Products-box1 .Products-down .center_box .left_box .item .menu_info .list .li-left .li-text {
  font-family: 'AvantGardeITCbyBT-Book';
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.Products-box1 .Products-down .center_box .left_box .item .menu_info .list .li-right {
  opacity: 0.4;
}
.Products-box1 .Products-down .center_box .left_box .item .menu_info .list i {
  width: 14px;
  height: 14px;
  border: 1px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.Products-box1 .Products-down .center_box .left_box .item .menu_info .list i::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  background: #000000;
  border-radius: 50%;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  opacity: 0;
}
.Products-box1 .Products-down .center_box .left_box .item .menu_info .list:hover i::after,
.Products-box1 .Products-down .center_box .left_box .item .menu_info .list.active i::after {
  opacity: 1;
}
.Products-box1 .Products-down .center_box .left_box .item .menu_info .list:hover .li-right,
.Products-box1 .Products-down .center_box .left_box .item .menu_info .list.active .li-right {
  opacity: 1;
}
.Products-box1 .Products-down .center_box .left_box .item.active .title_box .arrow {
  transform: rotate(-180deg);
}
.Products-box1 .Products-down .center_box .left_box .last-item {
  width: 100%;
  height: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.Products-box1 .Products-down .center_box .left_box .last-item .title_box {
  width: 100%;
  height: auto;
  padding: clamp(calc(15 / 16 * 1rem), calc((15 / 16 * 1rem) + ((18 - 15) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(18 / 16 * 1rem)) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
.Products-box1 .Products-down .center_box .left_box .last-item .title_box .title {
  font-size: var(--font14);
  color: #000000;
  line-height: 1;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.Products-box1 .Products-down .center_box .left_box .last-item .title_box .layui-form-switch {
  width: 32px;
  min-width: inherit;
  height: 18px;
  background-color: #d2d2d2;
  border: none;
  border-radius: 9px;
  margin-top: 0;
}
.Products-box1 .Products-down .center_box .left_box .last-item .title_box .layui-form-switch i {
  width: 14px;
  height: 14px;
  background-color: white;
  left: 2px;
  top: 2px;
}
.Products-box1 .Products-down .center_box .left_box .last-item .title_box .layui-form-switch.layui-form-onswitch {
  background-color: #E34559;
}
.Products-box1 .Products-down .center_box .left_box .last-item .title_box .layui-form-switch.layui-form-onswitch i {
  left: 100%;
  margin-left: -16px;
}
.Products-box1 .Products-down .center_box .left_box .btn {
  width: 100%;
  height: 40px;
  background-color: #d2d2d2;
  border-radius: 10px;
  font-size: var(--font14);
  color: #fcfcfc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  cursor: pointer;
}
.Products-box1 .Products-down .center_box .left_box .btn:hover {
  background-color: #E34559;
  color: white;
}
.Products-box1 .Products-down .center_box .right_box {
  width: 100%;
  height: auto;
  position: relative;
  padding-left: 125px;
  padding-left: clamp(calc(125 / 2 * 1px), calc(125 / 1920 * 100 * 1vw), 125px);
}
.Products-box1 .Products-down .center_box .right_box .from {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
}
.Products-box1 .Products-down .center_box .right_box .result {
  font-size: var(--font18);
  color: #000000;
  line-height: 1.2;
  grid-column: span 2;
}
.Products-box1 .Products-down .center_box .right_box .item_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.Products-box1 .Products-down .center_box .right_box .item_box .item {
  width: 100%;
  height: auto;
  --item-padding: clamp(1.25rem, calc(-0.288rem + 1.92vw), 1.875rem);
}
.Products-box1 .Products-down .center_box .right_box .item_box .item.active {
  grid-column: span 2;
}
.Products-box1 .Products-down .center_box .right_box .item_box .item.active .item-box .img .pb {
  padding-bottom: 34.937938%;
}
.Products-box1 .Products-down .center_box .right_box .item_box .item.active .item-box .img2 .pb {
  padding-bottom: 48.2%;
}
.Products-box1 .Products-down .center_box .right_box .item_box .item .item-box {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--border-radius20);
  background: #FFF;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  overflow: hidden;
}
.Products-box1 .Products-down .center_box .right_box .item_box .item .item-box::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.Products-box1 .Products-down .center_box .right_box .item_box .item .item-box .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.Products-box1 .Products-down .center_box .right_box .item_box .item .item-box .img .new {
  width: auto;
  height: auto;
  position: absolute;
  left: var(--item-padding);
  top: var(--item-padding);
  padding: 5px 10px;
  border-radius: 50px;
  background: #DEECBD;
  font-size: var(--font13);
  color: #000000;
  line-height: 1;
}
.Products-box1 .Products-down .center_box .right_box .item_box .item .item-box .img .pb {
  padding-bottom: 71.60493827%;
}
.Products-box1 .Products-down .center_box .right_box .item_box .item .item-box .img img {
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.Products-box1 .Products-down .center_box .right_box .item_box .item .item-box .img-box {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.Products-box1 .Products-down .center_box .right_box .item_box .item .item-box .img2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.Products-box1 .Products-down .center_box .right_box .item_box .item .item-box .img2 .pb {
  padding-bottom: 99%;
}
.Products-box1 .Products-down .center_box .right_box .item_box .item .item-box .img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.Products-box1 .Products-down .center_box .right_box .item_box .item .item-box .content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  padding: clamp(3.75rem, calc(-5.481rem + 11.54vw), 7.5rem) var(--item-padding) var(--item-padding);
}
.Products-box1 .Products-down .center_box .right_box .item_box .item .item-box .content .info {
  width: 100%;
  height: auto;
}
.Products-box1 .Products-down .center_box .right_box .item_box .item .item-box .content .info .classify {
  width: 100%;
  height: auto;
  font-size: var(--font16);
  color: #000000;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.Products-box1 .Products-down .center_box .right_box .item_box .item .item-box .content .info .title {
  width: 100%;
  height: 2.1em;
  margin: 5px 0 0;
  font-size: var(--font30);
  color: #000000;
  line-height: 1;
  white-space: break-spaces;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.Products-box1 .Products-down .center_box .right_box .item_box .item .item-box .content .link {
  width: 100%;
  height: auto;
  margin: clamp(0.938rem, calc(0.168rem + 0.96vw), 1.25rem) 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.Products-box1 .Products-down .center_box .right_box .item_box .item .item-box .content .link .buy {
  width: auto;
  height: 36px;
  height: clamp(1.5rem, calc(-0.346rem + 2.31vw), 2.25rem);
  padding: 0 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50px;
  background: #E34559;
  font-size: var(--font14);
  color: #FFF;
}
.Products-box1 .Products-down .center_box .right_box .item_box .item .item-box .content .link .more {
  width: auto;
  height: auto;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.Products-box1 .Products-down .center_box .right_box .item_box .item .item-box .content .link .more .word {
  font-size: var(--font14);
  color: #E34559;
}
.Products-box1 .Products-down .center_box .right_box .item_box .item .item-box .content .link .more .icon {
  width: auto;
  height: auto;
  position: relative;
  z-index: 1;
  margin-left: 10px;
  font-size: 0;
}
.Products-box1 .Products-down .center_box .right_box .item_box .item:hover .item-box .content .info .title {
  color: white;
}
.Products-box1 .Products-down .center_box .right_box .item_box .item:hover .item-box .img {
  opacity: 0;
}
.Products-box1 .Products-down .center_box .right_box .item_box .item:hover .item-box .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.Products-box1 .Products-down .center_box .right_box .item_box .item:hover .item-box .img-box {
  opacity: 1;
}
.Products-box1 .Products-down .center_box .right_box .item_box .item:hover .item-box .img-box img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
.Products-box1 .Products-down .center_box .right_box .item_box .item:hover .item-box .content .info .classify {
  opacity: 0;
}
@media (max-width:1440px) {
  .Products-box1 .Products-down .center_box .left_box .item .menu_info .list i {
    width: 10px;
    height: 10px;
  }
  .Products-box1 .Products-down .center_box .left_box .item .menu_info .list i::after {
    width: 4px;
    height: 4px;
  }
}
@media (max-width:1024px) {
  .Products-box1 .Products-down .center_box .left_box .item .menu_info .list i {
    width: 9px;
    height: 9px;
  }
  .Products-box1 .Products-down .center_box .left_box .item .menu_info .list i::after {
    width: 3px;
    height: 3px;
  }
}
@media (max-width:990px) {
  .Products-box1 .Products-down .center_box {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .Products-box1 .Products-down .center_box .left_box {
    width: 100%;
  }
  .Products-box1 .Products-down .center_box .left_box .item .menu_info {
    padding: 10px 0 20px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .Products-box1 .Products-down .center_box .left_box .item .title_box .arrow {
    background: url(../images/Products-box1-icon.png) no-repeat center;
    background-size: 7px 5px;
  }
  .Products-box1 .Products-down .center_box .right_box {
    width: 100%;
    padding: 0;
  }
}
@media (max-width:768px) {
  .Products-box1 .Products-down .center_box .right_box .from {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 15px;
  }
  .Products-box1 .Products-down .center_box .right_box .result {
    grid-column: inherit;
  }
  .Products-box1 .Products-down .center_box .right_box .item_box {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .Products-box1 .Products-down .center_box .right_box .item_box .item.active {
    grid-column: inherit;
  }
  .Products-box1 .Products-down .center_box .right_box .item_box .item.active .item-box .img .pb {
    padding-bottom: 71.60493827%;
  }
  .Products-box1 .Products-down .center_box .right_box .item_box .item.active .item-box .img2 .pb {
    padding-bottom: 99%;
  }
}
@media (max-width:480px) {
  .Products-box1 .Products-down .center_box .right_box .item_box {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* 表单 */
.from .from-box {
  margin-top: 20px;
}
@media (max-width:768px) {
  .from .from-box {
    margin-top: 10px;
  }
}
.from .info-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.from .info-list input {
  width: 100%;
  padding: 0 50px 0 20px;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 0;
  color: white;
  font-size: var(--font14);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.from .info-list .widget-input-input:hover input {
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid #E34559;
}
.from .info-list input:hover,
.from .info-list input:focus {
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid #E34559 !important;
}
.from .info-list select {
  width: 100%;
  height: 60px;
  padding: 0 50px 0 20px;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 0;
  color: white;
  font-size: var(--font14);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.from .info-list .layui-form-select .layui-edge {
  background: url(../images/Products-box1-icon.png) no-repeat center;
  background-size: 12px 7px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.from .info-list .layui-form-select dl {
  margin-top: 0;
  background-color: rgba(0, 0, 0, 0.67);
  border: none;
  border-radius: 0;
}
.from .info-list .layui-form-select dl dd {
  color: rgba(111, 111, 111, 0.4);
}
.from .info-list .layui-form-select dl dd:hover {
  color: rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width:1200px) {
  .from .info-list input,
  .from .info-list select {
    padding: 0 40px 0 15px;
  }
}
@media (max-width:990px) {
  .from .info-list {
    grid-gap: 15px;
  }
}
@media (max-width:768px) {
  .from .info-list {
    grid-gap: 10px 15px;
  }
}
.from .form-group:hover label,
.from .widget-w5:hover label {
  color: #E34559;
}
.from .form-group:hover input,
.from .widget-w5:hover input,
.from .form-group:hover textarea,
.from .widget-w5:hover textarea {
  border-color: #E34559;
}
.from input {
  width: 100%;
  height: 36px;
  padding: 0 50px 0 20px;
  background-color: transparent;
  border: 1px solid #adadad;
  border-radius: 10px;
  color: #000000;
  font-size: var(--font14);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
@media (max-width:1200px) {
  .from input {
    padding: 0 40px 0 15px;
  }
}
.from textarea {
  width: 100%;
  height: 180px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 0;
  color: white;
  font-size: var(--font14);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
@media (max-width:1200px) {
  .from textarea {
    height: 120px;
    padding: 15px;
  }
}
.from textarea:hover,
.from textarea:focus {
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid #E34559;
}
.from select {
  width: 100%;
  height: 36px;
  background-color: transparent;
  border: 1px solid #adadad;
  border-radius: 10px;
  color: #000000;
  font-size: var(--font14);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.from .widget-input {
  position: relative;
  margin-top: 10px;
  margin-top: clamp(calc(10 / 2 * 1px), calc(10 / 1920 * 100 * 1vw), 10px);
}
.from .widget-input .input-file-icon {
  position: absolute;
  right: 18px;
  top: 0;
  width: 16px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  opacity: 0.6;
}
.from label {
  font-size: var(--font14);
  color: white;
  line-height: 1.2;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.from .file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.from .from-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 40px;
}
.from .from-down .btn {
  max-width: 110px;
  height: 36px;
  background-color: white;
  border-radius: 99px;
  font-size: var(--font14);
  color: black;
  padding: 0 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  order: 1;
  cursor: pointer;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.from .from-down .btn:hover {
  background-color: #E34559;
  color: white;
}
@media (max-width:768px) {
  .from .from-down {
    margin-top: 20px;
    display: block;
  }
}
.from .layui-form-item {
  order: 2;
  padding-left: 20px;
  font-size: var(--font14);
  color: #c0c0c0;
  margin: 0;
  margin-left: 20px;
}
.from .layui-form-item a {
  position: relative;
  z-index: 9;
  color: white;
  text-decoration: revert;
}
.from .layui-form-item .layui-form-checkbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
}
.from .layui-form-item .layui-form-checkbox i {
  width: 12px;
  height: 12px;
  background-color: white;
  border: none;
  border-radius: 50%;
  bottom: 0;
  margin: auto;
  font-weight: bold;
}
.from .layui-form-item .layui-form-checked[lay-skin=primary] > i {
  border: none;
  color: #E34559;
}
.from .layui-form-item .layui-icon-ok:before {
  content: '';
}
.from .layui-form-item .layui-form-checked .layui-icon-ok:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #E34559;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (max-width:990px) {
  .from .layui-form-item {
    color: white;
    margin-left: 15px;
  }
}
@media (max-width:768px) {
  .from .layui-form-item {
    margin: 0;
    margin-bottom: 10px;
  }
}
.layui-form-select dl dd.layui-this {
  color: #000000;
  font-weight: normal;
}
.layui-form-selected .layui-input:focus {
  border-color: #adadad !important;
}
.layui-input:hover,
.layui-input:focus,
.layui-textarea:focus {
  border-color: #adadad !important;
  box-shadow: none;
}
.layui-form-select dl dd,
.layui-form-select dl dt {
  font-size: var(--font16);
  padding-left: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  padding-right: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.layui-form-select dl dd:hover {
  background: #e7e7e7;
}
.layui-form-select dl .layui-this {
  color: #E34559 !important;
  background-color: transparent !important;
}
.layui-form .layui-form-select .layui-edge {
  font-family: iconfont;
  font-size: 12px;
  width: 46px;
  height: 100%;
  background: url(../images/Products-box1-icon.png) no-repeat center;
  background-size: 7px 5px;
  border: none;
  right: 0;
  top: 0;
  margin-top: 0;
  font-weight: bold;
  font-style: inherit;
}
.layui-form .layui-form-select dl {
  top: 100% !important;
  padding: 10px 0;
  margin-top: 8px;
  border: 1px solid #adadad;
  border-radius: 10px;
  box-shadow: none;
}
.layui-form .layui-form-select dl dd:first-child {
  display: none;
}
@media (max-width:1200px) {
  .layui-form .layui-form-select dl {
    border-width: 1px;
  }
}
/* 分页 */
.pagerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: clamp(calc(50 / 2 * 1px), calc(50 / 1920 * 100 * 1vw), 50px);
}
.pagerBox .layui-laypage {
  margin: 0;
}
.pagerBox .layui-laypage a,
.pagerBox .layui-laypage span {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: var(--font18);
  color: #212121;
  padding: 0;
  margin: 0 3px;
  background-color: transparent;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.pagerBox .layui-laypage a:hover,
.pagerBox .layui-laypage span:hover {
  background-color: #E34559;
  color: white;
}
.pagerBox .layui-laypage-prev:hover,
.pagerBox .layui-laypage-next:hover {
  background-color: transparent !important;
}
.pagerBox .swiper_but {
  z-index: 2;
  cursor: pointer;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background-color: transparent;
}
.pagerBox .swiper_but i {
  color: #9d9d9e;
  font-size: 12px;
}
.pagerBox .swiper_but:hover i {
  color: #E34559;
}
.pagerBox .layui-laypage a,
.pagerBox .layui-laypage button,
.pagerBox .layui-laypage input,
.pagerBox .layui-laypage select,
.pagerBox .layui-laypage span {
  border: 0;
}
.pagerBox .layui-laypage .layui-laypage-curr em {
  background-color: #E34559;
  border-radius: 50%;
  color: white;
}
@media (max-width:768px) {
  .pagerBox .swiper_but {
    width: 25px;
    height: 25px;
  }
  .pagerBox .layui-laypage a,
  .pagerBox .layui-laypage span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }
}
/* 产品-需要帮助吗 */
.Products-box2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #eeeeef;
  overflow: hidden;
  padding-top: 33px;
  padding-bottom: clamp(calc(100 / 16 * 1rem), calc((100 / 16 * 1rem) + ((200 - 100) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(200 / 16 * 1rem));
}
.Products-box2.Products-box2-bg {
  background-color: white;
}
.Products-box2.Products-box2-bg .list .item .item-box {
  background-color: #f5f5f5;
}
.Products-box2.Products-box2-d {
  padding-bottom: clamp(calc(100 / 16 * 1rem), calc((100 / 16 * 1rem) + ((150 - 100) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(150 / 16 * 1rem));
  background-color: #eeeeef;
}
.Products-box2 .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-top: 37px;
}
.Products-box2 .list .item:hover .item-box {
  transform: translateY(-20px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.Products-box2 .list .item:hover .item-box .images .img {
  transform: none;
}
.Products-box2 .list .item:hover .item-box .icon {
  -webkit-filter: none;
  filter: none;
}
.Products-box2 .list .item:first-child {
  grid-column: span 2;
}
.Products-box2 .list .item:first-child .item-box {
  transform: none !important;
  box-shadow: none !important;
}
.Products-box2 .list .item:first-child .item-box .text-box {
  --color: #fff;
}
.Products-box2 .list .item:first-child .item-box .icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.Products-box2 .list .item .item-box {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 40px 30px 125px;
  padding-left: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  padding-right: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  padding-top: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
  padding-bottom: clamp(calc(125 / 2 * 1px), calc(125 / 1920 * 100 * 1vw), 125px);
  background-color: white;
  border-radius: var(--border-radius20);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.Products-box2 .list .item .item-box::before {
  content: '';
  background-color: #E34559;
  position: absolute;
  width: 100%;
  height: 0;
  left: 0px;
  bottom: 0px;
  border-radius: var(--border-radius20);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.Products-box2 .list .item .item-box .images {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-size: 0;
  overflow: hidden;
}
.Products-box2 .list .item .item-box .images .img {
  width: calc(100% + 50px);
  height: 100%;
  transform: translateX(-50px);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  overflow: hidden;
}
.Products-box2 .list .item .item-box .images .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Products-box2 .list .item .item-box .text-box {
  position: relative;
  --color: #000;
}
.Products-box2 .list .item .item-box .text-box .title {
  font-size: var(--font30);
  color: var(--color);
  line-height: 1.2;
}
.Products-box2 .list .item .item-box .text-box .text-body {
  font-size: var(--font14);
  color: var(--color);
  line-height: 1.43;
  white-space: pre-line;
  margin-top: 14px;
  margin-top: clamp(calc(14 / 2 * 1px), calc(14 / 1920 * 100 * 1vw), 14px);
}
@media (max-width:990px) {
  .Products-box2 .list .item .item-box .text-box .text-body {
    white-space: inherit;
  }
}
.Products-box2 .list .item .item-box .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
  margin-right: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.Products-box2 .list .item .item-box .icon img {
  min-height: 28px;
  max-height: 2vw;
}
@media (max-width:768px) {
  .Products-box2 .list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
    margin-top: 20px;
  }
  .Products-box2 .list .item:first-child {
    grid-column: inherit;
  }
  .Products-box2 .list .item .item-box {
    transform: none !important;
    box-shadow: none !important;
  }
}
/* 服务-告诉我们你需要什么 */
.Service-box1 {
  position: relative;
  background: no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((110 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(110 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((125 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(125 / 16 * 1rem));
}
@media (max-width:1200px) {
  .Service-box1 {
    background-attachment: inherit;
  }
}
.Service-box1.Contacts-box1 {
  background-color: #f5f5f5;
  background-image: none !important;
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((120 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(120 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((245 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(245 / 16 * 1rem));
}
.Service-box1.Contacts-box1 .page-title .title {
  color: black;
}
.Service-box1.Contacts-box1 .page-title .text-body {
  margin-top: clamp(calc(28 / 2 * 1px), calc(28 / 1920 * 100 * 1vw), 28px);
}
.Service-box1.Contacts-box1 .page-title .text-body * {
  font-size: var(--font16);
  color: black;
  margin-bottom: clamp(calc(14 / 2 * 1px), calc(14 / 1920 * 100 * 1vw), 14px);
}
.Service-box1.Contacts-box1 .from label {
  color: black;
}
.Service-box1.Contacts-box1 .from .info-list input {
  color: black;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-color: rgba(227, 69, 89, 0.4);
}
.Service-box1.Contacts-box1 .from .form-group:hover label {
  color: #E34559;
}
.Service-box1.Contacts-box1 .from .form-group:hover input,
.Service-box1.Contacts-box1 .from .form-group:hover textarea {
  border-color: #E34559;
}
.Service-box1.Contacts-box1 .from textarea {
  color: black;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-color: rgba(227, 69, 89, 0.4);
}
.Service-box1.Contacts-box1 .from .from-down .btn {
  background-color: black;
  color: white;
}
.Service-box1.Contacts-box1 .from .from-down .btn:hover {
  background-color: #E34559;
}
.Service-box1.Contacts-box1 .from .layui-form-item {
  color: black;
}
.Service-box1.Contacts-box1 .from .layui-form-item a {
  color: black;
}
.Service-box1.Contacts-box1 .from .layui-form-item .layui-form-checkbox i {
  background-color: #eeeeef;
}
@media (max-width:990px) {
  .Service-box1.Contacts-box1::before {
    display: none;
  }
}
.Service-box1 .wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.Service-box1 .wrap-box .wrap-left {
  width: 50.5%;
  padding-right: 40px;
}
.Service-box1 .wrap-box .wrap-right {
  width: 49.5%;
}
.Service-box1 .page-title .title {
  color: white;
}
.Service-box1 .page-title .text-body {
  margin-top: clamp(calc(28 / 2 * 1px), calc(28 / 1920 * 100 * 1vw), 28px);
}
.Service-box1 .page-title .text-body * {
  color: white;
}
@media (max-width:990px) {
  .Service-box1::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.1;
  }
  .Service-box1 .wrap-box {
    display: block;
  }
  .Service-box1 .wrap-box .wrap-left {
    width: 100%;
    padding: 0;
  }
  .Service-box1 .wrap-box .wrap-right {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width:768px) {
  .Service-box1 .wrap-box .wrap-right {
    margin-top: 30px;
  }
}
/* 服务-保修服务 */
.swiper {
  position: relative;
}
.swiper .swiper-slide .ani {
  display: none;
}
.swiper .swiper-slide.swiper-slide-active .ani {
  display: block;
}
.Service-box2 {
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((110 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(110 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((125 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(125 / 16 * 1rem));
}
.Service-box2 .page-title .title {
  white-space: pre-line;
}
@media (max-width:990px) {
  .Service-box2 .page-title .title {
    white-space: inherit;
  }
}
.Service-box2 .wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.Service-box2 .wrap-box .wrap-left {
  width: 50.5%;
  padding-right: 40px;
}
.Service-box2 .wrap-box .wrap-right {
  width: 49.5%;
  position: relative;
}
.Service-box2 .Service-up .text-body p {
  font-size: var(--font14);
  color: #000000;
  line-height: 1.43;
}
.Service-box2 .Service-up .text-body h6 {
  font-size: var(--font18);
  color: #000000;
  line-height: 1.115;
  margin-top: clamp(calc(32 / 2 * 1px), calc(32 / 1920 * 100 * 1vw), 32px);
}
.Service-box2 .Service-up .text-body h6 a {
  color: #E34559;
  display: block;
}
.Service-box2 .Service-center {
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((162 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(162 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((257 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(257 / 16 * 1rem));
}
.Service-box2 .Service-center .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.Service-box2 .Service-center .list .item:hover .item-box::before {
  height: 100%;
  top: 0px;
}
.Service-box2 .Service-center .list .item:hover .item-box .text-box {
  --color: #fff;
}
.Service-box2 .Service-center .list .item:hover .item-box .text-box .iconfont {
  color: #fff;
}
.Service-box2 .Service-center .list .item .item-box {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 30px 30px 27px;
  padding-left: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  padding-right: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  padding-top: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  padding-bottom: clamp(calc(27 / 2 * 1px), calc(27 / 1920 * 100 * 1vw), 27px);
  background-color: white;
  border: 1px solid #dadbde;
  border-radius: var(--border-radius20);
}
.Service-box2 .Service-center .list .item .item-box::before {
  content: '';
  background-color: #E34559;
  position: absolute;
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  border-radius: var(--border-radius20);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.Service-box2 .Service-center .list .item .item-box .text-box {
  position: relative;
  --color: #000;
}
.Service-box2 .Service-center .list .item .item-box .text-box .title {
  font-size: var(--font24);
  color: var(--color);
  line-height: 1.2;
  margin-bottom: clamp(calc(58 / 2 * 1px), calc(58 / 1920 * 100 * 1vw), 58px);
}
.Service-box2 .Service-center .list .item .item-box .text-box .text-body {
  font-family: 'AvantGardeITCbyBT-Book';
  font-size: var(--font14);
  color: var(--color);
  line-height: 1.43;
  white-space: pre-line;
}
@media (max-width:990px) {
  .Service-box2 .Service-center .list .item .item-box .text-box .text-body {
    white-space: inherit;
  }
}
.Service-box2 .Service-center .list .item .item-box .text-box .iconfont {
  color: #E34559;
  line-height: 1;
  margin-bottom: clamp(calc(9 / 2 * 1px), calc(9 / 1920 * 100 * 1vw), 9px);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.Service-box2 .Service-down .wrap-right::before {
  content: '';
  padding-bottom: clamp(calc(70 / 2 * 1px), calc(70 / 1920 * 100 * 1vw), 70px);
  font-size: var(--font24);
  color: white;
  line-height: 1.2;
  background-color: #E34559;
  border-radius: var(--border-radius20) var(--border-radius20) 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width:1024px) {
  .Service-box2 .Service-down .wrap-right::before {
    padding-bottom: 40px;
  }
}
.Service-box2 .Service-down .page_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: clamp(calc(28 / 2 * 1px), calc(28 / 1920 * 100 * 1vw), 28px);
}
.Service-box2 .Service-down .page_nav a {
  display: block;
  font-size: var(--font18);
  color: #cccccc;
  line-height: 2.001;
  position: relative;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.Service-box2 .Service-down .page_nav a i {
  width: 26px;
  height: 100%;
  font-size: var(--font16);
  color: #000000;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
.Service-box2 .Service-down .page_nav a.active,
.Service-box2 .Service-down .page_nav a:hover {
  padding-left: 26px;
  color: #000000;
}
.Service-box2 .Service-down .page_nav a.active i,
.Service-box2 .Service-down .page_nav a:hover i {
  -webkit-animation: fadeInLeft 0.4s 1 ease forwards;
  animation: fadeInLeft 0.4s 1 ease forwards;
}
.Service-box2 .Service-down .Service-slide {
  background-color: white;
  border-radius: var(--border-radius20) var(--border-radius20) 0 0;
}
.Service-box2 .Service-down .Service-slide::after {
  content: '';
  width: 100%;
  height: 92%;
  background-color: #f3f4f7;
  position: absolute;
  top: 35px;
  left: 0;
  z-index: -1;
  border-radius: var(--border-radius20) var(--border-radius20) 0 0;
  -webkit-transform: rotate(11deg);
  transform: rotate(11deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
.Service-box2 .Service-down .Service-slide::before {
  content: '';
  width: 100%;
  height: 92%;
  background-color: #f3f4f7;
  position: absolute;
  top: 35px;
  left: 0;
  z-index: -1;
  border-radius: var(--border-radius20) var(--border-radius20) 0 0;
  -webkit-transform: rotate(-11deg);
  transform: rotate(-11deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
.Service-box2 .Service-down .Service-slide .swiper-slide {
  height: auto;
}
.Service-box2 .Service-down .Service-slide .swiper-slide .text-box {
  height: 100%;
}
.Service-box2 .Service-down .Service-slide .swiper-slide .text-box .title {
  padding: 20px 30px;
  padding-left: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  padding-right: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  padding-top: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
  padding-bottom: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
  font-size: var(--font24);
  color: white;
  line-height: 1.2;
}
.Service-box2 .Service-down .Service-slide .swiper-slide .text-box .text-body {
  padding: 40px 30px 107px;
  padding-left: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  padding-right: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  padding-top: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
  padding-bottom: clamp(calc(80 / 2 * 1px), calc(80 / 1920 * 100 * 1vw), 80px);
  height: 100%;
  max-height: calc(20em * 1.43);
  overflow: auto;
}
.Service-box2 .Service-down .Service-slide .swiper-slide .text-box .text-body * {
  font-size: var(--font14);
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.43;
  margin-bottom: 20px;
}
.Service-box2 .Service-down .Service-slide .swiper-slide .text-box .text-body *:last-child {
  margin: 0;
}
@media (max-width:990px) {
  .Service-box2 .wrap-box {
    display: block;
  }
  .Service-box2 .wrap-box .wrap-left {
    width: 100%;
    padding-right: 0;
  }
  .Service-box2 .wrap-box .wrap-right {
    width: 100%;
    margin-top: 30px;
  }
  .Service-box2 .Service-center .list {
    grid-gap: 15px;
  }
  .Service-box2 .Service-down .page_nav {
    width: 100%;
    margin: 30px 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: scroll;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .Service-box2 .Service-down .page_nav::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #ededed;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
    display: none;
  }
  .Service-box2 .Service-down .page_nav::-webkit-scrollbar-thumb {
    background-color: #E34559;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
    display: none;
  }
  .Service-box2 .Service-down .page_nav .list {
    font-size: 0;
    overflow: visible;
  }
  .Service-box2 .Service-down .page_nav .list a {
    display: inline-block;
    padding-left: 0 !important;
    margin-right: 24px;
  }
  .Service-box2 .Service-down .page_nav .list a.active {
    padding-left: 0;
  }
  .Service-box2 .Service-down .page_nav .list a i {
    display: none;
  }
  .Service-box2 .Service-down .Service-slide::before,
  .Service-box2 .Service-down .Service-slide::after {
    display: none;
  }
}
@media (max-width:768px) {
  .Service-box2 .Service-center .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* 服务-常见问题 */
.btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 40px;
}
.btn-container a {
  position: relative;
  height: 36px;
  background-color: #000;
  border-radius: 99px;
  font-size: var(--font14);
  color: white;
  padding: 0 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.btn-container a:hover {
  background-color: #E34559;
}
.Service-box3 {
  background-color: #eeeeef;
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((116 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(116 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((120 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(120 / 16 * 1rem));
}
.Service-box3 .page_nav {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 40px;
  margin-top: 37px;
  margin-bottom: 24px;
}
.Service-box3 .page_nav .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}
.Service-box3 .page_nav a {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 24px 24px 24px 60px;
  padding-left: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
  padding-right: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  padding-top: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  padding-bottom: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  background-color: white;
  border-radius: var(--border-radius20);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.Service-box3 .page_nav a:hover::before,
.Service-box3 .page_nav a.active::before {
  height: 100%;
  top: 0px;
}
.Service-box3 .page_nav a:hover .title,
.Service-box3 .page_nav a.active .title {
  color: white;
}
.Service-box3 .page_nav a:hover .img,
.Service-box3 .page_nav a.active .img {
  background-color: white;
}
.Service-box3 .page_nav a::before {
  content: '';
  background-color: #E34559;
  position: absolute;
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  border-radius: var(--border-radius20);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.Service-box3 .page_nav a .title {
  font-size: var(--font24);
  color: #000000;
  line-height: 1.2;
  position: relative;
}
.Service-box3 .page_nav a .img {
  width: 23%;
  background-color: #f4f4f4;
  border-radius: var(--border-radius20);
  position: relative;
  overflow: hidden;
}
.Service-box3 .page_nav a .img .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.Service-box3 .page_nav a .img img {
  max-width: 78.7%;
  max-height: 71.2%;
}
.Service-box3 .slide-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.Service-box3 .slide-up .slide-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 0 12px;
}
.Service-box3 .slide-up .slide-left .title {
  font-size: var(--font14);
  color: #000000;
}
.Service-box3 .slide-up .slide-right {
  width: 33.7333%;
  width: -moz-calc(9.7333333%);
  width: -webkit-calc(9.73333%);
  width: calc(33.73333% - 24px);
}
.Service-box3 .slide-up input {
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 99px;
}
.Service-box3 .slide-up .searchform {
  position: relative;
}
.Service-box3 .slide-up .searchform .input {
  font-size: var(--font14);
  color: #000;
  font-style: normal;
  width: 100%;
  height: 36px;
  padding-left: 20px;
  padding-right: 45px;
  border: 1px solid #e3e4e8;
  border-radius: 99px;
  background-color: transparent;
}
.Service-box3 .slide-up .searchform .input::-webkit-input-placeholder {
  color: #000;
}
.Service-box3 .slide-up .searchform .input:-moz-placeholder {
  color: #000;
}
.Service-box3 .slide-up .searchform .input::-moz-placeholder {
  color: #000;
}
.Service-box3 .slide-up .searchform .input:-ms-input-placeholder {
  color: #000;
}
.Service-box3 .slide-up .searchform .icon_sousuo2 {
  height: 100%;
  position: absolute;
  right: 20px;
  top: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #000;
}
@media (max-width:1200px) {
  .Service-box3 .slide-up .searchform .icon_sousuo2 {
    right: 10px;
  }
}
.Service-box3 .FAQ-title {
  font-size: var(--font14);
  color: #000000;
  line-height: 1.4;
  margin-top: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
  margin-bottom: 20px;
}
.Service-box3 .FAQ-title em {
  color: #E34559;
  font-style: inherit;
}
.Service-box3 .tab-ul li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.Service-box3 .tab-ul li .top {
  cursor: pointer;
  padding-top: clamp(calc(21 / 2 * 1px), calc(21 / 1920 * 100 * 1vw), 21px);
  padding-bottom: clamp(calc(21 / 2 * 1px), calc(21 / 1920 * 100 * 1vw), 21px);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.Service-box3 .tab-ul li .top .tab-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.Service-box3 .tab-ul li .top .tab-box .tab-title {
  font-size: var(--font18);
  color: black;
  line-height: 1.4;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.Service-box3 .tab-ul li .top .tab-box .btn .addBox {
  width: 30px;
  height: 30px;
  background-color: #282828;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.Service-box3 .tab-ul li .top .tab-box .btn .addBox i {
  width: 2px;
  height: 10px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.Service-box3 .tab-ul li .top .tab-box .btn .addBox i:last-child {
  transform: rotate(90deg);
  position: absolute;
}
.Service-box3 .tab-ul li .bom {
  display: none;
  padding-bottom: clamp(calc(50 / 2 * 1px), calc(50 / 1920 * 100 * 1vw), 50px);
}
.Service-box3 .tab-ul li .bom .text-body h6 {
  font-size: var(--font18);
  color: #282828;
  line-height: 1.4;
  margin-bottom: clamp(calc(22 / 2 * 1px), calc(22 / 1920 * 100 * 1vw), 22px);
  font-weight: bold;
}
.Service-box3 .tab-ul li .bom .text-body p {
  font-family: 'AvantGardeITCbyBT-Book';
  font-size: var(--font14);
  color: #000000;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.43;
}
.Service-box3 .tab-ul li.on .top {
  border-top-color: rgba(0, 0, 0, 0.9);
}
.Service-box3 .tab-ul li.on .top .tab-box .btn .addBox {
  background-color: #E34559;
}
.Service-box3 .tab-ul li.on .top .tab-box .btn .addBox i:first-child {
  transform: rotate(90deg);
}
@media (max-width:990px) {
  .Service-box3 .page_nav .list {
    grid-gap: 15px;
  }
  .Service-box3 .page_nav .list a {
    padding-left: 20px;
  }
}
@media (max-width:768px) {
  .Service-box3 .page_nav {
    padding-top: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .Service-box3 .page_nav .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .Service-box3 .slide-up {
    display: block;
  }
  .Service-box3 .slide-up .slide-left {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    grid-gap: inherit;
  }
  .Service-box3 .slide-up .slide-left .title {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .Service-box3 .slide-up .slide-left .form-control {
    width: 49%;
    margin-bottom: 10px;
  }
  .Service-box3 .slide-up .slide-left .form-control:last-child {
    width: 100%;
  }
  .Service-box3 .slide-up .slide-right {
    width: 100%;
  }
}
/* 关于-香港信贷集团 */
.about-box1 {
  background: no-repeat center;
  background-size: cover;
  --color: #fff;
  min-height: 100vh;
  padding: 90px 0 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width:1024px) {
  .about-box1 {
    min-height: inherit;
    padding: 90px 0;
  }
}
.about-box1 .wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 74px;
  margin-top: clamp(calc(74 / 2 * 1px), calc(74 / 1920 * 100 * 1vw), 74px);
}
.about-box1 .wrap-box .wrap-left {
  width: 50.5%;
  padding-right: 40px;
}
.about-box1 .wrap-box .wrap-right {
  width: 49.5%;
}
.about-box1 .page-title .title {
  color: var(--color);
}
.about-box1 .text-body {
  width: 110%;
}
.about-box1 .text-body * {
  font-size: var(--font14);
  color: var(--color);
  line-height: 1.43;
  opacity: 0.3;
  white-space: pre-line;
}
@media (max-width:990px) {
  .about-box1 .text-body * {
    white-space: inherit;
  }
}
.about-box1 .text-body h6 {
  font-size: var(--font18);
  color: var(--color);
  line-height: 1.34;
  opacity: 1;
  margin-top: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
  margin-bottom: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
}
.about-box1 .num-box .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  grid-gap: 52px 99px;
  grid-gap: clamp(26px, 2.70833333vw, 52px) clamp(49.5px, 5.15625vw, 99px);
}
.about-box1 .num-box .num .one {
  width: 31%;
}
.about-box1 .num-box .num .one .top-name {
  font-size: var(--font14);
  color: var(--color);
  line-height: 1.43;
  white-space: pre-line;
  opacity: 0.3;
}
@media (max-width:990px) {
  .about-box1 .num-box .num .one .top-name {
    white-space: inherit;
  }
}
.about-box1 .num-box .num .one .top {
  font-size: var(--font18);
  color: var(--color);
  line-height: 1;
  margin-top: 16px;
  margin-top: clamp(calc(16 / 2 * 1px), calc(16 / 1920 * 100 * 1vw), 16px);
}
.about-box1 .num-box .num .one .top span {
  font-size: var(--font18);
  color: var(--color);
  line-height: 1;
}
.about-box1 .num-box .num .one .top i {
  font-size: 12px;
  color: var(--color);
  font-style: normal;
  position: relative;
  top: -4px;
  margin-left: 10px;
  margin-left: clamp(calc(10 / 2 * 1px), calc(10 / 1920 * 100 * 1vw), 10px);
  line-height: 1;
}
.about-box1 .num-box .num .one .bot {
  font-size: 14px;
  color: var(--color);
  line-height: 1.4;
  margin-top: clamp(calc(26 / 2 * 1px), calc(26 / 1920 * 100 * 1vw), 26px);
}
@media (max-width:1560px) {
  .about-box1 .text-body {
    width: auto;
  }
}
@media (max-width:990px) {
  .about-box1 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .about-box1 .wrap-box {
    display: block;
  }
  .about-box1 .wrap-box .wrap-left {
    width: 100%;
    padding-right: 0;
  }
  .about-box1 .wrap-box .wrap-right {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width:768px) {
  .about-box1 .num-box .num {
    grid-gap: 0;
  }
  .about-box1 .num-box .num .one {
    width: 50%;
    margin-bottom: 20px;
  }
  .about-box1 .num-box .num .one:nth-child(2n-1) {
    padding-right: 20px;
  }
  .about-box1 .wrap-box .wrap-right {
    margin-top: 20px;
  }
}
/* 关于-面向世界 */
.about-box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 100vh;
  padding-top: clamp(calc(90 / 16 * 1rem), calc((90 / 16 * 1rem) + ((110 - 90) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(110 / 16 * 1rem));
  padding-bottom: clamp(calc(90 / 16 * 1rem), calc((90 / 16 * 1rem) + ((80 - 90) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(80 / 16 * 1rem));
}
.about-box2.about-box2-pb0 {
  padding-bottom: 0;
}
@media (max-width:1024px) {
  .about-box2 {
    min-height: inherit;
  }
}
.about-box2 .page-title .title {
  white-space: pre-line;
}
@media (max-width:990px) {
  .about-box2 .page-title .title {
    white-space: inherit;
  }
}
.about-box2 .wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about-box2 .wrap-box .wrap-left {
  width: 50.5%;
  padding-right: 20px;
}
.about-box2 .wrap-box .wrap-right {
  width: 49.5%;
}
.about-box2 .about-box2-list {
  margin-top: clamp(calc(53 / 2 * 1px), calc(53 / 1920 * 100 * 1vw), 53px);
}
.about-box2 .about-box2-list .about-box2-container {
  padding: 40px 0 120px;
  padding-top: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
  padding-bottom: clamp(calc(120 / 2 * 1px), calc(120 / 1920 * 100 * 1vw), 120px);
  border-top: 1px solid rgba(206, 217, 225, 0.4);
}
.about-box2 .about-box2-list .title {
  font-size: var(--font18);
  color: #000000;
  line-height: 1.34;
}
.about-box2 .about-box2-list .text-body * {
  font-size: var(--font30);
  color: #000000;
  line-height: 1.2;
  white-space: pre-line;
}
@media (max-width:990px) {
  .about-box2 .about-box2-list .text-body * {
    white-space: inherit;
  }
}
.about-box2 .about-box2-up {
  width: 100%;
}
.about-box2 .about-box2-down {
  width: 100%;
}
.about-box2 .about-box2-down .wrap-box {
  margin-top: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
}
.about-box2 .about-box2-down .wrap-box .wrap-left .item {
  padding: 40px 30px 30px;
  padding-left: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  padding-right: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  padding-top: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
  padding-bottom: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about-box2 .about-box2-down .wrap-box .wrap-left .item .title-box {
  position: relative;
  margin-bottom: 30px;
}
.about-box2 .about-box2-down .wrap-box .wrap-left .item .img {
  overflow: hidden;
  border-radius: var(--border-radius14);
}
.about-box2 .about-box2-down .wrap-box .wrap-left .item .img .pb {
  padding-bottom: 37.1%;
}
.about-box2 .about-box2-down .wrap-box .wrap-left .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-box2 .about-box2-down .wrap-box .wrap-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about-box2 .about-box2-down .wrap-box .wrap-right .item {
  width: 48.7%;
}
.about-box2 .about-box2-down .wrap-box .wrap-right .item .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-box2 .about-box2-down .wrap-box .wrap-right .item .img .pb {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}
.about-box2 .about-box2-down .wrap-box .wrap-right .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-box2 .about-box2-down .wrap-box .wrap-right .item:first-child .title-box {
  left: 0;
  bottom: 0;
  padding: 0 30px;
  margin-bottom: 56px;
  padding-left: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  padding-right: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  margin-bottom: clamp(calc(56 / 2 * 1px), calc(56 / 1920 * 100 * 1vw), 56px);
}
.about-box2 .about-box2-down .wrap-box .wrap-right .item:first-child .title-box .title {
  color: white;
}
.about-box2 .about-box2-down .wrap-box .wrap-right .item:last-child .img {
  opacity: 0;
}
.about-box2 .about-box2-down .wrap-box .wrap-right .item:last-child .title-box {
  left: 0;
  top: 0;
  padding: 0 30px;
  margin-top: 60px;
  padding-left: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  padding-right: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  margin-top: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
}
.about-box2 .about-box2-down .wrap-box .item {
  height: 100%;
  background-color: #f3f4f7;
  overflow: hidden;
  position: relative;
  border-radius: var(--border-radius20);
}
.about-box2 .about-box2-down .wrap-box .item .title-box {
  position: absolute;
  z-index: 9;
}
.about-box2 .about-box2-down .wrap-box .item .title-box .icon {
  max-width: 42px;
  max-height: 46px;
  margin-bottom: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
}
.about-box2 .about-box2-down .wrap-box .item .title-box .title {
  font-size: var(--font24);
  color: #010101;
  line-height: 1.25;
  white-space: pre-line;
}
@media (max-width:990px) {
  .about-box2 .about-box2-down .wrap-box .item .title-box .title {
    white-space: inherit;
  }
}
.about-box2 .about-box2-down .wrap-box .item .img-box {
  width: 100%;
}
.about-box2 .about-box2-down .wrap-box .item .icon-list {
  width: 80%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  margin: auto;
  margin-bottom: -90px;
  position: relative;
  z-index: 9;
}
.about-box2 .about-box2-down .wrap-box .item .icon-list .li {
  background-color: white;
  overflow: hidden;
  border-radius: var(--border-radius14);
}
.about-box2 .about-box2-down .wrap-box .item .icon-list .li .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.about-box2 .about-box2-down .wrap-box .item .icon-list .li img {
  max-width: 75%;
  max-height: 52%;
}
.about-box2 .about-box2-down .wrap-box .item .cities-list .li {
  position: absolute;
  width: 24.7%;
  background-color: white;
  border-radius: 50%;
  overflow: hidden;
}
.about-box2 .about-box2-down .wrap-box .item .cities-list .li.li1 {
  position: absolute;
  left: 0;
  bottom: 21.2%;
}
.about-box2 .about-box2-down .wrap-box .item .cities-list .li.li2 {
  position: absolute;
  left: 21%;
  bottom: 13.4%;
}
.about-box2 .about-box2-down .wrap-box .item .cities-list .li.li3 {
  position: absolute;
  left: 7%;
  bottom: 0;
}
.about-box2 .about-box2-down .wrap-box .item .cities-list .li.li4 {
  position: absolute;
  left: 35%;
  bottom: 0;
}
.about-box2 .about-box2-down .wrap-box .item .cities-list .li .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.about-box2 .about-box2-down .wrap-box .item .cities-list .li img {
  width: 52%;
  height: 52%;
  border-radius: 50%;
}
@media (max-width:1200px) {
  .about-box2 .about-box2-down .wrap-box .item .title-box .title {
    font-size: 14px;
    white-space: inherit;
  }
}
@media (max-width:990px) {
  .about-box2 .about-box2-list .about-box2-container {
    padding-bottom: 40px;
  }
  .about-box2 .about-box2-list .wrap-box {
    display: block;
  }
  .about-box2 .about-box2-list .wrap-box .wrap-left {
    width: 100%;
    padding-right: 0;
  }
  .about-box2 .about-box2-list .wrap-box .wrap-right {
    width: 100%;
    margin-top: 20px;
  }
  .about-box2 .about-box2-down .wrap-box {
    display: block;
  }
  .about-box2 .about-box2-down .wrap-box .wrap-left {
    width: 80%;
    padding-right: 0;
  }
  .about-box2 .about-box2-down .wrap-box .wrap-left .item .title-box {
    margin-bottom: 20px;
  }
  .about-box2 .about-box2-down .wrap-box .wrap-right {
    width: 100%;
    margin-top: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    grid-gap: 0 30px;
  }
  .about-box2 .about-box2-down .wrap-box .wrap-right .item {
    width: 30%;
  }
  .about-box2 .about-box2-down .wrap-box .wrap-right .item .img {
    position: relative;
  }
  .about-box2 .about-box2-down .wrap-box .wrap-right .item .img .pb {
    padding-bottom: 148.15%;
  }
  .about-box2 .about-box2-down .wrap-box .item .title-box .icon {
    max-width: 30px;
  }
}
@media (max-width:768px) {
  .about-box2 .about-box2-list .wrap-box .wrap-right {
    margin-top: 10px;
  }
  .about-box2 .about-box2-list .about-box2-container {
    padding-bottom: 30px;
  }
  .about-box2 .about-box2-list .text-body * {
    font-size: 16px;
  }
  .about-box2 .about-box2-down .wrap-box .wrap-left {
    width: 100%;
  }
  .about-box2 .about-box2-down .wrap-box .wrap-right {
    display: block;
  }
  .about-box2 .about-box2-down .wrap-box .wrap-right .item {
    width: 100%;
  }
  .about-box2 .about-box2-down .wrap-box .wrap-right .item:first-child {
    margin-bottom: 20px;
  }
  .about-box2 .about-box2-down .wrap-box .wrap-right .item .img .pb {
    padding-bottom: 90%;
  }
  .about-box2 .about-box2-down .wrap-box .wrap-right .item .cities-list .li {
    width: 17.7%;
  }
  .about-box2 .about-box2-down .wrap-box .item .icon-list {
    margin-bottom: -36px;
  }
}
/* 关于-社区 */
.about-box3 {
  background-color: #000;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.about-box3 .page-title .title {
  color: white;
  white-space: pre-line;
}
@media (max-width:990px) {
  .about-box3 .page-title .title {
    white-space: inherit;
  }
}
.about-box3 .btn-container {
  margin-top: clamp(calc(50 / 2 * 1px), calc(50 / 1920 * 100 * 1vw), 50px);
  margin-bottom: clamp(calc(58 / 2 * 1px), calc(58 / 1920 * 100 * 1vw), 58px);
}
.about-box3 .btn-container a {
  border: 2px solid white;
}
.about-box3 .btn-container a:hover {
  background-color: white;
  color: #000;
}
.about-box3 .text-body {
  margin-top: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
}
.about-box3 .text-body p {
  font-size: var(--font18);
  color: white;
  line-height: 1.34;
  opacity: 0.2;
}
.about-box3 .about-slide .swiper-wrapper .swiper-slide {
  width: auto;
}
.about-box3 .about-slide .swiper-wrapper .swiper-slide .img {
  height: 41.7124vh;
  border-radius: var(--border-radius20);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.about-box3 .about-slide .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width:1024px) {
  .about-box3 {
    min-height: inherit;
    padding: 90px 0;
  }
}
@media (max-width:768px) {
  .about-box3 .about-slide .swiper-wrapper .swiper-slide .img {
    height: 200px;
  }
}
/* 新闻列表 */
.News-box1 {
  position: relative;
  overflow: hidden;
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((150 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(150 / 16 * 1rem));
}
.News-box1 .News-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeeef;
}
.News-box1 .item_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.News-box1 .item_box .first-item {
  height: 0 !important;
}
.News-box1 .item_box .item {
  width: 100%;
  height: auto;
  --item-padding: clamp(1.25rem, calc(-0.288rem + 1.92vw), 1.875rem);
}
.News-box1 .item_box .item.item2 a {
  height: 100%;
}
.News-box1 .item_box .item.item2 a::before {
  display: none;
}
.News-box1 .item_box .item.item2 a .content {
  height: 100%;
  position: absolute;
  padding: 40px 30px 30px;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.News-box1 .item_box .item.item2 a .content .info .classify {
  color: #E34559;
}
.News-box1 .item_box .item.item2 a .content .info .title {
  color: white;
}
.News-box1 .item_box .item.item2 a .content .text-body {
  color: white;
}
.News-box1 .item_box .item.item2 a .img-box {
  background-color: transparent;
  opacity: 1;
}
.News-box1 .item_box .item.item2 a .img-box .pb {
  padding-bottom: 150%;
}
.News-box1 .item_box .item.active {
  grid-column: span 2;
}
.News-box1 .item_box .item.active a .img .pb {
  padding-bottom: 43.370038%;
}
.News-box1 .item_box .item.active a .content .info .title {
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  white-space: inherit;
  margin-bottom: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
}
.News-box1 .item_box .item.active a .content .text-body {
  display: none;
}
.News-box1 .item_box .item.active a .content .link {
  position: relative;
  opacity: 1;
  padding: 0;
  margin-bottom: 0;
  -webkit-animation: none !important;
  animation: none !important;
}
.News-box1 .item_box .item.active a:hover .content .link .more {
  opacity: 1;
}
.News-box1 .item_box .item.active a:hover .content .link .more .word {
  color: white;
}
.News-box1 .item_box .item a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: var(--border-radius20);
  background: #FFF;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  overflow: hidden;
}
.News-box1 .item_box .item a::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.News-box1 .item_box .item a .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.News-box1 .item_box .item a .img .new {
  width: auto;
  height: auto;
  position: absolute;
  left: var(--item-padding);
  top: var(--item-padding);
  padding: 5px 10px;
  border-radius: 50px;
  background: #DEECBD;
  font-size: var(--font13);
  color: #000000;
  line-height: 1;
}
.News-box1 .item_box .item a .img .pb {
  padding-bottom: 59.264938%;
}
.News-box1 .item_box .item a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.News-box1 .item_box .item a .img-box {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.News-box1 .item_box .item a .img2 {
  position: relative;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.News-box1 .item_box .item a .img2 .pb {
  padding-bottom: 99%;
}
.News-box1 .item_box .item a .img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.News-box1 .item_box .item a .content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  padding: 30px;
  padding-left: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  padding-right: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
}
.News-box1 .item_box .item a .content .info {
  width: 100%;
  height: auto;
}
.News-box1 .item_box .item a .content .info .classify {
  width: 100%;
  height: auto;
  font-size: var(--font14);
  color: #000000;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.News-box1 .item_box .item a .content .info .title {
  width: 100%;
  /* height: 2.1em;*/
  margin-top: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  margin-bottom: clamp(6.813rem, calc(-0.063rem + 8.59vw), 10.25rem);
  font-size: var(--font24);
  color: #000000;
  line-height: 1;
  white-space: pre-line;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
@media (max-width:990px) {
  .News-box1 .item_box .item a .content .info .title {
    white-space: inherit;
  }
}
.News-box1 .item_box .item a .content .text-body {
  font-family: 'AvantGardeITCbyBT-Book';
  font-size: var(--font14);
  color: #000000;
  line-height: 1.43;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.News-box1 .item_box .item a .content .link {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 30px;
  padding-left: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  padding-right: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  margin-bottom: 30px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.News-box1 .item_box .item a .content .link .buy {
  white-space: nowrap;
  width: auto;
  height: 36px;
  height: clamp(1.5rem, calc(-0.346rem + 2.31vw), 2.25rem);
  padding: 0 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50px;
  background: #000000;
  font-size: var(--font14);
  color: #FFF;
}
.News-box1 .item_box .item a .content .link .more {
  width: auto;
  height: auto;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.News-box1 .item_box .item a .content .link .more .word {
  font-size: var(--font14);
  color: #000000;
}
.News-box1 .item_box .item a .content .link .more .icon {
  width: auto;
  height: auto;
  position: relative;
  z-index: 1;
  margin-left: 10px;
  font-size: 0;
}
.News-box1 .item_box .item:hover a::before {
  opacity: 1;
}
.News-box1 .item_box .item:hover a .content .info .classify {
  color: #E34559;
}
.News-box1 .item_box .item:hover a .content .info .title {
  color: white;
}
.News-box1 .item_box .item:hover a .content .text-body {
  opacity: 0;
}
.News-box1 .item_box .item:hover a .content .link {
  opacity: 1;
  -webkit-animation: fadeInRight 0.4s 1 ease forwards;
  animation: fadeInRight 0.4s 1 ease forwards;
}
.News-box1 .item_box .item:hover a .content .link .buy {
  background-color: white;
  color: black;
}
.News-box1 .item_box .item:hover a .content .link .more {
  opacity: 0;
}
.News-box1 .item_box .item:hover a .img img,
.News-box1 .item_box .item:hover a .img2 img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
@media (max-width:1560px) {
  .News-box1 .item_box .item a .content .info .title {
    margin-top: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
    margin-bottom: clamp(calc(66 / 2 * 1px), calc(66 / 1920 * 100 * 1vw), 66px);
  }
}
@media (max-width:1200px) {
  .News-box1 .item_box {
    gap: 15px;
  }
}
@media (max-width:990px) {
  .News-box1 .item_box {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width:768px) {
  .News-box1 .item_box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:480px) {
  .News-box1 .item_box {
    grid-template-columns: repeat(1, 1fr);
  }
  .News-box1 .item_box .item.item2 a::before {
    display: block;
  }
  .News-box1 .item_box .item.item2 a .img-box {
    opacity: 0;
  }
  .News-box1 .item_box .item.item2 a .content {
    position: relative;
    padding: 30px;
    padding-left: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
    padding-right: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
    height: auto;
  }
  .News-box1 .item_box .item.item2 a .content .info .classify {
    color: #000000;
  }
  .News-box1 .item_box .item.item2 a .content .info .title {
    color: #000000;
  }
  .News-box1 .item_box .item.item2 a .content .text-body {
    color: #000000;
  }
  .News-box1 .item_box .item.item2:hover a::before {
    opacity: 1;
  }
  .News-box1 .item_box .item.item2:hover a .content .info .classify {
    color: #E34559;
  }
  .News-box1 .item_box .item.item2:hover a .content .info .title {
    color: white;
  }
  .News-box1 .item_box .item.item2:hover a .content .text-body {
    opacity: 0;
  }
  .News-box1 .item_box .item.item2:hover a .content .link {
    opacity: 1;
    -webkit-animation: fadeInRight 0.4s 1 ease forwards;
    animation: fadeInRight 0.4s 1 ease forwards;
  }
  .News-box1 .item_box .item.item2:hover a .content .link .buy {
    background-color: white;
    color: black;
  }
  .News-box1 .item_box .item.item2:hover a .content .link .more {
    opacity: 0;
  }
  .News-box1 .item_box .item.item2:hover a .img img,
  .News-box1 .item_box .item.item2:hover a .img2 img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  .News-box1 .item_box .item.active {
    grid-column: inherit;
  }
  .News-box1 .item_box .item.active a .content .info .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
    margin-bottom: clamp(calc(66 / 2 * 1px), calc(66 / 1920 * 100 * 1vw), 66px);
  }
}
.News-box2 {
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((150 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(150 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((100 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(100 / 16 * 1rem));
}
.News-box2 .news_main .news_box_up {
  margin-top: 0;
}
.News-box2 .news_main .News_swiper .swiper_box .swiper-slide a {
  opacity: 1;
  background-color: #eeeeef;
}
/* 新闻详情 */
.news-detail-container {
  position: relative;
  background-color: #eeeeef;
  padding-top: 230px;
  padding-bottom: clamp(8.938rem, calc(-0.063rem + 11.25vw), 13.438rem);
}
.news-detail-container .news-detail-bg {
  width: 67.2%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.news-detail-container .wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.news-detail-container .wrap-box .wrap-left {
  width: 74.7%;
  overflow: hidden;
}
.news-detail-container .wrap-box .wrap-right {
  width: 24.1%;
}
.news-detail-container .news-detail-top .title {
  font-family: 'AvantGardeITCbyBT-Book';
  font-size: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((60 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(60 / 16 * 1rem));
  color: black;
  line-height: 1.1;
}
.news-detail-container .news-detail-top .news-detail-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: var(--font14);
  padding: 32px 0 55px;
  padding-top: clamp(calc(32 / 2 * 1px), calc(32 / 1920 * 100 * 1vw), 32px);
  padding-bottom: clamp(calc(55 / 2 * 1px), calc(55 / 1920 * 100 * 1vw), 55px);
}
.news-detail-container .news-detail-top .news-detail-info .type {
  color: #E34559;
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}
.news-detail-container .news-detail-top .news-detail-info .type::before {
  content: '';
  width: 2px;
  height: 14px;
  background-color: black;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.2;
}
.news-detail-container .news-detail-top .news-detail-info .date {
  color: black;
}
.news-detail-container .news-detail-down .text-body p {
  font-family: 'AvantGardeITCbyBT-Book';
  font-size: var(--font16);
  color: black;
  line-height: 1.5;
  margin-bottom: clamp(calc(55 / 2 * 1px), calc(55 / 1920 * 100 * 1vw), 55px);
}
.news-detail-container .news-detail-down .text-body h6 {
  font-size: var(--font24);
  color: black;
  line-height: 1.25;
  margin-bottom: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
}
.news-detail-container .white-box {
  background-color: white;
  border-radius: var(--border-radius20);
  padding: 40px 30px 50px;
  padding-left: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  padding-right: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  padding-top: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
  padding-bottom: clamp(calc(50 / 2 * 1px), calc(50 / 1920 * 100 * 1vw), 50px);
  position: sticky;
  top: 70px;
  right: 0;
}
.news-detail-container .white-box .share-title {
  font-size: var(--font18);
  color: #000000;
  line-height: 1.112;
  margin-bottom: 20px;
  margin-bottom: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
}
.news-detail-container .white-box .search-title {
  font-size: var(--font14);
  color: #000000;
  line-height: 1.43;
  margin-bottom: 20px;
  margin-bottom: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
}
.news-detail-container .white-box .search-title em {
  font-family: 'AvantGardeITCbyBT-Book';
  font-style: inherit;
  color: #999999;
  display: block;
}
.news-detail-container .white-box .search-box {
  border-top: 1px solid #eeeeef;
  padding-top: 40px;
  margin-top: 30px;
  padding-top: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
  margin-top: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
}
.news-detail-container .white-box .share {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 10px;
  --btn-size: clamp(2rem, calc(1.385rem + 0.77vw), 2.25rem);
}
.news-detail-container .white-box .share .item {
  width: var(--btn-size);
  height: var(--btn-size);
  border-radius: 50%;
  background: black;
  cursor: pointer;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.news-detail-container .white-box .share .item .icon {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.news-detail-container .white-box .share .item .icon i {
  font-size: var(--font16);
  color: white;
  line-height: 1;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.news-detail-container .white-box .share .item:hover {
  background: #E34559;
}
.news-detail-container .white-box .share .item:last-child {
  margin: 0;
}
.news-detail-container .white-box .searchform {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.news-detail-container .white-box .searchform .input {
  font-size: var(--font14);
  color: #000;
  font-family: 'AvantGardeITCbyBT-Book';
  font-style: normal;
  width: 100%;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #E34559;
  border-radius: 10px;
  background-color: transparent;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.news-detail-container .white-box .searchform .input::-webkit-input-placeholder {
  color: #000;
  color: rgba(0, 0, 0, 0.4);
}
.news-detail-container .white-box .searchform .input:-moz-placeholder {
  color: #000;
  color: rgba(0, 0, 0, 0.4);
}
.news-detail-container .white-box .searchform .input::-moz-placeholder {
  color: #000;
  color: rgba(0, 0, 0, 0.4);
}
.news-detail-container .white-box .searchform .input:-ms-input-placeholder {
  color: #000;
  color: rgba(0, 0, 0, 0.4);
}
.news-detail-container .white-box .searchform .icon_sousuo2 {
  width: 40px;
  height: 40px;
  background-color: rgba(227, 69, 89, 0.1);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #000;
  margin-left: 10px;
  position: relative;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.news-detail-container .white-box .searchform .icon_sousuo2:hover {
  background-color: #E34559;
}
.news-detail-container .white-box .searchform .icon_sousuo2:hover::before {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.news-detail-container .white-box .searchform .icon_sousuo2::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/search-icon.png) no-repeat center;
  background-size: 14px 12px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width:990px) {
  .news-detail-container {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .news-detail-container .wrap-box {
    display: block;
  }
  .news-detail-container .wrap-box .wrap-left {
    width: 100%;
  }
  .news-detail-container .wrap-box .wrap-right {
    width: 100%;
    display: none;
  }
  .news-detail-container .news-detail-top .title {
    font-size: 26px;
  }
}
/* 新闻轮播 */
.news_main {
  width: 100%;
  height: auto;
}
.news_main .News_swiper {
  width: 100%;
  height: auto;
}
.news_main .News_swiper div.swiper-slide.active .swiper_box {
  opacity: 1;
}
.news_main .News_swiper .swiper_box {
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.news_main .News_swiper .swiper_box .swiper-slide {
  width: 25%;
  height: auto;
  --item-padding: clamp(1.25rem, calc(-0.288rem + 1.92vw), 1.875rem);
}
.news_main .News_swiper .swiper_box .swiper-slide a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: var(--border-radius20);
  background: #FFF;
  opacity: 0;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  overflow: hidden;
}
.news_main .News_swiper .swiper_box .swiper-slide a::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.news_main .News_swiper .swiper_box .swiper-slide a .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.news_main .News_swiper .swiper_box .swiper-slide a .img .new {
  width: auto;
  height: auto;
  position: absolute;
  left: var(--item-padding);
  top: var(--item-padding);
  padding: 5px 10px;
  border-radius: 50px;
  background: #DEECBD;
  font-size: var(--font13);
  color: #000000;
  line-height: 1;
}
.news_main .News_swiper .swiper_box .swiper-slide a .img .pb {
  padding-bottom: 59.264938%;
}
.news_main .News_swiper .swiper_box .swiper-slide a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.news_main .News_swiper .swiper_box .swiper-slide a .img-box {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.news_main .News_swiper .swiper_box .swiper-slide a .img2 {
  position: relative;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.news_main .News_swiper .swiper_box .swiper-slide a .img2 .pb {
  padding-bottom: 99%;
}
.news_main .News_swiper .swiper_box .swiper-slide a .img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.news_main .News_swiper .swiper_box .swiper-slide a .content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  padding: 30px;
  padding-left: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  padding-right: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  padding-top: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  padding-bottom: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
}
.news_main .News_swiper .swiper_box .swiper-slide a .content .info {
  width: 100%;
  height: auto;
}
.news_main .News_swiper .swiper_box .swiper-slide a .content .info .classify {
  width: 100%;
  height: auto;
  font-size: var(--font14);
  color: #000000;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.news_main .News_swiper .swiper_box .swiper-slide a .content .info .title {
  width: 100%;
  min-height: calc(2em * 1);
  margin-top: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  margin-bottom: clamp(6.813rem, calc(-0.063rem + 8.59vw), 10.25rem);
  font-size: var(--font24);
  color: #000000;
  line-height: 1;
  white-space: pre-line;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
@media (max-width:990px) {
  .news_main .News_swiper .swiper_box .swiper-slide a .content .info .title {
    white-space: inherit;
  }
}
.news_main .News_swiper .swiper_box .swiper-slide a .content .text-body {
  font-family: 'AvantGardeITCbyBT-Book';
  font-size: var(--font14);
  color: #000000;
  line-height: 1.43;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.news_main .News_swiper .swiper_box .swiper-slide a .content .link {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 30px;
  margin-bottom: 30px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.news_main .News_swiper .swiper_box .swiper-slide a .content .link .buy {
  width: auto;
  height: 36px;
  height: clamp(1.5rem, calc(-0.346rem + 2.31vw), 2.25rem);
  padding: 0 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50px;
  background: #000000;
  font-size: var(--font14);
  color: #FFF;
}
.news_main .News_swiper .swiper_box .swiper-slide a .content .link .more {
  width: auto;
  height: auto;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.news_main .News_swiper .swiper_box .swiper-slide a .content .link .more .word {
  font-size: var(--font14);
  color: #000000;
}
.news_main .News_swiper .swiper_box .swiper-slide a .content .link .more .icon {
  width: auto;
  height: auto;
  position: relative;
  z-index: 1;
  margin-left: 10px;
  font-size: 0;
}
.news_main .News_swiper .swiper_box .swiper-slide:hover a::before {
  opacity: 1;
}
.news_main .News_swiper .swiper_box .swiper-slide:hover a .content .info .classify {
  color: #E34559;
}
.news_main .News_swiper .swiper_box .swiper-slide:hover a .content .info .title {
  color: white;
}
.news_main .News_swiper .swiper_box .swiper-slide:hover a .content .text-body {
  opacity: 0;
}
.news_main .News_swiper .swiper_box .swiper-slide:hover a .content .link {
  opacity: 1;
  -webkit-animation: fadeInRight 0.4s 1 ease forwards;
  animation: fadeInRight 0.4s 1 ease forwards;
}
.news_main .News_swiper .swiper_box .swiper-slide:hover a .content .link .buy {
  background-color: white;
  color: black;
}
.news_main .News_swiper .swiper_box .swiper-slide:hover a .content .link .more {
  opacity: 0;
}
.news_main .News_swiper .swiper_box .swiper-slide:hover a .img img,
.news_main .News_swiper .swiper_box .swiper-slide:hover a .img2 img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.news_main .News_swiper .swiper_box .swiper-slide.active a {
  opacity: 1;
}
.news_main .News_swiper .pager_box {
  width: 100%;
  height: auto;
  margin: 40px 0 0;
  display: none;
}
.news_main .News_swiper .pager_box .pager {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.news_main .News_swiper .pager_box .pager span {
  width: 14px;
  height: 2px;
  margin: 0 5px;
  border-radius: 5px;
  background: #E34559;
  opacity: 0.2;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.news_main .News_swiper .pager_box .pager .active {
  width: 24px;
  opacity: 1;
}
@media (max-width:1560px) {
  .news_main .News_swiper .swiper_box .swiper-slide a .content .info .title {
    margin-bottom: clamp(calc(66 / 2 * 1px), calc(66 / 1920 * 100 * 1vw), 66px);
  }
}
.news_main .news_box_up {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  margin-top: clamp(calc(128 / 2 * 1px), calc(128 / 1920 * 100 * 1vw), 128px);
  margin-top: clamp(5.313rem, calc(-0.063rem + 6.72vw), 8rem) 0 0;
  margin-bottom: clamp(calc(48 / 2 * 1px), calc(48 / 1920 * 100 * 1vw), 48px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.news_main .news_box_up .news_title {
  font-size: var(--font24);
  color: black;
  line-height: 1.25;
}
.news_main .swiper_pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  --btn-size: clamp(2rem, calc(1.385rem + 0.77vw), 2.25rem);
}
.news_main .swiper_pager .swiper_btn {
  width: var(--btn-size);
  height: var(--btn-size);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  background: #CCCCCC;
  cursor: pointer;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  overflow: hidden;
}
.news_main .swiper_pager .swiper_btn .icon {
  width: auto;
  height: auto;
  font-size: 0;
  filter: opacity(0.5);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.news_main .swiper_pager .swiper_btn.next {
  margin-left: clamp(0.938rem, calc(0.168rem + 0.96vw), 1.25rem);
}
.news_main .swiper_pager .swiper_btn:hover {
  background: #000;
}
.news_main .swiper_pager .swiper_btn:hover .icon {
  filter: opacity(1) invert(1);
}
/* 产品特性 */
/* 产品特性-1 */
.Products-Features-box1 {
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((93 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(93 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((90 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(90 / 16 * 1rem));
}
.Products-Features-box1 .wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.Products-Features-box1 .wrap-box .wrap-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding-right: 40px;
}
.Products-Features-box1 .wrap-box .wrap-right {
  width: 27.62%;
  text-align: center;
}
.Products-Features-box1 .wrap-box .subtitle {
  font-size: var(--font18);
  color: #999999;
  line-height: 1.67;
  margin-top: 22px;
  margin-top: clamp(calc(22 / 2 * 1px), calc(22 / 1920 * 100 * 1vw), 22px);
}
.Products-Features-box1 .wrap-box .title {
  font-size: var(--font42);
  color: #000000;
  white-space: pre-line;
  line-height: 1.145;
  margin: 12px 0 18px;
  margin-top: clamp(calc(12 / 2 * 1px), calc(12 / 1920 * 100 * 1vw), 12px);
  margin-bottom: clamp(calc(18 / 2 * 1px), calc(18 / 1920 * 100 * 1vw), 18px);
}
@media (max-width:990px) {
  .Products-Features-box1 .wrap-box .title {
    white-space: inherit;
  }
}
.Products-Features-box1 .wrap-box .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: 10px 0;
  width: 55%;
}
@media (max-width:1200px) {
  .Products-Features-box1 .wrap-box .details {
    width: 60%;
  }
}
@media (max-width:990px) {
  .Products-Features-box1 .wrap-box .details {
    width: 79%;
  }
}
@media (max-width:768px) {
  .Products-Features-box1 .wrap-box .details {
    width: 100%;
  }
}
.Products-Features-box1 .wrap-box .details .types {
  font-size: var(--font18);
  color: #000000;
  line-height: 1.67;
  position: relative;
  padding-right: 30px;
  margin-right: 30px;
  padding-right: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  margin-right: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
}
.Products-Features-box1 .wrap-box .details .types:last-child {
  padding-right: 0;
}
.Products-Features-box1 .wrap-box .details .types:last-child::before {
  display: none;
}
.Products-Features-box1 .wrap-box .details .types::before {
  content: '';
  width: 1px;
  height: 100%;
  max-height: 20px;
  background-color: #000000;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.2;
}
@media (max-width:768px) {
  .Products-Features-box1 .wrap-box {
    display: block;
    text-align: center;
  }
  .Products-Features-box1 .wrap-box .wrap-left {
    padding: 0;
  }
  .Products-Features-box1 .wrap-box .wrap-right {
    width: 66%;
    margin: auto;
    margin-top: 20px;
  }
  .Products-Features-box1 .wrap-box .subtitle {
    margin: 0;
  }
  .Products-Features-box1 .wrap-box .details {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .Products-Features-box1 .wrap-box .details .types {
    font-size: 13px;
  }
  .Products-Features-box1 .wrap-box .details .types:nth-child(4n)::before {
    display: block;
  }
  .Products-Features-box1 .wrap-box .details .types:last-child::before {
    display: none;
  }
}
/* 产品特性-2 */
.Products-Features-box2 {
  background-color: #eeeeef;
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((90 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(90 / 16 * 1rem));
  /* 产品特性-最顶 中 底部 */
  /* 产品特性-参数 */
  /* 产品特性-列表 */
  /* 产品特性-最别致 */
}
.Products-Features-box2 .Features-container {
  position: relative;
  border-radius: var(--border-radius20);
  border-radius: 20px;
  overflow: hidden;
  --color: #fff;
}
.Products-Features-box2 .Features-container.Features-top-container .center-box {
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
  margin-top: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
}
.Products-Features-box2 .Features-container.Features-center-container {
  margin-bottom: 20px;
}
.Products-Features-box2 .Features-container.Features-center-container:last-child {
  margin: 0;
}
.Products-Features-box2 .Features-container.Features-center-container .center-box {
  width: 37%;
  top: 0;
  left: 0;
  padding-left: clamp(calc(120 / 2 * 1px), calc(120 / 1920 * 100 * 1vw), 120px);
  margin-top: clamp(calc(120 / 2 * 1px), calc(120 / 1920 * 100 * 1vw), 120px);
}
.Products-Features-box2 .Features-container.Features-down-container {
  margin-bottom: 20px;
}
.Products-Features-box2 .Features-container.Features-down-container:last-child {
  margin: 0;
}
.Products-Features-box2 .Features-container.Features-down-container .center-box {
  width: 37%;
  height: 100%;
  top: 0;
  left: 0;
  padding-left: clamp(calc(120 / 2 * 1px), calc(120 / 1920 * 100 * 1vw), 120px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.Products-Features-box2 .Features-container.Features-down-container .center-box .text-body p {
  white-space: pre-line;
}
@media (max-width:990px) {
  .Products-Features-box2 .Features-container.Features-down-container .center-box .text-body p {
    white-space: inherit;
  }
}
.Products-Features-box2 .Features-container .center-box {
  position: absolute;
}
.Products-Features-box2 .Features-container .subtitle {
  font-size: var(--font18);
  color: var(--color);
  line-height: 1.67;
  margin-bottom: 10px;
  margin-bottom: clamp(calc(10 / 2 * 1px), calc(10 / 1920 * 100 * 1vw), 10px);
}
.Products-Features-box2 .Features-container .title {
  font-size: var(--font42);
  color: var(--color);
  white-space: pre-line;
  line-height: 1.2;
  margin-bottom: 25px;
  margin-bottom: clamp(calc(25 / 2 * 1px), calc(25 / 1920 * 100 * 1vw), 25px);
  max-height: calc(2em * 1.2);
  overflow: auto;
}
@media (max-width:990px) {
  .Products-Features-box2 .Features-container .title {
    white-space: inherit;
  }
}
.Products-Features-box2 .Features-container .text-body {
  font-size: var(--font14);
  max-height: calc(4em * 1.43);
  overflow: auto;
}
.Products-Features-box2 .Features-container .text-body * {
  font-size: var(--font14);
  color: var(--color);
  line-height: 1.43;
}
.Products-Features-box2 .Features-container .btn-container {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.Products-Features-box2 .Features-container .btn-container a {
  background-color: white;
  color: black;
  padding: 0 20px;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.Products-Features-box2 .Features-container .btn-container a:hover {
  background-color: #E34559;
  color: white;
}
.Products-Features-box2 .Features-container .btn-container a:hover .video-icon {
  border-left-color: white;
}
.Products-Features-box2 .Features-container .btn-container a .video-icon {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 5px solid #000;
  border-bottom: 4px solid transparent;
  margin-right: 19px;
  margin-right: clamp(calc(19 / 2 * 1px), calc(19 / 1920 * 100 * 1vw), 19px);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
@media (max-width:990px) {
  .Products-Features-box2 .Features-container.Features-center-container {
    --color: #000;
  }
  .Products-Features-box2 .Features-container.Features-center-container .center-box {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-top: 20px;
    margin: 0;
    width: 100%;
  }
  .Products-Features-box2 .Features-container.Features-down-container {
    --color: #000;
  }
  .Products-Features-box2 .Features-container.Features-down-container .center-box {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-top: 20px;
    width: 100%;
  }
  .Products-Features-box2 .Features-container .images {
    border-radius: 20px;
    overflow: hidden;
  }
}
@media (max-width:768px) {
  .Products-Features-box2 .Features-container {
    --color: #000;
    border-radius: 0;
    display: grid;
  }
  .Products-Features-box2 .Features-container.Features-top-container .center-box {
    margin: 0;
  }
  .Products-Features-box2 .Features-container.Features-center-container {
    margin-bottom: 50px;
  }
  .Products-Features-box2 .Features-container.Features-center-container .center-box {
    margin: 0;
  }
  .Products-Features-box2 .Features-container.Features-down-container {
    margin-bottom: 50px;
  }
  .Products-Features-box2 .Features-container .center-box {
    position: relative;
    padding: 0 !important;
    order: 2;
  }
  .Products-Features-box2 .Features-container .images {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .Products-Features-box2 .Features-container .btn-container {
    margin-top: 20px;
  }
}
.Products-Features-box2 .num-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: 20px 0;
  --color: #000;
  padding-top: clamp(calc(80 / 2 * 1px), calc(80 / 1920 * 100 * 1vw), 80px);
  padding-bottom: clamp(calc(80 / 2 * 1px), calc(80 / 1920 * 100 * 1vw), 80px);
}
.Products-Features-box2 .num-box .one {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-width: 33%;
  padding-top: clamp(calc(26 / 2 * 1px), calc(26 / 1920 * 100 * 1vw), 26px);
  padding-bottom: clamp(calc(12 / 2 * 1px), calc(12 / 1920 * 100 * 1vw), 12px);
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.Products-Features-box2 .num-box .one:nth-child(3n) {
  border: none;
}
.Products-Features-box2 .num-box .one .one-box {
  text-align: center;
  padding: 0 20px;
}
.Products-Features-box2 .num-box .one .top-name {
  font-size: var(--font42);
  color: var(--color);
  line-height: 1.15;
  word-break: break-all;
  margin-bottom: 16px;
  margin-bottom: clamp(calc(16 / 2 * 1px), calc(16 / 1920 * 100 * 1vw), 16px);
}
.Products-Features-box2 .num-box .one .bot * {
  font-size: var(--font14);
  color: var(--color);
  line-height: 1.43;
}
@media (max-width:768px) {
  .Products-Features-box2 .num-box {
    padding: 40px 0;
  }
  .Products-Features-box2 .num-box .one {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 14px 0;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    -webkit-flex: inherit;
    flex: inherit;
  }
}
.Products-Features-box2 .Features-list {
  margin-top: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
}
.Products-Features-box2 .Features-list .item {
  padding-left: clamp(calc(120 / 2 * 1px), calc(120 / 1920 * 100 * 1vw), 120px);
  padding-bottom: clamp(calc(100 / 2 * 1px), calc(100 / 1920 * 100 * 1vw), 100px);
}
.Products-Features-box2 .Features-list .item .item-box {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.Products-Features-box2 .Features-list .item .item-box .center-box {
  width: 53.21%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.Products-Features-box2 .Features-list .item .item-box .images {
  width: 41.03%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.Products-Features-box2 .Features-list .item .item-box .images.imagesPlus::before {
  display: none;
}
.Products-Features-box2 .Features-list .item .item-box .images.imagesPlus .img {
  width: 100%;
}
.Products-Features-box2 .Features-list .item .item-box .images.imagesPlus .img .pb {
  padding-bottom: 56.25%;
}
.Products-Features-box2 .Features-list .item .item-box .images.imagesPlus .video-box {
  display: none;
}
.Products-Features-box2 .Features-list .item .item-box .images::before {
  content: '';
  width: 1px;
  height: 100%;
  border-right: 1px dashed white;
  position: absolute;
  right: 50%;
  top: 0;
  z-index: 9;
}
.Products-Features-box2 .Features-list .item .item-box .images .img {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.Products-Features-box2 .Features-list .item .item-box .images .img.video-box img {
  opacity: 0;
}
.Products-Features-box2 .Features-list .item .item-box .images .img .pb {
  padding-bottom: 112.5%;
}
.Products-Features-box2 .Features-list .item .item-box .images .img video,
.Products-Features-box2 .Features-list .item .item-box .images .img iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 9;
}
.Products-Features-box2 .Features-list .item .item-box .images .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Products-Features-box2 .Features-list .item .item-box .images .img .img-container {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 20px;
  margin-bottom: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  z-index: 9;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.Products-Features-box2 .Features-list .item .item-box .images .img .img-container .img-auto {
  max-height: calc(2em * 1.4);
  overflow: auto;
  padding-right: 10px;
  font-size: var(--font14);
}
.Products-Features-box2 .Features-list .item .item-box .images .img .img-container .img-text {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 99px;
  font-size: var(--font14);
  color: white;
  line-height: 1.4;
  padding: 6.8px 20px;
  word-break: break-all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.Products-Features-box2 .Features-list .item .item-box .subtitle {
  font-size: var(--font18);
  color: #999999;
  line-height: 1.67;
  margin-bottom: 10px;
  margin-bottom: clamp(calc(10 / 2 * 1px), calc(10 / 1920 * 100 * 1vw), 10px);
}
.Products-Features-box2 .Features-list .item .item-box .title {
  font-size: var(--font42);
  max-height: calc(2em * 1.14);
  overflow: auto;
  color: #000000;
  line-height: 1.2;
}
.Products-Features-box2 .Features-list .item .item-box .text-body {
  font-size: var(--font14);
  max-height: calc(4em * 1.43);
  overflow: auto;
  margin-top: 25px;
  margin-top: clamp(calc(25 / 2 * 1px), calc(25 / 1920 * 100 * 1vw), 25px);
}
.Products-Features-box2 .Features-list .item .item-box .text-body * {
  font-size: var(--font14);
  color: #000000;
  line-height: 1.43;
  white-space: pre-line;
}
@media (max-width:990px) {
  .Products-Features-box2 .Features-list .item .item-box .text-body * {
    white-space: inherit;
  }
}
@media (max-width:990px) {
  .Products-Features-box2 .Features-list .item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width:768px) {
  .Products-Features-box2 .Features-list .item {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 50px;
  }
  .Products-Features-box2 .Features-list .item .item-box {
    display: block;
  }
  .Products-Features-box2 .Features-list .item .item-box .images {
    width: 100%;
    border-radius: 10px;
  }
  .Products-Features-box2 .Features-list .item .item-box .images .img .img-container .img-text {
    padding: 6.8px 10px;
  }
  .Products-Features-box2 .Features-list .item .item-box .center-box {
    width: 100%;
    margin-top: 20px;
  }
}
.Products-Features-box2 .Features-chic .center-box {
  padding-left: clamp(calc(120 / 2 * 1px), calc(120 / 1920 * 100 * 1vw), 120px);
}
.Products-Features-box2 .Features-chic .wrap-box {
  padding-left: clamp(calc(120 / 2 * 1px), calc(120 / 1920 * 100 * 1vw), 120px);
  padding-right: clamp(calc(120 / 2 * 1px), calc(120 / 1920 * 100 * 1vw), 120px);
  padding-top: clamp(calc(120 / 2 * 1px), calc(120 / 1920 * 100 * 1vw), 120px);
  padding-bottom: clamp(calc(120 / 2 * 1px), calc(120 / 1920 * 100 * 1vw), 120px);
  background-color: #000;
  border-radius: 20px;
  margin-top: clamp(calc(56 / 2 * 1px), calc(56 / 1920 * 100 * 1vw), 56px);
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.Products-Features-box2 .Features-chic .wrap-box .wrap-left {
  width: 31.9%;
}
.Products-Features-box2 .Features-chic .wrap-box .wrap-left .pb {
  padding-bottom: 130.62%;
}
.Products-Features-box2 .Features-chic .wrap-box .wrap-right {
  width: 66.666667%;
}
.Products-Features-box2 .Features-chic .wrap-box .wrap-right .pb {
  padding-bottom: 62.5%;
}
.Products-Features-box2 .Features-chic .wrap-box .img {
  border-radius: 20px;
  overflow: hidden;
}
.Products-Features-box2 .Features-chic .wrap-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Products-Features-box2 .Features-chic .title {
  font-size: var(--font42);
  color: #000000;
  line-height: 1.145;
  margin-bottom: 25px;
  margin-bottom: clamp(calc(25 / 2 * 1px), calc(25 / 1920 * 100 * 1vw), 25px);
}
.Products-Features-box2 .Features-chic .text-body * {
  font-size: var(--font14);
  color: #000000;
  line-height: 1.43;
  white-space: pre-line;
}
@media (max-width:990px) {
  .Products-Features-box2 .Features-chic .text-body * {
    white-space: inherit;
  }
}
@media (max-width:990px) {
  .Products-Features-box2 .Features-chic .center-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .Products-Features-box2 .Features-chic .wrap-box {
    padding: 30px 20px;
  }
}
@media (max-width:768px) {
  .Products-Features-box2 .Features-chic .center-box {
    padding: 0;
  }
  .Products-Features-box2 .Features-chic .wrap-box {
    border-radius: 10px;
  }
  .Products-Features-box2 .Features-chic .wrap-box .img {
    border-radius: 10px;
  }
}
/* 产品画廊 */
.Products-Gallery {
  background-color: #eeeeef;
  padding-top: 20px;
}
.Products-Gallery .white-container {
  background-color: white;
  border-radius: 20px;
  padding: 55px 120px 60px;
  padding-left: clamp(calc(120 / 2 * 1px), calc(120 / 1920 * 100 * 1vw), 120px);
  padding-right: clamp(calc(120 / 2 * 1px), calc(120 / 1920 * 100 * 1vw), 120px);
}
.Products-Gallery .white-container .title-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  border-bottom: 1px solid #eeeeef;
}
.Products-Gallery .white-container .title-up .btn-container {
  margin: 0;
}
.Products-Gallery .white-container .title-up .btn-container a {
  background-color: #eeeeef;
  color: #000;
  padding: 0 20px;
}
.Products-Gallery .white-container .title-up .btn-container a .download-icon {
  width: 14px;
  height: 100%;
  background: url(../images/download-icon.png) no-repeat center;
  background-size: 14px 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
}
.Products-Gallery .white-container .slide-container {
  position: relative;
}
.Products-Gallery .white-container .slide-container .set-img {
  position: absolute;
  right: -60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Products-Gallery .white-container .slide-container .set-img .set-btn {
  width: 60px;
  height: 60px;
  border: 1px solid #eeeeef;
  border-radius: 50%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  cursor: pointer;
}
.Products-Gallery .white-container .slide-container .set-img .set-btn:last-child {
  margin: 0;
}
.Products-Gallery .white-container .slide-container .set-img .set-btn:hover {
  border-color: #000;
}
.Products-Gallery .white-container .index-swiper-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
}
.Products-Gallery .white-container .index-swiper-icon .slide-num {
  position: relative;
  width: 36px;
  color: #000000;
  font-size: var(--font14);
  line-height: 1;
  margin: 0 38px;
  margin-left: clamp(calc(38 / 2 * 1px), calc(38 / 1920 * 100 * 1vw), 38px);
  margin-right: clamp(calc(38 / 2 * 1px), calc(38 / 1920 * 100 * 1vw), 38px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.Products-Gallery .white-container .index-swiper-icon .slide-num::before {
  content: '/';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #000000;
}
.Products-Gallery .white-container .index-swiper-icon .slide-btn {
  width: 24px;
  height: 24px;
  background: no-repeat center;
  background-size: 6px 8px;
  position: relative;
  top: 0;
  margin-top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.Products-Gallery .white-container .index-swiper-icon .slide-btn.swiper-button-prev {
  background-image: url(../images/icon_prev2.png);
}
.Products-Gallery .white-container .index-swiper-icon .slide-btn.swiper-button-next {
  background-image: url(../images/icon_next2.png);
}
.Products-Gallery .white-container .Gallery-slide {
  max-width: 520px;
  margin: auto;
}
.Products-Gallery .white-container .Gallery-slide .swiper-slide {
  background-color: white;
}
.Products-Gallery .white-container .Gallery-slide .swiper-slide .img .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.Products-Gallery .white-container .Gallery-slide .swiper-slide .img img {
  width: 80%;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.Products-Gallery .white-container .Gallery-slide .swiper-pagination {
  display: none;
}
.Products-Gallery .white-container .Gallery-down {
  max-width: 580px;
  margin: auto;
}
.Products-Gallery .white-container .Gallery-down .Gallery-down-images {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: scroll;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Products-Gallery .white-container .Gallery-down .Gallery-down-images::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #ededed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0;
  display: none;
}
.Products-Gallery .white-container .Gallery-down .Gallery-down-images::-webkit-scrollbar-thumb {
  background-color: #E34559;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0;
  display: none;
}
.Products-Gallery .white-container .Gallery-down .Gallery-down-images .list {
  font-size: 0;
  overflow: visible;
}
.Products-Gallery .white-container .Gallery-down .Gallery-down-images .list .item {
  display: inline-block;
  width: 100px;
  margin-right: 20px;
  border: 2px solid #eeeeef;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.Products-Gallery .white-container .Gallery-down .Gallery-down-images .list .item.active {
  border-color: #000;
}
.Products-Gallery .white-container .Gallery-down .Gallery-down-images .list .item .ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.Products-Gallery .white-container .Gallery-down .Gallery-down-images .list .item img {
  max-width: 66%;
  max-height: 52%;
}
@media (max-width:1200px) {
  .Products-Gallery .white-container .slide-container .set-img {
    display: none;
  }
  .Products-Gallery .white-container .index-swiper-icon {
    display: none;
  }
}
@media (max-width:990px) {
  .Products-Gallery .white-container {
    padding: 40px 20px;
  }
}
@media (max-width:768px) {
  .Products-Gallery .white-container {
    border-radius: 10px;
  }
  .Products-Gallery .white-container .Gallery-down .Gallery-down-images .list .item {
    width: 50px;
    border-width: 1px;
    border-radius: 4px;
    margin-right: 10px;
  }
}
/* 产品参数 */
.Products-Parameter {
  background-color: #eeeeef;
  padding-top: 20px;
}
.Products-Parameter .white-container {
  background-color: white;
  border-radius: 20px;
  padding: 55px 120px 60px;
  padding-left: clamp(calc(120 / 2 * 1px), calc(120 / 1920 * 100 * 1vw), 120px);
  padding-right: clamp(calc(120 / 2 * 1px), calc(120 / 1920 * 100 * 1vw), 120px);
}
.Products-Parameter .white-container .title-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
  border-bottom: 1px solid #eeeeef;
}
.Products-Parameter .white-container .title-up .btn-container {
  margin: 0;
}
.Products-Parameter .white-container .title-up .btn-container a {
  background-color: #eeeeef;
  color: #000;
  padding: 0 20px;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.Products-Parameter .white-container .title-up .btn-container a:hover {
  background-color: #E34559;
  color: white;
}
.Products-Parameter .white-container .title-up .btn-container a:hover .download-icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.Products-Parameter .white-container .title-up .btn-container a .download-icon {
  width: 14px;
  height: 100%;
  background: url(../images/download-icon.png) no-repeat center;
  background-size: 14px 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: clamp(calc(20 / 2 * 1px), calc(20 / 1920 * 100 * 1vw), 20px);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.Products-Parameter .Parameter-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  --color: #000;
}
.Products-Parameter .Parameter-list .item {
  padding-bottom: clamp(calc(60 / 2 * 1px), calc(60 / 1920 * 100 * 1vw), 60px);
  border-bottom: 1px solid #eeeeef;
}
.Products-Parameter .Parameter-list .item:nth-last-child(-n+2) {
  border: none;
}
.Products-Parameter .Parameter-list .item .item-box .title {
  font-size: var(--font24);
  color: var(--color);
  line-height: 1.15;
  margin-top: clamp(calc(55 / 2 * 1px), calc(55 / 1920 * 100 * 1vw), 55px);
  margin-bottom: clamp(calc(32 / 2 * 1px), calc(32 / 1920 * 100 * 1vw), 32px);
}
.Products-Parameter .Parameter-list .item .item-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  line-height: 1.5;
  margin-bottom: clamp(calc(16 / 2 * 1px), calc(16 / 1920 * 100 * 1vw), 16px);
}
.Products-Parameter .Parameter-list .item .item-box dl dt {
  font-family: 'AvantGardeITCbyBT-Book';
  min-width: 47.6%;
  font-size: var(--font16);
  color: var(--color);
  opacity: 0.6;
}
.Products-Parameter .Parameter-list .item .item-box dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  font-size: var(--font16);
  color: var(--color);
}
@media (max-width:990px) {
  .Products-Parameter .white-container {
    padding: 40px 20px;
  }
}
@media (max-width:768px) {
  .Products-Parameter .white-container {
    border-radius: 10px;
  }
  .Products-Parameter .white-container .title-up .btn-container a {
    height: 28px;
    padding: 0 10px;
    font-size: 12px;
  }
  .Products-Parameter .white-container .Parameter-list {
    grid-template-columns: repeat(1, 1fr);
    gap: inherit;
  }
  .Products-Parameter .white-container .Parameter-list .item {
    padding-bottom: 10px;
  }
  .Products-Parameter .white-container .Parameter-list .item:nth-last-child(-n+2) {
    border-bottom: 1px solid #eeeeef;
  }
  .Products-Parameter .white-container .Parameter-list .item:last-child {
    border: none;
  }
  .Products-Parameter .white-container .Parameter-list .item .item-box .title {
    margin: 20px 0 10px;
  }
  .Products-Parameter .white-container .Parameter-list .item .item-box dl dt {
    min-width: 60%;
  }
}
/* 视频列表 */
.video-container {
  background-color: #f5f5f5;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((120 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(120 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((120 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(120 / 16 * 1rem));
}
.video-container .item_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.video-container .item_box .first-item {
  height: 0 !important;
}
.video-container .item_box .item {
  width: 100%;
  height: auto;
  --item-padding: clamp(1.25rem, calc(-0.288rem + 1.92vw), 1.875rem);
}
.video-container .item_box .item.item2 a {
  height: 100%;
}
.video-container .item_box .item.item2 a::before {
  display: none;
}
.video-container .item_box .item.item2 a .content {
  height: 100%;
  position: absolute;
  padding: 40px 30px 30px;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.video-container .item_box .item.item2 a .content .info .classify {
  color: #E34559;
}
.video-container .item_box .item.item2 a .content .info .title {
  color: white;
}
.video-container .item_box .item.item2 a .content .text-body {
  color: white;
}
.video-container .item_box .item.item2 a .img-box {
  background-color: transparent;
  opacity: 1;
}
.video-container .item_box .item.item2 a .img-box .pb {
  padding-bottom: 150%;
}
.video-container .item_box .item.active {
  grid-column: span 2;
}
.video-container .item_box .item.active a .img .pb {
  padding-bottom: 43.370038%;
}
.video-container .item_box .item.active a .content .info .title {
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  white-space: inherit;
  margin-bottom: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
}
.video-container .item_box .item.active a .content .text-body {
  display: none;
}
.video-container .item_box .item.active a .content .link {
  position: relative;
  opacity: 1;
  padding: 0;
  margin-bottom: 0;
  -webkit-animation: none !important;
  animation: none !important;
}
.video-container .item_box .item.active a:hover .content .link .more {
  opacity: 1;
}
.video-container .item_box .item.active a:hover .content .link .more .word {
  color: white;
}
.video-container .item_box .item a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: var(--border-radius20);
  background: #FFF;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  overflow: hidden;
}
.video-container .item_box .item a::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.video-container .item_box .item a .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.video-container .item_box .item a .img .new {
  width: auto;
  height: auto;
  position: absolute;
  left: var(--item-padding);
  top: var(--item-padding);
  padding: 5px 10px;
  border-radius: 50px;
  background: #DEECBD;
  font-size: var(--font13);
  color: #000000;
  line-height: 1;
}
.video-container .item_box .item a .img .pb {
  padding-bottom: 43.374938%;
}
.video-container .item_box .item a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.video-container .item_box .item a .img-box {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.video-container .item_box .item a .img2 {
  position: relative;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.video-container .item_box .item a .img2 .pb {
  padding-bottom: 99%;
}
.video-container .item_box .item a .img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.video-container .item_box .item a .content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  padding: 40px 30px 65px;
  padding-left: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  padding-right: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
  padding-top: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
  padding-bottom: clamp(calc(65 / 2 * 1px), calc(65 / 1920 * 100 * 1vw), 65px);
}
.video-container .item_box .item a .content .info {
  width: 100%;
  height: auto;
}
.video-container .item_box .item a .content .info .classify {
  width: 100%;
  height: auto;
  font-size: var(--font14);
  color: #000000;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.video-container .item_box .item a .content .info .title {
  width: 100%;
  /* height: 2.1em;*/
  margin-top: clamp(calc(32 / 2 * 1px), calc(32 / 1920 * 100 * 1vw), 32px);
  margin-bottom: clamp(calc(28 / 2 * 1px), calc(28 / 1920 * 100 * 1vw), 28px);
  font-size: var(--font24);
  color: #000000;
  line-height: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
@media (max-width:990px) {
  .video-container .item_box .item a .content .info .title {
    white-space: inherit;
  }
}
.video-container .item_box .item a .content .text-body {
  font-family: 'AvantGardeITCbyBT-Book';
  font-size: var(--font14);
  color: #000000;
  line-height: 1.43;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.video-container .item_box .item a .content .link {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.video-container .item_box .item a .content .link .buy {
  white-space: nowrap;
  width: auto;
  height: 36px;
  height: clamp(1.5rem, calc(-0.346rem + 2.31vw), 2.25rem);
  padding: 0 27px;
  padding-left: clamp(calc(27 / 2 * 1px), calc(27 / 1920 * 100 * 1vw), 27px);
  padding-right: clamp(calc(27 / 2 * 1px), calc(27 / 1920 * 100 * 1vw), 27px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50px;
  background: #000000;
  font-size: var(--font14);
  color: #FFF;
}
.video-container .item_box .item a .content .link .more {
  width: auto;
  height: auto;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.video-container .item_box .item a .content .link .more .word {
  font-size: var(--font14);
  color: #000000;
}
.video-container .item_box .item a .content .link .more .icon {
  width: auto;
  height: auto;
  position: relative;
  z-index: 1;
  margin-left: 10px;
  font-size: 0;
}
.video-container .item_box .item:hover a::before {
  opacity: 1;
}
.video-container .item_box .item:hover a .content .info .classify {
  color: #E34559;
}
.video-container .item_box .item:hover a .content .info .title {
  color: white;
}
.video-container .item_box .item:hover a .content .text-body {
  opacity: 0;
}
.video-container .item_box .item:hover a .content .link {
  opacity: 1;
}
.video-container .item_box .item:hover a .content .link .buy {
  background-color: white;
  color: black;
}
.video-container .item_box .item:hover a .content .link .more {
  opacity: 0;
}
.video-container .item_box .item:hover a .img img,
.video-container .item_box .item:hover a .img2 img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
@media (max-width:1200px) {
  .video-container .item_box {
    gap: 15px;
  }
}
@media (max-width:768px) {
  .video-container .item_box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:480px) {
  .video-container .item_box {
    grid-template-columns: repeat(1, 1fr);
  }
  .video-container .item_box .item.item2 a::before {
    display: block;
  }
  .video-container .item_box .item.item2 a .img-box {
    opacity: 0;
  }
  .video-container .item_box .item.item2 a .content {
    position: relative;
    padding: 30px;
    padding-left: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
    padding-right: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
    height: auto;
  }
  .video-container .item_box .item.item2 a .content .info .classify {
    color: #000000;
  }
  .video-container .item_box .item.item2 a .content .info .title {
    color: #000000;
  }
  .video-container .item_box .item.item2 a .content .text-body {
    color: #000000;
  }
  .video-container .item_box .item.item2:hover a::before {
    opacity: 1;
  }
  .video-container .item_box .item.item2:hover a .content .info .classify {
    color: #E34559;
  }
  .video-container .item_box .item.item2:hover a .content .info .title {
    color: white;
  }
  .video-container .item_box .item.item2:hover a .content .text-body {
    opacity: 0;
  }
  .video-container .item_box .item.item2:hover a .content .link {
    opacity: 1;
  }
  .video-container .item_box .item.item2:hover a .content .link .buy {
    background-color: white;
    color: black;
  }
  .video-container .item_box .item.item2:hover a .content .link .more {
    opacity: 0;
  }
  .video-container .item_box .item.item2:hover a .img img,
  .video-container .item_box .item.item2:hover a .img2 img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  .video-container .item_box .item.active {
    grid-column: inherit;
  }
  .video-container .item_box .item.active a .content .info .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
    margin-bottom: clamp(calc(66 / 2 * 1px), calc(66 / 1920 * 100 * 1vw), 66px);
  }
}
/* 下载列表 */
.download-container {
  background-color: #f5f5f5;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((120 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(120 / 16 * 1rem));
  padding-bottom: clamp(calc(50 / 16 * 1rem), calc((50 / 16 * 1rem) + ((120 - 50) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(120 / 16 * 1rem));
}
.download-container .item_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.download-container .item_box .first-item {
  height: 0 !important;
}
.download-container .item_box .item {
  width: 100%;
  height: auto;
  --item-padding: clamp(1.25rem, calc(-0.288rem + 1.92vw), 1.875rem);
}
.download-container .item_box .item.item2 a {
  height: 100%;
}
.download-container .item_box .item.item2 a::before {
  display: none;
}
.download-container .item_box .item.item2 a .content {
  height: 100%;
  position: absolute;
  padding: 40px 30px 30px;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.download-container .item_box .item.item2 a .content .info .classify {
  color: #E34559;
}
.download-container .item_box .item.item2 a .content .info .title {
  color: white;
}
.download-container .item_box .item.item2 a .content .text-body {
  color: white;
}
.download-container .item_box .item.item2 a .img-box {
  background-color: transparent;
  opacity: 1;
}
.download-container .item_box .item.item2 a .img-box .pb {
  padding-bottom: 150%;
}
.download-container .item_box .item.active {
  grid-column: span 2;
}
.download-container .item_box .item.active a .img .pb {
  padding-bottom: 43.370038%;
}
.download-container .item_box .item.active a .content .info .title {
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  white-space: inherit;
  margin-bottom: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
}
.download-container .item_box .item.active a .content .text-body {
  display: none;
}
.download-container .item_box .item.active a .content .link {
  position: relative;
  opacity: 1;
  padding: 0;
  margin-bottom: 0;
  -webkit-animation: none !important;
  animation: none !important;
}
.download-container .item_box .item.active a:hover .content .link .more {
  opacity: 1;
}
.download-container .item_box .item.active a:hover .content .link .more .word {
  color: white;
}
.download-container .item_box .item a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  padding: 40px;
  padding-left: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
  padding-right: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
  padding-top: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
  padding-bottom: clamp(calc(40 / 2 * 1px), calc(40 / 1920 * 100 * 1vw), 40px);
  border-radius: var(--border-radius20);
  background: #FFF;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  overflow: hidden;
}
.download-container .item_box .item a .icon {
  margin-bottom: clamp(calc(117 / 2 * 1px), calc(117 / 1920 * 100 * 1vw), 117px);
}
.download-container .item_box .item a .icon img {
  min-height: 28px;
  max-height: 2.4vw;
}
.download-container .item_box .item a .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.download-container .item_box .item a .img .new {
  width: auto;
  height: auto;
  position: absolute;
  left: var(--item-padding);
  top: var(--item-padding);
  padding: 5px 10px;
  border-radius: 50px;
  background: #DEECBD;
  font-size: var(--font13);
  color: #000000;
  line-height: 1;
}
.download-container .item_box .item a .img .pb {
  padding-bottom: 43.374938%;
}
.download-container .item_box .item a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.download-container .item_box .item a .img-box {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.download-container .item_box .item a .img2 {
  position: relative;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.download-container .item_box .item a .img2 .pb {
  padding-bottom: 99%;
}
.download-container .item_box .item a .img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.download-container .item_box .item a .content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
}
.download-container .item_box .item a .content .info {
  width: 100%;
  height: auto;
}
.download-container .item_box .item a .content .info .classify {
  width: 100%;
  height: auto;
  font-size: var(--font14);
  color: #000000;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.download-container .item_box .item a .content .info .title {
  width: 100%;
  /* height: 2.1em;*/
  margin-top: clamp(calc(32 / 2 * 1px), calc(32 / 1920 * 100 * 1vw), 32px);
  margin-bottom: clamp(calc(28 / 2 * 1px), calc(28 / 1920 * 100 * 1vw), 28px);
  font-size: var(--font24);
  color: #000000;
  line-height: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
@media (max-width:990px) {
  .download-container .item_box .item a .content .info .title {
    white-space: inherit;
  }
}
.download-container .item_box .item a .content .text-body {
  font-family: 'AvantGardeITCbyBT-Book';
  font-size: var(--font14);
  color: #000000;
  line-height: 1.43;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.download-container .item_box .item a .content .link {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.download-container .item_box .item a .content .link .buy {
  white-space: nowrap;
  width: auto;
  height: 36px;
  height: clamp(1.5rem, calc(-0.346rem + 2.31vw), 2.25rem);
  padding: 0 27px;
  padding-left: clamp(calc(27 / 2 * 1px), calc(27 / 1920 * 100 * 1vw), 27px);
  padding-right: clamp(calc(27 / 2 * 1px), calc(27 / 1920 * 100 * 1vw), 27px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50px;
  background: #000000;
  font-size: var(--font14);
  color: #FFF;
}
.download-container .item_box .item a .content .link .more {
  width: auto;
  height: auto;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.download-container .item_box .item a .content .link .more .word {
  font-size: var(--font14);
  color: #000000;
}
.download-container .item_box .item a .content .link .more .icon {
  width: auto;
  height: auto;
  position: relative;
  z-index: 1;
  margin-left: 10px;
  font-size: 0;
}
.download-container .item_box .item:hover a .content .text-body {
  opacity: 0;
}
.download-container .item_box .item:hover a .content .link {
  opacity: 1;
}
.download-container .item_box .item:hover a .content .link .buy {
  background-color: #E34559;
  color: white;
}
.download-container .item_box .item:hover a .content .link .more {
  opacity: 0;
}
.download-container .item_box .item:hover a .img img,
.download-container .item_box .item:hover a .img2 img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
@media (max-width:1200px) {
  .download-container .item_box {
    gap: 15px;
  }
}
@media (max-width:768px) {
  .download-container .item_box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:480px) {
  .download-container .item_box {
    grid-template-columns: repeat(1, 1fr);
  }
  .download-container .item_box .item.item2 a::before {
    display: block;
  }
  .download-container .item_box .item.item2 a .img-box {
    opacity: 0;
  }
  .download-container .item_box .item.item2 a .content {
    position: relative;
    padding: 30px;
    padding-left: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
    padding-right: clamp(calc(30 / 2 * 1px), calc(30 / 1920 * 100 * 1vw), 30px);
    height: auto;
  }
  .download-container .item_box .item.item2 a .content .info .classify {
    color: #000000;
  }
  .download-container .item_box .item.item2 a .content .info .title {
    color: #000000;
  }
  .download-container .item_box .item.item2 a .content .text-body {
    color: #000000;
  }
  .download-container .item_box .item.item2:hover a::before {
    opacity: 1;
  }
  .download-container .item_box .item.item2:hover a .content .info .classify {
    color: #E34559;
  }
  .download-container .item_box .item.item2:hover a .content .info .title {
    color: white;
  }
  .download-container .item_box .item.item2:hover a .content .text-body {
    opacity: 0;
  }
  .download-container .item_box .item.item2:hover a .content .link {
    opacity: 1;
    -webkit-animation: fadeInRight 0.4s 1 ease forwards;
    animation: fadeInRight 0.4s 1 ease forwards;
  }
  .download-container .item_box .item.item2:hover a .content .link .buy {
    background-color: white;
    color: black;
  }
  .download-container .item_box .item.item2:hover a .content .link .more {
    opacity: 0;
  }
  .download-container .item_box .item.item2:hover a .img img,
  .download-container .item_box .item.item2:hover a .img2 img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  .download-container .item_box .item.active {
    grid-column: inherit;
  }
  .download-container .item_box .item.active a .content .info .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: clamp(calc(24 / 2 * 1px), calc(24 / 1920 * 100 * 1vw), 24px);
    margin-bottom: clamp(calc(66 / 2 * 1px), calc(66 / 1920 * 100 * 1vw), 66px);
  }
}
