@media screen and (max-width: 750px) {
  .time-run,
  .messages-run {
    display: none;
  }
}
html {
  scroll-behavior: initial;
  font-size: calc(100 * 100vw / 1920);
}
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: #fff;
  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::after {
  content: '';
  background: #C0C0C0;
  bottom: 0;
  left: 0;
  position: absolute;
  height: 1px;
  width: 100%;
}
.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: #fff;
  opacity: 0;
  transition: all 0.5s;
}
.product-type .product-type-menu .swiper-slide.active {
  color: #fff;
}
.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: #fff;
  }
  .product-type .product-type-menu .swiper-slide:hover::after {
    opacity: 1;
  }
}
.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);
}
.WiTalk9-X .product-type-menu {
  position: relative;
  overflow: auto;
  margin: auto;
}
.WiTalk9-X .product-type-menu::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.WiTalk9-X .product-type-menu .items {
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .product-type-menu .items {
    grid-gap: 12px;
  }
}
.WiTalk9-X .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;
}
.WiTalk9-X .product-type-menu .items .item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .product-type-menu .items .item {
    font-size: 14px;
    margin-right: 24px;
  }
}
.WiTalk9-X .product-type-menu .items .item::after {
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 0;
  width: 100%;
  background: #fff;
  opacity: 0;
  transition: all 0.5s;
}
.WiTalk9-X .product-type-menu .items .item.active {
  color: #fff;
}
.WiTalk9-X .product-type-menu .items .item.active::after {
  opacity: 1;
}
@media screen and (min-width: 751px) {
  .WiTalk9-X .product-type-menu .items .item:hover {
    color: #fff;
  }
  .WiTalk9-X .product-type-menu .items .item:hover::after {
    opacity: 1;
  }
}
.WiTalk9-X .section {
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 750px) {
  .WiTalk9-X .section {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.WiTalk9-X .swiper-pagination .swiper-pagination-bullet {
  background: none;
  position: relative;
  width: 18px;
  height: 18px;
  line-height: 1;
  opacity: 1;
}
.WiTalk9-X .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;
}
.WiTalk9-X .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;
}
.WiTalk9-X .swiper-pagination .swiper-pagination-bullet svg {
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  position: relative;
}
.WiTalk9-X .swiper-pagination .swiper-pagination-bullet svg #circle {
  transition-timing-function: linear;
  stroke-dasharray: 140, 140;
  stroke-dashoffset: 140;
}
.WiTalk9-X .swiper-pagination .swiper-pagination-bullet.active::before {
  border-color: rgba(255, 255, 255, 0.2);
}
.WiTalk9-X .swiper-pagination .swiper-pagination-bullet.active::after {
  opacity: 1;
}
.WiTalk9-X .swiper-pagination .swiper-pagination-bullet.active svg {
  opacity: 1;
}
.WiTalk9-X .swiper-pagination .swiper-pagination-bullet.active svg #circle {
  transition-duration: 5.5s;
  stroke-dashoffset: 0;
}
.WiTalk9-X .swiper-pagination .swiper-pagination-bullet.active2 {
  transition-duration: 4.5s;
}
.WiTalk9-X .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
}
.WiTalk9-X .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active svg {
  opacity: 1;
}
.WiTalk9-X .page-title {
  color: #fff;
  width: clamp(300px, 9.6rem, 960px);
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .page-title {
    width: 100%;
  }
}
.WiTalk9-X .page-title .sup {
  font-size: clamp(20px, 0.2rem, 20px);
  color: var(--dominant-color);
  line-height: 1.3;
  font-family: Inter-Medium;
  margin-bottom: clamp(8px, 0.08rem, 8px);
}
@media screen and (max-width: 750px) {
  .WiTalk9-X .page-title .sup {
    font-size: 16px;
  }
}
.WiTalk9-X .page-title .title {
  font-size: clamp(48px, 0.55rem, 55px);
  font-family: Inter-SemiBold;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .WiTalk9-X .page-title .title {
    font-size: 28px;
  }
}
.WiTalk9-X .page-title .summary {
  font-size: clamp(20px, 0.21rem, 21px);
  line-height: 1.3;
  margin-top: clamp(20px, 0.32rem, 32px);
  color: #999;
}
@media screen and (max-width: 750px) {
  .WiTalk9-X .page-title .summary {
    font-size: 14px;
    line-height: 1.4;
  }
}
.WiTalk9-X .page-title .summary span {
  color: var(--dominant-color);
}
.WiTalk9-X .page-title .tip {
  font-size: clamp(12px, 0.12rem, 12px);
  color: #999;
  font-family: Inter-Medium;
  margin-top: clamp(24px, 0.24rem, 24px);
}
.WiTalk9-X img {
  width: 100%;
}
.WiTalk9-X .type1 {
  position: relative;
  background: #000;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .WiTalk9-X .type1 {
    height: auto;
  }
}
.WiTalk9-X .type1 .type1-video {
  height: 100%;
  position: relative;
}
.WiTalk9-X .type1 .type1-video video {
  width: 100%;
  display: block;
  left: 0;
  height: calc(100vh - 56px);
  object-fit: cover;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type1 .type1-video video {
    height: calc(100vh - 86px);
  }
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type1 .type1-video video {
    height: auto;
  }
}
.WiTalk9-X .type1 .text {
  position: absolute;
  z-index: 1;
  color: #fff;
  left: 0;
  right: 0;
  bottom: 56px;
  margin: auto;
  text-align: center;
}
.WiTalk9-X .type1 .text .title {
  font-size: 56px;
  font-family: Inter-Medium;
}
.WiTalk9-X .type1 .text .title span {
  font-family: Inter-Thin;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type1 .text .title {
    font-size: 45px;
  }
}
@media screen and (max-width: 750px) {
  .WiTalk9-X .type1 .text .title {
    font-size: 30px;
  }
}
.WiTalk9-X .type1 .text .summary {
  font-size: 20px;
  margin-top: 12px;
  line-height: 1.2;
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type1 .text .summary {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  .WiTalk9-X .type1 .text .summary {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 25px;
  }
}
.WiTalk9-X .type1 .text .banner-more {
  transition: all 1s;
  display: flex;
  grid-gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin: auto;
  justify-content: center;
  transition-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type1 .text .banner-more {
    grid-gap: 8px;
    justify-content: center;
  }
}
.WiTalk9-X .type2 {
  position: relative;
}
.WiTalk9-X .type2 video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type2 video {
    height: 66vh;
  }
}
.WiTalk9-X .type2 .text {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.WiTalk9-X .type2 .text .title {
  font-family: Inter-Medium;
  font-size: clamp(56px, 0.72rem, 72px);
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type2 .text .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 750px) {
  .WiTalk9-X .type2 .text .title {
    font-size: 28px;
  }
}
.WiTalk9-X .type2 .text .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: 200px;
  height: 56px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  margin: 32px auto auto;
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type2 .text .play-button {
    margin-top: 54px;
  }
}
.WiTalk9-X .type2 .text .play-button svg {
  margin-left: 4px;
}
.WiTalk9-X .type2 .text .play-button .v-text {
  flex: 1;
  text-align: center;
}
.WiTalk9-X .type33 {
  margin-top: -8px;
  background: #fff;
  position: relative;
  z-index: 2;
  padding-top: clamp(60px, 1.36rem, 136px);
  padding-bottom: clamp(60px, 1.36rem, 136px);
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type33 {
    padding-top: 52px;
    padding-bottom: 42px;
  }
}
@media screen and (max-width: 750px) {
  .WiTalk9-X .type33 {
    padding: 50px 0 70px;
  }
}
.WiTalk9-X .type33 .type3-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type33 .type3-box {
    grid-gap: 12px;
  }
}
@media screen and (max-width: 750px) {
  .WiTalk9-X .type33 .type3-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
.WiTalk9-X .type33 .type3-box .type-item {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.WiTalk9-X .type33 .type3-box .type-item .text {
  position: absolute;
  top: 24px;
  left: 24px;
  right: 16px;
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type33 .type3-box .type-item .text {
    left: 16px;
    top: 16px;
    right: 16px;
  }
}
@media screen and (max-width: 750px) {
  .WiTalk9-X .type33 .type3-box .type-item .text {
    left: 12px;
    top: 12px;
  }
}
.WiTalk9-X .type33 .type3-box .type-item .text .title {
  font-size: clamp(12px, 0.24rem, 24px);
  line-height: 1.2;
  color: #fff;
  font-family: Inter-SemiBold;
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type33 .type3-box .type-item .text .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .WiTalk9-X .type33 .type3-box .type-item .text .title {
    font-size: 16px;
  }
}
.WiTalk9-X .type33 .type3-box .type-item .text .summary {
  font-size: clamp(12px, 0.16rem, 16px);
  line-height: 1.2;
  color: #fff;
  margin-top: 4px;
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type33 .type3-box .type-item .text .summary {
    font-size: 16px;
    margin-top: 4px;
  }
}
@media screen and (max-width: 750px) {
  .WiTalk9-X .type33 .type3-box .type-item .text .summary {
    font-size: 12px;
  }
}
.WiTalk9-X .type4 {
  background: #fff;
  position: relative;
  padding-bottom: clamp(60px, 1.2rem, 120px);
}
.WiTalk9-X .type4 img {
  width: 100%;
}
.WiTalk9-X .type4 video {
  display: block;
  width: 100%;
}
.WiTalk9-X .type4 .video-box {
  position: relative;
}
.WiTalk9-X .type4 .video-box::before,
.WiTalk9-X .type4 .video-box::after {
  height: 12.5%;
  width: 100%;
  position: absolute;
  left: 0;
  background: #fff;
}
.WiTalk9-X .type4 .video-box::before {
  top: 0;
}
.WiTalk9-X .type4 .video-box::after {
  bottom: 0;
}
.WiTalk9-X .type4 .page-title {
  color: #000;
}
.WiTalk9-X .type4 .type4-item {
  position: relative;
  margin-top: clamp(60px, 1.2rem, 120px);
  border-radius: 8px;
  overflow: hidden;
}
.WiTalk9-X .type4 .type4-item .text {
  position: absolute;
  left: clamp(56px, 0.56rem, 56px);
  right: clamp(56px, 0.56rem, 56px);
  bottom: clamp(100px, 1rem, 100px);
  max-width: clamp(300px, 5.8rem, 580px);
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type4 .type4-item .text {
    max-width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .WiTalk9-X .type4 .type4-item .text {
    left: 24px;
    right: 24px;
    bottom: 56px;
  }
}
.WiTalk9-X .type4 .type4-item .text .title {
  line-height: 1.3;
  font-size: clamp(40px, 0.4rem, 40px);
  color: #fff;
}
@media screen and (max-width: 750px) {
  .WiTalk9-X .type4 .type4-item .text .title {
    font-size: 28px;
  }
}
.WiTalk9-X .type4 .type4-item .text .summary {
  line-height: 1.3;
  color: #999;
  font-size: clamp(20px, 0.2rem, 20px);
  margin-top: clamp(20px, 0.4rem, 40px);
}
@media screen and (max-width: 750px) {
  .WiTalk9-X .type4 .type4-item .text .summary {
    font-size: 13px;
  }
}
.WiTalk9-X .type5 {
  position: relative;
  background: #000;
}
.WiTalk9-X .type5 .texts {
  padding-top: clamp(300px, 6.3rem, 630px);
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type5 .texts {
    padding-top: 56px;
  }
}
.WiTalk9-X .type5 .img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type5 .img {
    position: initial;
  }
}
.WiTalk9-X .type6 {
  padding-top: clamp(70px, 1.4rem, 140px);
  padding-bottom: clamp(80px, 1.6rem, 160px);
}
.WiTalk9-X .type6 .top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type6 .top {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 12px;
  }
}
.WiTalk9-X .type6 .top .item {
  position: relative;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type6 .top .item:nth-child(3) {
    grid-column: 1 / 3;
  }
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type6 .top .item:nth-child(3) .text {
    max-width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .WiTalk9-X .type6 .top .item:nth-child(3) .text {
    max-width: 100%;
  }
}
.WiTalk9-X .type6 .top .item .text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: clamp(30px, 0.4rem, 40px);
  font-size: clamp(24px, 0.24rem, 24px);
  font-family: Inter-Medium;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .WiTalk9-X .type6 .top .item .text {
    font-size: 14px;
    padding: 13px 16px;
  }
}
.WiTalk9-X .type6 .top .item .text .title {
  line-height: 1.3;
}
.WiTalk9-X .type6 .bottom {
  position: relative;
  background: #181717;
}
.WiTalk9-X .type6 .bottom .text {
  position: absolute;
  left: 56px;
  bottom: 96px;
  font-size: clamp(40px, 0.4rem, 40px);
  font-family: Inter-Medium;
  color: #fff;
  max-width: clamp(300px, 6.2rem, 620px);
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type6 .bottom .text {
    position: initial;
    max-width: 100%;
    padding: 30px;
  }
}
@media screen and (max-width: 750px) {
  .WiTalk9-X .type6 .bottom .text {
    font-size: 24px;
    padding: 13px 16px;
  }
}
.WiTalk9-X .type6 .bottom .text .title {
  line-height: 1.3;
}
.WiTalk9-X .type6 .bottom .text .summary {
  font-size: clamp(20px, 0.2rem, 20px);
  color: #999;
  margin-top: clamp(24px, 0.24rem, 24px);
}
@media screen and (max-width: 750px) {
  .WiTalk9-X .type6 .bottom .text .summary {
    font-size: 13px;
  }
}
.WiTalk9-X .type7 {
  background: #fff;
  position: relative;
}
.WiTalk9-X .type7 video {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type7 video {
    height: 80vh;
    object-fit: cover;
  }
}
.WiTalk9-X .type7 .text {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type7 .text {
    position: absolute !important;
  }
}
.WiTalk9-X .type7::after {
  content: '';
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
}
.WiTalk9-X .type7,
.WiTalk9-X .type8,
.WiTalk9-X .type10,
.WiTalk9-X .type12 {
  position: relative;
}
.WiTalk9-X .type7 .text,
.WiTalk9-X .type8 .text,
.WiTalk9-X .type10 .text,
.WiTalk9-X .type12 .text {
  position: absolute;
  bottom: clamp(60px, 1.2rem, 120px);
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type7 .text,
  .WiTalk9-X .type8 .text,
  .WiTalk9-X .type10 .text,
  .WiTalk9-X .type12 .text {
    position: initial;
    padding-top: 56px;
    padding-bottom: 96px;
  }
}
.WiTalk9-X .type10 {
  background: linear-gradient(to bottom, #000, #284A42);
}
.WiTalk9-X .type11 {
  background: #fff;
  position: relative;
}
.WiTalk9-X .type11 .video-box {
  margin: auto;
}
.WiTalk9-X .type11 .video-box video {
  display: block;
  width: 100%;
}
.WiTalk9-X .type11 .page-title {
  color: #000;
}
.WiTalk9-X .type11 .text {
  display: flex;
  gap: 64px;
  padding-top: clamp(30px, 0.6rem, 60px);
  padding-bottom: clamp(60px, 1.2rem, 120px);
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type11 .text {
    flex-direction: column;
    gap: 24px;
  }
}
.WiTalk9-X .type11 .text .numbers {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type11 .text .numbers {
    flex-direction: row;
    gap: 24px;
    justify-content: flex-start;
  }
}
.WiTalk9-X .type11 .text .numbers .item {
  background: #f1f1f1;
  border-radius: 0.2rem;
  padding: clamp(10px, 0.16rem, 16px) clamp(10px, 0.26rem, 26px);
  width: clamp(150px, 2.2rem, 220px);
}
.WiTalk9-X .type11 .text .numbers .item .key {
  line-height: 1;
  font-size: clamp(20px, 0.24rem, 24px);
  color: var(--dominant-color);
  font-family: Inter-Medium;
}
.WiTalk9-X .type11 .text .numbers .item .key span {
  font-size: clamp(40px, 0.56rem, 56px);
}
.WiTalk9-X .type11 .text .numbers .item .value {
  font-size: clamp(20px, 0.24rem, 24px);
  color: #999;
}
.WiTalk9-X .type12 {
  position: relative;
  background: #fff;
}
.WiTalk9-X .type12 .bottom {
  position: absolute;
  bottom: clamp(60px, 1.2rem, 120px);
  width: 100%;
  left: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type12 .bottom {
    position: initial;
    padding: 64px 40px 64px;
    background: #272727;
  }
}
@media screen and (max-width: 750px) {
  .WiTalk9-X .type12 .bottom {
    position: initial;
    padding-left: 24px;
    padding-right: 24px;
    background: #272727;
  }
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type12 .page-title {
    color: #000;
  }
}
.WiTalk9-X .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backdrop-filter: blur(30px);
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  opacity: 0;
  z-index: 2;
}
.WiTalk9-X .type-show {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
}
.WiTalk9-X .type-show .item {
  display: flex;
  gap: clamp(32px, 0.64rem, 64px);
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .WiTalk9-X .type-show .item {
    flex-direction: column;
    gap: clamp(20px, 0.4rem, 20px);
  }
}
.WiTalk9-X .type-show .item .img {
  flex-basis: 50%;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .WiTalk9-X .type-show .item .img {
    width: 50%;
  }
}
.WiTalk9-X .type-show .item .type8-text {
  flex-basis: 50%;
}
.WiTalk9-X .type-show .item .type8-text .title {
  font-family: Inter-SemiBold;
  font-size: clamp(40px, 0.4rem, 40px);
}
@media screen and (max-width: 750px) {
  .WiTalk9-X .type-show .item .type8-text .title {
    font-size: 20px;
  }
}
.WiTalk9-X .type-show .item .type8-text .summary {
  font-size: clamp(20px, 0.2rem, 20px);
  margin-top: clamp(40px, 0.4rem, 40px);
}
@media screen and (max-width: 750px) {
  .WiTalk9-X .type-show .item .type8-text .summary {
    font-size: 12px;
    margin-top: 10px;
  }
}
.WiTalk9-X .type9,
.WiTalk9-X .type13 {
  padding-bottom: clamp(60px, 1.2rem, 120px);
}
.WiTalk9-X .type9 .swiper,
.WiTalk9-X .type13 .swiper {
  overflow: initial;
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type9 .swiper .swiper-wrapper,
  .WiTalk9-X .type13 .swiper .swiper-wrapper {
    gap: 24px 0;
  }
}
.WiTalk9-X .type9 .swiper .swiper-slide .swiper-text,
.WiTalk9-X .type13 .swiper .swiper-slide .swiper-text {
  margin-top: clamp(20px, 0.32rem, 32px);
  color: #fff;
  font-size: clamp(14px, 0.16rem, 16px);
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type9 .swiper .swiper-slide .swiper-text,
  .WiTalk9-X .type13 .swiper .swiper-slide .swiper-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .WiTalk9-X .type9 .swiper .swiper-slide .swiper-text,
  .WiTalk9-X .type13 .swiper .swiper-slide .swiper-text {
    font-size: 12px;
  }
}
.WiTalk9-X .type9 .swiper .swiper-slide .swiper-text span,
.WiTalk9-X .type13 .swiper .swiper-slide .swiper-text span {
  display: inline-block;
  font-size: clamp(12px, 0.16rem, 16px);
}
.WiTalk9-X .type9 .swiper .swiper-slide .swiper-text strong,
.WiTalk9-X .type13 .swiper .swiper-slide .swiper-text strong {
  color: #000;
}
.WiTalk9-X .type9 .swiper .swiper-slide .img,
.WiTalk9-X .type13 .swiper .swiper-slide .img {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #F7F7F7;
}
.WiTalk9-X .type9 .swiper .swiper-slide .img img,
.WiTalk9-X .type13 .swiper .swiper-slide .img img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.WiTalk9-X .type9 .swiper .swiper-slide .img .icon,
.WiTalk9-X .type13 .swiper .swiper-slide .img .icon {
  position: absolute;
  width: clamp(30px, 0.4rem, 40px);
  height: clamp(30px, 0.4rem, 40px);
  bottom: clamp(16px, 0.2rem, 20px);
  right: clamp(16px, 0.2rem, 20px);
}
.WiTalk9-X .type9 .swiper .swiper-slide .img .icon img,
.WiTalk9-X .type13 .swiper .swiper-slide .img .icon img {
  display: none;
}
.WiTalk9-X .type9 .swiper .swiper-slide .img .icon img.active,
.WiTalk9-X .type13 .swiper .swiper-slide .img .icon img.active {
  display: block;
}
.WiTalk9-X .type9 .swiper .swiper-button,
.WiTalk9-X .type13 .swiper .swiper-button {
  margin-top: clamp(20px, 0.4rem, 40px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(24px, 0.32rem, 32px);
  padding-right: clamp(20px, 0.4rem, 40px);
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type9 .swiper .swiper-button,
  .WiTalk9-X .type13 .swiper .swiper-button {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .WiTalk9-X .type9 .swiper .swiper-button,
  .WiTalk9-X .type13 .swiper .swiper-button {
    gap: 30px;
  }
}
.WiTalk9-X .type9 .swiper .swiper-button .swiper-button-prev,
.WiTalk9-X .type13 .swiper .swiper-button .swiper-button-prev,
.WiTalk9-X .type9 .swiper .swiper-button .swiper-button-next,
.WiTalk9-X .type13 .swiper .swiper-button .swiper-button-next {
  position: initial;
  margin-top: auto;
  background: #fff;
  width: 56px;
  height: 56px;
}
@media screen and (max-width: 750px) {
  .WiTalk9-X .type9 .swiper .swiper-button .swiper-button-prev,
  .WiTalk9-X .type13 .swiper .swiper-button .swiper-button-prev,
  .WiTalk9-X .type9 .swiper .swiper-button .swiper-button-next,
  .WiTalk9-X .type13 .swiper .swiper-button .swiper-button-next {
    width: 26px;
    height: 26px;
  }
}
.WiTalk9-X .type9 .swiper .swiper-button .swiper-button-prev img,
.WiTalk9-X .type13 .swiper .swiper-button .swiper-button-prev img,
.WiTalk9-X .type9 .swiper .swiper-button .swiper-button-next img,
.WiTalk9-X .type13 .swiper .swiper-button .swiper-button-next img {
  width: auto;
}
@media screen and (max-width: 750px) {
  .WiTalk9-X .type9 .swiper .swiper-button .swiper-button-prev img,
  .WiTalk9-X .type13 .swiper .swiper-button .swiper-button-prev img,
  .WiTalk9-X .type9 .swiper .swiper-button .swiper-button-next img,
  .WiTalk9-X .type13 .swiper .swiper-button .swiper-button-next img {
    width: 16px;
  }
}
.WiTalk9-X .type9 .swiper .swiper-button .swiper-button-prev.swiper-button-disabled,
.WiTalk9-X .type13 .swiper .swiper-button .swiper-button-prev.swiper-button-disabled,
.WiTalk9-X .type9 .swiper .swiper-button .swiper-button-next.swiper-button-disabled,
.WiTalk9-X .type13 .swiper .swiper-button .swiper-button-next.swiper-button-disabled {
  opacity: 0.6 !important;
}
.WiTalk9-X .type14 {
  padding-top: clamp(60px, 1.2rem, 120px);
  padding-bottom: clamp(30px, 0.6rem, 60px);
  background: #fff;
}
.WiTalk9-X .type14 .type14-title {
  font-size: clamp(40px, 0.4rem, 40px);
  font-family: Inter-SemiBold;
}
.WiTalk9-X .type14 .compare .bottom .s-item .title {
  color: #000;
}
.WiTalk9-X .type14 .compare .bottom .s-item ul {
  color: #000;
  border-color: #d9d9d9;
}
@media screen and (max-width: 750px) {
  .WiTalk9-X .type14 .compare .bottom .s-item ul {
    padding-bottom: 0;
  }
}
.WiTalk9-X .type14 .compare .bottom .s-item ul:nth-child(n+6) {
  display: none;
}
.WiTalk9-X .type14.active .compare .bottom .s-item ul:nth-child(n+6) {
  display: flex;
}
.WiTalk9-X .type14 .compare .bottom .s-item ul > li {
  color: #000;
  padding-left: 0;
}
.WiTalk9-X .type14 .compare .bottom .s-item ul > li:first-child {
  color: #999;
}
.WiTalk9-X .type14 .compare .top .s-item .common-btn.f-more {
  border-color: var(--dominant-color);
  color: var(--dominant-color);
}
.WiTalk9-X .type14 .compare .top .s-item .title {
  font-size: clamp(20px, 0.2rem, 20px);
  font-family: Inter-SemiBold;
  color: #000;
}
.WiTalk9-X .type14 .Show-more {
  color: #000;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
}
.WiTalk9-X .type14 .Show-more:hover {
  color: var(--dominant-color);
}
.WiTalk9-X .type13 {
  padding-bottom: 0;
}
.WiTalk9-X .type15 {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type15 .img {
    border-radius: 4px;
    overflow: hidden;
  }
}
.WiTalk9-X .type15 .img img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type15 .img img.pc {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type15 .img img.tablet {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .WiTalk9-X .type15 .img img.tablet {
    display: none;
  }
}
.WiTalk9-X .type15 .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type15 .text {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .WiTalk9-X .type15 .text {
    padding: 0;
  }
}
.WiTalk9-X .type15 .text .title {
  font-size: clamp(20px, 0.4rem, 40px);
  margin-bottom: clamp(30px, 0.6rem, 60px);
  color: #fff;
  line-height: 1.2;
  font-family: Inter-Medium;
}
.WiTalk9-X .type16 {
  padding: 48px 0 48px;
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type16 {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.WiTalk9-X .type16 .WiTalk-x-title {
  color: #fff;
  font-size: clamp(32px, 0.4rem, 40px);
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type16 .WiTalk-x-title {
    display: none;
  }
}
.WiTalk9-X .type16 .tablet-title {
  display: none;
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .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) {
  .WiTalk9-X .type16 .tablet-title {
    left: 20px;
    right: 20px;
  }
}
.WiTalk9-X .type16 .type16-box {
  grid-gap: 48px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type16 .type16-box {
    flex-direction: column;
    padding: 0;
    grid-gap: 0;
  }
}
.WiTalk9-X .type16 .type16-box .left {
  flex-basis: 37%;
  height: fit-content;
  color: #fff;
  position: relative;
}
.WiTalk9-X .type16 .type16-box .left .img {
  border-radius: 4px;
  overflow: hidden;
}
.WiTalk9-X .type16 .type16-box .left .img img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type16 .type16-box .left .img img.pc {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type16 .type16-box .left .img img.tablet {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .WiTalk9-X .type16 .type16-box .left .img img.tablet {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type16 .type16-box .left .text {
    position: absolute;
    bottom: 56px;
    left: 40px;
    right: 40px;
  }
}
@media screen and (max-width: 750px) {
  .WiTalk9-X .type16 .type16-box .left .text {
    left: 20px;
    right: 20px;
    bottom: 40px;
  }
}
.WiTalk9-X .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) {
  .WiTalk9-X .type16 .type16-box .left .title {
    font-size: 20px;
  }
}
.WiTalk9-X .type16 .type16-box .left .summary {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 12px;
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type16 .type16-box .left .summary {
    font-size: 13px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 750px) {
  .WiTalk9-X .type16 .type16-box .left .summary {
    margin-top: 12px;
  }
}
.WiTalk9-X .type16 .type16-box .left .button-box {
  display: flex;
  gap: 12px;
  margin-top: 34px;
}
.WiTalk9-X .type16 .type16-box .right {
  border-radius: 4px;
  background: #161616;
  flex: 1;
  overflow: hidden;
}
.WiTalk9-X .type16 .type16-box .right .tabs {
  color: #666;
  padding-top: 6px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type16 .type16-box .right .tabs {
    padding-top: 24px;
  }
}
.WiTalk9-X .type16 .type16-box .right .tabs .items {
  padding-left: 16px;
  padding-right: 16px;
  display: inline-flex;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .WiTalk9-X .type16 .type16-box .right .tabs .items {
    padding-left: 20px;
    padding-right: 20px;
  }
  .WiTalk9-X .type16 .type16-box .right .tabs .items::after {
    content: '1';
    opacity: 0;
  }
}
.WiTalk9-X .type16 .type16-box .right .tabs .item {
  padding-top: 12px;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-family: Inter-Medium;
  width: 33%;
  margin-right: 12px;
}
@media screen and (max-width: 750px) {
  .WiTalk9-X .type16 .type16-box .right .tabs .item {
    width: initial;
  }
}
.WiTalk9-X .type16 .type16-box .right .tabs .item .item-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.WiTalk9-X .type16 .type16-box .right .tabs .item span {
  font-size: 12px;
  font-family: Inter-Regular;
}
.WiTalk9-X .type16 .type16-box .right .tabs .item .color {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 8px auto 0;
}
.WiTalk9-X .type16 .type16-box .right .tabs .item .color.color1 {
  background: linear-gradient(180deg, #666 0%, #333 100%);
}
.WiTalk9-X .type16 .type16-box .right .tabs .item .color.color2 {
  background: linear-gradient(180deg, #F6F6F6 0%, #D9D9D9 100%);
}
.WiTalk9-X .type16 .type16-box .right .tabs .item::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.WiTalk9-X .type16 .type16-box .right .tabs .item.active {
  color: #fff;
}
.WiTalk9-X .type16 .type16-box .right .tabs::after {
  height: 1px;
  width: 1000%;
  position: absolute;
  bottom: 0;
  left: -500%;
  background: #666;
}
.WiTalk9-X .type16 .type16-box .right .line {
  height: 1px;
  width: 100%;
  background: #666;
  transform: translateY(-1px);
}
.WiTalk9-X .type16 .type16-box .right .mid-tabs {
  display: flex;
  justify-content: center;
  font-size: clamp(12px, 0.14rem, 14px);
  color: #666;
  margin-top: 16px;
}
.WiTalk9-X .type16 .type16-box .right .mid-tabs .m-item {
  display: none;
  gap: clamp(16px, 0.16rem, 16px);
}
.WiTalk9-X .type16 .type16-box .right .mid-tabs .m-item.active {
  display: flex;
}
.WiTalk9-X .type16 .type16-box .right .mid-tabs .m-item .mm-item {
  cursor: pointer;
  padding: clamp(6px, 0.6rem, 6px) clamp(16px, 0.32rem, 32px);
  border-radius: 99px;
}
.WiTalk9-X .type16 .type16-box .right .mid-tabs .m-item .mm-item.active,
.WiTalk9-X .type16 .type16-box .right .mid-tabs .m-item .mm-item:hover {
  color: #fff;
  background: #222;
}
.WiTalk9-X .type16 .type16-box .right .tabs-change {
  padding: 24px 16px;
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type16 .type16-box .right .tabs-change {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 750px) {
  .WiTalk9-X .type16 .type16-box .right .tabs-change {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 48px;
  }
}
.WiTalk9-X .type16 .type16-box .right .tabs-change .item {
  display: none;
}
.WiTalk9-X .type16 .type16-box .right .tabs-change .item.active {
  display: block;
}
.WiTalk9-X .type16 .type16-box .right .tabs-change .item .m-item {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
}
@media screen and (max-width: 750px) {
  .WiTalk9-X .type16 .type16-box .right .tabs-change .item .m-item {
    grid-template-columns: repeat(2, 1fr);
  }
}
.WiTalk9-X .type16 .type16-box .right .tabs-change .item .m-item.active {
  display: grid;
}
.WiTalk9-X .type16 .type16-box .right .tabs-change .item .i-item {
  padding-top: 26px;
  background: #222;
  border-radius: 4px;
  position: relative;
}
.WiTalk9-X .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;
}
.WiTalk9-X .type16.packing-detail {
  padding: 0;
}
.WiTalk9-X .type16.packing-detail .type16-box .right {
  background: none;
}
.WiTalk9-X .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) {
  .WiTalk9-X .type16.packing-detail .type16-box .right .tabs {
    padding-top: 24px;
  }
}
.WiTalk9-X .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) {
  .WiTalk9-X .type16.packing-detail .type16-box .right .tabs .items {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.WiTalk9-X .type16.packing-detail .type16-box .right .line {
  height: 1px;
  width: 100%;
  max-width: 676px;
  background: #222;
  margin: auto;
  transform: translateY(-1px);
}
.WiTalk9-X .type16.packing-detail .type16-box .right .tabs-change .item .m-item {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 1024px) {
  .WiTalk9-X .type16.packing-detail .type16-box .right .tabs-change .item .m-item {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 750px) {
  .WiTalk9-X .type16.packing-detail .type16-box .right .tabs-change .item .m-item {
    grid-template-columns: repeat(2, 1fr);
  }
}
.WiTalk9-X .type16.packing-detail .type16-box .right .tabs-change .item .i-item {
  padding-top: 26px;
  background: #222;
  border-radius: 4px;
  position: relative;
}
.WiTalk9-X .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=WiTalk9-x.css.map */