<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.7152vw;
}
.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.2vw;
  }
}
@media only screen and (max-width: 1380px) {
  .f-size-80 {
    font-size: 4.525vw;
  }
  .f-size-72 {
    font-size: 3.7vw;
  }
  .f-size-20 {
    font-size: 1.4vw;
  }
}
@media only screen and (max-width: 1240px) {
  .f-size-80 {
    font-size: 4.725vw;
  }
  .f-size-72 {
    font-size: 4vw;
  }
  .f-size-20 {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 1180px) {
  .f-size-72 {
    font-size: 5vw;
  }
}
@media only screen and (max-width: 1080px) {
  .f-size-80 {
    font-size: 5.825vw;
  }
  .f-size-72 {
    font-size: 5.5vw;
  }
  .f-size-20 {
    font-size: 1.8vw;
  }
}
@media only screen and (max-width: 735px) {
  .f-size-80 {
    font-size: 7.825vw;
  }
  .f-size-72 {
    font-size: 6vw;
  }
  .f-size-20 {
    font-size: 2.3vw;
  }
}
@media only screen and (max-width: 580px) {
  .f-size-80 {
    font-size: 7.4vw;
  }
  .f-size-72 {
    font-size: 7.4vw;
  }
  .f-size-20 {
    font-size: 4.11vw;
  }
}
@media only screen and (max-width: 375px) {
  .f-size-80 {
    font-size: 7.5vw;
  }
  .f-size-72 {
    font-size: 7.4vw;
  }
  .f-size-20 {
    font-size: 4.11vw;
  }
}
.zh .level-txt {
  line-height: 1.5;
}
.level-txt-list {
  margin-bottom: 0.5em;
}
.level-tit {
  margin-bottom: 0.25em;
}
.level-txt {
  margin-bottom: 0.5em;
}
.level-video video,
.bg-video video {
  width: 100%;
}
.theme-txt {
  -webkit-mask-image: linear-gradient(to right, #48ffb0, #48EDFF, #65A0E2);
  background-image: linear-gradient(to right, #48ffb0, #48EDFF, #65A0E2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.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;
}
.theme-blue-txt {
  color: #2F354D;
}
.theme-green-txt {
  color: #00ba71;
}
.theme-green2-txt {
  color: #89ffbb;
}
.theme-gray-txt {
  color: #bfc7d1;
}
.txt-white {
  color: #cecece !important;
}
.fullimg .level-container {
  z-index: 2;
}
.fullimg .fullimgbg {
  z-index: 1;
}
.level-tit,
.level-txt,
.level-fullimgbg,
.level-btn {
  transition: -webkit-transform 0.6s, opacity 1.2s, visibility 0.1s;
  transition: transform 0.6s, opacity 1.2s, visibility 0.1s;
}
.level-tit,
.level-txt,
.level-fullimgbg,
.level-btn {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.level-txt {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.level-fullimgbg {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.level-btn {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.m-level.active .level-tit,
.fullpage-in .fullpage-item-show .level-tit,
.lv2-imgtxt-item .active .level-tit,
.lv2-video-item .active .level-tit,
.m-level.active .level-txt,
.fullpage-in .fullpage-item-show .level-txt,
.lv2-imgtxt-item .active .level-txt,
.lv2-video-item .active .level-txt,
.m-level.active .level-fullimgbg,
.fullpage-in .fullpage-item-show .level-fullimgbg,
.lv2-imgtxt-item .active .level-fullimgbg,
.lv2-video-item .active .level-fullimgbg,
.m-level.active .level-btn,
.fullpage-in .fullpage-item-show .level-btn,
.lv2-imgtxt-item .active .level-btn,
.lv2-video-item .active .level-btn {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.fullpage-top .level-tit {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.fullpage-top .level-txt {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.fullpage-in .fullpage-item-prev .level-tit,
.fullpage-in .fullpage-item-prev .level-txt,
.fullpage-in .fullpage-item-prev .level-fullimgbg {
  opacity: 1;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
.fullpage-bottom .fullpage-item-show .level-tit,
.fullpage-bottom .fullpage-item-show .level-txt {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.fullvideo {
  width: auto;
  height: auto;
  max-height: 300vh;
  max-width: 900vw;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-aspect-ratio: 1920/940) {
  .fullvideo {
    width: auto !important;
    height: 100vh !important;
  }
}
@media screen and (min-aspect-ratio: 1920/940) {
  .fullvideo {
    width: 100% !important;
  }
}
@media screen and (max-aspect-ratio: 1920/940) {
  .fullvideo {
    min-width: 100%;
  }
}
#imgbox {
  height: 0;
  overflow: hidden;
}
.bantoumingdi {
  background: rgba(0, 0, 0, 0.5);
  padding: 1em;
  border-radius: 1em;
}
.huxishan {
  -webkit-animation: huxishan 2s linear  infinite;
  animation: huxishan 2s linear  infinite;
}
@keyframes huxishan {
  0%,
  25%,
  100% {
    opacity: 0.3;
  }
  50%,
  75% {
    opacity: 1;
  }
}
.lv1 {
  overflow: hidden;
  height: 100vh;
}
.lv1 [class*="lv1bg-"] {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  position: absolute;
  transition: 0.3s linear 1s;
  transform: scale(1.1, 1.1);
}
.lv1 .swiper-slide-active [class*="lv1bg-"],
.lv1 .swiper-slide-duplicate-active [class*="lv1bg-"] {
  transition: 6s linear;
  transform: scale(1, 1);
}
.lv1 .u-btn.guang-scale {
  font-size: 0.9vw;
  padding: 0.2em 0.5em 0.1em 1.45em;
  border-radius: 2.3em;
}
.lv1 .lv1tit2 {
  font-size: 0.5em;
  margin-bottom: 0.2em;
}
.lv1 .lv1tit-cn {
  padding-right: 4em;
}
.lv1 .productName {
  width: 9em;
  display: inline-block;
  margin-bottom: 0.2em;
}
.lv1 .lv1floor {
  background-image: url("/image/catalog/product/charger/100220/lv1-floor.png");
  background-size: cover;
  background-position: bottom center;
  position: absolute;
  width: 100%;
  height: 100vh;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.lv1 .lv1device {
  -webkit-mask-image: url("/image/catalog/product/charger/100220/lv1-device.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
  z-index: 10;
  font-size: 0;
  width: calc(30vw + 63vh);
}
.lv1 .lv1box {
  position: absolute;
  right: 56%;
  top: calc(86px + 3.5%);
  color: #fff;
  z-index: 10;
  font-size: calc(3.1vw + 1.5vh);
  font-weight: bold;
  transform: translateX(50%);
  filter: drop-shadow(2px 4px 32px black);
}
.lv1 .lv1box .lv1tit {
  font-size: 0.7em;
}
.lv1 .lv1box.cn .lv1tit {
  font-size: 1em;
}
.lv1 .lv1btn {
  font-weight: 400;
}
@media only screen and (min-width: 2100px) {
  .lv1 .lv1box {
    font-size: 10vh;
  }
}
@media only screen and (max-width: 1680px) {
  .lv1 .lv1box {
    font-size: calc(3.1vw + 2.9vh);
  }
  .lv1 .u-btn.guang-scale {
    font-size: 1.3vw;
  }
}
@media only screen and (max-width: 1380px) {
  .lv1 .lv1box {
    right: 51%;
    font-size: calc(4.1vw + 2.5vh);
  }
  .lv1 .u-btn.guang-scale {
    font-size: 1.8vw;
  }
}
@media only screen and (max-width: 1080px) {
  .lv1 .lv1box {
    width: 64%;
    top: calc(86px + 9.5vh);
  }
  .lv1 .u-btn.guang-scale {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 998px) {
  .lv1,
  .lv1 .lv1floor,
  .lv1 [class*="lv1bg-"] {
    height: calc(100vh - 50px);
  }
  .lv1 [class*="lv1bg-"] {
    background-position: left center!important;
  }
  .lv1 .lv1box .cn {
    font-size: calc(5.1vw + 4.5vh);
  }
  .lv1 .u-btn.guang-scale {
    font-size: 2.9vw;
  }
  .lv1 .lv1tit-cn {
    padding-right: 2em;
  }
}
@media only screen and (max-width: 580px) {
  .lv1 .lv1box {
    font-size: calc(4.1vw + 2.5vh);
    width: 79%;
    top: calc(86px + 8vh);
  }
  .lv1 .lv1box .lv1tit {
    font-size: 0.9em;
  }
  .lv1 .lv1box.cn {
    font-size: calc(7.1vw + 3vh);
  }
  .lv1 .lv1tit-cn {
    padding-right: 0;
  }
  .lv1 .lv1bg-1 {
    background-position: 20% center !important;
  }
  .lv1 .lv1bg-2 {
    background-position: 50% center !important;
  }
  .lv1 .lv1bg-3 {
    background-position: 37%  0 !important;
  }
  .lv1 .lv1bg-4 {
    background-position: 29%  top !important;
  }
}
.lv1bg-1 {
  background-image: url("/image/catalog/product/charger/100220/lv1slide/1.jpg");
  background-position: 50% center !important;
}
.lv1bg-2 {
  background-image: url("/image/catalog/product/charger/100220/lv1slide/2.jpg");
}
.lv1bg-3 {
  background-image: url("/image/catalog/product/charger/100220/lv1slide/3.jpg");
}
.lv1bg-4 {
  background-image: url("/image/catalog/product/charger/100220/lv1slide/4.jpg");
}
.lv2 {
  background-color: #010101;
}
.lv2 .lv2bigtxt {
  margin-top: 2em;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2;
}
.lv2 .lv2txt {
  width: 60%;
  text-align: center;
  margin: 0 auto;
  padding-top: calc(60px + 3vw);
}
.lv2 .lv2titimg {
  width: 7.5em;
  margin: 0.8em auto;
}
.lv2 .lv2img {
  margin-top: -6vw;
}
@media only screen and (max-width: 735px) {
  .lv2 .lv2txt {
    width: 70%;
  }
  .lv2 .lv2img {
    width: 130vw;
    margin-left: -15vw;
  }
}
@media only screen and (max-width: 580px) {
  .lv2 .lv2txt {
    width: 85%;
  }
  .lv2 .lv2img {
    width: 140vw;
    margin-left: -20vw;
  }
}
.lv3 {
  background-color: #000000;
}
.lv3 .lv3imgbox {
  width: 100vw;
  position: relative;
}
.lv3 [class^="lv3bg-"] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  padding-bottom: 60.4%;
}
.lv3 .lv3txt {
  width: 50%;
  margin: 0 auto;
  padding-bottom: calc(60px + 3vw);
}
.lv3 .fullbgtextbox {
  margin-top: -17vw;
}
.lv3 .lv3canvas {
  position: absolute;
  top: 44.5%;
  left: 24.36%;
  z-index: 10;
  mix-blend-mode: lighten;
  width: 25.7%;
}
.lv3 .lv3canvas canvas {
  width: 100%;
}
@media only screen and (max-width: 1240px) {
  .lv3 .fullbgtextbox {
    margin-top: -6vw;
  }
  .lv3 .lv3txt {
    width: 60%;
  }
}
@media only screen and (max-width: 1080px) {
  .lv3 .fullbgtextbox {
    margin-top: -2vw;
  }
  .lv3 .lv3txt {
    width: 65%;
  }
}
@media only screen and (max-width: 1025px) {
  .lv3 .lv3imgbox {
    width: 100vw;
  }
}
@media only screen and (max-width: 998px) {
  .lv3 .lv3imgbox {
    width: 110vw;
  }
}
@media only screen and (max-width: 769px) {
  .lv3 .lv3imgbox {
    width: 110vw;
  }
}
@media only screen and (max-width: 580px) {
  .lv3 .lv3imgbox {
    width: 130vw;
  }
  .lv3 .fullbgtextbox {
    margin-top: 0;
  }
  .lv3 .lv3txt {
    width: 85%;
    padding-bottom: 40px;
  }
}
.lv3bg-1 {
  background-image: url("/image/catalog/product/charger/100220/lv3slide/1.jpg");
}
.lv3bg-2 {
  background-image: url("/image/catalog/product/charger/100220/lv3slide/2.jpg");
}
.lv3bg-3 {
  background-image: url("/image/catalog/product/charger/100220/lv3slide/3.jpg");
}
.lv3bg-4 {
  background-image: url("/image/catalog/product/charger/100220/lv3slide/4.jpg");
}
.lv4 {
  background-color: #000000;
}
.lv4 .fullbgtextbox {
  position: initial;
}
.lv4 .lv4img {
  position: relative;
}
.lv4 .lv4canvas {
  position: absolute;
  top: 40.08%;
  left: 53.04%;
  z-index: 10;
  mix-blend-mode: lighten;
  width: 21.36%;
}
.lv4 .lv4canvas canvas {
  width: 100%;
}
.lv4 .level-tit {
  position: absolute;
  top: 7%;
  right: 48%;
  z-index: 10;
}
.lv4 .level-txt {
  position: absolute;
  bottom: 1%;
  z-index: 10;
  width: 37%;
  left: 51%;
}
.lv4 .level-txt .txt-red {
  font-size: 1em;
  font-weight: bold;
}
.lv4 .level-txt .lv4Warning {
  font-size: 0.75em;
}
@media only screen and (max-width: 1681px) {
  .lv4 .level-txt {
    bottom: 1%;
    z-index: 10;
    width: 45%;
    left: 51%;
  }
}
@media only screen and (max-width: 1380px) {
  .lv4 .level-txt,
  .lv4 .level-tit {
    position: initial;
  }
  .lv4 .level-txt {
    width: 46%;
  }
  .lv4 .lv4txt {
    margin-left: 5%;
  }
  .lv4 .lv4img {
    margin-top: -23vw;
  }
  .lv4 .fullbgtextbox {
    position: relative;
  }
}
@media only screen and (max-width: 1080px) {
  .lv4 .level-txt {
    width: 80%;
  }
  .lv4 .lv4img {
    margin-top: -5vw;
  }
}
@media only screen and (max-width: 998px) {
  .lv4 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 769px) {
  .lv4 .level-txt {
    width: 100%;
  }
  .lv4 .lv4txt {
    width: 90%;
    margin: auto;
  }
  .lv4 .lv4img {
    width: 120vw;
    margin-left: -10vw;
  }
}
@media only screen and (max-width: 580px) {
  .lv4 .lv4img {
    width: 150vw;
    margin-top: 0;
    margin-left: -13vw;
  }
}
.lv5 {
  background-color: #000000;
  position: relative;
}
.lv5 .fullbgtextbox {
  position: initial;
}
.lv5 .lv5txt {
  text-align: center;
}
.lv5 .level-tit {
  position: absolute;
  left: 20%;
  top: 0%;
  padding-top: 6vw;
  z-index: 10;
  width: 60vw;
}
.lv5 .level-txt {
  position: absolute;
  bottom: 5%;
  width: 37%;
  left: 57%;
  z-index: 10;
  text-align: left;
}
.lv5 .level-txt .level-txt-list-big {
  font-size: 1.2em;
  font-weight: bold;
  color: #72EDF5;
  display: block;
}
.lv5 [class^="lv5tit"] {
  display: none;
}
.lv5 [class^="lv5tit"].active {
  display: block;
}
.lv5 [class^="lv5img-"] {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 64.1%;
}
.lv5 .lv5imgbox {
  margin-top: -4vw;
  position: relative;
}
.lv5 .lv5imgbox .lv5zezao {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
@media only screen and (max-width: 1380px) {
  .lv5 .level-tit,
  .lv5 .level-txt {
    position: initial;
    margin: 0 auto;
    width: 100%;
  }
  .lv5 .lv5txt {
    width: 60%;
    margin: 0 auto;
  }
  .lv5 .level-txt {
    margin-top: 2em;
  }
  .lv5 .level-txt .level-txt-list-big {
    display: inline-block;
  }
  .lv5 .fullbgtextbox {
    position: relative;
  }
  .lv5 .lv5imgbox {
    margin-top: -20vw;
  }
}
@media only screen and (max-width: 1025px) {
  .lv5 .level-txt {
    width: 100%;
  }
  .lv5 .lv5txt {
    width: 80%;
    margin: auto;
    text-align: left;
  }
  .lv5 .lv5imgbox {
    width: 120vw;
    margin-left: -1vw;
    margin-top: -20vw;
  }
}
@media only screen and (max-width: 769px) {
  .lv5 .lv5txt {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 580px) {
  .lv5 .lv5imgbox {
    width: 156vw;
    margin-left: -12vw;
    margin-top: -20vw;
  }
}
.lv5img-1 {
  background-image: url("/image/catalog/product/charger/100220/5-mode-f.jpg");
}
.lv5img-2 {
  background-image: url("/image/catalog/product/charger/100220/5-mode-b.jpg");
}
.lv5img-3 {
  background-image: url("/image/catalog/product/charger/100220/5-mode-s.jpg");
}
.lv6 {
  background-color: #000000;
  overflow: hidden;
}
.lv6 .lv6txt {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding-top: 6vw;
  z-index: 10;
  position: relative;
}
.lv6 .lv6imgbox {
  margin-top: -13vw;
}
.lv6 .lv6list {
  border-radius: 1em;
  width: 25vw;
  height: 18vw;
  padding: 2vw 1vw;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background: linear-gradient(top, #1e2029 7%, #000000 100%);
  background: -o-linear-gradient(top, #1e2029 7%, #000000 100%);
  background: -ms-linear-gradient(top, #1e2029 7%, #000000 100%);
  background: -moz-linear-gradient(top, #1e2029 7%, #000000 100%);
  background: -webkit-linear-gradient(top, #1e2029 7%, #000000 100%);
}
.lv6 .lv6list .lv6list-tit {
  font-size: 1.2em;
  font-weight: bold;
}
.lv6 .lv6list .lv6list-txt {
  margin-top: 1em;
}
.lv6 .lv6swiperBox {
  overflow: hidden;
  margin-top: -21.4vw;
  padding-bottom: 60px;
}
.lv6 .lv6swiperBox .swiper-pagination-bullet {
  width: 20px;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
}
.lv6 .lv6swiperBox .swiper-slide {
  transition: opacity 0.2s;
}
.lv6 .lv6swiperBox .swiper-slide-active .lv2ledlist-bg {
  background-color: rgba(19, 23, 32, 0.7);
  -webkit-transition: background-color 0.3s cubic-bezier(0.28, 0.11, 0.32, 1) 100ms;
  transition: background-color 0.3s cubic-bezier(0.28, 0.11, 0.32, 1) 100ms;
}
.lv6 .lv6swiperBox .swiper-slide-active .lv2ledlist-ledbox,
.lv6 .lv6swiperBox .swiper-slide-active .lv2ledlist-bigtxt,
.lv6 .lv6swiperBox .swiper-slide-active .lv2ledlist-mintxt {
  opacity: 1;
}
.lv6 .lv6-swiper {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.3s cubic-bezier(0.28, 0.11, 0.32, 1) 100ms, transform 0.3s cubic-bezier(0.28, 0.11, 0.32, 1) 100ms;
  transition-delay: 100ms;
}
.lv6 .lv6-swiper.active {
  opacity: 1;
  transform: translateY(0);
}
.lv6 .lv6features {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 31.6%;
  width: 22%;
  height: 24%;
  overflow: hidden;
  font-size: 0;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.28, 0.11, 0.32, 1) 100ms, transform 0.3s cubic-bezier(0.28, 0.11, 0.32, 1) 100ms;
  transition-delay: 100ms;
}
.lv6 .lv6features.active {
  opacity: 1;
}
.lv6 .lv6features-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.28, 0.11, 0.32, 1) 100ms;
  transition-delay: 100ms;
}
.lv6 .lv6features-list.active {
  opacity: 1;
}
@media only screen and (max-width: 1025px) {
  .lv6 .lv6txt {
    width: 75%;
  }
  .lv6 .lv6list {
    width: 49vw;
    height: 23vw;
    padding: 3vw 3vw;
  }
  .lv6 .lv6imgbox {
    width: 122vw;
    margin-left: -11vw;
  }
}
@media only screen and (max-width: 580px) {
  .lv6 .lv6txt {
    width: 85%;
    margin: 0 auto;
    text-align: center;
    padding-top: 6vw;
    z-index: 10;
    position: relative;
  }
  .lv6 .lv6imgbox {
    width: 160vw;
    margin-left: -30vw;
  }
  .lv6 .lv6swiperBox {
    margin-top: -31.4vw;
    padding-bottom: 60px;
  }
  .lv6 .lv6list {
    width: 74vw;
    height: 63vw;
    padding: 5vw 4vw;
  }
}
.lv7 {
  background-color: #000000;
}
.lv7 .lv7txt-listbox {
  margin-bottom: 1em;
}
.lv7 .lv7txt-list {
  display: inline-block;
}
.lv7 .lv7txt-list + .lv7txt-list {
  margin-left: 2em;
}
.lv7 .lv7txt-list-tit {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1;
  -webkit-mask-image: linear-gradient(118deg, #48EDFF 5%, #F6C1A8, #cd23dd);
  background-image: linear-gradient(118deg, #48EDFF 5%, #F6C1A8, #cd23dd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.lv7 .lv7txt-list-tit .lv7txt-list-tit-big {
  font-size: 2.5em;
}
.lv7 .lv7img {
  margin-top: -7vw;
}
.lv7 .fullbgtextbox {
  position: absolute;
  width: 47%;
  left: 50%;
  top: 10%;
}
@media only screen and (max-width: 1681px) {
  .lv7 .fullbgtextbox {
    top: 6%;
  }
}
@media only screen and (max-width: 1380px) {
  .lv7 .lv7img {
    width: 126vw;
    margin-left: -15vw;
  }
}
@media only screen and (max-width: 1180px) {
  .lv7 .lv7img {
    width: 120vw;
    margin-left: -10vw;
  }
  .lv7 .fullbgtextbox {
    position: relative;
    width: 100%;
    left: initial;
    top: initial;
  }
  .lv7 .lv7txt {
    width: 70%;
    margin: 0 auto;
    padding-top: 4%;
  }
}
@media only screen and (max-width: 580px) {
  .lv7 .lv7txt {
    width: 90%;
  }
  .lv7 .lv7txt-listbox {
    font-size: 0.8em;
    margin-top: 1em;
  }
  .lv7 .lv7img {
    width: 163vw;
    margin-left: -21vw;
  }
}
.lv8 {
  background-color: #111119;
}
.lv8 .fullbgtextbox {
  position: initial;
}
.lv8 .level-tit {
  position: absolute;
  right: 66%;
  top: 0%;
  padding-top: 4vw;
  z-index: 10;
  width: 60vw;
  text-align: right;
}
.lv8 .level-txt {
  position: absolute;
  bottom: 2%;
  width: 40%;
  z-index: 10;
  left: 30%;
  text-align: center;
}
.lv8 .lv8img {
  width: 108vw;
  margin-top: -17vw;
}
@media only screen and (max-width: 1380px) {
  .lv8 .level-txt {
    width: 50%;
    left: 25%;
  }
  .lv8 .lv8img {
    width: 113vw;
    margin-top: -17vw;
  }
}
@media only screen and (max-width: 1240px) {
  .lv8 .level-txt {
    width: 68%;
    left: 17%;
  }
}
@media only screen and (max-width: 1080px) {
  .lv8 .level-tit {
    position: initial;
    right: inherit;
    top: inherit;
    padding-top: inherit;
    width: 100%;
    text-align: center;
  }
  .lv8 .level-tit br {
    display: none;
  }
  .lv8 .level-txt {
    position: initial;
    left: inherit;
    width: 100%;
  }
  .lv8 .fullbgtextbox {
    position: relative;
  }
  .lv8 .lv8txt {
    width: 64vw;
    margin: auto;
    padding: 32px;
  }
  .lv8 .lv8img {
    width: 100vw;
  }
}
@media only screen and (max-width: 1025px) {
  .lv8 .lv8txt {
    width: 70vw;
  }
  .lv8 .lv8img {
    width: 130vw;
    margin-left: -15vw;
  }
}
@media only screen and (max-width: 580px) {
  .lv8 .lv8txt {
    width: 90vw;
  }
  .lv8 .lv8img {
    width: 180vw;
    margin-left: -40vw;
    margin-top: -22vw;
  }
}
.lv9 {
  background-color: #000000;
}
.lv9 .lv9txt {
  width: 52%;
  padding-top: 6vw;
  margin-left: 42%;
}
.lv9 .lv9txt .level-txt {
  width: 80%;
}
.lv9 .lv9img {
  margin-top: -23vw;
  margin-bottom: -1vw;
}
.lv9 .black-guodu {
  height: 50%;
}
.lv9 .learnMore {
  position: absolute;
  left: 17%;
  bottom: 7%;
}
.lv9 .learnMore a {
  color: #008fff;
}
.lv9 .learnMore .i {
  vertical-align: baseline;
}
.lv9 .learnMore span {
  display: block;
  margin-bottom: 0.2em;
}
@media only screen and (max-width: 1080px) {
  .lv9 .lv9txt {
    width: 77vw;
    padding-top: 6vw;
    margin: 0 auto;
  }
  .lv9 .lv9img {
    margin-top: 0;
    width: 124vw;
  }
  .lv9 .black-guodu {
    display: block;
    height: 80%;
  }
}
@media only screen and (max-width: 769px) {
  .lv9 .lv9img {
    margin-top: 0;
  }
}
@media only screen and (max-width: 580px) {
  .lv9 .lv9txt {
    width: 86%;
    padding: 60px 0 0;
  }
  .lv9 .lv9txt .level-txt {
    width: 100%;
  }
  .lv9 .lv9img {
    width: 173vw;
    margin-left: -16vw;
  }
  .lv9 .learnMore {
    left: 4%;
    bottom: 5%;
  }
}
.pfc {
  background: #000;
}
.pfc .inner-box {
  padding: 18% 5% 6%;
}
.pfc .level-txt {
  padding-bottom: 7%;
}
.pfc .pfc-bar {
  -webkit-transition: width 1.5s cubic-bezier(0.82, 0.04, 0.86, 0.85);
  -o-transition: width 1.5s cubic-bezier(0.82, 0.04, 0.86, 0.85);
  -ms-transition: width 1.5s cubic-bezier(0.82, 0.04, 0.86, 0.85);
  -moz-transition: width 1.5s cubic-bezier(0.82, 0.04, 0.86, 0.85);
  transition: width 1.5s cubic-bezier(0.82, 0.04, 0.86, 0.85);
  height: 0.75em;
  width: 0%;
  margin-bottom: 2.5em;
  border-radius: 0.5em;
}
.pfc .pfc-bar-txt {
  position: absolute;
  left: calc(100% + 15px);
  font-size: 2.6em;
  bottom: -0.223em;
  font-weight: bold;
  color: #fff;
  transform: translateX(-15px);
  opacity: 0;
  -webkit-transition: transform .3s cubic-bezier(0.04, 0.87, 0.82, 1),opacity .3s linear;
  -o-transition: transform .3s cubic-bezier(0.04, 0.87, 0.82, 1),opacity .3s linear;
  -ms-transition: transform .3s cubic-bezier(0.04, 0.87, 0.82, 1),opacity .3s linear;
  -moz-transition: transform .3s cubic-bezier(0.04, 0.87, 0.82, 1),opacity .3s linear;
  transition: transform .3s cubic-bezier(0.04, 0.87, 0.82, 1),opacity .3s linear;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  -ms-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.pfc p {
  color: #7e7e7e;
  padding-bottom: 0.9em;
  opacity: 0;
  -webkit-transition: transform 0.3s cubic-bezier(0.04, 0.87, 0.82, 1) opacity 0.3s linear;
  -o-transition: transform 0.3s cubic-bezier(0.04, 0.87, 0.82, 1) opacity 0.3s linear;
  -ms-transition: transform 0.3s cubic-bezier(0.04, 0.87, 0.82, 1) opacity 0.3s linear;
  -moz-transition: transform 0.3s cubic-bezier(0.04, 0.87, 0.82, 1) opacity 0.3s linear;
  transition: transform 0.3s cubic-bezier(0.04, 0.87, 0.82, 1) opacity 0.3s linear;
}
.pfc .xiantiao {
  width: 800px;
  max-width: 70%;
  font-size: 20px;
  padding-top: 4em;
  border-top: 1px solid #333;
}
.pfc .xiantiao + .xiantiao {
  margin-top: 4em;
}
.pfc .xiantiao.active .w70 {
  width: 70%;
}
.pfc .xiantiao.active .w93 {
  width: 93%;
}
.pfc .xiantiao.active .w100 {
  width: 100%;
}
.pfc .xiantiao.active .pfc-bar {
  width: 100%;
}
.pfc .xiantiao.active .pfc-bar-txt {
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.pfc .xiantiao.active p {
  opacity: 1;
}
.pfc .xiantiao.last-child {
  margin-bottom: 5em;
}
.pfc .pfc-bar-box {
  position: relative;
}
.pfc .xiantiao-title {
  margin-bottom: 1em;
  font-size: 1.7em;
}
.pfc .bar1 .pfc-bar {
  border-radius: 12px;
  background: linear-gradient(left, #00ffef, #1852FC 70%, #ea12c6 100%);
  background: -o-linear-gradient(left, #00ffef, #1852FC 70%, #ea12c6 100%);
  background: -ms-linear-gradient(left, #00ffef, #1852FC 70%, #ea12c6 100%);
  background: -moz-linear-gradient(left, #00ffef, #1852FC 70%, #ea12c6 100%);
  background: -webkit-linear-gradient(left, #00ffef, #1852FC 70%, #ea12c6 100%);
}
.pfc .bar1 .pfc-bar-txt {
  color: #ea12c6;
}
.pfc .bar2 .pfc-bar {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.pfc .bar2 .pfc-bar-txt {
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  -ms-transition-delay: 2s;
  -moz-transition-delay: 2s;
  transition-delay: 2s;
  color: #1852FC;
}
.pfc .bar2 p {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.pfc .bar2 .pfc-bar {
  background: linear-gradient(left, #00ffef, #625ae1 100%);
  background: -o-linear-gradient(left, #00ffef, #625ae1 100%);
  background: -ms-linear-gradient(left, #00ffef, #625ae1 100%);
  background: -moz-linear-gradient(left, #00ffef, #625ae1 100%);
  background: -webkit-linear-gradient(left, #00ffef, #625ae1 100%);
}
.pfc .xiantiao2 .bar2 .pfc-bar-txt {
  color: #BF56FE;
}
.pfc .xiantiao2 .bar2 .pfc-bar {
  background: linear-gradient(left, #00ffef, #1852FC 85%, #BF56FE 100%);
  background: -o-linear-gradient(left, #00ffef, #1852FC 85%, #BF56FE 100%);
  background: -ms-linear-gradient(left, #00ffef, #1852FC 85%, #BF56FE 100%);
  background: -moz-linear-gradient(left, #00ffef, #1852FC 85%, #BF56FE 100%);
  background: -webkit-linear-gradient(left, #00ffef, #1852FC 85%, #BF56FE 100%);
}
@media only screen and (max-width: 580px) {
  .pfc .xiantiao {
    font-size: 3vw;
  }
}
.lv11 {
  background-color: #111;
  padding: 2vw 0 6vw;
}
.lv11 .lv11txt {
  text-align: center;
  padding: 3vw 0 2vw;
}
.lv11 .lv11canvasitem {
  position: absolute;
  z-index: 10;
  top: 10%;
  left: 10%;
  opacity: 0;
}
.lv11 .lv11canvasitem.active {
  opacity: 1;
}
.lv11 .lv11FeatureCardBox {
  width: 70vw;
  margin: auto;
}
.lv11 #lv11windcanvas {
  top: 63.1%;
  left: 0;
  width: 64.5%;
}
.lv11 #lv11fancanvas {
  width: 50%;
  left: 24.4%;
  top: 20%;
}
.lv11 #lv11tishoucanvas {
  width: 89.6%;
  left: 0;
  top: 7.6%;
}
@media only screen and (max-width: 1360px) {
  .lv11 .lv11FeatureCardBox {
    width: 85vw;
  }
}
@media only screen and (max-width: 1024px) {
  .lv11 .lv11FeatureCardBox {
    width: 90vw;
  }
}
@media only screen and (max-width: 580px) {
  .lv11 .lv11txt {
    padding: 30px 0 20px;
  }
  .lv11 .feature-card .feature-card-canvasbox .feature-card-canvasbox-container {
    width: 140%;
  }
}
.lv12 {
  background-color: #000;
}
.lv12 .lv12txt {
  width: 52%;
  padding-bottom: 6vw;
  margin: auto;
  margin-top: -20vw;
}
@media only screen and (max-width: 1080px) {
  .lv12 .lv12img {
    width: 119vw;
    margin-left: -9vw;
  }
  .lv12 .lv12txt {
    width: 74%;
  }
}
@media only screen and (max-width: 769px) {
  .lv12 .lv12img {
    width: 143vw;
    margin-left: -24vw;
  }
}
@media only screen and (max-width: 580px) {
  .lv12 .lv12img {
    width: 187vw;
    margin-left: -44vw;
  }
  .lv12 .lv12txt {
    width: 85%;
    padding-bottom: 60px;
  }
}
.lvlangue {
  background-color: #000000;
}
.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: 535px) {
  .lvlangue .lvlanguetxtbox {
    width: 90%;
    padding: 80px 0 100px;
  }
  .lvlangue .lvlangueimg {
    width: 240vw;
    margin-left: -70vw;
  }
}
.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");
}
.lvduochongbaohu {
  background-color: #000;
}
.lvduochongbaohu .lvduochongbaohutxtbox {
  width: 80%;
  margin: auto;
  text-align: center;
  padding: 4vw 0;
}
.lvduochongbaohu .lvduochongbaohuimg {
  margin-top: -10vw;
}
.lvduochongbaohu .fullbgimg {
  padding-bottom: 10vw;
}
.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/100220/14.jpg?20230619");
  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;
}
@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;
  }
}
@keyframes huxishan3 {
  0%,
  25%,
  100% {
    opacity: 0.8;
  }
  50%,
  75% {
    opacity: 0.2;
  }
}
.lvOTA {
  background-color: #000;
}
.lvOTA .fullbgtextbox {
  position: absolute;
  width: 45%;
  left: 50%;
  top: 3%;
  text-align: left;
  background: #000000a3;
  padding: 2%;
  border-radius: 1vw;
}
.lvOTA .black-guodu {
  display: none;
}
.lvOTA.cn .fullbgtextbox {
  left: 12%;
  top: 12%;
}
@media only screen and (max-width: 1080px) {
  .lvOTA .fullbgtextbox {
    width: 75%;
    left: 9%;
    top: 3%;
  }
  .lvOTA .fullbgimg {
    width: 120vw;
  }
}
@media only screen and (max-width: 998px) {
  .lvOTA .fullbgimg {
    width: 161vw;
    margin-left: -30vw;
  }
}
@media only screen and (max-width: 735px) {
  .lvOTA .black-guodu {
    display: block;
  }
  .lvOTA .fullbgtextbox {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    background-color: transparent;
  }
  .lvOTA.cn .fullbgtextbox {
    top: inherit;
    left: inherit;
  }
  .lvOTA .lvOTAtxt {
    width: 80%;
    margin: auto;
    padding: 60px 0 0;
  }
  .lvOTA .fullbgimg {
    margin-top: -33vw;
  }
}
@media only screen and (max-width: 535px) {
  .lvOTA .lvOTAtxt {
    width: 90%;
    margin: auto;
  }
  .lvOTA .fullbgimg {
    margin-top: -32vw;
    width: 163vw;
    margin-left: -23vw;
  }
}
.renzheng {
  height: 100vh;
}
.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 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 .renzhengtxtbox {
    width: 80%;
  }
  .renzheng .renzhengtxt {
    font-size: 6vw;
  }
}
</pre></body></html>