.support .manual .manual-box .item {
  align-items: flex-start;
}
.support .manual .manual-box .item .download {
  margin-top: 12px;
}
.k9 .section {
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 750px) {
  .k9 .section {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.k9 picture {
  display: block;
}
.k9 .flex-title {
  display: flex;
  grid-gap: 40px;
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .k9 .flex-title {
    flex-direction: column;
    grid-gap: 0;
  }
}
@media screen and (max-width: 750px) {
  .k9 .flex-title {
    margin-bottom: 40px;
  }
}
.k9 .flex-title .page-title {
  flex-basis: 550px;
}
@media screen and (max-width: 1024px) {
  .k9 .flex-title .page-title {
    flex-basis: auto;
    width: 100%;
  }
}
.k9 .flex-title .page-summary {
  flex: 1;
}
.k9 .page-sup {
  color: #FF6B00;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .k9 .page-sup {
    font-size: 16px;
  }
}
.k9 .page-title {
  font-size: 40px;
  line-height: 1.2;
  font-family: Inter-SemiBold;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .k9 .page-title {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .k9 .page-title {
    font-size: 28px;
  }
}
.k9 .page-summary {
  color: #888;
  font-size: 18px;
  line-height: 150%;
}
@media screen and (max-width: 1024px) {
  .k9 .page-summary {
    font-size: 16px;
    text-align: left;
  }
}
.k9 .page-summary span {
  color: #222;
}
.k9 .page-tip {
  color: #888;
  font-size: 12px;
  line-height: 150%;
  margin-top: 24px;
}
.k9 .product-type-menu {
  position: relative;
  overflow: auto;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .k9 .product-type-menu {
    display: block !important;
  }
}
.k9 .product-type-menu::after {
  content: '';
  background: #C0C0C0;
  bottom: 0;
  left: 0;
  position: absolute;
  height: 1px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .k9 .product-type-menu::after {
    display: none;
  }
}
.k9 .product-type-menu::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.k9 .product-type-menu .items {
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .k9 .product-type-menu .items {
    grid-gap: 12px;
  }
}
.k9 .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;
}
.k9 .product-type-menu .items .item .k9 .product-type-menu .items .item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .k9 .product-type-menu .items .item {
    font-size: 14px;
    margin-right: 24px;
  }
}
.k9 .product-type-menu .items .item::after {
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 0;
  width: 100%;
  background: #fff;
  opacity: 0;
  transition: all 0.5s;
}
.k9 .product-type-menu .items .item.active {
  color: #fff;
}
.k9 .product-type-menu .items .item.active::after {
  opacity: 1;
}
@media screen and (min-width: 751px) {
  .k9 .product-type-menu .items .item:hover {
    color: #fff;
  }
  .k9 .product-type-menu .items .item:hover::after {
    opacity: 1;
  }
}
.k9 .swiper-pagination .swiper-pagination-bullet {
  background: none;
  position: relative;
  width: 18px;
  height: 18px;
  line-height: 1;
  opacity: 1;
}
.k9 .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;
}
.k9 .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;
}
.k9 .swiper-pagination .swiper-pagination-bullet svg {
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  position: relative;
}
.k9 .swiper-pagination .swiper-pagination-bullet svg #circle {
  transition-timing-function: linear;
  stroke-dasharray: 140, 140;
  stroke-dashoffset: 140;
}
.k9 .swiper-pagination .swiper-pagination-bullet.active::before {
  border-color: rgba(255, 255, 255, 0.2);
}
.k9 .swiper-pagination .swiper-pagination-bullet.active::after {
  opacity: 1;
}
.k9 .swiper-pagination .swiper-pagination-bullet.active svg {
  opacity: 1;
}
.k9 .swiper-pagination .swiper-pagination-bullet.active svg #circle {
  transition-duration: 5.5s;
  stroke-dashoffset: 0;
}
.k9 .swiper-pagination .swiper-pagination-bullet.active2 {
  transition-duration: 4.5s;
}
.k9 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
}
.k9 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active svg {
  opacity: 1;
}
.k9 .type1 {
  padding-top: 56px;
  margin-top: -56px;
  position: relative;
  background: #f9f9f9;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .k9 .type1 {
    height: auto;
    background: linear-gradient(80deg, #dfdfdf, transparent);
  }
}
.k9 .type1 .section {
  max-width: 1440px;
}
.k9 .type1 .img {
  height: 100vh;
  max-height: 960px;
}
@media screen and (min-width: 1921px) {
  .k9 .type1 .img {
    max-height: inherit;
  }
}
@media screen and (max-width: 1024px) {
  .k9 .type1 .img {
    height: auto;
  }
}
.k9 .type1 .img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 1024px) {
  .k9 .type1 .img video.pc {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .k9 .type1 .img video.tablet {
    display: block !important;
  }
}
.k9 .type1 .text {
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  color: #333;
  text-align: left;
  height: fit-content;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .k9 .type1 .text {
    position: initial;
    margin-top: -124px;
    margin-bottom: 52px;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type1 .text {
    margin-top: -64px;
  }
}
.k9 .type1 .text .title {
  transition: all 1s;
  width: 100%;
  font-family: Inter-SemiBold;
  font-size: 64px;
  color: #222;
  line-height: 1.2;
  opacity: 0;
  transform: translateY(30px);
}
@media screen and (max-width: 1024px) {
  .k9 .type1 .text .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type1 .text .title {
    font-size: 32px;
  }
}
.k9 .type1 .text .summary {
  font-size: 24px;
  margin-top: 16px;
  transition: all 1s;
  width: 100%;
  margin-bottom: 56px;
  max-width: 610px;
  font-family: Inter-SemiBold;
  opacity: 0;
  transform: translateY(30px);
  transition-delay: 0.5s;
}
@media screen and (max-width: 1024px) {
  .k9 .type1 .text .summary {
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 24px;
    max-width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type1 .text .summary {
    font-size: 14px;
    margin-top: 8px;
  }
}
.k9 .type1 .text .banner-more {
  transition: all 1s;
  display: flex;
  grid-gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(30px);
  transition-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .k9 .type1 .text .banner-more {
    grid-gap: 8px;
    justify-content: center;
  }
}
.k9 .type1 .text .title,
.k9 .type1 .text .summary,
.k9 .type1 .text .banner-more {
  transition: all 1s;
}
.k9 .type1 .text .title.active,
.k9 .type1 .text .summary.active,
.k9 .type1 .text .banner-more.active {
  opacity: 1;
  transform: translateY(0);
}
.k9 .type2 {
  padding: 64px 0;
  position: relative;
  z-index: 2;
  background: #333;
}
@media screen and (max-width: 1024px) {
  .k9 .type2 {
    padding: 64px 0;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type2 {
    padding: 40px 0;
  }
}
.k9 .type2 .section {
  max-width: 1440px;
}
.k9 .type2 .type2-box {
  display: flex;
  flex-wrap: wrap;
  gap: calc(16 / 1360 * 100%);
  position: relative;
  max-width: 1360px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .k9 .type2 .type2-box {
    gap: calc(12 / 720 * 100%);
  }
}
@media screen and (max-width: 750px) {
  .k9 .type2 .type2-box {
    gap: 8px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.k9 .type2 .type2-box .type-item {
  overflow: hidden;
  margin-bottom: calc(16 / 1360 * 100%);
  position: relative;
  height: fit-content;
}
@media screen and (max-width: 1024px) {
  .k9 .type2 .type2-box .type-item {
    margin-bottom: calc(12 / 720 * 100%);
  }
}
@media screen and (max-width: 750px) {
  .k9 .type2 .type2-box .type-item {
    width: 100% !important;
    position: relative !important;
    margin-bottom: 0 !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    margin-top: 0 !important;
  }
}
.k9 .type2 .type2-box .type-item img {
  width: 100%;
}
.k9 .type2 .type2-box .type-item .text {
  position: absolute;
  top: 0;
  left: 12px;
  right: 12px;
  bottom: 0;
  height: fit-content;
  text-align: center;
  margin: auto;
  color: #fff;
}
.k9 .type2 .type2-box .type-item .text .title {
  font-size: 20px;
  line-height: 1.2;
  font-family: Inter-SemiBold;
}
@media screen and (max-width: 1024px) {
  .k9 .type2 .type2-box .type-item .text .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type2 .type2-box .type-item .text .title {
    font-size: 14px;
  }
}
.k9 .type2 .type2-box .type-item .text .summary {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 4px;
}
@media screen and (max-width: 1024px) {
  .k9 .type2 .type2-box .type-item .text .summary {
    font-size: 12px;
    margin-top: 4px;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type2 .type2-box .type-item .text .summary {
    font-size: 12px;
    margin-top: 2px;
  }
}
.k9 .type2 .type2-box .type-item1 {
  width: calc(328 / 1360 * 100%);
}
@media screen and (max-width: 1024px) {
  .k9 .type2 .type2-box .type-item1 {
    width: calc(232 / 720 * 100%);
    order: 1;
  }
}
.k9 .type2 .type2-box .type-item1 .text {
  top: 16px;
  bottom: auto;
}
@media screen and (max-width: 750px) {
  .k9 .type2 .type2-box .type-item1 .text {
    top: 8px;
  }
}
.k9 .type2 .type2-box .type-item2 {
  width: calc(443 / 1360 * 100%);
}
@media screen and (max-width: 1024px) {
  .k9 .type2 .type2-box .type-item2 {
    width: calc(232 / 720 * 100%);
    order: 1;
  }
}
.k9 .type2 .type2-box .type-item3 {
  width: calc(213 / 1360 * 100%);
}
@media screen and (max-width: 1024px) {
  .k9 .type2 .type2-box .type-item3 {
    width: calc(171 / 720 * 100%);
    order: 9;
  }
}
@media screen and (max-width: 1024px) {
  .k9 .type2 .type2-box .type-item3 .text .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type2 .type2-box .type-item3 .text .title {
    font-size: 14px;
  }
}
.k9 .type2 .type2-box .type-item4 {
  width: calc(328 / 1360 * 100%);
}
@media screen and (max-width: 1024px) {
  .k9 .type2 .type2-box .type-item4 {
    width: calc(171 / 720 * 100%);
    order: 6;
  }
}
.k9 .type2 .type2-box .type-item4 .text {
  top: 16px;
  bottom: auto;
}
@media screen and (max-width: 750px) {
  .k9 .type2 .type2-box .type-item4 .text {
    top: 8px;
  }
}
.k9 .type2 .type2-box .type-item5 {
  width: calc(328 / 1360 * 100%);
}
@media screen and (max-width: 1024px) {
  .k9 .type2 .type2-box .type-item5 {
    width: calc(232 / 720 * 100%);
    order: 4;
    position: absolute;
    left: 0;
    top: calc(120 / 790 * 100%);
    margin-top: calc(12 / 720 * 100%);
  }
}
@media screen and (max-width: 750px) {
  .k9 .type2 .type2-box .type-item5 {
    order: 3;
  }
}
.k9 .type2 .type2-box .type-item5 .text {
  color: #fff;
  text-align: right;
  right: 24px;
  left: auto;
}
@media screen and (max-width: 1024px) {
  .k9 .type2 .type2-box .type-item5 .text {
    right: 12px;
    top: 12px;
    bottom: auto;
  }
}
.k9 .type2 .type2-box .type-item5 br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .k9 .type2 .type2-box .type-item5 br {
    display: block;
  }
}
.k9 .type2 .type2-box .type-item6 {
  width: calc(328 / 1360 * 100%);
  position: absolute;
  left: 0;
  bottom: calc(160 / 640 * 100%);
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .k9 .type2 .type2-box .type-item6 {
    width: calc(232 / 720 * 100%);
    order: 5;
    bottom: auto;
    top: calc(120 / 790 * 100%);
    margin-top: calc(12 / 720 * 100%);
    left: calc((232 / 720 * 100%) + (12 / 720 * 100%));
  }
}
.k9 .type2 .type2-box .type-item6 .text {
  text-align: right;
  right: 24px;
  left: auto;
}
@media screen and (max-width: 1024px) {
  .k9 .type2 .type2-box .type-item6 .text {
    right: 12px;
    top: 12px;
    bottom: auto;
  }
}
.k9 .type2 .type2-box .type-item6 br {
  display: none;
}
@media screen and (max-width: 750px) {
  .k9 .type2 .type2-box .type-item6 br {
    display: block;
  }
}
.k9 .type2 .type2-box .type-item7 {
  width: calc(672 / 1360 * 100%);
}
@media screen and (max-width: 1024px) {
  .k9 .type2 .type2-box .type-item7 {
    width: calc(354 / 720 * 100%);
    order: 8;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type2 .type2-box .type-item7 {
    display: none;
  }
}
.k9 .type2 .type2-box .type-item7 .text {
  top: auto;
  bottom: 42px;
  left: 24px;
  right: 24px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .k9 .type2 .type2-box .type-item7 .text {
    text-align: center;
    bottom: 24px;
    left: 0;
    right: 0;
  }
}
.k9 .type2 .type2-box .type-item7 .text .title {
  font-size: 28px;
}
@media screen and (max-width: 1024px) {
  .k9 .type2 .type2-box .type-item7 .text .title {
    font-size: 24px;
  }
}
.k9 .type2 .type2-box .type-item7 .text .summary {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .k9 .type2 .type2-box .type-item7 .text .summary {
    font-size: 12px;
  }
}
.k9 .type2 .type2-box .type-item8 {
  width: calc(328 / 1360 * 100%);
}
@media screen and (max-width: 1024px) {
  .k9 .type2 .type2-box .type-item8 {
    order: 1;
    width: calc(232 / 720 * 100%);
  }
}
@media screen and (max-width: 750px) {
  .k9 .type2 .type2-box .type-item8 {
    order: 7;
    grid-row: span 2;
  }
}
.k9 .type2 .type2-box .type-item8 .text {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .k9 .type2 .type2-box .type-item8 .text {
    bottom: 32px;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type2 .type2-box .type-item8 .text {
    bottom: 8px;
  }
}
.k9 .type2 .type2-box .type-item9 {
  width: calc(328 / 1360 * 100%);
  position: absolute;
  right: 0;
  bottom: calc(160 / 640 * 100%);
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .k9 .type2 .type2-box .type-item9 {
    width: calc(171 / 720 * 100%);
    order: 9;
    bottom: calc(160 / 790 * 100%);
    margin-bottom: calc(12 / 720 * 100%);
  }
}
@media screen and (max-width: 750px) {
  .k9 .type2 .type2-box .type-item9 {
    order: 8;
  }
}
.k9 .type2 .type2-box .type-item9 .text {
  top: 24px;
  bottom: auto;
  left: 50px;
  right: auto;
}
@media screen and (max-width: 1024px) {
  .k9 .type2 .type2-box .type-item9 .text {
    top: 12px;
    left: 0;
    right: 0;
  }
}
.k9 .type2 .type2-box .type-item9 .text .title {
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .k9 .type2 .type2-box .type-item9 .text .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type2 .type2-box .type-item9 .text .title {
    font-size: 14px;
  }
}
.k9 .type2 .type2-box .type-item9 .text .summary {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .k9 .type2 .type2-box .type-item9 .text .summary {
    margin-top: 56px;
  }
}
.k9 .type2 .type2-box .type-item10 {
  width: calc(328 / 1360 * 100%);
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .k9 .type2 .type2-box .type-item10 {
    width: calc(171 / 720 * 100%);
    order: 7;
    position: absolute;
    left: 0;
    bottom: calc(160 / 790 * 100%);
    margin-bottom: calc(12 / 720 * 100%);
  }
}
.k9 .type2 .type2-box .type-item11 {
  width: calc(672 / 1360 * 100%);
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .k9 .type2 .type2-box .type-item11 {
    flex-basis: calc(354 / 720 * 100%);
    order: 11;
  }
}
.k9 .type2 .type2-box .type-item11 .text {
  top: 20px;
  bottom: auto;
}
@media screen and (max-width: 1024px) {
  .k9 .type2 .type2-box .type-item11 .text {
    left: 0;
    right: 0;
    top: 16px;
    bottom: auto;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type2 .type2-box .type-item11 .text {
    top: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .k9 .type2 .type2-box .type-item11 .text .title br {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type2 .type2-box .type-item11 .text .title br {
    display: block;
  }
}
.k9 .type2 .type2-box .type-item12 {
  width: calc(328 / 1360 * 100%);
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .k9 .type2 .type2-box .type-item12 {
    width: calc(354 / 720 * 100%);
    order: 12;
  }
}
.k9 .type2 .type2-box .type-item12 .text {
  top: 20px;
  bottom: auto;
}
@media screen and (max-width: 1024px) {
  .k9 .type2 .type2-box .type-item12 .text {
    top: 16px;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type2 .type2-box .type-item12 .text {
    top: 12px;
  }
}
.k9 .type3 {
  position: relative;
}
.k9 .type3 img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .k9 .type3 video {
    height: 520px;
    object-fit: cover;
  }
}
.k9 .type3 .texts {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: fit-content;
}
.k9 .type3 .texts .title {
  text-align: center;
  color: #fff;
  font-size: 120px;
  font-family: Inter-SemiBold;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .k9 .type3 .texts .title {
    font-size: 64px;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type3 .texts .title {
    font-size: 56px;
    max-width: 55%;
    margin: auto;
    line-height: 1;
  }
}
.k9 .type3 .texts .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;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  margin: 32px auto auto;
}
.k9 .type3 .texts .play-button svg {
  margin-left: 4px;
}
.k9 .type3 .texts .play-button .text {
  flex: 1;
  text-align: center;
}
.k9 .type4 {
  padding: 120px 0 120px;
}
@media screen and (max-width: 1024px) {
  .k9 .type4 {
    padding: 120px 0 120px;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type4 {
    padding: 140px 0 120px;
  }
}
.k9 .type4 .top {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .k9 .type4 .top {
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type4 .top {
    margin-bottom: 40px;
  }
}
.k9 .type4 .top .page-title {
  font-size: 56px;
}
@media screen and (max-width: 1024px) {
  .k9 .type4 .top .page-title {
    font-size: 48px;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type4 .top .page-title {
    font-size: 28px;
  }
}
.k9 .type4 .top .page-summary {
  max-width: 1020px;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .k9 .type4 .top .page-summary {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type4 .bottom {
    padding: 0 24px;
  }
}
.k9 .type4 .bottom img {
  width: 100%;
}
.k9 .type5 {
  overflow: hidden;
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .k9 .type5 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type5 {
    margin-bottom: 96px;
  }
}
.k9 .type6 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .k9 .type6 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type6 {
    margin-bottom: 56px;
  }
}
.k9 .type6 .type-item,
.k9 .type7 .type-item {
  display: flex;
}
@media screen and (max-width: 750px) {
  .k9 .type6 .type-item,
  .k9 .type7 .type-item {
    flex-direction: column-reverse;
  }
}
.k9 .type6 .type-item .img,
.k9 .type7 .type-item .img {
  flex-basis: 48%;
  max-width: 640px;
}
@media screen and (max-width: 750px) {
  .k9 .type6 .type-item .img,
  .k9 .type7 .type-item .img {
    margin-top: 40px;
  }
}
.k9 .type6 .type-item .img .imgBox,
.k9 .type7 .type-item .img .imgBox {
  padding-bottom: 81.25%;
}
@media screen and (max-width: 1024px) {
  .k9 .type6 .type-item .img .imgBox,
  .k9 .type7 .type-item .img .imgBox {
    padding-bottom: 100%;
  }
}
.k9 .type6 .type-item .img video,
.k9 .type7 .type-item .img video {
  display: block;
  width: 100%;
}
.k9 .type6 .type-item .text,
.k9 .type7 .type-item .text {
  flex: 1;
  margin-left: 80px;
  border-top: 1px solid #C8D2D7;
  padding-top: 48px;
}
@media screen and (max-width: 1024px) {
  .k9 .type6 .type-item .text,
  .k9 .type7 .type-item .text {
    margin-left: 32px;
    padding-top: 32px;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type6 .type-item .text,
  .k9 .type7 .type-item .text {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .k9 .type6 .type-item .text .page-title,
  .k9 .type7 .type-item .text .page-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .k9 .type6 .type-item .text .page-summary,
  .k9 .type7 .type-item .text .page-summary {
    font-size: 14px;
  }
}
.k9 .type6 .type-item .text .page-tip,
.k9 .type7 .type-item .text .page-tip {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .k9 .type6 .type-item .text .page-tip,
  .k9 .type7 .type-item .text .page-tip {
    margin-top: 32px;
  }
}
.k9 .type7 {
  margin-bottom: 160px;
}
@media screen and (max-width: 1024px) {
  .k9 .type7 {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type7 {
    margin-bottom: 56px;
  }
}
.k9 .type7 .img {
  overflow: hidden;
}
.k9 .type7 .gif {
  position: absolute;
  top: 19%;
  left: -15%;
  width: 85%;
}
@media screen and (max-width: 1024px) {
  .k9 .type7 .gif {
    top: 21%;
    left: -31%;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .k9 .type8 {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type8 {
    margin-bottom: 36px;
  }
}
.k9 .type9 {
  position: relative;
  overflow: hidden;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .k9 .type9 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
}
.k9 .type9 .type9-box {
  background: linear-gradient(118deg, #EDEDED -0.76%, #F8F8F8 96.23%);
  padding-top: 80px;
}
@media screen and (max-width: 1024px) {
  .k9 .type9 .type9-box {
    padding-top: 72px;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type9 .type9-box {
    padding-top: 56px;
  }
}
.k9 .type9 .text {
  max-width: 760px;
  text-align: center;
  margin: auto auto 16px;
  padding: 0 24px 0;
}
@media screen and (max-width: 1024px) {
  .k9 .type9 .text {
    margin: auto auto 32px;
  }
}
.k9 .type9 .text .page-title {
  margin-bottom: 32px;
}
.k9 .type9 .img {
  text-align: center;
}
.k9 .type10 {
  transition: none;
  background: linear-gradient(163deg, #151515 7.64%, #1F1F1F 91.96%);
  padding-top: 80px;
  position: relative;
  height: 200vh;
  padding-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .k9 .type10 {
    margin-top: 0;
    overflow: inherit;
    padding-bottom: 0;
  }
}
.k9 .type10 .type10-box {
  height: 100vh;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 750px) {
  .k9 .type10 .type10-box {
    padding: 0;
  }
}
.k9 .type10 .text {
  max-width: 960px;
}
@media screen and (max-width: 750px) {
  .k9 .type10 .text {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.k9 .type10 .text .page-title {
  color: #fff;
  font-size: 56px;
}
@media screen and (max-width: 1024px) {
  .k9 .type10 .text .page-title {
    font-size: 48px;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type10 .text .page-title {
    font-size: 28px;
  }
}
.k9 .type10 .text .page-summary {
  color: #888;
}
.k9 .type10 .text .page-summary span {
  color: #fff;
}
.k9 .type10 .img {
  flex: 1;
  margin: 0 auto 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .k9 .type10 .img {
    gap: 45px;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type10 .img {
    flex-direction: column;
    max-width: 100%;
  }
}
.k9 .type10 .img .left {
  flex: 1;
  opacity: 0;
  height: fit-content;
  position: relative;
}
@media screen and (max-width: 750px) {
  .k9 .type10 .img .left {
    max-width: 66.41vw;
    margin-right: 40px;
    top: 0;
    opacity: 1;
    margin-left: auto;
    margin-bottom: 0;
  }
}
@media screen and (orientation: portrait) and (min-width: 751px) {
  .k9 .type10 .img .left {
    opacity: 1;
  }
}
.k9 .type10 .img .right {
  flex: 1;
  opacity: 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .k9 .type10 .img .right {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-bottom: 60px;
    position: absolute;
    bottom: 0;
  }
}
@media screen and (orientation: portrait) and (min-width: 751px) {
  .k9 .type10 .img .right {
    opacity: 1;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type10 .img .right .key {
    max-width: 57.95vw;
    right: 20.51vw;
    left: auto;
    margin: 60px 0 auto auto;
  }
}
.k9 .type10 .img .points {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.k9 .type10 .img .points br {
  display: none;
}
@media screen and (max-width: 750px) {
  .k9 .type10 .img .points br {
    display: block;
  }
}
.k9 .type10 .img .points .point {
  position: absolute;
  color: #888;
  font-size: 16px;
  line-height: 150%;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  .k9 .type10 .img .points .point {
    font-size: 12px;
    line-height: 1;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type10 .img .points .point {
    gap: 8px;
  }
}
@media screen and (orientation: portrait) and (min-width: 751px) {
  .k9 .type10 .img .points .point {
    clip-path: inset(0px 0px 0px 0%) !important;
  }
}
.k9 .type10 .img .points .point .line {
  width: 160px;
  height: 1px;
  background: #888;
}
.k9 .type10 .img .points .point .line::after {
  content: '';
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  background: #888;
  border-radius: 50%;
  position: absolute;
}
.k9 .type10 .img .points .point1 {
  bottom: 26.5%;
  right: 77%;
  clip-path: inset(0px 0px 0px 100%);
}
@media screen and (max-width: 750px) {
  .k9 .type10 .img .points .point1 {
    bottom: 22.5%;
  }
}
.k9 .type10 .img .points .point1 .line {
  width: 160px;
}
@media screen and (max-width: 1920px) {
  .k9 .type10 .img .points .point1 .line {
    width: 8.333vw;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type10 .img .points .point1 .line {
    width: 20.51vw;
  }
}
.k9 .type10 .img .points .point1.active {
  clip-path: inset(0px 0px 0px 0%);
}
.k9 .type10 .img .points .point2 {
  bottom: 23%;
  right: 95%;
  clip-path: inset(0px 0px 0px 100%);
}
@media screen and (max-width: 750px) {
  .k9 .type10 .img .points .point2 {
    bottom: 16%;
  }
}
.k9 .type10 .img .points .point2 .line {
  width: 84px;
}
@media screen and (max-width: 1920px) {
  .k9 .type10 .img .points .point2 .line {
    width: 4.375vw;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type10 .img .points .point2 .line {
    width: 10.26vw;
  }
}
.k9 .type10 .img .points .point2.active {
  clip-path: inset(0px 0px 0px 0%);
}
.k9 .type10 .img .points .point3 {
  top: 53.5%;
  left: 55%;
  clip-path: inset(0px 100% 0px 0);
}
@media screen and (max-width: 1920px) {
  .k9 .type10 .img .points .point3 {
    top: 43vw;
    left: 15vw;
  }
}
@media screen and (max-width: 1024px) {
  .k9 .type10 .img .points .point3 {
    top: 44vw;
    left: 16vw;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type10 .img .points .point3 {
    top: 104vw;
    left: 43vw;
  }
}
.k9 .type10 .img .points .point3 .line {
  width: 246px;
}
@media screen and (max-width: 1920px) {
  .k9 .type10 .img .points .point3 .line {
    width: 12.8125vw;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type10 .img .points .point3 .line {
    width: 34.62vw;
  }
}
.k9 .type10 .img .points .point3 .line::after {
  display: none;
}
.k9 .type10 .img .points .point3.active {
  clip-path: inset(0 0% -200px 0);
}
.k9 .type10 .img .points .point3 .line1 {
  position: absolute;
  top: 12px;
  left: 0;
  height: 50px;
  width: 1px;
  background: #888;
}
@media screen and (max-width: 1920px) {
  .k9 .type10 .img .points .point3 .line1 {
    height: 2.604vw;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type10 .img .points .point3 .line1 {
    height: 12.604vw;
  }
}
.k9 .type10 .img .points .point3 .line1::after {
  content: '';
  left: -3px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  background: #888;
  border-radius: 50%;
  position: absolute;
}
.k9 .type10 .img .points .point3 .line2 {
  position: absolute;
  top: 12px;
  left: 33px;
  height: 114px;
  width: 1px;
  background: #888;
}
@media screen and (max-width: 1920px) {
  .k9 .type10 .img .points .point3 .line2 {
    height: 5.9375vw;
    left: 1.71875vw;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type10 .img .points .point3 .line2 {
    height: 20.9375vw;
    left: 7.71875vw;
  }
}
.k9 .type10 .img .points .point3 .line2::after {
  content: '';
  left: -3px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  background: #888;
  border-radius: 50%;
  position: absolute;
}
.k9 .type10 .img .points .point4 {
  top: 58%;
  left: 90%;
  clip-path: inset(0px 100% 0px 0);
}
@media screen and (max-width: 1920px) {
  .k9 .type10 .img .points .point4 {
    top: 47vw;
    left: 25vw;
  }
}
@media screen and (max-width: 1024px) {
  .k9 .type10 .img .points .point4 {
    top: 48vw;
    left: 26vw;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type10 .img .points .point4 {
    top: 118vw;
    left: 75vw;
  }
}
.k9 .type10 .img .points .point4 .line {
  width: 54px;
}
@media screen and (max-width: 1920px) {
  .k9 .type10 .img .points .point4 .line {
    width: 2.8125vw;
  }
}
.k9 .type10 .img .points .point4 .line::after {
  left: 0;
  right: auto;
}
.k9 .type10 .img .points .point4.active {
  clip-path: inset(0px 0% 0px 0);
}
.k9 .type10 .img .key {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s;
  text-align: center;
}
.k9 .type10 .img .key:nth-child(1) {
  position: inherit;
}
.k9 .type10 .img .key.active {
  pointer-events: auto;
  opacity: 1;
}
.k9 .type10 .img .key img {
  max-height: 85vh;
  width: auto;
}
.k9 .type10 .colors-in-top {
  height: 1px;
  width: 100%;
}
.k9 .type10 .colors {
  flex-basis: 200px;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .k9 .type10 .colors {
    bottom: 16px;
    flex-direction: column-reverse;
    display: flex;
    flex-basis: auto;
  }
}
.k9 .type10 .colors .colors-title {
  line-height: 1.5;
  text-align: left;
  margin-top: 32px;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .k9 .type10 .colors .colors-title {
    margin-bottom: 24px;
    text-align: center;
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type10 .colors .colors-title {
    margin-bottom: 16px;
  }
}
.k9 .type10 .colors .colors-title br {
  display: block;
}
@media screen and (max-width: 1024px) {
  .k9 .type10 .colors .colors-title br {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type10 .colors .colors-title br {
    display: block;
  }
}
.k9 .type10 .colors.active {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.k9 .type10 .colors .items {
  display: flex;
  justify-content: center;
  grid-gap: 6px;
  padding: 12px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  width: fit-content;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .k9 .type10 .colors .items {
    flex-direction: row;
  }
}
.k9 .type10 .colors .items .value {
  width: 36px;
  height: 36px;
  border: 2px solid transparent;
  border-radius: 50%;
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
}
.k9 .type10 .colors .items .value::after {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  box-shadow: 0 0 1px 0 #FFF inset;
  border-radius: 50%;
}
.k9 .type10 .colors .items .value.active,
.k9 .type10 .colors .items .value:hover {
  border-color: #fff;
}
.k9 .type10 .colors .items .value1::after {
  background: linear-gradient(180deg, #F88B3D 0%, #D75A00 100%);
}
.k9 .type10 .colors .items .value2::after {
  background: linear-gradient(180deg, #F94333 0%, #BF1C0E 100%);
}
.k9 .type10 .colors .items .value3::after {
  background: linear-gradient(180deg, #64CADA 0%, #49AABA 100%);
}
.k9 .type10 .colors .items .value4::after {
  background: linear-gradient(180deg, #5FAAFF 0%, #3C7CC4 100%);
}
.k9 .type10 .colors .items .value5::after {
  background: linear-gradient(180deg, #FF82D9 0%, #C15EA3 100%);
}
.k9 .type10 .colors .items .value6::after {
  background: linear-gradient(180deg, #C869E9 0%, #923EAF 100%);
}
.k9 .type10 .colors .items .value7::after {
  background: linear-gradient(180deg, #A0DC22 0%, #73A30D 100%);
}
.k9 .type10 .colors .items .value8::after {
  background: linear-gradient(180deg, #F4C84E 0%, #BE931B 100%);
}
.k9 .type10 .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  height: fit-content;
}
@media screen and (max-width: 1024px) {
  .k9 .type10 .bottom {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.k9 .type11 {
  margin-top: 120px;
  margin-bottom: 120px;
}
.k9 .type11 .bottom {
  position: relative;
}
.k9 .type11 .bottom .text {
  position: absolute;
  top: 0;
  bottom: 5%;
  left: 10%;
  margin: auto;
  display: flex;
  height: fit-content;
  grid-gap: 80px;
}
@media screen and (max-width: 1024px) {
  .k9 .type11 .bottom .text {
    left: 40px;
    bottom: 60px;
    top: auto;
    grid-gap: 40px;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type11 .bottom .text {
    bottom: 32px;
    right: 40px;
  }
}
.k9 .type11 .bottom .text .t-item {
  text-align: center;
}
.k9 .type11 .bottom .text .key {
  color: #fff;
  font-size: 32px;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .k9 .type11 .bottom .text .key {
    font-size: 20px;
  }
}
.k9 .type11 .bottom .text .key span {
  margin-right: 7px;
  font-family: Inter-SemiBold;
  font-size: 64px;
  background: linear-gradient(100deg, #FF994F -1.99%, #FF6B00 91.28%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 750px) {
  .k9 .type11 .bottom .text .key span {
    font-size: 40px;
  }
}
.k9 .type11 .bottom .text .value {
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .k9 .type11 .bottom .text .value {
    font-size: 12px;
  }
}
.k9 .type12 {
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .k9 .type12 {
    margin-bottom: 120px;
  }
}
.k9 .type12 .flex-title {
  grid-gap: 24px;
}
@media screen and (max-width: 1024px) {
  .k9 .type12 .flex-title {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type12 .flex-title {
    padding: 0;
  }
}
.k9 .type12 .flex-title .page-title {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .k9 .type12 .type12-box {
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type12 .type12-box {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.k9 .type12 .bottom {
  display: flex;
  grid-gap: 16px;
}
@media screen and (max-width: 1024px) {
  .k9 .type12 .bottom {
    grid-gap: 16px;
    overflow: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type12 .bottom {
    flex-direction: column;
    grid-gap: 56px;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .k9 .type12 .bottom .b-item {
    flex-shrink: 0;
    flex-basis: 280px;
  }
}
@media screen and (max-width: 1024px) {
  .k9 .type12 .bottom .b-item:nth-child(1) {
    flex-basis: 392px;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type12 .bottom .b-item:nth-child(2),
  .k9 .type12 .bottom .b-item:nth-child(3) {
    max-width: 256px;
  }
}
.k9 .type12 .bottom .b-title {
  color: #888;
  font-size: 18px;
  line-height: 150%;
  margin-top: 16px;
}
@media screen and (max-width: 1024px) {
  .k9 .type12 .bottom .b-title {
    font-size: 16px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .k9 .type13 {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type13 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .k9 .type13 .bottom {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type13 .bottom {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.k9 .type13 .swiper {
  overflow: initial;
  margin-bottom: 40px;
}
@media screen and (max-width: 1600px) {
  .k9 .type13 .swiper {
    max-width: 940px;
  }
}
@media screen and (max-width: 1024px) {
  .k9 .type13 .swiper {
    padding: 0;
    margin-bottom: 20px;
  }
}
.k9 .type13 .swiper .swiper-slide {
  opacity: 0.6;
  transition: all 0.5s;
}
.k9 .type13 .swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.k9 .type13 .swiper .swiper-slide .text {
  position: absolute;
  font-size: 32px;
  bottom: 40px;
  right: 40px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .k9 .type13 .swiper .swiper-slide .text {
    font-size: 24px;
    right: 24px;
    bottom: 24px;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type13 .swiper .swiper-slide .text {
    font-size: 20px;
    right: 16px;
    bottom: 16px;
  }
}
.k9 .type13 .swiper .swiper-button-prev.swiper-button-disabled,
.k9 .type13 .swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0 !important;
}
.k9 .type13 .swiper .swiper-button-prev {
  left: -80px;
}
.k9 .type13 .swiper .swiper-button-next {
  right: -80px;
}
.k9 .type13 .product-type {
  width: fit-content;
  margin: auto;
}
.k9 .type13 .product-type .line {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #C0C0C0;
}
@media screen and (max-width: 750px) {
  .k9 .type13 .product-type .line {
    display: block;
    position: initial;
    transform: translateY(-1px);
  }
}
.k9 .type14 {
  position: relative;
}
.k9 .type14 .img {
  height: 100%;
}
.k9 .type14 .img img {
  width: 100%;
}
.k9 .type14 .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .k9 .type14 .text {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type14 .text .page-title {
    font-size: 24px;
  }
}
.k9 .type15 {
  padding: 64px 0 126px;
}
@media screen and (max-width: 1024px) {
  .k9 .type15 {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.k9 .type15 .page-title {
  font-size: 32px;
}
@media screen and (max-width: 1024px) {
  .k9 .type15 .page-title {
    display: none;
  }
}
.k9 .type15 .tablet-title {
  display: none;
}
@media screen and (max-width: 1024px) {
  .k9 .type15 .tablet-title {
    display: block;
    position: absolute;
    top: 28px;
    left: 40px;
    right: 40px;
    font-size: 32px;
    font-family: Inter-SemiBold;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type15 .tablet-title {
    left: 20px;
    right: 20px;
  }
}
.k9 .type15 .type15-box {
  grid-gap: 48px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .k9 .type15 .type15-box {
    flex-direction: column;
    padding: 0;
    grid-gap: 0;
  }
}
.k9 .type15 .type15-box .left {
  flex-basis: 37%;
  height: fit-content;
  color: #fff;
  position: relative;
  max-width: 480px;
}
@media screen and (max-width: 1024px) {
  .k9 .type15 .type15-box .left {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.k9 .type15 .type15-box .left .img {
  border-radius: 4px;
  overflow: hidden;
}
.k9 .type15 .type15-box .left .img img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .k9 .type15 .type15-box .left .img img.pc {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .k9 .type15 .type15-box .left .img img.tablet {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type15 .type15-box .left .img img.tablet {
    display: none;
  }
}
.k9 .type15 .type15-box .left .text {
  color: #222;
}
@media screen and (max-width: 1024px) {
  .k9 .type15 .type15-box .left .text {
    position: absolute;
    bottom: 56px;
    left: 40px;
    right: 40px;
    color: #fff;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type15 .type15-box .left .text {
    left: 20px;
    right: 20px;
    bottom: 40px;
  }
}
.k9 .type15 .type15-box .left .title {
  font-size: 24px;
  font-family: Inter-SemiBold;
  margin-top: 34px;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .k9 .type15 .type15-box .left .title {
    font-size: 20px;
  }
}
.k9 .type15 .type15-box .left .summary {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 12px;
}
@media screen and (max-width: 1024px) {
  .k9 .type15 .type15-box .left .summary {
    font-size: 13px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type15 .type15-box .left .summary {
    margin-top: 12px;
  }
}
.k9 .type15 .type15-box .left .button-box {
  display: flex;
  gap: 12px;
  margin-top: 34px;
}
.k9 .type15 .type15-box .right {
  max-width: 708px;
  border-radius: 4px;
  background: #F6F6F6;
  flex: 1;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .k9 .type15 .type15-box .right {
    max-width: 100%;
  }
}
.k9 .type15 .type15-box .right .tabs {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 16px auto;
  text-align: center;
}
.k9 .type15 .type15-box .right .tabs::after {
  display: none;
}
.k9 .type15 .type15-box .right .tabs .item {
  border-radius: 20px;
  display: flex;
  height: 40px;
  padding: 10px 12px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s;
}
.k9 .type15 .type15-box .right .tabs .item.active,
.k9 .type15 .type15-box .right .tabs .item:hover {
  color: #fff;
  background: var(--dominant-color);
}
.k9 .type15 .type15-box .right .tabs-change {
  padding: 0 16px 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .k9 .type15 .type15-box .right .tabs-change {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 750px) {
  .k9 .type15 .type15-box .right .tabs-change {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 48px;
  }
}
.k9 .type15 .type15-box .right .tabs-change .item {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 12px;
}
@media screen and (max-width: 750px) {
  .k9 .type15 .type15-box .right .tabs-change .item {
    grid-template-columns: repeat(2, 1fr);
  }
}
.k9 .type15 .type15-box .right .tabs-change .item.active {
  display: grid;
}
.k9 .type15 .type15-box .right .tabs-change .item .i-item {
  padding-top: 26px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
.k9 .type15 .type15-box .right .tabs-change .item .i-item .text {
  color: #222;
  position: absolute;
  top: 12px;
  left: 8px;
  right: 8px;
  right: 24px;
  font-size: 12px;
  width: 100%;
}
.k9 .type15 .type15-box .right .tabs-change .item .i-item .sub {
  background: #FF6B00;
  color: #FFF;
  font-size: 12px;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.k9 .type15 .button {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .k9 .type15 .button {
    display: none;
  }
}
.k9 .type15 .button .prev {
  opacity: 1;
  pointer-events: auto;
}
.k9 .type15 .button .prev.active {
  opacity: 0;
  pointer-events: none;
}
.k9 .type15 .button .prev,
.k9 .type15 .button .next {
  color: #FF6B00;
  font-size: 13px;
  width: fit-content;
  cursor: pointer;
}
.k9 .type15 .button .prev:hover,
.k9 .type15 .button .next:hover {
  text-decoration: underline;
}
.k9 .type15 .button .next.active {
  opacity: 0;
  pointer-events: none;
}
.k9 .type15 .view-all,
.k9 .type15 .collapse-all {
  display: none;
  color: #FF6B00;
  font-size: 13px;
  line-height: 120%;
  text-transform: uppercase;
  width: fit-content;
  align-items: center;
  margin: 28px auto 0;
  justify-content: space-between;
}
.k9 .type15 .view-all svg,
.k9 .type15 .collapse-all svg {
  margin-right: 4px;
}
@media screen and (max-width: 1024px) {
  .k9 .type15 .view-all {
    display: flex;
  }
}
.k9 .type15 .collapse-all.active {
  display: flex;
}
.k9 .type15.packing-detail {
  padding: 0;
}
.k9 .type15.packing-detail .type16-box .right {
  background: none;
}
.k9 .type15.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) {
  .k9 .type15.packing-detail .type16-box .right .tabs {
    padding-top: 24px;
  }
}
.k9 .type15.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) {
  .k9 .type15.packing-detail .type16-box .right .tabs .items {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.k9 .type15.packing-detail .type16-box .right .line {
  height: 1px;
  width: 100%;
  max-width: 676px;
  background: #222;
  margin: auto;
  transform: translateY(-1px);
}
.k9 .type15.packing-detail .type16-box .right .tabs-change .item {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 750px) {
  .k9 .type15.packing-detail .type16-box .right .tabs-change .item {
    grid-template-columns: repeat(2, 1fr);
  }
}
.k9 .type15.packing-detail .type16-box .right .tabs-change .item.active {
  display: grid;
}
.k9 .type15.packing-detail .type16-box .right .tabs-change .item .i-item {
  padding-top: 26px;
  background: #222;
  border-radius: 4px;
  position: relative;
}
.k9 .type15.packing-detail .type16-box .right .tabs-change .item .i-item .text {
  color: #fff;
  position: absolute;
  top: 12px;
  left: 8px;
  right: 8px;
  font-size: 12px;
}
.specs table td {
  color: #999;
  vertical-align: top;
}
.table-tip {
  color: #999;
  font-size: 12px;
  margin-top: 64px;
}
.specs .s-item {
  border-bottom: none;
}
.specs .title {
  color: transparent;
  pointer-events: none;
}
.support .downloads .download-title {
  color: #333 !important;
}
/*# sourceMappingURL=k9.css.map */
