body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  min-width: 1280px;
}

body {
  background: rgb(16, 9, 25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
}

a {
  color: #725df3;
  text-decoration: underline;
  cursor: pointer;
  padding: 0 4px;
}

.mt48 {
  margin-top: 48px !important;
}

.img-cover,
main {
  display: none;
}

.container {
  overflow-x: hidden;
}

.wrapper-box {
  position: relative;
  margin: 0 auto;
  width: 1200px;
}

.button-black {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #272629;
  border-radius: 6px;
  color: #d5dbee;
  font-weight: 500;
  font-size: 16px;
  height: 32px;
  padding: 0 32px;
  cursor: pointer;
}

.button-color {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    92deg,
    #0069a2 -13.42%,
    #3c38de 35.92%,
    #930071 100%
  );
  border-radius: 6px;
  color: #d5dbee;
  font-weight: 500;
  font-size: 16px;
  height: 40px;
  cursor: pointer;
  box-shadow: 0px 14px 34.3px 0px rgba(191, 51, 183, 0.6);
}

.button-color a {
  padding: 0 32px;
  height: 100%;
  display: flex !important;
  align-items: center;
  color: #fff;
  text-decoration: initial;
}

.button-black:hover,
.button-color:hover {
  transition: scale 0.3s ease 0s;
  scale: 1.075;
}

.icon-play,
.icon-pause {
  position: absolute;
  display: none;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: rgb(0, 0, 0, 0.25);
  border-radius: 80px;
  pointer-events: none;
}

.icon-play img,
.icon-pause img {
  width: 50%;
}

.section-header {
  position: fixed;
  top: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  box-sizing: border-box;
  display: flex;
  padding: 24px 32px;
  z-index: 2;
  background: rgb(16, 9, 25);
  left: 50%;
  transform: translateX(-50%);
}

.section-header.nobg {
  background: transparent;
}

.section-header a {
  display: inline-block;
  color: #fff;
  text-decoration: initial;
  cursor: pointer;
}

.header-left .logo {
  width: 196px;
}

.header-menu {
  display: none;
}

.header-nav {
  margin-left: 48px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.6);
  flex: 1;
}

.header-nav .nav-item {
  padding: 0 24px;
  cursor: pointer;
}

.header-nav .nav-item a {
  color: rgba(255, 255, 255, 0.6);
}

.header-nav .nav-item:hover a {
  color: #fff;
}

.header-nav .nav-item.actived a {
  color: #fff;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 0 24px;
}

.header-right .button-color {
  height: 32px;
}

.section-video {
  margin-top: 166px;
  text-align: center;
  cursor: pointer;
}

.section-video .video-title {
  position: relative;
  display: inline-block;
}

.section-video .video-title .logo {
  width: 600px;
  height: 47px;
}

.section-video .video-title .title-lighting {
  position: absolute;
  width: 82%;
  left: 0;
  top: -80px;
}

.section-video .video-desc {
  color: rgba(255, 255, 255, 0.95);
  padding: 0 40px;
  font-size: 24px;
  margin-top: 12px;
}

.section-video .video-tip {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 6px;
  font-size: 16px;
  padding: 0 40px;
}

.section-video .touse {
  margin-top: 16px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  scale: 0.9;
}

.section-video .touse img {
  width: 239px;
  height: 118px;
}

.section-video .touse .text {
  display: inline-flex;
  width: 160px;
  height: 44px;
  position: absolute;
  top: 21px;
  left: 36px;
  color: #ecf5ff;
  font-size: 18px;
  cursor: pointer;
  text-decoration: initial;
  align-items: center;
  justify-content: center;
}

.section-video .touse:hover {
  transition: scale 0.3s ease 0s;
  scale: 0.975;
}

.section-video .button-color {
  margin-top: 32px;
  height: 44px;
  background: linear-gradient(
    92deg,
    #0092e1 -13.42%,
    #4440e9 35.92%,
    #b4008a 100%
  );
  border-radius: 0;
  clip-path: polygon(
    0 0,
    0 0,
    100% 0,
    calc(100% - 10px) 0,
    100% 10px,
    100% 100%,
    10px 100%,
    0 calc(100% - 10px)
  );
}

.section-video .button-color a {
  padding: 0 40px;
}

.section-video .video-box {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding-top: 56.25%;
  background: linear-gradient(
    82deg,
    rgba(217, 244, 255, 0.4) 6.05%,
    rgba(168, 107, 208, 0.4) 37.55%,
    rgba(33, 30, 38, 0.4) 102.62%
  );
  border-radius: 16px;
}

.section-video .video-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.section-video .video-box.pause .icon-pause {
  display: none;
}

.section-video .video-box.pause .icon-play {
  display: flex;
}

.section-video .video-box.play .icon-play {
  display: none;
}

.section-video .video-box.play .icon-pause {
  display: flex;
}

.section-video .video-box.playing:hover .icon-pause {
  display: flex;
}

.section-video .video-box::before {
  content: "";
  position: absolute;
  left: -400px;
  bottom: -350px;
  width: 800px;
  height: 800px;
  border-radius: 800px;
  opacity: 0.6;
  background: url("../images/bg-shadow.webp") no-repeat;
  background-size: 100%;
  z-index: -1;
}

.section-video .video-box::after {
  content: "";
  position: absolute;
  right: -400px;
  top: -100px;
  width: 800px;
  height: 800px;
  border-radius: 800px;
  opacity: 0.6;
  background: url("../images/bg-shadow.webp") no-repeat;
  background-size: 100%;
  z-index: -1;
  pointer-events: none;
}

.section-video .video-main .bg-left {
  position: absolute;
  left: -200px;
  bottom: -550px;
  width: 1000px;
  height: 1000px;
  border-radius: 1000px;
  pointer-events: none;
}

.section-video .video-main .bg-right {
  position: absolute;
  right: -200px;
  top: -350px;
  width: 1000px;
  height: 1000px;
  border-radius: 1000px;
  pointer-events: none;
}

.section-title {
  margin: 48px 0;
  text-align: center;
}

.section-title .title-zh {
  font-size: 44px;
  background: linear-gradient(45deg, #b4ebff, #f28eff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-title .title-en {
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
}

.section-title .title-line {
  width: 500px;
  max-width: 70%;
}

.section-create-digital,
.section-create-voice,
.section-create-video {
  text-align: center;
}

.wrapper-box .img-box {
  position: relative;
  width: 100%;
  padding-top: 38.66%;
}

.section-create-img {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.desc-box.right {
  position: absolute;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  right: 14%;
  top: 0;
  width: 30%;
  height: 100%;
}

.desc-box.left {
  position: absolute;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  left: 12%;
  top: 0;
  width: 28%;
  height: 100%;
}

.desc-box .title {
  font-size: 32px;
  color: rgb(255, 255, 255, 0.95);
}

.desc-box .desc {
  padding: 16px 0 60px 0;
  font-size: 15px;
  color: #aeb3b6;
}

.border-title {
  text-align: center;
  margin-top: 100px;
}

.border-title span {
  position: relative;
  text-align: center;
  font-size: 26px;
  background: linear-gradient(90deg, #b4ebff 7.51%, #f28eff 206.56%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.border-title .border-left {
  position: absolute;
  width: 40px;
  height: 100%;
  top: -8px;
  left: -12px;
  z-index: -1;
}

.border-title .border-left::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 11px;
  height: 9px;
  border: 1px solid transparent;
  border-bottom: none;
  border-right: none;
  border-image: linear-gradient(90deg, #b4ebff 7.51%, #f28eff 206.56%) 1;
}

.border-title .border-left::after {
  position: absolute;
  left: 0;
  bottom: -18px;
  content: "";
  width: 11px;
  height: 9px;
  border: 1px solid transparent;
  border-top: none;
  border-right: none;
  border-image: linear-gradient(90deg, #b4ebff 7.51%, #f28eff 206.56%) 1;
  pointer-events: none;
}

.border-title .border-right {
  position: absolute;
  width: 40px;
  height: 100%;
  top: -8px;
  right: -12px;
  z-index: -1;
}

.border-title .border-right::before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 11px;
  height: 9px;
  border: 1px solid transparent;
  border-bottom: none;
  border-left: none;
  border-image: linear-gradient(90deg, #b4ebff 7.51%, #f28eff 206.56%) 1;
}

.border-title .border-right::after {
  position: absolute;
  right: 0;
  bottom: -18px;
  content: "";
  width: 11px;
  height: 9px;
  border: 1px solid transparent;
  border-top: none;
  border-left: none;
  border-image: linear-gradient(90deg, #b4ebff 7.51%, #f28eff 206.56%) 1;
}

.section-img-box {
  display: none;
}

.section-img-box a {
  display: inline-block;
  padding: 0;
}

.digital-list {
  position: relative;
  margin-top: 48px;
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 0 18px;
}

.digital-list .bg-shadow {
  width: 800px;
  height: 800px;
  top: -460px;
  left: -80px;
  position: absolute;
  border-radius: 874px;
  opacity: 0.6;
  background: url("../images/bg-shadow.webp") no-repeat;
  background-size: 100%;
  pointer-events: none;
}

.digital-list .list-box .top img {
  padding: 16px 20px 12px 20px;
  width: 100%;
  box-sizing: border-box;
}

.digital-list .list-box .center {
  padding: 0 20px 28px 20px;
  display: flex;
  align-items: center;
}

.digital-list .list-box .center-left {
  position: relative;
}

.digital-list .list-box .center-right {
  flex: 1;
  padding: 0 0 0 12px;
}

.digital-list .list-box .center-right .title {
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  line-height: 28px;
}

.digital-list .list-box .center-right .desc {
  margin-top: 12px;
  font-size: 15px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.6);
}

.digital-list .list-box .center-left .icon-lighting {
  width: 82px;
  height: 98px;
}

.digital-list .list-box .center-left .icon-video {
  position: absolute;
  width: 36px;
  left: 20px;
  top: 30px;
}

.digital-list .list-box .center-left .icon-person {
  position: absolute;
  width: 28px;
  left: 20px;
  top: 30px;
}

.digital-list .list-box .center-left .icon-ai {
  position: absolute;
  width: 28px;
  left: 20px;
  top: 30px;
}

.list-box {
  position: relative;
  flex: 1;
  width: 0;
  border: 1px solid transparent;
  background-clip: padding-box, border-box;
  border-radius: 16px;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #100919, #100919),
    linear-gradient(to right, #40bafc, #fd70dc);
  box-shadow: -7px 3px 53.7px 13px rgba(3, 193, 251, 0.2);
  mix-blend-mode: plus-lighter;
}
.list-box .border-left-top {
  position: absolute;
  left: -3px;
  top: -3px;
  width: 22px;
  height: 18px;
  overflow: hidden;
}

.list-box .border-left-top::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 26px;
  height: 24px;
  border: 3px solid transparent;
  border-radius: 10px;
  border-bottom: none;
  border-right: none;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #100919, #100919),
    linear-gradient(45deg, #40bafc, #fd70dc);
  z-index: -1;
  pointer-events: none;
}

.list-box .border-left-bottom {
  position: absolute;
  left: -3px;
  bottom: -3px;
  width: 22px;
  height: 18px;
  overflow: hidden;
}

.list-box .border-left-bottom::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 26px;
  height: 24px;
  border: 3px solid transparent;
  border-radius: 10px;
  border-top: none;
  border-right: none;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #100919, #100919),
    linear-gradient(45deg, #40bafc, #fd70dc);
  z-index: -1;
  pointer-events: none;
}

.list-box .border-right-top {
  position: absolute;
  right: -3px;
  top: -3px;
  width: 22px;
  height: 18px;
  overflow: hidden;
}

.list-box .border-right-top::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 26px;
  height: 24px;
  border: 3px solid transparent;
  border-radius: 10px;
  border-bottom: none;
  border-left: none;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #100919, #100919),
    linear-gradient(45deg, #40bafc, #fd70dc);
  z-index: -1;
  pointer-events: none;
}

.list-box .border-right-bottom {
  position: absolute;
  right: -3px;
  bottom: -3px;
  width: 22px;
  height: 18px;
  overflow: hidden;
}

.list-box .border-right-bottom::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 28px;
  height: 24px;
  border: 3px solid transparent;
  border-radius: 10px;
  border-top: none;
  border-left: none;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #100919, #100919),
    linear-gradient(45deg, #40bafc, #fd70dc);
  z-index: -1;
  pointer-events: none;
}

.video-list {
  display: flex;
  align-items: stretch;
  gap: 0 18px;
  width: 80%;
  margin: 0 auto;
  margin-top: 72px;
}

.video-list-desc {
  display: none;
}

.video-list .list-box {
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  mix-blend-mode: initial;
  align-items: center;
}

.video-list .box-title {
  position: absolute;
  width: 100%;
  text-align: center;
  top: -40px;
  color: rgb(255, 255, 255, 0.9);
}

.video-list .img-video {
  position: relative;
  margin: 10px 10px 0 10px;
  width: calc(100% - 20px);
  padding-top: calc((100% - 20px) * (3 / 2));
}

.video-list .img-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  box-sizing: border-box;
  border-radius: 8px;
}

.video-list .img-video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
  object-fit: cover;
}

.video-list .list-box .border-left-bottom::after,
.video-list .list-box .border-left-top::after,
.video-list .list-box .border-right-top::after,
.video-list .list-box .border-right-bottom::after,
.ad-list .list-box .border-left-bottom::after,
.ad-list .list-box .border-left-top::after,
.ad-list .list-box .border-right-top::after,
.ad-list .list-box .border-right-bottom::after {
  z-index: 0;
}

.video-list .list-box .line {
  position: relative;
  margin-top: 16px;
  width: calc(100% - 40px);
  height: 1px;
  box-sizing: border-box;
  background-image: linear-gradient(45deg, #40bafc, #fd70dc);
  opacity: 0.9;
}

.video-list .list-box .line::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #40bafc;
}

.video-list .list-box .line::after {
  content: "";
  position: absolute;
  right: 0;
  top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #fd70dc;
  pointer-events: none;
}

.video-list .list-box .desc {
  margin-top: 16px;
  padding: 0 16px;
  font-size: 15px;
  color: #aeb3b6;
}

.ad-list {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 0 18px;
  width: 1400px;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 48px;
}

.ad-list .list-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  width: 0;
  mix-blend-mode: initial;
}

.ad-list .list-box .title {
  padding: 28px;
  color: rgb(255, 255, 255, 0.9);
}

.ad-list .list-box .bg-line {
  display: none;
}

.ad-list .list-box img {
  width: 100%;
}

.ad-list .list-box img.pc {
  display: block;
}

.ad-list .list-box img.mobile {
  display: none;
}

.ad-list .list-box .desc {
  padding: 40px 24px;
  color: #aeb3b6;
  font-size: 15px;
}

.ad-list .list-box .desc-title {
  display: none;
}

.ad-list .bg-shadow {
  width: 600px;
  height: 600px;
  top: -520px;
  right: -80px;
  position: absolute;
  border-radius: 600px;
  opacity: 0.4;
  background: url("../images/bg-shadow.webp") no-repeat;
  background-size: 100%;
  z-index: 1;
  pointer-events: none;
}

.bullet-screen {
  position: relative;
  margin-top: 48px;
}

.bullet-screen::-webkit-scrollbar {
  display: none;
}

.bullet-screen::after {
  content: "";
  position: absolute;
  left: 0;
  top: -300px;
  width: 800px;
  height: 800px;
  border-radius: 800px;
  opacity: 0.6;
  background: url("../images/bg-shadow.webp") no-repeat;
  background-size: 100%;
  pointer-events: none;
}

.danmu-list {
  --content-width: 440px;
  --content-height: 145px;
  --content-count: 13;
  --duration: 91s;
  width: 99%;
  max-width: 3000px;
  margin-inline: auto;
  position: relative;
  height: var(--content-height);
}

#row2 .danmu-list {
  --duration: 104s;
}

#row1 .danmu-list .danmu-box:nth-child(2),
#row1 .danmu-list .danmu-box:nth-child(4) {
  top: 12px;
}

#row2 .danmu-list .danmu-box:nth-child(3) {
  top: 20px;
}

#row2 .danmu-list .danmu-box:nth-child(4) {
  top: 8px;
}

#row2 .danmu-list .danmu-box:nth-child(6) {
  top: -3px;
}

#row3 .danmu-list {
  --duration: 78s;
}

.danmu-box {
  width: var(--content-width);
  position: absolute;
  top: 5px;
  transform: translateX(calc(var(--content-width) * var(--content-count)));
  animation-name: scrollLeft;
  animation-duration: var(--duration);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-delay: calc(
    var(--duration) / var(--content-count) *
      (var(--content-count) - var(--count)) * -1
  );
  will-change: transform;
}

@keyframes scrollLeft {
  to {
    transform: translateX(calc(var(--content-width) * -1));
  }
}

.danmu-box .line-top,
.danmu-box .line-bottom {
  position: relative;
  width: calc(100% - 32px);
  height: 1px;
  box-sizing: border-box;
  mix-blend-mode: plus-lighter;
  background-image: linear-gradient(to right, #48ffff, #4b47ff, #ff10ff);
}

.danmu-box .line-top {
  margin-left: 16px;
}

.danmu-box .line-bottom {
  margin-right: 16px;
  background-image: linear-gradient(to left, #48ffff, #4b47ff, #ff10ff);
}

.danmu-box .line-top::after {
  content: "";
  position: absolute;
  right: 0;
  top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #ff10ff;
  pointer-events: none;
}

.danmu-box .line-bottom::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #48ffff;
}

.danmu-box .line-top-rotate {
  top: 6px;
  left: 2.5px;
  position: absolute;
  width: 16px;
  height: 1px;
  background-color: #48ffff;
  transform: rotate(-45deg);
}

.danmu-box .line-top-rotate::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #48ffff;
}

.danmu-box .line-bottom-rotate {
  bottom: 5.5px;
  right: 18.5px;
  position: absolute;
  width: 16px;
  height: 1px;
  background-color: #48ffff;
  transform: rotate(-45deg);
}

.danmu-box .line-bottom-rotate::after {
  content: "";
  position: absolute;
  right: 0;
  top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #48ffff;
  pointer-events: none;
}

.danmu-box .danmu-main {
  padding: 12px 20px;
  display: flex;
  align-items: flex-start;
  gap: 0 12px;
}

.danmu-box .danmu-main .left {
  width: 40px;
  height: 40px;
}

.danmu-box .danmu-main .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
  border: 1px solid #fff;
}

.danmu-box .danmu-main .right {
  flex: 1;
  width: 0;
  font-size: 15px;
  min-height: 40px;
  max-height: 64px;
  overflow: hidden;
  color: rgb(255, 255, 255, 0.9);
}

.danmu-box .user {
  display: none;
  padding: 0 40px;
  display: flex;
  align-items: center;
  gap: 0 8px;
  padding-bottom: 12px;
  justify-content: right;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.section-footer {
  font-size: 13px;
  margin-top: 100px;
  margin-bottom: 80px;
  color: rgba(255, 255, 255, 0.7);
}

.section-footer::after {
  content: "";
  position: absolute;
  right: -300px;
  top: -500px;
  width: 800px;
  height: 800px;
  border-radius: 800px;
  opacity: 0.4;
  background: url("../images/bg-shadow.webp") no-repeat;
  background-size: 100%;
  pointer-events: none;
}

.section-footer .internet {
  margin-top: 48px;
}

.section-footer .internet .company {
  position: relative;
  display: inline-block;
  margin-left: 12px;
}

.section-footer .internet .company::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 4px;
  width: 1px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.7);
}

.section-footer .internet .beian {
  margin-top: 2px;
}

.section-footer .main {
  display: flex;
  justify-content: space-between;
}

.section-footer .main-left .logo {
  width: 170px;
}

.section-footer .main-left .icon-list {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 0 6px;
}

.section-footer .main-left .icon-list img {
  width: 20px;
}

.section-footer .main-left .icon-list a:nth-last-child(3) img,
.section-footer .main-left .icon-list a:nth-last-child(4) img {
  width: 18px;
}

.section-footer .main-left .icon-list a:last-of-type img {
  width: 38px;
}

.section-footer .main-left .icon-list .qrcode {
  position: relative;
  flex-wrap: nowrap;
}

.section-footer .main-left .icon-list .qrcode .code {
  display: flex;
  align-items: center;
  position: absolute;
  top: -180px;
  left: -10px;
  gap: 0 16px;
  background-color: rgb(16, 9, 25);
  padding: 16px 32px;
  border-radius: 10px;
  box-shadow: -7px 3px 53.7px 13px rgba(3, 193, 251, 0.2);
  background-clip: padding-box, border-box;
  border: 1px solid transparent;
  border-radius: 16px;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #100919, #100919),
    linear-gradient(
      to right,
      rgb(0, 166, 255, 80%),
      rgb(75, 71, 255, 80%),
      rgb(244, 0, 187, 80%)
    );
}

.section-footer .main-left .icon-list .qrcode .code.hidden {
  display: none;
}

.section-footer .main-left .icon-list .qrcode .code img {
  width: 100px;
}

.section-footer .main-left .icon-list .qrcode .code .gzh {
  position: relative;
  top: 2px;
}

.section-footer .main-right {
  display: flex;
  align-items: flex-start;
}

.section-footer .main-right .product {
  margin: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
  font-size: 14px;
}

.section-footer .main-right .product a {
  color: #fff;
  text-decoration: initial;
}

.section-footer .main-right .product a:hover {
  background: linear-gradient(90deg, #b4ebff 7.51%, #f28eff 92.77%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-footer .main-right .product .text-white {
  color: #fff;
}

.section-footer .main-right .mini {
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
}

.section-footer .main-right .gzh {
  margin-left: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
}

.section-footer .main-right .mini img,
.section-footer .main-right .gzh img {
  width: 80px;
  border-radius: 12px;
}

.text-color {
  display: inline-block;
  background: linear-gradient(90deg, #b4ebff 7.51%, #f28eff 92.77%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 15px !important;
  margin-bottom: 6px;
}

.aboutus-bg {
  position: relative;
  text-align: center;
}

.aboutus-bg img {
  position: relative;
  width: 100%;
  max-width: 1920px;
  pointer-events: none;
  height: 100%;
  max-height: 960px;
  object-fit: cover;
}

.aboutus-bg .desc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(91deg, #b4ebff -2.27%, #f28eff 82.05%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  white-space: nowrap;
}

.section-lightspot {
  margin: 0 auto;
  padding: 60px;
  background: rgba(27, 26, 26, 0.7);
  text-align: center;
  max-width: 1920px;
}

.section-lightspot .title {
  font-size: 32px;
}

.section-lightspot .desc {
  margin-top: 8px;
  font-size: 16px;
}

.section-lightspot .button {
  display: inline-flex;
  padding: 8px 37px 7px 38px;
  justify-content: center;
  align-items: center;

  font-size: 16px;
  background-color: #fff;
  margin-top: 12px;
  border-radius: 50px;
  cursor: pointer;
}

.section-lightspot .button a {
  color: #000;
  text-decoration: initial;
}

.section-lightspot .button:hover {
  opacity: 0.9;
}

.section-desc {
  padding: 72px 0;
}

.section-desc.shadow-right::after {
  content: "";
  right: -200px;
  top: -200px;
  position: absolute;
  width: 800px;
  height: 800px;
  padding: 72px 0;
  opacity: 0.6;
  background: url("../images/bg-shadow.webp") center top no-repeat;
  background-size: 800px;
  pointer-events: none;
  z-index: -1;
}

.section-desc.shadow-left::before {
  content: "";
  left: -200px;
  top: -200px;
  position: absolute;
  width: 800px;
  height: 800px;
  padding: 72px 0;
  opacity: 0.6;
  background: url("../images/bg-shadow.webp") center top no-repeat;
  background-size: 800px;
  pointer-events: none;
  z-index: -1;
}

.section-desc .name {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}

.section-desc-center {
  margin-top: 48px;
  display: flex;
  align-items: center;
}

.section-desc-center .left {
  width: 700px;
  padding: 0 6%;
  color: #fefefe;
  font-size: 15px;
}

.section-desc-center .zh {
  font-size: 22px;
  font-weight: bold;
}

.section-desc-center .en {
  margin-top: 4px;
  font-size: 14px;
  color: #d4d4d4;
}

.section-desc-center .desc {
  margin-top: 24px;
  line-height: 26px;
}

.section-desc-center ul {
  margin-left: 20px;
  margin-top: 60px;
}

.section-desc-center .right {
  margin-left: auto;
}

.section-desc-center .right img {
  width: 320px;
}

.section-api {
  margin-top: 120px;
}

.section-api .section-desc-center .left {
  width: 900px;
}

.section-api .section-desc-center .desc {
  margin-top: 24px;
}

.accordion-title {
  margin-top: 60px;
  font-size: 28px;
  text-align: center;
}

.accordion {
  max-width: 100%;
  margin: 12px auto 48px auto;
  border-radius: 8px;
}

.accordion .line {
  position: absolute;
  bottom: 0;
  left: -3px;
  width: calc(100% + 6px);
  height: 1px;
  box-sizing: border-box;
  background-image: linear-gradient(45deg, #b4ebff, rgb(242, 142, 255, 80%));
  opacity: 0.9;
}

.accordion .line::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #b4ebff;
}

.accordion .line::after {
  content: "";
  position: absolute;
  right: 0;
  top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: rgb(242, 142, 255, 80%);
}

.accordion-item {
  position: relative;
}

.accordion-header {
  width: 100%;
  padding: 24px 0 16px 0;
  background-color: rgb(16, 9, 25);
  cursor: pointer;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
  color: #d3d7d9;
}

.accordion-header:hover {
  color: #fff;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: rgb(16, 9, 25);
  padding: 0 15px;
  color: #d3d7d9;
  font-size: 14px;
}

.accordion-content p {
  margin: 15px 0;
  margin-top: 8px;
}

.accordion-content.active {
  max-height: 100px; /* 自适应内容高度 */
}

.arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  transition: transform 0.3s ease;
  transform: rotate(-90deg); /* 默认向右 */
}

.accordion-header.active {
  color: #fff;
}

.accordion-header.active .arrow {
  transform: rotate(0deg); /* 展开时向下 */
}

.contact {
  position: relative;
}

.contact-box {
  display: flex;
  align-items: center;
  position: absolute;
  top: -70px;
  left: -10px;
  gap: 0 16px;
  padding: 16px 24px;
  border-radius: 6px;
  background-color: rgb(16, 9, 25) !important;
  box-shadow: -7px 3px 53.7px 13px rgba(3, 193, 251, 0.2);
  background-clip: padding-box, border-box !important;
  border: 1px solid transparent;
  border-radius: 16px;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #100919, #100919),
    linear-gradient(
      to right,
      rgb(0, 166, 255, 80%),
      rgb(75, 71, 255, 80%),
      rgb(244, 0, 187, 80%)
    );
  color: #fff !important;
  white-space: nowrap;
  -webkit-text-fill-color: initial !important;
}

.contact-box.hidden {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .header-menu {
    position: fixed;
    top: 50%;
    right: 0;
    display: block;
    transform: translateY(-50%);
  }

  .header-menu img {
    padding: 16px 20px;
    width: 24px;
    cursor: pointer;
  }

  .header-nav {
    position: fixed;
    padding: 16px;
    box-sizing: border-box;
    right: 20px;
    top: 60px;
    width: 110px;
    gap: 18px 0;
    display: none;
    text-align: left;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    margin-left: 16px;
    white-space: nowrap;
    background-color: #100919;
    background-image: linear-gradient(to right, #100919, #100919),
      linear-gradient(to right, #00a6ff, #4b47ff, #f400bb);
    transition: opacity 0.3s ease-in-out;
    box-shadow: -7px 3px 53.7px 13px rgba(3, 193, 251, 0.2);
    border-radius: 4px;
    mix-blend-mode: plus-lighter;
  }

  .header-nav.open {
    display: flex;
  }

  .header-nav .nav-item {
    padding: 0;
  }

  .header-right {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  html,
  body {
    width: 100%;
    min-width: 100%;
  }

  .wrapper-box {
    width: 90vw;
  }

  .button-color {
    height: 32px;
    font-size: 14px;
    padding: 0 16px;
  }

  .icon-play,
  .icon-pause {
    width: 50px;
    height: 50px;
  }

  .section-video .touse:hover {
    transition: opacity 0.3s ease 0s;
    opacity: 0.85;
    scale: 0.9;
  }

  .section-header {
    min-width: auto;
    padding: 16px 24px;
  }

  .header-left .logo {
    width: 112px;
  }

  .section-video {
    margin-top: 92px;
  }

  .section-video .video-box::before {
    left: -150px;
    bottom: -200px;
    width: 300px;
    height: 300px;
    border-radius: 300px;
    opacity: 0.3;
  }

  .section-video .video-box::after {
    right: -150px;
    top: -50px;
    width: 300px;
    height: 300px;
    border-radius: 300px;
    opacity: 0.3;
  }

  .section-video .video-title .logo {
    width: 80%;
    height: auto;
  }

  .section-video .video-title .title-lighting {
    display: none;
    top: -56px;
    left: 2%;
  }

  .section-video .video-desc {
    margin-top: 20px;
    font-size: 20px;
  }

  .section-video .video-tip {
    font-size: 11px;
  }

  .section-video .video-box,
  .section-video .video-box video {
    border-radius: 8px;
  }

  .section-title {
    margin: 32px 0;
  }

  .section-title.mobile {
    margin-top: 48px;
  }

  .section-title .title-zh {
    font-size: 22px;
  }

  .section-title .title-en {
    font-size: 10px;
  }

  .desc-box.left {
    width: 34%;
  }

  .desc-box.right {
    width: 40%;
    right: 6%;
  }

  .desc-box .title {
    font-size: 14px;
  }

  .desc-box .desc {
    padding: 10px 0;
    font-size: 10px;
  }

  .border-title {
    margin-top: 66px;
  }

  .border-title.mobile {
    margin-top: 48px;
  }

  .border-title span {
    font-size: 17px;
  }

  .section-create-digital,
  .section-create-voice,
  .section-create-video {
    display: none;
  }

  .section-img-box {
    text-align: center;
    display: block;
  }

  .section-img-box img {
    margin: 0 auto;
    width: 96%;
  }

  .section-img-box img:nth-child(2) {
    width: 100%;
  }

  .digital-list {
    width: calc(100% - 32px);
    margin: 12px auto 0 auto;
    flex-direction: column;
  }

  .list-box {
    width: auto;
    margin-top: 16px;
  }

  .digital-list .bg-shadow {
    width: 300px;
    height: 300px;
    top: -160px;
    left: -40px;
    border-radius: 300px;
    opacity: 0.3;
  }

  .digital-list .list-box:nth-child(3) {
    position: relative;
  }

  .digital-list .list-box .center-left .icon-lighting {
    scale: 0.8;
  }

  .digital-list .list-box .top img {
    padding: 12px 12px 0 12px;
  }

  .digital-list .list-box .center {
    padding: 0 16px 16px 16px;
  }

  .digital-list .list-box .center-right .title {
    font-size: 15px;
  }

  .digital-list .list-box .center-right .desc {
    margin-top: 8px;
    font-size: 12px;
    line-height: normal;
  }

  .video-list {
    gap: 0 8px;
    width: 100%;
    margin-top: 16px;
  }

  .video-list .img-video {
    margin: 6px 6px 0 6px;
    width: calc(100% - 12px);
    border-radius: 6px;
    padding-top: calc((100% - 20px) * (16 / 9));
  }

  .video-list .img-video img {
    border-radius: 6px;
  }

  .video-list-desc {
    display: block;
    color: #aeb3b6;
    margin-top: 24px;
    font-size: 12px;
    text-align: center;
  }

  .video-list .list-box {
    margin-top: 0px;
  }

  .video-list .box-title {
    font-size: 14px;
    top: auto;
    bottom: 12px;
  }

  .video-list .list-box .line,
  .video-list .list-box .desc {
    display: none;
  }

  .ad-list {
    flex-direction: column;
    margin-top: 16px;
  }

  .ad-list .list-box {
    width: auto;
  }

  .ad-list .bg-shadow {
    width: 300px;
    height: 300px;
    top: -130px;
    right: -80px;
  }

  .ad-list .title {
    display: none;
  }

  .ad-list .main {
    padding: 12px 16px 12px 12px;
    display: flex;
    align-items: stretch;
  }

  .ad-list .list-box .bg-line {
    position: absolute;
    width: 100%;
    top: 0px;
    right: 0;
    display: block;
  }

  .ad-list .main .line {
    position: absolute;
    bottom: -2px;
    left: -3px;
    width: calc(100% + 6px);
    height: 1px;
    box-sizing: border-box;
    background-image: linear-gradient(45deg, #b4ebff, #f28eff);
    opacity: 0.9;
  }

  .ad-list .main .line::before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #b4ebff;
  }

  .ad-list .main .line::after {
    content: "";
    position: absolute;
    right: 0;
    top: -2px;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #f28eff;
  }

  .ad-list .list-box .img {
    width: 88px;
    min-width: 88px;
    height: 131px;
    overflow: hidden;
  }

  .ad-list .list-box .img img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .ad-list .list-box img.pc {
    display: none;
  }

  .ad-list .list-box img.mobile {
    display: block;
  }

  .ad-list .list-box .desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    margin-left: 16px;
    padding: 0;
    font-size: 11px;
  }

  .ad-list .list-box .desc-title {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 12px;
  }

  .bullet-screen {
    margin-top: 32px;
  }

  .danmu-list {
    --content-width: 360px;
    --content-height: 116px;
  }

  .danmu-box .danmu-main .right {
    font-size: 12px;
  }

  .danmu-box .user {
    font-size: 11px;
  }

  #row1 .danmu-list .danmu-box:nth-child(2),
  #row1 .danmu-list .danmu-box:nth-child(4) {
    top: 8px;
  }

  #row2 .danmu-list .danmu-box:nth-child(2) {
    top: 10px;
  }

  #row2 .danmu-list .danmu-box:nth-child(3) {
    top: 12px;
  }

  #row2 .danmu-list .danmu-box:nth-child(4) {
    top: 8px;
  }

  #row2 .danmu-list .danmu-box:nth-child(6) {
    top: -3px;
  }

  .section-footer {
    margin-top: 48px;
    margin-bottom: 36px;
  }

  .section-footer .main {
    flex-direction: column-reverse;
  }

  .section-footer .main-left .logo {
    width: 120px;
  }

  .section-footer .main-left .icon-list {
    margin-top: 2px;
  }

  .section-footer .main-left {
    margin-top: 24px;
  }

  .section-footer .main-right {
    justify-content: space-between;
  }

  .section-footer .main-right .product {
    margin: 0;
  }

  .section-footer .main-right .mini {
    margin-left: 0;
  }

  .section-footer .main-right .gzh {
    margin-left: 0;
  }

  .section-footer .internet {
    font-size: 11px;
  }

  .aboutus-bg img {
    max-width: 100%;
    height: auto;
  }

  .aboutus-bg .desc {
    font-size: 30px;
  }

  .section-desc {
    padding: 60px 0;
  }

  .section-desc-center {
    flex-direction: column;
  }

  .section-desc-center .left {
    padding: 0 6px;
    box-sizing: border-box;
    max-width: 100%;
  }

  .section-desc-center .right {
    padding: 0 6px;
    width: 100%;
    box-sizing: border-box;
    margin-left: 0;
    margin-top: 48px;
  }

  .section-desc-center .right img {
    width: 100%;
  }

  .section-lightspot {
    padding: 32px 48px;
  }

  .section-api {
    margin-top: 60px;
  }

  .section-lightspot .title {
    font-size: 26px;
  }

  .section-lightspot .desc {
    font-size: 14px;
  }

  .bullet-screen::after {
    top: 0;
  }

  .section-footer::after {
    top: 0;
    right: 0;
  }

  .section-footer::after,
  .bullet-screen::after {
    width: 300px;
    height: 300px;
    border-radius: 300px;
    opacity: 0.3;
  }

  .section-desc.shadow-left::after,
  .section-desc.shadow-right::after {
    opacity: 0.3;
  }

  .accordion-title {
    font-size: 22px;
  }

  .accordion-header {
    font-size: 14px;
  }

  .accordion-content {
    font-size: 12px;
  }

  .accordion-content p {
    margin-top: 4px;
  }
}

@media only screen and (max-width: 320px) {
  .digital-list .list-box .center-right {
    padding-left: 4px;
  }

  .digital-list .list-box .center-right .title {
    font-size: 12px;
  }

  .digital-list .list-box .center-right .desc {
    margin-top: 8px;
    font-size: 10px;
    line-height: normal;
  }

  .ad-list .list-box .desc {
    font-size: 10px;
  }
}

.video-icon {
  padding: 16px;
  width: 24px !important;
  height: 24px !important;
  position: absolute;
  right: 0 !important;
  top: 0 !important;
  cursor: pointer;
  left: initial !important;
  box-sizing: content-box !important;
}

.video-icon.unmuted {
  width: 35px !important;
  height: 35px !important;
  top: -5px !important;
  right: -6px !important;
}

.common-video {
  position: relative;
}

.common-video .unmuted,
.common-video .muted {
  display: none;
}

.header-nav .join-wx {
  position: relative;
}

.header-nav .join-wx .qrcode {
  display: flex;
  align-items: center;
  position: absolute;
  top: 40px;
  left: -64px;
  gap: 16px;
  flex-direction: column;
  background-color: rgb(16, 9, 25);
  padding: 16px;
  border-radius: 10px;
  box-shadow: -7px 3px 53.7px 13px rgba(3, 193, 251, 0.2);
  background-clip: padding-box, border-box;
  border: 1px solid transparent;
  border-radius: 16px;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #100919, #100919),
    linear-gradient(
      to right,
      rgb(0, 166, 255, 80%),
      rgb(75, 71, 255, 80%),
      rgb(244, 0, 187, 80%)
    );
  color: #fff !important;
  font-size: 13px;
  font-weight: 500;
}

.header-nav .join-wx .qrcode.hidden {
  display: none;
}

.header-nav .join-wx .qrcode img {
  width: 180px;
}
