@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;
}
@media screen and (max-width: 750px) {
  .product-type .product-type-menu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.product-type .product-type-menu::after {
  content: '';
  background: #C0C0C0;
  bottom: 0;
  left: 0;
  position: absolute;
  height: 1px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .product-type .product-type-menu::after {
    display: none;
  }
}
.product-type .product-type-menu::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.product-type .product-type-menu .items {
  display: inline-block;
}
@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);
}
.WiTalk-Base .product-type-menu {
  position: relative;
  overflow: auto;
  margin: auto;
}
.WiTalk-Base .product-type-menu::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.WiTalk-Base .product-type-menu .items {
  display: inline-flex;
}
@media screen and (max-width: 1024px) {
  .WiTalk-Base .product-type-menu .items {
    grid-gap: 12px;
  }
}
.WiTalk-Base .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;
}
.WiTalk-Base .product-type-menu .items .item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .WiTalk-Base .product-type-menu .items .item {
    font-size: 14px;
    margin-right: 24px;
  }
}
.WiTalk-Base .product-type-menu .items .item::after {
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 0;
  width: 100%;
  background: #fff;
  opacity: 0;
  transition: all 0.5s;
}
.WiTalk-Base .product-type-menu .items .item.active {
  color: #fff;
}
.WiTalk-Base .product-type-menu .items .item.active::after {
  opacity: 1;
}
@media screen and (min-width: 751px) {
  .WiTalk-Base .product-type-menu .items .item:hover {
    color: #fff;
  }
  .WiTalk-Base .product-type-menu .items .item:hover::after {
    opacity: 1;
  }
}
.WiTalk-Base .section {
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 750px) {
  .WiTalk-Base .section {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.WiTalk-Base .swiper-pagination .swiper-pagination-bullet {
  background: none;
  position: relative;
  width: 18px;
  height: 18px;
  line-height: 1;
  opacity: 1;
}
.WiTalk-Base .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;
}
.WiTalk-Base .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;
}
.WiTalk-Base .swiper-pagination .swiper-pagination-bullet svg {
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  position: relative;
}
.WiTalk-Base .swiper-pagination .swiper-pagination-bullet svg #circle {
  transition-timing-function: linear;
  stroke-dasharray: 140, 140;
  stroke-dashoffset: 140;
}
.WiTalk-Base .swiper-pagination .swiper-pagination-bullet.active::before {
  border-color: rgba(255, 255, 255, 0.2);
}
.WiTalk-Base .swiper-pagination .swiper-pagination-bullet.active::after {
  opacity: 1;
}
.WiTalk-Base .swiper-pagination .swiper-pagination-bullet.active svg {
  opacity: 1;
}
.WiTalk-Base .swiper-pagination .swiper-pagination-bullet.active svg #circle {
  transition-duration: 5.5s;
  stroke-dashoffset: 0;
}
.WiTalk-Base .swiper-pagination .swiper-pagination-bullet.active2 {
  transition-duration: 4.5s;
}
.WiTalk-Base .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
}
.WiTalk-Base .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active svg {
  opacity: 1;
}
.WiTalk-Base .page-title {
  color: #fff;
  width: clamp(300px, 9.6rem, 960px);
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .WiTalk-Base .page-title {
    width: 100%;
  }
}
.WiTalk-Base .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) {
  .WiTalk-Base .page-title .sup {
    font-size: 16px;
  }
}
.WiTalk-Base .page-title .title {
  font-size: clamp(48px, 0.55rem, 55px);
  font-family: Inter-SemiBold;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .WiTalk-Base .page-title .title {
    font-size: 28px;
  }
}
.WiTalk-Base .page-title .summary {
  font-size: clamp(20px, 0.21rem, 21px);
  line-height: 1.3;
  margin-top: clamp(20px, 0.32rem, 32px);
}
@media screen and (max-width: 750px) {
  .WiTalk-Base .page-title .summary {
    font-size: 14px;
    line-height: 1.4;
  }
}
.WiTalk-Base .page-title .summary span {
  color: var(--dominant-color);
}
.WiTalk-Base .type1 {
  position: relative;
  background: #000;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .WiTalk-Base .type1 {
    height: auto;
  }
}
.WiTalk-Base .type1 .type1-video {
  height: 100%;
  position: relative;
}
.WiTalk-Base .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) {
  .WiTalk-Base .type1 .type1-video video {
    height: calc(100vh - 86px);
  }
}
@media screen and (max-width: 1024px) {
  .WiTalk-Base .type1 .type1-video video {
    height: auto;
  }
}
.WiTalk-Base .type1 .text {
  position: absolute;
  z-index: 1;
  color: #fff;
  left: 0;
  right: 0;
  top: 56px;
  margin: auto;
  text-align: center;
}
.WiTalk-Base .type1 .text .title {
  font-size: 56px;
  font-family: Inter-Medium;
}
.WiTalk-Base .type1 .text .title span {
  font-family: Inter-Thin;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .WiTalk-Base .type1 .text .title {
    font-size: 45px;
  }
}
@media screen and (max-width: 750px) {
  .WiTalk-Base .type1 .text .title {
    font-size: 30px;
  }
}
.WiTalk-Base .type1 .text .summary {
  font-size: 20px;
  margin-top: 12px;
  line-height: 1.2;
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .WiTalk-Base .type1 .text .summary {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  .WiTalk-Base .type1 .text .summary {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 25px;
  }
}
.WiTalk-Base .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) {
  .WiTalk-Base .type1 .text .banner-more {
    grid-gap: 8px;
    justify-content: center;
  }
}
.WiTalk-Base .type2 {
  position: relative;
}
.WiTalk-Base .type2 video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .WiTalk-Base .type2 video {
    height: 66vh;
  }
}
.WiTalk-Base .type2 .text {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.WiTalk-Base .type2 .text .title {
  font-family: Inter-Medium;
  font-size: clamp(56px, 0.72rem, 72px);
}
@media screen and (max-width: 1024px) {
  .WiTalk-Base .type2 .text .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 750px) {
  .WiTalk-Base .type2 .text .title {
    font-size: 28px;
  }
}
.WiTalk-Base .type33 {
  background: #000;
  position: relative;
  z-index: 2;
  padding-top: clamp(40px, 0.8rem, 80px);
  padding-bottom: clamp(40px, 0.9rem, 90px);
}
@media screen and (max-width: 1024px) {
  .WiTalk-Base .type33 {
    padding-top: 52px;
    padding-bottom: 42px;
  }
}
@media screen and (max-width: 750px) {
  .WiTalk-Base .type33 {
    padding: 50px 0 70px;
  }
}
.WiTalk-Base .type33 .key {
  font-size: clamp(20px, 0.4rem, 40px);
  color: #fff;
  font-family: Inter-SemiBold;
  margin-bottom: clamp(28px, 0.54rem, 54px);
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .WiTalk-Base .type33 .key {
    font-size: 32px;
  }
}
.WiTalk-Base .type33 .type3-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
}
@media screen and (max-width: 1024px) {
  .WiTalk-Base .type33 .type3-box {
    grid-gap: 12px;
  }
}
@media screen and (max-width: 750px) {
  .WiTalk-Base .type33 .type3-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
.WiTalk-Base .type33 .type3-box .type-item {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.WiTalk-Base .type33 .type3-box .type-item .text {
  position: absolute;
  top: 24px;
  left: 24px;
  right: 16px;
}
@media screen and (max-width: 1024px) {
  .WiTalk-Base .type33 .type3-box .type-item .text {
    left: 16px;
    top: 16px;
    right: 16px;
  }
}
@media screen and (max-width: 750px) {
  .WiTalk-Base .type33 .type3-box .type-item .text {
    left: 12px;
    top: 12px;
  }
}
.WiTalk-Base .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) {
  .WiTalk-Base .type33 .type3-box .type-item .text .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .WiTalk-Base .type33 .type3-box .type-item .text .title {
    font-size: 16px;
  }
}
.WiTalk-Base .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) {
  .WiTalk-Base .type33 .type3-box .type-item .text .summary {
    font-size: 16px;
    margin-top: 4px;
  }
}
@media screen and (max-width: 750px) {
  .WiTalk-Base .type33 .type3-box .type-item .text .summary {
    font-size: 12px;
  }
}
.WiTalk-Base .type4 {
  width: 100vw;
  position: relative;
}
.WiTalk-Base .type4 img {
  width: 100%;
}
.WiTalk-Base .type4 .text {
  position: absolute;
  top: clamp(40px, 0.8rem, 80px);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 60%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .WiTalk-Base .type4 .text {
    position: initial;
    padding-top: 56px;
    padding-bottom: 56px;
    transform: translateX(0);
    height: auto !important;
  }
}
.WiTalk-Base .type4 .text .page-title {
  position: sticky;
  top: 10%;
}
.WiTalk-Base .type4 .text .app {
  display: flex;
  margin-top: clamp(32px, 0.64rem, 64px);
  gap: clamp(16px, 0.28rem, 28px);
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .WiTalk-Base .type4 .text .app {
    justify-content: space-between;
  }
}
@media screen and (max-width: 750px) {
  .WiTalk-Base .type4 .text .app {
    flex-direction: column;
    align-items: flex-start;
  }
}
.WiTalk-Base .type4 .text .app .left {
  display: flex;
  align-items: center;
  gap: clamp(16px, 0.16rem, 16px);
  font-size: clamp(16px, 0.16rem, 16px);
  color: #fff;
}
.WiTalk-Base .type4 .text .app .left .img {
  flex-basis: clamp(80px, 0.96rem, 96px);
}
@media screen and (max-width: 1024px) {
  .WiTalk-Base .type4 .text .app .left .img {
    flex-basis: 80px;
  }
}
.WiTalk-Base .type4 .text .app .left .a-text .title2 {
  display: flex;
  align-items: center;
  color: var(--dominant-color);
}
.WiTalk-Base .type4 .text .app .right {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.16rem, 16px);
}
.WiTalk-Base .type4 .tip-box {
  position: absolute;
  bottom: clamp(40px, 0.8rem, 80px);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
  font-size: clamp(12px, 0.12rem, 12px);
  z-index: 2;
}
.WiTalk-Base .type4 .tip-box .tip {
  font-family: Inter-Medium;
  width: clamp(500px, 9.9rem, 990px);
}
@media screen and (max-width: 750px) {
  .WiTalk-Base .type4 .tip-box .tip {
    width: 100%;
  }
}
.WiTalk-Base .type4 .bottom {
  position: absolute;
  bottom: clamp(150px, 3rem, 300px);
  width: 100%;
  left: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .WiTalk-Base .type4 .bottom {
    position: initial;
    padding: 64px 40px 64px;
    background: #272727;
  }
}
@media screen and (max-width: 750px) {
  .WiTalk-Base .type4 .bottom {
    position: initial;
    padding-left: 24px;
    padding-right: 24px;
    background: #272727;
  }
}
.WiTalk-Base .type4 .bottom .swiper {
  overflow: initial;
}
@media screen and (max-width: 1024px) {
  .WiTalk-Base .type4 .bottom .swiper .swiper-wrapper {
    gap: 48px 0;
  }
}
.WiTalk-Base .type4 .bottom .swiper .swiper-slide {
  border-radius: 8px;
  overflow: hidden;
}
.WiTalk-Base .type4 .bottom .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;
  font-family: Inter-Medium;
}
@media screen and (max-width: 1024px) {
  .WiTalk-Base .type4 .bottom .swiper .swiper-slide .swiper-text {
    font-size: 17px;
  }
}
@media screen and (max-width: 750px) {
  .WiTalk-Base .type4 .bottom .swiper .swiper-slide .swiper-text {
    font-size: 13px;
    margin-top: 32px;
  }
}
.WiTalk-Base .type4 .bottom .swiper .swiper-slide .swiper-text span {
  display: inline-block;
  font-size: clamp(12px, 0.16rem, 16px);
}
.WiTalk-Base .type4 .bottom .swiper .swiper-slide .swiper-text strong {
  color: #000;
}
.WiTalk-Base .type4 .bottom .swiper .swiper-slide .img {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #F7F7F7;
}
.WiTalk-Base .type4 .bottom .swiper .swiper-slide .img img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.WiTalk-Base .type4 .bottom .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);
}
.WiTalk-Base .type4 .bottom .swiper .swiper-slide .img .icon img {
  display: none;
}
.WiTalk-Base .type4 .bottom .swiper .swiper-slide .img .icon img.active {
  display: block;
}
.WiTalk-Base .type4 .bottom .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) {
  .WiTalk-Base .type4 .bottom .swiper .swiper-button {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .WiTalk-Base .type4 .bottom .swiper .swiper-button {
    gap: 30px;
  }
}
.WiTalk-Base .type4 .bottom .swiper .swiper-button .swiper-button-prev,
.WiTalk-Base .type4 .bottom .swiper .swiper-button .swiper-button-next {
  position: initial;
  margin-top: auto;
  background: #fff;
  width: 56px;
  height: 56px;
}
@media screen and (max-width: 750px) {
  .WiTalk-Base .type4 .bottom .swiper .swiper-button .swiper-button-prev,
  .WiTalk-Base .type4 .bottom .swiper .swiper-button .swiper-button-next {
    width: 26px;
    height: 26px;
  }
}
.WiTalk-Base .type4 .bottom .swiper .swiper-button .swiper-button-prev img,
.WiTalk-Base .type4 .bottom .swiper .swiper-button .swiper-button-next img {
  width: auto;
}
@media screen and (max-width: 750px) {
  .WiTalk-Base .type4 .bottom .swiper .swiper-button .swiper-button-prev img,
  .WiTalk-Base .type4 .bottom .swiper .swiper-button .swiper-button-next img {
    width: 6px;
  }
}
.WiTalk-Base .type4 .bottom .swiper .swiper-button .swiper-button-prev.swiper-button-disabled,
.WiTalk-Base .type4 .bottom .swiper .swiper-button .swiper-button-next.swiper-button-disabled {
  opacity: 0.6 !important;
}
.WiTalk-Base .type4 .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;
}
@media screen and (max-width: 1024px) {
  .WiTalk-Base .type4 .blur-pc {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .WiTalk-Base .type4-7 .text {
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 750px) {
  .WiTalk-Base .type4-7 .text {
    padding-top: 0;
  }
}
.WiTalk-Base .buttons {
  position: absolute;
  bottom: clamp(32px, 0.64rem, 64px);
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .WiTalk-Base .buttons {
    position: initial;
    padding-bottom: 120px;
  }
}
.WiTalk-Base .button {
  display: flex;
  justify-content: center;
  border-radius: 28px;
  background: #4c4c4c;
  backdrop-filter: blur(8px);
  width: fit-content;
  z-index: 1;
  padding: 4px;
  margin: auto;
}
.WiTalk-Base .button .item {
  cursor: pointer;
  margin: 0 16px;
  border-radius: 28px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  transition: all 0.5s;
  position: relative;
  z-index: 2;
  text-align: center;
  font-family: Inter-Medium;
}
@media screen and (max-width: 750px) {
  .WiTalk-Base .button .item {
    margin: 0 8px;
    min-width: 40px;
    font-size: 12px;
  }
}
.WiTalk-Base .button .item.active {
  color: #fff;
}
.WiTalk-Base .button .item-bg {
  background: #818181;
  border-radius: 24px;
  height: 48px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: all 0.5s;
}
.WiTalk-Base .button-text {
  color: #fff;
  font-size: clamp(14px, 0.18rem, 18px);
  max-width: 700px;
  margin: clamp(20px, 0.3rem, 30px) auto 0;
}
.WiTalk-Base .button-text .item {
  display: none;
}
.WiTalk-Base .button-text .item.active {
  display: block;
}
.WiTalk-Base .button-bgs {
  position: absolute;
}
.WiTalk-Base .fade-box {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .WiTalk-Base .fade-box {
    transform: scale(1.3) translateY(-10%);
  }
}
.WiTalk-Base .mask-fade {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.WiTalk-Base .mask-fade .bg {
  position: absolute;
  background: #FF6B00;
  border-radius: 0.2rem;
  opacity: 0.3;
  z-index: 2;
}
.WiTalk-Base .mask-fade .bg1,
.WiTalk-Base .mask-fade .bg2,
.WiTalk-Base .mask-fade .bg5 {
  width: 6.7%;
  height: 10.2%;
  top: 54.6%;
}
@media screen and (max-width: 1024px) {
  .WiTalk-Base .mask-fade .bg1,
  .WiTalk-Base .mask-fade .bg2,
  .WiTalk-Base .mask-fade .bg5 {
    height: 20.7%;
    top: 33.4%;
  }
}
.WiTalk-Base .mask-fade .bg1 {
  left: 39.2%;
}
.WiTalk-Base .mask-fade .bg2 {
  left: 46.6%;
}
.WiTalk-Base .mask-fade .bg3 {
  top: 57.8%;
  left: 53.1%;
  border-radius: 10px;
  width: 1%;
  height: 3.1%;
}
@media screen and (max-width: 1024px) {
  .WiTalk-Base .mask-fade .bg3 {
    top: 39.4%;
    left: 53%;
    border-radius: 10px;
    width: 1%;
    height: 6.1%;
  }
}
.WiTalk-Base .mask-fade .bg4 {
  top: 57.7%;
  left: 59.6%;
  border-radius: 50%;
  width: 1.5vw;
  height: 1.5vw;
}
@media screen and (max-width: 1024px) {
  .WiTalk-Base .mask-fade .bg4 {
    top: 39.7%;
  }
}
.WiTalk-Base .mask-fade .bg5 {
  left: 61.5%;
}
.WiTalk-Base .mask-fade .bg1,
.WiTalk-Base .mask-fade .bg2,
.WiTalk-Base .mask-fade .bg3,
.WiTalk-Base .mask-fade .bg4,
.WiTalk-Base .mask-fade .bg5 {
  opacity: 0;
}
.WiTalk-Base .mask1 {
  display: flex;
  z-index: 2;
}
.WiTalk-Base .img {
  position: relative;
}
.WiTalk-Base .img .pic {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}
.WiTalk-Base .img-fades {
  position: relative;
}
.WiTalk-Base .img-fades .img-fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.WiTalk-Base .img-fades .img1-href {
  height: 23%;
  width: 13%;
  position: absolute;
  left: 13%;
  bottom: 33%;
  opacity: 0.2;
}
@media screen and (max-width: 1024px) {
  .WiTalk-Base .img-fades .img1-href {
    left: 6%;
    bottom: 63%;
  }
}
.WiTalk-Base .img-fades .img2-href {
  height: 23%;
  width: 13%;
  position: absolute;
  left: 13%;
  bottom: 0;
  opacity: 0.2;
}
@media screen and (max-width: 1024px) {
  .WiTalk-Base .img-fades .img2-href {
    left: 6%;
    bottom: 16%;
  }
}
.type5 {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 64px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  opacity: 1;
  transform: translateY(50px);
  width: 100vw;
  margin-top: -100vh;
}
@media screen and (max-width: 750px) {
  .type5 {
    height: auto;
  }
}
.type5 .type5-box {
  width: 100%;
  max-width: 1000px;
}
.type5 .type5-title {
  color: #fff;
  grid-gap: 16px;
  margin-bottom: 64px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .type5 .type5-title {
    flex-direction: column;
    grid-gap: 16px;
  }
}
.type5 .type5-title .summary {
  flex: 1;
  font-size: clamp(16px, 0.2rem, 20px);
  opacity: 0;
  transition: all 0.5s;
}
.type5 .type5-title .summary:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.type5 .type5-title .summary.active {
  opacity: 1;
}
.type5 .swiper {
  overflow: initial;
  width: 100%;
}
.type5 .swiper .swiper-slide {
  opacity: 0.1;
  transition: all 0.5s;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .type5 .swiper .swiper-slide {
    opacity: 0.2;
    border-radius: 4px;
    overflow: hidden;
  }
}
.type5 .swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .type5 .swiper .swiper-slide .pc {
    display: none;
  }
}
.type5 .swiper .swiper-button-prev,
.type5 .swiper .swiper-button-next {
  opacity: 0 !important;
  pointer-events: none;
}
.type5 .swiper .swiper-button-prev.swiper-button-disabled,
.type5 .swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0 !important;
}
@media screen and (max-width: 750px) {
  .type5 .swiper .swiper-button-prev,
  .type5 .swiper .swiper-button-next {
    display: none;
  }
}
.type5 .swiper .swiper-button-prev {
  left: -64px;
}
.type5 .swiper .swiper-button-next {
  right: -64px;
}
.type5 .swiper .swiper-pagination {
  position: initial;
  margin-top: 40px;
}
.type5 .swiper:hover .swiper-button-prev,
.type5 .swiper:hover .swiper-button-next {
  opacity: 1 !important;
  pointer-events: auto;
}
.type5 .swiper:hover .swiper-button-prev.swiper-button-disabled,
.type5 .swiper:hover .swiper-button-next.swiper-button-disabled {
  opacity: 0 !important;
}
.type5 .product-type {
  width: fit-content;
  margin: auto;
  margin-top: clamp(20px, 0.4rem, 40px);
  position: relative;
}
.type5 .product-type .product-type-menu {
  display: inline-flex;
}
.type5 .product-type .line {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .type5 .product-type .line {
    position: initial;
    transform: translateY(-1px);
  }
}
.type7 {
  padding: 80px 0 112px;
}
@media screen and (max-width: 1024px) {
  .type7 {
    padding: 40px 0 90px;
  }
}
@media screen and (max-width: 750px) {
  .type7 {
    padding: 40px 0 50px;
  }
}
.type7 .type7-title {
  font-size: clamp(20px, 0.4rem, 40px);
  font-family: Inter-SemiBold;
  margin-bottom: clamp(28px, 0.54rem, 54px);
  color: #fff;
}
.type7 .type7-box {
  display: flex;
  grid-gap: 16px;
}
@media screen and (max-width: 1024px) {
  .type7 .type7-box {
    overflow: auto;
    grid-gap: 12px;
  }
}
.type7 .type7-box .type-item {
  flex-basis: calc((100% - 32px) / 3);
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
@media screen and (max-width: 1024px) {
  .type7 .type7-box .type-item {
    flex-shrink: 0;
    flex-basis: 338px;
  }
}
@media screen and (max-width: 750px) {
  .type7 .type7-box .type-item {
    flex-basis: 320px;
  }
}
.type7 .type7-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: 1;
  transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  .type7 .type7-box .type-item::after {
    opacity: 1;
  }
}
.type7 .type7-box .type-item .imgBox {
  padding-bottom: 560px;
}
.type7 .type7-box .type-item .imgBox img {
  transform: scale(1) !important;
}
.type7 .type7-box .type-item .text {
  position: absolute;
  bottom: 80px;
  left: 16px;
  right: 16px;
  z-index: 2;
}
.type7 .type7-box .type-item .text .sup {
  color: #fff;
  font-size: 14px;
}
.type7 .type7-box .type-item .text .title {
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
  font-family: Inter-Medium;
}
@media screen and (max-width: 1024px) {
  .type7 .type7-box .type-item .text .title {
    font-size: 24px;
  }
}
.type7 .type7-box .type-item .text .show {
  overflow: hidden;
  transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  .type7 .type7-box .type-item .text .show {
    max-height: 1000px;
  }
}
.type7 .type7-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) {
  .type7 .type7-box .type-item .text .summary {
    font-size: 13px;
  }
}
.type7 .type7-box .type-item .text .f-more {
  margin-top: 24px;
  transition: all 0.5s;
}
@media screen and (min-width: 1025px) {
  .type7 .type7-box .type-item:hover::after {
    opacity: 1;
  }
  .type7 .type7-box .type-item:hover .show {
    transition: all 1s;
    max-height: 500px;
  }
}
.type8 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
}
.type8 .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) {
  .type8 .item {
    flex-direction: column;
    gap: clamp(20px, 0.4rem, 20px);
  }
}
.type8 .item .img {
  flex-basis: 50%;
  border-radius: 8px;
  overflow: hidden;
}
.type8 .item .type8-text {
  flex-basis: 50%;
}
.type8 .item .type8-text .title {
  font-family: Inter-SemiBold;
  font-size: clamp(32px, 0.4rem, 40px);
}
@media screen and (max-width: 750px) {
  .type8 .item .type8-text .title {
    font-size: 20px;
    text-align: center;
  }
}
.type8 .item .type8-text .summary {
  font-size: clamp(20px, 0.2rem, 20px);
  margin-top: clamp(40px, 0.4rem, 40px);
}
@media screen and (max-width: 750px) {
  .type8 .item .type8-text .summary {
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
  }
}
.type14 {
  padding-top: 80px;
}
@media screen and (max-width: 1024px) {
  .type14 {
    padding-top: 40px;
  }
}
.type14 .type14-title {
  display: flex;
  justify-content: space-between;
  grid-gap: 16px;
}
@media screen and (max-width: 1024px) {
  .type14 .type14-title {
    flex-direction: column;
    grid-gap: 0;
  }
}
.type14 .type14-title .ultra-title2,
.type14 .type14-title .ultra-summary {
  flex: 1;
}
.type14 .img {
  text-align: center;
}
.type14 .img video {
  width: 100%;
}
.type15 {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .type15 .img {
    border-radius: 4px;
    overflow: hidden;
  }
}
.type15 .img img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .type15 .img img.pc {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .type15 .img img.tablet {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .type15 .img img.tablet {
    display: none;
  }
}
.type15 .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
}
@media screen and (max-width: 1024px) {
  .type15 .text {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .type15 .text {
    padding: 0;
  }
}
.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;
}
.type16 {
  padding: 48px 0 48px;
}
@media screen and (max-width: 1024px) {
  .type16 {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.type16 .WiTalk-Base-title {
  color: #fff;
  font-size: clamp(32px, 0.4rem, 40px);
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .type16 .WiTalk-Base-title {
    display: none;
  }
}
.type16 .tablet-title {
  display: none;
}
@media screen and (max-width: 1024px) {
  .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) {
  .type16 .tablet-title {
    left: 20px;
    right: 20px;
  }
}
.type16 .type16-box {
  grid-gap: 48px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .type16 .type16-box {
    flex-direction: column;
    padding: 0;
    grid-gap: 0;
  }
}
.type16 .type16-box .left {
  flex-basis: 37%;
  height: fit-content;
  color: #fff;
  position: relative;
}
.type16 .type16-box .left .img {
  border-radius: 4px;
  overflow: hidden;
}
.type16 .type16-box .left .img img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .type16 .type16-box .left .img img.pc {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .type16 .type16-box .left .img img.tablet {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .type16 .type16-box .left .img img.tablet {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .type16 .type16-box .left .text {
    position: absolute;
    bottom: 56px;
    left: 40px;
    right: 40px;
  }
}
@media screen and (max-width: 750px) {
  .type16 .type16-box .left .text {
    left: 20px;
    right: 20px;
    bottom: 40px;
  }
}
.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) {
  .type16 .type16-box .left .title {
    font-size: 20px;
  }
}
.type16 .type16-box .left .summary {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 12px;
}
@media screen and (max-width: 1024px) {
  .type16 .type16-box .left .summary {
    font-size: 13px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 750px) {
  .type16 .type16-box .left .summary {
    margin-top: 12px;
  }
}
.type16 .type16-box .left .button-box {
  display: flex;
  gap: 12px;
  margin-top: 34px;
}
.type16 .type16-box .right {
  border-radius: 4px;
  background: #161616;
  flex: 1;
  overflow: hidden;
}
.type16 .type16-box .right .tabs {
  color: #666;
  padding-top: 6px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .type16 .type16-box .right .tabs {
    padding-top: 24px;
  }
}
.type16 .type16-box .right .tabs .items {
  padding-left: 16px;
  padding-right: 16px;
  display: inline-flex;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .type16 .type16-box .right .tabs .items {
    padding-left: 20px;
    padding-right: 20px;
  }
  .type16 .type16-box .right .tabs .items::after {
    content: '1';
    opacity: 0;
  }
}
.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) {
  .type16 .type16-box .right .tabs .item {
    width: initial;
  }
}
.type16 .type16-box .right .tabs .item .item-text {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.type16 .type16-box .right .tabs .item span {
  font-size: 12px;
  font-family: Inter-Regular;
}
.type16 .type16-box .right .tabs .item .color {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 8px auto 0;
}
.type16 .type16-box .right .tabs .item .color.color1 {
  background: linear-gradient(180deg, #666 0%, #333 100%);
}
.type16 .type16-box .right .tabs .item .color.color2 {
  background: linear-gradient(180deg, #F6F6F6 0%, #D9D9D9 100%);
}
.type16 .type16-box .right .tabs .item::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.type16 .type16-box .right .tabs .item.active {
  color: #fff;
}
.type16 .type16-box .right .tabs::after {
  height: 1px;
  width: 1000%;
  position: absolute;
  bottom: 0;
  left: -500%;
  background: #666;
}
.type16 .type16-box .right .line {
  height: 1px;
  width: 100%;
  background: #666;
  transform: translateY(-1px);
}
.type16 .type16-box .right .tabs-change {
  padding: 24px 16px;
}
@media screen and (max-width: 1024px) {
  .type16 .type16-box .right .tabs-change {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 750px) {
  .type16 .type16-box .right .tabs-change {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 48px;
  }
}
.type16 .type16-box .right .tabs-change .item {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
}
@media screen and (max-width: 750px) {
  .type16 .type16-box .right .tabs-change .item {
    grid-template-columns: repeat(2, 1fr);
  }
}
.type16 .type16-box .right .tabs-change .item.active {
  display: grid;
}
.type16 .type16-box .right .tabs-change .item .i-item {
  padding-top: 26px;
  background: #222;
  border-radius: 4px;
  position: relative;
}
.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;
}
.type16.packing-detail {
  padding: 0;
}
.type16.packing-detail .type16-box .right {
  background: none;
}
.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) {
  .type16.packing-detail .type16-box .right .tabs {
    padding-top: 24px;
  }
}
.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) {
  .type16.packing-detail .type16-box .right .tabs .items {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.type16.packing-detail .type16-box .right .line {
  height: 1px;
  width: 100%;
  max-width: 676px;
  background: #222;
  margin: auto;
  transform: translateY(-1px);
}
.type16.packing-detail .type16-box .right .tabs-change .item {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 750px) {
  .type16.packing-detail .type16-box .right .tabs-change .item {
    grid-template-columns: repeat(2, 1fr);
  }
}
.type16.packing-detail .type16-box .right .tabs-change .item.active {
  display: grid;
}
.type16.packing-detail .type16-box .right .tabs-change .item .i-item {
  padding-top: 26px;
  background: #222;
  border-radius: 4px;
  position: relative;
}
.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=WiTalk-Base.css.map */