@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;
  }
}
/*产品专题页 - WiTalk9*/
.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::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.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;
  overflow: hidden;
}
.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 .support .downloads .download-title {
  text-transform: capitalize;
}
.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);
}
/*--------------------------------------------------------------------------------------*/
/*产品专题页 - ultra*/
.ultra .ultra-title {
  font-size: 40px;
  line-height: 1.2;
  font-family: Inter-Medium;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .ultra .ultra-title {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.ultra .ultra-title2 {
  font-size: 40px;
  line-height: 1.2;
  font-family: Inter-SemiBold;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .ultra .ultra-title2 {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 750px) {
  .ultra .ultra-title2 {
    font-size: 32px;
  }
}
.ultra .ultra-summary {
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .ultra .ultra-summary {
    font-size: 16px;
  }
}
.ultra .ultra-summary span {
  color: var(--dominant-color);
}
.ultra .ultra-summary .ultra-tip {
  margin-top: 24px;
  font-size: 12px;
}
.ultra .p-line {
  position: relative;
  display: flex;
}
.ultra .p-line::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: #c0c0c0;
  bottom: 0;
  left: 0;
}
.ultra .product-type-menu {
  position: relative;
  overflow: auto;
  margin: auto;
}
.ultra .product-type-menu::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.ultra .product-type-menu .items {
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .ultra .product-type-menu .items {
    grid-gap: 12px;
  }
}
.ultra .product-type-menu .items .item {
  width: auto;
  cursor: pointer;
  font-size: 14px;
  color: #666;
  padding-bottom: 16px;
  transition: all 0.5s;
  display: inline-block;
  margin-right: 24px;
}
.ultra .product-type-menu .items .item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .ultra .product-type-menu .items .item {
    font-size: 14px;
    margin-right: 24px;
  }
}
.ultra .product-type-menu .items .item::after {
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 0;
  width: 100%;
  background: #fff;
  opacity: 0;
  transition: all 0.5s;
}
.ultra .product-type-menu .items .item.active {
  color: #fff;
}
.ultra .product-type-menu .items .item.active::after {
  opacity: 1;
}
@media screen and (min-width: 751px) {
  .ultra .product-type-menu .items .item:hover {
    color: #fff;
  }
  .ultra .product-type-menu .items .item:hover::after {
    opacity: 1;
  }
}
.ultra .section {
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 750px) {
  .ultra .section {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.ultra .swiper-pagination .swiper-pagination-bullet {
  background: none;
  position: relative;
  width: 18px;
  height: 18px;
  line-height: 1;
  opacity: 1;
}
.ultra .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  z-index: 1;
  border: 2px solid rgba(255, 255, 255, 0);
  position: absolute;
  bottom: 2px;
  left: 0;
  border-radius: 100%;
  box-sizing: border-box;
}
.ultra .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;
  opacity: 0.6;
}
.ultra .swiper-pagination .swiper-pagination-bullet svg {
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  position: relative;
}
.ultra .swiper-pagination .swiper-pagination-bullet svg #circle {
  transition-timing-function: linear;
  stroke-dasharray: 140, 140;
  stroke-dashoffset: 140;
}
.ultra .swiper-pagination .swiper-pagination-bullet.active::before {
  border-color: rgba(255, 255, 255, 0.2);
}
.ultra .swiper-pagination .swiper-pagination-bullet.active::after {
  opacity: 1;
}
.ultra .swiper-pagination .swiper-pagination-bullet.active svg {
  opacity: 1;
}
.ultra .swiper-pagination .swiper-pagination-bullet.active svg #circle {
  transition-duration: 5.5s;
  stroke-dashoffset: 0;
}
.ultra .swiper-pagination .swiper-pagination-bullet.active2 {
  transition-duration: 4.5s;
}
.ultra .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
}
.ultra .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active svg {
  opacity: 1;
}
.ultra .type1 {
  position: relative;
  background: #000;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .ultra .type1 {
    height: auto;
  }
}
.ultra .type1 .type1-video {
  height: 100%;
  position: relative;
}
.ultra .type1 .type1-video video {
  width: 100%;
  display: block;
  left: 0;
  height: calc(110vh - 56px);
  object-fit: contain;
  margin-bottom: 0 !important;
}
.ultra .type1 canvas {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100vw;
  max-height: 100vh;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.ultra .type1 .text {
  position: absolute;
  z-index: 1;
  color: #fff;
  left: 0;
  right: 0;
  top: 56px;
  margin: auto;
  text-align: center;
  display: none;
}
@media screen and (max-width: 1024px) {
  .ultra .type1 .text {
    top: 56px;
  }
}
.ultra .type1 .text .title {
  font-size: 56px;
  font-family: Inter-Regular;
}
.ultra .type1 .text .title span {
  font-family: Inter-Medium;
}
@media screen and (max-width: 1024px) {
  .ultra .type1 .text .title {
    font-size: 48px;
  }
}
@media screen and (max-width: 750px) {
  .ultra .type1 .text .title {
    font-size: 40px;
  }
}
.ultra .type1 .text .summary {
  font-size: 20px;
  margin-top: 12px;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .ultra .type1 .text .summary {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .ultra .type1 .text .summary {
    font-size: 16px;
  }
}
.ultra .type2 {
  background: #000;
  padding: 80px 0 192px;
  padding-bottom: 90px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .ultra .type2 {
    padding: 64px 0 80px;
  }
}
@media screen and (max-width: 750px) {
  .ultra .type2 {
    padding: 50px 0 70px;
  }
}
.ultra .type2 .type2-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
}
@media screen and (max-width: 1024px) {
  .ultra .type2 .type2-box {
    grid-gap: 12px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 750px) {
  .ultra .type2 .type2-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
.ultra .type2 .type2-box .type-item {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.ultra .type2 .type2-box .type-item .imgBox {
  padding-bottom: calc(256 / 390 * 100%);
}
@media screen and (max-width: 1024px) {
  .ultra .type2 .type2-box .type-item .imgBox {
    padding-bottom: 100%;
  }
}
.ultra .type2 .type2-box .type-item .text {
  position: absolute;
  top: 24px;
  left: 24px;
  right: 16px;
}
@media screen and (max-width: 1024px) {
  .ultra .type2 .type2-box .type-item .text {
    left: 16px;
    top: 16px;
    right: 16px;
  }
}
@media screen and (max-width: 750px) {
  .ultra .type2 .type2-box .type-item .text {
    left: 12px;
    top: 12px;
  }
}
.ultra .type2 .type2-box .type-item .text .title {
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
  font-family: Inter-Medium;
}
@media screen and (max-width: 1024px) {
  .ultra .type2 .type2-box .type-item .text .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .ultra .type2 .type2-box .type-item .text .title {
    font-size: 16px;
  }
}
.ultra .type2 .type2-box .type-item .text .summary {
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  margin-top: 4px;
}
@media screen and (max-width: 1024px) {
  .ultra .type2 .type2-box .type-item .text .summary {
    font-size: 16px;
    margin-top: 4px;
  }
}
@media screen and (max-width: 750px) {
  .ultra .type2 .type2-box .type-item .text .summary {
    font-size: 12px;
  }
}
.ultra .type3 {
  margin-top: -100vh;
}
.ultra .type3 .sticky-container {
  height: 400vh;
}
.ultra .type3 .sticky-container .sticky-section {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}
.ultra .type3 .sticky-container .sticky-section .type3-video {
  height: 100%;
  position: relative;
}
.ultra .type3 .sticky-container .sticky-section .type3-video video {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  margin-bottom: 0 !important;
}
.ultra .type3 .sticky-container .sticky-section .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ultra .type3 .sticky-container .sticky-section .mask::after {
  content: '';
  height: 20vh;
  background: #000;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.ultra .type3 .sticky-container .sticky-section .mask .text {
  font-size: 108px;
  color: #fff;
}
.ultra .type3 .sticky-container .sticky-section .mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateY(calc(20vh - 12px));
}
@media screen and (max-width: 1024px) {
  .ultra .type3 .sticky-container .sticky-section .mask img {
    transform: translateY(8vh);
  }
}
.ultra .type3 .sticky-container .sticky-section .play-button {
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  width: 170px;
  height: 56px;
  position: absolute;
  top: 62vh;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  opacity: 0;
}
.ultra .type3 .sticky-container .sticky-section .play-button svg {
  margin-left: 4px;
}
.ultra .type3 .sticky-container .sticky-section .play-button .text {
  flex: 1;
  text-align: center;
}
.ultra .type4 {
  padding: 80px 0 112px;
}
@media screen and (max-width: 1024px) {
  .ultra .type4 {
    padding: 40px 0 90px;
  }
}
@media screen and (max-width: 750px) {
  .ultra .type4 {
    padding: 40px 0 50px;
  }
}
.ultra .type4 .type4-title {
  font-size: 40px;
  font-family: Inter-Medium;
  color: #fff;
  margin-bottom: 40px;
}
.ultra .type4 .type4-box {
  display: flex;
  grid-gap: 16px;
}
@media screen and (max-width: 1024px) {
  .ultra .type4 .type4-box {
    overflow: auto;
    grid-gap: 12px;
  }
}
.ultra .type4 .type4-box .type-item {
  flex-basis: calc((100% - 48px) / 4);
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
@media screen and (max-width: 1024px) {
  .ultra .type4 .type4-box .type-item {
    flex-shrink: 0;
    flex-basis: 338px;
  }
}
@media screen and (max-width: 750px) {
  .ultra .type4 .type4-box .type-item {
    flex-basis: 320px;
  }
}
.ultra .type4 .type4-box .type-item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  .ultra .type4 .type4-box .type-item::after {
    opacity: 1;
  }
}
.ultra .type4 .type4-box .type-item .imgBox {
  padding-bottom: 560px;
}
.ultra .type4 .type4-box .type-item .imgBox img {
  transform: scale(1) !important;
}
.ultra .type4 .type4-box .type-item .text {
  position: absolute;
  bottom: 80px;
  left: 16px;
  right: 16px;
  z-index: 2;
}
.ultra .type4 .type4-box .type-item .text .sup {
  color: #fff;
  font-size: 14px;
}
.ultra .type4 .type4-box .type-item .text .title {
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
  font-family: Inter-Medium;
}
@media screen and (max-width: 1024px) {
  .ultra .type4 .type4-box .type-item .text .title {
    font-size: 24px;
  }
}
.ultra .type4 .type4-box .type-item .text .show {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  .ultra .type4 .type4-box .type-item .text .show {
    max-height: 1000px;
  }
}
.ultra .type4 .type4-box .type-item .text .summary {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(153, 153, 153, 0.4);
  font-size: 14px;
  color: #999;
  transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  .ultra .type4 .type4-box .type-item .text .summary {
    font-size: 13px;
  }
}
.ultra .type4 .type4-box .type-item .text .f-more {
  margin-top: 24px;
  transition: all 0.5s;
}
@media screen and (min-width: 1025px) {
  .ultra .type4 .type4-box .type-item:hover {
    flex-basis: 36%;
  }
  .ultra .type4 .type4-box .type-item:hover::after {
    opacity: 1;
  }
  .ultra .type4 .type4-box .type-item:hover .show {
    transition: all 1s;
    max-height: 500px;
  }
}
.ultra .type5 {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 64px;
}
@media screen and (max-width: 1024px) {
  .ultra .type5 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.ultra .type5 .type5-title {
  display: flex;
  justify-content: space-between;
  color: #fff;
  grid-gap: 16px;
  margin-bottom: 64px;
}
@media screen and (max-width: 1024px) {
  .ultra .type5 .type5-title {
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
    grid-gap: 0;
  }
}
.ultra .type5 .type5-title .ultra-title2 {
  flex: 1;
}
.ultra .type5 .type5-title .ultra-summary {
  flex: 1;
  padding-right: 52px;
}
@media screen and (max-width: 1024px) {
  .ultra .type5 .type5-title .ultra-summary {
    padding-right: 0;
  }
}
.ultra .type5 .swiper {
  overflow: initial;
}
@media screen and (max-width: 1024px) {
  .ultra .type5 .swiper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 750px) {
  .ultra .type5 .swiper {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.ultra .type5 .swiper .swiper-slide {
  opacity: 0.1;
  transition: all 0.5s;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .ultra .type5 .swiper .swiper-slide {
    opacity: 0.2;
    border-radius: 4px;
    overflow: hidden;
  }
}
.ultra .type5 .swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .ultra .type5 .swiper .swiper-slide .pc {
    display: none;
  }
}
.ultra .type5 .swiper .swiper-button-prev,
.ultra .type5 .swiper .swiper-button-next {
  opacity: 0 !important;
  pointer-events: none;
}
.ultra .type5 .swiper .swiper-button-prev.swiper-button-disabled,
.ultra .type5 .swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0 !important;
}
@media screen and (max-width: 750px) {
  .ultra .type5 .swiper .swiper-button-prev,
  .ultra .type5 .swiper .swiper-button-next {
    display: none;
  }
}
.ultra .type5 .swiper .swiper-button-prev {
  left: -64px;
}
.ultra .type5 .swiper .swiper-button-next {
  right: -64px;
}
.ultra .type5 .swiper .swiper-pagination {
  position: initial;
  margin-top: 40px;
}
.ultra .type5 .swiper:hover .swiper-button-prev,
.ultra .type5 .swiper:hover .swiper-button-next {
  opacity: 1 !important;
  pointer-events: auto;
}
.ultra .type5 .swiper:hover .swiper-button-prev.swiper-button-disabled,
.ultra .type5 .swiper:hover .swiper-button-next.swiper-button-disabled {
  opacity: 0 !important;
}
.ultra .type6 .type6-box {
  position: sticky;
  top: 56px;
  height: 100vh;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .ultra .type6 .type6-box {
    flex-direction: column;
    justify-content: center;
  }
}
.ultra .type6 .type6-box .tablet {
  display: none;
}
@media screen and (max-width: 1024px) {
  .ultra .type6 .type6-box .tablet {
    display: block;
  }
}
.ultra .type6 .type6-box .left {
  width: 50%;
  position: relative;
  height: fit-content;
}
@media screen and (max-width: 1024px) {
  .ultra .type6 .type6-box .left {
    margin-top: 40px;
    width: 100%;
  }
}
.ultra .type6 .type6-box .left .item {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
  background: #000;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .ultra .type6 .type6-box .left .item .imgBox {
    padding-bottom: 460px;
  }
}
@media screen and (max-width: 750px) {
  .ultra .type6 .type6-box .left .item .imgBox {
    padding-bottom: 230px;
  }
}
.ultra .type6 .type6-box .left .item.playing .play {
  opacity: 0;
}
.ultra .type6 .type6-box .left .item .play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 56px;
  height: 56px;
}
.ultra .type6 .type6-box .left .item:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.ultra .type6 .type6-box .left .item:nth-child(1) {
  z-index: 3;
}
.ultra .type6 .type6-box .left .item:nth-child(2) {
  z-index: 2;
  transform: scale(0.86) translateY(16%);
}
@media screen and (max-width: 1024px) {
  .ultra .type6 .type6-box .left .item:nth-child(2) {
    transform: scale(1) translateY(0);
  }
}
.ultra .type6 .type6-box .left .item:nth-child(2) .imgBox {
  opacity: 0.2;
}
.ultra .type6 .type6-box .left .item:nth-child(3) {
  z-index: 1;
  transform: scale(0.73) translateY(35%);
}
@media screen and (max-width: 1024px) {
  .ultra .type6 .type6-box .left .item:nth-child(3) {
    transform: scale(1) translateY(0);
  }
}
.ultra .type6 .type6-box .left .item:nth-child(3) .imgBox {
  opacity: 0.2;
}
.ultra .type6 .type6-box .left.active .item:nth-child(1) {
  z-index: 1;
  transform: scale(0.86) translateY(-16%);
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .ultra .type6 .type6-box .left.active .item:nth-child(1) {
    transform: scale(1) translateY(0);
  }
}
.ultra .type6 .type6-box .left.active .item:nth-child(2) {
  z-index: 3;
  transform: scale(1) translateY(0);
}
@media screen and (max-width: 1024px) {
  .ultra .type6 .type6-box .left.active .item:nth-child(2) {
    transform: scale(1) translateY(0);
  }
}
.ultra .type6 .type6-box .left.active .item:nth-child(2) .imgBox {
  opacity: 1;
}
.ultra .type6 .type6-box .left.active .item:nth-child(3) {
  z-index: 2;
  transform: scale(0.86) translateY(16%);
}
@media screen and (max-width: 1024px) {
  .ultra .type6 .type6-box .left.active .item:nth-child(3) {
    transform: scale(1) translateY(0);
  }
}
.ultra .type6 .type6-box .left.active .item:nth-child(3) .imgBox {
  opacity: 0.2;
}
.ultra .type6 .type6-box .left.active2 .item:nth-child(1) {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.ultra .type6 .type6-box .left.active2 .item:nth-child(2) {
  z-index: 2;
  transform: scale(0.86) translateY(-16%);
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .ultra .type6 .type6-box .left.active2 .item:nth-child(2) {
    transform: scale(1) translateY(0);
  }
}
.ultra .type6 .type6-box .left.active2 .item:nth-child(3) {
  z-index: 3;
  transform: scale(1) translateY(0);
}
@media screen and (max-width: 1024px) {
  .ultra .type6 .type6-box .left.active2 .item:nth-child(3) {
    transform: scale(1) translateY(0);
  }
}
.ultra .type6 .type6-box .left.active2 .item:nth-child(3) .imgBox {
  opacity: 1;
}
.ultra .type6 .type6-box .right {
  flex: 1;
  margin-left: 64px;
}
@media screen and (max-width: 1024px) {
  .ultra .type6 .type6-box .right {
    flex: initial;
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .ultra .type6 .type6-box .right .type6-title {
    display: none;
  }
}
.ultra .type6 .type6-box .right .button {
  margin: 5.208vw auto 0;
  color: #666;
  max-width: 420px;
}
@media screen and (max-width: 750px) {
  .ultra .type6 .type6-box .right .button {
    margin: 36px auto 0;
  }
}
.ultra .type6 .type6-box .right .button .tabs {
  display: flex;
  justify-content: center;
  font-size: 20px;
  grid-gap: 40px;
}
@media screen and (max-width: 1024px) {
  .ultra .type6 .type6-box .right .button .tabs {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .ultra .type6 .type6-box .right .button .tabs {
    font-size: 14px;
    grid-gap: 16px;
  }
}
.ultra .type6 .type6-box .right .button .tabs .item {
  padding-bottom: 10px;
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
}
.ultra .type6 .type6-box .right .button .tabs .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  opacity: 0;
}
.ultra .type6 .type6-box .right .button .tabs .item.active,
.ultra .type6 .type6-box .right .button .tabs .item:hover {
  color: #fff;
}
.ultra .type6 .type6-box .right .button .tabs .item.active::after,
.ultra .type6 .type6-box .right .button .tabs .item:hover::after {
  opacity: 1;
}
.ultra .type6 .type6-box .right .button .tabs-change {
  margin-top: 24px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .ultra .type6 .type6-box .right .button .tabs-change {
    margin-top: 12px;
  }
}
.ultra .type6 .type6-box .right .button .tabs-change .item {
  opacity: 0;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .ultra .type6 .type6-box .right .button .tabs-change .item {
    justify-content: center;
  }
}
.ultra .type6 .type6-box .right .button .tabs-change .item:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.ultra .type6 .type6-box .right .button .tabs-change .item.active {
  opacity: 1;
  pointer-events: auto;
}
.ultra .type6 .type6-box .right .button .tabs-change .item .b-left {
  flex-basis: 48px;
  margin-right: 28px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .ultra .type6 .type6-box .right .button .tabs-change .item .b-left {
    margin-right: 24px;
  }
}
@media screen and (max-width: 750px) {
  .ultra .type6 .type6-box .right .button .tabs-change .item .b-left {
    margin-right: 16px;
  }
}
.ultra .type6 .type6-box .right .button .tabs-change .item .b-left .hide {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.ultra .type6 .type6-box .right .button .tabs-change .item .b-left.active .hide {
  opacity: 1;
}
.ultra .type6 .type6-box .right .button .tabs-change .item .b-left.active .show {
  opacity: 0;
}
.ultra .type6 .type6-box .right .button .tabs-change .item .b-right {
  flex: 1;
  border-radius: 80px;
  height: 80px;
  overflow: hidden;
  border: 1px solid #317657;
  background: #245345;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .ultra .type6 .type6-box .right .button .tabs-change .item .b-right {
    max-width: 336px;
    height: 64px;
  }
}
@media screen and (max-width: 750px) {
  .ultra .type6 .type6-box .right .button .tabs-change .item .b-right {
    max-width: 246px;
    height: 48px;
  }
}
.ultra .type6 .type6-box .right .button .tabs-change .item .b-right img {
  height: 100%;
  object-fit: contain;
}
.ultra .type7 {
  height: 100vh;
  max-height: 700px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .ultra .type7 {
    height: auto;
  }
}
.ultra .type7 .type7-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 64px;
}
@media screen and (max-width: 1024px) {
  .ultra .type7 .type7-box {
    flex-direction: column;
    padding: 40px;
  }
}
@media screen and (max-width: 750px) {
  .ultra .type7 .type7-box {
    padding: 40px 24px 66px;
  }
}
.ultra .type7 .type7-box .left {
  flex-basis: 490px;
}
@media screen and (max-width: 1024px) {
  .ultra .type7 .type7-box .left {
    flex-basis: auto;
  }
}
.ultra .type7 .type7-box .right {
  flex: 1;
}
.ultra .type7 .type7-box .right video {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1024px) {
  .ultra .type7 .type7-box .right video.pc {
    display: none;
  }
}
.ultra .type7 .type7-box .right video.tablet {
  display: none;
}
@media screen and (max-width: 1024px) {
  .ultra .type7 .type7-box .right video.tablet {
    display: block;
  }
}
.ultra .type8 {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .ultra .type8 .pc {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .ultra .type8 .tablet {
    display: none;
  }
}
.ultra .type8 .img img {
  width: 100%;
}
.ultra .type8 .gif {
  width: 37.5%;
  position: absolute;
  top: 33.6%;
  left: 29.8%;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .ultra .type8 .gif {
    width: 73.5%;
    position: absolute;
    top: auto;
    bottom: 11.8%;
    left: auto;
    right: 14.9%;
    border-radius: 5px 5px 0 0;
  }
}
@media screen and (max-width: 750px) {
  .ultra .type8 .gif {
    width: 73.5%;
    position: absolute;
    bottom: 8.8%;
    right: 14.5%;
    border-radius: 5px 5px 0 0;
  }
}
.ultra .type8 .gif img {
  width: 100%;
}
.ultra .type8 .img2 {
  position: absolute;
  bottom: 12%;
  right: 21%;
  width: 13.4%;
}
@media screen and (max-width: 1024px) {
  .ultra .type8 .img2 {
    bottom: 6%;
    right: -8.5%;
    width: 26.4%;
  }
}
.ultra .type8 .img2 img {
  width: 100%;
}
.ultra .type8 .type8-title {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
  grid-gap: 16px;
}
@media screen and (max-width: 1024px) {
  .ultra .type8 .type8-title {
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
    grid-gap: 0;
  }
}
.ultra .type8 .type8-title .ultra-title2,
.ultra .type8 .type8-title .ultra-summary {
  flex: 1;
}
.ultra .type9 .type9-box {
  max-width: 820px;
  padding-top: 80px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .ultra .type9 .type9-box {
    padding-top: 40px;
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 750px) {
  .ultra .type9 .type9-box {
    padding-bottom: 80px;
    padding-left: 0;
    padding-right: 0;
  }
}
.ultra .type9 .type9-box .ultra-title2,
.ultra .type9 .type9-box .ultra-summary {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .ultra .type9 .type9-box .ultra-title2,
  .ultra .type9 .type9-box .ultra-summary {
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  .ultra .type9 .type9-box .ultra-title2,
  .ultra .type9 .type9-box .ultra-summary {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.ultra .type9 .type9-box .tabs {
  display: flex;
  justify-content: center;
  margin-top: 70px;
  margin-bottom: 100px;
  grid-gap: 100px;
}
@media screen and (max-width: 1024px) {
  .ultra .type9 .type9-box .tabs {
    grid-gap: 90px;
  }
}
@media screen and (max-width: 750px) {
  .ultra .type9 .type9-box .tabs {
    grid-gap: 70px;
  }
}
.ultra .type9 .type9-box .tabs .item {
  opacity: 0.2;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
}
.ultra .type9 .type9-box .tabs .item .icon {
  margin: auto;
  width: 50px;
}
@media screen and (max-width: 750px) {
  .ultra .type9 .type9-box .tabs .item .icon {
    width: 40px;
  }
}
.ultra .type9 .type9-box .tabs .item .text {
  color: #fff;
  padding-bottom: 10px;
  font-size: 16px;
  margin-top: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
}
@media screen and (max-width: 750px) {
  .ultra .type9 .type9-box .tabs .item .text {
    font-size: 12px;
  }
}
.ultra .type9 .type9-box .tabs .item .text::after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}
.ultra .type9 .type9-box .tabs .item.active,
.ultra .type9 .type9-box .tabs .item:hover {
  opacity: 1;
}
.ultra .type9 .type9-box .tabs .item.active .text::after,
.ultra .type9 .type9-box .tabs .item:hover .text::after {
  opacity: 1;
}
.ultra .type9 .type9-box .tabs-change {
  max-width: 550px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .ultra .type9 .type9-box .tabs-change {
    max-width: 450px;
  }
}
.ultra .type9 .type9-box .tabs-change .item {
  opacity: 0;
  pointer-events: none;
}
.ultra .type9 .type9-box .tabs-change .item.active {
  opacity: 1;
  pointer-events: auto;
}
.ultra .type9 .type9-box .tabs-change .item:nth-child(n+2) {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.ultra .type9 .type9-box .tabs-change .item .img {
  position: relative;
}
@media screen and (max-width: 750px) {
  .ultra .type9 .type9-box .tabs-change .item .img {
    max-width: 280px;
    margin: auto;
  }
}
.ultra .type9 .type9-box .tabs-change .item .img img {
  opacity: 0;
  pointer-events: none;
  transition: all 0s;
}
.ultra .type9 .type9-box .tabs-change .item .img img.active {
  opacity: 1;
  pointer-events: auto;
}
.ultra .type9 .type9-box .tabs-change .item .img img:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 548px;
}
.ultra .type9 .type9-box .tabs-change .item .button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 75px;
  grid-gap: 16px;
}
.ultra .type9 .type9-box .tabs-change .item .button .left {
  width: 48px;
  height: 48px;
  position: relative;
  cursor: pointer;
}
.ultra .type9 .type9-box .tabs-change .item .button .left .hide {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.ultra .type9 .type9-box .tabs-change .item .button .left.active .hide {
  opacity: 1;
  pointer-events: auto;
}
.ultra .type9 .type9-box .tabs-change .item .button .left.active .show {
  opacity: 0;
  pointer-events: none;
}
.ultra .type9 .type9-box .tabs-change .item .button .right {
  color: #666;
  font-size: 16px;
  display: flex;
  align-items: center;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  height: 48px;
}
.ultra .type9 .type9-box .tabs-change .item .button .right .i-item {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  min-width: 96px;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .ultra .type9 .type9-box .tabs-change .item .button .right .i-item {
    padding: 0 20px;
  }
  .ultra .type9 .type9-box .tabs-change .item .button .right {
    font-size: 12px;
  }
}
.ultra .type9 .type9-box .tabs-change .item .button .right .i-item.active {
  background: #fff;
  color: #000;
  border-radius: 28px;
}
.ultra .type10 .type10-box {
  padding-top: 80px;
}
@media screen and (max-width: 1024px) {
  .ultra .type10 .type10-box {
    padding-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .ultra .type10 .type10-box {
    padding-bottom: 80px;
  }
}
.ultra .type10 .type10-box .ultra-title2,
.ultra .type10 .type10-box .ultra-summary {
  text-align: center;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .ultra .type10 .type10-box .ultra-title2,
  .ultra .type10 .type10-box .ultra-summary {
    text-align: left;
  }
}
.ultra .type10 .type10-box .tabs {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  grid-gap: 24px;
  position: relative;
  z-index: 2;
}
.ultra .type10 .type10-box .tabs .item {
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
}
.ultra .type10 .type10-box .tabs .item .text {
  color: #666;
  padding-bottom: 10px;
  font-size: 16px;
  margin-top: 10px;
  transition: all 0.5s;
}
.ultra .type10 .type10-box .tabs .item .text::after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: all 0.5s;
}
.ultra .type10 .type10-box .tabs .item.active .text,
.ultra .type10 .type10-box .tabs .item:hover .text {
  color: #fff;
}
.ultra .type10 .type10-box .tabs .item.active .text::after,
.ultra .type10 .type10-box .tabs .item:hover .text::after {
  opacity: 1;
}
.ultra .type10 .type10-box .tabs-change {
  max-width: 1200px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .ultra .type10 .type10-box .tabs-change {
    max-width: 500px;
  }
}
.ultra .type10 .type10-box .tabs-change .item {
  opacity: 0;
  pointer-events: none;
}
.ultra .type10 .type10-box .tabs-change .item.active {
  opacity: 1;
  pointer-events: auto;
}
.ultra .type10 .type10-box .tabs-change .item:nth-child(n+2) {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.ultra .type10 .type10-box .tabs-change .item .img {
  position: relative;
  text-align: center;
}
.ultra .type10 .type10-box .tabs-change .item:hover img {
  transform: scale(1.1);
}
.ultra .type11 {
  padding-top: 80px;
}
@media screen and (max-width: 1024px) {
  .ultra .type11 {
    padding-top: 40px;
  }
}
.ultra .type11 .type11-title {
  display: flex;
  justify-content: space-between;
  grid-gap: 16px;
}
@media screen and (max-width: 1024px) {
  .ultra .type11 .type11-title {
    flex-direction: column;
    grid-gap: 0;
  }
}
.ultra .type11 .type11-title .ultra-title2,
.ultra .type11 .type11-title .ultra-summary {
  flex: 1;
}
.ultra .type11 .img {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .ultra .type11 .img {
    margin-bottom: 0;
  }
}
.ultra .type11 .img video {
  width: 100%;
  max-height: 60vh;
}
@media screen and (max-width: 1024px) {
  .ultra .type11 .img .pc {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .ultra .type11 .img .tablet {
    display: block;
  }
}
.ultra .type12 {
  padding-bottom: 100px;
  position: relative;
}
.ultra .type12 .type12-box {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}
.ultra .type12 .type12-box > video {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(12%);
  transform: translateY(12%);
}
@media screen and (max-width: 1024px) {
  .ultra .type12 .type12-box > video {
    -webkit-transform: translateY(-18%);
    transform: translateY(-18%);
  }
}
@media screen and (max-width: 750px) {
  .ultra .type12 .type12-box > video {
    -webkit-transform: translateY(-77%);
    transform: translateY(-77%);
  }
}
@media screen and (max-width: 1024px) {
  .ultra .type12 .type12-box {
    top: 56px;
  }
}
@media screen and (max-width: 750px) {
}
.ultra .type12 .type12-title {
  max-width: 800px;
  margin: 108px auto 0;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .ultra .type12 .type12-title {
    max-width: 100%;
    text-align: left;
  }
}
.ultra .type12 .items {
  color: #fff;
  text-align: center;
  margin: 79px auto 96px;
  position: relative;
  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;
}
@media screen and (max-width: 1024px) {
  .ultra .type12 .items {
    margin: 72px auto 80px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  .ultra .type12 .items {
    margin: 48px auto 46px;
    grid-gap: 18px;
    align-items: flex-start;
  }
}
.ultra .type12 .items .item {
  margin: auto;
  height: fit-content;
}
@media screen and (max-width: 1024px) {
  .ultra .type12 .items .item {
    margin: 0;
  }
}
.ultra .type12 .items .item .tip {
  font-size: 20px;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .ultra .type12 .items .item .tip {
    font-size: 12px;
    opacity: 0.4;
  }
}
.ultra .type12 .items .item .text {
  font-size: 48px;
  font-size: 36px;
  color: var(--dominant-color);
  font-family: Inter-Medium;
}
@media screen and (max-width: 1024px) {
  .ultra .type12 .items .item .text {
    font-size: 40px;
    font-size: 26px;
  }
}
@media screen and (max-width: 750px) {
  .ultra .type12 .items .item .text {
    font-size: 24px;
    font-size: 18px;
  }
}
.ultra .type12 .img-box {
  overflow: hidden;
  margin: 0 auto;
}
.ultra .type12 .img {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  width: 23.4375vw;
  max-width: 23.4375vw;
  position: relative;
  max-height: 45vh;
}
@media screen and (max-width: 1024px) {
  .ultra .type12 .img {
    width: 34.1796875vw;
    max-width: 350px;
  }
}
@media screen and (max-width: 750px) {
  .ultra .type12 .img {
    width: 58.97vw;
    max-width: 230px;
  }
}
.ultra .type12 .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 45vh;
}
.ultra .type12 .img .wave {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 31.25vw;
  height: 31.25vw;
  max-width: 45vh;
  max-height: 45vh;
}
@media screen and (max-width: 1024px) {
  .ultra .type12 .img .wave {
    width: 38.0859375vw;
    height: 38.0859375vw;
    max-width: 390px;
    max-height: 390px;
  }
}
@media screen and (max-width: 750px) {
  .ultra .type12 .img .wave {
    width: 64.1vw;
    height: 64.1vw;
    max-width: 250px;
    max-height: 250px;
  }
}
.ultra .type12 .img .wave .i1,
.ultra .type12 .img .wave .i2,
.ultra .type12 .img .wave .i3 {
  top: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 100px 0 #ffffff;
  animation: scale 3s infinite linear;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.ultra .type12 .img .wave .i2 {
  animation-delay: 1s;
}
.ultra .type12 .img .wave .i3 {
  animation-delay: 2s;
}
.ultra .type12 .img .wave.wave1 {
  left: 0;
  transform: translateX(-50%);
}
.ultra .type12 .img .wave.wave2 {
  right: 0;
  transform: translateX(50%);
}
.ultra .type13 {
  position: relative;
}
.ultra .type13 .img {
  height: 100%;
}
.ultra .type13 .img img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .ultra .type13 .img img.pc {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .ultra .type13 .img img.tablet {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .ultra .type13 .img img.tablet {
    display: none;
  }
}
.ultra .type13 .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
}
@media screen and (max-width: 1024px) {
  .ultra .type13 .text {
    bottom: 160px;
    top: auto;
  }
}
@media screen and (max-width: 1024px) {
  .ultra .type13 .text .ultra-summary br {
    display: none;
  }
}
.ultra .type13 .ultra-summary {
  max-width: 600px;
}
.ultra .type14 {
  padding-top: 80px;
}
@media screen and (max-width: 1024px) {
  .ultra .type14 {
    padding-top: 40px;
  }
}
.ultra .type14 .type14-title {
  display: flex;
  justify-content: space-between;
  grid-gap: 16px;
}
@media screen and (max-width: 1024px) {
  .ultra .type14 .type14-title {
    flex-direction: column;
    grid-gap: 0;
  }
}
.ultra .type14 .type14-title .ultra-title2,
.ultra .type14 .type14-title .ultra-summary {
  flex: 1;
}
.ultra .type14 .img {
  text-align: center;
}
.ultra .type14 .img video {
  width: 100%;
}
.ultra .type15 {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .ultra .type15 {
    padding: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .ultra .type15 .img {
    border-radius: 4px;
    overflow: hidden;
  }
}
.ultra .type15 .img img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .ultra .type15 .img img.pc {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .ultra .type15 .img img.tablet {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .ultra .type15 .img img.tablet {
    display: none;
  }
}
.ultra .type15 .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
}
@media screen and (max-width: 1024px) {
  .ultra .type15 .text {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .ultra .type15 .text {
    padding: 0;
  }
}
.ultra .type16 {
  padding: 48px 0 48px;
}
@media screen and (max-width: 1024px) {
  .ultra .type16 {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .ultra .type16 .ultra-title {
    display: none;
  }
}
.ultra .type16 .tablet-title {
  display: none;
}
@media screen and (max-width: 1024px) {
  .ultra .type16 .tablet-title {
    display: block;
    position: absolute;
    top: 28px;
    left: 40px;
    right: 40px;
    font-size: 32px;
    font-family: Inter-Medium;
  }
}
@media screen and (max-width: 750px) {
  .ultra .type16 .tablet-title {
    left: 20px;
    right: 20px;
  }
}
.ultra .type16 .type16-box {
  grid-gap: 48px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .ultra .type16 .type16-box {
    flex-direction: column;
    padding: 0;
    grid-gap: 0;
  }
}
.ultra .type16 .type16-box .left {
  flex-basis: 37%;
  height: fit-content;
  color: #fff;
  position: relative;
}
.ultra .type16 .type16-box .left .img {
  border-radius: 4px;
  overflow: hidden;
}
.ultra .type16 .type16-box .left .img img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .ultra .type16 .type16-box .left .img img.pc {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .ultra .type16 .type16-box .left .img img.tablet {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .ultra .type16 .type16-box .left .img img.tablet {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .ultra .type16 .type16-box .left .text {
    position: absolute;
    bottom: 56px;
    left: 40px;
    right: 40px;
  }
}
@media screen and (max-width: 750px) {
  .ultra .type16 .type16-box .left .text {
    left: 20px;
    right: 20px;
    bottom: 40px;
  }
}
.ultra .type16 .type16-box .left .title {
  font-size: 24px;
  font-family: Inter-Medium;
  margin-top: 34px;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .ultra .type16 .type16-box .left .title {
    font-size: 20px;
  }
}
.ultra .type16 .type16-box .left .summary {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 12px;
}
@media screen and (max-width: 1024px) {
  .ultra .type16 .type16-box .left .summary {
    font-size: 13px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 750px) {
  .ultra .type16 .type16-box .left .summary {
    margin-top: 12px;
  }
}
.ultra .type16 .type16-box .left .button-box {
  display: flex;
  gap: 12px;
  margin-top: 34px;
}
.ultra .type16 .type16-box .right {
  border-radius: 4px;
  background: #161616;
  flex: 1;
  overflow: hidden;
}
.ultra .type16 .type16-box .right .tabs {
  color: #666;
  padding-top: 6px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .ultra .type16 .type16-box .right .tabs {
    padding-top: 24px;
  }
}
.ultra .type16 .type16-box .right .tabs .items {
  padding-left: 16px;
  padding-right: 16px;
  display: inline-flex;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .ultra .type16 .type16-box .right .tabs .items {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ultra .type16 .type16-box .right .tabs .items::after {
    content: '1';
    opacity: 0;
  }
}
.ultra .type16 .type16-box .right .tabs .item {
  padding-bottom: 16px;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-family: Inter-Medium;
  width: 25%;
  margin-right: 12px;
}
@media screen and (max-width: 750px) {
  .ultra .type16 .type16-box .right .tabs .item {
    width: initial;
  }
}
.ultra .type16 .type16-box .right .tabs .item .item-text {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ultra .type16 .type16-box .right .tabs .item span {
  font-size: 12px;
  font-family: Inter-Regular;
}
.ultra .type16 .type16-box .right .tabs .item .color {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 8px auto 0;
}
.ultra .type16 .type16-box .right .tabs .item .color.color1 {
  background: linear-gradient(180deg, #666 0%, #333 100%);
}
.ultra .type16 .type16-box .right .tabs .item .color.color2 {
  background: linear-gradient(180deg, #F6F6F6 0%, #D9D9D9 100%);
}
.ultra .type16 .type16-box .right .tabs .item::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.ultra .type16 .type16-box .right .tabs .item.active {
  color: #fff;
}
.ultra .type16 .type16-box .right .tabs::after {
  height: 1px;
  width: 1000%;
  position: absolute;
  bottom: 0;
  left: -500%;
  background: #666;
}
.ultra .type16 .type16-box .right .line {
  height: 1px;
  width: 100%;
  background: #666;
  transform: translateY(-1px);
}
.ultra .type16 .type16-box .right .tabs-change {
  padding: 24px 16px;
}
@media screen and (max-width: 1024px) {
  .ultra .type16 .type16-box .right .tabs-change {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 750px) {
  .ultra .type16 .type16-box .right .tabs-change {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 48px;
  }
}
.ultra .type16 .type16-box .right .tabs-change .item {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
}
@media screen and (max-width: 750px) {
  .ultra .type16 .type16-box .right .tabs-change .item {
    grid-template-columns: repeat(2, 1fr);
  }
}
.ultra .type16 .type16-box .right .tabs-change .item.active {
  display: grid;
}
.ultra .type16 .type16-box .right .tabs-change .item .i-item {
  padding-top: 26px;
  background: #222;
  border-radius: 4px;
  position: relative;
}
.ultra .type16 .type16-box .right .tabs-change .item .i-item .text {
  color: #fff;
  position: absolute;
  top: 12px;
  left: 8px;
  right: 8px;
  right: 24px;
  font-size: 12px;
}
.ultra .type16.packing-detail {
  padding: 0;
}
.ultra .type16.packing-detail .type16-box .right {
  background: none;
}
.ultra .type16.packing-detail .type16-box .right .tabs {
  color: #666;
  padding-top: 20px;
  width: 100%;
  text-align: center;
  max-width: 676px;
}
@media screen and (max-width: 1024px) {
  .ultra .type16.packing-detail .type16-box .right .tabs {
    padding-top: 24px;
  }
}
.ultra .type16.packing-detail .type16-box .right .tabs .items {
  padding-left: 0;
  padding-right: 0;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .ultra .type16.packing-detail .type16-box .right .tabs .items {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ultra .type16.packing-detail .type16-box .right .line {
  height: 1px;
  width: 100%;
  max-width: 676px;
  background: #222;
  margin: auto;
  transform: translateY(-1px);
}
.ultra .type16.packing-detail .type16-box .right .tabs-change .item {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 750px) {
  .ultra .type16.packing-detail .type16-box .right .tabs-change .item {
    grid-template-columns: repeat(2, 1fr);
  }
}
.ultra .type16.packing-detail .type16-box .right .tabs-change .item.active {
  display: grid;
}
.ultra .type16.packing-detail .type16-box .right .tabs-change .item .i-item {
  padding-top: 26px;
  background: #222;
  border-radius: 4px;
  position: relative;
}
.ultra .type16.packing-detail .type16-box .right .tabs-change .item .i-item .text {
  color: #fff;
  position: absolute;
  top: 12px;
  left: 8px;
  right: 8px;
  font-size: 12px;
}
@keyframes scale {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  25% {
    opacity: 0.9;
  }
  50% {
    opacity: 0.7;
  }
  75% {
    opacity: 0.6;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
/*# sourceMappingURL=product-type.css.map */
