.f-size-80 {
  font-size: 4.125vw;
  line-height: 1.3;
}
.f-size-72 {
  font-size: 72px;
}
.f-size-20 {
  font-size: 1vw;
}
@media only screen and (max-width: 1920px) {
  .f-size-72 {
    font-size: 3.395vw;
  }
  .f-size-20 {
    font-size: 1vw;
  }
}
@media only screen and (max-width: 1640px) {
  .f-size-80 {
    font-size: 4.125vw;
  }
  .f-size-72 {
    font-size: 3.125vw;
  }
  .f-size-20 {
    font-size: 1.3vw;
  }
}
@media only screen and (max-width: 1380px) {
  .f-size-80 {
    font-size: 4.525vw;
  }
  .f-size-72 {
    font-size: 3.7vw;
  }
  .f-size-20 {
    font-size: 1.4vw;
  }
}
@media only screen and (max-width: 1240px) {
  .f-size-80 {
    font-size: 4.725vw;
  }
  .f-size-72 {
    font-size: 4vw;
  }
  .f-size-20 {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 1180px) {
  .f-size-72 {
    font-size: 5vw;
  }
}
@media only screen and (max-width: 1080px) {
  .f-size-80 {
    font-size: 5.825vw;
  }
  .f-size-72 {
    font-size: 5.5vw;
  }
  .f-size-20 {
    font-size: 1.8vw;
  }
}
@media only screen and (max-width: 735px) {
  .f-size-80 {
    font-size: 7.825vw;
  }
  .f-size-72 {
    font-size: 6vw;
  }
  .f-size-20 {
    font-size: 2.3vw;
  }
}
@media only screen and (max-width: 580px) {
  .f-size-80 {
    font-size: 7.4vw;
  }
  .f-size-72 {
    font-size: 7.4vw;
  }
  .f-size-20 {
    font-size: 4.11vw;
  }
}
@media only screen and (max-width: 375px) {
  .f-size-80 {
    font-size: 7.5vw;
  }
  .f-size-72 {
    font-size: 7.4vw;
  }
  .f-size-20 {
    font-size: 4.11vw;
  }
}
.zh .level-txt {
  line-height: 1.5;
}
.level-txt-list {
  margin-bottom: 0.5em;
}
.level-tit {
  margin-bottom: 0.25em;
  line-height: 1.3;
}
.level-txt {
  margin-bottom: 0.5em;
}
.level-video video,
.bg-video video {
  width: 100%;
}
.clip1 {
  clip-path: inset(1px);
  overflow: hidden;
}
.theme-txt {
  color: #FF0000;
  -webkit-mask-image: linear-gradient(119deg, #64DCFF 15%, #B7F1FD 30%, #ff6161 80%);
  background-image: linear-gradient(119deg, #64DCFF 15%, #B7F1FD 30%, #ff6161 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  clip-path: inset(1px);
  padding: 1px;
}
.level-tit .theme-txt {
  margin-left: -1px;
  margin-right: -1px;
}
.icontheme2-txt {
  -webkit-mask-image: linear-gradient(119deg, #8bffbc, #00f5d5);
  background-image: -webkit-gradient(linear, 46% 45%, 64% 77%, from(#8bffbc), to(#00f5d5));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  clip-path: inset(1px);
  padding: 1px;
}
.theme-blue-txt {
  color: #2F354D;
}
.theme-green-txt {
  color: #00ba71;
}
.theme-green2-txt {
  color: #89ffbb;
}
.theme-gray-txt {
  color: #bfc7d1;
}
.txt-white {
  color: #cecece !important;
}
.fullimg .level-container {
  z-index: 2;
}
.fullimg .fullimgbg {
  z-index: 1;
}
.level-tit,
.level-txt,
.level-fullimgbg,
.level-btn {
  transition: -webkit-transform 0.6s, opacity 1.2s, visibility 0.1s;
  transition: transform 0.6s, opacity 1.2s, visibility 0.1s;
}
.level-tit,
.level-txt,
.level-fullimgbg,
.level-btn {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.level-txt {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.level-fullimgbg {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.level-btn {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.m-level.active .level-tit,
.fullpage-in .fullpage-item-show .level-tit,
.lv2-imgtxt-item .active .level-tit,
.lv2-video-item .active .level-tit,
.m-level.active .level-txt,
.fullpage-in .fullpage-item-show .level-txt,
.lv2-imgtxt-item .active .level-txt,
.lv2-video-item .active .level-txt,
.m-level.active .level-fullimgbg,
.fullpage-in .fullpage-item-show .level-fullimgbg,
.lv2-imgtxt-item .active .level-fullimgbg,
.lv2-video-item .active .level-fullimgbg,
.m-level.active .level-btn,
.fullpage-in .fullpage-item-show .level-btn,
.lv2-imgtxt-item .active .level-btn,
.lv2-video-item .active .level-btn {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.fullpage-top .level-tit {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.fullpage-top .level-txt {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.fullpage-in .fullpage-item-prev .level-tit,
.fullpage-in .fullpage-item-prev .level-txt,
.fullpage-in .fullpage-item-prev .level-fullimgbg {
  opacity: 1;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
.fullpage-bottom .fullpage-item-show .level-tit,
.fullpage-bottom .fullpage-item-show .level-txt {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.fullvideo {
  width: auto;
  height: auto;
  max-height: 300vh;
  max-width: 900vw;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-aspect-ratio: 1920/940) {
  .fullvideo {
    width: auto !important;
    height: 100vh !important;
  }
}
@media screen and (min-aspect-ratio: 1920/940) {
  .fullvideo {
    width: 100% !important;
  }
}
@media screen and (max-aspect-ratio: 1920/940) {
  .fullvideo {
    min-width: 100%;
  }
}
#imgbox {
  height: 0;
  overflow: hidden;
}
.bantoumingdi {
  background: rgba(0, 0, 0, 0.5);
  padding: 1em;
  border-radius: 1em;
}
.q100neo {
  background-color: #000;
  /* 适配 宽大于高的 屏幕 */
}
.q100neo .q100neotxt {
  position: absolute;
  top: 32%;
  left: 54%;
  filter: drop-shadow(2px 4px 9px black);
}
.q100neo .q100neotxt {
  font-size: 3vw;
}
.q100neo .q100neo-bg {
  position: relative;
  margin-top: -19vw;
  margin-bottom: -13vw;
  width: 100vw;
}
.q100neo .q100neo-nameimg {
  width: 6em;
}
.q100neo .q100neotit {
  font-size: 0.5em;
  margin-top: 0.5em;
}
.q100neo .lv1videobtn2 {
  position: absolute;
  left: 56%;
  top: 78%;
}
@media only screen and (min-width: 1960px) and (min-aspect-ratio: 1050/500) {
  .q100neo .q100neo-bg {
    max-width: 205vh;
    margin: auto;
    margin-top: -10%;
    margin-bottom: -8.9%;
  }
  .q100neo .q100neotxt {
    font-size: 6vh;
    top: 33%;
  }
}
@media screen and (min-width: 1960px) and (max-aspect-ratio: 1024/500) {
  .q100neo .q100neotxt {
    font-size: 3vw;
    position: absolute;
    top: 32%;
  }
}
@media only screen and (max-width: 1930px) {
  .q100neo .q100neo-bg {
    width: 106vw;
    margin-left: -3vw;
  }
}
@media only screen and (max-width: 1820px) {
  .q100neo .q100neo-bg {
    margin-top: -17vw;
    margin-bottom: -10vw;
  }
}
@media only screen and (max-width: 1680px) {
  .q100neo .q100neo-bg {
    margin-top: -15vw;
    margin-bottom: -11vw;
  }
}
@media only screen and (max-width: 1480px) {
  .q100neo .q100neo-bg {
    margin-top: -12vw;
    margin-bottom: -6vw;
  }
}
@media only screen and (max-width: 1380px) {
  .q100neo .q100neo-bg {
    margin-top: -9vw;
    margin-bottom: -3vw;
  }
}
@media screen and (max-width: 1025px) and (max-aspect-ratio: 768/1024) {
  .q100neo .q100neotxt {
    font-size: calc(2vw + 3vh);
    top: -17%;
    left: 20%;
  }
  .q100neo .q100neo-bg {
    margin-top: 37vw;
    margin-bottom: 0vw;
    width: 130vw;
  }
  .q100neo .lv1videobtn2 {
    position: absolute;
    left: 20%;
    top: 1%;
  }
}
@media only screen and (max-width: 535px) {
  .q100neo .q100neo-bg {
    margin-top: 48vw;
    margin-bottom: 0vw;
    width: 190vw;
    margin-left: -23vw;
  }
}
.lv2 {
  background-color: #0B1016;
  padding-top: 60px;
}
.lv2 .fullbgtextbox {
  position: absolute;
  right: 55%;
  top: 10%;
  width: 30%;
}
.lv2 .lv2img {
  width: 113vw;
  margin-left: -13vw;
  margin-top: -4vw;
  margin-bottom: -12vw;
}
@media only screen and (min-width: 1960px) and (min-aspect-ratio: 1050/500) {
  .lv2 .lv2img {
    max-width: 210vh;
    margin: auto;
    margin-right: 0;
  }
  .lv2 .fullbgtextbox {
    right: 45%;
  }
}
@media only screen and (max-width: 1080px) {
  .lv2 .fullbgtextbox {
    padding-top: 4vw;
    padding-bottom: 60px;
    position: relative;
    right: initial;
    top: initial;
    margin: auto;
    text-align: center;
    width: 85%;
  }
}
@media only screen and (max-width: 998px) {
  .lv2 .fullbgtextbox {
    padding-top: 1vw;
  }
  .lv2 .lv2img {
    width: 138vw;
    margin-left: -38vw;
    margin-bottom: -1vw;
  }
}
@media only screen and (max-width: 535px) {
  .lv2 .fullbgtextbox {
    width: 90%;
  }
  .lv2 .lv2img {
    width: 189vw;
    margin-left: -72vw;
    margin-top: -12vw;
  }
}
.lv3 {
  background-color: #000;
}
.lv3 .fullbgtextbox {
  width: 60%;
  margin: auto;
  padding-bottom: calc(60px + 2vw);
  margin-top: -10vw;
}
.lv3 .fullbgimg {
  margin-top: -15vw;
}
.lv3 .level-txt {
  width: 70%;
  margin: auto;
}
@media only screen and (max-width: 1680px) {
  .lv3 .level-txt {
    width: 90%;
  }
}
@media only screen and (max-width: 1240px) {
  .lv3 .level-txt {
    width: 100%;
  }
}
@media only screen and (max-width: 1080px) {
  .lv3 .fullbgtextbox {
    width: 80%;
    margin-top: -5vw;
  }
}
@media only screen and (max-width: 998px) {
  .lv3 .fullbgimg {
    margin-top: -7vw;
  }
}
@media only screen and (max-width: 535px) {
  .lv3 .lv3videobg {
    width: 140vw;
    margin-left: -22vw;
  }
  .lv3 .fullbgtextbox {
    width: 90%;
  }
}
.lv4 {
  background-color: #000;
  /* 带鱼屏适配 */
}
.lv4 .lv4img {
  width: 100vw;
  margin-left: 0vw;
  margin-top: -11vw;
}
.lv4 .u-guang {
  top: 48%;
  left: 48%;
  width: 21%;
  height: 16%;
  transform: rotate(338deg);
}
.lv4 .u-guang2 {
  top: 35%;
  left: 17%;
  width: 39%;
  height: 12%;
  transform: rotate(341deg);
}
.lv4 .fullbgtextbox {
  width: 40%;
  margin: auto;
  padding-bottom: calc(60px + 3vw);
  margin-top: -24vw;
  margin-left: 54%;
}
@media only screen and (min-width: 1960px) and (min-aspect-ratio: 1050/500) {
  .lv4 .lv4img {
    max-width: 210vh;
    margin: auto;
    margin-top: -8vw;
  }
  .lv4 .fullbgtextbox {
    width: 36%;
    margin-top: -53vh;
  }
}
@media only screen and (max-width: 1380px) {
  .lv4 .fullbgtextbox {
    width: 48%;
    margin: auto;
    padding-bottom: calc(60px + 3vw);
    margin-top: -18vw;
    margin-left: 39%;
  }
}
@media only screen and (max-width: 1240px) {
  .lv4 .fullbgtextbox {
    width: 55%;
    margin: auto;
    text-align: center;
    margin-top: -13vw;
  }
}
@media only screen and (max-width: 1025px) {
  .lv4 .fullbgtextbox {
    width: 70%;
    margin: auto;
    text-align: center;
    margin-top: -12vw;
  }
  .lv4 .lv4img {
    width: 126vw;
    margin-left: -13vw;
  }
}
@media only screen and (max-width: 535px) {
  .lv4 .fullbgtextbox {
    width: 85%;
  }
  .lv4 .lv4img {
    width: 173vw;
    margin-left: -24vw;
  }
}
.lv5 {
  background-color: #000;
}
.lv5 .fullbgtextbox {
  width: 60%;
  margin: auto;
  text-align: center;
  padding-top: calc(60px + 2vw);
}
.lv5 .lv5img {
  margin-top: -14vw;
  margin-bottom: -5vw;
}
@media only screen and (max-width: 1080px) {
  .lv5 .lv5img {
    width: 120vw;
    margin-left: -10vw;
  }
  .lv5 .fullbgtextbox {
    width: 80%;
  }
}
@media only screen and (max-width: 1025px) {
  .lv5 .lv5img {
    width: 140vw;
    margin-left: -20vw;
    margin-top: -16vw;
  }
}
@media only screen and (max-width: 535px) {
  .lv5 .fullbgtextbox {
    width: 90%;
  }
  .lv5 .lv5img {
    width: 176vw;
    margin-left: -38vw;
    margin-top: -16vw;
  }
  .lv5 .theme-txt {
    font-size: 0.9em;
  }
}
.lv6 {
  background-color: #000;
}
.lv6 .lv6img {
  margin-top: -16vw;
}
.lv6 .fullbgtextbox {
  width: 45%;
  margin-left: 47%;
  margin-top: -18vw;
  padding-bottom: calc(60px + 3vw);
}
.lv6 .u-guang {
  top: 51%;
  left: 46%;
  width: 21%;
  height: 16%;
  transform: rotate(18deg);
}
@media only screen and (max-width: 1380px) {
  .lv6 .lv6img {
    margin-top: -10vw;
  }
}
@media only screen and (max-width: 1240px) {
  .lv6 .fullbgtextbox {
    width: 60%;
    margin: auto;
    margin-top: -13vw;
    text-align: center;
  }
}
@media only screen and (max-width: 1080px) {
  .lv6 .fullbgtextbox {
    width: 75%;
  }
}
@media screen and (max-width: 1025px) and (max-aspect-ratio: 768/1024) {
  .lv6 .lv6img {
    margin-top: -11vw;
    width: 120vw;
    margin-left: -8vw;
  }
}
@media only screen and (max-width: 735px) {
  .lv6 .fullbgtextbox {
    width: 85%;
  }
}
@media only screen and (max-width: 535px) {
  .lv6 .lv6img {
    width: 166vw;
    margin-left: -34vw;
  }
}
.lv7 {
  background-color: #000;
  /* 适配 宽大于高的 屏幕 */
  /* 适配 宽小于高的 屏幕 */
}
.lv7 .theme-txt {
  line-height: 1.1;
}
.lv7 .fullbgtextbox {
  position: absolute;
  top: 1%;
  left: 11%;
  width: 36%;
  background: rgba(0, 0, 0, 0.5);
  padding: 2em 3em;
  border-radius: 1em;
}
.lv7 .black-guodu {
  display: none;
  background: -moz-linear-gradient(top, #000000 14%, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0) 91%);
  background: -webkit-gradient(left top, left bottom, color-stop(14%, #000000), color-stop(38%, rgba(0, 0, 0, 0)), color-stop(91%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, #000000 14%, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0) 91%);
  background: -o-linear-gradient(top, #000000 14%, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0) 91%);
  background: -ms-linear-gradient(top, #000000 14%, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0) 91%);
  background: linear-gradient(to bottom, #000000 14%, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0) 91%);
  top: -1px;
}
.lv7 .u-guang {
  top: 70%;
  left: 6%;
  width: 54%;
  height: 11%;
  transform: rotate(162deg);
}
.lv7 .u-guang2 {
  top: 64%;
  left: 2%;
  transform: rotate(164deg);
}
@media only screen and (max-width: 1380px) {
  .lv7 .black-guodu {
    display: block;
  }
  .lv7 .fullbgtextbox {
    position: relative;
    top: initial;
    left: initial;
    margin: auto;
    text-align: center;
    width: 70%;
    background-color: transparent;
  }
  .lv7 .lv7img {
    width: 115vw;
    margin-top: -25vw;
  }
}
@media only screen and (max-width: 1025px) {
  .lv7 .fullbgtextbox {
    width: 90%;
  }
}
@media only screen and (max-width: 735px) {
  .lv7 .fullbgtextbox {
    padding: 0;
    padding-top: calc(60px + 2vw);
  }
}
@media only screen and (max-width: 535px) {
  .lv7 .lv7img {
    width: 192vw;
    margin-top: -18vw;
    margin-left: -19vw;
  }
}
.lv8 {
  background-color: #000;
  /* 适配 宽大于高的 屏幕 */
  /* 适配 宽小于高的 屏幕 */
}
.lv8 .fullbgimg {
  margin-top: -8vw;
}
.lv8 .lv8videobg {
  min-height: 100vh;
  min-height: 100svh;
  opacity: 0.8;
}
.lv8 .lv8videobg video,
.lv8 .lv8videobg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}
.lv8 .fullbgtextbox {
  position: absolute;
  bottom: 5%;
  width: 60%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media only screen and (max-width: 1680px) {
  .lv8 .fullbgimg {
    margin-top: -5vw;
  }
  .lv8 .fullbgtextbox {
    width: 80%;
  }
}
@media only screen and (max-width: 1380px) {
  .lv8 .fullbgtextbox {
    width: 80%;
  }
}
@media only screen and (max-width: 1080px) {
  .lv8 .fullbgtextbox {
    width: 90%;
  }
}
@media screen and (max-width: 1025px) and (min-aspect-ratio: 1024/800) {
  .lv8 .fullbgtextbox {
    width: 90%;
  }
}
@media screen and (max-width: 1025px) and (max-aspect-ratio: 768/1024) {
  .lv8 .lv8videobg {
    min-height: 70vh;
    min-height: 70svh;
  }
  .lv8 .fullbgtextbox {
    position: relative;
    bottom: initial;
    left: initial;
    transform: none;
    width: 75%;
    margin: auto;
    margin-top: -25vw;
    padding-bottom: calc(60px + 2vw);
  }
}
@media only screen and (max-width: 535px) {
  .lv8 .fullbgtextbox {
    width: 90%;
    margin-top: -36vw;
  }
}
.lv9 .fullbgtextbox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  text-align: center;
}
.lv9 .lv9videobg {
  height: 100vh;
  height: 100svh;
}
.lv9 .lv9videobg video,
.lv9 .lv9videobg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1025px) {
  .lv9 .fullbgtextbox {
    width: 65%;
  }
}
@media only screen and (max-width: 735px) {
  .lv9 .fullbgtextbox {
    width: 75%;
  }
}
@media only screen and (max-width: 535px) {
  .lv9 .lv9videobg {
    height: calc(80vh - 60px);
    height: calc(80svh - 60px);
  }
  .lv9 .fullbgtextbox {
    width: 85%;
  }
}
.lvgunlun {
  background-color: #000;
}
.lvgunlun .lvgunluntxt {
  position: absolute;
  width: 70%;
  top: calc(50px + 1vw);
  left: 50%;
  text-align: center;
  padding: 1%;
  border-radius: 1vw;
  transform: translateX(-50%) translateY(30px);
  opacity: 1;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.6s, opacity 0.5s, visibility 0.1s;
}
.lvgunlun .lvgunluntxt .level-tit,
.lvgunlun .lvgunluntxt .level-txt-list {
  opacity: 0;
  transition: transform 0.6s, opacity 0.5s;
}
.lvgunlun .lvgunluntxt::after {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  backdrop-filter: saturate(0%) blur(0px);
  transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1) 200ms;
}
.lvgunlun .level-txt {
  transition-delay: 0s;
}
.lvgunlun [class^="lvgunlun-item"].active {
  pointer-events: auto;
  visibility: visible;
}
.lvgunlun [class^="lvgunlun-item"].active .level-tit,
.lvgunlun [class^="lvgunlun-item"].active .level-txt-list {
  transition: transform 0.6s 0.2s, opacity 0.5s 0.2s, visibility 0.1s;
}
.lvgunlun [class^="lvgunlun-item"].active .lvgunluntxt::after {
  background-color: #0b0915d6;
}
.lvgunlun .lvgunlunfirst {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  height: 100svh;
}
.lvgunlun .lvgunluncanvasbox {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.lvgunlun .lvgunluncanvas {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -36%);
  transition: transform 0.3s;
}
.lvgunlun .lvgunluncanvas canvas {
  width: 100%;
}
.lvgunlun .lvgunlunzhanwei {
  height: 400vh;
  height: 400svh;
}
.lvgunlun [class^="lvgunlun-item"].active .lvgunluntxt {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  visibility: visible;
}
.lvgunlun [class^="lvgunlun-item"].active .lvgunluntxt::after {
  backdrop-filter: saturate(180%) blur(20px);
}
.lvgunlun [class^="lvgunlun-item"].active .lvgunluntxt .level-tit {
  opacity: 1;
}
.lvgunlun [class^="lvgunlun-item"].active .lvgunluntxt .level-txt-list {
  opacity: 1;
}
.lvgunlun [class^="lvgunlun-item"].active.lvgunlun-item-2 .lvgunluntxt {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.lvgunlun .lvgunlun-item-2 .lvgunluntxt {
  top: inherit;
  bottom: calc(50px + 3vw);
  left: 60%;
  transform: translateY(30px);
  width: 35%;
  text-align: left;
  padding: 2%;
}
.lvgunlun .lvgunlun-item-2 .level-txt {
  width: 85%;
}
.lvgunlun .stpe1 .lvgunluncanvas {
  transform: translate(-50%, -36%);
}
.lvgunlun .stpe2 .lvgunluncanvas {
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1380px) {
  .lvgunlun .lvgunlun-item-2 .lvgunluntxt {
    left: 55%;
    width: 38%;
  }
  .lvgunlun .lvgunlun-item-2 .level-txt {
    width: 90%;
  }
}
@media only screen and (max-width: 1240px) {
  .lvgunlun .lvgunluncanvas {
    height: 100%;
  }
  .lvgunlun .lvgunluncanvas canvas {
    height: 100%;
    object-fit: cover;
  }
  .lvgunlun .stpe1 .lvgunluncanvas {
    transform: translate(-50%, -42%);
  }
}
@media only screen and (max-width: 1180px) {
  .lvgunlun .lvgunlun-item-2 .lvgunluntxt {
    left: 7%;
    width: 84%;
    text-align: center;
    top: calc(50px + 3vw);
    bottom: initial;
  }
  .lvgunlun .lvgunlun-item-2 .level-txt {
    width: 100%;
  }
  .lvgunlun .lvgunlun-item-2 .theme-txt {
    font-size: 0.8em;
  }
  .lvgunlun .stpe2 .lvgunluncanvas {
    transform: translate(-50%, -29%);
  }
}
@media only screen and (max-width: 1080px) {
  .lvgunlun .lvgunluntxt {
    width: 80%;
  }
}
@media only screen and (max-width: 1025px) {
  .lvgunlun .lvgunluncanvas {
    width: 160vw;
    top: 59%;
  }
  .lvgunlun .lvgunluncanvasbox.stpe2 .lvgunluncanvas {
    width: 145%;
    transform: translate(-43%, -47%);
  }
  .lvgunlun .lvgunluncanvasbox.stpe3 .lvgunluncanvas {
    top: 59%;
    width: 145%;
    left: 61%;
  }
}
@media only screen and (max-width: 769px) {
  .lvgunlun .lvgunluntxt {
    width: 90%;
  }
  .lvgunlun .lvgunlun-item-2 .level-txt {
    width: 100%;
    margin: auto;
  }
}
@media only screen and (max-width: 580px) {
  .lvgunlun .lvgunluncanvas {
    width: 160vw;
    top: 75%;
  }
  .lvgunlun .lvgunluntxt {
    background-color: transparent;
    padding: 5px;
  }
  .lvgunlun .lvgunluncanvasbox.stpe2 .lvgunluncanvas {
    width: 145%;
  }
  .lvgunlun .lvgunluncanvasbox.stpe3 .lvgunluncanvas {
    top: 67%;
    width: 192%;
    left: 77%;
  }
  .lvgunlun .lvgunlun-item-2 .lvgunluntxt {
    bottom: inherit;
    top: calc(50px + 3vw);
  }
}
.lvduochongbaohu {
  background-color: #000;
}
.lvduochongbaohu .lvduochongbaohutxtbox {
  width: 80%;
  margin: auto;
  text-align: center;
  padding: 4vw 0;
}
.lvduochongbaohu .lvduochongbaohuimg {
  margin-top: -16vw;
}
.lvduochongbaohu .fullbgimg {
  padding-bottom: 13vw;
}
.lvduochongbaohu .lvduochongbaohuchanpin-box {
  font-size: 0.8vw;
  position: absolute;
  height: 100%;
  width: 100%;
  top: -5%;
  left: 0;
  z-index: 10;
}
.lvduochongbaohu .lvduochongbaohuchanpinbg {
  background: radial-gradient(center, circle cover, #3c68c4 7%, rgba(249, 233, 219, 0) 58%);
  background: -o-radial-gradient(center, circle cover, #3c68c4 7%, rgba(249, 233, 219, 0) 58%);
  background: -ms-radial-gradient(center, circle cover, #3c68c4 7%, rgba(249, 233, 219, 0) 58%);
  background: -moz-radial-gradient(center, circle cover, #3c68c4 7%, rgba(249, 233, 219, 0) 58%);
  background: -webkit-radial-gradient(center, circle cover, #3c68c4 7%, rgba(249, 233, 219, 0) 58%);
  height: 88em;
  width: 64em;
  position: absolute;
  top: 45%;
  left: 46%;
  transform: translateY(-50%);
}
.lvduochongbaohu .icon-img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 4.3em;
  height: 5.3em;
  margin-bottom: 1em;
}
.lvduochongbaohu .icon-txt {
  color: #899DB6;
}
.lvduochongbaohu .icon-item {
  font-size: 1vw;
  width: 10em;
}
.lvduochongbaohu .lvduochongbaohuiconbox {
  position: absolute;
  background-color: #2d367966;
  bottom: 4%;
  padding: 1.6% 0%;
  border-radius: 3vw;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 100;
}
.lvduochongbaohu .lvguang {
  top: 37.4%;
  left: 13.3%;
}
.lvduochongbaohu .lvguang2 {
  height: 90%;
  width: 22%;
  top: 0.4%;
  left: 60.3%;
}
@media only screen and (max-width: 1080px) {
  .lvduochongbaohu {
    padding-bottom: 40px;
  }
  .lvduochongbaohu .lvduochongbaohuiconbox {
    position: relative;
    width: 75%;
    margin: auto;
    left: initial;
    transform: none;
    white-space: initial;
    margin-top: -5vw;
  }
  .lvduochongbaohu .lvduochongbaohutxtbox {
    padding: 60px 0;
  }
  .lvduochongbaohu .icon-item {
    font-size: 1.6vw;
    margin-bottom: 1em;
    width: 10em;
  }
  .lvduochongbaohu .fullbgimg {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 580px) {
  .lvduochongbaohu .lvduochongbaohuiconbox {
    width: 95%;
  }
  .lvduochongbaohu .lvduochongbaohuimg {
    height: 90vw;
    margin-left: -27vw;
  }
  .lvduochongbaohu .lvduochongbaohuchanpin-box {
    font-size: 1.2vw;
    left: -6.3%;
  }
  .lvduochongbaohu .icon-item {
    font-size: 2.8vw;
    margin-bottom: 1em;
    width: 8em;
  }
  .lvduochongbaohu .fullbgimg {
    margin-top: -18vw;
  }
  .lvduochongbaohu .lvduochongbaohuiconbox {
    margin-top: -10vw;
  }
}
.lvduochongbaohuicon1 {
  background-image: url("/image/catalog/icon/protection/duanlu.png?20230619");
}
.lvduochongbaohuicon2 {
  background-image: url("/image/catalog/icon/protection/guowen.png?20230619");
}
.lvduochongbaohuicon3 {
  background-image: url("/image/catalog/icon/protection/dianya.png?20230619");
}
.lvduochongbaohuicon4 {
  background-image: url("/image/catalog/icon/protection/guoshi.png?20230619");
}
.lvduochongbaohuicon5 {
  background-image: url("/image/catalog/icon/protection/guoya.png?20230619");
}
.lvduochongbaohuicon6 {
  background-image: url("/image/catalog/icon/protection/qianya.png?20230619");
}
.lvduochongbaohuicon7 {
  background-image: url("/image/catalog/icon/protection/fanghuo.png?20230619");
}
.lvduochongbaohuicon8 {
  background-image: url("/image/catalog/icon/protection/fanjie.png?20230619");
}
.lvduochongbaohuimg {
  position: relative;
  background-image: url("/image/catalog/product/charger/100223/safe.jpg?20250926");
  background-repeat: no-repeat;
  background-size: cover;
  height: 51.1vw;
}
.lvduochongbaohuchanpin {
  background-repeat: no-repeat;
  background-size: contain;
  height: 55em;
  width: 40em;
  position: absolute;
  top: 43%;
  left: 52%;
  transform: translateY(-50%);
  z-index: 111;
}
.lvlangue {
  background-color: #030409;
}
.lvlangue .beizhu {
  margin-top: 1em;
  opacity: 0.5;
}
.lvlangue .lvlanguetxtbox {
  width: 55%;
  margin: auto;
  text-align: center;
  padding: 4vw 0 8vw;
}
.lvlangue .lvlanguetxtbox .lvlanguebeizhu {
  display: none;
}
.lvlangue .lvlangueimg {
  margin-top: -5vw;
  position: relative;
}
.lvlangue .lvlanguebeizhu .lvlanguebeizhu-txt {
  color: #969696;
  font-size: 0.8em;
}
.lvlangue .fullbgimg .lvlanguebeizhu {
  position: absolute;
  left: 74%;
  bottom: 2%;
}
.lvlangue .languepingmubox {
  position: absolute;
  width: 18.3%;
  height: 40%;
  left: 50%;
  top: 20%;
  opacity: 1;
  transform: translateX(-50%);
}
.lvlangue [class^='langueimg-'] {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: scale(0);
  opacity: 0;
  transition: all 0.5s 0.5s;
}
.lvlangue.active [class^='langueimg-'] {
  opacity: 1;
  transform: scale(1);
}
.lvlangue.active .langueimg-cn {
  right: initial;
  transform: scale(0.7) translateX(-189.3%) translateY(57.2%);
}
.lvlangue.active .langueimg-de {
  left: initial;
  top: 1%;
  transform: scale(0.8) translateX(-145%) translateY(-39%);
}
.lvlangue.active .langueimg-en {
  opacity: 1;
  right: initial;
  transform: scale(0.85) translateX(53%) translateY(-89%);
}
.lvlangue.active .langueimg-fa {
  left: initial;
  transform: scale(0.8) translateX(162%) translateY(-39%);
}
.lvlangue.active .langueimg-jp {
  right: initial;
  transform: scale(0.85) translateX(-43%) translateY(-89%);
}
.lvlangue.active .langueimg-es {
  right: initial;
  transform: scale(0.7) translateX(207%) translateY(51%);
}
@media only screen and (max-width: 1380px) {
  .lvlangue .lvlanguebeizhu {
    left: 70%;
  }
  .lvlangue .lvlanguetxtbox {
    padding: 8vw 0 8vw;
  }
  .lvlangue .lvlangueimg {
    margin-top: -5vw;
    width: 120vw;
    margin-left: -10vw;
  }
}
@media only screen and (max-width: 1080px) {
  .lvlangue .lvlangueimg {
    margin-top: 0;
    width: 140vw;
    margin-left: -20vw;
  }
}
@media only screen and (max-width: 998px) {
  .lvlangue .lvlanguetxtbox {
    width: 75%;
  }
  .lvlangue .lvlanguetxtbox .lvlanguebeizhu {
    display: block;
  }
  .lvlangue .fullbgimg .lvlanguebeizhu {
    display: none;
  }
}
@media only screen and (max-width: 735px) {
  .lvlangue .lvlanguetxtbox {
    width: 85%;
  }
  .lvlangue.active .langueimg-cn {
    transform: scale(0.7) translateX(-148.3%) translateY(116%);
  }
  .lvlangue.active .langueimg-de {
    transform: scale(0.8) translateX(-115%) translateY(6%);
  }
  .lvlangue.active .langueimg-en {
    transform: scale(0.85) translateX(53%) translateY(-89%);
  }
  .lvlangue.active .langueimg-fa {
    transform: scale(0.8) translateX(115%) translateY(6%);
  }
  .lvlangue.active .langueimg-jp {
    transform: scale(0.85) translateX(-43%) translateY(-89%);
  }
  .lvlangue.active .langueimg-es {
    transform: scale(0.7) translateX(145%) translateY(116%);
  }
  .lvlangue .lvlangueimg {
    width: 194vw;
    margin-left: -47vw;
  }
}
@media only screen and (max-width: 580px) {
  .lvlangue .lvlanguetxtbox {
    width: 90%;
    padding: 80px 0 100px;
  }
  .lvlangue .lvlangueimg {
    width: 187vw;
    margin-left: -43vw;
    margin-top: -2vw;
  }
}
.langueimg-cn {
  background-image: url("/image/catalog/product/charger/100220/language/CN.png?20241108");
}
.langueimg-de {
  background-image: url("/image/catalog/product/charger/100220/language/DE.png?20241108");
}
.langueimg-en {
  background-image: url("/image/catalog/product/charger/100220/language/EN.png?20241108");
}
.langueimg-fa {
  background-image: url("/image/catalog/product/charger/100220/language/FA.png?20241108");
}
.langueimg-jp {
  background-image: url("/image/catalog/product/charger/100220/language/JP.png?20241108");
}
.langueimg-es {
  background-image: url("/image/catalog/product/charger/100209/ES.png?20241108");
}
.renzheng {
  height: 100vh;
  height: 100svh;
  background-color: #000;
}
.renzheng .renzhengtxtbox {
  width: 40%;
  padding: 2% 3%;
  background: #0000008c;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 11%;
  border-radius: 2vw;
}
.renzheng .renzhengtxt {
  font-size: 2.5vw;
  padding-top: 5.5%;
}
.renzheng .renzhengtxt i + i {
  margin-left: 0.5em;
}
.renzheng .fullvideobg {
  opacity: 0.8;
}
@media screen and (min-aspect-ratio: 1920/936) {
  .renzheng .fullvideobg img {
    width: 100vw !important;
  }
}
@media screen and (max-aspect-ratio: 1920/936) {
  .renzheng .fullvideobg img {
    height: 100% !important;
  }
}
@media only screen and (max-width: 1240px) {
  .renzheng .renzhengtxtbox {
    width: 52%;
    left: 39%;
  }
}
@media only screen and (max-width: 1080px) {
  .renzheng .renzhengtxtbox {
    width: 52%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 735px) {
  .renzheng .renzhengtxtbox {
    width: 70%;
  }
  .renzheng .renzhengtxt {
    font-size: 4.5vw;
  }
}
@media only screen and (max-width: 535px) {
  .renzheng {
    height: 86vh;
    height: 86svh;
  }
  .renzheng .renzhengtxtbox {
    width: 80%;
  }
  .renzheng .renzhengtxt {
    font-size: 6vw;
  }
}
/* 带鱼屏适配 */
/* 2K以上 屏幕比例小于带鱼屏 适配 */
/* 适配 宽大于高的 屏幕 */
/* 适配 宽小于高的 屏幕 */
