.f-size-80 {
  font-size: 4.125vw;
  line-height: 1.3;
}
.f-size-72 {
  font-size: 72px;
}
.f-size-20 {
  font-size: 20px;
}
@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-txt-list .level-txt-list-beizhu {
  margin-top: 1em;
  opacity: 0.5;
  font-size: 0.8em;
  font-style: italic;
}
.level-txt-list .level-txt-list-beizhu + .level-txt-list-beizhu {
  margin-top: 0.3em;
}
.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: 0.07em;
  margin-left: -0.07em;
  margin-right: -0.07em;
}
.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: border-box;
  padding: 0.07em;
  margin-left: -0.07em;
  margin-right: -0.07em;
}
.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%;
  }
}
/* ===============================
   通用背景轮播 LESS mixin
   =============================== */
#imgbox {
  height: 0;
  overflow: hidden;
}
.bantoumingdi {
  background: rgba(0, 0, 0, 0.5);
  padding: 2em;
  border-radius: 1em;
}
.icon-box .icon-item:nth-child(22) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.icon-box .icon-item:nth-child(21) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}
.icon-box .icon-item:nth-child(20) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.icon-box .icon-item:nth-child(19) {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}
.icon-box .icon-item:nth-child(18) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.icon-box .icon-item:nth-child(17) {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}
.icon-box .icon-item:nth-child(16) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.icon-box .icon-item:nth-child(15) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.icon-box .icon-item:nth-child(14) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.icon-box .icon-item:nth-child(13) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
.icon-box .icon-item:nth-child(12) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.icon-box .icon-item:nth-child(11) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
.icon-box .icon-item:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.icon-box .icon-item:nth-child(9) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.icon-box .icon-item:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.icon-box .icon-item:nth-child(7) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.icon-box .icon-item:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.icon-box .icon-item:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.icon-box .icon-item:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.icon-box .icon-item:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.icon-box .icon-item:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.icon-box .icon-item:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.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/100230/safe.jpg?20260320za");
  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: 51%;
  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;
  }
}
.d8neo {
  background-color: #000;
  height: 100vh;
  height: 100svh;
  min-height: 750px;
  max-height: 1080px;
  text-align: center;
  /* 带鱼屏适配 */
  /* 2K以上 屏幕比例小于带鱼屏 适配 */
  /* 适配 宽大于高的 屏幕 */
  /* 适配 宽小于高的 屏幕 */
}
.d8neo .d8neoVideobg-box {
  height: 100%;
  max-width: 100vw;
  display: inline-block;
  overflow: hidden;
  width: 1920px;
  margin: 0 auto;
  position: relative;
}
.d8neo .d8neoVideobg {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0;
  z-index: 10;
  opacity: 1;
  transition: opacity 0.5s linear;
}
.d8neo .d8neoVideobg img,
.d8neo .d8neoVideobg video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.d8neo .d8neoVideobg2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 0;
  width: 100%;
}
.d8neo .d8neoVideobg2 img,
.d8neo .d8neoVideobg2 video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.d8neo .d8neo-txtbox {
  position: absolute;
  top: calc(60px + 1vw);
  left: 50%;
  opacity: 0;
  transform: translateX(-50%) translateY(30px);
  transition: -webkit-transform 0.6s, opacity 1.2s, visibility 0.1s;
  transition: transform 0.6s, opacity 1.2s, visibility 0.1s;
  z-index: 20;
  color: #fff;
  font-size: 38px;
  font-weight: bold;
}
.d8neo .d8neo-logo {
  width: 9.5em;
  margin: auto;
  margin-bottom: 0.5em;
}
.d8neo.videoended .d8neo-txtbox {
  opacity: 1;
  transform: translateX(-50%) translateY(0px);
}
.d8neo.videoended .d8neoVideobg {
  opacity: 0;
}
.d8neo.videoended .u-guang {
  opacity: 0.5;
}
.d8neo.videoended .lv1videobtn {
  opacity: 1;
}
.d8neo .u-guang {
  position: absolute;
  top: 27%;
  left: 43%;
  width: 43%;
  height: 52%;
  transform: rotate(9deg) rotateX(180deg);
  mix-blend-mode: screen;
  opacity: 0;
}
@media only screen and (max-width: 1380px) {
  .d8neo .d8neo-txtbox {
    top: calc(60px + 3vw);
  }
}
@media only screen and (max-width: 1025px) {
  .d8neo {
    max-height: 124vw;
  }
  .d8neo .d8neo-txtbox {
    font-size: 30px;
  }
  .d8neo .d8neoVideobg-box {
    max-width: 120vw;
    margin-left: -10vw;
  }
}
@media screen and (max-width: 1025px) and (max-aspect-ratio: 768/850) {
  .d8neo .d8neo-txtbox {
    top: calc(60px + 3vw + 3vh);
  }
  .d8neo .d8neoVideobg-box {
    max-width: 151vw;
    margin-left: -24vw;
  }
  .d8neo .d8neoVideobg,
  .d8neo .d8neoVideobg2 {
    top: 55vh;
  }
}
@media only screen and (max-width: 998px) {
  .d8neo {
    height: calc(100vh - 50px);
    height: calc(100svh - 50px);
  }
}
@media only screen and (max-width: 769px) {
  .d8neo .d8neo-txtbox {
    font-size: 25px;
  }
}
@media only screen and (max-width: 580px) {
  .d8neo {
    max-height: 150vw;
  }
  .d8neo .d8neo-txtbox {
    font-size: 20px;
    top: calc(60px + 3vw + 3vh);
  }
  .d8neo .d8neoVideobg-box {
    max-width: 150vw;
    margin-left: -25vw;
  }
}
.lv1 {
  /* 带鱼屏适配 */
  /* 2K以上 屏幕比例小于带鱼屏 适配 */
  /* 适配 宽大于高的 屏幕 */
  /* 适配 宽小于高的 屏幕 */
}
.lv1 .lv1videobtn {
  opacity: 0;
  transition: opacity 0.5s linear;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4%;
  z-index: 100;
  filter: drop-shadow(2px 4px 6px black);
}
.lv1 .lv1videobtn3 {
  display: none;
}
@media screen and (max-width: 1025px) and (max-aspect-ratio: 768/850) {
  .lv1 .lv1videobtn2 {
    display: none;
  }
  .lv1 .lv1videobtn3 {
    display: block;
    margin: auto;
    margin-top: 1em;
  }
}
@media only screen and (max-width: 580px) {
  .lv1 .lv1videobtn2 {
    bottom: inherit;
    top: calc(60px + 15vw + 10vh);
  }
}
.lv2 {
  background-color: #000;
  padding-top: 60px;
  /* 带鱼屏适配 */
  /* 2K以上 屏幕比例小于带鱼屏 适配 */
  /* 适配 宽大于高的 屏幕 */
  /* 适配 宽小于高的 屏幕 */
}
.lv2 .lv2zhanwei {
  height: 100vh;
  height: 100svh;
  width: 100%;
}
.lv2 .lv2img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.lv2 .TrackNav-Carousel-canvasbox {
  max-width: none;
  height: auto;
  top: 78%;
  font-size: 0;
}
.lv2 .TrackNav-Carousel-canvasbox img,
.lv2 .TrackNav-Carousel-canvasbox canvas {
  height: 100%;
  object-fit: contain;
}
.lv2 .lv2txtbox {
  width: 40%;
  position: absolute;
  left: 50%;
  top: 15%;
  opacity: 0;
  transform: translateY(30px);
  transition: -webkit-transform 0.6s, opacity 1.2s, visibility 0.1s;
  transition: transform 0.6s, opacity 1.2s, visibility 0.1s;
}
.lv2.showtext .lv2txtboxItem {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.lv2.showtext .lv2txtbox {
  opacity: 1;
  transform: translateY(0px);
}
.lv2.showtext .level-tit,
.lv2.showtext .level-txt,
.lv2.showtext .level-fullimgbg,
.lv2.showtext .level-btn {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1960px) and (min-aspect-ratio: 1050/500) {
  .lv2 .TrackNav-Carousel-canvasbox {
    max-width: 200vh;
  }
  .lv2 .lv2txtbox {
    width: 30%;
  }
}
@media only screen and (max-width: 1025px) {
  .lv2 .lv2txtbox {
    width: 70%;
    left: 15%;
    top: 60px;
  }
}
@media only screen and (max-width: 580px) {
  .lv2 .lv2txtbox {
    padding: 10px;
    width: 90%;
    left: 5%;
    top: 80px;
  }
}
.lv3 {
  /* 带鱼屏适配 */
  /* 2K以上 屏幕比例小于带鱼屏 适配 */
  /* 适配 宽大于高的 屏幕 */
  /* 适配 宽小于高的 屏幕 */
}
.lv3 .fullbgtextbox {
  padding-top: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
}
.lv3 .lv3img {
  margin-top: -4vw;
  margin-bottom: -21vw;
}
@media screen and (max-width: 1941px) and (max-height: 1080px) and (min-width: 1890px) and (min-height: 800px) {
  .lv3 {
    height: 100vh;
    height: 100svh;
  }
  .lv3 .fullbgtextbox {
    padding-top: 20px;
  }
  .lv3 .lv3img {
    margin-top: -8vw;
  }
}
@media only screen and (max-width: 1680px) {
  .lv3 .lv3img {
    margin-top: -3vw;
    margin-bottom: -19vw;
  }
}
@media only screen and (max-width: 1380px) {
  .lv3 .lv3img {
    width: 114vw;
    margin-left: -7vw;
  }
}
@media only screen and (max-width: 1025px) {
  .lv3 .fullbgtextbox {
    width: 80%;
  }
  .lv3 .lv3img {
    width: 140vw;
    margin-left: -23vw;
  }
}
@media screen and (max-width: 1025px) and (max-aspect-ratio: 768/850) {
  .lv3 .lv3img {
    width: 168vw;
    margin-left: -39vw;
  }
}
@media only screen and (max-width: 735px) {
  .lv3 .fullbgtextbox {
    position: relative;
    left: initial;
    top: initial;
    transform: none;
    margin: auto;
  }
  .lv3 .lv3img {
    margin-top: -39vw;
  }
}
@media only screen and (max-width: 580px) {
  .lv3 .fullbgtextbox {
    width: 90%;
  }
  .lv3 .lv3img {
    width: 174vw;
    margin-left: -40vw;
    margin-top: -33vw;
  }
}
.lv4 {
  /* 带鱼屏适配 */
  /* 2K以上 屏幕比例小于带鱼屏 适配 */
  /* 适配 宽大于高的 屏幕 */
  /* 适配 宽小于高的 屏幕 */
}
.lv4 .level-tit {
  line-height: 1;
}
.lv4 .fullbgtextbox {
  position: absolute;
  top: 30px;
  left: 38%;
  width: 55%;
}
.lv4 .lv4img {
  margin-top: -20vw;
  margin-bottom: -10vw;
}
.lv4 .lv4imgbg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
}
.lv4 [class*="lv4imgbg-"] {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0;
  /* 初始透明度为0 */
}
.lv4 .lv4imgbg-1 {
  background-image: url('/image/catalog/product/charger/100230/4-1.jpg');
}
.lv4 .lv4imgbg-2 {
  background-image: url('/image/catalog/product/charger/100230/4-2.jpg');
}
.lv4 .lv4imgbg-3 {
  background-image: url('/image/catalog/product/charger/100230/4-3.jpg');
}
.lv4 [class*="lv4imgbg-"] {
  animation: fade 9s infinite;
}
.lv4 .lv4imgbg-1 {
  animation-delay: 0s;
}
.lv4 .lv4imgbg-2 {
  animation-delay: 3s;
}
.lv4 .lv4imgbg-3 {
  animation-delay: 6s;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.lv4 .u-guang2 {
  position: absolute;
  top: 62%;
  left: 23%;
  width: 22%;
  transform: rotate(26deg);
}
@media only screen and (max-width: 1460px) {
  .lv4 .lv4img {
    margin-top: -13vw;
    margin-bottom: -8vw;
  }
}
@media only screen and (max-width: 1240px) {
  .lv4 .lv4img {
    margin-top: 0vw;
    margin-bottom: -8vw;
  }
  .lv4 .fullbgtextbox {
    position: absolute;
    top: 30px;
    left: 15%;
    width: 70%;
  }
}
@media only screen and (max-width: 1180px) {
  .lv4 .lv4img {
    width: 110vw;
    margin-top: 0vw;
    margin-bottom: -8vw;
    position: relative;
  }
}
@media only screen and (max-width: 1025px) {
  .lv4 .lv4img {
    width: 134vw;
    margin-left: -14vw;
  }
}
@media only screen and (max-width: 580px) {
  .lv4 .fullbgtextbox {
    position: relative;
    top: initial;
    left: initial;
    width: 90%;
    margin: auto;
    padding-bottom: 60px;
    margin-top: -18vw;
  }
  .lv4 .lv4txt {
    background-color: transparent;
    padding: 0;
  }
}
.lv5 {
  background-color: #000;
  /* 带鱼屏适配 */
  /* 2K以上 屏幕比例小于带鱼屏 适配 */
  /* 适配 宽大于高的 屏幕 */
  /* 适配 宽小于高的 屏幕 */
}
.lv5 .level-tit {
  line-height: 1;
}
.lv5 .TrackNav-Carousel-canvasbox {
  display: flex;
  justify-content: center;
  align-items: center;
  --lv5CanvasWidth: min(1920px, 200vh);
  width: var(--lv5CanvasWidth);
  perspective: calc(var(--lv5CanvasWidth));
  perspective-origin: 99% -34%;
}
.lv5 .TrackNav-Carousel-canvas {
  height: auto;
  object-fit: none;
  transform: translate(0%, -11%);
}
.lv5 .lv5TrackNav-txtim-item,
.lv5 .lv5TrackNav-txtimgbox {
  position: absolute;
}
.lv5 .lv5TrackNav-txtimgbox {
  transform: translate(-50%, -50%) rotateY(42deg);
  width: 100%;
  top: 50%;
  left: 50%;
}
.lv5 .lv5TrackNav-txtim-item {
  width: 48%;
  height: 0;
  top: 18%;
  left: 14%;
  transition: transform 0.5s linear;
}
.lv5 .lv5TrackNav-txtim-item img {
  width: 100%;
}
.lv5 .lv5TrackNav-txtim-item-1 {
  transform: translateX(0%);
}
.lv5 .lv5TrackNav-txtim-item-2 {
  transform: translateX(-100%);
}
.lv5.show50A .lv5TrackNav-txtim-item-1 {
  transform: translateX(-100%);
}
.lv5.show50A .lv5TrackNav-txtim-item-2 {
  transform: translateX(0%);
  transition-delay: 0.3s;
}
.lv5 .lv5txtbox {
  position: absolute;
  left: 50%;
  bottom: 5%;
  width: 60%;
  text-align: center;
  opacity: 0;
  transform: translateX(-50%) translateY(20px);
  transition: -webkit-transform 0.6s, opacity 1.2s, visibility 0.1s;
  transition: transform 0.6s, opacity 1.2s, visibility 0.1s;
}
.lv5 .TrackNav-Carousel-content-item.active .lv5txtbox {
  opacity: 1;
  transform: translateX(-50%) translateY(0px);
}
@media only screen and (max-width: 1025px) {
  .lv5 .TrackNav-Carousel-canvasbox {
    transform: translate(-50%, -60%) scale(0.6);
    --lv5CanvasWidth: 1920px;
  }
  .lv5 .black-guodu {
    display: none;
  }
  .lv5 .black-guodu.top {
    display: block;
    transform: translate(0%, -10%);
  }
  .lv5 .lv5txtbox {
    width: 80%;
  }
}
@media screen and (max-width: 1025px) and (min-aspect-ratio: 1024/800) {
  .lv5 .TrackNav-Carousel-canvasbox {
    --lv5CanvasWidth: calc(100vw);
    max-width: 100vw;
    transform: translate(-50%, -72%) scale(1);
  }
}
@media screen and (max-width: 1025px) and (max-aspect-ratio: 768/850) {
  .lv5 .TrackNav-Carousel-canvasbox {
    transform: translate(-50%, -72%) scale(0.55);
    --lv5CanvasWidth: calc(50vh * 3.3);
    perspective-origin: 99% -1%;
  }
  .lv5 .TrackNav-Carousel-canvas {
    transform: none;
  }
  .lv5 .lv5TrackNav-txtimgbox {
    top: 61%;
  }
  .lv5 .lv5txtbox {
    bottom: 10%;
  }
}
@media only screen and (max-width: 580px) {
  .lv5 .lv5txtbox {
    width: 90%;
  }
  .lv5 .TrackNav-Carousel-canvasbox {
    transform: translate(-50%, -70.8%) scale(0.4);
  }
  .lv5 .lv5txtbox {
    bottom: 8%;
  }
}
.lv6 {
  background-color: #000;
  /* 带鱼屏适配 */
  /* 2K以上 屏幕比例小于带鱼屏 适配 */
  /* 适配 宽大于高的 屏幕 */
  /* 适配 宽小于高的 屏幕 */
}
.lv6 .level-tit {
  line-height: 1.1;
}
.lv6 .fullbgtextbox {
  position: absolute;
  top: 3%;
  left: 48%;
  width: 41%;
}
.lv6 .lv6img {
  margin-top: -5vw;
  margin-bottom: -23vw;
}
.lv6 .u-guang2 {
  top: 48%;
  left: 31%;
  width: 22%;
  transform: rotate(16deg);
}
.lv6 .u-guang3 {
  top: 59%;
  left: 22%;
  width: 67%;
  transform: rotate(199deg);
  height: 6%;
}
@media only screen and (min-width: 1960px) and (min-aspect-ratio: 1050/500) {
  .lv6 .lv6img {
    margin-top: -13vw;
  }
}
@media only screen and (max-width: 1680px) {
  .lv6 .lv6img {
    margin-top: 0;
  }
  .lv6 .fullbgtextbox {
    width: 56%;
    left: 40%;
  }
}
@media only screen and (max-width: 1380px) {
  .lv6 .fullbgtextbox {
    width: 70%;
    margin: 0 auto;
    position: relative;
    left: initial;
    top: initial;
    background-color: transparent;
  }
  .lv6 .lv6img {
    margin-top: -18vw;
  }
}
@media only screen and (max-width: 1025px) {
  .lv6 .fullbgtextbox {
    width: 80%;
  }
  .lv6 .lv6img {
    margin-top: -26vw;
    width: 127vw;
    margin-left: -8vw;
  }
}
@media only screen and (max-width: 580px) {
  .lv6 .fullbgtextbox {
    width: 90%;
    padding: 0;
  }
  .lv6 .lv6img {
    margin-top: -26vw;
    width: 168vw;
    margin-left: -17vw;
  }
}
.lvpower {
  background-color: #000;
  /* 带鱼屏适配 */
  /* 2K以上 屏幕比例小于带鱼屏 适配 */
  /* 适配 宽大于高的 屏幕 */
  /* 适配 宽小于高的 屏幕 */
}
.lvpower .fullbgtextbox {
  position: absolute;
  top: 3%;
  left: 39%;
  width: 53%;
}
.lvpower .lvpowerimg {
  margin-top: -15vw;
  margin-bottom: -18vw;
}
@media only screen and (max-width: 1380px) {
  .lvpower .fullbgtextbox {
    position: relative;
    left: initial;
    bottom: initial;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding-top: calc(60px + 1vw);
    background-color: transparent;
  }
  .lvpower .lvpowerimg {
    margin-top: -23vw;
  }
}
@media only screen and (max-width: 1025px) {
  .lvpower .fullbgtextbox {
    width: 80%;
  }
  .lvpower .lvpowerimg {
    width: 110vw;
  }
}
@media only screen and (max-width: 580px) {
  .lvpower .fullbgtextbox {
    width: 90%;
  }
  .lvpower .lvpowerimg {
    width: 147vw;
    margin-left: -15vw;
    margin-bottom: -5vw;
  }
}
.lv7 {
  background-color: #000;
  padding-bottom: 7vw;
  /* 带鱼屏适配 */
  /* 2K以上 屏幕比例小于带鱼屏 适配 */
  /* 适配 宽大于高的 屏幕 */
  /* 适配 宽小于高的 屏幕 */
}
.lv7 .fullbgtextbox {
  position: absolute;
  left: 40%;
  bottom: 5%;
  width: 52%;
}
.lv7 .lv7img {
  margin-top: -20vw;
}
.lv7 .u-guang2 {
  top: 57%;
  left: -20%;
  width: 72%;
  transform: rotate(351deg);
  height: 7%;
}
.lv7 .u-guang3 {
  top: 70%;
  left: -13%;
  width: 101%;
  transform: rotate(346deg);
  height: 6%;
}
@media only screen and (max-width: 1680px) {
  .lv7 .fullbgtextbox {
    left: 35%;
    bottom: 2%;
    width: 64%;
  }
}
@media only screen and (max-width: 1380px) {
  .lv7 {
    padding-bottom: 0vw;
  }
  .lv7 .fullbgtextbox {
    position: relative;
    left: initial;
    bottom: initial;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding-top: 60px;
  }
  .lv7 .lv7img {
    margin-bottom: -8vw;
  }
}
@media only screen and (max-width: 1025px) {
  .lv7 .lv7img {
    width: 110vw;
    margin-left: -5vw;
  }
}
@media screen and (max-width: 1025px) and (max-aspect-ratio: 768/850) {
  .lv7 .lv7img {
    width: 120vw;
    margin-left: -13vw;
  }
}
@media only screen and (max-width: 580px) {
  .lv7 .fullbgtextbox {
    width: 90%;
  }
}
.lv8 {
  background-color: #0C0304;
  /* 带鱼屏适配 */
  /* 2K以上 屏幕比例小于带鱼屏 适配 */
  /* 适配 宽大于高的 屏幕 */
  /* 适配 宽小于高的 屏幕 */
}
.lv8 .fullbgtextbox {
  width: 50%;
  margin: 0 auto;
  padding-top: 60px;
}
.lv8 .lv8img {
  margin-top: -17vw;
  margin-bottom: -5vw;
}
.lv8 .u-guang2 {
  top: 59%;
  left: -13%;
  width: 75%;
  transform: rotate(165deg);
  height: 14%;
}
@media only screen and (max-width: 1240px) {
  .lv8 .fullbgtextbox {
    width: 70%;
  }
  .lv8 .lv8img {
    margin-top: -10vw;
  }
}
@media only screen and (max-width: 1025px) {
  .lv8 .fullbgtextbox {
    width: 80%;
  }
  .lv8 .lv8img {
    width: 115vw;
  }
}
@media only screen and (max-width: 735px) {
  .lv8 .lv8img {
    width: 149vw;
    margin-left: -16vw;
  }
}
@media only screen and (max-width: 580px) {
  .lv8 .fullbgtextbox {
    width: 90%;
  }
}
.lv9 {
  background-color: #000;
  /* 带鱼屏适配 */
  /* 2K以上 屏幕比例小于带鱼屏 适配 */
  /* 适配 宽大于高的 屏幕 */
  /* 适配 宽小于高的 屏幕 */
}
.lv9 .fullbgtextbox {
  position: absolute;
  left: 55%;
  top: 5%;
  width: 40%;
}
.lv9 .lv9videobg {
  position: relative;
}
.lv9 .lv9videobg {
  --lv9VideoWidth: 110vw;
  width: var(--lv9VideoWidth);
  perspective: calc(var(--lv9VideoWidth));
  perspective-origin: 50% 3%;
  margin-bottom: -20vw;
  margin-left: -8vw;
  margin-top: -13vw;
}
.lv9 .black-guodu {
  display: none;
}
.lv9 .lv9Number-box {
  position: absolute;
  left: 34%;
  top: 37%;
  font-size: calc(var(--lv9VideoWidth) / 23.3);
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  filter: drop-shadow(0 0 0.02em #fff) drop-shadow(0 0 0.1em #1399ff) drop-shadow(0 0 0.4em #1399ff);
  transform: rotateY(26deg) rotateX(7deg);
}
.lv9 .lv9Number-fenzi,
.lv9 .lv9Number-fenmu {
  position: relative;
}
.lv9 .lv9Number-fenzi::after {
  content: ' ';
  display: block;
  bottom: 0em;
  width: 100%;
  height: 0.05em;
  position: absolute;
  background-color: #fff;
  left: 0;
  border-radius: 0.05em;
}
.lv9 .black-guodu.top {
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 91%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #000000), color-stop(45%, rgba(0, 0, 0, 0)), color-stop(91%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 91%);
  background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 91%);
  background: -ms-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 91%);
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 91%);
  display: block;
}
@media only screen and (min-width: 1960px) and (min-aspect-ratio: 1050/500) {
  .lv9 .black-guodu {
    display: block;
  }
  .lv9 .lv9videobg {
    --lv9VideoWidth: 1920px;
    width: var(--lv9VideoWidth);
    perspective: calc(var(--lv9VideoWidth));
    perspective-origin: 50% 3%;
    margin-bottom: -230px;
    margin-top: -272px;
    transform: translateX(-18.2%);
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1680px) {
  .lv9 .fullbgtextbox {
    position: absolute;
    left: 47%;
    top: 5%;
    width: 50%;
  }
}
@media only screen and (max-width: 1460px) {
  .lv9 .lv9videobg {
    margin-bottom: -12vw;
  }
}
@media only screen and (max-width: 1380px) {
  .lv9 .fullbgtextbox {
    position: relative;
    left: initial;
    top: initial;
    width: 70%;
    margin: 0 auto;
    padding-top: 50px;
  }
  .lv9 .lv9videobg {
    --lv9VideoWidth: 107vw;
    margin-top: -17vw;
  }
}
@media only screen and (max-width: 1025px) {
  .lv9 .lv9videobg {
    margin-top: -22vw;
    --lv9VideoWidth: 122vw;
  }
}
@media only screen and (max-width: 580px) {
  .lv9 .fullbgtextbox {
    width: 90%;
  }
  .lv9 .lv9videobg {
    --lv9VideoWidth: 140vw;
    margin-left: -13vw;
  }
}
.lv10 {
  background-color: #010101;
  /* 带鱼屏适配 */
  /* 2K以上 屏幕比例小于带鱼屏 适配 */
  /* 适配 宽大于高的 屏幕 */
  /* 适配 宽小于高的 屏幕 */
}
.lv10 .fullbgtextbox {
  position: absolute;
  left: 60%;
  top: 22%;
  width: 30%;
}
.lv10 .lv10img {
  width: 92vw;
  margin-left: -12vw;
}
@media only screen and (max-width: 1380px) {
  .lv10 .lv10img {
    width: 105vw;
    margin-left: -15vw;
  }
}
@media only screen and (max-width: 1240px) {
  .lv10 {
    padding-top: 60px;
  }
  .lv10 .fullbgtextbox {
    width: 38%;
    top: 8%;
  }
  .lv10 .lv10img {
    width: 113vw;
    margin-left: -21vw;
  }
}
@media only screen and (max-width: 1080px) {
  .lv10 .fullbgtextbox {
    width: 70%;
    left: initial;
    top: inherit;
    position: relative;
    margin: 0 auto;
  }
  .lv10 .lv10app {
    width: 50%;
  }
  .lv10 .lv10img {
    width: 100vw;
    margin-left: 12vw;
    margin-top: -5vw;
  }
}
@media only screen and (max-width: 735px) {
  .lv10 .lv10app {
    width: 70%;
  }
}
@media only screen and (max-width: 580px) {
  .lv10 .fullbgtextbox {
    width: 90%;
  }
  .lv10 .lv10app {
    width: 80%;
  }
  .lv10 .lv10img {
    width: 170vw;
    margin-left: -24vw;
    margin-top: -5vw;
  }
}
.gunlun {
  background-color: #000;
  /* 带鱼屏适配 */
  /* 2K以上 屏幕比例小于带鱼屏 适配 */
  /* 适配 宽大于高的 屏幕 */
  /* 适配 宽小于高的 屏幕 */
}
.gunlun .level-tit {
  line-height: 1;
}
.gunlun .TrackNav-Carousel-canvas {
  object-fit: cover;
  object-position: 50% 0%;
}
.gunlun .TrackNav-Carousel-tab {
  visibility: hidden !important;
}
.gunlun .gunlun-txt {
  width: 60%;
  transform: translateX(-50%);
  position: absolute;
  top: 60px;
  left: 50%;
  text-align: center;
}
.gunlun .TrackNav-Carousel-content-item {
  opacity: 0 !important;
  transform: translateY(30px) !important;
  transition: -webkit-transform 0.6s, opacity 1.2s, visibility 0.1s !important;
  transition: transform 0.6s, opacity 1.2s, visibility 0.1s !important;
}
.gunlun .TrackNav-Carousel-content-item.active {
  opacity: 1 !important;
  transform: none !important;
}
.gunlun #gunlunTrackNav.end .TrackNav-Carousel-content-item2,
.gunlun #gunlunTrackNav.showPingmu .TrackNav-Carousel-content-item2 {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible;
}
.gunlun .yidongduan {
  height: 70vh;
}
@media only screen and (max-width: 1240px) {
  .gunlun .gunlun-txt {
    width: 75%;
  }
}
@media only screen and (max-width: 580px) {
  .gunlun .gunlun-txt {
    width: 95%;
  }
  .gunlun .yidongduan {
    height: 60vh;
  }
}
.lv100w {
  background-color: #070A0F;
  /* 带鱼屏适配 */
  /* 2K以上 屏幕比例小于带鱼屏 适配 */
  /* 适配 宽大于高的 屏幕 */
  /* 适配 宽小于高的 屏幕 */
}
.lv100w .fullbgtextbox {
  position: absolute;
  top: 80px;
  left: 45%;
  width: 50%;
}
.lv100w .lv100wimg {
  margin-top: -4vw;
  margin-bottom: -5vw;
}
@media only screen and (max-width: 1680px) {
  .lv100w .lv100wimg {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1380px) {
  .lv100w .lv100wimg {
    margin-top: 4vw;
  }
}
@media only screen and (max-width: 1240px) {
  .lv100w .fullbgtextbox {
    position: relative;
    top: initial;
    left: inherit;
    margin: auto;
    width: 80%;
    text-align: center;
    padding-top: calc(60px + 2vw);
  }
  .lv100w .lv100wimg {
    margin-top: -8vw;
  }
}
@media only screen and (max-width: 580px) {
  .lv100w .theme-txt {
    font-size: 0.88em;
  }
  .lv100w .fullbgtextbox {
    width: 90%;
  }
  .lv100w .lv100wimg {
    width: 128vw;
    margin-left: -18vw;
  }
}
.peijian .inner-box {
  padding: 80px 0;
}
.peijian .list-box {
  margin-top: 80px;
}
.peijian .list-box.dark .list-item {
  background-color: #0c0c0c;
}
@media only screen and (max-width: 580px) {
  .peijian .inner-box {
    padding: 60px 0;
  }
  .peijian .list-box {
    margin-top: 60px;
  }
  .peijian .level-tit,
  .peijian .level-txt {
    width: 90%;
    margin: auto;
  }
}
.lvsuanli {
  height: 100vh;
  min-height: 700px;
}
.lvsuanli .lvsuanlivideo {
  opacity: 0.1;
}
.lvsuanli .lvsuanlibox {
  width: 80%;
}
.lvsuanli .video-hidden {
  height: 100%;
  background-image: url("/image/catalog/product/charger/t1000/suanlibg.jpg?20230330");
  background-size: cover;
  background-position: center;
  opacity: 0.3;
}
.lvsuanli .level-txt {
  margin: auto;
  width: 60vw;
}
@media only screen and (max-width: 1080px) {
  .lvsuanli .level-txt {
    width: 60vw;
  }
}
@media only screen and (max-width: 768px) {
  .lvsuanli .level-txt {
    width: 80vw;
  }
}
@media only screen and (max-width: 535px) {
  .lvsuanli {
    max-height: 800px;
  }
}
.xinpian {
  background-color: #000;
  /* 带鱼屏适配 */
  /* 2K以上 屏幕比例小于带鱼屏 适配 */
  /* 适配 宽大于高的 屏幕 */
  /* 适配 宽小于高的 屏幕 */
}
.xinpian .fullbgtextbox {
  margin-left: 55%;
  width: 40%;
  padding-top: calc(60px + 1vw);
}
.xinpian .xinpianimg {
  margin-top: -35vw;
}
.xinpian .level-txt-list.cn {
  width: 60%;
}
@media only screen and (max-width: 1920px) {
  .xinpian .level-txt-list.cn {
    width: 80%;
  }
}
@media only screen and (max-width: 1380px) {
  .xinpian .fullbgtextbox {
    width: 70%;
    text-align: center;
    margin: 0 auto;
  }
  .xinpian .level-txt-list.cn {
    width: 100%;
  }
  .xinpian .xinpianimg {
    margin-top: -25vw;
  }
}
@media only screen and (max-width: 1240px) {
  .xinpian .xinpianimg {
    width: 120vw;
    margin-top: -35vw;
    margin-left: -12vw;
  }
}
@media screen and (max-width: 1025px) and (max-aspect-ratio: 768/850) {
  .xinpian .xinpianimg {
    width: 138vw;
    margin-top: -35vw;
    margin-left: -21vw;
  }
}
@media only screen and (max-width: 580px) {
  .xinpian .fullbgtextbox {
    width: 90%;
  }
  .xinpian .xinpianimg {
    width: 174vw;
    margin-top: -35vw;
    margin-left: -37vw;
  }
}
.lvfan {
  background-color: #000;
  /* 带鱼屏适配 */
  /* 2K以上 屏幕比例小于带鱼屏 适配 */
  /* 适配 宽大于高的 屏幕 */
  /* 适配 宽小于高的 屏幕 */
}
.lvfan .fullbgtextbox {
  margin-left: 20%;
  width: 40%;
  padding-top: calc(60px + 1vw);
}
.lvfan .lvfanimg {
  margin-top: -20vw;
}
@media screen and (max-width: 1941px) and (max-height: 1080px) and (min-width: 1890px) and (min-height: 800px) {
  .lvfan {
    height: 100svh;
  }
}
@media only screen and (max-width: 1380px) {
  .lvfan .fullbgtextbox {
    width: 70%;
    margin: 0 auto;
  }
  .lvfan .lvfanimg {
    margin-top: -10vw;
  }
}
@media only screen and (max-width: 1240px) {
  .lvfan .lvfanimg {
    width: 120vw;
    margin-top: -15vw;
    margin-left: -12vw;
  }
}
@media screen and (max-width: 1025px) and (max-aspect-ratio: 768/850) {
  .lvfan .lvfanimg {
    width: 138vw;
    margin-top: -10vw;
    margin-left: -21vw;
  }
}
@media only screen and (max-width: 580px) {
  .lvfan .fullbgtextbox {
    width: 90%;
  }
  .lvfan .lvfanimg {
    width: 138vw;
    margin-top: -15vw;
    margin-left: -29vw;
  }
}
.i-arm {
  background-image: url("/image/catalog/product/charger/t1000/icon/arm.png?20230330");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 1em;
  height: 1em;
}
.i-typeR::after {
  content: "\00AE";
  font-family: sans-serif;
  font-size: 0.7em;
  vertical-align: top;
}
.i-caipin {
  background-image: url("/image/catalog/product/charger/t1000/icon/caipin.png?20230330");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 1em;
  height: 1em;
}
.i-fengshan {
  background-image: url("/image/catalog/product/charger/t1000/icon/fengshan.png?20230330");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 1em;
  height: 1em;
}
.i-ux {
  background-image: url("/image/catalog/product/charger/t1000/icon/ux.png?20230330");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 1em;
  height: 1em;
}
.i-fangai {
  background-image: url("/image/catalog/product/charger/100230/fangai.png?20230330");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 1em;
  height: 1em;
}
.lvicon {
  background-color: #030409;
  padding: 5vw 0 4vw;
}
.lvicon .lviconbox {
  min-height: calc(100vw * 0.4 + 100vh * 0.25);
  height: 50vw;
  position: relative;
  margin-top: -100px;
}
.lvicon .level-container {
  max-width: 85vw;
  width: 85vw;
}
.lvicon .lvicon-txt {
  padding-bottom: 0px;
}
.lvicon .icon-txt {
  color: #fff;
  font-size: 0.5em;
}
.lvicon .icon-item {
  font-size: 2vw;
  width: 15%;
  opacity: 0;
  margin-bottom: 2em;
  -webkit-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -moz-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 0.8s, transform 0.5s;
  -o-transition: opacity 0.8s, transform 0.5s;
  -ms-transition: opacity 0.8s, transform 0.5s;
  -moz-transition: opacity 0.8s, transform 0.5s;
  transition: opacity 0.8s, transform 0.5s;
}
.lvicon .icon-item:nth-child(22) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.lvicon .icon-item:nth-child(21) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}
.lvicon .icon-item:nth-child(20) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.lvicon .icon-item:nth-child(19) {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}
.lvicon .icon-item:nth-child(18) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.lvicon .icon-item:nth-child(17) {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}
.lvicon .icon-item:nth-child(16) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.lvicon .icon-item:nth-child(15) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.lvicon .icon-item:nth-child(14) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.lvicon .icon-item:nth-child(13) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
.lvicon .icon-item:nth-child(12) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.lvicon .icon-item:nth-child(11) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
.lvicon .icon-item:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.lvicon .icon-item:nth-child(9) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.lvicon .icon-item:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.lvicon .icon-item:nth-child(7) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.lvicon .icon-item:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.lvicon .icon-item:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.lvicon .icon-item:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.lvicon .icon-item:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.lvicon .icon-item:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.lvicon .icon-item:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.lvicon .geduan {
  display: none;
}
.lvicon .i {
  font-size: 2.7em;
  color: #C8E8F9;
  line-height: 1;
  -webkit-mask-image: linear-gradient(142deg, #F7FBFA 15%, #def7fd 30%, #13abe3 80%);
  background-image: linear-gradient(142deg, #F7FBFA 15%, #def7fd 30%, #13abe3 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lvicon .i i {
  display: block;
  margin: auto;
}
.lvicon .i.caise {
  background-image: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: initial;
  -webkit-mask-image: none;
}
.lvicon.active .icon-item {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (max-width: 1380px) {
  .lvicon {
    padding-top: calc(60px + 2vw);
  }
  .lvicon .icon-item {
    font-size: 2.5vw;
  }
  .lvicon .lvicon-txt {
    padding-bottom: 60px;
  }
  .lvicon .level-container {
    max-width: 80vw;
    width: 80vw;
  }
}
@media only screen and (max-width: 1240px) {
  .lvicon .icon-item {
    font-size: calc(1.2vw + 2vh);
  }
  .lvicon .level-container {
    max-width: 90vw;
    width: 90vw;
  }
}
@media only screen and (max-width: 1080px) {
  .lvicon {
    padding-top: calc(60px + 2vw);
  }
  .lvicon .lviconbox {
    height: auto;
    margin-top: -10px;
  }
  .lvicon .lvicon-txt {
    padding-bottom: 10px;
  }
  .lvicon .icon-item {
    width: 32%;
    font-size: calc(1vw + 2vh);
    margin-bottom: 1.2em;
  }
  .lvicon .icon-txt {
    font-size: 1em;
  }
  .lvicon .czspjuzhong {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    padding: 60px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .lvicon .icon-item {
    font-size: calc(1vw + 2vh);
  }
}
@media only screen and (max-width: 768px) {
  .lvicon .icon-item {
    width: 32%;
    font-size: calc(1vw + 1.2vh);
  }
  .lvicon .i {
    font-size: 3.7em;
  }
}
@media only screen and (max-width: 535px) {
  .lvicon .level-container {
    max-width: 100%;
    width: 100%;
  }
  .lvicon .i {
    font-size: 4.7em;
    line-height: 0.8em;
  }
  .lvicon .i-fengshan,
  .lvicon .i-arm,
  .lvicon .i-caipin,
  .lvicon .i-shoubing,
  .lvicon .i-caipin,
  .lvicon .i-ux {
    height: 0.8em;
  }
  .lvicon .icon-item {
    margin-bottom: 1.6em;
  }
  .lvicon .icon-txt {
    font-size: 0.9em;
  }
}
/* 带鱼屏适配 */
/* 2K以上 屏幕比例小于带鱼屏 适配 */
/* 适配 宽大于高的 屏幕 */
/* 适配 宽小于高的 屏幕 */
