@media screen and (max-width: 750px) {
  .time-run,
  .messages-run {
    display: none;
  }
}
html {
  scroll-behavior: initial;
  overscroll-behavior: none;
}
header {
  display: none;
}
@media screen and (max-width: 750px) {
  header {
    display: block;
  }
}
/*产品专题页*/
.product-type-sticky-logo {
  margin-right: 75px;
  max-width: 100px;
  transform: translateY(-2px);
}
@media screen and (max-width: 750px) {
  .product-type-sticky-logo {
    display: none;
  }
}
.product-type-sticky-logo img {
  max-width: 100%;
  display: block;
}
@media screen and (max-width: 750px) {
  .product-type-sticky-logo {
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
    transform: translateY(0);
    margin-right: 0;
  }
  .product-type-sticky-logo img {
    max-width: 110px;
    margin: 10px auto;
  }
}
.product-type-sticky {
  background: #000;
  margin-top: 0;
  border-bottom-color: #565656;
}
.product-type-sticky.fixed {
  width: 100%;
  position: fixed;
}
.product-type-sticky .product-type-sticky-title {
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .product-type-sticky .product-type-sticky-title {
    margin-left: 0;
    margin-right: auto;
  }
}
.product-type-sticky .section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product-type-sticky .section .product-page-menu {
  margin-right: 40px;
  margin-left: auto;
  color: #666;
}
@media screen and (max-width: 1024px) {
  .product-type-sticky .section .product-page-menu {
    order: 3;
    flex-basis: 100%;
    margin-left: 0;
    height: 40px;
    margin-right: 0;
  }
}
.product-type-sticky .section .product-page-menu a {
  color: #666;
}
.product-type-sticky .section .buys {
  opacity: 1;
  pointer-events: auto;
  grid-gap: 8px;
}
.product-type-sticky .section .buys .f-more {
  font-family: Inter-SemiBold;
  font-size: 12px;
  height: 32px;
  width: 80px;
  padding: 0;
}
.product-type-sticky .section .buys .f-more a {
  font-family: Inter-SemiBold;
}
@media screen and (max-width: 1024px) {
  .product-type-sticky .section .buys {
    display: flex;
    order: 2;
    margin: 12px 0;
    opacity: 1;
  }
}
@media screen and (max-width: 750px) {
  .product-type-sticky {
    top: 0;
  }
}
.product-type .product-type-title {
  font-size: 72px;
  line-height: 1.1;
  font-family: Inter-Medium;
  width: fit-content;
}
@media screen and (min-width: 1921px) {
  .product-type .product-type-title {
    font-size: 72px;
  }
}
@media screen and (max-width: 1024px) {
  .product-type .product-type-title {
    font-size: 56px;
  }
}
@media screen and (max-width: 750px) {
  .product-type .product-type-title {
    font-size: 48px;
  }
}
.product-type .product-type-title span {
  position: relative;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(to right, #000 0, #000 0);
  font-family: Inter-Medium;
}
.product-type .active-line {
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--dominant-color);
  height: 1px;
  width: 100px;
  z-index: 2;
  transition: all 0.5s;
}
.product-type .p-line {
  position: relative;
  display: flex;
}
.product-type .p-line::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: #c0c0c0;
  bottom: 0;
  left: 0;
}
.product-type .product-type-menu {
  position: relative;
  overflow: auto;
  margin: auto;
  display: inline-block;
}
.product-type .product-type-menu .items {
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .product-type .product-type-menu .items {
    grid-gap: 24px;
  }
}
.product-type .product-type-menu .swiper-slide {
  width: auto;
  cursor: pointer;
  font-size: 16px;
  color: #666;
  padding-bottom: 16px;
  transition: all 0.5s;
  display: inline-block;
  margin-right: 32px;
}
.product-type .product-type-menu .swiper-slide:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .product-type .product-type-menu .swiper-slide {
    font-size: 14px;
    margin-right: 24px;
  }
}
.product-type .product-type-menu .swiper-slide::after {
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 0;
  width: 100%;
  background: var(--dominant-color);
  opacity: 0;
  transition: all 0.5s;
}
.product-type .product-type-menu .swiper-slide.active {
  color: var(--dominant-color);
}
.product-type .product-type-menu .swiper-slide.active::after {
  opacity: 1;
}
@media screen and (min-width: 751px) {
  .product-type .product-type-menu .swiper-slide:hover {
    color: var(--dominant-color);
  }
  .product-type .product-type-menu .swiper-slide:hover::after {
    opacity: 1;
  }
}
.product-type .type1 {
  position: relative;
  background: #171717;
}
@media screen and (max-width: 750px) {
  .product-type .type1 {
    height: auto;
  }
}
.product-type .type1 .type1-video {
  height: 100%;
  position: relative;
}
.product-type .type1 .type1-video video {
  width: 100%;
  display: block;
  object-fit: cover;
  left: 0;
  max-height: calc(100vh - 96px - 56px);
}
.product-type .type1 canvas {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100vw;
  max-height: 100vh;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.product-type .type1 .text {
  position: absolute;
  z-index: 1;
  color: #fff;
  left: 0;
  right: 0;
  top: 56px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .product-type .type1 .text {
    top: 56px;
  }
}
.product-type .type1 .text .title {
  font-size: 72px;
  font-family: Inter-Regular;
}
@media screen and (max-width: 1024px) {
  .product-type .type1 .text .title {
    font-size: 48px;
  }
}
@media screen and (max-width: 750px) {
  .product-type .type1 .text .title {
    font-size: 40px;
  }
}
.product-type .type1 .text .summary {
  font-size: 24px;
  margin-top: 12px;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .product-type .type1 .text .summary {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .product-type .type1 .text .summary {
    font-size: 16px;
  }
}
.product-type .type2 {
  background: #171717;
  padding: 104px 0 96px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .product-type .type2 {
    padding: 96px 0 96px;
  }
}
@media screen and (max-width: 1024px) {
  .product-type .type2 {
    padding: 84px 24px 84px;
  }
}
@media screen and (max-width: 750px) {
  .product-type .type2 {
    padding: 48px 16px 48px;
  }
}
.product-type .type2 .type2-box {
  display: flex;
  justify-content: space-between;
  max-width: 1130px;
  padding: 0;
}
@media screen and (max-width: 750px) {
  .product-type .type2 .type2-box {
    flex-direction: column;
  }
}
.product-type .type2 .type2-box .left {
  flex-basis: calc(442 / 1130 * 100%);
}
.product-type .type2 .type2-box .left .imgBox {
  padding-bottom: calc(672 / 442 * 100%);
}
@media screen and (max-width: 750px) {
  .product-type .type2 .type2-box .left .imgBox {
    flex-direction: column;
    padding-bottom: 0;
    height: auto;
  }
  .product-type .type2 .type2-box .left .imgBox img {
    position: relative;
  }
}
.product-type .type2 .type2-box .right {
  margin-left: 16px;
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
}
@media screen and (max-width: 750px) {
  .product-type .type2 .type2-box .right {
    left: 16px;
    margin-left: 0;
    grid-gap: 6px;
    margin-top: 6px;
  }
}
.product-type .type2 .type2-box .type-item {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.product-type .type2 .type2-box .type-item .text {
  position: absolute;
  top: 24px;
  left: 24px;
}
@media screen and (max-width: 1024px) {
  .product-type .type2 .type2-box .type-item .text {
    left: 16px;
    top: 16px;
  }
}
@media screen and (max-width: 750px) {
  .product-type .type2 .type2-box .type-item .text {
    left: 12px;
    top: 12px;
  }
}
.product-type .type2 .type2-box .type-item .text .title {
  font-size: 24px;
  line-height: 1.2;
  color: var(--dominant-color);
  font-family: Inter-SemiBold;
}
@media screen and (max-width: 1024px) {
  .product-type .type2 .type2-box .type-item .text .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .product-type .type2 .type2-box .type-item .text .title {
    font-size: 16px;
  }
}
.product-type .type2 .type2-box .type-item .text .summary {
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .product-type .type2 .type2-box .type-item .text .summary {
    font-size: 16px;
    margin-top: 4px;
  }
}
@media screen and (max-width: 1024px) {
  .product-type .type2 .type2-box .type-item .text .summary {
    font-size: 13px;
  }
}
.product-type .type3 {
  height: calc(100vh - 56px);
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #D9D9D9 0%, #FFF 100%);
}
@media screen and (max-width: 1024px) {
  .product-type .type3 {
    height: calc(100vh - 96px);
  }
}
.product-type .type3 .type3-title {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 2;
  margin: auto;
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1600px) {
  .product-type .type3 .type3-title {
    height: 140px;
  }
}
@media screen and (max-width: 1280px) {
  .product-type .type3 .type3-title {
    height: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .product-type .type3 .type3-title {
    height: 200px;
  }
}
@media screen and (max-width: 750px) {
  .product-type .type3 .type3-title {
    height: 200px;
  }
}
.product-type .type3 .type3-title .type3-title-box {
  width: max-content;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: Inter-Medium;
}
@media screen and (max-width: 1024px) {
  .product-type .type3 .type3-title .type3-title-box {
    max-width: 550px;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .product-type .type3 .type3-title .type3-title-box {
    max-width: 342px;
    text-align: center;
  }
}
.product-type .type3 .type3-title .type3-title-box span {
  position: relative;
  color: var(--dominant-color);
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(to right, #fff 0, #fff 0);
}
.product-type .type3 .type3-img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: scale(1.3);
}
.product-type .type3 .type3-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 750px) {
  .product-type .type3 .type3-img img {
    object-fit: cover !important;
  }
}
.product-type .type3 .type3-img .type3-play {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: fit-content;
  margin: auto;
  font-size: 32px;
  display: flex;
  align-items: center;
  grid-gap: 24px;
  padding: 0 80px;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .product-type .type3 .type3-img .type3-play {
    padding: 0;
  }
}
.product-type .type3 .type3-img .type3-play svg {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 1024px) {
  .product-type .type3 .type3-img .type3-play svg {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .product-type .type3 .type3-img .type3-play {
    font-size: 20px;
    grid-gap: 16px;
  }
}
.product-type .type3 .type3-img-canvas {
  width: 100%;
  height: calc(100vh);
  position: absolute;
  top: 0;
  left: 0;
}
.product-type .type4 {
  background: #d9d9d9;
  padding: 80px 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .product-type .type4 {
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .product-type .type4 {
    padding: 40px 0;
  }
}
.product-type .type4 .product-type-title {
  clip-path: inset(0px 100% 0px 0px);
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .product-type .type4 .product-type-title {
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  .product-type .type4 .type4-box {
    padding: 0 24px;
  }
}
.product-type .type4 .type4-trigger {
  margin-top: 96px;
  position: relative;
  height: calc(100vh - 152px);
}
.product-type .type4 .type4-trigger::after {
  position: absolute;
  top: 40px;
  background: #c0c0c0;
  left: 0;
  width: 100%;
  height: 1px;
}
@media screen and (max-width: 750px) {
  .product-type .type4 .type4-trigger::after {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .product-type .type4 .type4-trigger {
    margin-top: 64px;
  }
}
@media screen and (max-width: 750px) {
  .product-type .type4 .type4-trigger {
    margin-top: 28px;
    height: calc(100vh - 112px);
  }
}
.product-type .type4 .product-type-menu .items {
  grid-gap: 48px;
}
@media screen and (max-width: 750px) {
  .product-type .type4 .product-type-menu .items {
    grid-gap: 24px;
  }
}
.product-type .type4 .type4-content {
  display: flex;
  margin-top: 4.167vw;
}
@media screen and (max-width: 1024px) {
  .product-type .type4 .type4-content {
    margin-top: 46px;
  }
}
@media screen and (max-width: 750px) {
  .product-type .type4 .type4-content {
    margin-top: 24px;
  }
}
@media screen and (max-width: 750px) {
  .product-type .type4 .type4-content {
    flex-direction: column;
  }
}
.product-type .type4 .type4-content .img-box {
  flex-basis: calc(760 / 1280 * 100%);
  position: relative;
  height: fit-content;
}
@media screen and (max-width: 1024px) {
  .product-type .type4 .type4-content .img-box {
    flex-basis: 344px;
  }
}
@media screen and (max-width: 750px) {
  .product-type .type4 .type4-content .img-box {
    flex-basis: 100%;
  }
}
.product-type .type4 .type4-content .img-box .img {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
  width: fit-content;
}
.product-type .type4 .type4-content .img-box .img img {
  max-height: 65vh;
}
@media screen and (max-width: 750px) {
  .product-type .type4 .type4-content .img-box .img img {
    max-height: initial;
  }
}
.product-type .type4 .type4-content .img-box .img:nth-child(n + 2) {
  position: absolute;
  top: 0;
  left: 0;
}
.product-type .type4 .type4-content .img-box .img.active {
  opacity: 1;
  pointer-events: auto;
}
.product-type .type4 .type4-content .text-box {
  position: relative;
  flex: 1;
  margin-left: 50px;
  overflow: hidden;
  padding-left: 30px;
}
@media screen and (max-width: 1024px) {
  .product-type .type4 .type4-content .text-box {
    margin-left: 10px;
  }
}
@media screen and (max-width: 750px) {
  .product-type .type4 .type4-content .text-box {
    margin-left: 0;
    height: 30vh;
    padding-left: 0;
    margin-top: 40px;
  }
}
.product-type .type4 .type4-content .text-box .text {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  left: 30px;
  transition: all 0.5s;
  text-align: left;
}
.product-type .type4 .type4-content .text-box .text .type-item {
  position: relative;
  padding-bottom: 56px;
  opacity: 0;
  transition: all 0.5s;
}
.product-type .type4 .type4-content .text-box .text .type-item:nth-child(n+4) {
  opacity: 0;
}
.product-type .type4 .type4-content .text-box .text .type-item.active {
  opacity: 1;
}
.product-type .type4 .type4-content .text-box .text .type-item.active-next {
  opacity: 0.2;
  filter: blur(4px);
}
.product-type .type4 .type4-content .text-box .text .type-item.active-next2 {
  opacity: 0.1;
  filter: blur(4px);
}
.product-type .type4 .type4-content .text-box .text .type-item:last-child {
  padding-bottom: 0;
}
.product-type .type4 .type4-content .text-box .text .sup {
  color: var(--dominant-color);
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .product-type .type4 .type4-content .text-box .text .sup {
    font-size: 13px;
  }
}
.product-type .type4 .type4-content .text-box .text .title {
  font-size: 40px;
  margin-top: 8px;
  margin-bottom: 24px;
  line-height: 1.2;
  font-family: Inter-SemiBold;
}
@media screen and (max-width: 1024px) {
  .product-type .type4 .type4-content .text-box .text .title {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
.product-type .type4 .type4-content .text-box .text .summary {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .product-type .type4 .type4-content .text-box .text .summary {
    font-size: 14px;
  }
}
.product-type .type4 .type4-content .text-box .text .tip {
  margin-top: 40px;
  font-size: 12px;
  color: #999;
}
.product-type .type5 {
  background: #000;
  padding: 80px 95px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .product-type .type5 {
    padding: 40px 0;
  }
}
.product-type .type5 .type5-box {
  max-width: 1440px;
}
@media screen and (max-width: 750px) {
  .product-type .type5 .type5-box {
    padding: 0 24px;
  }
}
.product-type .type5 .product-type-title {
  color: #fff;
  clip-path: inset(0px 100% 0px 0px);
}
@media screen and (max-width: 1024px) {
  .product-type .type5 .product-type-title {
    font-size: 48px;
  }
}
.product-type .type5 .product-type-title span {
  position: relative;
  color: var(--dominant-color);
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(to right, #fff 0, #ffffff 0);
}
.product-type .type5 .type5-swiper {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .product-type .type5 .type5-swiper {
    margin-top: 24px;
  }
}
@media screen and (max-width: 750px) {
  .product-type .type5 .type5-swiper {
    margin-top: 48px;
  }
}
.product-type .type5 .type5-swiper .swiper-slide {
  border-radius: 4px;
  overflow: hidden;
  max-height: 65vh;
}
.product-type .type5 .type5-swiper .swiper-slide img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .product-type .type5 .type5-swiper .swiper-slide img {
    height: 400px;
    object-fit: cover;
  }
}
@media screen and (max-width: 1024px) {
  .product-type .type5 .type5-swiper .swiper-slide img {
    height: auto;
  }
}
.product-type .type5 .type5-swiper .swiper-slide::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  .product-type .type5 .type5-swiper .swiper-slide::after {
    background: rgba(0, 0, 0, 0.8);
  }
}
.product-type .type5 .type5-swiper .swiper-slide .text {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 46px;
}
@media screen and (max-width: 1024px) {
  .product-type .type5 .type5-swiper .swiper-slide .text {
    left: 16px;
    right: 16px;
    bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  .product-type .type5 .type5-swiper .swiper-slide .text {
    left: 24px;
    right: 24px;
    bottom: 64px;
  }
}
.product-type .type5 .type5-swiper .swiper-slide .text .sup {
  color: var(--dominant-color);
  font-size: 12px;
}
.product-type .type5 .type5-swiper .swiper-slide .text .title {
  font-size: 32px;
  line-height: 1.2;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .product-type .type5 .type5-swiper .swiper-slide .text .title {
    font-size: 24px;
  }
}
.product-type .type5 .type5-swiper .swiper-slide .text .summary {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(153, 153, 153, 0.4);
  font-size: 16px;
  color: #999;
  display: none;
}
@media screen and (max-width: 1024px) {
  .product-type .type5 .type5-swiper .swiper-slide .text .summary {
    font-size: 13px;
  }
}
.product-type .type5 .type5-swiper .swiper-slide .text .f-more {
  margin-top: 24px;
}
.product-type .type5 .type5-swiper .swiper-slide.swiper-slide-active .text {
  bottom: 96px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .product-type .type5 .type5-swiper .swiper-slide.swiper-slide-active .text {
    bottom: 40px;
  }
}
.product-type .type5 .type5-swiper .swiper-slide.swiper-slide-active .text .summary {
  display: block;
}
.product-type .type5 .type5-swiper .swiper-slide.swiper-slide-active::after {
  opacity: 0.9;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.product-type .type5 .type5-swiper .swiper-button .left {
  display: none;
}
@media screen and (max-width: 750px) {
  .product-type .type5 .type5-swiper .swiper-button .left {
    display: block;
    font-size: 16px;
  }
}
.product-type .type5 .type5-swiper .swiper-button .left .swiper-pagination {
  position: inherit;
  color: #fff;
  grid-gap: 2px;
}
.product-type .type5 .type5-swiper .swiper-button .left .swiper-pagination .swiper-pagination-total {
  color: #999;
}
.product-type .type5 .type5-swiper .swiper-button .right {
  display: flex;
}
.product-type .type5 .type5-swiper .swiper-button svg {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 750px) {
  .product-type .type5 .type5-swiper .swiper-button {
    display: flex;
    margin-top: 24px;
    justify-content: space-between;
    align-items: center;
  }
}
.product-type .type5 .type5-swiper .swiper-button-prev,
.product-type .type5 .type5-swiper .swiper-button-next {
  background: none;
  border: 2px solid #fff;
}
@media screen and (max-width: 750px) {
  .product-type .type5 .type5-swiper .swiper-button-prev,
  .product-type .type5 .type5-swiper .swiper-button-next {
    position: inherit;
    margin-top: auto;
    width: 48px;
    height: 48px;
    margin-left: 24px;
  }
}
.product-type .type5 .type5-swiper .swiper-button-prev {
  left: calc((100% - 32px) / 7);
}
.product-type .type5 .type5-swiper .swiper-button-next {
  right: calc((100% - 32px) / 7);
}
.product-type .type6 {
  background: #000;
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  height: 100vh;
  /*.type6-box {
      position: sticky;
      top: 0;
      height: fit-content;
      overflow: hidden;
      display:flex;
      width: 100vw;
    }*/
}
.product-type .type6 img {
  max-width: 80%;
  height: 80vh;
  object-fit: contain;
  transition: all 0s;
  margin: auto;
  transform-origin: top right;
  transform: scale(13) translate(13%, -5%);
  opacity: 1;
}
@media screen and (orientation: portrait) {
  .product-type .type6 img {
    transform: scale(10) translate(13%, -16%);
  }
}
@media screen and (max-width: 750px) {
  .product-type .type6 img {
    transform: scale(12) translate(13%, -14%);
  }
}
.product-type .type6 .product-type-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  margin: auto;
  height: fit-content;
  width: fit-content;
  text-align: center;
}
.product-type .type7 {
  overflow: hidden;
  height: calc(100vh - 56px);
  position: relative;
  z-index: 2;
}
.product-type .type7 canvas {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 120vh;
}
.product-type .type7 #canvas2,
.product-type .type7 #canvas3 {
  opacity: 0;
  transform: translate(-50%, -50%) scale(2);
  transition: all 0.2s;
}
.product-type .type7 #canvas2.active,
.product-type .type7 #canvas3.active {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.product-type .type7 video {
  height: 100%;
  display: block;
  width: 100%;
  object-fit: cover;
}
.product-type .type7 .type7-img {
  height: 100%;
}
.product-type .type7 .type7-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0s;
}
.product-type .type7 .type7-img img:nth-child(n + 2) {
  opacity: 0;
}
.product-type .type7 .text {
  max-width: 560px;
  position: absolute;
  z-index: 3;
  margin: auto;
  font-size: 40px;
  line-height: 1.4;
  color: var(--dominant-color);
  font-family: Inter-SemiBold;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  .product-type .type7 .text {
    font-size: 28px;
    max-width: 400px;
  }
}
@media screen and (max-width: 750px) {
  .product-type .type7 .text {
    max-width: 100%;
    padding-right: 48px;
  }
}
.product-type .type7 .text.active {
  opacity: 1;
  transform: translateY(-10px);
}
.product-type .type7 .text.active {
  color: #fff;
}
.product-type .type7 .text p {
  font-size: 18px;
  color: #999;
}
.product-type .type7 .text span {
  color: #999;
}
.product-type .type7 .text.text1 {
  right: 13.889vw;
  bottom: 13.889vw;
  color: var(--dominant-color);
}
@media screen and (max-width: 1024px) {
  .product-type .type7 .text.text1 {
    top: 48px;
    left: 24px;
    bottom: auto;
    width: 100%;
    right: auto;
  }
}
.product-type .type7 .text.text2 {
  top: 8.333vw;
  left: 5.556vw;
  color: var(--dominant-color);
}
@media screen and (max-width: 1024px) {
  .product-type .type7 .text.text2 {
    top: 48px;
    left: 24px;
    bottom: auto;
  }
}
.product-type .type7 .text.text3 {
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  left: 5.556vw;
  color: var(--dominant-color);
}
@media screen and (max-width: 1024px) {
  .product-type .type7 .text.text3 {
    top: 48px;
    left: 24px;
    bottom: auto;
  }
}
.product-type .type7 .text.text4 {
  bottom: 11.111vw;
  right: 5.556vw;
  color: var(--dominant-color);
}
@media screen and (max-width: 1024px) {
  .product-type .type7 .text.text4 {
    top: 48px;
    left: 24px;
    bottom: auto;
  }
}
.product-type .type7 .text.text5 {
  bottom: 16.667vw;
  left: 5.556vw;
  color: var(--dominant-color);
}
@media screen and (max-width: 1024px) {
  .product-type .type7 .text.text5 {
    bottom: 160px;
    left: 24px;
  }
}
.product-type .type7 .text.text6 {
  bottom: 16.667vw;
  left: 11.111vw;
  color: var(--dominant-color);
}
@media screen and (max-width: 1024px) {
  .product-type .type7 .text.text6 {
    bottom: 160px;
    left: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .product-type .type7 .text:nth-child(5) {
    bottom: 30.53vw;
    top: auto;
  }
}
@media screen and (max-width: 1024px) {
  .product-type .type7 .text:nth-child(8),
  .product-type .type7 .text:nth-child(9) {
    top: 48px;
    left: 24px;
    bottom: auto;
  }
}
.product-type .type7 .type7-box {
  position: relative;
}
.product-type .type8 {
  padding-top: 80px;
  padding-bottom: 146px;
  overflow: hidden;
  background: linear-gradient(180deg, #D9D9D9 0%, #FFF 100%);
}
@media screen and (max-width: 1440px) {
  .product-type .type8 {
    padding-top: 56px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .product-type .type8 {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}
.product-type .type8 .type8-trigger {
  height: calc(100vh - 56px);
}
.product-type .type8 .type8-title {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .product-type .type8 .type8-title {
    flex-direction: column;
    padding-bottom: 68px;
  }
}
@media screen and (max-width: 750px) {
  .product-type .type8 .type8-title {
    padding-bottom: 48px;
  }
}
.product-type .type8 .type8-title .product-type-title {
  clip-path: inset(0px 100% 0px 0px);
}
.product-type .type8 .type8-title .type8-title {
  flex: 1;
}
.product-type .type8 .type8-title .summary {
  flex-basis: 632px;
  font-size: 24px;
  line-height: 1.4;
  font-family: Inter-Medium;
}
@media screen and (max-width: 1024px) {
  .product-type .type8 .type8-title .summary {
    flex-basis: 100%;
    font-size: 20px;
    margin-top: 40px;
  }
}
.product-type .type8 .type8-swiper {
  margin: 40px auto 0;
  position: relative;
}
.product-type .type8 .type8-swiper .swiper {
  max-width: 960px;
  overflow: initial;
  position: initial;
}
@media screen and (max-width: 1024px) {
  .product-type .type8 .type8-swiper .swiper {
    max-width: 960px;
  }
}
.product-type .type8 .type8-swiper .swiper .swiper-slide {
  opacity: 0.1;
  transition: all 0.5s;
  pointer-events: none;
}
.product-type .type8 .type8-swiper .swiper .swiper-slide .img {
  display: flex;
  justify-content: center;
}
.product-type .type8 .type8-swiper .swiper .swiper-slide img {
  max-height: 70vh;
}
@media screen and (max-width: 750px) {
  .product-type .type8 .type8-swiper .swiper .swiper-slide img {
    width: 100%;
  }
}
.product-type .type8 .type8-swiper .swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
  pointer-events: auto;
}
.product-type .type8 .type8-swiper .swiper .swiper-slide .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 20px;
  display: none;
  background: linear-gradient(180deg, rgba(255, 107, 0, 0.9) 0%, rgba(255, 107, 0, 0.9) 100%);
  backdrop-filter: blur(20px);
}
.product-type .type8 .type8-swiper .swiper .swiper-slide .text .t-summary {
  max-width: 680px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: fit-content;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .product-type .type8 .type8-swiper .swiper .swiper-slide .text .t-summary {
    font-size: 14px;
    max-width: 100%;
    padding: 38px;
  }
}
@media screen and (max-width: 750px) {
  .product-type .type8 .type8-swiper .swiper .swiper-slide .text .t-summary {
    bottom: auto;
    padding: 24px;
    text-align: left;
  }
}
.product-type .type8 .type8-swiper .swiper .swiper-slide .click {
  position: absolute;
  right: 24px;
  bottom: 60px;
  font-size: 24px;
  background: var(--dominant-color);
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .product-type .type8 .type8-swiper .swiper .swiper-slide .click {
    right: auto;
    left: 12px;
    bottom: 12px;
  }
}
.product-type .type8 .type8-swiper .swiper .swiper-slide .click .fa-close {
  display: none;
  color: var(--dominant-color);
}
.product-type .type8 .type8-swiper .swiper .swiper-slide .click.active {
  background: #fff;
}
.product-type .type8 .type8-swiper .swiper .swiper-slide .click.active .fa-add {
  display: none;
}
.product-type .type8 .type8-swiper .swiper .swiper-slide .click.active .fa-close {
  display: block;
}
.product-type .type8 .type8-swiper .swiper .swiper-button-prev,
.product-type .type8 .type8-swiper .swiper .swiper-button-next {
  background: none;
  border: 1px solid #000;
}
@media screen and (max-width: 1024px) {
  .product-type .type8 .type8-swiper .swiper .swiper-button-prev,
  .product-type .type8 .type8-swiper .swiper .swiper-button-next {
    display: none;
  }
}
.product-type .type8 .type8-swiper .swiper .swiper-button-prev.swiper-button-disabled,
.product-type .type8 .type8-swiper .swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0 !important;
}
.product-type .type8 .type8-swiper .swiper .swiper-button-prev {
  left: 0;
}
.product-type .type8 .type8-swiper .swiper .swiper-button-next {
  right: 0;
}
.product-type .type8 .product-type-menu {
  grid-gap: 0.65px;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .product-type .type8 .product-type-menu {
    grid-gap: 32px;
  }
}
.product-type .type9 {
  position: relative;
}
.product-type .type9 .imgBox {
  padding-bottom: 378px;
}
@media screen and (max-width: 1024px) {
  .product-type .type9 .imgBox {
    padding-bottom: 320px;
  }
}
@media screen and (max-width: 750px) {
  .product-type .type9 .imgBox {
    padding-bottom: 100%;
  }
}
.product-type .type9 .type9-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: fit-content;
  z-index: 2;
}
.product-type .type9 .type9-box .title {
  margin-bottom: 40px;
  color: #fff;
  font-size: 48px;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .product-type .type9 .type9-box .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 750px) {
  .product-type .type9 .type9-box .title {
    font-size: 32px;
  }
}
.product-type .type10 {
  background: #fff;
  padding: 56px 0 120px;
}
@media screen and (max-width: 1024px) {
  .product-type .type10 {
    padding-bottom: 70px;
  }
}
.product-type .type10 .type10-title {
  font-size: 40px;
  margin-bottom: 40px;
  font-family: Inter-Medium;
}
.product-type .type10 .type10-content {
  display: flex;
  background: #f6f6f6;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .product-type .type10 .type10-content {
    flex-direction: column;
  }
}
.product-type .type10 .type10-content .img-box {
  width: 29%;
}
@media screen and (max-width: 1024px) {
  .product-type .type10 .type10-content .img-box {
    width: 34%;
  }
}
@media screen and (max-width: 750px) {
  .product-type .type10 .type10-content .img-box {
    width: 100%;
  }
}
.product-type .type10 .type10-content .img-box .type-item {
  position: relative;
}
.product-type .type10 .type10-content .img-box .type-item img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .product-type .type10 .type10-content .img-box .type-item .pc {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .product-type .type10 .type10-content .img-box .type-item .tablet {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .product-type .type10 .type10-content .img-box .type-item img {
    width: 100%;
  }
}
.product-type .type10 .type10-content .img-box .type-item .img-text {
  position: absolute;
  bottom: 80px;
  left: 20px;
  right: 20px;
}
@media screen and (max-width: 1024px) {
  .product-type .type10 .type10-content .img-box .type-item .img-text {
    left: 8px;
    right: 8px;
    bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  .product-type .type10 .type10-content .img-box .type-item .img-text {
    left: 24px;
    right: 24px;
    bottom: 32px;
  }
}
.product-type .type10 .type10-content .img-box .type-item .img-text .img-title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .product-type .type10 .type10-content .img-box .type-item .img-text .img-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .product-type .type10 .type10-content .img-box .type-item .img-text .img-title {
    color: #fff;
    margin-bottom: 16px;
  }
}
.product-type .type10 .type10-content .img-box .type-item .img-text .img-button {
  display: flex;
  grid-gap: 12px;
}
@media screen and (max-width: 750px) {
  .product-type .type10 .type10-content .img-box .type-item .img-text .img-button .black {
    color: #fff;
    border-color: #fff;
  }
}
.product-type .type10 .type10-content .text {
  width: 71%;
  padding: 24px 40px 24px 40px;
}
@media screen and (max-width: 1024px) {
  .product-type .type10 .type10-content .text {
    padding: 16px 16px 16px 16px;
  }
}
@media screen and (max-width: 750px) {
  .product-type .type10 .type10-content .text {
    width: 100%;
  }
}
.product-type .type10 .type10-content .text .type10-product {
  margin-top: 24px;
}
.product-type .type10 .type10-content .text .type10-product.itemMax .i-title {
  text-align: center;
}
.product-type .type10 .type10-content .text .type10-product .type-item {
  display: none;
}
.product-type .type10 .type10-content .text .type10-product .type-item.active {
  display: block;
}
.product-type .type10 .type10-content .text .type10-product .i-title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .product-type .type10 .type10-content .text .type10-product .i-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.product-type .type10 .type10-content .text .type10-product .i-box {
  display: flex;
  grid-gap: 16px;
  max-width: 656px;
  margin: auto;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .product-type .type10 .type10-content .text .type10-product .i-box {
    grid-gap: 16px;
    max-width: 416px;
  }
}
@media screen and (max-width: 750px) {
  .product-type .type10 .type10-content .text .type10-product .i-box {
    grid-gap: 16px;
    flex-direction: column;
  }
}
.product-type .type10 .type10-content .text .type10-product .i-box .i-item {
  flex-basis: 50%;
}
@media screen and (max-width: 750px) {
  .product-type .type10 .type10-content .text .type10-product .i-box .i-item {
    display: flex;
    align-items: center;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 750px) {
  .product-type .type10 .type10-content .text .type10-product .i-box .i-item .img {
    flex-basis: 156px;
  }
}
.product-type .type10 .type10-content .text .type10-product .i-box .i-text {
  margin-top: 12px;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .product-type .type10 .type10-content .text .type10-product .i-box .i-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .product-type .type10 .type10-content .text .type10-product .i-box .i-text {
    flex: 1;
    text-align: left;
    margin-left: 12px;
  }
}
.product-type .type10 .type10-content .text .type10-product .i-box .i-text .number {
  margin-top: 12px;
}
.product-type .type10.type10-SE .type10-content .img-box {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .product-type .type10.type10-SE .type10-content .img-box {
    width: 100%;
  }
}
.product-type .type10.type10-SE .type10-content .text {
  width: 50%;
  padding: 24px 40px;
}
@media screen and (max-width: 1024px) {
  .product-type .type10.type10-SE .type10-content .text {
    padding: 24px 0;
  }
}
@media screen and (max-width: 750px) {
  .product-type .type10.type10-SE .type10-content .text {
    width: 100%;
  }
}
.product-type .type10.type10-SE .type10-content .text .type10-product .i-title {
  text-align: center;
}
.product-type .type10.type10-SE .type10-content .text .type10-product .i-box .i-item {
  flex-basis: 320px;
}
@media screen and (max-width: 1024px) {
  .product-type .type10.type10-SE .type10-content .text .type10-product .i-box .i-item {
    flex-basis: 196px;
  }
}
@media screen and (max-width: 1024px) {
  .product-type .type10.type10-SE .type10-content .text .type10-product .i-box .i-item {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .product-type .type10.type10-SE .type10-content .text .type10-product .i-box .i-item .img {
    max-width: 196px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .product-type .type10.type10-SE .type10-content .text .type10-product .i-box .i-item .img {
    max-width: 240px;
  }
}
.product-type .type10.type10-SE .type10-content .text .type10-product .i-box .i-text {
  flex-basis: 100%;
  margin-left: 0;
  text-align: center;
  margin-bottom: 40px;
}
.product-type .type10.type10-SE .p-line {
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .product-type .type10.type10-SE .p-line {
    padding: 0 16px;
  }
}
.product-type .type10.type10-SE .type10-product {
  padding: 0 !important;
}
.product-detail-black {
  background: #000;
}
.product-detail-black .support .faq-detail-box .title,
.product-detail-black .support .faq-detail-box .items .item,
.product-detail-black .specs table td strong,
.product-detail-black .specs table tr td:first-child,
.product-detail-black .specs .title,
.product-detail-black .video,
.product-detail-black .compare-box,
.product-detail-black .compare .bottom .s-item ul > li,
.product-detail-black .compare .bottom .s-item .title,
.product-detail-black .support .downloads .download-title {
  color: #fff;
}
.product-detail-black .specs table td,
.product-detail-black .compare .bottom .s-item ul > li:first-child {
  color: #999;
}
.product-detail-black .support .faq-detail-box .items .item,
.product-detail-black .specs .s-item,
.product-detail-black .compare .bottom .s-item ul {
  border-color: rgba(255, 255, 255, 0.2);
}
.product-detail-black .compare .top .s-item .top-head .title {
  border-radius: 4px;
  border: 1px solid #666;
  background: #333;
  color: #fff;
}
.test-section1 {
  position: relative;
  width: 100%;
}
.section1 {
  width: 100%;
  height: calc(100vh - 56px);
  position: absolute;
  top: 0;
  left: 0;
}
.section1 canvas {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 115vh;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .section1 canvas {
    max-height: 95vh;
  }
}
.product-detail-black .compare .top .s-item .common-btn.f-more {
  border-color: rgba(255, 255, 255, 0.2);
}
.type70 {
  height: 100vh;
  position: relative;
}
.type70 .text-box .text {
  max-width: 560px;
  position: absolute;
  z-index: 3;
  margin: auto;
  font-size: 40px;
  line-height: 1.4;
  color: var(--dominant-color);
  font-family: Inter-SemiBold;
  opacity: 0;
  transition: all 0.5s;
  transform: translateY(0);
}
.type70 .text-box .text.active {
  opacity: 1;
  transform: translateY(-10px);
}
@media screen and (max-width: 1024px) {
  .type70 .text-box .text {
    font-size: 28px;
    max-width: 400px;
  }
}
@media screen and (max-width: 750px) {
  .type70 .text-box .text {
    max-width: 100%;
    padding-right: 48px;
  }
}
.type70 .text-box .text.active {
  color: #fff;
}
.type70 .text-box .text p {
  font-size: 18px;
  color: #999;
}
.type70 .text-box .text span {
  color: #999;
}
.type70 .text-box .text.text1 {
  right: 13.889vw;
  bottom: 13.889vw;
}
@media screen and (max-width: 1024px) {
  .type70 .text-box .text.text1 {
    top: 48px;
    left: 24px;
    bottom: auto;
    width: 100%;
    right: auto;
  }
}
.type70 .text-box .text.text2 {
  top: 8.333vw;
  left: 5.556vw;
}
@media screen and (max-width: 1024px) {
  .type70 .text-box .text.text2 {
    top: 48px;
    left: 24px;
    bottom: auto;
  }
}
.type70 .text-box .text.text3 {
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  left: 5.556vw;
}
@media screen and (max-width: 1024px) {
  .type70 .text-box .text.text3 {
    top: 48px;
    left: 24px;
    bottom: auto;
  }
}
.type70 .text-box .text.text4 {
  bottom: 11.111vw;
  right: 5.556vw;
}
@media screen and (max-width: 1024px) {
  .type70 .text-box .text.text4 {
    top: 48px;
    left: 24px;
    bottom: auto;
  }
}
.type70 .text-box .text.text5 {
  bottom: 16.667vw;
  left: 5.556vw;
}
@media screen and (max-width: 1024px) {
  .type70 .text-box .text.text5 {
    bottom: 160px;
    left: 24px;
  }
}
.type70 .text-box .text.text6 {
  bottom: 16.667vw;
  left: 11.111vw;
}
@media screen and (max-width: 1024px) {
  .type70 .text-box .text.text6 {
    bottom: 160px;
    left: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .type70 .text-box .text:nth-child(5) {
    bottom: 30.53vw;
    top: auto;
  }
}
@media screen and (max-width: 1024px) {
  .type70 .text-box .text:nth-child(8),
  .type70 .text-box .text:nth-child(9) {
    top: 48px;
    left: 24px;
    bottom: auto;
  }
}
.type70 canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.type70 #canvas2,
.type70 #canvas3 {
  opacity: 0;
  transform: scale(2);
  transition: all 0.5s;
}
.type70 #canvas2.active,
.type70 #canvas3.active {
  transform: scale(1);
  opacity: 1;
}
/*# sourceMappingURL=product-type.css.map */