main {
  line-height: 1.5;
}


.banner-box {
  height: 570px;
  background: url('/public/images/pc/home/banner.png') no-repeat center right;
  background-size: 100% 100%;
}

.banner-box .media-content {
  position: relative;
  height: 100%;
}

.banner-box .text-box {
  position: absolute;
  top: 120px;
  left: 80px;
  transform: translateY(0);
  color: #1d2129;
  font-size: 56px;
  font-weight: 600;
  line-height: 74px;
}

.banner-box .text-box .text {
  background: linear-gradient(to right, #2482FC 0%, #C863FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #000;
  text-transform: none;
}

.banner-box .btn-box {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.banner-box .btn-box a {
  display: block;
  height: 44px;
  line-height: 0;
}

.banner-box .img-box {
  position: absolute;
  right: 80px;
  top: 100px;
  width: 506px;
}

.banner-box .img-box .banner1 {
  position: absolute;
  top: 24px;
  left: -144px;
}

.banner-box .img-box .banner2 {
  position: absolute;
  bottom: 20px;
  right: -26px;
  z-index: 3;
}

.banner-box .img-box .swiper-container {
  height: 316px;
  z-index: 2;
}

.banner-box .img-box .swiper-container img {
  width: 100%;
  height: 100%;
}

.banner-box .img-box .swiper-pagination {
  height: 22px;
}
.banner-box .default-btn {
  width: 148px;
  height: 44px;
  line-height: 44px;
  background: linear-gradient( 90deg, #1664FF 0%, #675DFF 100%);
  border-radius: 4px;
}
.banner-box .default-btn:hover {
  background: linear-gradient( 90deg, #1664FF 0%, #5b56e5 100%), rgba(0,0,0,0.1);
}
.banner-box .video-btn {
  width: 148px;
  height: 44px;
  line-height: 44px;
  background: #fff;
  border: 1px solid #e5e6eb;
  box-sizing: border-box;
  border-radius: 4px;
  margin-left: 16px;
}
.banner-box .video-btn:hover {
  color: #1664FF;
  background: linear-gradient( 90deg, #FFFFFF 0%, #FFFFFF 50%, rgba(192, 183, 255, 0.1) 100%);
}

.boxs-1 {
  position: relative;
  margin: -90px auto 0;
  z-index: 3;
}

.boxs-1 .media-content {
  height: 147px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}

.boxs-1 .item {
  display: flex;
  align-items: center;
}

.boxs-1 .item img {
  width: 52px;
  height: 52px;
  margin-right: 16px;
}



.boxs-2 {
  position: relative;
  background: linear-gradient(160deg, transparent 0%, transparent 40%, rgba(185, 201, 251, 0.4) 100%), linear-gradient(200deg, transparent 0%, transparent 40%, rgba(185, 201, 251, 0.4) 100%);
  overflow: hidden;
}
.boxs-2 .boxs-title {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.boxs-2 .content-box {
  position: relative;
  height: 900px;
}
.boxs-2 .content-box .content-inner {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 900px;
  width: 100%;
}
.boxs-2 .ripple-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.boxs-2 .ripple-box .ripple {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1300px;
  height: 1300px;
  border: 4px dashed rgba(22, 100, 255, 0.9);
  border-radius: 50%;
  opacity: 0;
  animation: rippleExpand 8s linear infinite;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}
/* 多层虚线：错开时间，形成连续向外扩张 */
.boxs-2 .ripple-box .ripple:nth-child(1) { animation-delay: 0s; }
.boxs-2 .ripple-box .ripple:nth-child(2) { animation-delay: 2s; }
.boxs-2 .ripple-box .ripple:nth-child(3) { animation-delay: 4s; }
.boxs-2 .ripple-box .ripple:nth-child(4) { animation-delay: 6s; }
.boxs-2 .ripple-box .ripple:nth-child(5) { animation-delay: 8s; }

@keyframes rippleExpand {
0% {
  opacity: 1;
  transform: translate(-50%, -50%) scale(0.1);
  border-width: 3px;
}
10% {
  opacity: 1;
  border-color: rgba(22, 100, 255, 0.8);
}
50% {
  border-color: rgba(22, 100, 255, 0.3);
}
80% {
  border-color: rgba(22, 100, 255, 0.3);
}
100% {
  opacity: 0.1;
  transform: translate(-50%, -50%) scale(1);
  border-color: rgba(22, 100, 255, 0.1);
  border-width: 2px;
}
}
.boxs-2 .center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}
.boxs-2 .center-box::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 220px;
  height: 220px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: linear-gradient( 0deg, #FE96E2 0%, #887DF1 50.96%, #1664FF 100%), radial-gradient( 66.13% 66.13% at 95.12% 33.66%, #50FEEF 0%, rgba(80,254,239,0) 100%);
  filter: blur(30px);
  opacity: 0.52;
  z-index: -1;
  animation: centerShadowPulse 2s ease-in-out infinite;
  pointer-events: none;
}
.boxs-2 .center-box img {
  width: 178px;
  height: 178px;
  animation: centerGlow 2s ease-in-out infinite;
  border-radius: 50%;
}
.boxs-2 .center-box span {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to right, #2482FC 0%, #C863FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #000;
  text-transform: none;
  font-size: 20px;
  font-weight: 600;
  width: max-content;
  margin-top: 10px;
}
.boxs-2 .scene-batch,
.boxs-2 .scene-static {
  position: absolute;
  inset: 0;
}
.boxs-2 .scene-batch {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s ease;
  z-index: 2;
}
.boxs-2 .scene-batch.active {
  opacity: 1;
  pointer-events: auto;
}
.boxs-2 .scene-static {
  z-index: 2;
}
.boxs-2 .scene-card-anchor {
  position: absolute;
}
.boxs-2 .scene-pos-l1 { top: 15.5%; left: 28%; }
.boxs-2 .scene-pos-l2 { top: 26.75%; left: 15.33%; }
.boxs-2 .scene-pos-l3 { top: 38.75%; left: 2.43%; }
.boxs-2 .scene-pos-l4 { top: 58.75%; left: 6.33%; }
.boxs-2 .scene-pos-l5 { top: 69.75%; left: 18.40%; }
.boxs-2 .scene-pos-l6 { top: 81.75%; left: 27.5%; }
.boxs-2 .scene-pos-r1 { top: 15.5%; right: 28%; }
.boxs-2 .scene-pos-r2 { top: 34.5%; right: 21%; }
.boxs-2 .scene-pos-r3 { top: 25%; right: 8.5%; }
.boxs-2 .scene-pos-r4 { top: 45.5%; right: 4.5%; }
.boxs-2 .scene-pos-r5 { top: 58.5%; right: 0%; }
.boxs-2 .scene-pos-r6 { top: 71%; right: 9.5%; }
.boxs-2 .scene-pos-r7 { top: 81%; right: 27.5%; }
.boxs-2 .scene-card-float {
  animation: sceneCardFloat var(--float-duration, 3.2s) ease-in-out infinite;
  animation-delay: var(--float-delay, 0s);
}
.boxs-2 a.scene-card-float {
  display: block;
  color: inherit;
  text-decoration: none;
}
.boxs-2 .scene-card {
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  min-width: 180px;
  min-height: 54px;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 8px;
  background: #fafafa;
  border: 1px solid #f0f0f0;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}
.boxs-2 .scene-card-right a.scene-card-float .scene-card:hover {
  transform: translateY(-4px);
  background: linear-gradient(104deg, #F9F3FC 0%, #FFFFFF 100%);
  box-shadow: 0 2px 8px 0 rgba(204, 89, 89, 0.18);
  border-color: #fff;
  cursor: pointer;
}
.boxs-2 .scene-card-left {
  opacity: 0;
  transition: opacity .45s ease;
  pointer-events: none;
}
.boxs-2 .scene-card-left.active {
  opacity: 1;
  pointer-events: all;
}

.boxs-2.scene-left-paused .scene-portal-wrap-left .scene-progress-item.active .scene-progress-fill {
  animation-play-state: paused;
}
.boxs-2 .scene-card-left a.scene-card-float .scene-card:hover {
  transform: translateY(-4px);
  background: linear-gradient( 104deg, #EBF1FE 0%, #FFFFFF 100%);
  box-shadow: 0px 2px 8px 0px rgba(97,150,255,0.2);
  border-color: #fff;
  cursor: pointer;
}
.boxs-2 .scene-card-anchor:hover a.scene-card-float {
  animation-play-state: paused;
}
.boxs-2 a.scene-card-float .scene-card:hover .scene-card-icon {
  transform: scale(1.06);
}
.boxs-2 a.scene-card-float .scene-card:hover .scene-card-title {
  color: #1664FF;
}
.boxs-2 .scene-card-icon {
  flex: none;
  width: 34px;
  height: 34px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.boxs-2 .scene-card-content {
  min-width: 0;
}
.boxs-2 .scene-card-title {
  color: #222;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  transition: color 0.3s ease;
}
.boxs-2 .scene-card-desc {
  color: #86909C;
  font-size: 12px;
  line-height: 1.3;
  margin-top: 2px;
}
.boxs-2 .scene-portal-wrap {
  position: absolute;
  top: 47.5%;
  width: 184px;
  height: 72px;
  z-index: 3;
  animation: sceneCardFloat var(--float-duration, 3.2s) ease-in-out infinite;
  animation-delay: var(--float-delay, 0s);
}
.boxs-2 .scene-portal {
  position: relative;
  width: 100%;
  height: 72px;
  line-height: 72px;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 28px;
  backdrop-filter: blur(18px);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.boxs-2 .scene-portal::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: -1;
}
.boxs-2 .scene-portal-wrap-left {
  left: 24.5%;
}
.boxs-2 .scene-portal-wrap-left:hover {
  animation-play-state: paused;
}
.boxs-2 .scene-portal-left::before {
  background: linear-gradient( 104deg, #EBF1FE 0%, #FFFFFF 100%);
  box-shadow: 0px 24px 29px 0px rgba(97,150,255,0.3);
}
.boxs-2 .scene-portal-left {
  transform: translateY(-4px);
  cursor: pointer;
}
.boxs-2 .scene-portal-left:hover {
  border-color: #0197FF;
}
.boxs-2 .scene-portal-wrap-right {
  right: 24.5%;
}
.boxs-2 .scene-portal-right {
  box-shadow: 0px 24px 34px 0 rgba(204, 89, 89, 0.21);
}
.boxs-2 .scene-portal-right::before {
  background: linear-gradient(135deg, #fff7fd 0%, #fffeff 100%);
}
.boxs-2 .scene-portal-title {
  font-size: 18px;
  font-weight: 600;
}
.boxs-2 .scene-portal-left .scene-portal-title {
  color: #1E88FF;
}
.boxs-2 .scene-portal-right .scene-portal-title {
  color: #8B63FF;
}
.boxs-2 .scene-portal-progress {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
}
.boxs-2 .scene-progress-item {
  position: relative;
  flex: none;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(30, 136, 255, 0.28);
  overflow: hidden;
  transition: width 0.35s ease, height 0.35s ease, background 0.35s ease;
}
.boxs-2 .scene-progress-item.active {
  width: 36px;
  height: 4px;
  background: rgba(30, 136, 255, 0.14);
}
.boxs-2 .scene-progress-fill {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #5FC3FF 0%, #1664FF 100%);
  transform-origin: left center;
  transform: scaleX(0);
  opacity: 0;
}
.boxs-2 .scene-progress-item.active .scene-progress-fill {
  opacity: 1;
  animation: sceneProgress 3s linear forwards;
}

@keyframes sceneCardFloat {
  0%, 100% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(var(--float-distance, -10px));
  }
}

@keyframes sceneProgress {
  0% {
      transform: scaleX(0);
  }
  100% {
      transform: scaleX(1);
  }
}

@keyframes centerShadowPulse {
  0%, 100% {
      opacity: 0.46;
      transform: translate(-50%, -50%) scale(0.82);
  }
  50% {
      opacity: 0.72;
      transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes centerGlow {
  0%, 100% {
      transform: scale(1);
      filter: drop-shadow(0 20px 42px rgba(108, 127, 255, 0.28)) drop-shadow(0 0 36px rgba(120, 214, 255, 0.22));
  }
  50% {
      transform: scale(1.03);
      filter: drop-shadow(0 28px 56px rgba(108, 127, 255, 0.4)) drop-shadow(0 0 56px rgba(120, 214, 255, 0.34));
  }
}


.boxs-3 img {
  width: 100%;
  height: 100%;
}
.boxs-3 .swiper-container{
  height: 542px;
}
.boxs-3 .swiper-navigation.swiper-button-disabled {
  display: none !important;
  pointer-events: none !important;
  opacity: 0 !important;
}
.boxs-3 .swiper-navigation.swiper-button-next {
  right: 24px;
}
.boxs-3 .swiper-navigation.swiper-button-prev {
  left: 24px;
}


.boxs-4 {
  background: #f7f8fb;
}
.boxs-4 .swiper-hzkh .swiper-slide {
  position: relative;
  width: 1000px;
  height: 520px;
}
.boxs-4 .swiper-hzkh .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.boxs-4 .swiper-hzkh .swiper-slide .btn {
  position: absolute;
  bottom: 24%;
  left: 8%;
  width: 100px;
  height: 38px;
  line-height: 38px;
  border-radius: 20px;
  color: #ddd;
  text-align: center;
  border: 1px solid #ddd;
  cursor: pointer;
}
.boxs-4 .swiper-hzkh .swiper-slide .btn:hover {
  color: #000;
  background: linear-gradient( 90deg, #FFFFFF 0%, #C0B7FF 100%);
}
.boxs-4 .swiper-navigation.swiper-button-prev {
  position: absolute;
  left: 30px;
  background: url('/public/images/pc/home/arrow-l.png') no-repeat center center;
  background-size: 100% 100%;
  z-index: 5;
}
.boxs-4 .swiper-navigation::after {
  display: none !important;
}
.boxs-4 .swiper-navigation.swiper-button-prev:hover {
  background-image: url('/public/images/pc/home/arrow-l-a.png');
}
.boxs-4 .swiper-navigation.swiper-button-next {
  position: absolute;
  right: 30px;
  background: url('/public/images/pc/home/arrow-r.png') no-repeat center center;
  background-size: 100% 100%;
  z-index: 5;
}
.boxs-4 .swiper-navigation.swiper-button-next:hover {
  background-image: url('/public/images/pc/home/arrow-r-a.png');
}
.boxs-4 .text-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 48px 0;
}
.boxs-4 .text-box .line {
  width: 200px;
  height: 2px;
}
.boxs-4 .text-box .line.line-left {
  background: linear-gradient(90deg, rgba(217,217,217,0) 0%, #D9D9D9 100%);
  margin-right: 12px;
}
.boxs-4 .text-box .line.line-right {
  background: linear-gradient(90deg, #D9D9D9 0%, rgba(217,217,217,0) 100%);
  margin-left: 12px;
}
.boxs-4 .boxs-img {
  height: 399px;
}


.boxs-5 .media-content {
  display: flex;
  gap: 20px;
}
.boxs-5 .item {
  width: calc((100% - 40px) / 3);
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.boxs-5 .item:hover {
  transform: translateY(-4px);
}
.boxs-5 .item img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.boxs-5 .item .content {
  border: 1px solid #dfe5f0;
  border-radius: 0 0 12px 12px;
  border-top: none;
  padding: 20px 20px 0;
}
.boxs-5 .item .content .tag {
  width: 68px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #dfe5f0;
  border-radius: 16px;
  color: #4c576c;
  font-size: 12px;
  text-align: center;
}
.boxs-5 .item .content .title {
  font-size: 20px;
  color: #1d1d1d;
  font-weight: 500;
  line-height: 30px;
  height: 65px;
  margin-top: 20px;
}
.boxs-5 .item .content .date {
  font-size: 14px;
  color: #4c576c;
  padding-bottom: 20px;
  margin-top: 10px;
}
.boxs-5 .more-btn {
  display: flex;
  justify-content: center;
  color: #4C576C;
  margin-top: 50px;
}
.boxs-5 .more-btn .arrow {
  transition: transform .3s ease;
}
.boxs-5 .more-btn:hover {
  color: #1664FF;
}
.boxs-5 .more-btn:hover .arrow {
  transform: translateX(4px);
}


@media screen and (max-width: 1679px) {
  .banner-box .img-box {
    width: 460px;
  }
  .banner-box .img-box .swiper-container {
      height: 280px;
  }
  .boxs-3 .swiper-container{
      height: 449px;
  }
  .boxs-4 .swiper-hzkh .swiper-slide {
      width: 800px;
      height: 415px;
  }
  .boxs-4 .boxs-img {
      height: 332px;
  }
  .boxs-5 .item img {
      height: 180px;
  }
}