main {
  background: #170e13;
}
.compare-main {
  width: 100%;
  /* height: 170px; */
  aspect-ratio: 1400 / 662;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
.compare-main .compare-line {
  height: 100%;
  width: 1px;
  top: 0;
  left: 10%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  z-index: 7 !important;
}
.compare-main .compare-line::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 32px;
  height: 32px;
  background: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="16" cy="16" r="12" fill="white"/><circle cx="16" cy="16" r="14" stroke="white" stroke-opacity="0.28" stroke-width="4"/><path d="M12 13L8.99999 16L12 19" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M20 13L23 16L20 19" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: cover;
}
.compare-main .compare-before {
  width: 10%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  z-index: 6 !important;
}
.compare-main .compare-after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.section-1 {
  position: relative;
  width: 100%;
  height: calc(100vh - 64px);
  background: url(https://images.pixpretty.com/product/section1-banner-before.png) center no-repeat;
  background-size: cover;
  transition: background 0.6s ease-in-out;
  display: flex;
  justify-content: center;
}
.section-1 .btn-group {
  position: absolute;
  bottom: 60px;
  display: flex;
  justify-content: flex-start;
  gap: 60px;
}
.section-1 .btn-group .divider {
  width: 1px;
  height: 48px;
  background: rgba(255, 255, 255, 0.5);
}
.section-1 .btn-group .right-btn {
  display: flex;
  width: 100%;
  gap: 80px;
}
.section-1 .btn-group span {
  display: flex;
  align-items: center;
  padding: 8px 26px;
  border-radius: 4px;
  opacity: 0.8;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: #0000003d;
  backdrop-filter: blur(6px);
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  text-wrap: nowrap;
  transition: all 0.3s ease-in-out;
}
.section-1 .btn-group span svg {
  margin-right: 4px;
  display: none;
}
.section-1 .btn-group span:hover,
.section-1 .btn-group span.active {
  background: #ffbc20 !important;
  border-color: rgba(255, 255, 255, 1);
  color: #170e13;
  font-weight: 700;
  opacity: 1;
  backdrop-filter: blur(0px);
}
.section-1 .btn-group span.active svg {
  display: block;
}
.section-2 {
  width: 100%;
  height: 100%;
  padding: 140px 0;
  background: #170e13;
}
.section-2 .container {
  max-width: 1440px;
  text-align: center;
}
.section-2 .container > .text {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto 24px;
}
.section-2 .container > .text > h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  margin-bottom: 16px;
  color: #fff;
}
.section-2 .container > .text > p {
  font-size: 20px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.section-2 .btn-group {
  position: absolute;
  bottom: 26px;
  gap: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 10;
}
.section-2 .btn-group span {
  display: inline-block;
  padding: 5px 31px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: #0000003d;
  backdrop-filter: blur(12px);
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  text-wrap: nowrap;
  transition: all 0.3s ease-in-out;
}
.section-2 .btn-group span:hover,
.section-2 .btn-group span.active {
  background: #ffbc20;
  color: #170e13;
  font-weight: 700;
}

.section-3 {
  width: 100%;
  height: 973px;
  background: #170e13;
  overflow: hidden;
}
.section-3 .content {
  position: relative;
}
.section-3  .text-mobile{
  display: none;
}
.section-3 .content .row-box {
  display: flex;
}
.section-3 .content .row-box > div {
  width: calc(100% / 12);
  height: auto;
}
.section-3 .content .row-box .black-four {
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-3 .content .text {
  position: absolute;
  top: 50%; /* 根据布局调整 */
  left: 50%;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.6);
}
.section-3 .content .text h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  margin-bottom: 16px;
  color: #fff;
}
.section-3 .content .text p {
  font-size: 20px;
  line-height: 140%;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}
.section-3 .content .img-box {
  transform-style: preserve-3d;
  perspective: 1000px;
  transition: transform 0.3s ease-out;
}
.section-3 .content .row-box .img {
  display: flex;
}
.section-3 .content .row-box .img img {
  width: 100%;
}

.section-4 {
  width: 100%;
  padding: 140px 0;
  background: #170e13;
}
.section-4 .container {
  max-width: 1250px;
  text-align: center;
}
.section-4 .container > .text {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto 48px;
}
.section-4 .container > .text > h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  margin-bottom: 16px;
  color: #fff;
}
.section-4 .container > .text > p {
  font-size: 20px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.section-4 .container > .btn-group {
  display: flex;
  justify-content: center;
  gap: 120px;
  margin-bottom: 36px;
}
.section-4 .container > .btn-group > span {
  display: inline-block;
  padding: 9px 27px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #fff;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.section-4 .container > .btn-group > span:hover,
.section-4 .container > .btn-group > span.active {
  border-color: #fff8e2;
  opacity: 1;
  color: #fff8e2;
  font-weight: 700;
}
.section-4 .compare-main {
  aspect-ratio: 1210 / 602;
}

.section-5 {
  width: 100%;
  padding: 40px 0 0;
  background: #170e13;
}
.section-5 .text {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto 40px;
}
.section-5 > .text > h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  margin-bottom: 16px;
  color: #fff;
}
.section-5 .text > p {
  font-size: 20px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.section-5 .compare-main {
  aspect-ratio: 1920 / 722;
  border-radius: 0;
}

.section-6 {
  width: 100%;
  padding: 140px 0 0;
  background: #170e13;
}
.section-6 .container {
  max-width: 1250px;
  text-align: center;
}
.section-6 .text {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto 40px;
}
.section-6 .text > h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  margin-bottom: 16px;
  color: #fff;
}
.section-6 .text > p {
  font-size: 20px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.section-6 .compare-main {
  aspect-ratio: 1210 / 572;
}

.section-7 {
  width: 100%;
  padding: 140px 0;
  background: #170e13;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  z-index: 2;
  position: relative;
}
.section-7 .container {
  max-width: 1202px;
  text-align: center;
  /* height: fit-content; */
}
.section-7 .text {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto 40px;
}
.section-7 .text > h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  margin-bottom: 16px;
  color: #fff;
}
.section-7 .text > p {
  font-size: 20px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.section-7 .slide-box {
  width: 100%;
  will-change: transform;
  transform-style: preserve-3d;
  /* perspective: 1000px;  */
  max-width: 100%;
  height: 636px;
  overflow: hidden;
}
.section-7 .content-mobile{
  display: none;
}
.section-7 .slide-box .slide-item {
  will-change: transform;
  transform-style: preserve-3d;
  width: 100%;
}
.section-7 .slide-box .slide-item img {
  width: 100%;
}
.section-8 {
  margin-top: -95px;
  width: 100%;
  padding: 215px 0 120px;
  position: relative;
  overflow: hidden;
  background: #F8F9FB;
}
.section-8::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -40px;
  width: 404px;
  height: 637px;
  background: url(https://images.pixpretty.com/product/section8-bg.svg) center no-repeat;
  background-size: cover;
  z-index: 0;
}
.section-8::after {
  content: "";
  position: absolute;
  top: 80px;
  right: -50px;
  width: 404px;
  height: 637px;
  background: url(https://images.pixpretty.com/product/section8-bg.svg) center no-repeat;
  background-size: cover;
  z-index: 0;
  transform: rotate(180deg);
}
.section-8 .container {
  z-index: 1;
}
.section-8 .container > h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  margin-bottom: 60px;
  text-align: center;
  color: #170e13;
}
.section-8 .container > div {
  gap: 24px;
  display: flex;
  justify-content: center;
  z-index: 2;
  position: relative;
}
.section-8 .container > div > .item {
  padding: 48px 82px;
  background: url(https://images.pixpretty.com/product/section8-item-bg.png) center no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 24px;
  overflow: hidden;
}
.section-8 .container > div > .item img {
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
}
.section-8 .container > div > .item h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 12px;
  color: #fff;
}
.section-8 .container > div > .item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  margin: 0;
  color: #fff;
}

@media (max-width: 1600px) {
  .section-1 .btn-group {
    bottom: 32px;
    gap: 60px;
  }
  .section-1 .btn-group .divider {
    height: 45px;
  }
  .section-1 .btn-group .right-btn {
    gap: 60px;
  }
  .section-1 .btn-group span {
    font-size: 18px;
    line-height: 25px;
  }
  .section-2 {
    padding: 80px 0;
  }
  .section-2 .container {
    max-width: 954px;
  }
  .section-2 .container > .text {
    max-width: 100%;
  }
  .section-2 .container > .text > h2 {
    font-size: 36px;
  }
  .section-2 .container > .text > p {
    font-size: 16px;
  }
  .section-2 .btn-group {
    bottom: 20px;
  }
  .section-2 .btn-group span {
    font-size: 16px;
    line-height: 22px;
  }
  .section-3 .content .text h2 {
    font-size: 36px;
  }
  .section-3 .content .text p {
    font-size: 16px;
  }
  .section-4 {
    padding: 80px 0 60px;
  }
  .section-4 .container > .text {
    margin: 0 auto 28px;
  }
  .section-4 .container > .text > h2 {
    font-size: 36px;
  }
  .section-4 .container > .text > p {
    font-size: 16px;
  }
  .section-4 .container > .btn-group {
    gap: 60px;
    margin-bottom: 24px;
  }
  .section-4 .container > .btn-group > span {
    font-size: 18px;
    line-height: 25px;
  }
  .section-5 > .text > h2 {
    font-size: 36px;
  }
  .section-5 > .text > p {
    font-size: 16px;
  }

  .section-6 {
    padding: 80px 0 0;
  }
  .section-6 .container {
    max-width: 796px;
  }
  .section-6 .text > h2 {
    font-size: 36px;
  }
  .section-6 .text > p {
    font-size: 16px;
  }
  .section-7 {
    padding: 80px 0;
    border-bottom-left-radius: 48px;
    border-bottom-right-radius: 48px;
  }
  .section-7 .container {
    max-width: 764px;
  }
  .section-7 .slide-box {
    height: 408px;
  }
  .section-7 .text > h2 {
    font-size: 36px;
  }
  .section-7 .text > p {
    font-size: 16px;
  }

  .section-8 {
    padding: 80px 0;
  }
  .section-8 {
    margin-top: -66px;
    padding: 146px 0 80px;
  }
  .section-8 .container > h2 {
    font-size: 36px;
    margin-bottom: 69px;
  }
  .section-8 .container > div > .item {
    padding: 56px 36px;
    min-width: 359px;
  }
  .section-8 .container > div > .item img {
    width: 64px;
    height: 64px;
  }
  .section-8 .container > div > .item h5 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .section-8 .container > div > .item p {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .section-1 .btn-group {
    bottom: 24px;
    gap: 40px;
  }
  .section-1 .btn-group .divider {
    height: 48px;
  }
  .section-1 .btn-group .right-btn {
    display: flex;
    width: 100%;
    gap: 40px;
  }
  .section-1 .btn-group span {
    font-size: 16px;
    line-height: 24px;
  }
  .section-2 .container {
    max-width: 100%;
  }
  .section-2 .container > div:nth-of-type(2) {
    padding-bottom: 54px;
  }
  .section-2 .container > .text > h2 {
    font-size: 32px;
  }
  .section-2 .btn-group {
    bottom: 0;
    gap: 40px;
  }
  .section-3 .content .text h2 {
    font-size: 24px;
  }
  .section-3 .content .text p {
    font-size: 12px;
  }
  .section-4 .container > .text > h2 {
    font-size: 32px;
  }
  .section-4 .container > .btn-group {
    gap: 40px;
  }
  .section-5 {
    padding: 80px 0 0;
  }
  .section-5 > .text > h2 {
    font-size: 32px;
  }

  .section-6 .container {
    max-width: 100%;
  }
  .section-6 .text > h2 {
    font-size: 32px;
  }

  .section-7 {
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
  }
  .section-7 .container {
    max-width: 1016px;
  }
  .section-7 .slide-box {
    height: 544px;
  }
  .section-7 .slide-box .slide-item {
    height: auto;
  }
  .section-7 .text > h2 {
    font-size: 32px;
  }

  .section-8 {
    padding: 60px 0;
  }
  .section-8 {
    margin-top: -71px;
    padding: 131px 0 60px;
  }
  .section-8::before {
    content: "";
    position: absolute;
    top: -120px;
    left: -80px;
    width: 202px;
    height: 318.5px;
  }
  .section-8::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: -120px;
    right: -80px;
    width: 202px;
    height: 318.5px;
  }
  .section-8 .container > h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
 
}
@media (max-width: 992px) {
  .compare-main {
    aspect-ratio: 360 / 170;
  }
  .compare-main .compare-line::after {
    width: 20px;
    height: 20px;
    background-size: cover;
  }
  .section-1 {
    height: calc(60vh - 60px);
  }
  .section-1 .btn-group {
    bottom: 0;
    gap: 8px;
    padding: 4px;
    border: 0.5px solid rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(12px); /* 兼容 Safari */
    backdrop-filter: blur(12px);
    transform: translateZ(0); /* 触发 GPU 加速 */
    width: 100%;
    justify-content: center;
  }
  .section-1 .btn-group .divider {
    display: none;
  }
  .section-1 .btn-group .right-btn {
    display: flex;
    align-items: flex-start;
    margin: 0 auto;
    width: fit-content;
    max-width: 100vw;
    overflow-x: auto;
    gap: 4px;
  }
  .section-1 .btn-group > span:first-of-type {
    /* position: absolute;
    right: 0;
    bottom: 52px;
    padding: 12px 16px;
    border: 0.5px solid rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    transform: translateZ(0);
    border-radius: 0;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    background: rgba(179, 166, 148, 0.9); */
  }
  .section-1 .btn-group span {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 12px;
    border: none;
    border-radius: 100px;
    backdrop-filter: blur(0px);
    opacity: 1;
    color: #fff;
    background: none;
  }
  .section-1 .btn-group span svg {
    width: 16px;
    height: 16px;
    margin-right: 2px;
  }
  .section-3 {
    height: fit-content;
    overflow: hidden;
    max-width: 100vw;
  }
  .section-3  .text-mobile{
    display: block;
    margin-bottom: 40px;
    padding: 0 24px;
  }
  .section-3 .text-mobile h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    margin-bottom: 16px;
  }
  .section-3 .text-mobile p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
  }
  .section-3 .content .row-box > div {
    width: 114px;
    min-width: 114px;
  }
  .section-4 {
    padding-bottom: 0;
  }
  .section-4 .container {
    padding-bottom: 64px;
    position: relative;
  }
  .section-4 .container > .text {
    margin: 0 auto 40px;
  }
  .section-4 .container > .btn-group {
    position: absolute;
    bottom: 0;
    width: calc(100% - 38px);
    margin: 0 0 0 -5px;
    gap: 8px;
    padding: 3px;
    border: 0.5px solid rgba(255, 255, 255, 0.2);
    background: #CCCCCC3D;
    backdrop-filter: blur(12px);
    border-radius: 100px;
    justify-content: space-between;
  }
  .section-4 .container > .btn-group > span {
    padding: 8px 12px;
    border: 0;
    border-radius: 100px;
    font-size: 14px;
    line-height: 20px;
    opacity: 1;
  }
  .section-4 .container > .btn-group > span:hover,
  .section-4 .container > .btn-group > span.active {
    color: #170e13;
    background: #ffbc20;
  }
  .section-5 .text {
    padding: 0 24px;
  }
  .section-7 .container {
    max-width: 720px;
  }
  .section-7 .scrolltrigger {
    display: none;
  }
  .section-7 .content-mobile{
    display: block;
  }
  .section-7 .sec7-swiper{
    width: 100%;
    overflow: hidden                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           ;
  }
  .section-7 .sec7-swiper .swiper-wapper{
    width: 100%;
  }
  .section-7 .sec7-swiper .swiper-wrapper .swiper-slide img{
    width: 100%;
  }
  .section-8 .container > div {
    flex-direction: column;
  }
  .section-8 .container > div > .item {
    min-width: 100%;
  }
}
@media (min-width: 1921px) {
  .section-3{
    height: 1100px;
  }
  .section-3 .content .text h2 {
    font-size: 52px;
  }
  .section-3 .content .text p {
    font-size: 28px;
  }
}
@media (min-width: 2200px) {
  .section-3{
    height: 1300px;
  }
  .section-3 .content .text h2 {
    font-size: 64px;
  }
  .section-3 .content .text p {
    font-size: 32px;
  }
}