.support .manual .manual-box .item {
  align-items: flex-start;
}
.support .manual .manual-box .item .download {
  margin-top: 12px;
}
.product-type-sticky {
  overflow: hidden;
}
@font-face {
  font-family: "LLPixel";
  src: url("../images/air/LL Pixel.ttf");
}
@keyframes progress-animation {
  0% {
    stroke-dashoffset: 119.38;
    /* 0% */
  }
  100% {
    stroke-dashoffset: 0;
    /* 100% */
  }
}
.circles {
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 1024px) {
  .circles {
    display: none;
  }
}
.circles .circle1 {
  width: 48px;
  height: 48px;
}
.circles .circle1 svg {
  width: 48px;
  height: 48px;
}
.circles .circle2 {
  position: absolute;
  width: 46px;
  height: 46px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.circles .circle2 svg {
  width: 46px;
  height: 46px;
  stroke-dasharray: 119.38;
  stroke-dashoffset: 119.38;
}
.air {
  background: #000;
}
.air .air-line {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 32px;
  display: none;
  justify-content: space-between;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .air .air-line {
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .air .air-line {
    padding: 0 10px;
  }
}
.air .air-line .line {
  width: 1px;
  height: 100%;
  background: #D0D0D0;
}
@media screen and (max-width: 1024px) {
  .air .air-line .line {
    opacity: 0.5;
  }
}
@media screen and (max-width: 750px) {
  .air .air-line .line {
    opacity: 0.2;
  }
}
.air .air-line .line-black {
  width: 1px;
  height: 100%;
  background: #545454;
}
@media screen and (max-width: 1024px) {
  .air .air-line .line-black {
    opacity: 0.5;
  }
}
.air .section {
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1919px) {
  .air .section {
    max-width: 75vw;
  }
}
@media screen and (max-width: 750px) {
  .air .section {
    padding-left: 24px;
    padding-right: 24px;
    max-width: 100%;
  }
}
.air picture {
  display: block;
}
.air .flex-title {
  display: flex;
  grid-gap: 40px;
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .air .flex-title {
    flex-direction: column;
    grid-gap: 0;
  }
}
@media screen and (max-width: 750px) {
  .air .flex-title {
    margin-bottom: 40px;
  }
}
.air .flex-title .page-title {
  flex-basis: 550px;
}
@media screen and (max-width: 1024px) {
  .air .flex-title .page-title {
    flex-basis: auto;
    width: 100%;
  }
}
.air .flex-title .page-summary {
  flex: 1;
}
.air .page-sup {
  color: #FF6B00;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .air .page-sup {
    font-size: 16px;
  }
}
.air .text {
  position: relative;
  max-width: 1200px;
}
@media screen and (max-width: 1919px) {
  .air .text {
    max-width: 62.5vw !important;
  }
}
@media screen and (max-width: 750px) {
  .air .text {
    max-width: 100% !important;
  }
}
.air .page-title {
  font-size: 64px;
  line-height: 1.2;
  margin-bottom: 54px;
  font-family: "LLPixel";
}
@media screen and (max-width: 1919px) {
  .air .page-title {
    font-size: 3.333vw;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .air .page-title {
    font-size: 5.21vw;
    margin-bottom: 5.21vw;
  }
}
@media screen and (max-width: 750px) {
  .air .page-title {
    font-size: 8.14vw;
    margin-bottom: 7.63vw;
  }
}
.air .page-summary {
  color: #949494;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (max-width: 1919px) {
  .air .page-summary {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 1024px) {
  .air .page-summary {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .air .page-summary {
    text-align: left;
    font-size: 14px;
  }
}
.air .page-summary span {
  color: #000;
}
.air .page-tip {
  color: #888;
  font-size: 12px;
  line-height: 150%;
  margin-top: 24px;
}
.air .product-type-menu {
  position: relative;
  overflow: auto;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .air .product-type-menu {
    display: block !important;
  }
}
.air .product-type-menu::after {
  content: '';
  background: #C0C0C0;
  bottom: 0;
  left: 0;
  position: absolute;
  height: 1px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .air .product-type-menu::after {
    display: none;
  }
}
.air .product-type-menu::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.air .product-type-menu .items {
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .air .product-type-menu .items {
    grid-gap: 12px;
  }
}
.air .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;
}
.air .product-type-menu .items .item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .air .product-type-menu .items .item {
    font-size: 14px;
    margin-right: 24px;
  }
}
.air .product-type-menu .items .item::after {
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 0;
  width: 100%;
  background: #fff;
  opacity: 0;
  transition: all 0.5s;
}
.air .product-type-menu .items .item.active {
  color: #fff;
}
.air .product-type-menu .items .item.active::after {
  opacity: 1;
}
@media screen and (min-width: 751px) {
  .air .product-type-menu .items .item:hover {
    color: #fff;
  }
  .air .product-type-menu .items .item:hover::after {
    opacity: 1;
  }
}
.air .swiper-pagination .swiper-pagination-bullet {
  background: none;
  position: relative;
  width: 18px;
  height: 18px;
  line-height: 1;
  opacity: 1;
}
.air .swiper-pagination .swiper-pagination-bullet::before {
  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;
}
.air .swiper-pagination .swiper-pagination-bullet::after {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;
  opacity: 0.6;
}
.air .swiper-pagination .swiper-pagination-bullet svg {
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  position: relative;
}
.air .swiper-pagination .swiper-pagination-bullet svg #circle {
  transition-timing-function: linear;
  stroke-dasharray: 140, 140;
  stroke-dashoffset: 140;
}
.air .swiper-pagination .swiper-pagination-bullet.active::before {
  border-color: rgba(255, 255, 255, 0.2);
}
.air .swiper-pagination .swiper-pagination-bullet.active::after {
  opacity: 1;
}
.air .swiper-pagination .swiper-pagination-bullet.active svg {
  opacity: 1;
}
.air .swiper-pagination .swiper-pagination-bullet.active svg #circle {
  transition-duration: 5.5s;
  stroke-dashoffset: 0;
}
.air .swiper-pagination .swiper-pagination-bullet.active2 {
  transition-duration: 4.5s;
}
.air .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
}
.air .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active svg {
  opacity: 1;
}
.air .type1 {
  padding-top: 56px;
  margin-top: -56px;
  position: relative;
  background: #f9f9f9;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .air .type1 {
    height: auto;
  }
}
.air .type1 .section {
  max-width: 1440px;
}
.air .type1 .img {
  height: 100vh;
  max-height: 960px;
}
@media screen and (min-width: 1921px) {
  .air .type1 .img {
    max-height: inherit;
  }
}
@media screen and (max-width: 1024px) {
  .air .type1 .img {
    height: auto;
  }
}
.air .type1 .img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 750px) {
  .air .type1 .img video.pc {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .air .type1 .img video.tablet {
    display: block !important;
  }
}
@media screen and (max-width: 750px) {
  .air .type1 .img video.tablet {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .air .type1 .img video.phone {
    display: block !important;
  }
}
.air .type1 .text {
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  color: #fff;
  text-align: left;
  height: fit-content;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .air .type1 .text {
    top: 112px;
    bottom: 0;
    text-align: center;
    margin: 0;
  }
}
.air .type1 .text .title {
  transition: all 1s;
  width: 100%;
  font-family: Inter-SemiBold;
  font-size: 64px;
  color: #fff;
  line-height: 1.2;
  opacity: 0;
  transform: translateY(30px);
}
@media screen and (max-width: 1919px) {
  .air .type1 .text .title {
    font-size: 3.333vw;
  }
}
@media screen and (max-width: 1024px) {
  .air .type1 .text .title {
    font-size: 48px;
  }
}
@media screen and (max-width: 750px) {
  .air .type1 .text .title {
    font-size: 40px;
  }
}
.air .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: 1919px) {
  .air .type1 .text .summary {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 1024px) {
  .air .type1 .text .summary {
    font-size: 20px;
    margin-top: 12px;
    margin-bottom: 24px;
    max-width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .air .type1 .text .summary {
    font-size: 16px;
    margin-top: 8px;
  }
}
.air .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) {
  .air .type1 .text .banner-more {
    grid-gap: 8px;
    justify-content: center;
  }
}
.air .type1 .text .title,
.air .type1 .text .summary,
.air .type1 .text .banner-more {
  transition: all 1s;
}
.air .type1 .text .title.active,
.air .type1 .text .summary.active,
.air .type1 .text .banner-more.active {
  opacity: 1;
  transform: translateY(0);
}
.air .type2 {
  position: relative;
  z-index: 2;
  background: #EEEEEE;
}
.air .type2 .section {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (max-width: 1024px) {
  .air .type2 .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 750px) {
  .air .type2 .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.air .type2 .type2-box {
  display: flex;
  flex-wrap: wrap;
  gap: calc(12 / 1360 * 100%);
  position: relative;
  max-width: 1360px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .air .type2 .type2-box {
    gap: 12px;
  }
}
@media screen and (max-width: 750px) {
  .air .type2 .type2-box {
    gap: 8px;
  }
}
.air .type2 .type2-box .type-item {
  overflow: hidden;
  margin-bottom: calc(12 / 1360 * 100%);
  position: relative;
  height: fit-content;
  border-radius: 24px;
}
@media screen and (max-width: 1919px) {
  .air .type2 .type2-box .type-item {
    border-radius: 1.25vw;
  }
}
@media screen and (max-width: 1024px) {
  .air .type2 .type2-box .type-item {
    margin-bottom: 0 !important;
    position: initial !important;
  }
}
@media screen and (max-width: 750px) {
  .air .type2 .type2-box .type-item {
    border-radius: 12px;
  }
}
.air .type2 .type2-box .type-item img {
  width: 100%;
}
.air .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: #000;
}
.air .type2 .type2-box .type-item .text .title {
  font-size: 16px;
  line-height: 1.2;
  font-family: Inter-SemiBold;
}
@media screen and (max-width: 1919px) {
  .air .type2 .type2-box .type-item .text .title {
    font-size: 0.833vw;
  }
}
@media screen and (max-width: 1024px) {
  .air .type2 .type2-box .type-item .text .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .air .type2 .type2-box .type-item .text .title {
    font-size: 14px;
  }
}
.air .type2 .type2-box .type-item .text .summary {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 4px;
}
@media screen and (max-width: 1919px) {
  .air .type2 .type2-box .type-item .text .summary {
    font-size: 0.729vw;
  }
}
@media screen and (max-width: 1024px) {
  .air .type2 .type2-box .type-item .text .summary {
    font-size: 12px;
    margin-top: 4px;
  }
}
@media screen and (max-width: 750px) {
  .air .type2 .type2-box .type-item .text .summary {
    font-size: 12px;
    margin-top: 2px;
  }
}
.air .type2 .type2-box .type-item1 {
  width: calc(365 / 1360 * 100%);
}
@media screen and (max-width: 1024px) {
  .air .type2 .type2-box .type-item1 {
    order: 1;
  }
}
.air .type2 .type2-box .type-item2 {
  width: calc(290 / 1360 * 100%);
}
@media screen and (max-width: 1024px) {
  .air .type2 .type2-box .type-item2 {
    order: 2;
  }
}
.air .type2 .type2-box .type-item3 {
  width: calc(290 / 1360 * 100%);
}
@media screen and (max-width: 1024px) {
  .air .type2 .type2-box .type-item3 {
    order: 3;
  }
}
.air .type2 .type2-box .type-item3 .text {
  color: #fff;
}
.air .type2 .type2-box .type-item4 {
  width: calc(376 / 1360 * 100%);
}
@media screen and (max-width: 1024px) {
  .air .type2 .type2-box .type-item4 {
    display: none;
  }
}
.air .type2 .type2-box .type-item4 .text {
  color: #fff;
}
.air .type2 .type2-box .type-item5 {
  width: calc(365 / 1360 * 100%);
}
@media screen and (max-width: 1024px) {
  .air .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%);
  }
}
.air .type2 .type2-box .type-item5 .text {
  top: 16px;
  bottom: auto;
}
.air .type2 .type2-box .type-item6 {
  width: calc(365 / 1360 * 100%);
  position: absolute;
  left: 0;
  bottom: calc(166 / 732 * 100%);
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .air .type2 .type2-box .type-item6 {
    order: 9;
  }
}
@media screen and (max-width: 750px) {
  .air .type2 .type2-box .type-item6 .text {
    color: #fff;
  }
}
.air .type2 .type2-box .type-item7 {
  margin-bottom: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(153 / 1360 * 100%);
}
@media screen and (max-width: 1024px) {
  .air .type2 .type2-box .type-item7 {
    order: 11;
  }
}
.air .type2 .type2-box .type-item7 .text {
  color: #fff;
  left: 12px;
  right: auto;
}
.air .type2 .type2-box .type-item7 .text .title {
  font-size: 40px;
}
@media screen and (max-width: 1024px) {
  .air .type2 .type2-box .type-item7 .text .title {
    font-size: 60px;
  }
}
@media screen and (max-width: 750px) {
  .air .type2 .type2-box .type-item7 .text .title {
    font-size: 24px;
  }
}
.air .type2 .type2-box .type-item8 {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: calc(165 / 1360 * 100%);
  width: calc(202 / 1360 * 100%);
}
@media screen and (max-width: 1024px) {
  .air .type2 .type2-box .type-item8 {
    order: 12;
  }
}
.air .type2 .type2-box .type-item8 .text {
  color: #fff;
  top: 24px;
  bottom: auto;
}
@media screen and (max-width: 1024px) {
  .air .type2 .type2-box .type-item8 .text {
    bottom: 32px;
  }
}
@media screen and (max-width: 750px) {
  .air .type2 .type2-box .type-item8 .text {
    bottom: auto;
    top: 12px;
  }
}
.air .type2 .type2-box .type-item9 {
  width: calc(593 / 1360 * 100%);
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .air .type2 .type2-box .type-item9 {
    order: 8;
  }
}
.air .type2 .type2-box .type-item9 .text {
  top: 24px;
  bottom: auto;
}
@media screen and (max-width: 1024px) {
  .air .type2 .type2-box .type-item9 .text {
    top: 12px;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 750px) {
  .air .type2 .type2-box .type-item9 .text {
    color: #fff;
  }
}
.air .type2 .type2-box .type-item9 .text .title {
  font-size: 48px;
}
@media screen and (max-width: 1919px) {
  .air .type2 .type2-box .type-item9 .text .title {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .air .type2 .type2-box .type-item9 .text .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .air .type2 .type2-box .type-item9 .text .title {
    font-size: 14px;
  }
}
.air .type2 .type2-box .type-item10 {
  width: calc(182 / 1360 * 100%);
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .air .type2 .type2-box .type-item10 {
    order: 5;
  }
}
.air .type2 .type2-box .type-item10 .text {
  color: #fff;
}
.air .type2 .type2-box .type-item11 {
  width: calc(182 / 1360 * 100%);
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .air .type2 .type2-box .type-item11 {
    order: 5;
  }
}
.air .type2 .type2-box .type-item11 .text {
  color: #fff;
}
.air .type2 .type2-box .type-item12 {
  position: absolute;
  width: calc(376 / 1360 * 100%);
  margin-bottom: 0;
  right: 0;
  bottom: calc(166 / 732 * 100%);
}
@media screen and (max-width: 1024px) {
  .air .type2 .type2-box .type-item12 {
    order: 7;
  }
}
.air .type2 .type2-box .type-item12 .text {
  bottom: 18%;
}
.air .type2 .type2-box .type-item12 .text .title1 {
  position: absolute;
  left: 20%;
}
@media screen and (max-width: 750px) {
  .air .type2 .type2-box .type-item12 .text .title1 {
    left: 17%;
  }
}
.air .type2 .type2-box .type-item12 .text .title2 {
  position: absolute;
  right: 0;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .air .type2 .type2-box .type-item12 .text .title2 {
    right: 15%;
  }
}
@media screen and (max-width: 1024px) {
  .air .type2 .type2-box .type-item12 .text .title2 {
    right: 0%;
  }
}
.air .type2 .type2-box .type-item13 {
  position: absolute;
  width: calc(376 / 1360 * 100%);
  bottom: 0;
  right: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .air .type2 .type2-box .type-item13 {
    order: 10;
  }
}
@media screen and (max-width: 1024px) {
  .air .type2 .type2-box .type-item13 .text {
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .air .type2 .type2-box .type-item1,
  .air .type2 .type2-box .type-item2,
  .air .type2 .type2-box .type-item3,
  .air .type2 .type2-box .type-item5,
  .air .type2 .type2-box .type-item10,
  .air .type2 .type2-box .type-item11 {
    width: calc((100% - 24px) / 3) !important;
  }
  .air .type2 .type2-box .type-item9,
  .air .type2 .type2-box .type-item12 {
    width: calc(100%) !important;
  }
  .air .type2 .type2-box .type-item6,
  .air .type2 .type2-box .type-item13 {
    width: calc((100% - 12px) / 2) !important;
  }
  .air .type2 .type2-box .type-item7 {
    width: calc(221 / 688 * 100%) !important;
  }
  .air .type2 .type2-box .type-item8 {
    width: calc(455 / 688 * 100%) !important;
  }
}
@media screen and (max-width: 750px) {
  .air .type2 .type2-box .type-item1,
  .air .type2 .type2-box .type-item2,
  .air .type2 .type2-box .type-item3,
  .air .type2 .type2-box .type-item5,
  .air .type2 .type2-box .type-item10,
  .air .type2 .type2-box .type-item11 {
    width: calc((100% - 8px) / 2) !important;
  }
  .air .type2 .type2-box .type-item9,
  .air .type2 .type2-box .type-item12 {
    width: calc(100%) !important;
  }
  .air .type2 .type2-box .type-item7 {
    width: calc(221 / 695 * 100%) !important;
  }
  .air .type2 .type2-box .type-item8 {
    width: calc(455 / 695 * 100%) !important;
  }
}
.air .type3 {
  position: relative;
}
.air .type3 img {
  width: 100%;
  max-height: 100vh;
  object-fit: cover;
}
.air .type3 video {
  max-height: 100vh;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .air .type3 video {
    height: 520px;
    object-fit: cover;
  }
}
.air .type3 .texts {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: fit-content;
}
.air .type3 .texts .title {
  text-align: center;
  color: #fff;
  font-size: 128px;
  font-family: "LLPixel";
  line-height: 1.2;
}
@media screen and (max-width: 1919px) {
  .air .type3 .texts .title {
    font-size: 6.667vw;
  }
}
@media screen and (max-width: 1024px) {
  .air .type3 .texts .title {
    font-size: 64px;
  }
}
@media screen and (max-width: 750px) {
  .air .type3 .texts .title {
    font-size: 56px;
    max-width: 55%;
    margin: auto;
    line-height: 1;
  }
}
.air .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;
}
.air .type3 .texts .play-button svg {
  margin-left: 4px;
}
.air .type3 .texts .play-button .text {
  flex: 1;
  text-align: center;
}
.air .type4 {
  position: relative;
  background: #000;
}
.air .type4 .type4-box {
  padding: 110px 0 30px;
}
.air .type4 .type4-box .text {
  max-width: 1200px;
  text-align: center;
  margin: auto auto 60px;
  padding: 0 24px 0;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .air .type4 .type4-box .text {
    margin: auto auto 32px;
  }
}
.air .type4 .type4-box .text .page-summary span {
  color: #fff;
}
.air .type4 .type4-box .img {
  z-index: 1;
  position: relative;
}
.air .type4 .type4-box .img img {
  border-radius: 24px;
}
.air .type4 .type4-box .img-box_pin {
  height: 600vh;
}
.air .type4 .type4-box .img-box_sticky {
  position: sticky;
  top: calc(30vh - 100px);
}
@media screen and (max-width: 1280px) {
  .air .type4 .type4-box .img-box_sticky {
    top: calc(30vh - 40px);
  }
}
.air .type4 .type4-box .img-box {
  position: relative;
  height: 600px;
  overflow: hidden;
  border-radius: 0 0 24px 24px;
}
@media screen and (max-width: 1600px) {
  .air .type4 .type4-box .img-box {
    height: 70vh;
  }
}
@media screen and (max-width: 1280px) {
  .air .type4 .type4-box .img-box {
    height: 60vh;
  }
}
@media screen and (max-width: 1024px) {
  .air .type4 .type4-box .img-box {
    height: 44.921875vw;
  }
}
@media screen and (max-width: 750px) {
  .air .type4 .type4-box .img-box {
    border-radius: 0 0 16px 16px;
  }
}
.air .type4 .type4-box .img1 {
  border-radius: 24px;
  height: 600px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .air .type4 .type4-box .img1 {
    height: 44.921875vw;
  }
}
@media screen and (max-width: 750px) {
  .air .type4 .type4-box .img1 {
    border-radius: 16px;
  }
}
.air .type4 .type4-box .img2,
.air .type4 .type4-box .img3 {
  position: absolute;
  border-radius: 24px;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .air .type4 .type4-box .img2,
  .air .type4 .type4-box .img3 {
    border-radius: 16px;
  }
}
.air .type4 .type4-box .img2 video,
.air .type4 .type4-box .img3 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.air .type4 .type4-box .img2 img,
.air .type4 .type4-box .img3 img {
  position: relative;
  z-index: 2;
}
.air .type4 .type4-box .img2 {
  height: 100%;
}
.air .type4 .type4-box .img3 {
  top: 0;
  bottom: auto;
}
.air .type4 .type4-box .img3 .img3-title1 span {
  color: #fff;
}
.air .type4 .type4-box .img3 .img3-title1,
.air .type4 .type4-box .img3 .img3-title2 {
  text-align: center;
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  margin: auto;
  height: fit-content;
  font-size: 110px;
}
@media screen and (max-width: 1919px) {
  .air .type4 .type4-box .img3 .img3-title1,
  .air .type4 .type4-box .img3 .img3-title2 {
    font-size: 5.729vw;
  }
}
@media screen and (max-width: 1024px) {
  .air .type4 .type4-box .img3 .img3-title1,
  .air .type4 .type4-box .img3 .img3-title2 {
    font-size: 6.8359375vw;
  }
}
@media screen and (max-width: 750px) {
  .air .type4 .type4-box .img3 .img3-title1,
  .air .type4 .type4-box .img3 .img3-title2 {
    font-size: 24px;
  }
}
.air .type4 .type4-box .img3 .img3-title1 span,
.air .type4 .type4-box .img3 .img3-title2 span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-family: Inter-SemiBold;
}
.air .type4 .type4-box .img3 .img3-title2 {
  z-index: 2;
  text-align: center;
}
.air .type4 .type4-box .img3 .img3-title2 span {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
}
.air .type4 .type4-box .img3-title3 {
  height: 80vh;
  color: #FFF;
  text-align: center;
  font-size: 96px;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 1919px) {
  .air .type4 .type4-box .img3-title3 {
    font-size: 5.729vw;
  }
}
@media screen and (max-width: 1024px) {
  .air .type4 .type4-box .img3-title3 {
    font-size: 6.8359375vw;
    height: 50vh;
  }
}
@media screen and (max-width: 750px) {
  .air .type4 .type4-box .img3-title3 {
    font-size: 32px;
  }
}
.air .type4 .type4-box .img3-title3 span {
  display: block;
  position: relative;
  z-index: 2;
  font-family: Inter-SemiBold;
}
.air .type5 {
  position: relative;
  overflow: hidden;
  background: #000;
}
.air .type5 .type5-box {
  padding: 110px 0 90px;
  padding-top: 0;
}
@media screen and (max-width: 1024px) {
  .air .type5 .type5-box {
    padding: 54px 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .air .type5 .type5-box {
    padding: 40px 0;
  }
}
.air .type5 .type5-box .text {
  max-width: 1200px;
  text-align: center;
  margin: auto auto 60px;
  padding: 0 24px 0;
  color: #fff;
}
@media screen and (max-width: 1919px) {
  .air .type5 .type5-box .text {
    max-width: 62.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .air .type5 .type5-box .text {
    margin: auto auto 32px;
  }
}
.air .type5 .type5-box .text .page-summary span {
  color: #fff;
}
.air .type5 .type5-box .img {
  z-index: 1;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}
@media screen and (max-width: 1024px) {
  .air .type5 .type5-box .img {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 750px) {
  .air .type5 .type5-box .img {
    gap: 20px;
  }
}
.air .type5 .type5-box .img .img-list {
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .air .type5 .type5-box .img .img-list {
    border-radius: 12px;
  }
}
.air .type6 {
  position: relative;
  overflow: hidden;
  background: #000;
}
.air .type6 .type6-box {
  padding: 110px 0;
}
.air .type6 .type6-box .text {
  text-align: center;
  margin: auto auto 60px;
  padding: 0 24px 0;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .air .type6 .type6-box .text {
    margin: auto auto 32px;
  }
}
.air .type6 .type6-box .text .page-summary span {
  color: #fff;
}
.air .type6 .type6-box .swiper {
  margin: auto;
  overflow: inherit;
}
.air .type6 .type6-box .swiper .swiper-slide {
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
  background: #D9D9D9;
}
@media screen and (max-width: 1024px) {
  .air .type6 .type6-box .swiper .swiper-slide {
    border-radius: 16px;
  }
}
@media screen and (max-width: 750px) {
  .air .type6 .type6-box .swiper .swiper-slide {
    border-radius: 12px;
  }
}
.air .type6 .type6-box .swiper .swiper-slide video {
  width: 100%;
  display: block;
}
.air .type6 .type6-box .swiper .swiper-slide.swiper-slide-active svg {
  animation: progress-animation linear forwards;
}
.air .type6 .type6-box .swiper .swiper-pagination {
  position: inherit;
  width: fit-content;
  margin: 60px auto 0;
}
.air .type6 .type6-box .swiper .swiper-pagination::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background: #fff;
  z-index: 0;
}
.air .type6 .type6-box .swiper .swiper-pagination .swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: 40px;
  position: relative;
  z-index: 1;
  width: 32px;
  height: 32px;
}
.air .type6 .type6-box .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: url('../images/air/type6-icon.svg') no-repeat center center;
}
.air .type6 .type6-box .type6-img {
  display: flex;
  gap: 90px;
}
.air .type6 .type6-box .type6-img .item {
  flex-shrink: 0;
}
.air .type6 .type6-box .type6-img .item video {
  display: block;
}
.air .type6 .type6-box .type6-line {
  position: relative;
  width: 100%;
  max-width: 324px;
  margin: 40px auto 0;
  padding: 0 60px;
}
@media screen and (max-width: 1024px) {
  .air .type6 .type6-box .type6-line {
    margin-top: 70px;
  }
}
.air .type6 .type6-box .type6-line .line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  height: 4px;
  width: 100%;
}
.air .type6 .type6-box .type6-line .line-active {
  z-index: 2;
  position: relative;
  left: 0;
}
.air .type6 .type6-box .type6-line .line-active img {
  width: 32px;
  height: 32px;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .air .type6 .type6-box .type6-line .line-active img {
    width: 16px;
    height: 16px;
  }
}
.air .type6 .type6-box .type6-line.active .line-active {
  transform: translateX(calc(100% - 32px));
}
.air .type7 {
  position: relative;
  overflow: hidden;
  background: #eee;
}
.air .type7 .type7-img {
  position: relative;
  z-index: 1;
}
.air .type7 .type7-img img {
  width: 100%;
}
.air .type7 .type7-box {
  position: absolute;
  bottom: 7.8125vw;
  max-width: 1240px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .air .type7 .type7-box {
    bottom: 26.04vw;
  }
}
@media screen and (max-width: 750px) {
  .air .type7 .type7-box {
    bottom: 40.71vw;
  }
}
.air .type7 .type7-box .text {
  width: 36.458vw;
  max-width: 700px;
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .air .type7 .type7-box .text {
    max-width: 360px;
  }
}
@media screen and (max-width: 750px) {
  .air .type7 .type7-box .text {
    max-width: 310px;
    width: 100%;
  }
}
.air .type7 .type7-box .text .page-summary {
  text-align: left;
}
.air .type8 {
  position: relative;
  background: #000;
  padding-bottom: 156px;
}
.air .type8 .type8-box1 {
  padding-top: 110px;
}
.air .type8 .type8-box1 .text {
  max-width: 1200px;
  text-align: center;
  margin: auto auto 60px;
  padding: 0 24px 0;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .air .type8 .type8-box1 .text {
    margin: auto auto 32px;
  }
}
.air .type8 .type8-box1 .text .page-summary span {
  color: #fff;
}
.air .type8 .type8-box1 .type8-video1 {
  max-width: 750px;
  position: relative;
  margin: auto auto 5%;
}
@media screen and (max-width: 1600px) {
  .air .type8 .type8-box1 .type8-video1 {
    max-width: 550px;
  }
}
.air .type8 .type8-box1 .type8-video1 video {
  width: 100%;
  display: block;
}
.air .type8 .type8-box1 .type8-video1 .video1 {
  clip-path: polygon(51% 13%, 83% 15%, 78% 61%, 52% 57%);
}
.air .type8 .type8-box1 .type8-video1 .video2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(15% 41%, 40% 33%, 50% 77%, 28% 84%);
}
.air .type8 .type8-video2 {
  height: 300vh;
}
.air .type8 .type8-video2 .video-sticky {
  position: sticky;
  top: 0;
}
.air .type8 .type8-video2 .video-box {
  overflow: hidden;
  position: relative;
  width: 100%;
  cursor: pointer;
  height: 700px;
  margin: auto;
}
@media screen and (max-width: 1919px) {
  .air .type8 .type8-video2 .video-box {
    height: 70vh;
  }
}
@media screen and (max-width: 1024px) {
  .air .type8 .type8-video2 .video-box {
    height: 354px;
  }
}
@media screen and (max-width: 750px) {
  .air .type8 .type8-video2 .video-box {
    height: 257px;
  }
}
.air .type8 .type8-video2 .video-box video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
@media screen and (max-width: 1024px) {
  .air .type8 .type8-video2 .video-box video {
    border-radius: 16px;
  }
}
@media screen and (max-width: 750px) {
  .air .type8 .type8-video2 .video-box video {
    border-radius: 12px;
  }
}
.air .type8 .type8-video2 .video-box .play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 103px;
  height: 103px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 1600px) {
  .air .type8 .type8-video2 .video-box .play {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 750px) {
  .air .type8 .type8-video2 .video-box .play {
    width: 40px;
    height: 40px;
  }
}
.air .type8 .type8-video2 .video-box .play img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: none;
  transition: all 0.5s;
}
.air .type8 .type8-video2 .video-box .play .img1 {
  display: block;
}
.air .type8 .type8-video2 .video-box .play.active .img1 {
  display: none;
}
.air .type8 .type8-video2 .video-box .play.active .img2 {
  display: block;
}
.air .type8 .type8-video2 .video-box .play.active img {
  opacity: 0;
}
.air .type8 .type8-video2 .video-box:hover .play.active img {
  opacity: 1;
}
.air .type8 .text2 {
  margin-top: 64px;
  padding-bottom: 156px;
}
.air .type8 .text2 span {
  color: #fff;
}
.air .type9 {
  position: relative;
  overflow: hidden;
  background: #000;
}
.air .type9 .type9-box {
  padding: 110px 0 156px;
}
@media screen and (max-width: 1024px) {
  .air .type9 .type9-box {
    padding: 54px 0;
  }
}
@media screen and (max-width: 750px) {
  .air .type9 .type9-box {
    padding: 40px 0;
  }
}
.air .type9 .type9-box .text {
  text-align: center;
  margin: auto auto 80px;
  padding: 0 24px 0;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .air .type9 .type9-box .text {
    margin: auto auto 32px;
  }
}
.air .type9 .type9-box .text .page-summary span {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .air .type9 .type9-box .text .page-summary {
    display: none;
  }
}
.air .type9 .type9-box .items {
  display: flex;
  gap: 170px;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .air .type9 .type9-box .items {
    gap: 50px;
  }
}
.air .type9 .type9-box .items .item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .air .type9 .type9-box .items .item {
    flex-direction: column;
  }
}
.air .type9 .type9-box .items .item .left {
  flex-basis: 50%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .air .type9 .type9-box .items .item .left {
    flex-basis: 100%;
  }
}
.air .type9 .type9-box .items .item .left .img {
  border-radius: 33px;
  overflow: hidden;
  margin-right: 10px;
  margin-left: auto;
  width: 34.896vw;
  max-width: 670px;
}
@media screen and (max-width: 1024px) {
  .air .type9 .type9-box .items .item .left .img {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    border-radius: 16px;
  }
}
.air .type9 .type9-box .items .item .left .title {
  display: none;
  color: #FFF;
  text-align: center;
  font-family: "LLPixel";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 1024px) {
  .air .type9 .type9-box .items .item .left .title {
    display: block;
    position: absolute;
    right: 80px;
    bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .air .type9 .type9-box .items .item .left .title {
    right: 34px;
    font-size: 14px;
    bottom: 10px;
  }
}
.air .type9 .type9-box .items .item .right {
  flex-basis: 50%;
  margin-left: 60px;
}
@media screen and (max-width: 1024px) {
  .air .type9 .type9-box .items .item .right {
    margin-left: 0;
    padding-right: 0;
    flex-basis: 100%;
    margin-top: 36px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .air .type9 .type9-box .items .item .right {
    flex-direction: column;
  }
}
.air .type9 .type9-box .items .item .right .title {
  font-family: "LLPixel";
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  line-height: 150%;
  margin-bottom: 60px;
}
@media screen and (max-width: 1919px) {
  .air .type9 .type9-box .items .item .right .title {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 1280px) {
  .air .type9 .type9-box .items .item .right .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .air .type9 .type9-box .items .item .right .title {
    display: none;
  }
}
.air .type9 .type9-box .items .item .right .tab {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .air .type9 .type9-box .items .item .right .tab {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 750px) {
  .air .type9 .type9-box .items .item .right .tab {
    width: 80%;
  }
}
.air .type9 .type9-box .items .item .right .tab .tab-item {
  text-align: center;
}
.air .type9 .type9-box .items .item .right .tab .tab-item .text {
  cursor: pointer;
  width: fit-content;
  margin: auto;
  padding: 0;
}
.air .type9 .type9-box .items .item .right .tab .tab-item .text .icon {
  opacity: 0;
  transition: all 0.5s;
  margin: auto;
  width: 32px;
  height: 32px;
  background: url('../images/air/type9-icon.svg') no-repeat center / cover;
}
@media screen and (max-width: 750px) {
  .air .type9 .type9-box .items .item .right .tab .tab-item .text .icon {
    width: 20px;
    height: 20px;
  }
}
.air .type9 .type9-box .items .item .right .tab .tab-item .text .icon-title {
  color: #FFF;
  text-align: center;
  font-family: "LLPixel";
  font-size: 24px;
  line-height: 150%;
  transition: all 0.5s;
}
@media screen and (max-width: 1919px) {
  .air .type9 .type9-box .items .item .right .tab .tab-item .text .icon-title {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 1280px) {
  .air .type9 .type9-box .items .item .right .tab .tab-item .text .icon-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .air .type9 .type9-box .items .item .right .tab .tab-item .text .icon-title {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 750px) {
  .air .type9 .type9-box .items .item .right .tab .tab-item .text .icon-title {
    font-size: 14px;
  }
}
.air .type9 .type9-box .items .item .right .tab .tab-item .text:hover .icon {
  opacity: 1;
}
.air .type9 .type9-box .items .item .right .tab .tab-item.active .icon {
  opacity: 1;
}
.air .type9 .type9-box .items .item .right .tab .tab-item.active .icon-title {
  color: #FF6B00;
}
.air .type9 .type9-box .items .item .right .tab .tab-item.active:hover .icon {
  opacity: 1 !important;
}
.air .type9 .type9-box .items .item .right .tab .tab-item.active:hover .icon-title {
  color: #FF6B00 !important;
}
.air .type9 .type9-box .items .item .right .tab:hover .tab-item.active .icon {
  opacity: 0;
}
.air .type9 .type9-box .items .item .right .tab:hover .tab-item.active .icon-title {
  color: #fff;
}
.air .type9 .type9-box .items .item .right .tab-change {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .air .type9 .type9-box .items .item .right .tab-change {
    flex-basis: 50%;
    margin-top: 0;
    padding-left: 40px;
  }
}
@media screen and (max-width: 750px) {
  .air .type9 .type9-box .items .item .right .tab-change {
    margin-top: 30px;
    padding-right: 40px;
  }
}
.air .type9 .type9-box .items .item .right .tab-change .tab-change-item {
  display: flex;
  align-items: center;
  position: relative;
}
.air .type9 .type9-box .items .item .right .tab-change .tab-change-item .change-item-icon {
  width: 52px;
  height: 52px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .air .type9 .type9-box .items .item .right .tab-change .tab-change-item .change-item-icon {
    width: 32px;
    height: 32px;
  }
}
.air .type9 .type9-box .items .item .right .tab-change .tab-change-item .change-item-icon img {
  width: 100%;
  height: 100%;
  display: none;
}
.air .type9 .type9-box .items .item .right .tab-change .tab-change-item .change-item-icon .img1 {
  display: block;
}
.air .type9 .type9-box .items .item .right .tab-change .tab-change-item .change-item-img {
  flex: 1;
  margin-left: 30px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 750px) {
  .air .type9 .type9-box .items .item .right .tab-change .tab-change-item .change-item-img {
    border-radius: 4px;
  }
}
.air .type9 .type9-box .items .item .right .tab-change .tab-change-item .change-item-img img {
  width: 100%;
}
.air .type9 .type9-box .items .item .right .tab-change .tab-change-item .change-item-img .line {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: red;
  opacity: 0;
}
.air .type9 .type9-box .items .item .right .tab-change .tab-change-item.active .change-item-icon .img1 {
  display: none;
}
.air .type9 .type9-box .items .item .right .tab-change .tab-change-item.active .change-item-icon .img2 {
  display: block;
}
.air .type9 .type9-box .tablet {
  display: none;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .air .type9 .type9-box .tablet {
    display: block;
  }
}
.air .type9 .type9-box .tablet .page-summary span {
  color: #fff !important;
}
.air .type10 {
  position: relative;
  overflow: hidden;
  background: #EEE;
}
.air .type10 .type10-box {
  padding: 110px 0 60px;
}
@media screen and (max-width: 1024px) {
  .air .type10 .type10-box {
    padding: 54px 0;
  }
}
@media screen and (max-width: 750px) {
  .air .type10 .type10-box {
    padding: 40px 0;
  }
}
.air .type10 .type10-box .text {
  text-align: center;
  margin: auto auto 60px;
  padding: 0 24px 0;
}
@media screen and (max-width: 1024px) {
  .air .type10 .type10-box .text {
    margin: auto auto 32px;
  }
}
.air .type10 .type10-box .swiper {
  width: 70.833vw;
  margin: auto;
  overflow: inherit;
  max-width: 1360px;
}
@media screen and (max-width: 1024px) {
  .air .type10 .type10-box .swiper {
    width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 750px) {
  .air .type10 .type10-box .swiper {
    padding: 0 24px;
  }
}
.air .type10 .type10-box .swiper .swiper-slide {
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s;
}
.air .type10 .type10-box .swiper .swiper-slide .img1 {
  transition: all 0.5s;
}
.air .type10 .type10-box .swiper .swiper-slide .img2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s;
}
.air .type10 .type10-box .swiper .swiper-slide.swiper-slide-active svg {
  animation: progress-animation 3s linear forwards;
}
.air .type10 .type10-box .swiper .swiper-slide:hover {
  transform: translateY(-20px);
}
.air .type10 .type10-box .swiper .swiper-slide:hover .img2 {
  opacity: 1;
}
.air .type10 .type10-box .swiper .swiper-pagination {
  position: initial;
  width: fit-content;
  margin: 60px auto 0;
}
@media screen and (max-width: 750px) {
  .air .type10 .type10-box .swiper .swiper-pagination {
    margin: 20px auto 0;
  }
}
.air .type10 .type10-box .swiper .swiper-pagination::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 10px;
  background: #fff;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .air .type10 .type10-box .swiper .swiper-pagination::after {
    height: 6px;
  }
}
.air .type10 .type10-box .swiper .swiper-pagination .swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: 40px;
  position: relative;
  z-index: 1;
  width: 32px;
  height: 32px;
  background: url('../images/air/svg.svg') no-repeat center / cover;
}
@media screen and (max-width: 750px) {
  .air .type10 .type10-box .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    --swiper-pagination-bullet-horizontal-gap: 20px;
  }
}
.air .type10 .type10-box .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: url('../images/air/svg-active.svg') no-repeat center / cover;
}
.air .type11 {
  position: relative;
  overflow: hidden;
  background: #EEE;
}
.air .type11 .type11-box {
  padding: 110px 0 140px;
}
@media screen and (max-width: 1024px) {
  .air .type11 .type11-box {
    padding: 54px 0;
  }
}
@media screen and (max-width: 750px) {
  .air .type11 .type11-box {
    padding: 40px 0;
  }
}
.air .type11 .type11-box .text {
  text-align: center;
  margin: auto auto 60px;
  padding: 0 24px 0;
}
@media screen and (max-width: 1024px) {
  .air .type11 .type11-box .text {
    margin: auto auto 32px;
  }
}
.air .type11 .type11-box .text br {
  display: none;
}
@media screen and (max-width: 750px) {
  .air .type11 .type11-box .text br {
    display: block;
  }
}
.air .type11 .type11-box .swiper {
  width: 30%;
  margin: auto;
  overflow: inherit;
}
@media screen and (max-width: 1024px) {
  .air .type11 .type11-box .swiper {
    display: none;
  }
}
.air .type11 .type11-box .swiper .swiper-slide {
  border-radius: 48px;
  overflow: hidden;
  transition: all 0.5s;
  cursor: pointer;
}
.air .type11 .type11-box .swiper .swiper-slide-prev {
  transform: scale(0.666);
  transform-origin: bottom right;
}
.air .type11 .type11-box .swiper .swiper-slide-next {
  transform: scale(0.5);
  transform-origin: bottom left;
}
.air .type11 .type11-box .img {
  display: none;
}
@media screen and (max-width: 1024px) {
  .air .type11 .type11-box .img {
    display: block;
    position: relative;
    z-index: 2;
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
  }
}
@media screen and (max-width: 1024px) {
  .air .type11 .type11-box .img img {
    border-radius: 56px;
  }
}
@media screen and (max-width: 750px) {
  .air .type11 .type11-box .img img {
    border-radius: 24px;
  }
}
@media screen and (max-width: 750px) {
  .air .type11 .type11-box .img {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.air .type12 {
  position: relative;
  background: #eee;
}
@media screen and (max-width: 1024px) {
  .air .type12 {
    padding: 11px;
  }
}
.air .type12 .img {
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .air .type12 .img {
    border-radius: 12px;
    overflow: hidden;
  }
}
.air .type12 .img img {
  width: 100%;
}
.air .type12 .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .air .type12 .text {
    text-align: center;
  }
}
.air .type12 .text .page-title {
  font-family: Inter-Medium;
  font-size: 2vw;
}
.air .type13 {
  background: #eee;
  padding: 64px 0 126px;
}
@media screen and (max-width: 1024px) {
  .air .type13 {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.air .type13 .page-title {
  font-size: 32px;
  font-family: Inter-Medium;
}
@media screen and (max-width: 1024px) {
  .air .type13 .page-title {
    display: none;
  }
}
.air .type13 .tablet-title {
  display: none;
}
@media screen and (max-width: 1024px) {
  .air .type13 .tablet-title {
    display: block;
    position: absolute;
    top: 28px;
    left: 40px;
    right: 40px;
    font-size: 32px;
    font-family: Inter-SemiBold;
    color: #000;
  }
}
@media screen and (max-width: 750px) {
  .air .type13 .tablet-title {
    left: 20px;
    right: 20px;
  }
}
.air .type13 .type13-box {
  grid-gap: 48px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .air .type13 .type13-box {
    flex-direction: column;
    padding: 0;
    grid-gap: 0;
  }
}
.air .type13 .type13-box .left {
  flex-basis: 37%;
  height: fit-content;
  color: #fff;
  position: relative;
}
.air .type13 .type13-box .left .img {
  border-radius: 4px;
  overflow: hidden;
}
.air .type13 .type13-box .left .img img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .air .type13 .type13-box .left .img img.pc {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .air .type13 .type13-box .left .img img.tablet {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .air .type13 .type13-box .left .img img.tablet {
    display: none;
  }
}
.air .type13 .type13-box .left .text {
  color: #000;
}
@media screen and (max-width: 1024px) {
  .air .type13 .type13-box .left .text {
    position: absolute;
    bottom: 56px;
    left: 40px;
    right: 40px;
  }
}
@media screen and (max-width: 750px) {
  .air .type13 .type13-box .left .text {
    left: 20px;
    right: 20px;
    bottom: 40px;
  }
}
.air .type13 .type13-box .left .title {
  font-size: 24px;
  font-family: Inter-Medium;
  margin-top: 34px;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .air .type13 .type13-box .left .title {
    font-size: 20px;
  }
}
.air .type13 .type13-box .left .summary {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 12px;
}
@media screen and (max-width: 1024px) {
  .air .type13 .type13-box .left .summary {
    font-size: 13px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 750px) {
  .air .type13 .type13-box .left .summary {
    margin-top: 12px;
  }
}
.air .type13 .type13-box .left .button-box {
  display: flex;
  gap: 12px;
  margin-top: 34px;
}
@media screen and (max-width: 1024px) {
  .air .type13 .type13-box .left .button-box a {
    border-color: #fff;
    color: #fff;
  }
}
.air .type13 .type13-box .right {
  border-radius: 4px;
  background: #DEDEDE;
  flex: 1;
  overflow: hidden;
}
.air .type13 .type13-box .right .tabs {
  color: #666;
  padding-top: 6px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .air .type13 .type13-box .right .tabs {
    padding-top: 24px;
  }
}
.air .type13 .type13-box .right .tabs .items {
  padding-left: 16px;
  padding-right: 16px;
  display: inline-flex;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .air .type13 .type13-box .right .tabs .items {
    padding-left: 20px;
    padding-right: 20px;
  }
  .air .type13 .type13-box .right .tabs .items::after {
    content: '1';
    opacity: 0;
  }
}
.air .type13 .type13-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: 1024px) {
  .air .type13 .type13-box .right .tabs .item {
    width: 50%;
  }
}
.air .type13 .type13-box .right .tabs .item .item-text {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
.air .type13 .type13-box .right .tabs .item span {
  font-size: 12px;
  font-family: Inter-Regular;
}
.air .type13 .type13-box .right .tabs .item .color {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 8px auto 0;
}
.air .type13 .type13-box .right .tabs .item .color.color1 {
  background: linear-gradient(180deg, #666 0%, #333 100%);
}
.air .type13 .type13-box .right .tabs .item .color.color2 {
  background: linear-gradient(180deg, #F6F6F6 0%, #D9D9D9 100%);
}
.air .type13 .type13-box .right .tabs .item::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.air .type13 .type13-box .right .tabs .item.active .item-text {
  color: #000;
}
.air .type13 .type13-box .right .tabs .item:hover .item-text {
  color: #000;
}
.air .type13 .type13-box .right .tabs::after {
  height: 1px;
  width: 1000%;
  position: absolute;
  bottom: 0;
  left: -500%;
  background: #C0BFBF;
}
.air .type13 .type13-box .right .line {
  height: 1px;
  width: 100%;
  background: #C0BFBF;
  transform: translateY(-1px);
}
.air .type13 .type13-box .right .tabs-change {
  padding: 24px 16px;
}
@media screen and (max-width: 1024px) {
  .air .type13 .type13-box .right .tabs-change {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 750px) {
  .air .type13 .type13-box .right .tabs-change {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 48px;
  }
}
.air .type13 .type13-box .right .tabs-change .item {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
}
@media screen and (max-width: 750px) {
  .air .type13 .type13-box .right .tabs-change .item {
    grid-template-columns: repeat(2, 1fr);
  }
}
.air .type13 .type13-box .right .tabs-change .item.active {
  display: grid;
}
.air .type13 .type13-box .right .tabs-change .item .i-item {
  padding-top: 26px;
  border-radius: 4px;
  background: #EEE;
  position: relative;
}
.air .type13 .type13-box .right .tabs-change .item .i-item .text {
  color: #000;
  position: absolute;
  top: 12px;
  left: 8px;
  right: 8px;
  right: 24px;
  font-size: 12px;
}
.air .type13.packing-detail {
  padding: 0;
}
.air .type13.packing-detail .type16-box .right {
  background: none;
}
.air .type13.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) {
  .air .type13.packing-detail .type16-box .right .tabs {
    padding-top: 24px;
  }
}
.air .type13.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) {
  .air .type13.packing-detail .type16-box .right .tabs .items {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.air .type13.packing-detail .type16-box .right .line {
  height: 1px;
  width: 100%;
  max-width: 676px;
  background: #222;
  margin: auto;
  transform: translateY(-1px);
}
.air .type13.packing-detail .type16-box .right .tabs-change .item {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 750px) {
  .air .type13.packing-detail .type16-box .right .tabs-change .item {
    grid-template-columns: repeat(2, 1fr);
  }
}
.air .type13.packing-detail .type16-box .right .tabs-change .item.active {
  display: grid;
}
.air .type13.packing-detail .type16-box .right .tabs-change .item .i-item {
  padding-top: 26px;
  background: #222;
  border-radius: 4px;
  position: relative;
}
.air .type13.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;
}
/*# sourceMappingURL=air.css.map */