
/* 计算方法 15/(1920/100) */
/* 默认15字体大小 */
/* 1920默认屏幕宽度 */
/* 100份 */
body {
  /* font-family: '"Noto Sans TC" !important';  */
}
sup {
  font-size: 8pt !important;
}
.bg-lightgray {
  background-color: var(--color-gray-5);
}
.pcWrap {
  display: block;
}
.moWrap {
  display: none;
}
.letterSpacing {
  letter-spacing: 0.2em;
}
.new_products .page-nav-box {
  height: 40px;
}
.new_products .page-nav-box .page-nav {
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border-bottom: unset;
}
.new_products .page-nav-box .page-nav .pnav-wrap {
  padding: 5px 0;
}
.new_products .page-nav-box .page-nav .pnav-title {
  color: white;
}
.new_products .page-nav-box .page-nav .pnav-tab span::before {
  display: none;
}
.new_products .page-nav-box .page-nav .pnav-tab span:hover {
  color: white;
}
.new_products .page-nav-box .page-nav .pnav-tab span.current {
  color: white;
}
.new_products .page-nav-box .page-nav .pnav-tab span.current::before {
  margin-right: 6px;
  color: white;
  display: inline-block;
}
.new_products .pdpage-item .pdp-table {
  padding: unset;
}
.new_products .pdpage-item .pdp-table .tableTitle {
  letter-spacing: 1px;
  color: var(--color-gray-400);
  background: var(--color-gray-5);
  padding: 35px 0;
  border-bottom: 1px solid var(--color-gray-120);
}
.new_products .pdpage-item .pdp-table table {
  text-align: left;
  margin-top: 2px;
  width: 100%;
  border-collapse: collapse;
}
.new_products .pdpage-item .pdp-table table thead td::before {
  right: 0;
  background: var(--color-gray-5);
}
.new_products .pdpage-item .pdp-table table thead h4 {
  color: var(--color-gray-400);
  font-size: 20px;
}
.new_products .pdpage-item .pdp-table table tbody tr:nth-of-type(2n) {
  background: var(--color-gray-5);
}
.new_products .pdpage-item .pdp-table table tbody td {
  text-align: center;
  padding: 14px 20px;
}
.new_products .pdpage-item .pdp-table table tbody .table_fc td {
  background: var(--color-gray-20);
}
.new_products .pdpage-item .pdp-table table tbody .table_ff td {
  background: var(--color-gray-5);
}
.new_products .pdpage-item-two {
  padding-bottom: 100px;
}
.new_products .newWrap {
  position: relative;
  overflow: hidden;
}
.new_products .oneWrap {
  position: relative;
  height: 100vh;
  background: var(--color-black);
}
.new_products .oneWrap .oneWrap_video {
  position: absolute;
  object-fit: contain;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.new_products .oneWrap .oneWrap_video .video2 {
  object-fit: contain;
  transform: none;
  width: 100%;
}
.new_products .oneWrap .oneWrap_box {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 30%;
  transform: translateY(-50%);
  color: white;
}
.new_products .oneWrap .oneWrap_box .title {
  font-size: 60px;
}
.new_products .oneWrap .oneWrap_box .oneBtn {
  cursor: pointer;
  margin: 30px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px 0 20px;
  background: var(--color-gray-10);
  color: var(--color-black);
  border-radius: 18px;
  height: 40px;
  line-height: 40px;
  box-sizing: content-box;
  width: 120px;
}
.new_products .oneWrap .oneWrap_box .oneBtn span {
  width: 30px;
  height: 30px;
  background: var(--color-primary);
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
}
.new_products .oneWrap .oneWrap_box .oneBtn span::before {
  color: white;
}
.new_products .twoWrap {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
}
.new_products .twoWrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.new_products .twoWrap .twoWrap_box {
  padding: 75px 0;
  position: absolute;
  min-width: 1920px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.new_products .twoWrap .twoWrap_box .wrap {
  margin: auto;
}
.new_products .twoWrap .twoWrap_box .wrap .twoWrap_box_one {
  display: flex;
  align-items: center;
  justify-content: center;
}
.new_products .twoWrap .twoWrap_box .wrap .twoWrap_box_one .item {
  width: 150px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  box-sizing: border-box;
}
.new_products .twoWrap .twoWrap_box .wrap .twoWrap_box_one .item img {
  width: 50px;
}
.new_products .twoWrap .twoWrap_box .wrap .twoWrap_box_one .item:hover img {
  scale: 1.1;
  transition: .3s ease;
}
.new_products .twoWrap .twoWrap_box .wrap .desc {
  margin-top: 50px;
}
.new_products .twoWrap .twoWrap_box .twoWrap_img {
  width: 850px;
  margin: 80px auto 0;
}
.new_products .videoWarp {
  position: relative;
  height: 100vh;
}
.new_products .videoWarp .videoWarp_box {
  position: absolute;
  object-fit: contain;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: self-end;
  justify-content: center;
}
.new_products .videoWarp .videoWarp_box .video1 {
  object-fit: contain;
  transform: none;
  width: 100%;
}
.new_products .videoWarp .videoWarp_box iframe {
  width: 100%;
  height: 100%;
}
.new_products .videoWarp .videoWarp_box_bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
}
.new_products .videoWarp .videoWarp_box_bg .title {
  font-size: 60px;
  color: var(--color-black);
}
.new_products .bigVideo {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-gray-960);
  z-index: 10000;
}
.new_products .bigVideo .bigVideo_box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new_products .bigVideo .bigVideo_box .bigVideo_con {
  position: absolute;
  width: 1280px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10050;
}
.new_products .bigVideo .bigVideo_close {
  top: 16px;
  right: 16px;
  font-size: 24px;
  line-height: 1;
  transition: all .5s ease;
  width: 40px;
  position: absolute;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.2);
  color: var(--color-white);
  height: 40px;
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  text-align: center;
  border-radius: 50% !important;
  outline: none;
  cursor: pointer;
  z-index: 10100;
}
.new_products .threeWrap {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
}
.new_products .threeWrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.new_products .threeWrap .threeWrap_text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}
.new_products .threeWrap .threeWrap_one,.new_products .threeWrap .threeWrap_two,.new_products .threeWrap .threeWrap_three {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.new_products .threeWrap .threeWrap_one .threeWrap_text,.new_products .threeWrap .threeWrap_two .threeWrap_text,.new_products .threeWrap .threeWrap_three .threeWrap_text {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  margin: auto;
}
.new_products .threeWrap .threeWrap_one .threeWrap_text title,.new_products .threeWrap .threeWrap_two .threeWrap_text title,.new_products .threeWrap .threeWrap_three .threeWrap_text title {
  line-height: 50px;
}
.new_products .threeWrap .threeWrap_one {
  opacity: 1;
}
.new_products .threeWrap .threeWrap_two .text-2 {
  width: 100%;
  top: 50%;
}
.new_products .threeWrap .threeWrap_two .text-2 .threeWrap_text_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new_products .threeWrap .threeWrap_two .text-2 .threeWrap_text_box .left {
  width: 50%;
}
.new_products .threeWrap .threeWrap_two .text-2 .threeWrap_text_box .left .title {
  line-height: 50px;
}
.new_products .threeWrap .threeWrap_two .text-2 .threeWrap_text_box .right {
  width: 50%;
}
.new_products .threeWrap .threeWrap_two .text-2 .threeWrap_two_video {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  transform: none;
  border-radius: 20px;
}
.new_products .sixWrap {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
}
.new_products .sixWrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.new_products .sixWrap .sixWrap_text {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  width: 100%;
  color: white;
}
.new_products .sixWrap .sixWrap_text .desc {
  width: 70%;
  line-height: 1.6em;
}
.new_products .sixWrap .sixWrap_text .sixWrap_box {
  display: flex;
}
.new_products .sixWrap .sixWrap_text .sixWrap_box .item {
  margin-right: 50px;
}
.new_products .sixWrap .sixWrap_text .sixWrap_box .item .title {
  font-size: 28px;
  font-weight: bold;
}
.new_products .sixWrap .sixWrap_text .sixWrap_box .item .title span {
  font-size: 60px;
}
.new_products .sixWrap .sixWrap_text .sixWrap_box .item .desc {
  width: 100%;
}
.new_products .sevenWrap {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
}
.new_products .sevenWrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.new_products .sevenWrap .sevenWrap_text {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  width: 100%;
  color: white;
}
.new_products .sevenWrap .sevenWrap_text .sevenWrap_box {
  display: flex;
  justify-content: space-between;
}
.new_products .sevenWrap .sevenWrap_text .sevenWrap_box .item {
  margin-bottom: 30px;
}
.new_products .sevenWrap .sevenWrap_text .sevenWrap_box .item .title {
  font-size: 28px;
  font-weight: bold;
}
.new_products .sevenWrap .sevenWrap_text .sevenWrap_box .item .title span {
  font-size: 60px;
}
.new_products .eightWrap {
  width: 100%;
  position: relative;
  height: 100vh;
}
.new_products .eightWrap .eightWrap_bg {
  position: absolute;
  width: 50%;
  left: 50%;
  bottom: 0;
}
.new_products .eightWrap .eightWrap_bg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.new_products .eightWrap .eightWrap_text .one .more_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px 0 30px;
  background: var(--color-primary);
  color: white;
  border-radius: 25px;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  width: 200px;
}
.new_products .eightWrap .eightWrap_text .one .more_btn span {
  width: 30px;
  height: 30px;
  background: var(--color-white);
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  margin-left: 30px;
}
.new_products .eightWrap .eightWrap_text .one .more_btn span::before {
  color: var(--color-primary);
}
.new_products .eightWrap .eightWrap_text .two {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.new_products .eightWrap .eightWrap_text .two .item {
  width: 50%;
  margin-top: 50px;
}
.new_products .eightWrap .eightWrap_text .two .item .title {
  font-size: 28px;
  font-weight: bold;
}
.new_products .eightWrap .eightWrap_text .two .item .title span {
  font-size: 60px;
  color: var(--color-primary);
}
.new_products .fourWrap .retain-item__wrap {
  min-height: 600px;
}
.new_products .fourWrap .retain-item__wrap .pdv-item__intro {
  width: calc(50% - 130px);
}
.new_products .fourWrap .retain-item__wrap .pdv-item__intro .pdv-item__title {
  position: relative;
  font-weight: normal;
  line-height: 24px;
  cursor: pointer;
  transition: all .3s;
  border-bottom: 1px solid var(--color-black);
  width: 100%;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  color: var(--color-gray-140);
}
.new_products .fourWrap .retain-item__wrap .pdv-item__intro .pdv-item__title::after {
  content: "\ecdf";
  font-family: iconfont;
  position: absolute;
  right: 30px;
  top: 50%;
  font-size: 24px;
  width: 1em;
  height: 1em;
  margin-top: -.5em;
  line-height: 1;
  transition: transform .3s;
  right: 0;
  font-size: 18px;
  color: var(--color-primary);
}
.new_products .fourWrap .retain-item__wrap .pdv-item__intro .pdv-item__body {
  display: none;
  position: relative;
}
.new_products .fourWrap .retain-item__wrap .pdv-item__intro .pdv-item__body .pdv-item__img {
  position: absolute;
  top: -60px;
  right: -770px;
  max-width: 670px;
}
.new_products .fourWrap .retain-item__wrap .pdv-item__intro .pdv-item__body .pdv-item__img:hover img {
  transform: scale(1.08);
  transition: .5s;
}
.new_products .fourWrap .retain-item__wrap .pdv-item__intro:nth-child(2) .pdv-item__body .pdv-item__img {
  top: -120px;
}
.new_products .fourWrap .retain-item__wrap .pdv-item__intro:nth-child(3) .pdv-item__body .pdv-item__img {
  top: -180px;
}
.new_products .fourWrap .retain-item__wrap .pdv-item__intro:nth-child(4) .pdv-item__body .pdv-item__img {
  top: -240px;
}
.new_products .fourWrap .retain-item__wrap .pdv-item__intro:nth-child(5) .pdv-item__body .pdv-item__img {
  top: -300px;
}
.new_products .fourWrap .retain-item__wrap .pdv-item__intro:nth-child(6) .pdv-item__body .pdv-item__img {
  top: -360px;
}
.new_products .fourWrap .retain-item__wrap .pdv-item__intro:nth-child(7) .pdv-item__body .pdv-item__img {
  top: -420px;
}
.new_products .fourWrap .retain-item__wrap .pdv-item__intro.active .pdv-item__title {
  border: unset;
  color: var(--color-black);
  font-weight: 600;
}
.new_products .fourWrap .retain-item__wrap .pdv-item__intro.active .pdv-item__title::after {
  transform: rotate(180deg);
}
.new_products .fourWrap .retain-item__wrap .pdv-item__intro.active .pdv-item__body {
  padding: 10px 0 30px;
  display: block;
  border-bottom: 1px solid var(--color-black);
}
.new_products .fourWrap1 {
  position: relative;
  height: 100vh;
}
.new_products .fourWrap1 .fourWrap1-text {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 80%;
}
.new_products .fourWrap1 .fourWrap1-line {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-around;
  z-index: 10;
  width: 120px;
}
.new_products .fourWrap1 .fourWrap1-line>div {
  width: 8px;
  height: 8px;
  background: var(--color-gray-180);
  border-radius: 100%;
}
.new_products .fourWrap1 .fourWrap1-line .lineActive {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 8px;
  background: var(--color-primary);
  border-radius: 4px;
}
.new_products .fourWrap1 .fourWrap1Box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.new_products .fourWrap1 .fourWrap1Box .text-box {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  width: 80%;
  justify-content: space-between;
}
.new_products .fourWrap1 .fourWrap1Box .text-box .left {
  width: 40%;
}
.new_products .fourWrap1 .fourWrap1Box .text-box .right {
  width: 50%;
}
.new_products .fourWrap1 .fourWrap1Box .text-box .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.new_products .fourWrap1 .fourWrap1Box .text-0 {
  z-index: 10;
}
.new_products .fiveWrap .fiveBox {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new_products .fiveWrap .fiveBox .left {
  width: 40%;
}
.new_products .fiveWrap .fiveBox .left .item {
  margin-bottom: 30px;
}
.new_products .fiveWrap .fiveBox .left .item .title {
  font-size: 28px;
  font-weight: bold;
}
.new_products .fiveWrap .fiveBox .left .item .title span {
  font-size: 60px;
  color: var(--color-primary);
  margin-right: 10px;
}
.new_products .fiveWrap .fiveBox .right {
  width: 50%;
}
.new_products .fiveWrap .fiveBox .right img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.new_products .tenWrap {
  padding-top: 100px;
}
.new_products .tenWrap .tenWrap_box {
  display: flex;
  align-items: center;
}
.new_products .tenWrap .tenWrap_box .item {
  margin-right: 16px;
  cursor: pointer;
  height: fit-content;
  clip-path: content-box;
  border-radius: 24px;
  margin-top: 16px;
}
.new_products .tenWrap .tenWrap_box .item:nth-child(4n) {
  margin-right: 0;
}
.new_products .tenWrap .tenWrap_box .item .item_bg {
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.new_products .tenWrap .tenWrap_box .item .item_bg .item_box {
  transition: padding .3s ease;
  box-sizing: content-box;
  width: 273px;
  padding: 0 15px;
  position: relative;
  z-index: 3;
  min-height: 303px;
}
.new_products .tenWrap .tenWrap_box .item .item_bg .item_box .title {
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  color: var(--color-white);
  max-width: 258px;
  padding: 0 0 30px 30px;
  font-size: 28px;
  font-weight: bold;
}
.new_products .footerWrap .footerWrap-bg {
  max-width: 1280px;
  margin: auto;
}
.new_products .footerWrap .footerWrap-bg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.new_products .footerWrap .footerWrap-text {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}
.new_products .footerWrap .footerWrap-text .con2 {
  color: var(--color-primary);
}
.new_products .footerWrap .footerWrap-text .con4 a {
  color: var(--color-primary);
  margin: 0 10px;
}
.new_products .footerWrap .footerWrap-text .con6 {
  cursor: pointer;
  border-radius: 25px;
  height: 50px;
  background: var(--color-gray-10);
  border: unset;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new_products .footerWrap .footerWrap-text .con6 img {
  margin-left: 10px;
  width: 30px;
}
.new_products .h111 {
  font-size: 4rem;
}
.new_products .h222 {
  font-size: 60px;
}
@media (min-width: 1925px) {
  .new_products .twoWrap .twoWrap_box {
    padding: 150px 0;
  }
  .new_products .twoWrap .twoWrap_box .twoWrap_img {
    width: 1280px;
    margin: 100px auto 0;
  }
}
@media (max-width: 1920px) {
  .new_products .fiveWrap .fiveBox .left .item {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .new_products .fiveWrap .fiveBox .left .item .title {
    font-size: 24px;
  }
  .new_products .fiveWrap .fiveBox .left .item .title span {
    font-size: 36px;
  }
  .new_products .sevenWrap .sevenWrap_text .sevenWrap_box .item {
    margin-bottom: 14px;
  }
  .new_products .sevenWrap .sevenWrap_text .sevenWrap_box .item .title {
    font-size: 24px;
    font-weight: bold;
  }
  .new_products .sevenWrap .sevenWrap_text .sevenWrap_box .item .title span {
    font-size: 36px;
  }
}
@media (max-width: 1680px) {
  .new_products .twoWrap .twoWrap_box {
    padding: 75px 0;
  }
  .new_products .twoWrap .twoWrap_box .wrap .desc {
    font-size: 18px;
    margin-top: 40px;
  }
  .new_products .twoWrap .twoWrap_box .twoWrap_img {
    width: 700px;
    margin: 50px auto 0;
  }
  .new_products .twoWrap .twoWrap_box .twoWrap_img img {
    width: 80%;
    margin: auto;
  }
  .new_products .fourWrap1 .fourWrap1-text {
    top: 150px !important;
  }
  .new_products .fourWrap1 .fourWrap1-line {
    bottom: 50px;
  }
  .new_products .fourWrap1 .fourWrap1Box .text-box {
    top: 60%;
  }
  .new_products .fiveWrap .sec-title {
    margin-top: 0;
  }
  .new_products .fiveWrap .comm-desc {
    font-size: 16px;
  }
  .new_products .fiveWrap .fiveBox {
    margin-top: 20px;
  }
  .new_products .fiveWrap .fiveBox .left .item {
    margin-top: 30px;
  }
  .new_products .fiveWrap .fiveBox .left .item .title {
    font-size: 24px;
  }
  .new_products .fiveWrap .fiveBox .left .item .title span {
    font-size: 36px;
  }
  .new_products .sevenWrap .sevenWrap_text {
    top: 10%;
  }
  .new_products .sevenWrap .sevenWrap_text .title {
    font-size: 28px;
  }
  .new_products .sevenWrap .sevenWrap_text .sevenWrap_box .item {
    margin-bottom: 14px;
    padding-right: 200px;
  }
  .new_products .sevenWrap .sevenWrap_text .sevenWrap_box .item .title {
    font-size: 24px;
    font-weight: bold;
  }
  .new_products .sevenWrap .sevenWrap_text .sevenWrap_box .item .title span {
    font-size: 36px;
  }
  .new_products .eightWrap .eightWrap_text .one {
    margin-top: 0;
  }
  .new_products .eightWrap .eightWrap_text .one .more_btn {
    width: 160px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
  }
  .new_products .eightWrap .eightWrap_text .one .more_btn span {
    margin-left: 0;
  }
  .new_products .eightWrap .eightWrap_text .two .item {
    margin-top: 30px;
  }
  .new_products .eightWrap .eightWrap_text .two .item .title {
    font-size: 24px;
  }
  .new_products .eightWrap .eightWrap_text .two .item .title span {
    font-size: 36px;
  }
  .new_products .sixWrap .sixWrap_text {
    top: 10%;
  }
  .new_products .sixWrap .sixWrap_text .desc {
    width: 80%;
  }
  .new_products .sixWrap .sixWrap_text .sixWrap_box {
    margin-top: 0px;
  }
  .new_products .sixWrap .sixWrap_text .sixWrap_box .item .title {
    font-size: 18px;
  }
  .new_products .sixWrap .sixWrap_text .sixWrap_box .item .title span {
    font-size: 36px;
  }
  .new_products .sixWrap .sixWrap_text .sixWrap_box .item:nth-child(2) {
    margin-top: 30px;
  }
}
@media (max-width: 1024px) {
  .new_products .pcWrap {
    display: none;
  }
  .new_products .moWrap {
    display: block;
  }
  .new_products .pdpage-item .pdp-table .tableTitle {
    width: 990px;
    padding: 15px 0;
  }
  .new_products .pdpage-item .pdp-table table thead h4 {
    font-size: 16px;
  }
  .new_products .oneWrap .oneWrap_video .video2 {
    width: unset;
    height: 100%;
  }
  .new_products .oneWrap .oneWrap_box {
    top: 40%;
  }
  .new_products .oneWrap .oneWrap_box .title {
    font-size: 28px;
  }
  .new_products .oneWrap .oneWrap_box .desc {
    font-size: 18px;
    font-weight: 300;
  }
  .new_products .oneWrap .oneWrap_box .oneBtn {
    margin: 40vh auto 0;
  }
  .new_products .bigVideo .bigVideo_box .bigVideo_con {
    width: 100%;
  }
  .new_products .videoWarp {
    position: relative;
    height: 250px;
  }
  .new_products .videoWarp .videoWarp_box {
    height: unset;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .new_products .videoWarp .videoWarp_box_bg {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    height: 100%;
    transform: translateY(-50%);
  }
  .new_products .videoWarp .videoWarp_box_bg .title {
    font-size: 24px;
    color: var(--color-white);
  }
  .new_products .twoWrap {
    height: unset;
    padding-top: 200px;
    background: var(--color-gray-5);
  }
  .new_products .twoWrap .twoWrap_box {
    padding: 30px 0;
    min-width: 100%;
    width: 100%;
  }
  .new_products .twoWrap .twoWrap_box .wrap .twoWrap_box_one {
    width: 70%;
    margin: auto;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .new_products .twoWrap .twoWrap_box .wrap .twoWrap_box_one .item {
    width: 100px;
  }
  .new_products .twoWrap .twoWrap_box .wrap .desc {
    margin: 30px 20px 0;
  }
  .new_products .twoWrap .twoWrap_box .twoWrap_img {
    width: 100%;
    padding: 50px 20px 0;
    box-sizing: border-box;
  }
  .new_products .threeWrap {
    height: unset;
  }
  .new_products .threeWrap .threeWrap_one,.new_products .threeWrap .threeWrap_two,.new_products .threeWrap .threeWrap_three {
    position: relative;
    left: 0;
    transform: translateX(0);
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  .new_products .threeWrap .threeWrap_one .threeWrap_text,.new_products .threeWrap .threeWrap_two .threeWrap_text,.new_products .threeWrap .threeWrap_three .threeWrap_text {
    position: absolute;
    top: 24%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 86%;
    margin: auto;
    line-height: 1.5em;
  }
  .new_products .threeWrap .threeWrap_one .threeWrap_text .title,.new_products .threeWrap .threeWrap_two .threeWrap_text .title,.new_products .threeWrap .threeWrap_three .threeWrap_text .title {
    font-size: 24px;
  }
  .new_products .threeWrap .threeWrap_one .threeWrap_text .desc,.new_products .threeWrap .threeWrap_two .threeWrap_text .desc,.new_products .threeWrap .threeWrap_three .threeWrap_text .desc {
    font-size: 14px;
    font-weight: bold;
  }
  .new_products .threeWrap .threeWrap_one {
    opacity: 1;
  }
  .new_products .threeWrap .threeWrap_two {
    height: 50vh;
    padding: 100px 0;
  }
  .new_products .threeWrap .threeWrap_two .text-2 {
    top: 50% !important;
  }
  .new_products .threeWrap .threeWrap_two .text-2 .threeWrap_text_box {
    flex-direction: column;
  }
  .new_products .threeWrap .threeWrap_two .text-2 .threeWrap_text_box .left {
    width: 100%;
  }
  .new_products .threeWrap .threeWrap_two .text-2 .threeWrap_text_box .right {
    margin-top: 30px;
    width: 100%;
  }
  .new_products .fourWrap .sec-title {
    font-size: 28px;
  }
  .new_products .fourWrap .comm-desc {
    font-size: 16px;
    font-weight: bold;
  }
  .new_products .fourWrap .retain-item__wrap {
    height: unset;
    background: var(--color-white);
    padding: 20px;
  }
  .new_products .fourWrap .retain-item__wrap .pdv-item__intro {
    width: 100%;
    margin-top: unset;
  }
  .new_products .fourWrap .retain-item__wrap .pdv-item__intro .pdv-item__body {
    display: none;
    position: relative;
    padding: 0px 0 20px;
  }
  .new_products .fourWrap .retain-item__wrap .pdv-item__intro .pdv-item__body .pdv-item__img {
    position: unset !important;
    max-width: 100% !important;
    margin-top: 20px;
  }
  .new_products .fourWrap .retain-item__wrap .pdv-item__intro .pdv-item__body .pdv-item__img .plyr-iframe-bg img {
    transform: unset;
  }
  .new_products .fourWrap1 {
    height: unset;
    padding: 0 0 30px;
  }
  .new_products .fourWrap1 .fourWrap1-text {
    position: unset;
    transform: unset;
    text-align: left;
    padding: 30px 0;
  }
  .new_products .fourWrap1 .fourWrap1Box {
    position: relative;
    transform: unset;
  }
  .new_products .fourWrap1 .fourWrap1Box .text-box {
    position: unset;
    transform: unset;
    display: flex !important;
    flex-direction: column-reverse;
    width: fit-content !important;
  }
  .new_products .fourWrap1 .fourWrap1Box .text-box .right {
    width: fit-content;
    box-sizing: border-box;
  }
  .new_products .fourWrap1 .fourWrap1Box .text-box .left {
    width: fit-content;
    padding: 20px 0;
  }
  .new_products .fourWrap1 .fourWrap1Box .text-box .left .comm-title {
    font-size: 16px;
  }
  .new_products .fourWrap1 .fourWrap1Box .slick-dots {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 50%;
    margin: 20px auto;
    padding: unset;
  }
  .new_products .fourWrap1 .fourWrap1Box .slick-dots li button {
    width: 12px;
    height: 12px;
    border: unset;
    background: var(--color-gray-180);
    border-radius: 50%;
    font-size: 0;
  }
  .new_products .fourWrap1 .fourWrap1Box .slick-dots .slick-active button {
    background: var(--color-primary);
    width: 42px;
    height: 12px;
    border-radius: 12px;
  }
  .new_products .fiveWrap .comm-desc {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
  }
  .new_products .fiveWrap .fiveBox {
    position: relative;
    display: unset;
    justify-content: space-between;
    align-items: center;
  }
  .new_products .fiveWrap .fiveBox .left {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .new_products .fiveWrap .fiveBox .left .item {
    width: 50%;
    box-sizing: border-box;
    padding: 20px 0 0 20px;
    margin: 0;
  }
  .new_products .fiveWrap .fiveBox .left .item .title {
    font-size: 18px;
    font-weight: bold;
  }
  .new_products .fiveWrap .fiveBox .left .item .title span {
    font-size: 48px;
    color: var(--color-primary);
    margin-right: 10px;
  }
  .new_products .fiveWrap .fiveBox .left .item .desc {
    font-size: 12px;
    margin-top: 10px;
  }
  .new_products .fiveWrap .fiveBox .right {
    width: 80%;
    margin: 50px auto 0;
  }
  .new_products .sixWrap {
    height: unset;
  }
  .new_products .sixWrap img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }
  .new_products .sixWrap .sixWrap_text {
    position: absolute;
    top: 6%;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    width: 86%;
    color: white;
  }
  .new_products .sixWrap .sixWrap_text .desc {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
  }
  .new_products .sixWrap .sixWrap_text .sixWrap_box {
    display: unset;
  }
  .new_products .sixWrap .sixWrap_text .sixWrap_box .item {
    margin-right: 0;
    margin-top: 16px;
  }
  .new_products .sixWrap .sixWrap_text .sixWrap_box .item .title {
    font-size: 18px;
    font-weight: bold;
  }
  .new_products .sixWrap .sixWrap_text .sixWrap_box .item .title span {
    font-size: 28px;
  }
  .new_products .sixWrap .sixWrap_text .sixWrap_box .item .desc {
    width: 100%;
    font-weight: 300;
    font-size: 12px;
  }
  .new_products .sevenWrap {
    height: unset;
    padding-top: 280px;
    background: var(--color-gray-930);
  }
  .new_products .sevenWrap .sevenWrap_text {
    top: 5%;
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    color: white;
  }
  .new_products .sevenWrap .sevenWrap_text .desc {
    line-height: 1.5em;
    font-size: 14px;
  }
  .new_products .sevenWrap .sevenWrap_text .sevenWrap_box {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  .new_products .sevenWrap .sevenWrap_text .sevenWrap_box .goBtn {
    cursor: pointer;
    margin: 230px auto 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px 0 20px;
    background: var(--color-white);
    color: var(--color-black);
    border-radius: 18px;
    height: 40px;
    line-height: 40px;
    box-sizing: content-box;
    width: 100px;
  }
  .new_products .sevenWrap .sevenWrap_text .sevenWrap_box .goBtn span {
    width: 30px;
    height: 30px;
    background: var(--color-primary);
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
  }
  .new_products .sevenWrap .sevenWrap_text .sevenWrap_box .goBtn span::before {
    color: white;
  }
  .new_products .sevenWrap .sevenWrap_text .sevenWrap_box .right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .new_products .sevenWrap .sevenWrap_text .sevenWrap_box .item {
    width: 50%;
    margin-bottom: 0;
    padding-right: 0;
  }
  .new_products .sevenWrap .sevenWrap_text .sevenWrap_box .item .title {
    font-size: 18px;
    font-weight: bold;
  }
  .new_products .sevenWrap .sevenWrap_text .sevenWrap_box .item .title span {
    font-size: 28px;
  }
  .new_products .sevenWrap .sevenWrap_text .sevenWrap_box .item .desc {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 10px;
  }
  .new_products .eightWrap {
    height: unset;
  }
  .new_products .eightWrap .eightWrap_bg {
    position: unset;
    width: 100%;
    left: 0;
    bottom: 0;
  }
  .new_products .eightWrap .eightWrap_bg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }
  .new_products .eightWrap .eightWrap_bg .eightWrap_bg_btn {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
  }
  .new_products .eightWrap .eightWrap_bg .goBtn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px 0 20px;
    margin: 0 auto 10px;
    background: var(--color-primary);
    color: var(--color-white);
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    box-sizing: content-box;
    width: 100px;
  }
  .new_products .eightWrap .eightWrap_bg .goBtn span {
    width: 30px;
    height: 30px;
    background: var(--color-white);
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
  }
  .new_products .eightWrap .eightWrap_bg .goBtn span::before {
    color: var(--color-primary);
  }
  .new_products .eightWrap .eightWrap_text .one {
    text-align: center;
  }
  .new_products .eightWrap .eightWrap_text .one .title {
    font-size: 28px;
  }
  .new_products .eightWrap .eightWrap_text .one .desc {
    margin-top: 10px;
    font-weight: bold;
  }
  .new_products .eightWrap .eightWrap_text .two {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
  }
  .new_products .eightWrap .eightWrap_text .two .item {
    width: 50%;
    margin-top: 30px;
    text-align: center;
  }
  .new_products .eightWrap .eightWrap_text .two .item .title {
    font-size: 18px;
    font-weight: bold;
  }
  .new_products .eightWrap .eightWrap_text .two .item .title span {
    font-size: 28px;
    color: var(--color-primary);
  }
  .new_products .eightWrap .eightWrap_text .two .item .desc {
    font-size: 12px;
  }
  .new_products .tenWrap {
    padding: 75px 0;
  }
  .new_products .tenWrap .sec-desc {
    font-size: 14px;
    font-weight: bold;
  }
  .new_products .tenWrap .moTenWrap {
    margin: 0;
  }
  .new_products .tenWrap .moTenWrap .item .item_bg {
    margin: 0 20px;
    border-radius: 20px;
  }
  .new_products .tenWrap .moTenWrap .slick-arrow {
    z-index: 1;
    position: absolute;
    bottom: -50px;
    border: 0;
    padding: 0;
    outline: 0;
    font-size: 0;
    cursor: pointer;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    padding: 6px 8px 8px;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
  }
  .new_products .tenWrap .moTenWrap .slick-arrow::before {
    font-family: iconfont;
    font-size: 14px;
    line-height: 1;
    color: white;
  }
  .new_products .tenWrap .moTenWrap .slick-arrow:hover {
    transition: .5s;
    background: var(--color-primary);
  }
  .new_products .tenWrap .moTenWrap .slick-arrow:hover::before {
    color: white;
  }
  .new_products .tenWrap .moTenWrap .slick-prev {
    right: 20%;
  }
  .new_products .tenWrap .moTenWrap .slick-prev::before {
    content: "\e729";
  }
  .new_products .tenWrap .moTenWrap .slick-next {
    right: 5%;
  }
  .new_products .tenWrap .moTenWrap .slick-next::before {
    content: "\ecdd";
  }
  .new_products .footerWrap {
    padding: 0 20px 75px;
  }
  .new_products .footerWrap .footerWrap-text {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    width: 90%;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
  }
  .new_products .footerWrap .footerWrap-text .con1 {
    margin-top: 30px;
  }
  .new_products .footerWrap .footerWrap-text .con2 {
    margin-top: 10px;
  }
  .new_products .footerWrap .footerWrap-text .con3 {
    margin-top: 10px;
  }
  .new_products .footerWrap .footerWrap-text .con4 {
    margin-top: 20px;
  }
}