@charset "UTF-8";
.color-text {
  background: linear-gradient(90deg, #E091F2 0%, #FD6A0F 67.91%, #FED001 93.71%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body {
  background: #000000;
}

@media (max-width: 768px) {
  main .btn-outline-white {
    height: 48px !important;
    line-height: 48px !important;
    font-size: 16px !important;
    padding: 0 32px !important;
  }
}
main section {
  position: relative;
  z-index: 0;
}
main .swiper-pagination-horizontal {
  background: #1A1A1A;
  border-radius: 16px;
  padding: 8px 16px;
  width: -moz-max-content !important;
  width: max-content !important;
}
main .swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: #9D9D9D;
}
main .swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 28px;
  height: 7px;
  border-radius: 30px;
  background: #FFFFFF;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.sec1 {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.sec1 .video-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.sec1 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (min-width: 992px) {
  .sec1 .overlay {
    background: rgba(0, 0, 0, 0.4);
  }
}
.sec1 .content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 40vh;
}
.sec1 .content .info {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  margin: 12px 0 40px;
}
@media (min-width: 992px) {
  .sec1 .content .info {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .sec1 .content .info {
    font-size: 24px;
    margin: 16px 0 48px;
  }
}

@media (min-width: 992px) {
  .sec2 {
    height: calc(100vh + 1500px);
  }
}
.sec2 .container {
  padding: 0 24px;
}
@media (min-width: 992px) {
  .sec2 .container {
    padding: 0;
  }
}
.sec2 .sec2Swiper {
  padding: 64px 0 38px;
  position: relative;
}
@media (min-width: 992px) {
  .sec2 .sec2Swiper {
    height: 100vh;
    min-height: 820px;
    overflow: hidden;
    position: sticky;
    top: 0;
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .sec2 .sec2Swiper .swiper-slide {
    transition: opacity 0.3s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    display: flex;
    align-items: center;
  }
  .sec2 .sec2Swiper .swiper-slide .btn {
    opacity: 0;
  }
  .sec2 .sec2Swiper .swiper-slide.swiper-slide-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .sec2 .sec2Swiper .swiper-slide.swiper-slide-active .btn {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .sec2 .sec2Swiper .sec2-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(calc(-50% - 274px));
    margin: 0;
  }
}
@media (min-width: 1600px) {
  .sec2 .sec2Swiper .sec2-title {
    transform: translateX(-50%) translateY(calc(-50% - 308px));
  }
}
.sec2 .sec2Swiper .swiper-pagination-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
}
@media (min-width: 992px) {
  .sec2 .sec2Swiper .swiper-pagination-wrapper {
    margin-top: 0;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(calc(-50% + 0px));
    height: 392px;
  }
}
@media (min-width: 1280px) {
  .sec2 .sec2Swiper .swiper-pagination-wrapper {
    right: 18px;
  }
}
@media (min-width: 1366px) {
  .sec2 .sec2Swiper .swiper-pagination-wrapper {
    right: 48px;
    transform: translateY(calc(-50% + 32px));
  }
}
@media (min-width: 1600px) {
  .sec2 .sec2Swiper .swiper-pagination-wrapper {
    right: 125px;
  }
}
@media (min-width: 1800px) {
  .sec2 .sec2Swiper .swiper-pagination-wrapper {
    right: 240px;
  }
}
@media (min-width: 2200px) {
  .sec2 .sec2Swiper .swiper-pagination-wrapper {
    right: 500px;
    transform: translateY(calc(-50% - 12px));
  }
}
.sec2 .sec2Swiper .swiper-pagination-wrapper .swiper-pagination-current,
.sec2 .sec2Swiper .swiper-pagination-wrapper .swiper-pagination-total {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  margin: 0;
  position: absolute;
}
.sec2 .sec2Swiper .swiper-pagination-wrapper .swiper-pagination-current {
  top: -48px;
  right: -8px;
}
.sec2 .sec2Swiper .swiper-pagination-wrapper .swiper-pagination-total {
  bottom: -48px;
  right: -8px;
}
.sec2 .sec2Swiper .swiper-pagination-wrapper .swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec2 .sec2Swiper .swiper-pagination-wrapper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  background: rgb(157, 157, 157);
  opacity: 0.5;
  margin: 0 4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.sec2 .sec2Swiper .swiper-pagination-wrapper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
  width: 28px;
  height: 5px;
  opacity: 1;
  border-radius: 15px;
}
.sec2 .sec2Swiper .swiper-pagination-wrapper .swiper-pagination.swiper-pagination-progressbar {
  position: absolute;
  flex-direction: column;
  width: 2px;
  height: 100%;
  background: linear-gradient(0deg, #FED001 0%, #FD6A0F 49.96%, #E091F2 100.16%);
}
.sec2 .sec2Swiper .swiper-pagination-wrapper .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: rgba(255, 255, 255, 0.8);
}
.sec2 .fun {
  gap: 32px;
  position: relative;
}
@media (min-width: 1366px) {
  .sec2 .fun {
    gap: 80px;
    margin-top: 48px;
  }
}
@media (min-width: 1600px) {
  .sec2 .fun {
    gap: 102px;
    margin-top: 106px;
  }
}
.sec2 .fun .video-box {
  width: 100%;
  border-radius: 16px;
  position: relative;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);
  position: relative;
}
@media (min-width: 768px) {
  .sec2 .fun .video-box {
    width: 600px;
    height: 446px;
    margin: auto;
  }
}
@media (min-width: 992px) {
  .sec2 .fun .video-box {
    width: 500px;
    height: 372px;
    margin: 0;
  }
}
@media (min-width: 1280px) {
  .sec2 .fun .video-box {
    width: 610px;
    height: 454px;
  }
}
.sec2 .fun .video-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.sec2 .fun .video-box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* 填满并裁剪，保证比例 */
  border-radius: 16px;
  /* 保持和外盒一致的圆角 */
  display: block;
  /* 去掉默认的 inline 元素间隙 */
}
.sec2 .fun .video-box::before {
  content: "";
  width: 603.3px;
  height: 490.8px;
  background: url("https://images.hitpaw.cn/home/sec2-bg.webp") no-repeat center;
  background-size: cover;
  position: absolute;
  top: -112px;
  left: -126px;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 992px) {
  .sec2 .fun .video-box::before {
    width: 905px;
    height: 736px;
    top: -165px;
    left: -203px;
  }
}
@media (min-width: 1280px) {
  .sec2 .fun .video-box::before {
    top: -32%;
    left: -27%;
  }
}
@media (min-width: 1600px) {
  .sec2 .fun .video-box::before {
    top: -33%;
    left: -28%;
  }
}
@media (min-width: 2200px) {
  .sec2 .fun .video-box::before {
    left: -30%;
  }
}
@media (min-width: 992px) {
  .sec2 .fun .text {
    width: 400px;
  }
}
@media (min-width: 1280px) {
  .sec2 .fun .text {
    width: 460px;
  }
}
@media (min-width: 1600px) {
  .sec2 .fun .text {
    width: 488px;
  }
}
.sec2 .fun .text .title {
  font-size: 24px;
  line-height: 140%;
  font-weight: 700;
}
@media (min-width: 992px) {
  .sec2 .fun .text .title {
    font-size: 32px;
  }
}
.sec2 .fun .text .desc {
  font-size: 14px;
  line-height: 150%;
  color: #BDBDBD;
}
@media (min-width: 992px) {
  .sec2 .fun .text .desc {
    font-size: 16px;
  }
}

.sec3 {
  padding: 0 0 64px;
}
@media (min-width: 1600px) {
  .sec3 {
    padding: 0 0 120px;
  }
}
.sec3 .video-enhancement {
  gap: 24px;
}
@media (min-width: 992px) {
  .sec3 .video-enhancement {
    gap: 44px;
  }
}
.sec3 .video-enhancement .enhance-card {
  width: 267px;
  height: 245px;
  border-radius: 12px;
  position: relative;
  padding: 3px;
  background: transparent;
  transition: all 0.3 ease;
}
@media (min-width: 992px) {
  .sec3 .video-enhancement .enhance-card:hover {
    background: linear-gradient(90deg, #E091F2 0%, #FD6A0F 50.12%, #FED001 100%);
  }
  .sec3 .video-enhancement .enhance-card:hover .trial-btn {
    display: block;
  }
}
.sec3 .video-enhancement .enhance-card .comparison-badge {
  width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
}
.sec3 .video-enhancement .enhance-card .card-meta {
  background: #2B2938;
  padding: 16px 0;
  border-bottom-right-radius: 11px;
  border-bottom-left-radius: 11px;
  display: flex;
  justify-content: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
}
.sec3 .video-enhancement .enhance-card .trial-btn {
  top: 135px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

@property --angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}
:root {
  --conic-border-color: #fffb0d;
  /* 运动边框颜色 */
}

.sec4 {
  padding: 0 0 64px;
}
@media (min-width: 1600px) {
  .sec4 {
    padding: 80px 0 120px;
  }
}
.sec4 .speed {
  width: 342px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  padding: 1px;
  height: 390px;
  background: #3E3E3E;
}
@media (min-width: 768px) {
  .sec4 .speed {
    width: 588px;
    height: 670px;
  }
}
@media (min-width: 1600px) {
  .sec4 .speed {
    height: 719px;
  }
}
.sec4 .speed .img {
  position: relative;
  z-index: 3;
}
.sec4 .speed .img img {
  border-radius: 16px;
}
.sec4 .speed .info {
  position: absolute;
  z-index: 3;
  width: 288px;
  text-align: left;
  bottom: 24px;
  left: 27px;
}
@media (min-width: 768px) {
  .sec4 .speed .info {
    width: 492px;
    bottom: 48px;
    left: 48px;
  }
}
@media (min-width: 1600px) {
  .sec4 .speed .info {
    bottom: 55px;
  }
}
.sec4 .speed .info .tag {
  width: 32px;
}
@media (min-width: 768px) {
  .sec4 .speed .info .tag {
    width: 48px;
  }
}
.sec4 .speed .info .sub-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #FFFFFF;
  margin: 12px 0 8px;
}
@media (min-width: 768px) {
  .sec4 .speed .info .sub-title {
    margin: 20px 0 24px;
    font-size: 32px;
  }
}
.sec4 .speed .info .sub-text {
  font-size: 14px;
  line-height: 150%;
  color: #BDBDBD;
}
@media (min-width: 768px) {
  .sec4 .speed .info .sub-text {
    font-size: 18px;
  }
}
.sec4 .speed::after, .sec4 .speed::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 200%;
  width: 200%;
  background-image: conic-gradient(#2E2E2E 10.09%, #E091F2 15.45%, #FD6A0F 18.48%, #FED001 26.61%, #2E2E2E 26.48%);
  translate: -50% -50%;
  border-radius: 16px;
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  opacity: 0.5;
}
.sec4 .speed.speed-1::before, .sec4 .speed.speed-1::after {
  animation-name: rotate1;
}
@keyframes rotate1 {
  to {
    transform: rotate(360deg);
  }
}
.sec4 .speed.speed-2::before, .sec4 .speed.speed-2::after {
  animation-name: rotate2;
}
@keyframes rotate2 {
  0% {
    transform: rotate(120deg);
  }
  100% {
    transform: rotate(480deg);
  }
}

.sec5 {
  padding: 64px 0;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  border-radius: 0;
  z-index: 0;
}
@media (min-width: 992px) {
  .sec5 {
    padding: 200px 0;
    width: 80%;
    transition: width 0.3s ease;
    margin: 0 auto;
    border-radius: 24px;
    transition: width 0.5s cubic-bezier(0.25, 1, 0.5, 1), border-radius 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
}
@media (min-width: 1600px) {
  .sec5 {
    padding: 295px 0;
  }
}
.sec5 .text {
  font-size: 14px;
  max-width: 1012px;
}
@media (min-width: 992px) {
  .sec5 .text {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .sec5 .text {
    font-size: 18px;
  }
}
.sec5 .wrapper {
  gap: 8px;
}
@media (min-width: 992px) {
  .sec5 .wrapper {
    gap: 64px;
  }
}
@media (min-width: 1280px) {
  .sec5 .wrapper {
    gap: 80px;
  }
}
@media (min-width: 1600px) {
  .sec5 .wrapper {
    gap: 98px;
  }
}
@media (max-width: 991.98px) {
  .sec5 .item {
    width: 145px;
  }
}
.sec5 .item .num {
  font-weight: 500;
  font-size: 56px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .sec5 .item .num {
    font-size: 80px;
  }
}
@media (min-width: 1600px) {
  .sec5 .item .num {
    font-size: 100px;
  }
}
.sec5 .item .tit {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .sec5 .item .tit {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .sec5 .item .tit {
    font-size: 20px;
  }
}
.sec5 .item .sub {
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .sec5 .item .sub {
    font-size: 48px;
  }
}
@media (min-width: 1600px) {
  .sec5 .item .sub {
    font-size: 67px;
  }
}
.sec5 .item .icon {
  width: 17px;
  height: 18px;
}
@media (min-width: 992px) {
  .sec5 .item .icon {
    width: 31px;
    height: 30px;
  }
}
.sec5 .divide {
  width: 1px;
  height: 96px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 29.4%, #FFFFFF 64.07%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.4;
}
@media (min-width: 992px) {
  .sec5 .divide {
    height: 160px;
  }
}
@media (max-width: 991.98px) {
  .sec5 .item,
  .sec5 .divide {
    flex: 0 0 auto;
  }
}

.sec6 {
  padding: 64px 0;
}
@media (min-width: 992px) {
  .sec6 {
    padding: 100px 0;
  }
}
.sec6 .part-album {
  display: flex;
  flex-direction: row;
  justify-content: center;
  overflow: hidden;
  gap: 8px;
  position: relative;
  max-height: 540px;
  max-width: 1200px;
  margin: auto;
}
@media (min-width: 992px) {
  .sec6 .part-album {
    max-height: 1000px;
    gap: 1rem;
  }
}
@media (min-width: 1280px) {
  .sec6 .part-album {
    max-height: 1280px;
  }
}
@media (min-width: 1600px) {
  .sec6 .part-album {
    max-width: 1402px;
    max-height: 1400px;
  }
}
.sec6 .part-album .album-img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 16px;
  transition: all 1s;
  position: relative;
  padding: 3px;
  background: transparent;
}
@media (min-width: 992px) {
  .sec6 .part-album .album-img {
    border-radius: 24px;
  }
}
.sec6 .part-album .album-img img {
  border-radius: 6px;
}
@media (min-width: 992px) {
  .sec6 .part-album .album-img img {
    border-radius: 22px;
  }
}
@media (min-width: 992px) {
  .sec6 .part-album .album-img:hover {
    background: linear-gradient(90deg, #E091F2 0%, #FD6A0F 50.12%, #FED001 100%);
  }
  .sec6 .part-album .album-img:hover .album-btn {
    display: block;
  }
}
.sec6 .part-album .mask_top {
  position: absolute;
  top: -4px;
  z-index: 6;
  width: 100%;
  height: 200px;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9) 80%, rgb(0, 0, 0));
  transform: translateZ(0);
  pointer-events: none;
}
.sec6 .part-album .mask_bottom {
  position: absolute;
  bottom: -8px;
  z-index: 6;
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9) 80%, rgb(0, 0, 0));
  transform: translateZ(0);
  pointer-events: none;
}
.sec6 .album-box1,
.sec6 .album-box2,
.sec6 .album-box3,
.sec6 .album-box4,
.sec6 .album-box5 {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.sec6 .album-box1 .album-img {
  margin-top: 0;
}
.sec6 .album-btn {
  display: none;
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
}
.sec6 .album-box1,
.sec6 .album-box3 {
  animation: rolling 50s linear infinite;
  width: 92px;
}
@media (min-width: 992px) {
  .sec6 .album-box1,
  .sec6 .album-box3 {
    width: 265px;
  }
}
.sec6 .album-box2,
.sec6 .album-box4 {
  animation: rollingReverse 50s linear infinite;
  width: 139px;
}
@media (min-width: 992px) {
  .sec6 .album-box2,
  .sec6 .album-box4 {
    width: 400px;
  }
}
@keyframes rolling {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
@keyframes rollingReverse {
  from {
    transform: translateY(-50%);
  }
  to {
    transform: translateY(0);
  }
}

.sec7 {
  padding: 64px 0;
  position: relative;
  overflow: hidden;
}
.sec7 > div {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .sec7 {
    padding: 80px 0;
  }
}
.sec7 .text {
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .sec7 .text {
    font-size: 18px;
  }
}
.sec7 .feedback-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.sec7 .swiper-slide {
  width: 100%;
}
@media (min-width: 992px) {
  .sec7 .swiper-slide {
    width: 514px;
  }
}
.sec7 .feedback-card {
  border-radius: 16px;
  background: rgba(37, 37, 37, 0.6980392157);
  padding: 24px;
  border: 1px solid rgba(62, 62, 62, 0.6980392157);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  width: 100%;
}
@media (min-width: 992px) {
  .sec7 .feedback-card {
    width: 514px;
    height: 220px;
    padding: 24px 32px;
  }
}
.sec7 .feedback-card .user-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.sec7 .feedback-card .user-details .user-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
}
.sec7 .feedback-card .feedback-content {
  font-size: 16px;
  line-height: 150%;
  color: #BDBDBD;
  text-align: left;
}

.sec8 {
  padding: 64px 0;
  position: relative;
}
@media (min-width: 992px) {
  .sec8 {
    padding: 80px 0;
  }
}
@media (min-width: 1600px) {
  .sec8 {
    padding: 118px 0 100px;
  }
}
@media (min-width: 992px) {
  .sec8 .sec8Swiper {
    padding: 24px 0 0;
  }
}
.sec8 .sec8Swiper .swiper-slide {
  width: 100%;
}
@media (min-width: 768px) {
  .sec8 .sec8Swiper .swiper-slide {
    width: 382px;
    height: auto;
  }
}
@media (min-width: 992px) {
  .sec8 .sec8Swiper .swiper-slide {
    overflow: initial;
    transition: 0.5s all;
  }
  .sec8 .sec8Swiper .swiper-slide:hover {
    transform: translateY(-10px);
  }
}
.sec8 .enhance-box {
  width: 100%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 16px;
  text-align: left;
  border: 1px solid rgba(62, 62, 62, 0.7);
}
@media (min-width: 2200px) {
  .sec8 .enhance-box {
    border: 2px solid rgba(62, 62, 62, 0.7);
  }
}
@media (min-width: 768px) {
  .sec8 .enhance-box {
    width: 382px;
    height: auto;
  }
}
.sec8 .enhance-box img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.sec8 .enhance-box .info {
  padding: 32px 24px;
  background: #171717;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top: none;
  flex: 1;
}
.sec8 .enhance-box .info .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .sec8 .enhance-box .info .title {
    font-size: 20px;
  }
}
.sec8 .enhance-box .info .text {
  font-size: 14px;
  line-height: 150%;
  color: #BDBDBD;
}

.sec9 {
  position: relative;
  overflow: hidden;
  background: url("https://images.hitpaw.cn/home/sec9-bg.png") no-repeat center/cover;
}
.sec9 .video-container {
  position: relative;
  --mask-x: 12000%;
  --mask-y: 12000%;
  --mask-position-x: 38.5%;
  --mask-position-y: 50%;
  position: relative;
  background: #000000;
  -webkit-mask-image: url("https://www.hitpaw.cn/home/product-name.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: var(--mask-position-x) var(--mask-position-y);
  -webkit-mask-composite: source-in;
  -webkit-mask-size: var(--mask-x) var(--mask-x);
          mask-size: var(--mask-x) var(--mask-x);
  /* 第一行 - 向左滚动 */
  /* 第二行 - 向右滚动 */
}
@media (min-width: 992px) {
  .sec9 .video-container {
    --mask-position-x: 34%;
    --mask-position-y: 53%;
  }
}
@media (min-width: 1600px) {
  .sec9 .video-container {
    --mask-position-y: 54%;
  }
}
@media (min-width: 2500px) {
  .sec9 .video-container {
    --mask-position-y: 56%;
  }
}
.sec9 .video-container .bg-color {
  display: none;
  background: linear-gradient(90deg, #E091F2 0%, #FD6A0F 50.12%, #FED001 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.sec9 .video-container .swiper-wrapper {
  display: flex;
  align-items: stretch;
  transition-timing-function: linear !important;
  opacity: 0.25;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.sec9 .video-container .video-row-wrapper {
  overflow: hidden;
  white-space: nowrap;
  opacity: 0.25;
  zoom: 0.5;
}
@media (min-width: 992px) {
  .sec9 .video-container .video-row-wrapper {
    zoom: 1;
  }
}
.sec9 .video-container .video-row {
  display: flex;
  gap: 24px;
}
.sec9 .video-container .video-card {
  flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
  height: 363px;
}
.sec9 .video-container .video-card video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec9 .video-container .video-card .video-row-inner {
  display: flex;
  gap: 0;
  height: 100%;
}
.sec9 .video-container .video-card .video-row-inner video {
  width: 50%;
}
.sec9 .video-container .w-295 {
  width: 295px;
}
.sec9 .video-container .w-446 {
  width: 446px;
}
.sec9 .video-container .left-scroll .video-row {
  animation: scroll-left 25s linear infinite;
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.sec9 .video-container .right-scroll .video-row {
  animation: scroll-right 25s linear infinite;
}
@keyframes scroll-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
.sec9 .video-container .mask_left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100px;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 3.54%, #000000 96.21%);
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 992px) {
  .sec9 .video-container .mask_left {
    width: 200px;
  }
}
@media (min-width: 1280px) {
  .sec9 .video-container .mask_left {
    width: 321px;
  }
}
.sec9 .video-container .mask_right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 3.54%, #000000 96.21%);
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 992px) {
  .sec9 .video-container .mask_right {
    width: 200px;
  }
}
@media (min-width: 1280px) {
  .sec9 .video-container .mask_right {
    width: 321px;
  }
}
.sec9 .video-container .mask_mid {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.sec9 .video-container .mask_mid .logo {
  width: 250px;
}
@media (min-width: 768px) {
  .sec9 .video-container .mask_mid .logo {
    width: 450px;
  }
}
@media (min-width: 992px) {
  .sec9 .video-container .mask_mid .logo {
    width: 653px;
  }
}
.sec9 .show {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
}
@media (min-width: 992px) {
  .sec9 .show {
    gap: 24px;
  }
}
@media (min-width: 1600px) {
  .sec9 .show {
    gap: 40px;
  }
}
.sec9 .show .icon {
  width: 64px;
  height: 64px;
}
@media (min-width: 992px) {
  .sec9 .show .icon {
    width: 88px;
    height: 88px;
  }
}
@media (min-width: 1600px) {
  .sec9 .show .icon {
    width: 112px;
    height: 112px;
  }
}
.sec9 .show .name {
  width: 400000px;
  visibility: hidden;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --cr-main-1: #df91f7;
  /* 紫 */
  --cr-main-2: #feed7a;
  /* 黄 */
  --cr-main-3: #ff8400;
  /* 橙 */
  /* 紫 + 黄，偏黄 */
  --cr-1: color-mix(in srgb, var(--cr-main-1) 30%, var(--cr-main-2) 70%);
  /* 紫 + 黄，偏紫 */
  --cr-2: color-mix(in srgb, var(--cr-main-1) 70%, var(--cr-main-2) 30%);
  /* 黄 + 橙，中间比例 */
  --cr-3: color-mix(in srgb, var(--cr-main-2) 50%, var(--cr-main-3) 50%);
  /* 黄 + 橙，偏橙 */
  --cr-4: color-mix(in srgb, var(--cr-main-2) 30%, var(--cr-main-3) 70%);
  /* 紫 + 橙，中间比例 */
  --cr-5: color-mix(in srgb, var(--cr-main-1) 50%, var(--cr-main-3) 50%);
}

.blobs {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  filter: blur(140px);
}

.blob {
  width: max(240px, 40vw);
  aspect-ratio: 1;
  border-radius: 60% 40% 30% 70%/50% 60% 40% 50%;
  animation: blobMorph 8s ease-in-out infinite, blobSize 15s ease-in-out infinite;
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes blobMorph {
  0%, 100% {
    border-radius: 60% 40% 30% 70%/50% 60% 40% 50%;
  }
  50% {
    border-radius: 30% 70% 60% 40%/60% 50% 70% 40%;
  }
}
@keyframes blobSize {
  0%, 100% {
    height: 10%;
  }
  40% {
    height: 20%;
  }
  60% {
    height: 50%;
  }
  80% {
    height: 80%;
  }
}
.blob:nth-of-type(1) {
  background: var(--cr-main-1);
}

.blob:nth-of-type(2) {
  background: var(--cr-main-2);
}

.blob:nth-of-type(3) {
  background: var(--cr-1);
}

.blob:nth-of-type(4) {
  background: var(--cr-main-3);
}

.blob:nth-of-type(5) {
  background: var(--cr-3);
}

.blob:nth-of-type(6) {
  background: var(--cr-4);
}

.blob:nth-of-type(7) {
  background: var(--cr-2);
}

canvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}/*# sourceMappingURL=home.css.map */