<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.f-size-80 {
  font-size: 4.125vw;
  line-height: 1.3;
}
.f-size-72 {
  font-size: 3.395vw;
}
.f-size-20 {
  font-size: 0.93667vw;
}
@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.1vw;
  }
}
@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.2vw;
  }
}
@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.25vw;
  }
}
@media only screen and (max-width: 1080px) {
  .f-size-80 {
    font-size: 5.825vw;
  }
  .f-size-72 {
    font-size: 5vw;
  }
  .f-size-20 {
    font-size: 1.4vw;
  }
}
@media only screen and (max-width: 960px) {
  .f-size-20 {
    font-size: 1.6vw;
  }
}
@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: 535px) {
  .f-size-80 {
    font-size: 7.4vw;
  }
  .f-size-72 {
    font-size: 7.4vw;
  }
  .f-size-20 {
    font-size: 3.61vw;
  }
}
@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: 3.81vw;
  }
}
picture img {
  max-width: 100%;
}
.zh .level-txt {
  line-height: 1.8;
}
.level-txt-list {
  margin-bottom: 0.5em;
}
.level-tit {
  margin-bottom: 0.5em;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.level-txt {
  margin-bottom: 0.5em;
  line-height: 1.4;
}
.level-txt.txt-white {
  color: #d7d7d7 !important;
}
.level-video video,
.bg-video video {
  width: 100%;
}
.theme-txt {
  -webkit-mask-image: linear-gradient(191deg, #C85AFF 34%, #53A7FD, #00DEFF 86%);
  background-image: linear-gradient(191deg, #C85AFF 34%, #53A7FD, #00DEFF 86%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.theme-blue-txt {
  color: #2F354D;
}
.txt-blue {
  color: #0089ff;
}
.txt-green {
  color: #c2f927;
}
.text-colors {
  -webkit-mask-image: linear-gradient(118deg, #93FF85 10%, #FE906D, #3E9BFE 80%);
  background-image: linear-gradient(118deg, #93FF85 10%, #FE906D, #3E9BFE 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding-bottom: 0.08em;
}
.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,
.m-level.active .level-txt,
.fullpage-in .fullpage-item-show .level-txt,
.m-level.active .level-fullimgbg,
.fullpage-in .fullpage-item-show .level-fullimgbg,
.m-level.active .level-btn,
.fullpage-in .fullpage-item-show .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: 600vh;
  max-width: 900vw;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-aspect-ratio: 1920/1080) {
  .fullvideo {
    width: 100% !important;
  }
}
@media screen and (max-aspect-ratio: 1920/1080) {
  .fullvideo {
    height: 100% !important;
  }
}
#imgbox {
  height: 0;
  overflow: hidden;
}
@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.lv1 {
  background-color: #000;
}
.lv1 .lv1showbox {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.lv1 .lv1show-item {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s;
  background: #000;
}
.lv1 .lv1show-item.active {
  opacity: 1;
}
.lv1 .lv1show-item.overshow {
  opacity: 1;
}
.lv1 .lv1productbox-item {
  transition: opacity 1.5s;
  z-index: 10;
}
.lv1 .lv1bgtxt {
  font-size: 3vw;
  width: 77%;
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  opacity: 0;
  transition: opacity 0.5s;
}
.lv1 .txtshow .lv1bgtxt {
  opacity: 1;
}
.lv1 .lv1tedianshow {
  font-size: calc(5vw + 3vh);
  transition: opacity 2s;
  z-index: 5;
}
.lv1 .lv1tedian {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  letter-spacing: -0.02em;
  font-family: Arial;
}
.lv1 .lv1tedian .lv1tedian-bigtxt {
  font-size: 1.6em;
  font-weight: bold;
  letter-spacing: -0.06em;
  line-height: 1;
  margin: -0.1em 0;
}
.lv1 .lv1zhanweibox {
  pointer-events: none;
}
.lv1 #lv1zhanwei1 {
  height: 10vh;
}
.lv1 #lv1zhanwei2 {
  height: 100vh;
}
.lv1 #lv1zhanweikongbai {
  height: 50vh;
}
.lv1 [id^='lv1zhanwei3-'] {
  height: 50vh;
}
.lv1 #lv1zhanweifangda {
  height: 20vh;
}
.lv1 #lv1zhanweimcu {
  height: 150vh;
}
.lv1 .lv1productbox {
  position: absolute;
  width: 60%;
  left: 50%;
  top: 50%;
  z-index: 11;
  transform: translate(-50%, -50%);
}
.lv1 .lv1product-title {
  font-size: 5vw;
  font-weight: bold;
  transition: opacity 0.5s;
  position: relative;
  z-index: 10;
}
.lv1 .lv1product-title.hidetitle {
  opacity: 0;
  visibility: hidden;
}
.lv1 .lv1productcanvas {
  width: 78%;
  margin: auto;
  position: relative;
}
.lv1 .lv1product-title-item {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  text-align: center;
  visibility: hidden;
}
.lv1 .lv1product-title-item.active {
  visibility: visible;
}
.lv1 .lv1product-title-2 {
  position: relative;
}
.lv1 .lv1zhanwei-item {
  position: relative;
}
.lv1 .lv1cpubox-item {
  z-index: 12;
  transition: opacity 0.3s;
}
.lv1 .lv1cpuboxvideobox {
  position: relative;
  width: calc(100vh * 1.1);
  max-width: 100%;
  margin: auto;
  height: 100%;
  max-height: 71vw;
  margin-top: -5%;
}
.lv1 .lv1mcutxtbox {
  position: absolute;
  bottom: 6%;
  text-align: center;
  width: 100%;
  font-size: 1vw;
}
@media screen and (min-aspect-ratio: 2100/908) {
  .lv1 .lv1mcutxtbox {
    font-size: 1.7vh;
  }
}
.lv1 .lv1mcutxt-item {
  display: inline-block;
  vertical-align: top;
  padding: 0 4em;
  text-align: center;
  opacity: 0;
  transform: translateY(4em);
  transition: -webkit-transform 0.6s, opacity 1.2s, visibility 0.1s;
  transition: transform 0.6s, opacity 1.2s, visibility 0.1s;
}
.lv1 .lv1mcutxt-item:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.lv1 .lv1mcutxt-item:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.lv1 .lv1mcutxt-tit {
  font-size: 6em;
  font-weight: bold;
  color: #b5b5b5;
}
.lv1 .lv1mcutxt-subtit {
  font-size: 0.5em;
  padding: 0 0.2em;
}
.lv1 .lv1mcutxt-txt {
  font-size: 1.2em;
  color: #b5b5b5;
}
.lv1 .videoOver .lv1mcutxt-item {
  opacity: 1;
  transform: none;
}
@media only screen and (max-width: 1240px) {
  .lv1 .lv1mcutxtbox {
    bottom: 12%;
  }
}
@media only screen and (max-width: 1080px) {
  .lv1 .lv1productcanvas {
    width: 100%;
  }
  .lv1 .lv1mcutxtbox {
    bottom: 15%;
    font-size: 1.1vw;
  }
  .lv1 .lv1cpuboxvideobox {
    max-height: 78vw;
  }
}
@media only screen and (max-width: 998px) {
  .lv1 .lv1mcutxtbox {
    bottom: 8%;
    font-size: 1.3vw;
  }
  .lv1 .lv1cpuboxvideobox {
    max-height: 80vw;
  }
}
@media only screen and (max-width: 900px) {
  .lv1 .lv1cpuboxvideobox {
    max-height: 90vw;
  }
  .lv1 .lv1mcutxtbox {
    bottom: 8%;
    font-size: calc(0.8vw + 0.7vh);
  }
  .lv1 .lv1mcutxt-item {
    display: block;
    margin-bottom: 1.2em;
  }
}
@media only screen and (max-width: 735px) {
  .lv1 .lv1mcutxtbox {
    bottom: calc(1.8vw + 1.7vh);
  }
  .lv1 .lv1productbox {
    width: 80%;
  }
}
@media only screen and (max-width: 535px) {
  .lv1 .lv1productbox {
    width: 112%;
  }
  .lv1 .lv1product-title {
    font-size: 7.5vw;
  }
  .lv1 .lv1mcutxtbox {
    bottom: calc(2.4vw + 4.4vh);
    font-size: calc(1vw + 0.9vh);
  }
  .lv1 .lv1cpuboxvideobox {
    max-height: 134vw;
    margin-top: 0;
  }
  .lv1 .lv1bgtxt {
    font-size: 5vw;
    bottom: 17%;
  }
}
.sys_android #lv1bgvideo {
  visibility: hidden;
}
.sys_android .lv1bgtxt {
  opacity: 1;
}
.lv1-2 {
  background-color: #01021E;
}
.lv1-2 .fullbgtextbox {
  position: absolute;
  width: 35%;
  left: 62%;
  bottom: 15%;
}
.lv1-2 .level-tit-mid {
  margin-top: 0.6em;
}
.lv1-2 .lv1-2-title-img {
  width: 29em;
  display: block;
}
.lv1-2 .lv1-2-icons-img {
  width: 29em;
  display: block;
}
.lv1-2 .level-tit-mid {
  font-size: 1.5em;
}
.lv1-2 .level-tit-big {
  font-size: 3.8em;
  line-height: 1;
  font-weight: bold;
  padding: 0.4em 0;
  color: #69E5FF;
}
.lv1-2 .lv1-2-productbox {
  width: 80%;
}
.lv1-2 .lv1-2-txtimg,
.lv1-2 .lv1-2-product {
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.lv1-2 .lv1-2-product {
  padding-top: 29%;
  width: 31%;
  bottom: 5%;
  left: 23%;
}
.lv1-2 .lv1-2-product-guang {
  position: absolute;
  bottom: 3.9%;
  left: 22%;
  width: 34%;
  -webkit-animation: huxishan 4s linear infinite;
  animation: huxishan 4s linear infinite;
}
.lv1-2 .lv1-2-txtimg {
  padding-top: 50%;
  width: 63%;
  bottom: 18%;
  left: 6%;
}
@media only screen and (max-width: 1380px) {
  .lv1-2 .lv1-2bgbox {
    width: 88vw;
  }
  .lv1-2 .fullbgtextbox {
    width: 42vw;
    left: 55%;
    bottom: 22%;
  }
  .lv1-2 .lv1-2bg {
    height: 60vw;
  }
}
@media only screen and (max-width: 1240px) {
  .lv1-2 .lv1-2bgbox {
    width: 85vw;
  }
}
@media only screen and (max-width: 1080px) {
  .lv1-2 .lv1-2bg {
    height: 69vw;
  }
  .lv1-2 .lv1-2bgbox {
    width: 107vw;
  }
  .lv1-2 .fullbgtextbox {
    width: 42vw;
    left: 5%;
    bottom: 24%;
  }
  .lv1-2 .fullbgimg {
    margin-left: 33%;
  }
  .lv1-2 .f-size-20 {
    font-size: 1.2vw;
  }
}
@media only screen and (max-width: 1024px) {
  .lv1-2 .lv1-2bg {
    height: 73vw;
    background-position: 4vw 100%;
    background-size: 110%;
  }
  .lv1-2 .lv1-2-productbox {
    width: 159%;
    position: absolute;
    height: 100%;
    top: 0;
    left: -10%;
  }
  .lv1-2 .fullbgtextbox {
    bottom: initial;
    left: inherit;
    width: 85vw;
    position: relative;
    margin-left: 10%;
    padding-top: 7%;
  }
  .lv1-2 .lv1-2bgbox {
    margin-top: -15vw;
  }
  .lv1-2 .fullbgimg {
    margin-left: 0;
  }
}
@media only screen and (max-width: 935px) {
  .lv1-2 .f-size-20 {
    font-size: 1.8vw;
  }
}
@media only screen and (max-width: 735px) {
  .lv1-2 .lv1-2-productbox {
    left: 0;
  }
  .lv1-2 .f-size-20 {
    font-size: 1.8vw;
  }
  .lv1-2 .lv1-2-product {
    left: 18%;
  }
  .lv1-2 .lv1-2-txtimg {
    left: 0%;
  }
}
@media only screen and (max-width: 535px) {
  .lv1-2 .lv1-2bgbox {
    margin: auto;
  }
  .lv1-2 .level-tit,
  .lv1-2 .level-txt {
    font-size: 2.8vw;
  }
  .lv1-2 .lv1-2-product {
    padding-top: 43%;
    width: 52%;
    bottom: 6%;
    left: 7%;
  }
  .lv1-2 .lv1-2-txtimg {
    padding-top: 50%;
    width: 63%;
    bottom: 41%;
    left: 1%;
  }
  .lv1-2 .lv1-2bg {
    height: 113vw;
    background-position: -5vw 100%;
    background-size: 136%;
  }
}
.lv1-2bg {
  background-size: 81%;
  background-repeat: no-repeat;
  background-position: 0vw 71%;
  background-image: url("/image/catalog/product/charger/100197/1.jpg?20230803");
  height: 50vw;
}
.lv1-2-txtimg {
  background-image: url("/image/catalog/product/charger/100197/Slogan-2.png?20230803");
}
.lv1-2-product {
  background-image: url("/image/catalog/product/charger/100197/q200neo.png?20230803");
}
.lv2 {
  background-color: #000;
}
.lv2 .black-guodu {
  height: 30%;
}
.lv2 .fullbgtextbox {
  position: absolute;
  left: 57%;
  width: 39%;
  top: 10%;
}
.lv2 .lv2bgtxt {
  position: absolute;
  left: 32.9%;
  top: 24%;
  transform: translate(-50%, -50%);
  font-size: 2.5vw;
  font-weight: 600;
  animation: huxishan4 5s linear infinite;
  width: 16%;
}
@media only screen and (max-width: 1380px) {
  .lv2 .fullbgtextbox {
    position: relative;
    left: inherit;
    top: inherit;
    padding-top: 5%;
    width: 80vw;
    margin: auto;
  }
}
@media only screen and (max-width: 1080px) {
  .lv2 .fullbgimg {
    width: 125vw;
  }
}
@media only screen and (max-width: 535px) {
  .lv2 .fullbgtextbox {
    width: 90vw;
  }
  .lv2 .fullbgimg {
    width: 180vw;
    margin-left: -30vw;
  }
}
@keyframes huxishan4 {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
.lv3 {
  background: #010409;
}
.lv3 .fullbgtextbox {
  position: absolute;
  width: 33vw;
  left: 10%;
  top: 9vw;
}
.lv3 .lv3img {
  width: 60.5vw;
  margin-left: auto;
}
.lv3 .cidian {
  background-color: #35363A;
  padding: 0.8em 1.2em;
  border-radius: 0.6em;
  margin-bottom: 1em;
}
.lv3 .danci {
  font-size: 1.5em;
  font-weight: bold;
}
.lv3 .yingbiao {
  opacity: 0.8;
  font-size: 1em;
}
.lv3 .zhusi {
  font-size: 0.9em;
  opacity: 0.7;
}
.lv3 .fengexian {
  border-top: 1px solid #515151;
  margin: 0.6em 0;
}
@media only screen and (max-width: 1380px) {
  .lv3 .fullbgimg {
    padding: 4% 0;
  }
}
@media only screen and (max-width: 1080px) {
  .lv3 .fullbgtextbox {
    position: relative;
    width: 80vw;
    left: inherit;
    margin: auto;
    top: inherit;
    padding-top: 6%;
  }
  .lv3 .lv3img {
    width: 84.5vw;
  }
}
@media only screen and (max-width: 735px) {
  .lv3 .fullbgtextbox {
    padding-top: 60px;
  }
  .lv3 .lv3img {
    width: 98.5vw;
  }
}
@media only screen and (max-width: 535px) {
  .lv3 .lv3img {
    width: 107.5vw;
    margin-left: -11vw;
  }
  .lv3 .fullbgtextbox {
    width: 90vw;
  }
}
.lv4 {
  background-color: #000;
}
.lv4 .fullbgtextbox {
  position: absolute;
  top: 61%;
  left: 9%;
  width: 31%;
  transform: translateY(-50%);
}
.lv4 .black-guodu {
  opacity: 0;
}
@media only screen and (max-width: 1240px) {
  .lv4 .fullbgtextbox {
    top: 50%;
  }
}
@media only screen and (max-width: 1080px) {
  .lv4 .lv4img {
    width: 119vw;
  }
}
@media only screen and (max-width: 998px) {
  .lv4 .fullbgimg {
    padding-bottom: 10vw;
  }
  .lv4 .lv4img {
    width: 141vw;
    margin-left: -36vw;
  }
  .lv4 .black-guodu {
    opacity: 1;
  }
  .lv4 .fullbgtextbox {
    position: relative;
    top: inherit;
    left: inherit;
    transform: none;
    width: 80vw;
    margin: auto;
    padding-bottom: 60px;
    margin-top: -14vw;
  }
}
@media only screen and (max-width: 735px) {
  .lv4 .fullbgtextbox {
    margin-top: -10vw;
  }
}
@media only screen and (max-width: 535px) {
  .lv4 .lv4img {
    width: 212vw;
    margin-left: -70vw;
  }
  .lv4 .fullbgtextbox {
    width: 90vw;
    margin-top: -15vw;
  }
}
.lv5 {
  background-color: #010509;
}
.lv5 .fullbgtextbox {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 4%;
  width: 100%;
}
.lv5 .lv5txtbox {
  width: 60vw;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 1080px) {
  .lv5 .fullbgtextbox {
    position: relative;
  }
  .lv5 .lv5txtbox {
    width: 80vw;
  }
}
@media only screen and (max-width: 998px) {
  .lv5 .lv5img {
    width: 120vw;
    margin-left: -10vw;
    margin-top: -10vw;
  }
}
@media only screen and (max-width: 735px) {
  .lv5 .lv5img {
    width: 136vw;
    margin-left: -18vw;
    margin-top: -13vw;
  }
}
@media only screen and (max-width: 535px) {
  .lv5 .lv5txtbox {
    width: 90vw;
  }
  .lv5 .lv5img {
    width: 171vw;
    margin-left: -39vw;
    margin-top: -16vw;
  }
}
.lv6 {
  background-color: #000;
}
.lv6 .fullbgtextbox {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.lv6 .f-ib {
  vertical-align: middle;
}
.lv6 .lv6texing {
  width: 3.6em;
}
.lv6 .lv6txtbox {
  width: 55%;
  margin: auto;
  text-align: center;
  background: #00000075;
  padding: 1.2% 1.3%;
  border-radius: 1vw;
  margin-top: 2vw;
}
.lv6 .level-tit {
  text-align: left;
  display: inline-block;
  white-space: nowrap;
}
.lv6 .black-guodu {
  opacity: 0;
  visibility: hidden;
}
.lv6 .level-txt.txt-white {
  color: #f0f0f0 !important;
}
@media only screen and (max-width: 1380px) {
  .lv6 .lv6txtbox {
    width: 70%;
  }
  .lv6 .lv6img {
    width: 120vw;
    margin-left: -10vw;
  }
}
@media only screen and (max-width: 1080px) {
  .lv6 .lv6txtbox {
    width: 80%;
  }
  .lv6 .lv6img {
    width: 144vw;
    margin-left: -22vw;
  }
}
@media only screen and (max-width: 735px) {
  .lv6 .black-guodu {
    visibility: visible;
    opacity: 1;
    background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0) 91%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #000000), color-stop(61%, 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) 61%, rgba(0, 0, 0, 0) 91%);
    background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0) 91%);
    background: -ms-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0) 91%);
    background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0) 91%);
  }
  .lv6 .lv6txtbox {
    background-color: transparent;
  }
  .lv6 .fullbgtextbox {
    position: relative;
  }
  .lv6 .lv6img {
    margin-top: -38vw;
  }
}
@media only screen and (max-width: 535px) {
  .lv6 .lv6txtbox {
    width: 90%;
    text-align: left;
    padding-top: 30px;
  }
  .lv6 .lv6img {
    width: 200vw;
    margin-left: -50vw;
    margin-top: -50vw;
  }
}
.lv7 {
  background-color: #000;
  overflow: hidden;
}
.lv7 .lv7videobox {
  opacity: 0.6;
  height: 100vh;
  min-height: 45vw;
  max-height: 100vw;
}
.lv7 .lv7txtbox {
  position: absolute;
  bottom: 5%;
  width: 60%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.lv7 .lv7cntxtbox {
  width: 69%;
  margin: auto;
}
@media only screen and (max-width: 1620px) {
  .lv7 .fullvideo {
    height: 100%;
    width: auto;
  }
}
@media only screen and (max-width: 1080px) {
  .lv7 .lv7txtbox {
    width: 80vw;
    bottom: 5%;
  }
  .lv7 .lv7cntxtbox {
    width: 80%;
  }
}
@media only screen and (max-width: 735px) {
  .lv7 .lv7cntxtbox {
    width: 100%;
  }
  .lv7 .lv7videobox {
    position: relative;
  }
  .lv7 .lv7txtbox {
    position: relative;
    padding-bottom: 60px;
    bottom: inherit;
    left: inherit;
    transform: none;
    margin: auto;
    margin-top: -20vw;
  }
  .lv7 .lv7videobox {
    opacity: 0.9;
    height: 82vh;
    margin-top: -10vw;
  }
}
@media only screen and (max-width: 535px) {
  .lv7 .lv7videobox {
    margin-top: -8vw;
  }
  .lv7 .lv7txtbox {
    margin-top: -30vw;
  }
}
.lv8 {
  background-color: #05060B;
}
.lv8 .fullbgtextbox {
  width: 60vw;
  text-align: center;
  margin: auto;
  padding-top: 5vw;
}
.lv8 .lv8img {
  margin-top: -12vw;
}
@media only screen and (max-width: 1080px) {
  .lv8 .fullbgtextbox {
    width: 65vw;
  }
  .lv8 .lv8img {
    width: 110vw;
    margin-left: -5vw;
  }
}
@media only screen and (max-width: 735px) {
  .lv8 .fullbgtextbox {
    width: 80vw;
  }
  .lv8 .lv8img {
    width: 132vw;
    margin-left: -16vw;
  }
}
@media only screen and (max-width: 535px) {
  .lv8 .fullbgtextbox {
    width: 90vw;
  }
  .lv8 .lv8img {
    width: 170vw;
    margin-left: -33vw;
  }
}
.ispower {
  background-color: #000;
}
.ispower .fullbgtextbox {
  position: absolute;
  bottom: 5%;
  left: 18%;
  width: 30%;
}
.ispower .ispowerbtn {
  background-color: #0241FE;
  display: inline-block;
  color: #fff;
  padding: 0 1.1em 0 0.7em;
  line-height: 1.7;
  border-radius: 14em;
  font-size: 1.5em;
  margin-top: 0.5em;
  cursor: pointer;
}
.ispower .ispowerbtn span {
  font-size: 1em;
  margin-right: 0.5em;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 -0.03em #fff, 0 0.03em #fff;
}
@media only screen and (max-width: 1080px) {
  .ispower .fullbgtextbox {
    width: 80%;
    left: 10%;
    position: relative;
    margin-top: -20vw;
    padding-bottom: 4vw;
  }
}
@media only screen and (max-width: 735px) {
  .ispower .fullbgtextbox {
    padding-bottom: 65px;
    margin-top: -15vw;
  }
  .ispower .ispowerimg {
    background-position: right;
    margin-top: -3vw;
  }
}
@media only screen and (max-width: 535px) {
  .ispower .ispowerimg {
    height: 92.8vw;
  }
  .ispower .ispowerbtn {
    font-size: 1.3em;
  }
  .ispower .fullbgtextbox {
    margin-top: -15vw;
  }
}
.ispowerimg {
  background-image: url("/image/catalog/product/charger/100197/9.jpg?20230803");
  background-position: top center;
  background-size: cover;
  height: 55.8vw;
}
@media only screen and (max-width: 1080px) {
  .ispowerimg {
    background-image: url("/image/catalog/product/charger/100197/9.jpg?20230803");
    height: 70.8vw;
  }
}
#ispower-dialog {
  background-color: #15181F;
}
#ispower-dialog.column .pz-LearnMore-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
#ispower-dialog.column .swiper-slide {
  opacity: 1;
}
#ispower-dialog.column .pz-LearnMore-swiper-buttons {
  visibility: hidden;
}
#ispower-dialog .ispower-dialog-content {
  padding-top: 5em;
  padding-bottom: 1em;
}
#ispower-dialog .ispower-dialog-content-mini {
  display: inline-block;
  vertical-align: top;
  width: 48%;
}
#ispower-dialog .ispower-dialog-content-mini + .ispower-dialog-content-mini {
  margin-left: 3%;
}
#ispower-dialog .ispower-dialog-tit {
  font-size: 1.8em;
}
#ispower-dialog .ispower-dialog-txt {
  font-size: 0.8em;
}
#ispower-dialog .ispowerimg1 {
  overflow: hidden;
  display: block;
  border-radius: 1em;
  margin: 0.5em 0;
}
#ispower-dialog .ispowerimg1 img {
  width: 100%;
}
#ispower-dialog .ispower-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border-radius: 1vw;
  overflow: hidden;
  width: 100%;
}
#ispower-dialog .ispower-txt {
  position: absolute;
  bottom: 0%;
  padding: 2.5%;
}
#ispower-dialog .ispower-2-box,
#ispower-dialog .ispower-item-box {
  padding: 0.6em 0;
}
#ispower-dialog .ispower-2-item {
  width: 49%;
}
#ispower-dialog .ispower-2-item + .ispower-2-item {
  margin-left: 1%;
  margin-bottom: 0.8%;
}
#ispower-dialog .ispower-2-1 {
  background-color: #000104;
}
#ispower-dialog .ispower-2-2 {
  background-color: #212548;
}
#ispower-dialog .ispower-2-3 {
  background-color: #0C1131;
}
#ispower-dialog .ispower-2-4 {
  background-color: #000104;
}
#ispower-dialog .ispower-6 .ispower-txt {
  bottom: 50%;
  transform: translateY(50%);
  width: 44%;
  right: 3%;
}
#ispower-dialog .ispower-7 .ispower-txt {
  bottom: 50%;
  transform: translateY(50%);
  width: 44%;
  left: 3%;
}
@media only screen and (max-width: 735px) {
  #ispower-dialog .ispower-2-item {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 1em !important;
  }
  #ispower-dialog .ispower-dialog-content-mini {
    width: 100%;
    margin-left: 0 !important;
  }
  #ispower-dialog .ispower-dialog-content {
    padding-top: 0%;
    padding-bottom: 0em;
  }
  #ispower-dialog .ispower-dialog-tit {
    padding-top: 4em;
  }
  #ispower-dialog .swiper-slide:first-child .ispower-dialog-tit {
    padding-top: 5em;
  }
  #ispower-dialog .swiper-slide:last-child {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 535px) {
  #ispower-dialog .ispower-dialog-tit {
    padding-top: 2em;
  }
  #ispower-dialog .ispower-item {
    border-radius: 4vw;
  }
  #ispower-dialog .swiper-slide:first-child .ispower-dialog-tit {
    padding-top: 4em;
  }
}
.lv11 {
  background-color: #000;
}
.lv11 .fullbgimg {
  margin-bottom: -10vw;
}
.lv11 .fullbgtextbox {
  position: absolute;
  bottom: 5%;
  left: 10%;
  width: 45%;
}
.lv11 .black-guodu {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 1380px) {
  .lv11 .fullbgimg {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1080px) {
  .lv11 .black-guodu {
    opacity: 1;
    visibility: visible;
  }
  .lv11 .fullbgtextbox {
    position: relative;
    bottom: inherit;
    left: 0;
    width: 100%;
    padding-bottom: 60px;
  }
  .lv11 .lv11txtbox {
    width: 80%;
    margin: auto;
    margin-top: -23vw;
  }
}
@media only screen and (max-width: 998px) {
  .lv11 .fullbgimg {
    width: 138vw;
    margin-left: -30vw;
  }
  .lv11 .lv11txtbox {
    margin-top: -18vw;
  }
}
@media only screen and (max-width: 735px) {
  .lv11 .fullbgimg {
    width: 120vw;
    margin-left: -15vw;
  }
}
@media only screen and (max-width: 535px) {
  .lv11 .lv11txtbox {
    margin-top: -10vw;
  }
}
.lv12 {
  background-color: #000;
}
.lv12 .lv12txtbox {
  position: absolute;
  left: 15%;
  top: 50%;
  width: 30%;
  transform: translateY(-50%);
}
.lv12 .fullbgimg {
  opacity: 0.2;
}
.lv12 .fenpeiimgbox {
  position: absolute;
  left: 54%;
  top: 50%;
  width: 31%;
  padding-top: 27%;
  z-index: 10;
  opacity: 0.9;
  transform: translateY(-50%);
}
.lv12 .fenpeiimg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.lv12 .fenpeitxtbox {
  position: absolute;
  width: 35%;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
}
.lv12 .fenpeiimg {
  display: none;
}
.lv12 .fenpeiimg.show {
  display: block;
}
@media only screen and (max-width: 1080px) {
  .lv12 .fullbgimg {
    width: 144vw;
    margin-left: -22vw;
  }
}
@media only screen and (max-width: 735px) {
  .lv12 .lv12txtbox {
    width: 80%;
    transform: none;
    top: 60px;
  }
  .lv12 .fullbgimg {
    width: 231vw;
    margin-left: -22vw;
  }
  .lv12 .fenpeiimgbox {
    left: 15%;
    top: 51%;
    transform: none;
    width: 57%;
    padding-top: 48%;
  }
}
@media only screen and (max-width: 535px) {
  .lv12 {
    padding: 100px 0;
  }
  .lv12 .level-tit br {
    display: none;
  }
  .lv12 .lv12txtbox {
    width: 90%;
    margin: auto;
    margin-bottom: 60px;
  }
  .lv12 .fenpeiimgbox,
  .lv12 .lv12txtbox {
    left: initial;
    top: initial;
    position: relative;
  }
  .lv12 .fenpeiimgbox {
    margin: auto;
    width: 88%;
    padding-top: 76%;
  }
  .lv12 .fullbgimg {
    position: absolute;
    top: 0;
    height: 100%;
    margin-left: 0;
  }
  .lv12 img,
  .lv12 video {
    width: auto;
    height: 100%;
  }
}
.fenpeiimg,
.fenpeiimgbox {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.fenpeiimg1 {
  background-image: url("/image/catalog/product/charger/100197/fenpei/1.jpg?20230619");
}
.fenpeiimg2 {
  background-image: url("/image/catalog/product/charger/100197/fenpei/2.jpg?20230619");
}
.fenpeiimg3 {
  background-image: url("/image/catalog/product/charger/100197/fenpei/3.jpg?20230619");
}
.fenpeiimg4 {
  background-image: url("/image/catalog/product/charger/100197/fenpei/4.jpg?20230619");
}
.fenpeiimg5 {
  background-image: url("/image/catalog/product/charger/100197/fenpei/5.jpg?20230619");
}
.fenpeiimg6 {
  background-image: url("/image/catalog/product/charger/100197/fenpei/5.jpg?20230619");
}
.lv13 {
  background-color: #010409;
}
.lv13 .lv13txtbox {
  width: 45vw;
  padding-top: 5vw;
  margin: auto;
  text-align: center;
}
.lv13 .lv13img {
  margin-top: -16vw;
}
@media only screen and (max-width: 1380px) {
  .lv13 .lv13img {
    width: 120vw;
    margin-left: -10vw;
  }
}
@media only screen and (max-width: 1240px) {
  .lv13 .lv13img {
    width: 140vw;
    margin-left: -20vw;
  }
}
@media only screen and (max-width: 1080px) {
  .lv13 .lv13txtbox {
    width: 60vw;
  }
}
@media only screen and (max-width: 998px) {
  .lv13 .lv13img {
    width: 150vw;
    margin-left: -25vw;
  }
}
@media only screen and (max-width: 860px) {
  .lv13 .lv13img {
    width: 162vw;
    margin-left: -38vw;
  }
}
@media only screen and (max-width: 735px) {
  .lv13 .lv13img {
    width: 162vw;
    margin-left: -38vw;
  }
  .lv13 .lv13txtbox {
    padding: 60px 0;
    width: 75vw;
  }
}
@media only screen and (max-width: 535px) {
  .lv13 .lv13txtbox {
    padding: 60px 0;
    width: 85vw;
  }
}
.languagelevel {
  background-color: #000000;
}
.languagelevel .languageleveltxtbox {
  width: 55%;
  margin: auto;
  text-align: center;
  padding: 4vw 0 6vw;
}
.languagelevel .languageleveltxtbox .languagelevelbeizhu {
  display: none;
}
.languagelevel .languagelevelimg {
  margin-top: 0vw;
}
.languagelevel .languagelevelbeizhu .languagelevelbeizhu-txt {
  color: #969696;
  font-size: 0.8em;
}
.languagelevel .fullbgimg .languagelevelbeizhu {
  position: absolute;
  left: 74%;
  bottom: 2%;
}
.languagelevel .languepingmubox {
  position: absolute;
  width: 19.3vw;
  height: 15vw;
  left: 50%;
  top: 22%;
  opacity: 1;
  transform: translateX(-50%);
}
.languagelevel [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;
}
.languagelevel.active [class^='langueimg-'] {
  opacity: 1;
  transform: scale(1);
}
.languagelevel.active .langueimg-cn {
  right: initial;
  transform: scale(1) translateX(160%) translateY(41%);
}
.languagelevel.active .langueimg-de {
  left: initial;
  top: 1%;
  width: 131%;
  height: 117%;
  transform: scale(1) translateX(-118%) translateY(1%);
}
.languagelevel.active .langueimg-en {
  width: 108%;
  height: 116%;
  right: initial;
  transform: scale(1) translateX(-18%) translateY(91%);
}
.languagelevel.active .langueimg-fa {
  left: initial;
  width: 130%;
  transform: scale(1) translateX(-38%) translateY(-77%);
}
.languagelevel.active .langueimg-jp {
  right: initial;
  transform: scale(1) translateX(68%) translateY(-77%);
}
@media only screen and (max-width: 1380px) {
  .languagelevel .languagelevelbeizhu {
    left: 70%;
  }
}
@media only screen and (max-width: 998px) {
  .languagelevel .languageleveltxtbox {
    width: 75%;
  }
  .languagelevel .languageleveltxtbox .languagelevelbeizhu {
    display: block;
  }
  .languagelevel .fullbgimg .languagelevelbeizhu {
    display: none;
  }
}
@media only screen and (max-width: 735px) {
  .languagelevel .languageleveltxtbox {
    width: 85%;
  }
}
@media only screen and (max-width: 535px) {
  .languagelevel .languageleveltxtbox {
    width: 90%;
    padding: 60px 0 30px;
  }
  .languagelevel .languagelevelimg {
    height: 112.1vw;
    width: 245vw;
    margin-left: -71vw;
  }
  .languagelevel .languepingmubox {
    width: 44.3vw;
    height: 39vw;
    left: 50%;
    top: 35%;
    opacity: 1;
  }
  .languagelevel.active .langueimg-cn {
    transform: scale(1) translateX(50%) translateY(41%);
  }
  .languagelevel.active .langueimg-de {
    right: 38%;
    top: 19%;
    width: 104%;
    transform: scale(1) translateX(-21%) translateY(1%);
  }
  .languagelevel.active .langueimg-jp {
    transform: scale(1) translateX(48%) translateY(-60%);
  }
}
.languagelevelimg {
  background-image: url("/image/catalog/product/charger/100197/languebg.jpg?20230619");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  height: 35.1vw;
  position: relative;
}
.langueimg-cn {
  background-image: url("/image/catalog/product/charger/100199/langue-cn.png?20230619");
}
.langueimg-de {
  background-image: url("/image/catalog/product/charger/100199/langue-de.png?20230619");
}
.langueimg-en {
  background-image: url("/image/catalog/product/charger/100199/langue-en.png?20230619");
}
.langueimg-fa {
  background-image: url("/image/catalog/product/charger/100199/langue-fa.png?20230619");
}
.langueimg-jp {
  background-image: url("/image/catalog/product/charger/100199/langue-jp.png?20230619");
}
.bijiaolevel {
  background-color: #000;
  padding: 4%;
}
.bijiaolevel .bijiaolevelbox {
  background-color: #16171B;
  border-radius: 2vw;
  padding: 0 2vw;
  width: 70vw;
  margin: auto;
}
.bijiaolevel .bijiaolevelbox-top {
  text-align: center;
  padding: 2vw 0;
}
.bijiaolevel .bijiaolevelbox-item {
  font-size: 1vw;
  color: #fff;
  text-align: center;
  padding-bottom: 2.1em;
}
.bijiaolevel .bijiaolevelbox-item:last-child {
  padding-bottom: 0.4em;
}
.bijiaolevel .bijiaolevelbox-left,
.bijiaolevel .bijiaolevelbox-right {
  display: inline-block;
  vertical-align: top;
}
.bijiaolevel .bijiaolevelbox-left {
  width: 18em;
}
.bijiaolevel .bijiaolevelbox-right {
  width: calc( 100% - 19em );
}
.bijiaolevel .bijiaolevelbox-list {
  margin-bottom: 1em;
  text-align: left;
}
.bijiaolevel .bijiaolevelbox-tit {
  font-size: 2em;
}
.bijiaolevel .bijiaolevelbox-txt {
  font-size: 2em;
}
.bijiaolevel .bijiaolevelbox-beizhu {
  font-size: 0.8em;
}
.bijiaolevel .bijiaolevelbox-bar-item {
  height: 0.6em;
  margin: 0.3em 0;
  display: inline-block;
  position: relative;
}
.bijiaolevel .bijiaolevelbox-bar-box {
  position: relative;
  border-radius: 3em;
  height: 100%;
}
.bijiaolevel .bijiaolevelbox-bar {
  height: 100%;
  width: 100%;
  transition: transform 0.5s;
  border-radius: 3em;
  position: relative;
  transform: scale(0, 1);
  transform-origin: left center;
  will-change: transform;
}
.bijiaolevel .bijiaolevelbox-max {
  font-size: 3.5em;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  bottom: 0;
  left: calc( 100% + 0.2em );
  line-height: 0.7;
  opacity: 0;
  transform: translateX(-0.3em);
}
.bijiaolevel .goodtime .bijiaolevelbox-bar {
  background: linear-gradient(left, #ffb032 9%, #ff0000 50%, #a90fcd 92%);
  background: -o-linear-gradient(left, #ffb032 9%, #ff0000 50%, #a90fcd 92%);
  background: -ms-linear-gradient(left, #ffb032 9%, #ff0000 50%, #a90fcd 92%);
  background: -moz-linear-gradient(left, #ffb032 9%, #ff0000 50%, #a90fcd 92%);
  background: -webkit-linear-gradient(left, #ffb032 9%, #ff0000 50%, #a90fcd 92%);
}
.bijiaolevel .goodtime .bijiaolevelbox-max {
  color: #a90fcd;
  transition-delay: 0.5s;
}
.bijiaolevel .goodtime::after {
  content: ' ';
  background-image: url("/image/catalog/product/charger/100198/lv7huojian.svg?20230525abc");
}
.bijiaolevel .besttime .bijiaolevelbox-bar {
  background: linear-gradient(left, #ffb032 9%, #ff0000 92%);
  background: -o-linear-gradient(left, #ffb032 9%, #ff0000 92%);
  background: -ms-linear-gradient(left, #ffb032 9%, #ff0000 92%);
  background: -moz-linear-gradient(left, #ffb032 9%, #ff0000 92%);
  background: -webkit-linear-gradient(left, #ffb032 9%, #ff0000 92%);
  transition-duration: 1s;
}
.bijiaolevel .besttime .bijiaolevelbox-max {
  color: #ff0000;
  transition-delay: 1s;
}
.bijiaolevel .besttime::after {
  content: ' ';
  background-image: url("/image/catalog/product/charger/100198/lv7tuzi.svg?20230525abc");
}
.bijiaolevel .weaktime .bijiaolevelbox-bar {
  background: linear-gradient(left, #ffffff 9%, #646464 92%);
  background: -o-linear-gradient(left, #ffffff 9%, #646464 92%);
  background: -ms-linear-gradient(left, #ffffff 9%, #646464 92%);
  background: -moz-linear-gradient(left, #ffffff 9%, #646464 92%);
  background: -webkit-linear-gradient(left, #ffffff 9%, #646464 92%);
  transition-duration: 2s;
}
.bijiaolevel .weaktime .bijiaolevelbox-max {
  color: #646464;
  transition-delay: 2s;
}
.bijiaolevel .weaktime::after {
  content: ' ';
  background-image: url("/image/catalog/product/charger/100198/lv7wugui.svg?20230525abc");
}
.bijiaolevel .bijiaolevelxian {
  height: 1px;
  box-shadow: 0 0.4px 0px #9a9a9a;
  width: 80%;
  margin: auto;
  font-size: 1vw;
  margin-bottom: 2.1em;
}
.bijiaolevel .features-middle,
.bijiaolevel .features-left,
.bijiaolevel .features-right,
.bijiaolevel .bijiaolevelcolor-nav-itembox,
.bijiaolevel .bijiaolevelcolor-nav-item {
  display: inline-block;
  vertical-align: middle;
}
.bijiaolevel .features-middle {
  font-size: 1em;
  width: 7em;
}
.bijiaolevel .features-item {
  padding-bottom: 2em;
  white-space: nowrap;
}
.bijiaolevel .features-left {
  width: 12em;
  text-align: right;
}
.bijiaolevel .jiangeda picture + picture {
  margin-left: 1em;
}
.bijiaolevel .features-right {
  width: calc( 100% - 18em );
  text-align: left;
}
.bijiaolevel .bijiaolevelcolor-nav-itembox {
  background: #353A40;
  border-radius: 0.5em;
  padding: 0 0.5em;
}
.bijiaolevel .pc-hide {
  display: none;
}
.bijiaolevel .w10 {
  width: 10vw;
}
.bijiaolevel .w40 {
  width: 19.23vw;
}
.bijiaolevel .w52 {
  width: 25vw;
}
.bijiaolevel .w27 {
  width: 8vw;
}
.bijiaolevel .w100 {
  width: 45vw;
}
.bijiaolevel .bijiaolevelbox-bar-item.active .bijiaolevelbox-bar {
  transform: scale(1, 1);
}
.bijiaolevel .bijiaolevelbox-bar-item.active .bijiaolevelbox-max {
  opacity: 1;
  transform: none;
  transition: opacity 0.8s 0.6s, transform 0.5s 0.6s;
}
.bijiaolevel .bijiaolevelbox-bar-item::after {
  width: 2em;
  height: 2em;
  display: block;
  right: calc(100% + 0.5em);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1080px) {
  .bijiaolevel .bijiaolevelbox {
    width: 80vw;
  }
  .bijiaolevel .featurebox .bijiaolevelbox-right {
    width: calc( 100% - 19em );
  }
  .bijiaolevel .featurebox img {
    height: 4vw;
    width: auto;
  }
  .bijiaolevel .featurebox .features-left {
    width: 8em;
  }
  .bijiaolevel .featurebox .features-right {
    width: calc( 100% - 15em );
  }
  .bijiaolevel .bijiaolevelbox-item {
    font-size: 1.5vw;
  }
  .bijiaolevel .bijiaolevelxian {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 735px) {
  .bijiaolevel .pc-hide {
    display: block;
  }
  .bijiaolevel .bijiaolevelbox {
    width: 100%;
  }
  .bijiaolevel .bijiaolevelbox-item {
    font-size: 2vw;
  }
  .bijiaolevel .bijiaolevelxian {
    font-size: 2vw;
  }
  .bijiaolevel .bijiaolevelbox-left {
    width: 100%;
    text-align: center;
    padding-bottom: 2em;
  }
  .bijiaolevel .bijiaolevelbox-right {
    width: 80%;
  }
  .bijiaolevel .bijiaolevelbox-right .bijiaolevelbox-txt {
    font-size: 1.8em;
  }
  .bijiaolevel .featurebox .bijiaolevelbox-right {
    width: 100%;
  }
  .bijiaolevel .featurebox .features-left {
    width: 20vw;
  }
  .bijiaolevel .featurebox .features-middle {
    width: 18vw;
  }
  .bijiaolevel .featurebox .features-right {
    width: 70vw;
  }
}
@media only screen and (max-width: 535px) {
  .bijiaolevel .bijiaolevelbox-right {
    width: 90%;
    margin-left: 8%;
  }
  .bijiaolevel .bijiaolevelbox-right .bijiaolevelbox-txt {
    font-size: 1.5em;
  }
  .bijiaolevel .bijiaolevelbox-item {
    font-size: 3.4vw;
  }
  .bijiaolevel .bijiaolevelxian {
    font-size: 3vw;
  }
  .bijiaolevel .featurebox img {
    height: 7vw;
  }
  .bijiaolevel .w30 {
    width: 25vw;
  }
  .bijiaolevel .w50 {
    width: 38vw;
  }
  .bijiaolevel .w27 {
    width: 20vw;
  }
  .bijiaolevel .w100 {
    width: 75vw;
  }
  .bijiaolevel .w10 {
    width: 20vw;
  }
  .bijiaolevel .w40 {
    width: 40vw;
  }
  .bijiaolevel .w52 {
    width: 50vw;
  }
}
.lv16 {
  background: #26343f;
}
.lv16 .lv16txtbox {
  position: absolute;
  left: 12%;
  width: 33%;
  top: 15%;
}
.lv16 .level-txt {
  width: 80%;
}
@media only screen and (max-width: 1380px) {
  .lv16 .lv16txtbox {
    position: absolute;
    left: 5%;
    width: 40%;
    top: 10%;
    border-radius: 4%;
    padding: 1.6%;
  }
}
@media only screen and (max-width: 1240px) {
  .lv16 .lv16img {
    width: 119vw;
  }
  .lv16 .lv16txtbox {
    position: absolute;
    left: 5%;
    width: 48%;
    top: 5%;
    border-radius: 4%;
    padding: 1.6%;
  }
}
@media only screen and (max-width: 735px) {
  .lv16 .lv16txtbox {
    position: absolute;
    left: 5%;
    width: 61%;
    top: 5%;
    border-radius: 4%;
    padding: 1.6%;
    text-shadow: 3px 3px 7px #0000007d;
  }
  .lv16 .lv16img {
    width: 178vw;
    margin-left: -38vw;
  }
}
@media only screen and (max-width: 535px) {
  .lv16 .lv16txtbox {
    position: relative;
    width: 90%;
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .lv16 .level-txt {
    width: 100%;
  }
  .lv16 .lv16img {
    margin-left: -50vw;
  }
}
.duochongbaohu {
  background-color: #000;
}
.duochongbaohu .duochongbaohutxtbox {
  width: 80%;
  margin: auto;
  text-align: center;
  padding: 4vw 0;
}
.duochongbaohu .fullbgimg {
  margin-top: -10vw;
  padding-bottom: 10vw;
}
.duochongbaohu .duochongbaohuchanpin-box {
  font-size: 0.8vw;
  position: absolute;
  height: 100%;
  width: 100%;
  top: -5%;
  left: 0;
  z-index: 10;
}
.duochongbaohu .duochongbaohuchanpinbg {
  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%);
}
.duochongbaohu .icon-img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 4.3em;
  height: 5.3em;
  margin-bottom: 1em;
}
.duochongbaohu .icon-txt {
  color: #899DB6;
}
.duochongbaohu .icon-item {
  font-size: 1vw;
  width: 10em;
}
.duochongbaohu .duochongbaohuiconbox {
  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;
}
@media only screen and (max-width: 1080px) {
  .duochongbaohu {
    padding-bottom: 40px;
  }
  .duochongbaohu .duochongbaohuiconbox {
    position: relative;
    width: 90%;
    margin: auto;
    left: initial;
    transform: none;
    white-space: initial;
    margin-top: -5vw;
  }
  .duochongbaohu .duochongbaohutxtbox {
    padding: 60px 0;
  }
  .duochongbaohu .icon-item {
    font-size: 1.6vw;
    width: 7em;
  }
  .duochongbaohu .fullbgimg {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 535px) {
  .duochongbaohu .duochongbaohuchanpin-box {
    font-size: 1.2vw;
    left: -6.3%;
  }
  .duochongbaohu .icon-item {
    font-size: 2.8vw;
    margin-bottom: 1em;
  }
  .duochongbaohu .fullbgimg {
    margin-top: -18vw;
    width: 154vw;
    margin-left: -23vw;
  }
  .duochongbaohu .duochongbaohuiconbox {
    margin-top: -10vw;
  }
}
.lvguang {
  background-image: url("/image/catalog/product/charger/100198/guang.png?20230619");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  mix-blend-mode: hard-light;
  height: 59%;
  width: 3%;
  position: absolute;
  top: 14.4%;
  left: 50.9%;
  opacity: 0;
  -webkit-animation: huxishan2 4s linear infinite;
  animation: huxishan2 4s linear infinite;
}
.lvguang2 {
  top: 12.4%;
  left: 70.6%;
}
.duochongbaohuicon1 {
  background-image: url("/image/catalog/product/charger/100198/icon/duanlu.png?20230619");
}
.duochongbaohuicon2 {
  background-image: url("/image/catalog/product/charger/100198/icon/guowen.png?20230619");
}
.duochongbaohuicon3 {
  background-image: url("/image/catalog/product/charger/100198/icon/dianya.png?20230619");
}
.duochongbaohuicon4 {
  background-image: url("/image/catalog/product/charger/100198/icon/guoshi.png?20230619");
}
.duochongbaohuicon5 {
  background-image: url("/image/catalog/product/charger/100198/icon/guoya.png?20230619");
}
.duochongbaohuicon6 {
  background-image: url("/image/catalog/product/charger/100198/icon/qianya.png?20230619");
}
.duochongbaohuicon7 {
  background-image: url("/image/catalog/product/charger/100198/icon/fanghuo.png?20230619");
}
@keyframes huxishan {
  0%,
  25%,
  100% {
    opacity: 0.25;
  }
  50%,
  75% {
    opacity: 0.75;
  }
}
@keyframes huxishan2 {
  0%,
  25%,
  100% {
    opacity: 0.2;
  }
  50%,
  75% {
    opacity: 1;
  }
}
.tongbuzhengliu .tongbuzhengliutxtbox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
  width: 40%;
}
.tongbuzhengliu .fullbgimg {
  height: 100vh;
  min-height: 45vw;
  max-height: 100vw;
}
.tongbuzhengliu .fullvideo {
  height: 100%;
  width: auto;
}
@media only screen and (max-width: 1240px) {
  .tongbuzhengliu .tongbuzhengliutxtbox {
    width: 50%;
  }
}
@media only screen and (max-width: 735px) {
  .tongbuzhengliu .tongbuzhengliutxtbox {
    width: 70%;
  }
}
@media only screen and (max-width: 535px) {
  .tongbuzhengliu .tongbuzhengliutxtbox {
    width: 80%;
  }
  .tongbuzhengliu .fullbgimg {
    max-height: 181vw;
  }
}
.diannaokongzhi {
  background-color: #010101;
}
.diannaokongzhi .fullbgtextbox {
  width: 60vw;
  text-align: center;
  margin: auto;
  margin-top: -5vw;
  padding-bottom: 6%;
}
@media only screen and (max-width: 1460px) {
  .diannaokongzhi .fullbgtextbox {
    width: 65vw;
  }
}
@media only screen and (max-width: 1240px) {
  .diannaokongzhi .fullbgtextbox {
    width: 70vw;
  }
  .diannaokongzhi .fullbgimg {
    width: 120vw;
    margin-left: -10vw;
  }
}
@media only screen and (max-width: 1080px) {
  .diannaokongzhi .fullbgimg {
    width: 140vw;
    margin-left: -20vw;
  }
}
@media only screen and (max-width: 998px) {
  .diannaokongzhi .fullbgtextbox {
    width: 80vw;
  }
}
@media only screen and (max-width: 735px) {
  .diannaokongzhi .fullbgimg {
    width: 160vw;
    margin-left: -30vw;
  }
}
@media only screen and (max-width: 535px) {
  .diannaokongzhi .fullbgimg {
    width: 180vw;
    margin-left: -40vw;
  }
  .diannaokongzhi .fullbgtextbox {
    width: 90vw;
  }
}
.gujianshengji {
  background-color: #000;
}
.gujianshengji .fullbgtextbox {
  position: absolute;
  width: 50%;
  left: 47%;
  top: 3%;
  text-align: left;
  background: #000000a3;
  padding: 2%;
  border-radius: 1vw;
}
@media only screen and (max-width: 1380px) {
  .gujianshengji .fullbgimg {
    width: 124vw;
    margin-left: -12vw;
  }
}
@media only screen and (max-width: 1240px) {
  .gujianshengji .fullbgimg {
    width: 130vw;
    margin-left: -15vw;
  }
}
@media only screen and (max-width: 1080px) {
  .gujianshengji .fullbgimg {
    width: 140vw;
    margin-left: -20vw;
  }
  .gujianshengji .fullbgtextbox {
    width: 60vw;
    left: 36%;
    top: 2%;
  }
}
@media only screen and (max-width: 998px) {
  .gujianshengji .fullbgimg {
    width: 163vw;
    margin-left: -33vw;
  }
}
@media only screen and (max-width: 735px) {
  .gujianshengji .fullbgtextbox {
    position: relative;
    left: initial;
    top: initial;
    margin: auto;
    width: 90%;
    background-color: transparent;
  }
}
@media only screen and (max-width: 535px) {
  .gujianshengji .gujianshengjiimg {
    height: 70vw;
    background-position: center;
  }
}
.renzheng .renzhengtxtbox {
  width: 40%;
  padding: 2% 3%;
  background: #0000008c;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 50%;
  border-radius: 2vw;
}
.renzheng .renzhengtxt {
  font-size: 2.5vw;
  padding-top: 5.5%;
}
.renzheng .renzhengtxt i + i {
  margin-left: 0.5em;
}
@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 .renzhengtxtbox {
    width: 80%;
  }
  .renzheng .renzhengtxt {
    font-size: 6vw;
  }
}
</pre></body></html>