main {
  line-height: 1.5;
}

/**
 * banner-box
*/
.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
*/
.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
*/
.boxs-2 {
  padding-bottom: 120px;
  background: linear-gradient(to bottom, #fff 0%, #EFF4F8 100%);
}

.boxs-2 .tab-box {
  text-align: center;
}

.boxs-2 .tab-box .tab-item {
  display: inline-block;
  width: 174px;
  height: 48px;
  line-height: 48px;
  border-radius: 26px;
  color: #4E5969;
  font-size: 16px;
  cursor: pointer;
}

.boxs-2 .tab-box .tab-item+.tab-item {
  margin-left: 40px;
}

.boxs-2 .tab-box .tab-item.active {
  color: #fff;
  font-weight: 500;
  background: #000;
}

.boxs-2 .ring-box {
  position: relative;
  height: 480px;
}

.boxs-2 #ring-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.boxs-2 .ring-border {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.boxs-2 .ring-border::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url('/public//images/pc/home/ring-border.png') no-repeat center center;
  background-size: 100% 100%;
  animation: ringBorderRotate 6s linear infinite;
}

.boxs-2 .ring-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 434px;
  height: 434px;
  transform: translate(-50%, -50%);
  background: url('/public//images/pc/home/ring-bg.png') no-repeat center center;
  background-size: 100% 100%;
  pointer-events: none;
}

.boxs-2 .ring-iap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 178px;
  height: 178px;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.boxs-2 .ring-iap img {
  width: 100%;
  height: 100%;
  animation: centerGlow 2s ease-in-out infinite;
}

.boxs-2 .ring-iap::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200px;
  height: 200px;
  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 .scene-cards {
  display: none;
  pointer-events: none;
}

.boxs-2 .scene-cards.active {
  display: block;
  pointer-events: all;
}

.boxs-2 .scene-card-anchor {
  position: absolute;
  animation: cardEnterFromCenter 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--entry-delay, 0s);
}

.boxs-2 .scene-card-l-1 {
  top: 10%;
  left: 10%;
  --float-delay: 0s;
  --float-distance: -10px;
  --entry-x: 320px;
  --entry-y: 130px;
  --entry-delay: 0.05s;
}

.boxs-2 .scene-card-l-2 {
  top: 40%;
  left: 5%;
  --float-delay: .4s;
  --float-distance: -8px;
  --entry-x: 370px;
  --entry-y: 0px;
  --entry-delay: 0.1s;
}

.boxs-2 .scene-card-l-3 {
  top: 70%;
  left: 10%;
  --float-delay: .8s;
  --float-distance: -12px;
  --entry-x: 320px;
  --entry-y: -130px;
  --entry-delay: 0.15s;
}

.boxs-2 .scene-card-r-1 {
  top: 11.5%;
  right: 10%;
  --float-delay: .5s;
  --float-distance: -15px;
  --entry-x: -320px;
  --entry-y: 100px;
  --entry-delay: 0.1s;
}

.boxs-2 .scene-card-r-2 {
  top: 41.5%;
  right: 5%;
  --float-delay: .2s;
  --float-distance: -10px;
  --entry-x: -370px;
  --entry-y: -60px;
  --entry-delay: 0.15s;
}

.boxs-2 .scene-card-r-3 {
  top: 71.5%;
  right: 10%;
  --float-delay: .3s;
  --float-distance: -15px;
  --entry-x: -320px;
  --entry-y: -130px;
  --entry-delay: 0.1s;
}

.boxs-2 .scene-card-r-4 {
  top: 25%;
  right: 10%;
  --float-delay: .5s;
  --float-distance: -15px;
  --entry-x: -320px;
  --entry-y: 100px;
  --entry-delay: 0.1s;
}

.boxs-2 .scene-card-r-5 {
  top: 55%;
  right: 10%;
  --float-delay: .2s;
  --float-distance: -10px;
  --entry-x: -320px;
  --entry-y: -60px;
  --entry-delay: 0.15s;
}

.boxs-2 .scene-card-b-1 {
  bottom: -100px;
  left: calc(50% - 149px);
  --float-delay: .38s;
  --float-distance: -6px;
  --entry-x: 0;
  --entry-y: -180px;
  --entry-delay: 0.15s;
}

.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 a.scene-card-float:hover {
  animation-play-state: paused;
}

.boxs-2 .scene-card {
  display: flex;
  align-items: center;
  width: 299px;
  height: 100px;
  padding: 0 24px;
  background: linear-gradient(350deg, #fff, rgba(190, 212, 255, 0.3));
  border-radius: 16px;
  box-shadow: 0px 0px 16px 0px rgba(22, 100, 255, 0.04), inset -1px -1px 1px 0px #FFFFFF;
  box-sizing: border-box;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.boxs-2 a .scene-card:hover {
  box-shadow: 0px 10px 40px 0px rgba(22, 100, 255, 0.08);
  cursor: pointer;
}

.boxs-2 a .scene-card:hover img {
  transform: scale(1.08);
}

.boxs-2 .scene-card::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 16px;
  background: rgba(250, 250, 250, 0.8);
}

.boxs-2 .scene-card .produce-content {
  position: relative;
  z-index: 1;
  margin-left: 12px;
}

.boxs-2 .scene-card .produce-icon {
  position: relative;
  width: 48px;
  height: 48px;
  z-index: 1;
  transition: transform .3s ease;
}

.boxs-2 .scene-card .produce-title {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.boxs-2 .scene-card .produce-desc {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  line-height: 1.5;
  margin-top: 4px;
}


@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));
  }
}

@keyframes centerShadowPulse {

  0%,
  100% {
    opacity: 0.46;
    transform: translate(-50%, -50%) scale(0.92);
  }

  50% {
    opacity: 0.72;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes ringBorderRotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes sceneCardFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(var(--float-distance, -10px));
  }
}

@keyframes cardEnterFromCenter {
  0% {
    transform: translate(var(--entry-x, 0px), var(--entry-y, 0px));
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@media screen and (max-width: 1679px) {
  .boxs-2 .scene-card-l-1 {
    left: 5%;
  }

  .boxs-2 .scene-card-l-2 {
    left: 1%;
  }

  .boxs-2 .scene-card-l-3 {
    left: 5%;
  }

  .boxs-2 .scene-card-r-1 {
    right: 5%;
  }

  .boxs-2 .scene-card-r-2 {
    right: 1%;
  }

  .boxs-2 .scene-card-r-3 {
    right: 5%;
  }

  .boxs-2 .scene-card-r-4 {
    right: 5%;
  }

  .boxs-2 .scene-card-r-5 {
    right: 5%;
  }
}


/**
 * boxs-3
*/
.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
 */
.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
 */
.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;
  }
}