@charset "UTF-8";

/*@font-face {
  font-family: "PingFang";
  src: url("  ../m/fonts/pingfang/PingFang.woff") format("woff2"),
       url(" ../m/fonts/pingfang/PingFang.woff") format("woff"),
       url(" ../m/fonts/pingfang/PingFang.ttf") format("truetype"),
       url(" ../m/fonts/pingfang/PingFang.eot") format("embedded-opentype"),
       url(" ../m/fonts/pingfang/PingFang.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}*/


#vivo-high-wrap {
  font-family: 'PingFang';
  font-size: 14px;
  position: relative;
  width: 100%;
  height: 1100px;
  z-index: 3;
}

@media (max-width: 1921px) {
  #vivo-high-wrap {
    width: 100%;
    height: 850px;
  }
}

@media (max-width: 1440px) {
  #vivo-high-wrap {
    width: 100%;
    height: 650px;
  }
}

@media (max-width: 767px) {
  #vivo-high-wrap {
    width: 100%;
    height: 800px;
  }
}

@media (max-width: 567px) {
  #vivo-high-wrap {
    width: 100%;
    height: 500px;
  }
}

#vivo-high-wrap #vivo-high {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 3;
  background-color: #fff;
}

#vivo-high-wrap #vivo-high ul {
  z-index: 2;
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#vivo-high-wrap #vivo-high-switch {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  bottom: 40px;
  text-align: center;
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 23, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform,height;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=gb2312,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=gb2312,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=gb2312,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=gb2312,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=gb2312,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=gb2312,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=gb2312,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=gb2312,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

#vivo-high-switch {
  z-index: 5;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#vivo-high-switch.deep-color a b {
  background-color: rgba(128, 128, 128, 0.2);
}

#vivo-high-switch.deep-color a b:hover {
  background-color: rgba(128, 128, 128, 0.2);
}

#vivo-high-switch.deep-color a b:before {
  background-color: #666;
}

#vivo-high-switch a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin: 0 4px;
  text-align: center;
  z-index: 3;
}

@media (min-width: 767px) {
  #vivo-high-switch a:hover b {
    height: 5px;
    -webkit-transition: all 0.3s 0.1s ease-out;
    transition: all 0.3s 0.1s ease-out;
  }
}

#vivo-high-switch a.current b, #vivo-high-switch a.swiper-pagination-bullet-active b {
  height: 5px;
}

#vivo-high-switch a b {
  position: absolute;
  width: 40px;
  height: 2px;
  left: 50%;
  margin-left: -20px;
  bottom: 0;
  background-color: #80FFFFFF;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s 0.1s ease-out;
  transition: all 0.3s 0.1s ease-out;
}

#vivo-high-switch a b:before {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  display: block;
  background-color: #fff;
  -webkit-transition: width 0s ease;
  transition: width 0s ease;
}

#vivo-high-switch a.autoplay b:before {
  width: 100%;
  -webkit-transition: width 5s ease;
  transition: width 5s ease;
}

#vivo-high-switch a.ended b:before {
  height: 5px;
  width: 100%;
  -webkit-transition: width 0s;
  transition: width 0s;
}

#vivo-high-switch .swiper-pagination-bullet {
  opacity: 1;
  background: transparent;
}

#vivo-high ul li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}


@media (max-width: 767px) {
  #vivo-high ul li {
    opacity: 1;
    position: relative;
  }
}

#vivo-high ul li.current {
  opacity: 1;
  z-index: 2;
}

#vivo-high ul li .banner-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

#vivo-high ul li .banner-link:after {
  display: none;
}

#vivo-high ul li .section {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: auto;
  text-align: center;
}

@media (max-width: 767px) {
  #vivo-high ul li .section {
    display: none;
  }
}

@media (max-width: 1248px) {
  #vivo-high ul li .section {
    width: 100%;
    height: 100%;
  }
}

#vivo-high ul li figure {
  position: relative;
  width: 300%;
  height: 100%;
  margin: auto;
  margin-left: -100%;
  text-align: center;
  overflow: hidden;
  display: none;
}

@media (max-width: 767px) {
  #vivo-high ul li figure {
    display: block;
  }
}

#vivo-high ul li figure img {
  width: auto;
  height: 100%;
}

#vivo-high .title {
  position: absolute;
  left: 0;
  top: 400px;
  z-index: 3;
}

@media (max-width: 1921px) {
  #vivo-high .title {
    top: 300px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .title {
    top: 20px;
    left: 420px;
  }
}

#vivo-high .title h2, #vivo-high .title p {
  font-size: 32px;
}

@media (max-width: 1921px) {
  #vivo-high .title h2, #vivo-high .title p {
    font-size: 24px;
  }
}

#vivo-high .title h3 {
  font-size: 43px;
  padding: 15px 0 30px;
}

@media (max-width: 1921px) {
  #vivo-high .title h3 {
    font-size: 32px;
    padding: 10px 0 20px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .title h3 {
    padding: 5px 0 10px;
  }
}

#vivo-high .title .more {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: 75px;
}

@media (max-width: 1921px) {
  #vivo-high .title .more {
    margin-top: 60px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .title .more {
    margin-top: 45px;
  }
}

#vivo-high .title span {
  display: inline-block;
}

#vivo-high .title.white span {
  color: #fff;
}

#vivo-high .title.white span:after {
  background-color: #fff;
}

#vivo-high .title.white span:hover {
  color: #0087cd;
}

#vivo-high .title.white span:hover:after {
  background-color: #0087cd;
}

#vivo-high .figure {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media (max-width: 1248px) {
  #vivo-high .figure {
    width: 100%;
    height: 100%;
    text-align: center;
  }
}

#vivo-high .figure img {
  width: auto;
  height: 100%;
}

#vivo-high .more span {
  font-size: 14px;
  display: block;
  position: relative;
}

@media (max-width: 1440px) {
  #vivo-high .more span {
    font-size: 12px;
  }
}

#vivo-high .more span:after {
  position: absolute;
  content: '';
  display: block;
  width: 16px;
  height: 1px;
  background-color: #333;
  bottom: -5px;
  left: 50%;
  margin-left: -8px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

#vivo-high .more span:hover {
  color: #0087cd;
  -webkit-transition: color .4s ease;
  transition: color .4s ease;
}

#vivo-high .more span:hover:after {
  background-color: #0087cd;
  width: 58px;
  margin-left: -29px;
}

@media (max-width: 1440px) {
  #vivo-high .more span:hover:after {
    width: 46px;
    margin-left: -23px;
  }
}

#vivo-high .vivo-bg-wrapper {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

#vivo-high .vivo-bg-wrapper .swiper-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
	background-size: cover
}

@-webkit-keyframes in-left {
  0% {
    -webkit-transform: translate3d(-150px, 20px, 0) scale(0.9);
            transform: translate3d(-150px, 20px, 0) scale(0.9);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes in-left {
  0% {
    -webkit-transform: translate3d(-150px, 20px, 0) scale(0.9);
            transform: translate3d(-150px, 20px, 0) scale(0.9);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
  }
}

@-webkit-keyframes in-right {
  0% {
    -webkit-transform: translate3d(500px, 0, 0);
            transform: translate3d(500px, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes in-right {
  0% {
    -webkit-transform: translate3d(500px, 0, 0);
            transform: translate3d(500px, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes out-left {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    -webkit-transform: translate3d(-150px, 20px, 0) scale(0.9);
            transform: translate3d(-150px, 20px, 0) scale(0.9);
  }
}

@keyframes out-left {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    -webkit-transform: translate3d(-150px, 20px, 0) scale(0.9);
            transform: translate3d(-150px, 20px, 0) scale(0.9);
  }
}

@-webkit-keyframes out-right {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(500px, 0, 0);
            transform: translate3d(500px, 0, 0);
    opacity: 0;
  }
}

@keyframes out-right {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(500px, 0, 0);
            transform: translate3d(500px, 0, 0);
    opacity: 0;
  }
}

#vivo-high .vivo-bg-wrapper .x9plus {
  background-color: #fff;
}

#vivo-high .vivo-bg-wrapper .xplay6 {
  background-image: url( ../img/banner_03.jpg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
  #vivo-high .vivo-bg-wrapper .xplay6 {
    background-image: url(../img/banner_03.jpg);
  }
}

#vivo-high .vivo-bg-wrapper .y67xdc {
  background-image: url(../imgv/vivo-banner-y67xdc-bg_____images.jpg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
  #vivo-high .vivo-bg-wrapper .y67xdc {
    background-image: url(../imgv/vivo-banner-y67xdc-bg-x2_____images.jpg);
  }
}

#vivo-high .vivo-bg-wrapper .x9hll {
  background-image: url(../imgv/vivo-banner-x9hll-bg_____images.jpg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
  #vivo-high .vivo-bg-wrapper .x9hll {
    background-image: url(../imgv/vivo-banner-x9hll-bg-x2_____images.jpg);
  }
}

#vivo-high .vivo-bg-wrapper .x9slive {
  background-image: url(../imgv/vivo-banner-x9slive-bg_____images.jpg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
  #vivo-high .vivo-bg-wrapper .x9slive {
    background-image: url(../imgv/vivo-banner-x9slive-bg-x2_____images.jpg);
  }
}

#vivo-high .vivo-bg-wrapper .game0627 {
  background-image: url(../imgv/vivo-banner-game0627-bg_____images.jpg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
  #vivo-high .vivo-bg-wrapper .game0627 {
    background-image: url(../imgv/vivo-banner-game0627-bg-x2_____images.jpg);
  }
}

#vivo-high .vivo-bg-wrapper .mwc2017 {
  background-image: url(../imgv/vivo-banner-mwc2017-bg_____images.jpg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
  #vivo-high .vivo-bg-wrapper .mwc2017 {
    background-image: url(../imgv/vivo-banner-mwc2017-bg-x2_____images.jpg);
  }
}

#vivo-high .vivo-bg-wrapper .nn0703 {
  background-image: url(../imgv/vivo-banner-nn0703-bg_____images.jpg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
  #vivo-high .vivo-bg-wrapper .nn0703 {
    background-image: url(../imgv/vivo-banner-nn0703-bg-x2_____images.jpg);
  }
}

#vivo-high .vivo-bg-wrapper .nn0705 {
  background-image: url(../imgv/vivo-banner-nn0705-bg_____images.jpg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
  #vivo-high .vivo-bg-wrapper .nn0705 {
    background-image: url(../imgv/vivo-banner-nn0705-bg-x2_____images.jpg);
  }
}

#vivo-high .vivo-bg-wrapper .nnlive {
  background-image: url(../imgv/vivo-banner-nnlive-bg_____images.jpg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
  #vivo-high .vivo-bg-wrapper .nnlive {
    background-image: url(../imgv/vivo-banner-nnlive-bg-x2_____images.jpg);
  }
}

#vivo-high .vivo-bg-wrapper .ninired {
  background-image: url(../imgv/vivo-banner-ninired-bg_____images.jpg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
  #vivo-high .vivo-bg-wrapper .ninired {
    background-image: url(../imgv/vivo-banner-ninired-bg-x2_____images.jpg);
  }
}

#vivo-high .vivo-bg-wrapper .x9i {
  background-image: url(../imgv/vivo-banner-x9i-bg_____images.jpg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
  #vivo-high .vivo-bg-wrapper .x9i {
    background-image: url(../imgv/vivo-banner-x9i-bg-x2_____images.jpg);
  }
}

#vivo-high .vivo-bg-wrapper .x9s {
  background-image: url(../imgv/vivo-banner-x9s-bg_____images.jpg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
  #vivo-high .vivo-bg-wrapper .x9s {
    background-image: url(../imgv/vivo-banner-x9s-bg-x2_____images.jpg);
  }
}

#vivo-high .vivo-bg-wrapper .x9sdz {
  background-image: url( ../img/banner_02.jpg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
  #vivo-high .vivo-bg-wrapper .x9sdz {
    background-image: url(../img/banner_02.jpg);
  }
}

#vivo-high .vivo-bg-wrapper .y66 {
  background-image: url(../imgv/vivo-banner-y66-bg_____images.jpg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
  #vivo-high .vivo-bg-wrapper .y66 {
    background-image: url(../imgv/vivo-banner-y66-bg-x2_____images.jpg);
  }
}

#vivo-high .vivo-bg-wrapper .x9mgj {
  background-image: url(../imgv/vivo-banner-x9mgj-bg_____images.jpg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
  #vivo-high .vivo-bg-wrapper .x9mgj {
    background-image: url(../imgv/vivo-banner-x9mgj-bg-x2_____images.jpg);
  }
}

#vivo-high .vivo-bg-wrapper .y55 {
  background-image: url(../imgv/vivo-banner-y55-bg_____images.jpg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
  #vivo-high .vivo-bg-wrapper .y55 {
    background-image: url(../imgv/vivo-banner-y55-bg-x2_____images.jpg);
  }
}

#vivo-high .vivo-bg-wrapper .photo0721 {
  background-image: url(../imgv/vivo-banner-photo0721-bg_____images.jpg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
  #vivo-high .vivo-bg-wrapper .photo0721 {
    background-image: url(../imgv/vivo-banner-photo0721-bg-x2_____images.jpg);
  }
}

#vivo-high .vivo-bg-wrapper .x9smgj {
  background-color: #e6dace;
}

#vivo-high .vivo-bg-wrapper .x9smsh {
  background-image: url(../imgv/vivo-banner-x9smsh-bg_____images.jpg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
  #vivo-high .vivo-bg-wrapper .x9smsh {
    background-image: url(../imgv/vivo-banner-x9smsh-bg-x2_____images.jpg);
  }
}

#vivo-high .vivo-bg-wrapper .x9splusmgj {
  background-image: url( ../img/banner_04.jpg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
  #vivo-high .vivo-bg-wrapper .x9splusmgj {
    background-image: url(../img/banner_04.jpg);
  }
}

#vivo-high .vivo-bg-wrapper .x9shll {
  background-image: url(../imgv/vivo-banner-x9shll-bg_____images.jpg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
  #vivo-high .vivo-bg-wrapper .x9shll {
    background-image: url(../imgv/vivo-banner-x9shll-bg-x2_____images.jpg);
  }
}

#vivo-high .vivo-bg-wrapper .x9shll2 {
  background-image: url(../imgv/vivo-banner-x9shll2-bg_____images.jpg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
  #vivo-high .vivo-bg-wrapper .x9shll2 {
    background-image: url(../imgv/vivo-banner-x9shll2-bg-x2_____images.jpg);
  }
}

#vivo-high .vivo-bg-wrapper .x9shll3 {
  background-image: url(../imgv/vivo-banner-x9shll3-bg_____images.jpg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
  #vivo-high .vivo-bg-wrapper .x9shll3 {
    background-image: url(../imgv/vivo-banner-x9shll3-bg-x2_____images.jpg);
  }
}

#vivo-high .vivo-bg-wrapper .xcj {
  background-image: url(../imgv/vivo-banner-xcj-bg_____images.jpg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
  #vivo-high .vivo-bg-wrapper .xcj {
    background-image: url(../imgv/vivo-banner-xcj-bg-x2_____images.jpg);
  }
}

#vivo-high .vivo-bg-wrapper .xplay6mgj {
  background-image: url(../imgv/vivo-banner-xplay6mgj-bg_____images.jpg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
  #vivo-high .vivo-bg-wrapper .xplay6mgj {
    background-image: url(../imgv/vivo-banner-xplay6mgj-bg-x2_____images.jpg);
  }
}

#vivo-high .vivo-bg-wrapper .qixidz {
  background-image: url(../imgv/vivo-banner-qixidz-bg_____images.jpg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
  #vivo-high .vivo-bg-wrapper .qixidz {
    background-image: url(../imgv/vivo-banner-qixidz-bg-x2_____images.jpg);
  }
}

#vivo-high .vivo-bg-wrapper .y67a {
  background-image: url(../imgv/vivo-banner-y67a-bg_____images.jpg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
  #vivo-high .vivo-bg-wrapper .y67a {
    background-image: url(../imgv/vivo-banner-y67a-bg-x2_____images.jpg);
  }
}

#vivo-high .vivo-bg-wrapper .x20yz {
  background-image: url( ../img/banner_01.jpg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
  #vivo-high .vivo-bg-wrapper .x20yz {
    background-image: url( ../img/banner_01.jpg);
  }
}

#vivo-high .vivo-bg-wrapper .x9plus {
  background-image: url(../imgv/vivo-banner-x9plus-bg_____images.jpg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
  #vivo-high .vivo-bg-wrapper .x9plus {
    background-image: url(../imgv/vivo-banner-x9plus-bg-x2_____images.jpg);
  }
}

@media (max-width: 767px) {
  #vivo-high .vivo-bg-wrapper .swiper-background {
    background-image: none;
  }
}

#vivo-high.slide-0 .background-0 {
  opacity: 1;
}

#vivo-high.slide-1 .background-1 {
  opacity: 1;
}

#vivo-high.slide-2 .background-2 {
  opacity: 1;
}

#vivo-high.slide-3 .background-3 {
  opacity: 1;
}

#vivo-high.slide-3 .background-4 {
  opacity: 1;
}

@media (max-width: 767px) {
  #vivo-high .xcj {
    background: #fff;
    background-image: url(../imgv/m-vivo-banner-xcj_____images.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

@media (max-width: 767px) {
  #vivo-high .x20yz {
    background: #000;
    background-image: url(../imgv/m-vivo-banner-x20yz_____images.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

#vivo-high .x20yz .title {
  top: 20%;
  left: 50%;
  margin-left: -50px;
}

@media (min-width: 1921px) {
  #vivo-high .x20yz .title {
    margin-left: -50px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x20yz .title {
    margin-left: -50px;
  }
}

#vivo-high .x20yz .title div {
  width: 650px;
  height: 80px;
  background-size: 100% 100%;
}

@media (min-width: 1921px) {
  #vivo-high .x20yz .title div {
    width: 650px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x20yz .title div {
    width: 528px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x20yz .title div {
    width: 390px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x20yz .title div {
    width: 390px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x20yz .title div {
    width: 390px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x20yz .title div {
    width: 494px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x20yz .title div {
    width: 494px;
  }
}

@media (min-width: 1921px) {
  #vivo-high .x20yz .title div {
    height: 100px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x20yz .title div {
    height: 51px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x20yz .title div {
    height: 35px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x20yz .title div {
    height: 35px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x20yz .title div {
    height: 35px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x20yz .title div {
    height: 35px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x20yz .title div {
    height: 76px;
  }
}

#vivo-high .x20yz .title .bigTitle {
  background-image: url(../imgv/vivo-banner-x20yz-title1_____images.png);
  background-size: auto 100%;
 /* background-position: center center;*/
  background-repeat: no-repeat;
/*  position:relative;
  left:80px;*/
}

@media (min-width: 1921px) {
  #vivo-high .x20yz .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x20yz-title1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x20yz .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x20yz-title1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x20yz .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x20yz-title1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x20yz .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x20yz-title1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x20yz .title .bigTitle {
    background-image: url(../img/poster_fonts_icon_04.png);
	
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x20yz .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x20yz-title1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x20yz .title .bigTitle {
    background-image: url(../img/poster_fonts_icon_04_02_1280.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x20yz .title .bigTitle {
    background-image: url(../img/poster_fonts_icon_04%C3%972_02.png);
  }
}

#vivo-high .x20yz .title .viseTitle {
  background-image: url(../imgv/vivo-banner-x20yz-title2_____images.png);
  background-size: auto 100%;
/*  background-position: center center;*/
  background-repeat: no-repeat;
/*  width:604px;
  height:100px;*/
}

@media (min-width: 1921px) {
  #vivo-high .x20yz .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x20yz-title2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x20yz .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x20yz-title2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x20yz .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x20yz-title2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x20yz .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x20yz-title2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x20yz .title .viseTitle {
    background-image: url( ../img/banner_ioc_fonts_05_1280.png);
	position:relative;
	top:20px;
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x20yz .title .viseTitle {
    background-image: url(../img/banner_ioc_fonts_05.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x20yz .title .viseTitle {
    background-image: url(../img/banner_ioc_fonts_05_1280.png);
	width:328px;
	height:49px;
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x20yz .title .viseTitle {
    background-image: url(../img/banner_ioc_fonts_05_1280.png);
  }
}

#vivo-high .x20yz .title .more {
  margin-top: 0;
}

@media (max-width: 767px) {
  #vivo-high .x9plus {
    background: #fff;
    background-image: url(../imgv/m-vivo-banner-x9plus_____images.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

#vivo-high .x9plus .title {
  top: 33%;
  left: 0;
}

#vivo-high .x9plus .title div {
  width: 380px;
  height: 45.6px;
  background-size: 100% 100%;
}

@media (min-width: 1921px) {
  #vivo-high .x9plus .title div {
    width: 500px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9plus .title div {
    width: 300px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9plus .title div {
    width: 300px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9plus .title div {
    width: 300px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9plus .title div {
    width: 300px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9plus .title div {
    width: 380px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9plus .title div {
    width: 380px;
  }
}

@media (min-width: 1921px) {
  #vivo-high .x9plus .title div {
    height: 60px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9plus .title div {
    height: 36px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9plus .title div {
    height: 36px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9plus .title div {
    height: 36px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9plus .title div {
    height: 36px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9plus .title div {
    height: 45.6px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9plus .title div {
    height: 45.6px;
  }
}

#vivo-high .x9plus .title .bigTitle {
  background-image: url(../imgv/vivo-banner-x9plus-title1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9plus .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9plus-title1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9plus .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9plus-title1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9plus .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9plus-title1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9plus .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9plus-title1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9plus .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9plus-title1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9plus .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9plus-title1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9plus .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9plus-title1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9plus .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9plus-title1-mini-x2_____images.png);
  }
}

#vivo-high .x9plus .title .viseTitle {
  background-image: url(../imgv/vivo-banner-x9plus-title2_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9plus .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9plus-title2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9plus .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9plus-title2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9plus .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9plus-title2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9plus .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9plus-title2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9plus .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9plus-title2-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9plus .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9plus-title2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9plus .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9plus-title2-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9plus .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9plus-title2-mini-x2_____images.png);
  }
}

#vivo-high .x9plus .title .context {
  background-image: url(../imgv/vivo-banner-x9plus-title3_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9plus .title .context {
    background-image: url(../imgv/vivo-banner-x9plus-title3-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9plus .title .context {
    background-image: url(../imgv/vivo-banner-x9plus-title3-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9plus .title .context {
    background-image: url(../imgv/vivo-banner-x9plus-title3-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9plus .title .context {
    background-image: url(../imgv/vivo-banner-x9plus-title3-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9plus .title .context {
    background-image: url(../imgv/vivo-banner-x9plus-title3-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9plus .title .context {
    background-image: url(../imgv/vivo-banner-x9plus-title3-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9plus .title .context {
    background-image: url(../imgv/vivo-banner-x9plus-title3-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9plus .title .context {
    background-image: url(../imgv/vivo-banner-x9plus-title3-mini-x2_____images.png);
  }
}

#vivo-high .x9plus .title .tipTitle {
  position: relative;
  background-image: url(../imgv/vivo-banner-x9i-tip-x2_____images.png);
  top: 250px;
  left: 70%;
  margin-left: -275px;
  width: 550px;
  height: 15px;
}

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
  #vivo-high .x9plus .title .tipTitle {
    background-image: "(../images/vivo-banner-x9i-tip.png)";
  }
}

@media (min-width: 1921px) {
  #vivo-high .x9plus .title .tipTitle {
    top: 350px;
    margin-left: -260px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9plus .title .tipTitle {
    top: 150px;
    margin-left: -220.5px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9plus .title .tipTitle {
    width: 440px;
    height: 12px;
    margin-left: -171.5px;
  }
}

#vivo-high .x9plus .figure {
  left: 50%;
  bottom: 0;
  width: 741px;
  height: 858px;
}

@media (min-width: 1921px) {
  #vivo-high .x9plus .figure {
    width: 950px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9plus .figure {
    width: 570px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9plus .figure {
    width: 570px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9plus .figure {
    width: 570px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9plus .figure {
    width: 570px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9plus .figure {
    width: 741px�� 741px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9plus .figure {
    width: 0;
  }
}

@media (min-width: 1921px) {
  #vivo-high .x9plus .figure {
    height: 1100px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9plus .figure {
    height: 660px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9plus .figure {
    height: 660px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9plus .figure {
    height: 660px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9plus .figure {
    height: 660px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9plus .figure {
    height: 858px�� 858px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9plus .figure {
    height: 0;
  }
}

@media (min-width: 1921px) {
  #vivo-high .x9plus .figure {
    left: 50%;
  }
}

#vivo-high .x9plus .figure div {
  width: 100%;
  height: 100%;
  position: absolute;
}

#vivo-high .x9plus .figure div.f1 {
  background-image: url(../imgv/vivo-banner-x9plus-figure1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9plus .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9plus-figure1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9plus .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9plus-figure1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9plus .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9plus-figure1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9plus .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9plus-figure1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9plus .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9plus-figure1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9plus .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9plus-figure1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9plus .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9plus-figure1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9plus .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9plus-figure1-mini-x2_____images.png);
  }
}

#vivo-high .x9plus .figure div.f2 {
  background-image: url(../imgv/vivo-banner-x9plus-figure2_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9plus .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9plus-figure2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9plus .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9plus-figure2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9plus .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9plus-figure2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9plus .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9plus-figure2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9plus .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9plus-figure2-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9plus .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9plus-figure2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9plus .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9plus-figure2-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9plus .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9plus-figure2-mini-x2_____images.png);
  }
}

@media (max-width: 767px) {
  #vivo-high .x9s {
    background: #fff;
    background-image: url(../imgv/m-vivo-banner-x9s_____images.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

#vivo-high .x9s .title {
  top: 35%;
  left: 5%;
}

@media (min-width: 1921px) {
  #vivo-high .x9s .title {
    left: -5%;
  }
}

#vivo-high .x9s .title div {
  width: 380px;
  height: 49.4px;
  background-size: 100% 100%;
}

@media (min-width: 1921px) {
  #vivo-high .x9s .title div {
    width: 500px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9s .title div {
    width: 300px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9s .title div {
    width: 300px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9s .title div {
    width: 300px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9s .title div {
    width: 300px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9s .title div {
    width: 380px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9s .title div {
    width: 380px;
  }
}

@media (min-width: 1921px) {
  #vivo-high .x9s .title div {
    height: 65px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9s .title div {
    height: 39px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9s .title div {
    height: 39px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9s .title div {
    height: 39px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9s .title div {
    height: 39px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9s .title div {
    height: 49.4px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9s .title div {
    height: 49.4px;
  }
}

#vivo-high .x9s .title .bigTitle {
  background-image: url(../imgv/vivo-banner-x9s-title1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9s .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9s-title1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9s .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9s-title1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9s .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9s-title1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9s .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9s-title1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9s .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9s-title1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9s .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9s-title1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9s .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9s-title1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9s .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9s-title1-mini-x2_____images.png);
  }
}

#vivo-high .x9s .title .viseTitle {
  background-image: url(../imgv/vivo-banner-x9s-title2_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9s .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9s-title2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9s .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9s-title2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9s .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9s-title2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9s .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9s-title2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9s .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9s-title2-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9s .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9s-title2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9s .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9s-title2-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9s .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9s-title2-mini-x2_____images.png);
  }
}

#vivo-high .x9s .title .context {
  background-image: url(../imgv/vivo-banner-x9s-title3_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9s .title .context {
    background-image: url(../imgv/vivo-banner-x9s-title3-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9s .title .context {
    background-image: url(../imgv/vivo-banner-x9s-title3-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9s .title .context {
    background-image: url(../imgv/vivo-banner-x9s-title3-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9s .title .context {
    background-image: url(../imgv/vivo-banner-x9s-title3-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9s .title .context {
    background-image: url(../imgv/vivo-banner-x9s-title3-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9s .title .context {
    background-image: url(../imgv/vivo-banner-x9s-title3-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9s .title .context {
    background-image: url(../imgv/vivo-banner-x9s-title3-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9s .title .context {
    background-image: url(../imgv/vivo-banner-x9s-title3-mini-x2_____images.png);
  }
}

#vivo-high .x9s .title .tipTitle {
  position: relative;
  background-image: url(../imgv/vivo-banner-x9i-tip_____images.png);
  top: 150px;
  left: 50%;
  margin-left: -178px;
  width: 375px;
  height: 15px;
}

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
  #vivo-high .x9s .title .tipTitle {
    background-image: "(../images/vivo-banner-x9i-tip.png)";
  }
}

#vivo-high .x9s .figure {
  left: 35%;
  top: 25%;
  width: 760px;
  height: 494px;
  background-image: url(../imgv/vivo-banner-x9s-figure_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9s .figure {
    width: 1000px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9s .figure {
    width: 600px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9s .figure {
    width: 600px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9s .figure {
    width: 600px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9s .figure {
    width: 600px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9s .figure {
    width: 760px�� 760px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9s .figure {
    width: 0;
  }
}

@media (min-width: 1921px) {
  #vivo-high .x9s .figure {
    height: 650px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9s .figure {
    height: 390px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9s .figure {
    height: 390px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9s .figure {
    height: 390px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9s .figure {
    height: 390px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9s .figure {
    height: 494px�� 494px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9s .figure {
    height: 0;
  }
}

@media (min-width: 1921px) {
  #vivo-high .x9s .figure {
    background-image: url(../imgv/vivo-banner-x9s-figure-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9s .figure {
    background-image: url(../imgv/vivo-banner-x9s-figure-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9s .figure {
    background-image: url(../imgv/vivo-banner-x9s-figure-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9s .figure {
    background-image: url(../imgv/vivo-banner-x9s-figure-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9s .figure {
    background-image: url(../imgv/vivo-banner-x9s-figure-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9s .figure {
    background-image: url(../imgv/vivo-banner-x9s-figure-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9s .figure {
    background-image: url(../imgv/vivo-banner-x9s-figure-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9s .figure {
    background-image: url(../imgv/vivo-banner-x9s-figure-mini-x2_____images.png);
  }
}

@media (max-width: 767px) {
  #vivo-high .xplay6 {
    background: #000;
    background-image: url(../imgv/m-vivo-banner-x9_____images.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

#vivo-high .xplay6 .title {
  top: 5%;
  left: 50%;
  margin-left: -260.3px;
}

@media (min-width: 1921px) {
  #vivo-high .xplay6 .title {
    margin-left: -142.5px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .xplay6 .title {
    margin-left: -260.5px;
  }
}

#vivo-high .xplay6 .title div {
  width: 216.6px;
  height: 39.52px;
  background-size: 100% 100%;
}

@media (min-width: 1921px) {
  #vivo-high .xplay6 .title div {
    width: 285px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .xplay6 .title div {
    width: 171px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .xplay6 .title div {
    width: 171px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .xplay6 .title div {
    width: 171px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .xplay6 .title div {
    width: 171px;
  }
}

@media (max-width: 767px) {
  #vivo-high .xplay6 .title div {
    width: 216.6px;
  }
}

@media (max-width: 567px) {
  #vivo-high .xplay6 .title div {
    width: 216.6px;
  }
}

@media (min-width: 1921px) {
  #vivo-high .xplay6 .title div {
    height: 52px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .xplay6 .title div {
    height: 31.2px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .xplay6 .title div {
    height: 31.2px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .xplay6 .title div {
    height: 31.2px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .xplay6 .title div {
    height: 31.2px;
  }
}

@media (max-width: 767px) {
  #vivo-high .xplay6 .title div {
    height: 39.52px;
  }
}

@media (max-width: 567px) {
  #vivo-high .xplay6 .title div {
    height: 39.52px;
  }
}

#vivo-high .xplay6 .title .bigTitle {
  background-image: url( ../img/banner_ioc_fonts_04.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .xplay6 .title .bigTitle {
    background-image: url( ../img/banner_ioc_fonts_04.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6 .title .bigTitle {
    background-image: url( ../img/banner_ioc_fonts_04.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .xplay6 .title .bigTitle {
	  width: 586px;
	  height: 164px;
    background-image: url( ../img/banner_ioc_fonts_04.png);
	  background-size: 100%;
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6 .title .bigTitle {
    background-image: url( ../img/banner_ioc_fonts_04.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .xplay6 .title .bigTitle {
    background-image: url( ../img/banner_ioc_fonts_04.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6 .title .bigTitle {
    background-image: url( ../img/banner_ioc_fonts_04.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .xplay6 .title .bigTitle {
    background-image: url( ../img/banner_ioc_fonts_04_1440px_1280px.png);
	  width: 442px;
	  height: 124px;
	  margin-left: 80px;
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6 .title .bigTitle {
    background-image: url( ../img/banner_ioc_fonts_04_1440px_1280px.png);
  }
}

#vivo-high .xplay6 .title .viseTitle {
	width: 495px;
	height: 52px;
  background-image: url( ../img/banner_ioc_fonts_05.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .xplay6 .title .viseTitle {
    background-image: url( ../img/banner_ioc_fonts_05.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6 .title .viseTitle {
    background-image: url( ../img/banner_ioc_fonts_05.png);
	  
  }
}

@media (max-width: 1921px) {
  #vivo-high .xplay6 .title .viseTitle {
    background-image: url( ../img/banner_ioc_fonts_05.png);
	
	  margin-left: 40px;
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6 .title .viseTitle {
    background-image: url( ../img/banner_ioc_fonts_05.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .xplay6 .title .viseTitle {
    background-image: url( ../img/banner_ioc_fonts_05.png);
	background-size:100%;
	-moz-background-size:22px;
	image-rendering: -webkit-optimize-contrast;
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-xplay6-title2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .xplay6 .title .viseTitle {
    background-image: url( ../img/banner_ioc_fonts_05.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6 .title .viseTitle {
    background-image: url( ../img/banner_ioc_fonts_05.png);
  }
}

#vivo-high .xplay6 .title .context {
  background-image: url(../imgv/vivo-banner-xplay6-title3_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .xplay6 .title .context {
    background-image: url(../imgv/vivo-banner-xplay6-title3-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6 .title .context {
    background-image: url(../imgv/vivo-banner-xplay6-title3-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .xplay6 .title .context {
    background-image: url(../imgv/vivo-banner-xplay6-title3-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6 .title .context {
    background-image: url(../imgv/vivo-banner-xplay6-title3-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .xplay6 .title .context {
    background-image: url(../imgv/vivo-banner-xplay6-title3-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6 .title .context {
    background-image: url(../imgv/vivo-banner-xplay6-title3-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .xplay6 .title .context {
    background-image: url(../imgv/vivo-banner-xplay6-title3-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6 .title .context {
    background-image: url(../imgv/vivo-banner-xplay6-title3-mini-x2_____images.png);
  }
}

@media (min-width: 1921px) {
  #vivo-high .xplay6 .title.v1 {
    margin-left: -150px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .xplay6 .title.v1 {
    margin-left: -90px;
  }
}

#vivo-high .xplay6 .title.v1 div {
  width: 228px;
  height: 45.6px;
  background-size: 100% 100%;
}

@media (min-width: 1921px) {
  #vivo-high .xplay6 .title.v1 div {
    width: 300px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .xplay6 .title.v1 div {
    width: 180px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .xplay6 .title.v1 div {
    width: 180px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .xplay6 .title.v1 div {
    width: 180px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .xplay6 .title.v1 div {
    width: 180px;
  }
}

@media (max-width: 767px) {
  #vivo-high .xplay6 .title.v1 div {
    width: 228px;
  }
}

@media (max-width: 567px) {
  #vivo-high .xplay6 .title.v1 div {
    width: 228px;
  }
}

@media (min-width: 1921px) {
  #vivo-high .xplay6 .title.v1 div {
    height: 60px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .xplay6 .title.v1 div {
    height: 36px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .xplay6 .title.v1 div {
    height: 36px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .xplay6 .title.v1 div {
    height: 36px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .xplay6 .title.v1 div {
    height: 36px;
  }
}

@media (max-width: 767px) {
  #vivo-high .xplay6 .title.v1 div {
    height: 45.6px;
  }
}

@media (max-width: 567px) {
  #vivo-high .xplay6 .title.v1 div {
    height: 45.6px;
  }
}

#vivo-high .xplay6 .title.v1 .bigTitle {
  background-image: url(../imgv/vivo-banner-xplay6-title1-v1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .xplay6 .title.v1 .bigTitle {
    background-image: url(../imgv/vivo-banner-xplay6-title1-v1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6 .title.v1 .bigTitle {
    background-image: url(../imgv/vivo-banner-xplay6-title1-v1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .xplay6 .title.v1 .bigTitle {
    background-image: url(../imgv/vivo-banner-xplay6-title1-v1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6 .title.v1 .bigTitle {
    background-image: url(../imgv/vivo-banner-xplay6-title1-v1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .xplay6 .title.v1 .bigTitle {
    background-image: url(../imgv/vivo-banner-xplay6-title1-v1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6 .title.v1 .bigTitle {
    background-image: url(../imgv/vivo-banner-xplay6-title1-v1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .xplay6 .title.v1 .bigTitle {
    background-image: url(../imgv/vivo-banner-xplay6-title1-v1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6 .title.v1 .bigTitle {
    background-image: url(../imgv/vivo-banner-xplay6-title1-v1-mini-x2_____images.png);
  }
}

#vivo-high .xplay6 .title.v1 .viseTitle {
  background-image: url(../imgv/vivo-banner-xplay6-title2-v1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .xplay6 .title.v1 .viseTitle {
    background-image: url(../imgv/vivo-banner-xplay6-title2-v1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6 .title.v1 .viseTitle {
    background-image: url(../imgv/vivo-banner-xplay6-title2-v1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .xplay6 .title.v1 .viseTitle {
    background-image: url(../imgv/vivo-banner-xplay6-title2-v1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6 .title.v1 .viseTitle {
    background-image: url(../imgv/vivo-banner-xplay6-title2-v1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .xplay6 .title.v1 .viseTitle {
    background-image: url(../imgv/vivo-banner-xplay6-title2-v1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6 .title.v1 .viseTitle {
    background-image: url(../imgv/vivo-banner-xplay6-title2-v1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .xplay6 .title.v1 .viseTitle {
    background-image: url(../imgv/vivo-banner-xplay6-title2-v1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6 .title.v1 .viseTitle {
    background-image: url(../imgv/vivo-banner-xplay6-title2-v1-mini-x2_____images.png);
  }
}

#vivo-high .xplay6 .title.v1 .context {
  background-image: url(../imgv/vivo-banner-xplay6-title3-v1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .xplay6 .title.v1 .context {
    background-image: url(../imgv/vivo-banner-xplay6-title3-v1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6 .title.v1 .context {
    background-image: url(../imgv/vivo-banner-xplay6-title3-v1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .xplay6 .title.v1 .context {
    background-image: url(../imgv/vivo-banner-xplay6-title3-v1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6 .title.v1 .context {
    background-image: url(../imgv/vivo-banner-xplay6-title3-v1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .xplay6 .title.v1 .context {
    background-image: url(../imgv/vivo-banner-xplay6-title3-v1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6 .title.v1 .context {
    background-image: url(../imgv/vivo-banner-xplay6-title3-v1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .xplay6 .title.v1 .context {
    background-image: url(../imgv/vivo-banner-xplay6-title3-v1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6 .title.v1 .context {
    background-image: url(../imgv/vivo-banner-xplay6-title3-v1-mini-x2_____images.png);
  }
}

#vivo-high .xplay6 .figure {
  left: 50%;
  bottom: 10%;
  width: 999.4px;
  height: 304px;
  margin-left: -499.7px;
  background-image: url(../imgv/vivo-banner-xplay6-figure_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .xplay6 .figure {
    width: 1315px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .xplay6 .figure {
    width: 789px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .xplay6 .figure {
    width: 789px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .xplay6 .figure {
    width: 789px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .xplay6 .figure {
    width: 789px;
  }
}

@media (max-width: 767px) {
  #vivo-high .xplay6 .figure {
    width: 999.4px�� 999.4px;
  }
}

@media (max-width: 567px) {
  #vivo-high .xplay6 .figure {
    width: 0;
  }
}

@media (min-width: 1921px) {
  #vivo-high .xplay6 .figure {
    height: 400px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .xplay6 .figure {
    height: 240px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .xplay6 .figure {
    height: 240px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .xplay6 .figure {
    height: 240px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .xplay6 .figure {
    height: 240px;
  }
}

@media (max-width: 767px) {
  #vivo-high .xplay6 .figure {
    height: 304px�� 304px;
  }
}

@media (max-width: 567px) {
  #vivo-high .xplay6 .figure {
    height: 0;
  }
}

@media (min-width: 1921px) {
  #vivo-high .xplay6 .figure {
    margin-left: -657.5px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .xplay6 .figure {
    margin-left: -394.5px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .xplay6 .figure {
    margin-left: -394.5px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .xplay6 .figure {
    margin-left: -394.5px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .xplay6 .figure {
    margin-left: -394.5px;
  }
}

@media (max-width: 767px) {
  #vivo-high .xplay6 .figure {
    margin-left: -499.7px�� -499.7px;
  }
}

@media (max-width: 567px) {
  #vivo-high .xplay6 .figure {
    margin-left: 0;
  }
}

@media (min-width: 1921px) {
  #vivo-high .xplay6 .figure {
    background-image: url(../imgv/vivo-banner-xplay6-figure-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6 .figure {
    background-image: url(../imgv/vivo-banner-xplay6-figure-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .xplay6 .figure {
    background-image: url(../imgv/vivo-banner-xplay6-figure-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6 .figure {
    background-image: url(../imgv/vivo-banner-xplay6-figure-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .xplay6 .figure {
    background-image: url(../imgv/vivo-banner-xplay6-figure-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6 .figure {
    background-image: url(../imgv/vivo-banner-xplay6-figure-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .xplay6 .figure {
    background-image: url(../imgv/vivo-banner-xplay6-figure-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6 .figure {
    background-image: url(../imgv/vivo-banner-xplay6-figure-mini-x2_____images.png);
  }
}

@media (max-width: 767px) {
  #vivo-high .y67a {
    background: #000;
    background-image: url(../imgv/m-vivo-banner-y67a_____images.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

#vivo-high .y67a .title {
  top: 40%;
  left: 65%;
}

@media (max-width: 1440px) {
  #vivo-high .y67a .title {
    left: 60%;
  }
}

#vivo-high .y67a .title div {
  width: 342px;
  height: 41.8px;
  background-size: 100% 100%;
}

@media (min-width: 1921px) {
  #vivo-high .y67a .title div {
    width: 450px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .y67a .title div {
    width: 270px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .y67a .title div {
    width: 270px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .y67a .title div {
    width: 270px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .y67a .title div {
    width: 270px;
  }
}

@media (max-width: 767px) {
  #vivo-high .y67a .title div {
    width: 342px;
  }
}

@media (max-width: 567px) {
  #vivo-high .y67a .title div {
    width: 342px;
  }
}

@media (min-width: 1921px) {
  #vivo-high .y67a .title div {
    height: 55px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .y67a .title div {
    height: 33px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .y67a .title div {
    height: 33px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .y67a .title div {
    height: 33px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .y67a .title div {
    height: 33px;
  }
}

@media (max-width: 767px) {
  #vivo-high .y67a .title div {
    height: 41.8px;
  }
}

@media (max-width: 567px) {
  #vivo-high .y67a .title div {
    height: 41.8px;
  }
}

#vivo-high .y67a .title .bigTitle {
  background-image: url(../imgv/vivo-banner-y67a-title1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .y67a .title .bigTitle {
    background-image: url(../imgv/vivo-banner-y67a-title1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y67a .title .bigTitle {
    background-image: url(../imgv/vivo-banner-y67a-title1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .y67a .title .bigTitle {
    background-image: url(../imgv/vivo-banner-y67a-title1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y67a .title .bigTitle {
    background-image: url(../imgv/vivo-banner-y67a-title1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .y67a .title .bigTitle {
    background-image: url(../imgv/vivo-banner-y67a-title1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .y67a .title .bigTitle {
    background-image: url(../imgv/vivo-banner-y67a-title1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .y67a .title .bigTitle {
    background-image: url(../imgv/vivo-banner-y67a-title1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .y67a .title .bigTitle {
    background-image: url(../imgv/vivo-banner-y67a-title1-mini-x2_____images.png);
  }
}

#vivo-high .y67a .title .viseTitle {
  background-image: url(../imgv/vivo-banner-y67a-title2_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .y67a .title .viseTitle {
    background-image: url(../imgv/vivo-banner-y67a-title2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y67a .title .viseTitle {
    background-image: url(../imgv/vivo-banner-y67a-title2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .y67a .title .viseTitle {
    background-image: url(../imgv/vivo-banner-y67a-title2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y67a .title .viseTitle {
    background-image: url(../imgv/vivo-banner-y67a-title2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .y67a .title .viseTitle {
    background-image: url(../imgv/vivo-banner-y67a-title2-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .y67a .title .viseTitle {
    background-image: url(../imgv/vivo-banner-y67a-title2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .y67a .title .viseTitle {
    background-image: url(../imgv/vivo-banner-y67a-title2-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .y67a .title .viseTitle {
    background-image: url(../imgv/vivo-banner-y67a-title2-mini-x2_____images.png);
  }
}

#vivo-high .y67a .title .context {
  background-image: url(../imgv/vivo-banner-y67a-title3_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .y67a .title .context {
    background-image: url(../imgv/vivo-banner-y67a-title3-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y67a .title .context {
    background-image: url(../imgv/vivo-banner-y67a-title3-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .y67a .title .context {
    background-image: url(../imgv/vivo-banner-y67a-title3-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y67a .title .context {
    background-image: url(../imgv/vivo-banner-y67a-title3-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .y67a .title .context {
    background-image: url(../imgv/vivo-banner-y67a-title3-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .y67a .title .context {
    background-image: url(../imgv/vivo-banner-y67a-title3-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .y67a .title .context {
    background-image: url(../imgv/vivo-banner-y67a-title3-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .y67a .title .context {
    background-image: url(../imgv/vivo-banner-y67a-title3-mini-x2_____images.png);
  }
}

#vivo-high .y67a .figure {
  left: -5%;
  bottom: 5%;
  width: 936px;
  height: 702px;
}

@media (min-width: 1921px) {
  #vivo-high .y67a .figure {
    width: 1200px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .y67a .figure {
    width: 720px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .y67a .figure {
    width: 720px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .y67a .figure {
    width: 720px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .y67a .figure {
    width: 720px;
  }
}

@media (max-width: 767px) {
  #vivo-high .y67a .figure {
    width: 936px�� 936px;
  }
}

@media (max-width: 567px) {
  #vivo-high .y67a .figure {
    width: 0;
  }
}

@media (min-width: 1921px) {
  #vivo-high .y67a .figure {
    height: 900px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .y67a .figure {
    height: 540px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .y67a .figure {
    height: 540px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .y67a .figure {
    height: 540px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .y67a .figure {
    height: 540px;
  }
}

@media (max-width: 767px) {
  #vivo-high .y67a .figure {
    height: 702px�� 702px;
  }
}

@media (max-width: 567px) {
  #vivo-high .y67a .figure {
    height: 0;
  }
}

@media (min-width: 1921px) {
  #vivo-high .y67a .figure {
    left: -21%;
  }
}

#vivo-high .y67a .figure div {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: 100% 100%;
}

#vivo-high .y67a .figure div.f1 {
  background-image: url(../imgv/vivo-banner-y67a-figure1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .y67a .figure div.f1 {
    background-image: url(../imgv/vivo-banner-y67a-figure1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y67a .figure div.f1 {
    background-image: url(../imgv/vivo-banner-y67a-figure1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .y67a .figure div.f1 {
    background-image: url(../imgv/vivo-banner-y67a-figure1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y67a .figure div.f1 {
    background-image: url(../imgv/vivo-banner-y67a-figure1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .y67a .figure div.f1 {
    background-image: url(../imgv/vivo-banner-y67a-figure1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .y67a .figure div.f1 {
    background-image: url(../imgv/vivo-banner-y67a-figure1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .y67a .figure div.f1 {
    background-image: url(../imgv/vivo-banner-y67a-figure1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .y67a .figure div.f1 {
    background-image: url(../imgv/vivo-banner-y67a-figure1-mini-x2_____images.png);
  }
}

#vivo-high .y67a .figure div.f2 {
  background-image: url(../imgv/vivo-banner-y67a-figure2_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .y67a .figure div.f2 {
    background-image: url(../imgv/vivo-banner-y67a-figure2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y67a .figure div.f2 {
    background-image: url(../imgv/vivo-banner-y67a-figure2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .y67a .figure div.f2 {
    background-image: url(../imgv/vivo-banner-y67a-figure2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y67a .figure div.f2 {
    background-image: url(../imgv/vivo-banner-y67a-figure2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .y67a .figure div.f2 {
    background-image: url(../imgv/vivo-banner-y67a-figure2-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .y67a .figure div.f2 {
    background-image: url(../imgv/vivo-banner-y67a-figure2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .y67a .figure div.f2 {
    background-image: url(../imgv/vivo-banner-y67a-figure2-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .y67a .figure div.f2 {
    background-image: url(../imgv/vivo-banner-y67a-figure2-mini-x2_____images.png);
  }
}

#vivo-high .y67a .figure div.f3 {
  background-image: url(../imgv/vivo-banner-y67a-figure3_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .y67a .figure div.f3 {
    background-image: url(../imgv/vivo-banner-y67a-figure3-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y67a .figure div.f3 {
    background-image: url(../imgv/vivo-banner-y67a-figure3-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .y67a .figure div.f3 {
    background-image: url(../imgv/vivo-banner-y67a-figure3-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y67a .figure div.f3 {
    background-image: url(../imgv/vivo-banner-y67a-figure3-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .y67a .figure div.f3 {
    background-image: url(../imgv/vivo-banner-y67a-figure3-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .y67a .figure div.f3 {
    background-image: url(../imgv/vivo-banner-y67a-figure3-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .y67a .figure div.f3 {
    background-image: url(../imgv/vivo-banner-y67a-figure3-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .y67a .figure div.f3 {
    background-image: url(../imgv/vivo-banner-y67a-figure3-mini-x2_____images.png);
  }
}

@media (max-width: 767px) {
  #vivo-high .x9_1 {
    background: #000;
    background-image: url(../imgv/m-vivo-banner-x9_1_____images.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

#vivo-high .x9_1 .title {
  top: 35%;
  left: 10%;
}

@media (min-width: 1921px) {
  #vivo-high .x9_1 .title {
    left: -5%;
  }
}

#vivo-high .x9_1 .title div {
  width: 342px;
  height: 41.8px;
  background-size: 100% 100%;
}

@media (min-width: 1921px) {
  #vivo-high .x9_1 .title div {
    width: 450px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9_1 .title div {
    width: 270px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9_1 .title div {
    width: 270px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9_1 .title div {
    width: 270px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9_1 .title div {
    width: 270px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9_1 .title div {
    width: 342px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9_1 .title div {
    width: 342px;
  }
}

@media (min-width: 1921px) {
  #vivo-high .x9_1 .title div {
    height: 55px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9_1 .title div {
    height: 33px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9_1 .title div {
    height: 33px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9_1 .title div {
    height: 33px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9_1 .title div {
    height: 33px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9_1 .title div {
    height: 41.8px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9_1 .title div {
    height: 41.8px;
  }
}

#vivo-high .x9_1 .title .bigTitle {
  background-image: url(../imgv/vivo-banner-x9-title1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9_1 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9-title1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9_1 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9-title1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9_1 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9-title1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9_1 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9-title1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9_1 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9-title1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9_1 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9-title1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9_1 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9-title1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9_1 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9-title1-mini-x2_____images.png);
  }
}

#vivo-high .x9_1 .title .viseTitle {
  background-image: url(../imgv/vivo-banner-x9-title2_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9_1 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9-title2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9_1 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9-title2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9_1 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9-title2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9_1 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9-title2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9_1 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9-title2-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9_1 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9-title2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9_1 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9-title2-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9_1 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9-title2-mini-x2_____images.png);
  }
}

#vivo-high .x9_1 .title .context {
  background-image: url(../imgv/vivo-banner-x9-title3_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9_1 .title .context {
    background-image: url(../imgv/vivo-banner-x9-title3-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9_1 .title .context {
    background-image: url(../imgv/vivo-banner-x9-title3-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9_1 .title .context {
    background-image: url(../imgv/vivo-banner-x9-title3-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9_1 .title .context {
    background-image: url(../imgv/vivo-banner-x9-title3-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9_1 .title .context {
    background-image: url(../imgv/vivo-banner-x9-title3-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9_1 .title .context {
    background-image: url(../imgv/vivo-banner-x9-title3-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9_1 .title .context {
    background-image: url(../imgv/vivo-banner-x9-title3-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9_1 .title .context {
    background-image: url(../imgv/vivo-banner-x9-title3-mini-x2_____images.png);
  }
}

#vivo-high .x9_1 .figure {
  right: -17%;
  bottom: 9%;
  right: -17%;
  width: 950px;
  height: 646px;
}

@media (min-width: 1921px) {
  #vivo-high .x9_1 .figure {
    right: -40%;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9_1 .figure {
    right: 0;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9_1 .figure {
    right: 0;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9_1 .figure {
    right: 0;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9_1 .figure {
    right: 0;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9_1 .figure {
    right: 0;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9_1 .figure {
    right: 0;
  }
}

@media (min-width: 1921px) {
  #vivo-high .x9_1 .figure {
    width: 1250px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9_1 .figure {
    width: 750px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9_1 .figure {
    width: 750px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9_1 .figure {
    width: 750px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9_1 .figure {
    width: 750px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9_1 .figure {
    width: 950px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9_1 .figure {
    width: 950px;
  }
}

@media (min-width: 1921px) {
  #vivo-high .x9_1 .figure {
    height: 850px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9_1 .figure {
    height: 510px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9_1 .figure {
    height: 510px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9_1 .figure {
    height: 510px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9_1 .figure {
    height: 510px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9_1 .figure {
    height: 510px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9_1 .figure {
    height: 510px;
  }
}

#vivo-high .x9_1 .figure div {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: 100% 100%;
}

#vivo-high .x9_1 .figure div.shadow {
  width: 100%;
  height: 23.52941%;
  background-size: 100% auto;
  bottom: 0;
  background-image: url(../imgv/vivo-banner-x9_1-shadow_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9_1 .figure div.shadow {
    background-image: url(../imgv/vivo-banner-x9_1-shadow-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9_1 .figure div.shadow {
    background-image: url(../imgv/vivo-banner-x9_1-shadow-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9_1 .figure div.shadow {
    background-image: url(../imgv/vivo-banner-x9_1-shadow-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9_1 .figure div.shadow {
    background-image: url(../imgv/vivo-banner-x9_1-shadow-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9_1 .figure div.shadow {
    background-image: url(../imgv/vivo-banner-x9_1-shadow-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9_1 .figure div.shadow {
    background-image: url(../imgv/vivo-banner-x9_1-shadow-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9_1 .figure div.shadow {
    background-image: url(../imgv/vivo-banner-x9_1-shadow-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9_1 .figure div.shadow {
    background-image: url(../imgv/vivo-banner-x9_1-shadow-mini-x2_____images.png);
  }
}

#vivo-high .x9_1 .figure div.f1 {
  background-image: url(../imgv/vivo-banner-x9_1-figure1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9_1 .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9_1-figure1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9_1 .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9_1-figure1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9_1 .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9_1-figure1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9_1 .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9_1-figure1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9_1 .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9_1-figure1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9_1 .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9_1-figure1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9_1 .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9_1-figure1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9_1 .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9_1-figure1-mini-x2_____images.png);
  }
}

#vivo-high .x9_1 .figure div.f2 {
  background-image: url(../imgv/vivo-banner-x9_1-figure2_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9_1 .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9_1-figure2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9_1 .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9_1-figure2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9_1 .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9_1-figure2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9_1 .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9_1-figure2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9_1 .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9_1-figure2-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9_1 .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9_1-figure2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9_1 .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9_1-figure2-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9_1 .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9_1-figure2-mini-x2_____images.png);
  }
}

#vivo-high .x9_1 .figure div.f3 {
  background-image: url(../imgv/vivo-banner-x9_1-figure3_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9_1 .figure div.f3 {
    background-image: url(../imgv/vivo-banner-x9_1-figure3-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9_1 .figure div.f3 {
    background-image: url(../imgv/vivo-banner-x9_1-figure3-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9_1 .figure div.f3 {
    background-image: url(../imgv/vivo-banner-x9_1-figure3-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9_1 .figure div.f3 {
    background-image: url(../imgv/vivo-banner-x9_1-figure3-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9_1 .figure div.f3 {
    background-image: url(../imgv/vivo-banner-x9_1-figure3-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9_1 .figure div.f3 {
    background-image: url(../imgv/vivo-banner-x9_1-figure3-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9_1 .figure div.f3 {
    background-image: url(../imgv/vivo-banner-x9_1-figure3-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9_1 .figure div.f3 {
    background-image: url(../imgv/vivo-banner-x9_1-figure3-mini-x2_____images.png);
  }
}

@media (max-width: 767px) {
  #vivo-high .photo0721 {
    background: #000;
    background-image: url(../imgv/m-vivo-banner-photo0721_____images.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

#vivo-high .photo0721 .title {
  top: 8%;
  left: 50%;
  margin-left: -152px;
}

@media (min-width: 1921px) {
  #vivo-high .photo0721 .title {
    margin-left: -200px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .photo0721 .title {
    margin-left: -120px;
  }
}

#vivo-high .photo0721 .title div {
  width: 304px;
  height: 45.6px;
  background-size: 100% 100%;
}

@media (min-width: 1921px) {
  #vivo-high .photo0721 .title div {
    width: 400px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .photo0721 .title div {
    width: 240px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .photo0721 .title div {
    width: 240px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .photo0721 .title div {
    width: 240px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .photo0721 .title div {
    width: 240px;
  }
}

@media (max-width: 767px) {
  #vivo-high .photo0721 .title div {
    width: 304px;
  }
}

@media (max-width: 567px) {
  #vivo-high .photo0721 .title div {
    width: 304px;
  }
}

@media (min-width: 1921px) {
  #vivo-high .photo0721 .title div {
    height: 60px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .photo0721 .title div {
    height: 36px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .photo0721 .title div {
    height: 36px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .photo0721 .title div {
    height: 36px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .photo0721 .title div {
    height: 36px;
  }
}

@media (max-width: 767px) {
  #vivo-high .photo0721 .title div {
    height: 45.6px;
  }
}

@media (max-width: 567px) {
  #vivo-high .photo0721 .title div {
    height: 45.6px;
  }
}

#vivo-high .photo0721 .title .bigTitle {
  background-image: url(../imgv/vivo-banner-photo0721-title1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .photo0721 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-photo0721-title1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .photo0721 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-photo0721-title1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .photo0721 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-photo0721-title1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .photo0721 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-photo0721-title1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .photo0721 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-photo0721-title1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .photo0721 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-photo0721-title1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .photo0721 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-photo0721-title1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .photo0721 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-photo0721-title1-mini-x2_____images.png);
  }
}

#vivo-high .photo0721 .title .viseTitle {
  background-image: url(../imgv/vivo-banner-photo0721-title2_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .photo0721 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-photo0721-title2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .photo0721 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-photo0721-title2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .photo0721 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-photo0721-title2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .photo0721 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-photo0721-title2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .photo0721 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-photo0721-title2-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .photo0721 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-photo0721-title2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .photo0721 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-photo0721-title2-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .photo0721 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-photo0721-title2-mini-x2_____images.png);
  }
}

#vivo-high .photo0721 .title .context {
  background-image: url(../imgv/vivo-banner-photo0721-title3_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .photo0721 .title .context {
    background-image: url(../imgv/vivo-banner-photo0721-title3-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .photo0721 .title .context {
    background-image: url(../imgv/vivo-banner-photo0721-title3-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .photo0721 .title .context {
    background-image: url(../imgv/vivo-banner-photo0721-title3-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .photo0721 .title .context {
    background-image: url(../imgv/vivo-banner-photo0721-title3-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .photo0721 .title .context {
    background-image: url(../imgv/vivo-banner-photo0721-title3-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .photo0721 .title .context {
    background-image: url(../imgv/vivo-banner-photo0721-title3-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .photo0721 .title .context {
    background-image: url(../imgv/vivo-banner-photo0721-title3-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .photo0721 .title .context {
    background-image: url(../imgv/vivo-banner-photo0721-title3-mini-x2_____images.png);
  }
}

@media (max-width: 767px) {
  #vivo-high .x9shll {
    background: #000;
    background-image: url(../imgv/m-vivo-banner-x9shll_____images.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

#vivo-high .x9shll .title {
  top: 33%;
  left: 5%;
}

#vivo-high .x9shll .title div {
  width: 304px;
  height: 45.6px;
  background-size: 100% 100%;
}

@media (min-width: 1921px) {
  #vivo-high .x9shll .title div {
    width: 400px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9shll .title div {
    width: 240px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9shll .title div {
    width: 240px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9shll .title div {
    width: 240px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9shll .title div {
    width: 240px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9shll .title div {
    width: 304px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9shll .title div {
    width: 304px;
  }
}

@media (min-width: 1921px) {
  #vivo-high .x9shll .title div {
    height: 60px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9shll .title div {
    height: 36px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9shll .title div {
    height: 36px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9shll .title div {
    height: 36px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9shll .title div {
    height: 36px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9shll .title div {
    height: 45.6px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9shll .title div {
    height: 45.6px;
  }
}

#vivo-high .x9shll .title .bigTitle {
  background-image: url(../imgv/vivo-banner-x9shll-title1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9shll .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9shll-title1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9shll-title1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9shll .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9shll-title1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9shll-title1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9shll .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9shll-title1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9shll-title1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9shll .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9shll-title1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9shll-title1-mini-x2_____images.png);
  }
}

#vivo-high .x9shll .title .viseTitle {
  background-image: url(../imgv/vivo-banner-x9shll-title2_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9shll .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9shll-title2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9shll-title2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9shll .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9shll-title2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9shll-title2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9shll .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9shll-title2-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9shll-title2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9shll .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9shll-title2-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9shll-title2-mini-x2_____images.png);
  }
}

#vivo-high .x9shll .title .context {
  background-image: url(../imgv/vivo-banner-x9shll-title3_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9shll .title .context {
    background-image: url(../imgv/vivo-banner-x9shll-title3-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll .title .context {
    background-image: url(../imgv/vivo-banner-x9shll-title3-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9shll .title .context {
    background-image: url(../imgv/vivo-banner-x9shll-title3-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll .title .context {
    background-image: url(../imgv/vivo-banner-x9shll-title3-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9shll .title .context {
    background-image: url(../imgv/vivo-banner-x9shll-title3-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll .title .context {
    background-image: url(../imgv/vivo-banner-x9shll-title3-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9shll .title .context {
    background-image: url(../imgv/vivo-banner-x9shll-title3-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll .title .context {
    background-image: url(../imgv/vivo-banner-x9shll-title3-mini-x2_____images.png);
  }
}

#vivo-high .x9shll .title .tipTitle {
  position: relative;
  background-image: url(../imgv/vivo-banner-x9i-tip_____images.png);
  top: 250px;
  left: 50%;
  margin-left: -275px;
  width: 550px;
  height: 15px;
}

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
  #vivo-high .x9shll .title .tipTitle {
    background-image: "(../images/vivo-banner-x9i-tip.png)";
  }
}

@media (min-width: 1921px) {
  #vivo-high .x9shll .title .tipTitle {
    top: 350px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9shll .title .tipTitle {
    top: 150px;
    margin-left: -247.5px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9shll .title .tipTitle {
    width: 440px;
    height: 12px;
    margin-left: -192.5px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9shll2 {
    background: #000;
    background-image: url(../imgv/m-vivo-banner-x9shll2_____images.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

#vivo-high .x9shll2 .title {
  top: 33%;
  left: 5%;
}

#vivo-high .x9shll2 .title div {
  width: 304px;
  height: 45.6px;
  background-size: 100% 100%;
}

@media (min-width: 1921px) {
  #vivo-high .x9shll2 .title div {
    width: 400px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9shll2 .title div {
    width: 240px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9shll2 .title div {
    width: 240px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9shll2 .title div {
    width: 240px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9shll2 .title div {
    width: 240px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9shll2 .title div {
    width: 304px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9shll2 .title div {
    width: 304px;
  }
}

@media (min-width: 1921px) {
  #vivo-high .x9shll2 .title div {
    height: 60px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9shll2 .title div {
    height: 36px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9shll2 .title div {
    height: 36px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9shll2 .title div {
    height: 36px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9shll2 .title div {
    height: 36px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9shll2 .title div {
    height: 45.6px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9shll2 .title div {
    height: 45.6px;
  }
}

#vivo-high .x9shll2 .title .bigTitle {
  background-image: url(../imgv/vivo-banner-x9shll2-title1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9shll2 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9shll2-title1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll2 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9shll2-title1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9shll2 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9shll2-title1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll2 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9shll2-title1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9shll2 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9shll2-title1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll2 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9shll2-title1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9shll2 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9shll2-title1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll2 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9shll2-title1-mini-x2_____images.png);
  }
}

#vivo-high .x9shll2 .title .viseTitle {
  background-image: url(../imgv/vivo-banner-x9shll2-title2_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9shll2 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9shll2-title2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll2 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9shll2-title2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9shll2 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9shll2-title2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll2 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9shll2-title2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9shll2 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9shll2-title2-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll2 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9shll2-title2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9shll2 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9shll2-title2-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll2 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9shll2-title2-mini-x2_____images.png);
  }
}

#vivo-high .x9shll2 .title .context {
  background-image: url(../imgv/vivo-banner-x9shll2-title3_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9shll2 .title .context {
    background-image: url(../imgv/vivo-banner-x9shll2-title3-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll2 .title .context {
    background-image: url(../imgv/vivo-banner-x9shll2-title3-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9shll2 .title .context {
    background-image: url(../imgv/vivo-banner-x9shll2-title3-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll2 .title .context {
    background-image: url(../imgv/vivo-banner-x9shll2-title3-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9shll2 .title .context {
    background-image: url(../imgv/vivo-banner-x9shll2-title3-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll2 .title .context {
    background-image: url(../imgv/vivo-banner-x9shll2-title3-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9shll2 .title .context {
    background-image: url(../imgv/vivo-banner-x9shll2-title3-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll2 .title .context {
    background-image: url(../imgv/vivo-banner-x9shll2-title3-mini-x2_____images.png);
  }
}

#vivo-high .x9shll2 .title .tipTitle {
  position: relative;
  background-image: url(../imgv/vivo-banner-x9i-tip_____images.png);
  top: 250px;
  left: 50%;
  margin-left: -275px;
  width: 550px;
  height: 15px;
}

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
  #vivo-high .x9shll2 .title .tipTitle {
    background-image: "(../images/vivo-banner-x9i-tip.png)";
  }
}

@media (min-width: 1921px) {
  #vivo-high .x9shll2 .title .tipTitle {
    top: 350px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9shll2 .title .tipTitle {
    top: 150px;
    margin-left: -247.5px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9shll2 .title .tipTitle {
    width: 440px;
    height: 12px;
    margin-left: -192.5px;
  }
}

@media (max-width: 767px) {
  #vivo-high .qixidz {
    background: #000;
    background-image: url(../imgv/m-vivo-banner-qixidz_____images.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

#vivo-high .qixidz .title {
  top: 35%;
  left: 65%;
}

@media (min-width: 1921px) {
  #vivo-high .qixidz .title {
    left: 70%;
  }
}

#vivo-high .qixidz .title div {
  width: 380px;
  height: 45.6px;
  background-size: 100% 100%;
}

@media (min-width: 1921px) {
  #vivo-high .qixidz .title div {
    width: 500px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .qixidz .title div {
    width: 300px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .qixidz .title div {
    width: 300px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .qixidz .title div {
    width: 300px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .qixidz .title div {
    width: 300px;
  }
}

@media (max-width: 767px) {
  #vivo-high .qixidz .title div {
    width: 380px;
  }
}

@media (max-width: 567px) {
  #vivo-high .qixidz .title div {
    width: 380px;
  }
}

@media (min-width: 1921px) {
  #vivo-high .qixidz .title div {
    height: 60px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .qixidz .title div {
    height: 36px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .qixidz .title div {
    height: 36px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .qixidz .title div {
    height: 36px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .qixidz .title div {
    height: 36px;
  }
}

@media (max-width: 767px) {
  #vivo-high .qixidz .title div {
    height: 45.6px;
  }
}

@media (max-width: 567px) {
  #vivo-high .qixidz .title div {
    height: 45.6px;
  }
}

#vivo-high .qixidz .title .bigTitle {
  background-image: url(../imgv/vivo-banner-qixidz-title1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .qixidz .title .bigTitle {
    background-image: url(../imgv/vivo-banner-qixidz-title1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .qixidz .title .bigTitle {
    background-image: url(../imgv/vivo-banner-qixidz-title1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .qixidz .title .bigTitle {
    background-image: url(../imgv/vivo-banner-qixidz-title1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .qixidz .title .bigTitle {
    background-image: url(../imgv/vivo-banner-qixidz-title1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .qixidz .title .bigTitle {
    background-image: url(../imgv/vivo-banner-qixidz-title1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .qixidz .title .bigTitle {
    background-image: url(../imgv/vivo-banner-qixidz-title1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .qixidz .title .bigTitle {
    background-image: url(../imgv/vivo-banner-qixidz-title1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .qixidz .title .bigTitle {
    background-image: url(../imgv/vivo-banner-qixidz-title1-mini-x2_____images.png);
  }
}

#vivo-high .qixidz .title .viseTitle {
  background-image: url(../imgv/vivo-banner-qixidz-title2_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .qixidz .title .viseTitle {
    background-image: url(../imgv/vivo-banner-qixidz-title2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .qixidz .title .viseTitle {
    background-image: url(../imgv/vivo-banner-qixidz-title2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .qixidz .title .viseTitle {
    background-image: url(../imgv/vivo-banner-qixidz-title2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .qixidz .title .viseTitle {
    background-image: url(../imgv/vivo-banner-qixidz-title2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .qixidz .title .viseTitle {
    background-image: url(../imgv/vivo-banner-qixidz-title2-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .qixidz .title .viseTitle {
    background-image: url(../imgv/vivo-banner-qixidz-title2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .qixidz .title .viseTitle {
    background-image: url(../imgv/vivo-banner-qixidz-title2-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .qixidz .title .viseTitle {
    background-image: url(../imgv/vivo-banner-qixidz-title2-mini-x2_____images.png);
  }
}

#vivo-high .qixidz .title .context {
  background-image: url(../imgv/vivo-banner-qixidz-title3_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .qixidz .title .context {
    background-image: url(../imgv/vivo-banner-qixidz-title3-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .qixidz .title .context {
    background-image: url(../imgv/vivo-banner-qixidz-title3-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .qixidz .title .context {
    background-image: url(../imgv/vivo-banner-qixidz-title3-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .qixidz .title .context {
    background-image: url(../imgv/vivo-banner-qixidz-title3-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .qixidz .title .context {
    background-image: url(../imgv/vivo-banner-qixidz-title3-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .qixidz .title .context {
    background-image: url(../imgv/vivo-banner-qixidz-title3-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .qixidz .title .context {
    background-image: url(../imgv/vivo-banner-qixidz-title3-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .qixidz .title .context {
    background-image: url(../imgv/vivo-banner-qixidz-title3-mini-x2_____images.png);
  }
}

#vivo-high .qixidz .figure {
  left: -20%;
  bottom: 0;
  width: 1053px;
  height: 858px;
}

@media (min-width: 1921px) {
  #vivo-high .qixidz .figure {
    width: 1350px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .qixidz .figure {
    width: 810px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .qixidz .figure {
    width: 810px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .qixidz .figure {
    width: 810px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .qixidz .figure {
    width: 810px;
  }
}

@media (max-width: 767px) {
  #vivo-high .qixidz .figure {
    width: 1053px�� 1053px;
  }
}

@media (max-width: 567px) {
  #vivo-high .qixidz .figure {
    width: 0;
  }
}

@media (min-width: 1921px) {
  #vivo-high .qixidz .figure {
    height: 1100px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .qixidz .figure {
    height: 660px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .qixidz .figure {
    height: 660px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .qixidz .figure {
    height: 660px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .qixidz .figure {
    height: 660px;
  }
}

@media (max-width: 767px) {
  #vivo-high .qixidz .figure {
    height: 858px�� 858px;
  }
}

@media (max-width: 567px) {
  #vivo-high .qixidz .figure {
    height: 0;
  }
}

@media (min-width: 1921px) {
  #vivo-high .qixidz .figure {
    left: -30%;
  }
}

#vivo-high .qixidz .figure div {
  width: 100%;
  height: 100%;
  position: absolute;
}

#vivo-high .qixidz .figure div.f1 {
  background-image: url(../imgv/vivo-banner-qixidz-figure1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .qixidz .figure div.f1 {
    background-image: url(../imgv/vivo-banner-qixidz-figure1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .qixidz .figure div.f1 {
    background-image: url(../imgv/vivo-banner-qixidz-figure1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .qixidz .figure div.f1 {
    background-image: url(../imgv/vivo-banner-qixidz-figure1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .qixidz .figure div.f1 {
    background-image: url(../imgv/vivo-banner-qixidz-figure1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .qixidz .figure div.f1 {
    background-image: url(../imgv/vivo-banner-qixidz-figure1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .qixidz .figure div.f1 {
    background-image: url(../imgv/vivo-banner-qixidz-figure1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .qixidz .figure div.f1 {
    background-image: url(../imgv/vivo-banner-qixidz-figure1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .qixidz .figure div.f1 {
    background-image: url(../imgv/vivo-banner-qixidz-figure1-mini-x2_____images.png);
  }
}

#vivo-high .qixidz .figure div.f2 {
  background-image: url(../imgv/vivo-banner-qixidz-figure2_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .qixidz .figure div.f2 {
    background-image: url(../imgv/vivo-banner-qixidz-figure2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .qixidz .figure div.f2 {
    background-image: url(../imgv/vivo-banner-qixidz-figure2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .qixidz .figure div.f2 {
    background-image: url(../imgv/vivo-banner-qixidz-figure2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .qixidz .figure div.f2 {
    background-image: url(../imgv/vivo-banner-qixidz-figure2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .qixidz .figure div.f2 {
    background-image: url(../imgv/vivo-banner-qixidz-figure2-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .qixidz .figure div.f2 {
    background-image: url(../imgv/vivo-banner-qixidz-figure2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .qixidz .figure div.f2 {
    background-image: url(../imgv/vivo-banner-qixidz-figure2-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .qixidz .figure div.f2 {
    background-image: url(../imgv/vivo-banner-qixidz-figure2-mini-x2_____images.png);
  }
}

#vivo-high .qixidz .figure div.f3 {
  background-image: url(../imgv/vivo-banner-qixidz-figure3_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .qixidz .figure div.f3 {
    background-image: url(../imgv/vivo-banner-qixidz-figure3-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .qixidz .figure div.f3 {
    background-image: url(../imgv/vivo-banner-qixidz-figure3-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .qixidz .figure div.f3 {
    background-image: url(../imgv/vivo-banner-qixidz-figure3-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .qixidz .figure div.f3 {
    background-image: url(../imgv/vivo-banner-qixidz-figure3-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .qixidz .figure div.f3 {
    background-image: url(../imgv/vivo-banner-qixidz-figure3-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .qixidz .figure div.f3 {
    background-image: url(../imgv/vivo-banner-qixidz-figure3-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .qixidz .figure div.f3 {
    background-image: url(../imgv/vivo-banner-qixidz-figure3-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .qixidz .figure div.f3 {
    background-image: url(../imgv/vivo-banner-qixidz-figure3-mini-x2_____images.png);
  }
}

@media (max-width: 767px) {
  #vivo-high .x9sdz {
    background: #000;
    background-image: url(../imgv/m-vivo-banner-x9sdz_____images.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

#vivo-high .x9sdz .title {
  top: 40%;
  left: 50%;
  margin-left: 260px;
}

@media (min-width: 1921px) {
  #vivo-high .x9sdz .title {
    margin-left: -225px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9sdz .title {
    margin-left: 190px;
  }
}

#vivo-high .x9sdz .title div {
  width:415px;
  height:155px;
  background-size: 100% 100%;
}

@media (min-width: 1921px) {
  #vivo-high .x9sdz .title div {
    width: 450px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9sdz .title div {
    width: 270px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9sdz .title div {
    width: 270px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9sdz .title div {
    width: 270px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9sdz .title div {
    width: 270px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9sdz .title div {
    width: 342px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9sdz .title div {
    width: 342px;
  }
}

@media (min-width: 1921px) {
  #vivo-high .x9sdz .title div {
    height: 55px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9sdz .title div {
    height: 33px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9sdz .title div {
    height: 33px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9sdz .title div {
    height: 33px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9sdz .title div {
    height: 33px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9sdz .title div {
    height: 41.8px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9sdz .title div {
    height: 41.8px;
  }
}

#vivo-high .x9sdz .title .bigTitle {
  background-image:url(../img/banner_ioc_fonts_06.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9sdz .title .bigTitle {
    background-image: url(../img/banner_ioc_fonts_06.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9sdz .title .bigTitle {
    background-image: url(../img/banner_ioc_fonts_06.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9sdz .title .bigTitle {
    background-image: url(../img/banner_ioc_fonts_06.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9sdz .title .bigTitle {
    background-image: url(../img/banner_ioc_fonts_06.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9sdz .title .bigTitle {
    background-image: url(../img/banner_ioc_fonts_06_1440px.png);
	width:360px;
	height:134px;
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9sdz .title .bigTitle {
    background-image: url(../img/banner_ioc_fonts_06_1440px.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9sdz .title .bigTitle {
    background-image: url(../img/banner_ioc_fonts_06_1440px.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9sdz .title .bigTitle {
    background-image: url(../img/banner_ioc_fonts_06_1440px.png);
  }
}

#vivo-high .x9sdz .title .viseTitle {
  background-image: url(../img/banner_ioc_fonts_07.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width:413px;
  height:77px;
  margin-top:50px;
}

@media (min-width: 1921px) {
  #vivo-high .x9sdz .title .viseTitle {
    background-image: url(../img/banner_ioc_fonts_07.png);
	
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9sdz .title .viseTitle {
    background-image: url(../img/banner_ioc_fonts_07.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9sdz .title .viseTitle {
    background-image: url(../img/banner_ioc_fonts_07.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9sdz .title .viseTitle {
    background-image: url(../img/banner_ioc_fonts_07.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9sdz .title .viseTitle {
    background-image: url(../img/banner_ioc_fonts_07_1440px.png);
	width:360px;
	height:68px;
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9sdz .title .viseTitle {
    background-image: url(../img/banner_ioc_fonts_07_1440px.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9sdz .title .viseTitle {
    background-image: url(../img/banner_ioc_fonts_07_1440px.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9sdz .title .viseTitle {
    background-image: url(../img/banner_ioc_fonts_07_1440px.png);
  }
}

#vivo-high .x9sdz .title .context {
  background-image: url(../imgv/vivo-banner-x9sdz-title3_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9sdz .title .context {
    background-image: url(../imgv/vivo-banner-x9sdz-title3-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9sdz .title .context {
    background-image: url(../imgv/vivo-banner-x9sdz-title3-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9sdz .title .context {
    background-image: url(../imgv/vivo-banner-x9sdz-title3-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9sdz .title .context {
    background-image: url(../imgv/vivo-banner-x9sdz-title3-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9sdz .title .context {
    background-image: url(../imgv/vivo-banner-x9sdz-title3-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9sdz .title .context {
    background-image: url(../imgv/vivo-banner-x9sdz-title3-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9sdz .title .context {
    background-image: url(../imgv/vivo-banner-x9sdz-title3-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9sdz .title .context {
    background-image: url(../imgv/vivo-banner-x9sdz-title3-mini-x2_____images.png);
  }
}

#vivo-high .x9sdz .title span {
  color: #ceb199;
}

#vivo-high .x9sdz .title span:after {
  background-color: #ceb199;
}

#vivo-high .x9sdz .title span:hover {
  color: #ceb199;
}

#vivo-high .x9sdz .title span:hover:after {
  background-color: #ceb199;
}

@media (max-width: 767px) {
  #vivo-high .x9smgj {
    background: #000;
    background-image: url(../imgv/m-vivo-banner-x9smgj_____images.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

#vivo-high .x9smgj .title {
  top: 35%;
  left: 5%;
}

@media (min-width: 1921px) {
  #vivo-high .x9smgj .title {
    left: -5%;
  }
}

#vivo-high .x9smgj .title div {
  width: 304px;
  height: 41.8px;
  background-size: 100% 100%;
}

@media (min-width: 1921px) {
  #vivo-high .x9smgj .title div {
    width: 400px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9smgj .title div {
    width: 240px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9smgj .title div {
    width: 240px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9smgj .title div {
    width: 240px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9smgj .title div {
    width: 240px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9smgj .title div {
    width: 304px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9smgj .title div {
    width: 304px;
  }
}

@media (min-width: 1921px) {
  #vivo-high .x9smgj .title div {
    height: 55px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9smgj .title div {
    height: 33px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9smgj .title div {
    height: 33px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9smgj .title div {
    height: 33px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9smgj .title div {
    height: 33px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9smgj .title div {
    height: 41.8px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9smgj .title div {
    height: 41.8px;
  }
}

#vivo-high .x9smgj .title .bigTitle {
  background-image: url(../imgv/vivo-banner-x9smgj-title1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9smgj .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9smgj-title1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9smgj .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9smgj-title1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9smgj .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9smgj-title1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9smgj .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9smgj-title1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9smgj .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9smgj-title1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9smgj .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9smgj-title1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9smgj .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9smgj-title1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9smgj .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9smgj-title1-mini-x2_____images.png);
  }
}

#vivo-high .x9smgj .title .viseTitle {
  background-image: url(../imgv/vivo-banner-x9smgj-title2_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9smgj .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9smgj-title2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9smgj .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9smgj-title2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9smgj .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9smgj-title2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9smgj .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9smgj-title2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9smgj .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9smgj-title2-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9smgj .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9smgj-title2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9smgj .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9smgj-title2-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9smgj .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9smgj-title2-mini-x2_____images.png);
  }
}

#vivo-high .x9smgj .title .context {
  background-image: url(../imgv/vivo-banner-x9smgj-title3_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9smgj .title .context {
    background-image: url(../imgv/vivo-banner-x9smgj-title3-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9smgj .title .context {
    background-image: url(../imgv/vivo-banner-x9smgj-title3-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9smgj .title .context {
    background-image: url(../imgv/vivo-banner-x9smgj-title3-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9smgj .title .context {
    background-image: url(../imgv/vivo-banner-x9smgj-title3-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9smgj .title .context {
    background-image: url(../imgv/vivo-banner-x9smgj-title3-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9smgj .title .context {
    background-image: url(../imgv/vivo-banner-x9smgj-title3-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9smgj .title .context {
    background-image: url(../imgv/vivo-banner-x9smgj-title3-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9smgj .title .context {
    background-image: url(../imgv/vivo-banner-x9smgj-title3-mini-x2_____images.png);
  }
}

#vivo-high .x9smgj .title .tipTitle {
  position: relative;
  background-image: url(../imgv/vivo-banner-x9i-tip_____images.png);
  top: 250px;
  left: 50%;
  margin-left: -275px;
  width: 550px;
  height: 15px;
}

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
  #vivo-high .x9smgj .title .tipTitle {
    background-image: "(../images/vivo-banner-x9i-tip.png)";
  }
}

@media (min-width: 1921px) {
  #vivo-high .x9smgj .title .tipTitle {
    top: 350px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9smgj .title .tipTitle {
    top: 150px;
    margin-left: -247.5px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9smgj .title .tipTitle {
    width: 440px;
    height: 12px;
    margin-left: -192.5px;
  }
}

#vivo-high .x9smgj .figure {
  left: 50%;
  bottom: 5%;
  width: 643.5px;
  height: 702px;
}

@media (min-width: 1921px) {
  #vivo-high .x9smgj .figure {
    width: 825px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9smgj .figure {
    width: 495px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9smgj .figure {
    width: 495px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9smgj .figure {
    width: 495px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9smgj .figure {
    width: 495px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9smgj .figure {
    width: 643.5px�� 643.5px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9smgj .figure {
    width: 0;
  }
}

@media (min-width: 1921px) {
  #vivo-high .x9smgj .figure {
    height: 900px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9smgj .figure {
    height: 540px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9smgj .figure {
    height: 540px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9smgj .figure {
    height: 540px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9smgj .figure {
    height: 540px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9smgj .figure {
    height: 702px�� 702px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9smgj .figure {
    height: 0;
  }
}

@media (min-width: 1921px) {
  #vivo-high .x9smgj .figure {
    left: 50%;
  }
}

#vivo-high .x9smgj .figure div {
  width: 100%;
  height: 100%;
  position: absolute;
}

#vivo-high .x9smgj .figure div.f1 {
  background-image: url(../imgv/vivo-banner-x9smgj-figure1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9smgj .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9smgj-figure1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9smgj .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9smgj-figure1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9smgj .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9smgj-figure1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9smgj .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9smgj-figure1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9smgj .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9smgj-figure1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9smgj .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9smgj-figure1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9smgj .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9smgj-figure1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9smgj .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9smgj-figure1-mini-x2_____images.png);
  }
}

#vivo-high .x9smgj .figure div.f2 {
  background-image: url(../imgv/vivo-banner-x9smgj-figure2_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9smgj .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9smgj-figure2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9smgj .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9smgj-figure2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9smgj .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9smgj-figure2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9smgj .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9smgj-figure2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9smgj .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9smgj-figure2-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9smgj .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9smgj-figure2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9smgj .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9smgj-figure2-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9smgj .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9smgj-figure2-mini-x2_____images.png);
  }
}

#vivo-high .x9smgj .figure div.f3 {
  background-image: url(../imgv/vivo-banner-x9smgj-figure3_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9smgj .figure div.f3 {
    background-image: url(../imgv/vivo-banner-x9smgj-figure3-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9smgj .figure div.f3 {
    background-image: url(../imgv/vivo-banner-x9smgj-figure3-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9smgj .figure div.f3 {
    background-image: url(../imgv/vivo-banner-x9smgj-figure3-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9smgj .figure div.f3 {
    background-image: url(../imgv/vivo-banner-x9smgj-figure3-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9smgj .figure div.f3 {
    background-image: url(../imgv/vivo-banner-x9smgj-figure3-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9smgj .figure div.f3 {
    background-image: url(../imgv/vivo-banner-x9smgj-figure3-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9smgj .figure div.f3 {
    background-image: url(../imgv/vivo-banner-x9smgj-figure3-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9smgj .figure div.f3 {
    background-image: url(../imgv/vivo-banner-x9smgj-figure3-mini-x2_____images.png);
  }
}

@media (max-width: 767px) {
  #vivo-high .x9hll {
    background: #000;
    background-image: url(../imgv/m-vivo-banner-x9hll_____images.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

#vivo-high .x9hll .title {
  top: 45%;
  left: 60%;
}

#vivo-high .x9hll .title div {
  width: 342px;
  height: 41.8px;
  background-size: 100% 100%;
}

@media (min-width: 1921px) {
  #vivo-high .x9hll .title div {
    width: 450px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9hll .title div {
    width: 270px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9hll .title div {
    width: 270px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9hll .title div {
    width: 270px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9hll .title div {
    width: 270px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9hll .title div {
    width: 342px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9hll .title div {
    width: 342px;
  }
}

@media (min-width: 1921px) {
  #vivo-high .x9hll .title div {
    height: 55px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9hll .title div {
    height: 33px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9hll .title div {
    height: 33px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9hll .title div {
    height: 33px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9hll .title div {
    height: 33px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9hll .title div {
    height: 41.8px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9hll .title div {
    height: 41.8px;
  }
}

#vivo-high .x9hll .title .bigTitle {
  background-image: url(../imgv/vivo-banner-x9hll-title1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9hll .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9hll-title1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9hll .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9hll-title1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9hll .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9hll-title1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9hll .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9hll-title1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9hll .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9hll-title1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9hll .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9hll-title1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9hll .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9hll-title1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9hll .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9hll-title1-mini-x2_____images.png);
  }
}

#vivo-high .x9hll .title .viseTitle {
  background-image: url(../imgv/vivo-banner-x9hll-title2_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9hll .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9hll-title2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9hll .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9hll-title2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9hll .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9hll-title2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9hll .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9hll-title2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9hll .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9hll-title2-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9hll .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9hll-title2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9hll .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9hll-title2-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9hll .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9hll-title2-mini-x2_____images.png);
  }
}

#vivo-high .x9hll .title .context {
  background-image: url(../imgv/vivo-banner-x9hll-title3_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9hll .title .context {
    background-image: url(../imgv/vivo-banner-x9hll-title3-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9hll .title .context {
    background-image: url(../imgv/vivo-banner-x9hll-title3-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9hll .title .context {
    background-image: url(../imgv/vivo-banner-x9hll-title3-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9hll .title .context {
    background-image: url(../imgv/vivo-banner-x9hll-title3-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9hll .title .context {
    background-image: url(../imgv/vivo-banner-x9hll-title3-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9hll .title .context {
    background-image: url(../imgv/vivo-banner-x9hll-title3-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9hll .title .context {
    background-image: url(../imgv/vivo-banner-x9hll-title3-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9hll .title .context {
    background-image: url(../imgv/vivo-banner-x9hll-title3-mini-x2_____images.png);
  }
}

#vivo-high .x9hll .title span:hover {
  color: #fff;
}

#vivo-high .x9hll .title span:hover:after {
  background-color: #fff;
}

#vivo-high .x9hll .figure {
  left: -5%;
  bottom: 0;
  width: 858px;
  height: 858px;
}

@media (min-width: 1921px) {
  #vivo-high .x9hll .figure {
    width: 1100px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9hll .figure {
    width: 660px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9hll .figure {
    width: 660px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9hll .figure {
    width: 660px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9hll .figure {
    width: 660px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9hll .figure {
    width: 858px�� 858px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9hll .figure {
    width: 0;
  }
}

@media (min-width: 1921px) {
  #vivo-high .x9hll .figure {
    height: 1100px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9hll .figure {
    height: 660px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9hll .figure {
    height: 660px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9hll .figure {
    height: 660px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9hll .figure {
    height: 660px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9hll .figure {
    height: 858px�� 858px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9hll .figure {
    height: 0;
  }
}

@media (min-width: 1921px) {
  #vivo-high .x9hll .figure {
    left: -21%;
  }
}

#vivo-high .x9hll .figure div {
  width: 100%;
  height: 100%;
  position: absolute;
}

#vivo-high .x9hll .figure div.shadow {
  background-image: url(../imgv/vivo-banner-x9hll-shadow_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9hll .figure div.shadow {
    background-image: url(../imgv/vivo-banner-x9hll-shadow-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9hll .figure div.shadow {
    background-image: url(../imgv/vivo-banner-x9hll-shadow-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9hll .figure div.shadow {
    background-image: url(../imgv/vivo-banner-x9hll-shadow-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9hll .figure div.shadow {
    background-image: url(../imgv/vivo-banner-x9hll-shadow-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9hll .figure div.shadow {
    background-image: url(../imgv/vivo-banner-x9hll-shadow-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9hll .figure div.shadow {
    background-image: url(../imgv/vivo-banner-x9hll-shadow-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9hll .figure div.shadow {
    background-image: url(../imgv/vivo-banner-x9hll-shadow-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9hll .figure div.shadow {
    background-image: url(../imgv/vivo-banner-x9hll-shadow-mini-x2_____images.png);
  }
}

#vivo-high .x9hll .figure div.f1 {
  background-image: url(../imgv/vivo-banner-x9hll-figure1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9hll .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9hll-figure1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9hll .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9hll-figure1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9hll .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9hll-figure1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9hll .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9hll-figure1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9hll .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9hll-figure1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9hll .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9hll-figure1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9hll .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9hll-figure1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9hll .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9hll-figure1-mini-x2_____images.png);
  }
}

#vivo-high .x9hll .figure div.f2 {
  background-image: url(../imgv/vivo-banner-x9hll-figure2_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9hll .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9hll-figure2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9hll .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9hll-figure2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9hll .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9hll-figure2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9hll .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9hll-figure2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9hll .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9hll-figure2-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9hll .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9hll-figure2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9hll .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9hll-figure2-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9hll .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9hll-figure2-mini-x2_____images.png);
  }
}

@media (max-width: 767px) {
  #vivo-high .x9splusmgj {
    background: #000;
    background-image: url(../imgv/m-vivo-banner-x9splusmgj_____images.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

#vivo-high .x9splusmgj .title {
  top: 20%;
  left: 40%;
}

@media (max-width: 1440px) {
  #vivo-high .x9splusmgj .title {
    left: 20%;
  }
}

#vivo-high .x9splusmgj .title div {
  width: 75px;
  height: 348px;
  background-size: 100% 100%;
  float: right;
  margin-left:60px;
}

@media (min-width: 1921px) {
  #vivo-high .x9splusmgj .title div {
    width: 400px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9splusmgj .title div {
    width: 240px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9splusmgj .title div {
    width: 240px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9splusmgj .title div {
    width: 240px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9splusmgj .title div {
    width: 240px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9splusmgj .title div {
    width: 304px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9splusmgj .title div {
    width: 304px;
  }
}

@media (min-width: 1921px) {
  #vivo-high .x9splusmgj .title div {
    height: 60px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9splusmgj .title div {
    height: 36px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9splusmgj .title div {
    height: 36px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9splusmgj .title div {
    height: 36px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9splusmgj .title div {
    height: 36px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9splusmgj .title div {
    height: 45.6px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9splusmgj .title div {
    height: 45.6px;
  }
}

#vivo-high .x9splusmgj .title .bigTitle {
  background-image: url(../img/banner_ioc_fonts_01.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9splusmgj .title .bigTitle {
    background-image: url(../img/banner_ioc_fonts_01.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9splusmgj .title .bigTitle {
    background-image:url(../img/banner_ioc_fonts_01.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9splusmgj .title .bigTitle {
    background-image: url(../img/banner_ioc_fonts_01.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9splusmgj .title .bigTitle {
    background-image: url(../img/banner_ioc_fonts_01.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9splusmgj .title .bigTitle {
    background-image: url(../img/banner_ioc_fonts_01_1440.png);
		width:60px;
	height:278px;
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9splusmgj .title .bigTitle {
    background-image: url(../img/banner_ioc_fonts_01_1440.png);

  }
}

@media (max-width: 1280px) {
  #vivo-high .x9splusmgj .title .bigTitle {
    background-image: url(../img/banner_ioc_fonts_01_1440.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9splusmgj .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9splusmgj-title1-mini-x2_____images.png);
  }
}#vivo-high .x9splusmgj .title .viseTitle

#vivo-high .x9splusmgj .title .viseTitle {
  background-image: url(../img/banner_ioc_fonts_02.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width:18px;
  height:217px;
  float: right;
  position:relative;
  left:-160px;
}

@media (min-width: 1921px) {
  #vivo-high .x9splusmgj .title .viseTitle {
    background-image: url(../img/banner_ioc_fonts_02.png);
	width:18px;
  height:217px;
  margin-left:-160px;
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9splusmgj .title .viseTitle {
     background-image: url(../img/banner_ioc_fonts_02.png);
	 width:18px;
  height:217px;
  margin-left:-160px;
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9splusmgj .title .viseTitle {
     background-image: url(../img/banner_ioc_fonts_02.png);
	 width:18px;
  height:217px;
  margin-left:-160px;
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9splusmgj .title .viseTitle {
    background-image: url(../img/banner_ioc_fonts_02.png);
	width:18px;
  height:217px;
  margin-left:-160px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9splusmgj .title .viseTitle {
    background-image: url(../img/banner_ioc_fonts_02.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9splusmgj .title .viseTitle {
    background-image: url(../img/banner_ioc_fonts_02.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9splusmgj .title .viseTitle {
   background-image: url(../img/banner_ioc_fonts_02.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9splusmgj .title .viseTitle {
    background-image: url(../img/banner_ioc_fonts_02.png);
  }
}

#vivo-high .x9splusmgj .title .context {
  background-image: url(../img/banner_ioc_fonts_03.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  height:180px;
  width:18px;
  float: right;
  position:relative;
  left:-40px;
}

@media (min-width: 1921px) {
  #vivo-high .x9splusmgj .title .context {
    background-image: url(../img/banner_ioc_fonts_03.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9splusmgj .title .context {
   background-image: url(../img/banner_ioc_fonts_03.png)
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9splusmgj .title .context {
    background-image: url(../img/banner_ioc_fonts_03.png)
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9splusmgj .title .context {
   background-image: url(../img/banner_ioc_fonts_03.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9splusmgj .title .context {
    background-image: url(../img/banner_ioc_fonts_03.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9splusmgj .title .context {
    background-image: url(../img/banner_ioc_fonts_03.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9splusmgj .title .context {
   background-image: url(../img/banner_ioc_fonts_03.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9splusmgj .title .context {
   background-image: url(../img/banner_ioc_fonts_03.png);
  }
}

#vivo-high .x9splusmgj .title .tipTitle {
  position: relative;
  background-image: url(../imgv/vivo-banner-x9i-tip_____images.png);
  top: 250px;
  left: 50%;
  margin-left: -275px;
  width: 550px;
  height: 15px;
}

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
  #vivo-high .x9splusmgj .title .tipTitle {
    background-image: "(../images/vivo-banner-x9i-tip.png)";
  }
}

@media (min-width: 1921px) {
  #vivo-high .x9splusmgj .title .tipTitle {
    top: 350px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9splusmgj .title .tipTitle {
    top: 150px;
    margin-left: -247.5px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9splusmgj .title .tipTitle {
    width: 440px;
    height: 12px;
    margin-left: -192.5px;
  }
}

#vivo-high .x9splusmgj .figure {
  left: -5%;
  bottom: 0;
  width: 702px;
  height: 741px;
}

@media (min-width: 1921px) {
  #vivo-high .x9splusmgj .figure {
    width: 900px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9splusmgj .figure {
    width: 540px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9splusmgj .figure {
    width: 540px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9splusmgj .figure {
    width: 540px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9splusmgj .figure {
    width: 540px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9splusmgj .figure {
    width: 702px�� 702px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9splusmgj .figure {
    width: 0;
  }
}

@media (min-width: 1921px) {
  #vivo-high .x9splusmgj .figure {
    height: 950px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9splusmgj .figure {
    height: 570px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9splusmgj .figure {
    height: 570px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9splusmgj .figure {
    height: 570px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9splusmgj .figure {
    height: 570px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9splusmgj .figure {
    height: 741px�� 741px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9splusmgj .figure {
    height: 0;
  }
}

@media (min-width: 1921px) {
  #vivo-high .x9splusmgj .figure {
    left: -21%;
  }
}

#vivo-high .x9splusmgj .figure div {
  width: 100%;
  height: 100%;
  position: absolute;
}

#vivo-high .x9splusmgj .figure div.f1 {
  background-image: url(../imgv/vivo-banner-x9splusmgj-figure1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9splusmgj .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9splusmgj-figure1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9splusmgj .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9splusmgj-figure1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9splusmgj .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9splusmgj-figure1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9splusmgj .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9splusmgj-figure1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9splusmgj .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9splusmgj-figure1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9splusmgj .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9splusmgj-figure1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9splusmgj .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9splusmgj-figure1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9splusmgj .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9splusmgj-figure1-mini-x2_____images.png);
  }
}

#vivo-high .x9splusmgj .figure div.f2 {
  background-image: url(../imgv/vivo-banner-x9splusmgj-figure2_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9splusmgj .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9splusmgj-figure2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9splusmgj .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9splusmgj-figure2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9splusmgj .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9splusmgj-figure2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9splusmgj .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9splusmgj-figure2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9splusmgj .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9splusmgj-figure2-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9splusmgj .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9splusmgj-figure2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9splusmgj .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9splusmgj-figure2-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9splusmgj .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9splusmgj-figure2-mini-x2_____images.png);
  }
}

#vivo-high .x9splusmgj .figure div.f3 {
  background-image: url(../imgv/vivo-banner-x9splusmgj-figure3_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9splusmgj .figure div.f3 {
    background-image: url(../imgv/vivo-banner-x9splusmgj-figure3-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9splusmgj .figure div.f3 {
    background-image: url(../imgv/vivo-banner-x9splusmgj-figure3-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9splusmgj .figure div.f3 {
    background-image: url(../imgv/vivo-banner-x9splusmgj-figure3-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9splusmgj .figure div.f3 {
    background-image: url(../imgv/vivo-banner-x9splusmgj-figure3-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9splusmgj .figure div.f3 {
    background-image: url(../imgv/vivo-banner-x9splusmgj-figure3-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9splusmgj .figure div.f3 {
    background-image: url(../imgv/vivo-banner-x9splusmgj-figure3-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9splusmgj .figure div.f3 {
    background-image: url(../imgv/vivo-banner-x9splusmgj-figure3-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9splusmgj .figure div.f3 {
    background-image: url(../imgv/vivo-banner-x9splusmgj-figure3-mini-x2_____images.png);
  }
}

@media (max-width: 767px) {
  #vivo-high .x9smsh {
    background: #000;
    background-image: url(../imgv/m-vivo-banner-x9smsh_____images.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

#vivo-high .x9smsh .title {
  top: 33%;
  left: 0;
}

#vivo-high .x9smsh .title div {
  width: 304px;
  height: 45.6px;
  background-size: 100% 100%;
}

@media (min-width: 1921px) {
  #vivo-high .x9smsh .title div {
    width: 400px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9smsh .title div {
    width: 240px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9smsh .title div {
    width: 240px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9smsh .title div {
    width: 240px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9smsh .title div {
    width: 240px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9smsh .title div {
    width: 304px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9smsh .title div {
    width: 304px;
  }
}

@media (min-width: 1921px) {
  #vivo-high .x9smsh .title div {
    height: 60px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9smsh .title div {
    height: 36px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9smsh .title div {
    height: 36px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9smsh .title div {
    height: 36px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9smsh .title div {
    height: 36px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9smsh .title div {
    height: 45.6px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9smsh .title div {
    height: 45.6px;
  }
}

#vivo-high .x9smsh .title .bigTitle {
  background-image: url(../imgv/vivo-banner-x9smsh-title1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9smsh .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9smsh-title1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9smsh .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9smsh-title1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9smsh .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9smsh-title1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9smsh .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9smsh-title1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9smsh .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9smsh-title1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9smsh .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9smsh-title1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9smsh .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9smsh-title1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9smsh .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9smsh-title1-mini-x2_____images.png);
  }
}

#vivo-high .x9smsh .title .viseTitle {
  background-image: url(../imgv/vivo-banner-x9smsh-title2_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9smsh .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9smsh-title2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9smsh .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9smsh-title2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9smsh .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9smsh-title2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9smsh .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9smsh-title2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9smsh .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9smsh-title2-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9smsh .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9smsh-title2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9smsh .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9smsh-title2-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9smsh .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9smsh-title2-mini-x2_____images.png);
  }
}

#vivo-high .x9smsh .title .context {
  background-image: url(../imgv/vivo-banner-x9smsh-title3_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9smsh .title .context {
    background-image: url(../imgv/vivo-banner-x9smsh-title3-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9smsh .title .context {
    background-image: url(../imgv/vivo-banner-x9smsh-title3-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9smsh .title .context {
    background-image: url(../imgv/vivo-banner-x9smsh-title3-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9smsh .title .context {
    background-image: url(../imgv/vivo-banner-x9smsh-title3-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9smsh .title .context {
    background-image: url(../imgv/vivo-banner-x9smsh-title3-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9smsh .title .context {
    background-image: url(../imgv/vivo-banner-x9smsh-title3-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9smsh .title .context {
    background-image: url(../imgv/vivo-banner-x9smsh-title3-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9smsh .title .context {
    background-image: url(../imgv/vivo-banner-x9smsh-title3-mini-x2_____images.png);
  }
}

#vivo-high .x9smsh .title .tipTitle {
  position: relative;
  background-image: url(../imgv/vivo-banner-x9-tip-white-x2_____images.png);
  top: 250px;
  left: 70%;
  margin-left: -275px;
  width: 550px;
  height: 15px;
}

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
  #vivo-high .x9smsh .title .tipTitle {
    background-image: "(../images/vivo-banner-x9-tip-white.png)";
  }
}

@media (min-width: 1921px) {
  #vivo-high .x9smsh .title .tipTitle {
    top: 350px;
    margin-left: -260px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9smsh .title .tipTitle {
    top: 150px;
    margin-left: -220.5px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9smsh .title .tipTitle {
    width: 440px;
    height: 12px;
    margin-left: -171.5px;
  }
}

#vivo-high .x9smsh .title span {
  color: #fff;
}

#vivo-high .x9smsh .title span:after {
  background-color: #fff;
}

#vivo-high .x9smsh .title span:hover {
  color: #fff;
}

#vivo-high .x9smsh .title span:hover:after {
  background-color: #fff;
}

#vivo-high .x9smsh .figure {
  left: 45%;
  bottom: 0;
  width: 780px;
  height: 663px;
}

@media (min-width: 1921px) {
  #vivo-high .x9smsh .figure {
    width: 1000px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9smsh .figure {
    width: 600px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9smsh .figure {
    width: 600px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9smsh .figure {
    width: 600px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9smsh .figure {
    width: 600px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9smsh .figure {
    width: 780px�� 780px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9smsh .figure {
    width: 0;
  }
}

@media (min-width: 1921px) {
  #vivo-high .x9smsh .figure {
    height: 850px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9smsh .figure {
    height: 510px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9smsh .figure {
    height: 510px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9smsh .figure {
    height: 510px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9smsh .figure {
    height: 510px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9smsh .figure {
    height: 663px�� 663px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9smsh .figure {
    height: 0;
  }
}

@media (min-width: 1921px) {
  #vivo-high .x9smsh .figure {
    left: 50%;
  }
}

#vivo-high .x9smsh .figure div {
  width: 100%;
  height: 100%;
  position: absolute;
}

#vivo-high .x9smsh .figure div.f1 {
  background-image: url(../imgv/vivo-banner-x9smsh-figure1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9smsh .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9smsh-figure1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9smsh .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9smsh-figure1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9smsh .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9smsh-figure1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9smsh .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9smsh-figure1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9smsh .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9smsh-figure1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9smsh .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9smsh-figure1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9smsh .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9smsh-figure1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9smsh .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9smsh-figure1-mini-x2_____images.png);
  }
}

#vivo-high .x9smsh .figure div.f2 {
  background-image: url(../imgv/vivo-banner-x9smsh-figure2_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9smsh .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9smsh-figure2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9smsh .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9smsh-figure2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9smsh .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9smsh-figure2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9smsh .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9smsh-figure2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9smsh .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9smsh-figure2-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9smsh .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9smsh-figure2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9smsh .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9smsh-figure2-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9smsh .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9smsh-figure2-mini-x2_____images.png);
  }
}

@media (max-width: 767px) {
  #vivo-high .xplay6mgj {
    background: #000;
    background-image: url(../imgv/m-vivo-banner-xplay6mgj_____images.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

#vivo-high .xplay6mgj .title {
  top: 33%;
  left: 0;
}

#vivo-high .xplay6mgj .title div {
  width: 304px;
  height: 45.6px;
  background-size: 100% 100%;
}

@media (min-width: 1921px) {
  #vivo-high .xplay6mgj .title div {
    width: 400px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .xplay6mgj .title div {
    width: 240px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .xplay6mgj .title div {
    width: 240px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .xplay6mgj .title div {
    width: 240px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .xplay6mgj .title div {
    width: 240px;
  }
}

@media (max-width: 767px) {
  #vivo-high .xplay6mgj .title div {
    width: 304px;
  }
}

@media (max-width: 567px) {
  #vivo-high .xplay6mgj .title div {
    width: 304px;
  }
}

@media (min-width: 1921px) {
  #vivo-high .xplay6mgj .title div {
    height: 60px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .xplay6mgj .title div {
    height: 36px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .xplay6mgj .title div {
    height: 36px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .xplay6mgj .title div {
    height: 36px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .xplay6mgj .title div {
    height: 36px;
  }
}

@media (max-width: 767px) {
  #vivo-high .xplay6mgj .title div {
    height: 45.6px;
  }
}

@media (max-width: 567px) {
  #vivo-high .xplay6mgj .title div {
    height: 45.6px;
  }
}

#vivo-high .xplay6mgj .title .bigTitle {
  background-image: url(../imgv/vivo-banner-xplay6mgj-title1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .xplay6mgj .title .bigTitle {
    background-image: url(../imgv/vivo-banner-xplay6mgj-title1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6mgj .title .bigTitle {
    background-image: url(../imgv/vivo-banner-xplay6mgj-title1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .xplay6mgj .title .bigTitle {
    background-image: url(../imgv/vivo-banner-xplay6mgj-title1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6mgj .title .bigTitle {
    background-image: url(../imgv/vivo-banner-xplay6mgj-title1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .xplay6mgj .title .bigTitle {
    background-image: url(../imgv/vivo-banner-xplay6mgj-title1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6mgj .title .bigTitle {
    background-image: url(../imgv/vivo-banner-xplay6mgj-title1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .xplay6mgj .title .bigTitle {
    background-image: url(../imgv/vivo-banner-xplay6mgj-title1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6mgj .title .bigTitle {
    background-image: url(../imgv/vivo-banner-xplay6mgj-title1-mini-x2_____images.png);
  }
}

#vivo-high .xplay6mgj .title .viseTitle {
  background-image: url(../imgv/vivo-banner-xplay6mgj-title2_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .xplay6mgj .title .viseTitle {
    background-image: url(../imgv/vivo-banner-xplay6mgj-title2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6mgj .title .viseTitle {
    background-image: url(../imgv/vivo-banner-xplay6mgj-title2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .xplay6mgj .title .viseTitle {
    background-image: url(../imgv/vivo-banner-xplay6mgj-title2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6mgj .title .viseTitle {
    background-image: url(../imgv/vivo-banner-xplay6mgj-title2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .xplay6mgj .title .viseTitle {
    background-image: url(../imgv/vivo-banner-xplay6mgj-title2-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6mgj .title .viseTitle {
    background-image: url(../imgv/vivo-banner-xplay6mgj-title2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .xplay6mgj .title .viseTitle {
    background-image: url(../imgv/vivo-banner-xplay6mgj-title2-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6mgj .title .viseTitle {
    background-image: url(../imgv/vivo-banner-xplay6mgj-title2-mini-x2_____images.png);
  }
}

#vivo-high .xplay6mgj .title .context {
  background-image: url(../imgv/vivo-banner-xplay6mgj-title3_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .xplay6mgj .title .context {
    background-image: url(../imgv/vivo-banner-xplay6mgj-title3-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6mgj .title .context {
    background-image: url(../imgv/vivo-banner-xplay6mgj-title3-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .xplay6mgj .title .context {
    background-image: url(../imgv/vivo-banner-xplay6mgj-title3-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6mgj .title .context {
    background-image: url(../imgv/vivo-banner-xplay6mgj-title3-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .xplay6mgj .title .context {
    background-image: url(../imgv/vivo-banner-xplay6mgj-title3-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6mgj .title .context {
    background-image: url(../imgv/vivo-banner-xplay6mgj-title3-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .xplay6mgj .title .context {
    background-image: url(../imgv/vivo-banner-xplay6mgj-title3-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6mgj .title .context {
    background-image: url(../imgv/vivo-banner-xplay6mgj-title3-mini-x2_____images.png);
  }
}

#vivo-high .xplay6mgj .title .tipTitle {
  position: relative;
  background-image: url(../imgv/vivo-banner-x9-tip-white-x2_____images.png);
  top: 250px;
  left: 70%;
  margin-left: -275px;
  width: 550px;
  height: 15px;
}

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
  #vivo-high .xplay6mgj .title .tipTitle {
    background-image: "(../images/vivo-banner-x9-tip-white.png)";
  }
}

@media (min-width: 1921px) {
  #vivo-high .xplay6mgj .title .tipTitle {
    top: 350px;
    margin-left: -260px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .xplay6mgj .title .tipTitle {
    top: 150px;
    margin-left: -220.5px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .xplay6mgj .title .tipTitle {
    width: 440px;
    height: 12px;
    margin-left: -171.5px;
  }
}

#vivo-high .xplay6mgj .title span {
  color: #fff;
}

#vivo-high .xplay6mgj .title span:after {
  background-color: #fff;
}

#vivo-high .xplay6mgj .title span:hover {
  color: #fff;
}

#vivo-high .xplay6mgj .title span:hover:after {
  background-color: #fff;
}

#vivo-high .xplay6mgj .figure {
  left: 30%;
  bottom: 0;
  width: 780px;
  height: 858px;
}

@media (min-width: 1921px) {
  #vivo-high .xplay6mgj .figure {
    width: 1000px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .xplay6mgj .figure {
    width: 600px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .xplay6mgj .figure {
    width: 600px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .xplay6mgj .figure {
    width: 600px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .xplay6mgj .figure {
    width: 600px;
  }
}

@media (max-width: 767px) {
  #vivo-high .xplay6mgj .figure {
    width: 780px�� 780px;
  }
}

@media (max-width: 567px) {
  #vivo-high .xplay6mgj .figure {
    width: 0;
  }
}

@media (min-width: 1921px) {
  #vivo-high .xplay6mgj .figure {
    height: 1100px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .xplay6mgj .figure {
    height: 660px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .xplay6mgj .figure {
    height: 660px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .xplay6mgj .figure {
    height: 660px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .xplay6mgj .figure {
    height: 660px;
  }
}

@media (max-width: 767px) {
  #vivo-high .xplay6mgj .figure {
    height: 858px�� 858px;
  }
}

@media (max-width: 567px) {
  #vivo-high .xplay6mgj .figure {
    height: 0;
  }
}

@media (min-width: 1921px) {
  #vivo-high .xplay6mgj .figure {
    left: 50%;
  }
}

#vivo-high .xplay6mgj .figure div {
  width: 100%;
  height: 100%;
  position: absolute;
}

#vivo-high .xplay6mgj .figure div.f1 {
  background-image: url(../imgv/vivo-banner-xplay6mgj-figure1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .xplay6mgj .figure div.f1 {
    background-image: url(../imgv/vivo-banner-xplay6mgj-figure1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6mgj .figure div.f1 {
    background-image: url(../imgv/vivo-banner-xplay6mgj-figure1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .xplay6mgj .figure div.f1 {
    background-image: url(../imgv/vivo-banner-xplay6mgj-figure1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6mgj .figure div.f1 {
    background-image: url(../imgv/vivo-banner-xplay6mgj-figure1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .xplay6mgj .figure div.f1 {
    background-image: url(../imgv/vivo-banner-xplay6mgj-figure1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6mgj .figure div.f1 {
    background-image: url(../imgv/vivo-banner-xplay6mgj-figure1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .xplay6mgj .figure div.f1 {
    background-image: url(../imgv/vivo-banner-xplay6mgj-figure1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6mgj .figure div.f1 {
    background-image: url(../imgv/vivo-banner-xplay6mgj-figure1-mini-x2_____images.png);
  }
}

#vivo-high .xplay6mgj .figure div.f2 {
  background-image: url(../imgv/vivo-banner-xplay6mgj-figure2_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .xplay6mgj .figure div.f2 {
    background-image: url(../imgv/vivo-banner-xplay6mgj-figure2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6mgj .figure div.f2 {
    background-image: url(../imgv/vivo-banner-xplay6mgj-figure2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .xplay6mgj .figure div.f2 {
    background-image: url(../imgv/vivo-banner-xplay6mgj-figure2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6mgj .figure div.f2 {
    background-image: url(../imgv/vivo-banner-xplay6mgj-figure2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .xplay6mgj .figure div.f2 {
    background-image: url(../imgv/vivo-banner-xplay6mgj-figure2-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6mgj .figure div.f2 {
    background-image: url(../imgv/vivo-banner-xplay6mgj-figure2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .xplay6mgj .figure div.f2 {
    background-image: url(../imgv/vivo-banner-xplay6mgj-figure2-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .xplay6mgj .figure div.f2 {
    background-image: url(../imgv/vivo-banner-xplay6mgj-figure2-mini-x2_____images.png);
  }
}

@media (max-width: 767px) {
  #vivo-high .x9shll3 {
    background: #000;
    background-image: url(../imgv/m-vivo-banner-x9shll3_____images.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

#vivo-high .x9shll3 .title {
  top: 33%;
  left: 0;
}

#vivo-high .x9shll3 .title div {
  width: 304px;
  height: 45.6px;
  background-size: 100% 100%;
}

@media (min-width: 1921px) {
  #vivo-high .x9shll3 .title div {
    width: 400px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9shll3 .title div {
    width: 240px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9shll3 .title div {
    width: 240px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9shll3 .title div {
    width: 240px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9shll3 .title div {
    width: 240px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9shll3 .title div {
    width: 304px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9shll3 .title div {
    width: 304px;
  }
}

@media (min-width: 1921px) {
  #vivo-high .x9shll3 .title div {
    height: 60px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9shll3 .title div {
    height: 36px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9shll3 .title div {
    height: 36px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9shll3 .title div {
    height: 36px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9shll3 .title div {
    height: 36px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9shll3 .title div {
    height: 45.6px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9shll3 .title div {
    height: 45.6px;
  }
}

#vivo-high .x9shll3 .title .bigTitle {
  background-image: url(../imgv/vivo-banner-x9shll3-title1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9shll3 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9shll3-title1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll3 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9shll3-title1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9shll3 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9shll3-title1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll3 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9shll3-title1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9shll3 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9shll3-title1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll3 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9shll3-title1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9shll3 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9shll3-title1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll3 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9shll3-title1-mini-x2_____images.png);
  }
}

#vivo-high .x9shll3 .title .viseTitle {
  background-image: url(../imgv/vivo-banner-x9shll3-title2_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9shll3 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9shll3-title2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll3 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9shll3-title2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9shll3 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9shll3-title2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll3 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9shll3-title2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9shll3 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9shll3-title2-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll3 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9shll3-title2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9shll3 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9shll3-title2-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll3 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9shll3-title2-mini-x2_____images.png);
  }
}

#vivo-high .x9shll3 .title .context {
  background-image: url(../imgv/vivo-banner-x9shll3-title3_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9shll3 .title .context {
    background-image: url(../imgv/vivo-banner-x9shll3-title3-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll3 .title .context {
    background-image: url(../imgv/vivo-banner-x9shll3-title3-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9shll3 .title .context {
    background-image: url(../imgv/vivo-banner-x9shll3-title3-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll3 .title .context {
    background-image: url(../imgv/vivo-banner-x9shll3-title3-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9shll3 .title .context {
    background-image: url(../imgv/vivo-banner-x9shll3-title3-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll3 .title .context {
    background-image: url(../imgv/vivo-banner-x9shll3-title3-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9shll3 .title .context {
    background-image: url(../imgv/vivo-banner-x9shll3-title3-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll3 .title .context {
    background-image: url(../imgv/vivo-banner-x9shll3-title3-mini-x2_____images.png);
  }
}

#vivo-high .x9shll3 .title .tipTitle {
  position: relative;
  background-image: url(../imgv/vivo-banner-x9-tip-white-x2_____images.png);
  top: 250px;
  left: 70%;
  margin-left: -275px;
  width: 550px;
  height: 15px;
}

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
  #vivo-high .x9shll3 .title .tipTitle {
    background-image: "(../images/vivo-banner-x9-tip-white.png)";
  }
}

@media (min-width: 1921px) {
  #vivo-high .x9shll3 .title .tipTitle {
    top: 350px;
    margin-left: -260px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9shll3 .title .tipTitle {
    top: 150px;
    margin-left: -220.5px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9shll3 .title .tipTitle {
    width: 440px;
    height: 12px;
    margin-left: -171.5px;
  }
}

#vivo-high .x9shll3 .title span {
  color: #fff;
}

#vivo-high .x9shll3 .title span:after {
  background-color: #fff;
}

#vivo-high .x9shll3 .title span:hover {
  color: #fff;
}

#vivo-high .x9shll3 .title span:hover:after {
  background-color: #fff;
}

#vivo-high .x9shll3 .figure {
  left: 18%;
  bottom: 0;
  width: 1170px;
  height: 858px;
}

@media (min-width: 1921px) {
  #vivo-high .x9shll3 .figure {
    width: 1500px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9shll3 .figure {
    width: 900px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9shll3 .figure {
    width: 900px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9shll3 .figure {
    width: 900px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9shll3 .figure {
    width: 900px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9shll3 .figure {
    width: 1170px�� 1170px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9shll3 .figure {
    width: 0;
  }
}

@media (min-width: 1921px) {
  #vivo-high .x9shll3 .figure {
    height: 1100px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9shll3 .figure {
    height: 660px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9shll3 .figure {
    height: 660px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9shll3 .figure {
    height: 660px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9shll3 .figure {
    height: 660px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9shll3 .figure {
    height: 858px�� 858px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9shll3 .figure {
    height: 0;
  }
}

@media (min-width: 1921px) {
  #vivo-high .x9shll3 .figure {
    left: 24%;
  }
}

#vivo-high .x9shll3 .figure div {
  width: 100%;
  height: 100%;
  position: absolute;
}

#vivo-high .x9shll3 .figure div.f1 {
  background-image: url(../imgv/vivo-banner-x9shll3-figure1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9shll3 .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9shll3-figure1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll3 .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9shll3-figure1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9shll3 .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9shll3-figure1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll3 .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9shll3-figure1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9shll3 .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9shll3-figure1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll3 .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9shll3-figure1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9shll3 .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9shll3-figure1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll3 .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9shll3-figure1-mini-x2_____images.png);
  }
}

#vivo-high .x9shll3 .figure div.f2 {
  background-image: url(../imgv/vivo-banner-x9shll3-figure2_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9shll3 .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9shll3-figure2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll3 .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9shll3-figure2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9shll3 .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9shll3-figure2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll3 .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9shll3-figure2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9shll3 .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9shll3-figure2-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll3 .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9shll3-figure2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9shll3 .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9shll3-figure2-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll3 .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9shll3-figure2-mini-x2_____images.png);
  }
}

#vivo-high .x9shll3 .figure div.f3 {
  background-image: url(../imgv/vivo-banner-x9shll3-figure3_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9shll3 .figure div.f3 {
    background-image: url(../imgv/vivo-banner-x9shll3-figure3-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll3 .figure div.f3 {
    background-image: url(../imgv/vivo-banner-x9shll3-figure3-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9shll3 .figure div.f3 {
    background-image: url(../imgv/vivo-banner-x9shll3-figure3-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll3 .figure div.f3 {
    background-image: url(../imgv/vivo-banner-x9shll3-figure3-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9shll3 .figure div.f3 {
    background-image: url(../imgv/vivo-banner-x9shll3-figure3-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll3 .figure div.f3 {
    background-image: url(../imgv/vivo-banner-x9shll3-figure3-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9shll3 .figure div.f3 {
    background-image: url(../imgv/vivo-banner-x9shll3-figure3-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll3 .figure div.f3 {
    background-image: url(../imgv/vivo-banner-x9shll3-figure3-mini-x2_____images.png);
  }
}

#vivo-high .x9shll3 .figure div.f4 {
  background-image: url(../imgv/vivo-banner-x9shll3-figure4_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9shll3 .figure div.f4 {
    background-image: url(../imgv/vivo-banner-x9shll3-figure4-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll3 .figure div.f4 {
    background-image: url(../imgv/vivo-banner-x9shll3-figure4-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9shll3 .figure div.f4 {
    background-image: url(../imgv/vivo-banner-x9shll3-figure4-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll3 .figure div.f4 {
    background-image: url(../imgv/vivo-banner-x9shll3-figure4-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9shll3 .figure div.f4 {
    background-image: url(../imgv/vivo-banner-x9shll3-figure4-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll3 .figure div.f4 {
    background-image: url(../imgv/vivo-banner-x9shll3-figure4-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9shll3 .figure div.f4 {
    background-image: url(../imgv/vivo-banner-x9shll3-figure4-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9shll3 .figure div.f4 {
    background-image: url(../imgv/vivo-banner-x9shll3-figure4-mini-x2_____images.png);
  }
}

@media (max-width: 767px) {
  #vivo-high .x9i {
    background: #fff;
    background-image: url(../imgv/m-vivo-banner-x9i_____images.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

#vivo-high .x9i .title {
  top: 40%;
  left: 5%;
}

#vivo-high .x9i .title div {
  width: 380px;
  height: 49.4px;
  background-size: 100% 100%;
}

@media (min-width: 1921px) {
  #vivo-high .x9i .title div {
    width: 500px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9i .title div {
    width: 300px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9i .title div {
    width: 300px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9i .title div {
    width: 300px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9i .title div {
    width: 300px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9i .title div {
    width: 380px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9i .title div {
    width: 380px;
  }
}

@media (min-width: 1921px) {
  #vivo-high .x9i .title div {
    height: 65px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9i .title div {
    height: 39px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9i .title div {
    height: 39px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9i .title div {
    height: 39px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9i .title div {
    height: 39px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9i .title div {
    height: 49.4px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9i .title div {
    height: 49.4px;
  }
}

#vivo-high .x9i .title .bigTitle {
  background-image: url(../imgv/vivo-banner-x9i-title1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9i .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9i-title1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9i .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9i-title1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9i .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9i-title1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9i .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9i-title1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9i .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9i-title1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9i .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9i-title1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9i .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9i-title1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9i .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9i-title1-mini-x2_____images.png);
  }
}

#vivo-high .x9i .title .viseTitle {
  background-image: url(../imgv/vivo-banner-x9i-title2_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9i .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9i-title2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9i .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9i-title2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9i .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9i-title2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9i .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9i-title2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9i .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9i-title2-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9i .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9i-title2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9i .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9i-title2-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9i .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9i-title2-mini-x2_____images.png);
  }
}

#vivo-high .x9i .title .context {
  background-image: url(../imgv/vivo-banner-x9i-title3_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9i .title .context {
    background-image: url(../imgv/vivo-banner-x9i-title3-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9i .title .context {
    background-image: url(../imgv/vivo-banner-x9i-title3-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9i .title .context {
    background-image: url(../imgv/vivo-banner-x9i-title3-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9i .title .context {
    background-image: url(../imgv/vivo-banner-x9i-title3-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9i .title .context {
    background-image: url(../imgv/vivo-banner-x9i-title3-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9i .title .context {
    background-image: url(../imgv/vivo-banner-x9i-title3-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9i .title .context {
    background-image: url(../imgv/vivo-banner-x9i-title3-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9i .title .context {
    background-image: url(../imgv/vivo-banner-x9i-title3-mini-x2_____images.png);
  }
}

#vivo-high .x9i .title .tipTitle {
  position: relative;
  background-image: url(../imgv/vivo-banner-x9i-tip_____images.png);
  top: 150px;
  left: 50%;
  margin-left: -178px;
  width: 375px;
  height: 15px;
}

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
  #vivo-high .x9i .title .tipTitle {
    background-image: "(../images/vivo-banner-x9i-tip.png)";
  }
}

#vivo-high .x9i .figure {
  left: 45%;
  bottom: 0;
  width: 684px;
  height: 760px;
}

@media (min-width: 1921px) {
  #vivo-high .x9i .figure {
    width: 900px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9i .figure {
    width: 540px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9i .figure {
    width: 540px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9i .figure {
    width: 540px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9i .figure {
    width: 540px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9i .figure {
    width: 684px�� 684px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9i .figure {
    width: 0;
  }
}

@media (min-width: 1921px) {
  #vivo-high .x9i .figure {
    height: 1000px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9i .figure {
    height: 600px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9i .figure {
    height: 600px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9i .figure {
    height: 600px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9i .figure {
    height: 600px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9i .figure {
    height: 760px�� 760px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9i .figure {
    height: 0;
  }
}

#vivo-high .x9i .figure div {
  width: 100%;
  height: 100%;
  position: absolute;
}

#vivo-high .x9i .figure div.f1 {
  background-image: url(../imgv/vivo-banner-x9i-figure1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9i .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9i-figure1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9i .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9i-figure1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9i .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9i-figure1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9i .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9i-figure1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9i .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9i-figure1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9i .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9i-figure1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9i .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9i-figure1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9i .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9i-figure1-mini-x2_____images.png);
  }
}

#vivo-high .x9i .figure div.f2 {
  background-image: url(../imgv/vivo-banner-x9i-figure2_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9i .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9i-figure2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9i .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9i-figure2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9i .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9i-figure2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9i .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9i-figure2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9i .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9i-figure2-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9i .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9i-figure2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9i .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9i-figure2-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9i .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9i-figure2-mini-x2_____images.png);
  }
}

#vivo-high .x9i .figure div.f3 {
  background-image: url(../imgv/vivo-banner-x9i-figure3_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9i .figure div.f3 {
    background-image: url(../imgv/vivo-banner-x9i-figure3-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9i .figure div.f3 {
    background-image: url(../imgv/vivo-banner-x9i-figure3-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9i .figure div.f3 {
    background-image: url(../imgv/vivo-banner-x9i-figure3-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9i .figure div.f3 {
    background-image: url(../imgv/vivo-banner-x9i-figure3-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9i .figure div.f3 {
    background-image: url(../imgv/vivo-banner-x9i-figure3-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9i .figure div.f3 {
    background-image: url(../imgv/vivo-banner-x9i-figure3-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9i .figure div.f3 {
    background-image: url(../imgv/vivo-banner-x9i-figure3-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9i .figure div.f3 {
    background-image: url(../imgv/vivo-banner-x9i-figure3-mini-x2_____images.png);
  }
}

@media (max-width: 767px) {
  #vivo-high .y67xdc {
    background: #000;
    background-image: url(../imgv/m-vivo-banner-y67xdc_____images.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

#vivo-high .y67xdc .title {
  top: 45%;
  left: 10%;
}

#vivo-high .y67xdc .title div {
  width: 266px;
  height: 41.8px;
  background-size: 100% 100%;
}

@media (min-width: 1921px) {
  #vivo-high .y67xdc .title div {
    width: 350px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .y67xdc .title div {
    width: 210px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .y67xdc .title div {
    width: 210px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .y67xdc .title div {
    width: 210px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .y67xdc .title div {
    width: 210px;
  }
}

@media (max-width: 767px) {
  #vivo-high .y67xdc .title div {
    width: 266px;
  }
}

@media (max-width: 567px) {
  #vivo-high .y67xdc .title div {
    width: 266px;
  }
}

@media (min-width: 1921px) {
  #vivo-high .y67xdc .title div {
    height: 55px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .y67xdc .title div {
    height: 33px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .y67xdc .title div {
    height: 33px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .y67xdc .title div {
    height: 33px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .y67xdc .title div {
    height: 33px;
  }
}

@media (max-width: 767px) {
  #vivo-high .y67xdc .title div {
    height: 41.8px;
  }
}

@media (max-width: 567px) {
  #vivo-high .y67xdc .title div {
    height: 41.8px;
  }
}

#vivo-high .y67xdc .title .bigTitle {
  background-image: url(../imgv/vivo-banner-y67xdc-title1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .y67xdc .title .bigTitle {
    background-image: url(../imgv/vivo-banner-y67xdc-title1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y67xdc .title .bigTitle {
    background-image: url(../imgv/vivo-banner-y67xdc-title1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .y67xdc .title .bigTitle {
    background-image: url(../imgv/vivo-banner-y67xdc-title1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y67xdc .title .bigTitle {
    background-image: url(../imgv/vivo-banner-y67xdc-title1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .y67xdc .title .bigTitle {
    background-image: url(../imgv/vivo-banner-y67xdc-title1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .y67xdc .title .bigTitle {
    background-image: url(../imgv/vivo-banner-y67xdc-title1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .y67xdc .title .bigTitle {
    background-image: url(../imgv/vivo-banner-y67xdc-title1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .y67xdc .title .bigTitle {
    background-image: url(../imgv/vivo-banner-y67xdc-title1-mini-x2_____images.png);
  }
}

#vivo-high .y67xdc .title .viseTitle {
  background-image: url(../imgv/vivo-banner-y67xdc-title2_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .y67xdc .title .viseTitle {
    background-image: url(../imgv/vivo-banner-y67xdc-title2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y67xdc .title .viseTitle {
    background-image: url(../imgv/vivo-banner-y67xdc-title2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .y67xdc .title .viseTitle {
    background-image: url(../imgv/vivo-banner-y67xdc-title2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y67xdc .title .viseTitle {
    background-image: url(../imgv/vivo-banner-y67xdc-title2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .y67xdc .title .viseTitle {
    background-image: url(../imgv/vivo-banner-y67xdc-title2-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .y67xdc .title .viseTitle {
    background-image: url(../imgv/vivo-banner-y67xdc-title2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .y67xdc .title .viseTitle {
    background-image: url(../imgv/vivo-banner-y67xdc-title2-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .y67xdc .title .viseTitle {
    background-image: url(../imgv/vivo-banner-y67xdc-title2-mini-x2_____images.png);
  }
}

#vivo-high .y67xdc .title .context {
  background-image: url(../imgv/vivo-banner-y67xdc-title3_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .y67xdc .title .context {
    background-image: url(../imgv/vivo-banner-y67xdc-title3-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y67xdc .title .context {
    background-image: url(../imgv/vivo-banner-y67xdc-title3-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .y67xdc .title .context {
    background-image: url(../imgv/vivo-banner-y67xdc-title3-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y67xdc .title .context {
    background-image: url(../imgv/vivo-banner-y67xdc-title3-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .y67xdc .title .context {
    background-image: url(../imgv/vivo-banner-y67xdc-title3-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .y67xdc .title .context {
    background-image: url(../imgv/vivo-banner-y67xdc-title3-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .y67xdc .title .context {
    background-image: url(../imgv/vivo-banner-y67xdc-title3-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .y67xdc .title .context {
    background-image: url(../imgv/vivo-banner-y67xdc-title3-mini-x2_____images.png);
  }
}

#vivo-high .y67xdc .figure {
  left: 40%;
  bottom: 0;
  width: 779px;
  height: 760px;
}

@media (min-width: 1921px) {
  #vivo-high .y67xdc .figure {
    width: 1025px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .y67xdc .figure {
    width: 615px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .y67xdc .figure {
    width: 615px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .y67xdc .figure {
    width: 615px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .y67xdc .figure {
    width: 615px;
  }
}

@media (max-width: 767px) {
  #vivo-high .y67xdc .figure {
    width: 779px�� 779px;
  }
}

@media (max-width: 567px) {
  #vivo-high .y67xdc .figure {
    width: 0;
  }
}

@media (min-width: 1921px) {
  #vivo-high .y67xdc .figure {
    height: 1000px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .y67xdc .figure {
    height: 600px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .y67xdc .figure {
    height: 600px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .y67xdc .figure {
    height: 600px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .y67xdc .figure {
    height: 600px;
  }
}

@media (max-width: 767px) {
  #vivo-high .y67xdc .figure {
    height: 760px�� 760px;
  }
}

@media (max-width: 567px) {
  #vivo-high .y67xdc .figure {
    height: 0;
  }
}

#vivo-high .y67xdc .figure div {
  width: 100%;
  height: 100%;
  position: absolute;
}

#vivo-high .y67xdc .figure div.shadow {
  background-image: url(../imgv/vivo-banner-y67xdc-shadow_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .y67xdc .figure div.shadow {
    background-image: url(../imgv/vivo-banner-y67xdc-shadow-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y67xdc .figure div.shadow {
    background-image: url(../imgv/vivo-banner-y67xdc-shadow-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .y67xdc .figure div.shadow {
    background-image: url(../imgv/vivo-banner-y67xdc-shadow-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y67xdc .figure div.shadow {
    background-image: url(../imgv/vivo-banner-y67xdc-shadow-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .y67xdc .figure div.shadow {
    background-image: url(../imgv/vivo-banner-y67xdc-shadow-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .y67xdc .figure div.shadow {
    background-image: url(../imgv/vivo-banner-y67xdc-shadow-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .y67xdc .figure div.shadow {
    background-image: url(../imgv/vivo-banner-y67xdc-shadow-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .y67xdc .figure div.shadow {
    background-image: url(../imgv/vivo-banner-y67xdc-shadow-mini-x2_____images.png);
  }
}

#vivo-high .y67xdc .figure div.f1 {
  background-image: url(../imgv/vivo-banner-y67xdc-figure1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .y67xdc .figure div.f1 {
    background-image: url(../imgv/vivo-banner-y67xdc-figure1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y67xdc .figure div.f1 {
    background-image: url(../imgv/vivo-banner-y67xdc-figure1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .y67xdc .figure div.f1 {
    background-image: url(../imgv/vivo-banner-y67xdc-figure1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y67xdc .figure div.f1 {
    background-image: url(../imgv/vivo-banner-y67xdc-figure1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .y67xdc .figure div.f1 {
    background-image: url(../imgv/vivo-banner-y67xdc-figure1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .y67xdc .figure div.f1 {
    background-image: url(../imgv/vivo-banner-y67xdc-figure1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .y67xdc .figure div.f1 {
    background-image: url(../imgv/vivo-banner-y67xdc-figure1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .y67xdc .figure div.f1 {
    background-image: url(../imgv/vivo-banner-y67xdc-figure1-mini-x2_____images.png);
  }
}

#vivo-high .y67xdc .figure div.f2 {
  background-image: url(../imgv/vivo-banner-y67xdc-figure2_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .y67xdc .figure div.f2 {
    background-image: url(../imgv/vivo-banner-y67xdc-figure2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y67xdc .figure div.f2 {
    background-image: url(../imgv/vivo-banner-y67xdc-figure2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .y67xdc .figure div.f2 {
    background-image: url(../imgv/vivo-banner-y67xdc-figure2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y67xdc .figure div.f2 {
    background-image: url(../imgv/vivo-banner-y67xdc-figure2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .y67xdc .figure div.f2 {
    background-image: url(../imgv/vivo-banner-y67xdc-figure2-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .y67xdc .figure div.f2 {
    background-image: url(../imgv/vivo-banner-y67xdc-figure2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .y67xdc .figure div.f2 {
    background-image: url(../imgv/vivo-banner-y67xdc-figure2-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .y67xdc .figure div.f2 {
    background-image: url(../imgv/vivo-banner-y67xdc-figure2-mini-x2_____images.png);
  }
}

@media (max-width: 767px) {
  #vivo-high .x9mgj {
    background: #000;
    background-image: url(../imgv/m-vivo-banner-x9mgj_____images.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

#vivo-high .x9mgj .title {
  top: 40%;
  left: 10%;
}

@media (min-width: 1921px) {
  #vivo-high .x9mgj .title {
    left: 5%;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9mgj .title {
    left: 15%;
  }
}

#vivo-high .x9mgj .title div {
  width: 380px;
  height: 45.6px;
  background-size: 100% 100%;
}

@media (min-width: 1921px) {
  #vivo-high .x9mgj .title div {
    width: 500px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9mgj .title div {
    width: 300px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9mgj .title div {
    width: 300px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9mgj .title div {
    width: 300px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9mgj .title div {
    width: 300px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9mgj .title div {
    width: 380px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9mgj .title div {
    width: 380px;
  }
}

@media (min-width: 1921px) {
  #vivo-high .x9mgj .title div {
    height: 60px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9mgj .title div {
    height: 36px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9mgj .title div {
    height: 36px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9mgj .title div {
    height: 36px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9mgj .title div {
    height: 36px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9mgj .title div {
    height: 45.6px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9mgj .title div {
    height: 45.6px;
  }
}

#vivo-high .x9mgj .title .bigTitle {
  background-image: url(../imgv/vivo-banner-x9mgj-title1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9mgj .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9mgj-title1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9mgj .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9mgj-title1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9mgj .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9mgj-title1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9mgj .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9mgj-title1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9mgj .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9mgj-title1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9mgj .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9mgj-title1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9mgj .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9mgj-title1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9mgj .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9mgj-title1-mini-x2_____images.png);
  }
}

#vivo-high .x9mgj .title .viseTitle {
  background-image: url(../imgv/vivo-banner-x9mgj-title2_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9mgj .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9mgj-title2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9mgj .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9mgj-title2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9mgj .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9mgj-title2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9mgj .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9mgj-title2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9mgj .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9mgj-title2-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9mgj .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9mgj-title2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9mgj .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9mgj-title2-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9mgj .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9mgj-title2-mini-x2_____images.png);
  }
}

#vivo-high .x9mgj .title .context {
  background-image: url(../imgv/vivo-banner-x9mgj-title3_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9mgj .title .context {
    background-image: url(../imgv/vivo-banner-x9mgj-title3-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9mgj .title .context {
    background-image: url(../imgv/vivo-banner-x9mgj-title3-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9mgj .title .context {
    background-image: url(../imgv/vivo-banner-x9mgj-title3-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9mgj .title .context {
    background-image: url(../imgv/vivo-banner-x9mgj-title3-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9mgj .title .context {
    background-image: url(../imgv/vivo-banner-x9mgj-title3-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9mgj .title .context {
    background-image: url(../imgv/vivo-banner-x9mgj-title3-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9mgj .title .context {
    background-image: url(../imgv/vivo-banner-x9mgj-title3-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9mgj .title .context {
    background-image: url(../imgv/vivo-banner-x9mgj-title3-mini-x2_____images.png);
  }
}

#vivo-high .x9mgj .title .tipTitle {
  position: relative;
  background-image: url(../imgv/vivo-banner-x9mgj-tips_____images.png);
  top: 200px;
  left: 50%;
  margin-left: -178px;
  width: 375px;
  height: 15px;
}

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
  #vivo-high .x9mgj .title .tipTitle {
    background-image: "(../images/vivo-banner-x9mgj-tips.png)";
  }
}

@media (min-width: 1921px) {
  #vivo-high .x9mgj .title .tipTitle {
    top: 300px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9mgj .title .tipTitle {
    top: 100px;
  }
}

#vivo-high .x9mgj .figure {
  left: 55%;
  bottom: 0;
  width: 760px;
  height: 722px;
}

@media (min-width: 1921px) {
  #vivo-high .x9mgj .figure {
    width: 1000px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9mgj .figure {
    width: 600px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9mgj .figure {
    width: 600px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9mgj .figure {
    width: 600px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9mgj .figure {
    width: 600px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9mgj .figure {
    width: 760px�� 760px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9mgj .figure {
    width: 0;
  }
}

@media (min-width: 1921px) {
  #vivo-high .x9mgj .figure {
    height: 950px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9mgj .figure {
    height: 570px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9mgj .figure {
    height: 570px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9mgj .figure {
    height: 570px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9mgj .figure {
    height: 570px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9mgj .figure {
    height: 722px�� 722px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9mgj .figure {
    height: 0;
  }
}

#vivo-high .x9mgj .figure div {
  width: 100%;
  height: 100%;
  position: absolute;
}

#vivo-high .x9mgj .figure div.shadow {
  background-image: url(../imgv/vivo-banner-x9mgj-figure1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9mgj .figure div.shadow {
    background-image: url(../imgv/vivo-banner-x9mgj-figure1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9mgj .figure div.shadow {
    background-image: url(../imgv/vivo-banner-x9mgj-figure1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9mgj .figure div.shadow {
    background-image: url(../imgv/vivo-banner-x9mgj-figure1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9mgj .figure div.shadow {
    background-image: url(../imgv/vivo-banner-x9mgj-figure1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9mgj .figure div.shadow {
    background-image: url(../imgv/vivo-banner-x9mgj-figure1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9mgj .figure div.shadow {
    background-image: url(../imgv/vivo-banner-x9mgj-figure1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9mgj .figure div.shadow {
    background-image: url(../imgv/vivo-banner-x9mgj-figure1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9mgj .figure div.shadow {
    background-image: url(../imgv/vivo-banner-x9mgj-figure1-mini-x2_____images.png);
  }
}

#vivo-high .x9mgj .figure div.shadow2 {
  background-image: url(../imgv/vivo-banner-x9mgj-figure4_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9mgj .figure div.shadow2 {
    background-image: url(../imgv/vivo-banner-x9mgj-figure4-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9mgj .figure div.shadow2 {
    background-image: url(../imgv/vivo-banner-x9mgj-figure4-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9mgj .figure div.shadow2 {
    background-image: url(../imgv/vivo-banner-x9mgj-figure4-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9mgj .figure div.shadow2 {
    background-image: url(../imgv/vivo-banner-x9mgj-figure4-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9mgj .figure div.shadow2 {
    background-image: url(../imgv/vivo-banner-x9mgj-figure4-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9mgj .figure div.shadow2 {
    background-image: url(../imgv/vivo-banner-x9mgj-figure4-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9mgj .figure div.shadow2 {
    background-image: url(../imgv/vivo-banner-x9mgj-figure4-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9mgj .figure div.shadow2 {
    background-image: url(../imgv/vivo-banner-x9mgj-figure4-mini-x2_____images.png);
  }
}

#vivo-high .x9mgj .figure div.f1 {
  background-image: url(../imgv/vivo-banner-x9mgj-figure2_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9mgj .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9mgj-figure2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9mgj .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9mgj-figure2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9mgj .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9mgj-figure2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9mgj .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9mgj-figure2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9mgj .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9mgj-figure2-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9mgj .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9mgj-figure2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9mgj .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9mgj-figure2-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9mgj .figure div.f1 {
    background-image: url(../imgv/vivo-banner-x9mgj-figure2-mini-x2_____images.png);
  }
}

#vivo-high .x9mgj .figure div.f2 {
  background-image: url(../imgv/vivo-banner-x9mgj-figure3_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9mgj .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9mgj-figure3-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9mgj .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9mgj-figure3-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9mgj .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9mgj-figure3-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9mgj .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9mgj-figure3-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9mgj .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9mgj-figure3-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9mgj .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9mgj-figure3-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9mgj .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9mgj-figure3-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9mgj .figure div.f2 {
    background-image: url(../imgv/vivo-banner-x9mgj-figure3-mini-x2_____images.png);
  }
}

@media (max-width: 767px) {
  #vivo-high .y55 {
    background: #000;
    background-image: url(../imgv/m-vivo-banner-y55_____images.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

#vivo-high .y55 .title {
  top: 40%;
  left: 10%;
}

@media (min-width: 1921px) {
  #vivo-high .y55 .title {
    left: 5%;
  }
}

@media (max-width: 1248px) {
  #vivo-high .y55 .title {
    left: 15%;
  }
}

#vivo-high .y55 .title div {
  width: 266px;
  height: 45.6px;
  background-size: 100% 100%;
}

@media (min-width: 1921px) {
  #vivo-high .y55 .title div {
    width: 350px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .y55 .title div {
    width: 210px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .y55 .title div {
    width: 210px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .y55 .title div {
    width: 210px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .y55 .title div {
    width: 210px;
  }
}

@media (max-width: 767px) {
  #vivo-high .y55 .title div {
    width: 266px;
  }
}

@media (max-width: 567px) {
  #vivo-high .y55 .title div {
    width: 266px;
  }
}

@media (min-width: 1921px) {
  #vivo-high .y55 .title div {
    height: 60px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .y55 .title div {
    height: 36px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .y55 .title div {
    height: 36px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .y55 .title div {
    height: 36px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .y55 .title div {
    height: 36px;
  }
}

@media (max-width: 767px) {
  #vivo-high .y55 .title div {
    height: 45.6px;
  }
}

@media (max-width: 567px) {
  #vivo-high .y55 .title div {
    height: 45.6px;
  }
}

#vivo-high .y55 .title .bigTitle {
  background-image: url(../imgv/vivo-banner-y55-title1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .y55 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-y55-title1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y55 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-y55-title1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .y55 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-y55-title1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y55 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-y55-title1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .y55 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-y55-title1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .y55 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-y55-title1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .y55 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-y55-title1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .y55 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-y55-title1-mini-x2_____images.png);
  }
}

#vivo-high .y55 .title .viseTitle {
  background-image: url(../imgv/vivo-banner-y55-title2_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .y55 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-y55-title2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y55 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-y55-title2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .y55 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-y55-title2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y55 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-y55-title2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .y55 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-y55-title2-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .y55 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-y55-title2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .y55 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-y55-title2-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .y55 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-y55-title2-mini-x2_____images.png);
  }
}

#vivo-high .y55 .title .context {
  background-image: url(../imgv/vivo-banner-y55-title3_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .y55 .title .context {
    background-image: url(../imgv/vivo-banner-y55-title3-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y55 .title .context {
    background-image: url(../imgv/vivo-banner-y55-title3-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .y55 .title .context {
    background-image: url(../imgv/vivo-banner-y55-title3-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y55 .title .context {
    background-image: url(../imgv/vivo-banner-y55-title3-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .y55 .title .context {
    background-image: url(../imgv/vivo-banner-y55-title3-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .y55 .title .context {
    background-image: url(../imgv/vivo-banner-y55-title3-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .y55 .title .context {
    background-image: url(../imgv/vivo-banner-y55-title3-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .y55 .title .context {
    background-image: url(../imgv/vivo-banner-y55-title3-mini-x2_____images.png);
  }
}

#vivo-high .y55 .figure {
  left: 40%;
  bottom: 3%;
  width: 684px;
  height: 760px;
}

@media (min-width: 1921px) {
  #vivo-high .y55 .figure {
    width: 900px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .y55 .figure {
    width: 540px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .y55 .figure {
    width: 540px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .y55 .figure {
    width: 540px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .y55 .figure {
    width: 540px;
  }
}

@media (max-width: 767px) {
  #vivo-high .y55 .figure {
    width: 684px�� 684px;
  }
}

@media (max-width: 567px) {
  #vivo-high .y55 .figure {
    width: 0;
  }
}

@media (min-width: 1921px) {
  #vivo-high .y55 .figure {
    height: 1000px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .y55 .figure {
    height: 600px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .y55 .figure {
    height: 600px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .y55 .figure {
    height: 600px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .y55 .figure {
    height: 600px;
  }
}

@media (max-width: 767px) {
  #vivo-high .y55 .figure {
    height: 760px�� 760px;
  }
}

@media (max-width: 567px) {
  #vivo-high .y55 .figure {
    height: 0;
  }
}

#vivo-high .y55 .figure div {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition-timing-function: cubic-bezier(0.31697, 0.98954, 0.31002, 1);
          transition-timing-function: cubic-bezier(0.31697, 0.98954, 0.31002, 1);
}

#vivo-high .y55 .figure div.f1 {
  background-image: url(../imgv/vivo-banner-y55-figure1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}

@media (min-width: 1921px) {
  #vivo-high .y55 .figure div.f1 {
    background-image: url(../imgv/vivo-banner-y55-figure1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y55 .figure div.f1 {
    background-image: url(../imgv/vivo-banner-y55-figure1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .y55 .figure div.f1 {
    background-image: url(../imgv/vivo-banner-y55-figure1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y55 .figure div.f1 {
    background-image: url(../imgv/vivo-banner-y55-figure1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .y55 .figure div.f1 {
    background-image: url(../imgv/vivo-banner-y55-figure1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .y55 .figure div.f1 {
    background-image: url(../imgv/vivo-banner-y55-figure1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .y55 .figure div.f1 {
    background-image: url(../imgv/vivo-banner-y55-figure1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .y55 .figure div.f1 {
    background-image: url(../imgv/vivo-banner-y55-figure1-mini-x2_____images.png);
  }
}

#vivo-high .y55 .figure div.f2 {
  background-image: url(../imgv/vivo-banner-y55-figure2_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}

@media (min-width: 1921px) {
  #vivo-high .y55 .figure div.f2 {
    background-image: url(../imgv/vivo-banner-y55-figure2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y55 .figure div.f2 {
    background-image: url(../imgv/vivo-banner-y55-figure2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .y55 .figure div.f2 {
    background-image: url(../imgv/vivo-banner-y55-figure2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y55 .figure div.f2 {
    background-image: url(../imgv/vivo-banner-y55-figure2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .y55 .figure div.f2 {
    background-image: url(../imgv/vivo-banner-y55-figure2-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .y55 .figure div.f2 {
    background-image: url(../imgv/vivo-banner-y55-figure2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .y55 .figure div.f2 {
    background-image: url(../imgv/vivo-banner-y55-figure2-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .y55 .figure div.f2 {
    background-image: url(../imgv/vivo-banner-y55-figure2-mini-x2_____images.png);
  }
}

#vivo-high .y55 .figure div.f3 {
  background-image: url(../imgv/vivo-banner-y55-figure3_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}

@media (min-width: 1921px) {
  #vivo-high .y55 .figure div.f3 {
    background-image: url(../imgv/vivo-banner-y55-figure3-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y55 .figure div.f3 {
    background-image: url(../imgv/vivo-banner-y55-figure3-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .y55 .figure div.f3 {
    background-image: url(../imgv/vivo-banner-y55-figure3-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y55 .figure div.f3 {
    background-image: url(../imgv/vivo-banner-y55-figure3-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .y55 .figure div.f3 {
    background-image: url(../imgv/vivo-banner-y55-figure3-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .y55 .figure div.f3 {
    background-image: url(../imgv/vivo-banner-y55-figure3-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .y55 .figure div.f3 {
    background-image: url(../imgv/vivo-banner-y55-figure3-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .y55 .figure div.f3 {
    background-image: url(../imgv/vivo-banner-y55-figure3-mini-x2_____images.png);
  }
}

@media (max-width: 767px) {
  #vivo-high .y66 {
    background: #000;
    background-image: url(../imgv/m-vivo-banner-y66_____images.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

#vivo-high .y66 .title {
  top: 40%;
  left: 10%;
}

@media (min-width: 1921px) {
  #vivo-high .y66 .title {
    left: 5%;
  }
}

@media (max-width: 1248px) {
  #vivo-high .y66 .title {
    left: 15%;
  }
}

#vivo-high .y66 .title div {
  width: 304px;
  height: 45.6px;
  background-size: 100% 100%;
}

@media (min-width: 1921px) {
  #vivo-high .y66 .title div {
    width: 400px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .y66 .title div {
    width: 240px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .y66 .title div {
    width: 240px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .y66 .title div {
    width: 240px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .y66 .title div {
    width: 240px;
  }
}

@media (max-width: 767px) {
  #vivo-high .y66 .title div {
    width: 304px;
  }
}

@media (max-width: 567px) {
  #vivo-high .y66 .title div {
    width: 304px;
  }
}

@media (min-width: 1921px) {
  #vivo-high .y66 .title div {
    height: 60px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .y66 .title div {
    height: 36px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .y66 .title div {
    height: 36px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .y66 .title div {
    height: 36px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .y66 .title div {
    height: 36px;
  }
}

@media (max-width: 767px) {
  #vivo-high .y66 .title div {
    height: 45.6px;
  }
}

@media (max-width: 567px) {
  #vivo-high .y66 .title div {
    height: 45.6px;
  }
}

#vivo-high .y66 .title .bigTitle {
  background-image: url(../imgv/vivo-banner-y66-title1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .y66 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-y66-title1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y66 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-y66-title1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .y66 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-y66-title1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y66 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-y66-title1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .y66 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-y66-title1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .y66 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-y66-title1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .y66 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-y66-title1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .y66 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-y66-title1-mini-x2_____images.png);
  }
}

#vivo-high .y66 .title .viseTitle {
  background-image: url(../imgv/vivo-banner-y66-title2_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .y66 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-y66-title2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y66 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-y66-title2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .y66 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-y66-title2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y66 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-y66-title2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .y66 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-y66-title2-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .y66 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-y66-title2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .y66 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-y66-title2-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .y66 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-y66-title2-mini-x2_____images.png);
  }
}

#vivo-high .y66 .title .context {
  background-image: url(../imgv/vivo-banner-y66-title3_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .y66 .title .context {
    background-image: url(../imgv/vivo-banner-y66-title3-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y66 .title .context {
    background-image: url(../imgv/vivo-banner-y66-title3-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .y66 .title .context {
    background-image: url(../imgv/vivo-banner-y66-title3-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y66 .title .context {
    background-image: url(../imgv/vivo-banner-y66-title3-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .y66 .title .context {
    background-image: url(../imgv/vivo-banner-y66-title3-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .y66 .title .context {
    background-image: url(../imgv/vivo-banner-y66-title3-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .y66 .title .context {
    background-image: url(../imgv/vivo-banner-y66-title3-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .y66 .title .context {
    background-image: url(../imgv/vivo-banner-y66-title3-mini-x2_____images.png);
  }
}

#vivo-high .y66 .figure {
  left: 40%;
  bottom: 0;
  width: 874px;
  height: 684px;
}

@media (min-width: 1921px) {
  #vivo-high .y66 .figure {
    width: 1150px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .y66 .figure {
    width: 690px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .y66 .figure {
    width: 690px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .y66 .figure {
    width: 690px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .y66 .figure {
    width: 690px;
  }
}

@media (max-width: 767px) {
  #vivo-high .y66 .figure {
    width: 874px�� 874px;
  }
}

@media (max-width: 567px) {
  #vivo-high .y66 .figure {
    width: 0;
  }
}

@media (min-width: 1921px) {
  #vivo-high .y66 .figure {
    height: 900px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .y66 .figure {
    height: 540px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .y66 .figure {
    height: 540px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .y66 .figure {
    height: 540px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .y66 .figure {
    height: 540px;
  }
}

@media (max-width: 767px) {
  #vivo-high .y66 .figure {
    height: 684px�� 684px;
  }
}

@media (max-width: 567px) {
  #vivo-high .y66 .figure {
    height: 0;
  }
}

#vivo-high .y66 .figure div {
  width: 100%;
  height: 100%;
  position: absolute;
}

#vivo-high .y66 .figure div.shadow {
  background-image: url(../imgv/vivo-banner-y66-figure1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .y66 .figure div.shadow {
    background-image: url(../imgv/vivo-banner-y66-figure1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y66 .figure div.shadow {
    background-image: url(../imgv/vivo-banner-y66-figure1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .y66 .figure div.shadow {
    background-image: url(../imgv/vivo-banner-y66-figure1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y66 .figure div.shadow {
    background-image: url(../imgv/vivo-banner-y66-figure1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .y66 .figure div.shadow {
    background-image: url(../imgv/vivo-banner-y66-figure1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .y66 .figure div.shadow {
    background-image: url(../imgv/vivo-banner-y66-figure1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .y66 .figure div.shadow {
    background-image: url(../imgv/vivo-banner-y66-figure1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .y66 .figure div.shadow {
    background-image: url(../imgv/vivo-banner-y66-figure1-mini-x2_____images.png);
  }
}

#vivo-high .y66 .figure div.f1 {
  background-image: url(../imgv/vivo-banner-y66-figure2_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .y66 .figure div.f1 {
    background-image: url(../imgv/vivo-banner-y66-figure2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y66 .figure div.f1 {
    background-image: url(../imgv/vivo-banner-y66-figure2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .y66 .figure div.f1 {
    background-image: url(../imgv/vivo-banner-y66-figure2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y66 .figure div.f1 {
    background-image: url(../imgv/vivo-banner-y66-figure2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .y66 .figure div.f1 {
    background-image: url(../imgv/vivo-banner-y66-figure2-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .y66 .figure div.f1 {
    background-image: url(../imgv/vivo-banner-y66-figure2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .y66 .figure div.f1 {
    background-image: url(../imgv/vivo-banner-y66-figure2-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .y66 .figure div.f1 {
    background-image: url(../imgv/vivo-banner-y66-figure2-mini-x2_____images.png);
  }
}

#vivo-high .y66 .figure div.f2 {
  background-image: url(../imgv/vivo-banner-y66-figure3_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .y66 .figure div.f2 {
    background-image: url(../imgv/vivo-banner-y66-figure3-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y66 .figure div.f2 {
    background-image: url(../imgv/vivo-banner-y66-figure3-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .y66 .figure div.f2 {
    background-image: url(../imgv/vivo-banner-y66-figure3-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .y66 .figure div.f2 {
    background-image: url(../imgv/vivo-banner-y66-figure3-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .y66 .figure div.f2 {
    background-image: url(../imgv/vivo-banner-y66-figure3-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .y66 .figure div.f2 {
    background-image: url(../imgv/vivo-banner-y66-figure3-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .y66 .figure div.f2 {
    background-image: url(../imgv/vivo-banner-y66-figure3-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .y66 .figure div.f2 {
    background-image: url(../imgv/vivo-banner-y66-figure3-mini-x2_____images.png);
  }
}

@media (max-width: 767px) {
  #vivo-high .mwc2017 {
    background: #000;
    background-image: url(../imgv/m-vivo-banner-mwc2017_____images.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

#vivo-high .mwc2017 .title {
  top: 35%;
  left: -0.5%;
}

@media (max-width: 1248px) {
  #vivo-high .mwc2017 .title {
    left: 16px;
  }
}

#vivo-high .mwc2017 .title div {
  width: 418px;
  height: 266px;
  background-size: 100% 100%;
}

@media (min-width: 1921px) {
  #vivo-high .mwc2017 .title div {
    width: 550px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .mwc2017 .title div {
    width: 330px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .mwc2017 .title div {
    width: 330px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .mwc2017 .title div {
    width: 330px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .mwc2017 .title div {
    width: 330px;
  }
}

@media (max-width: 767px) {
  #vivo-high .mwc2017 .title div {
    width: 418px;
  }
}

@media (max-width: 567px) {
  #vivo-high .mwc2017 .title div {
    width: 418px;
  }
}

@media (min-width: 1921px) {
  #vivo-high .mwc2017 .title div {
    height: 350px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .mwc2017 .title div {
    height: 210px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .mwc2017 .title div {
    height: 210px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .mwc2017 .title div {
    height: 210px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .mwc2017 .title div {
    height: 210px;
  }
}

@media (max-width: 767px) {
  #vivo-high .mwc2017 .title div {
    height: 266px;
  }
}

@media (max-width: 567px) {
  #vivo-high .mwc2017 .title div {
    height: 266px;
  }
}

#vivo-high .mwc2017 .title .bigTitle {
  background-image: url(../imgv/vivo-banner-mwc2017-title1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .mwc2017 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-mwc2017-title1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .mwc2017 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-mwc2017-title1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .mwc2017 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-mwc2017-title1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .mwc2017 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-mwc2017-title1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .mwc2017 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-mwc2017-title1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .mwc2017 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-mwc2017-title1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .mwc2017 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-mwc2017-title1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .mwc2017 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-mwc2017-title1-mini-x2_____images.png);
  }
}

@media (max-width: 767px) {
  #vivo-high .nn0703 {
    background: #000;
    background-image: url(../imgv/m-vivo-banner-nn0703_____images.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

#vivo-high .nn0703 .title {
  top: 35%;
  left: auto;
  right: 15%;
}

@media (max-width: 1248px) {
  #vivo-high .nn0703 .title {
    right: 15%;
  }
}

#vivo-high .nn0703 .title div {
  width: 266px;
  height: 41.8px;
  background-size: 100% 100%;
}

@media (min-width: 1921px) {
  #vivo-high .nn0703 .title div {
    width: 350px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .nn0703 .title div {
    width: 210px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .nn0703 .title div {
    width: 210px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .nn0703 .title div {
    width: 210px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .nn0703 .title div {
    width: 210px;
  }
}

@media (max-width: 767px) {
  #vivo-high .nn0703 .title div {
    width: 266px;
  }
}

@media (max-width: 567px) {
  #vivo-high .nn0703 .title div {
    width: 266px;
  }
}

@media (min-width: 1921px) {
  #vivo-high .nn0703 .title div {
    height: 55px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .nn0703 .title div {
    height: 33px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .nn0703 .title div {
    height: 33px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .nn0703 .title div {
    height: 33px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .nn0703 .title div {
    height: 33px;
  }
}

@media (max-width: 767px) {
  #vivo-high .nn0703 .title div {
    height: 41.8px;
  }
}

@media (max-width: 567px) {
  #vivo-high .nn0703 .title div {
    height: 41.8px;
  }
}

#vivo-high .nn0703 .title .bigTitle {
  background-image: url(../imgv/vivo-banner-nn0703-title1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .nn0703 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-nn0703-title1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .nn0703 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-nn0703-title1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .nn0703 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-nn0703-title1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .nn0703 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-nn0703-title1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .nn0703 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-nn0703-title1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .nn0703 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-nn0703-title1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .nn0703 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-nn0703-title1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .nn0703 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-nn0703-title1-mini-x2_____images.png);
  }
}

#vivo-high .nn0703 .title .viseTitle {
  background-image: url(../imgv/vivo-banner-nn0703-title2_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .nn0703 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-nn0703-title2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .nn0703 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-nn0703-title2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .nn0703 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-nn0703-title2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .nn0703 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-nn0703-title2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .nn0703 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-nn0703-title2-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .nn0703 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-nn0703-title2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .nn0703 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-nn0703-title2-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .nn0703 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-nn0703-title2-mini-x2_____images.png);
  }
}

#vivo-high .nn0703 .title .context {
  background-image: url(../imgv/vivo-banner-nn0703-title3_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .nn0703 .title .context {
    background-image: url(../imgv/vivo-banner-nn0703-title3-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .nn0703 .title .context {
    background-image: url(../imgv/vivo-banner-nn0703-title3-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .nn0703 .title .context {
    background-image: url(../imgv/vivo-banner-nn0703-title3-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .nn0703 .title .context {
    background-image: url(../imgv/vivo-banner-nn0703-title3-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .nn0703 .title .context {
    background-image: url(../imgv/vivo-banner-nn0703-title3-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .nn0703 .title .context {
    background-image: url(../imgv/vivo-banner-nn0703-title3-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .nn0703 .title .context {
    background-image: url(../imgv/vivo-banner-nn0703-title3-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .nn0703 .title .context {
    background-image: url(../imgv/vivo-banner-nn0703-title3-mini-x2_____images.png);
  }
}

@media (max-width: 767px) {
  #vivo-high .nnlive {
    background: #000;
    background-image: url(../imgv/m-vivo-banner-nnlive_____images.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

#vivo-high .nnlive .title {
  top: 35%;
  left: auto;
  right: 15%;
}

@media (min-width: 1921px) {
  #vivo-high .nnlive .title {
    right: 5%;
  }
}

@media (max-width: 1248px) {
  #vivo-high .nnlive .title {
    right: 15%;
  }
}

#vivo-high .nnlive .title div {
  width: 304px;
  height: 45.6px;
  background-size: 100% 100%;
}

@media (min-width: 1921px) {
  #vivo-high .nnlive .title div {
    width: 400px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .nnlive .title div {
    width: 240px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .nnlive .title div {
    width: 240px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .nnlive .title div {
    width: 240px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .nnlive .title div {
    width: 240px;
  }
}

@media (max-width: 767px) {
  #vivo-high .nnlive .title div {
    width: 304px;
  }
}

@media (max-width: 567px) {
  #vivo-high .nnlive .title div {
    width: 304px;
  }
}

@media (min-width: 1921px) {
  #vivo-high .nnlive .title div {
    height: 60px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .nnlive .title div {
    height: 36px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .nnlive .title div {
    height: 36px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .nnlive .title div {
    height: 36px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .nnlive .title div {
    height: 36px;
  }
}

@media (max-width: 767px) {
  #vivo-high .nnlive .title div {
    height: 45.6px;
  }
}

@media (max-width: 567px) {
  #vivo-high .nnlive .title div {
    height: 45.6px;
  }
}

#vivo-high .nnlive .title .bigTitle {
  background-image: url(../imgv/vivo-banner-nnlive-title1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .nnlive .title .bigTitle {
    background-image: url(../imgv/vivo-banner-nnlive-title1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .nnlive .title .bigTitle {
    background-image: url(../imgv/vivo-banner-nnlive-title1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .nnlive .title .bigTitle {
    background-image: url(../imgv/vivo-banner-nnlive-title1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .nnlive .title .bigTitle {
    background-image: url(../imgv/vivo-banner-nnlive-title1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .nnlive .title .bigTitle {
    background-image: url(../imgv/vivo-banner-nnlive-title1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .nnlive .title .bigTitle {
    background-image: url(../imgv/vivo-banner-nnlive-title1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .nnlive .title .bigTitle {
    background-image: url(../imgv/vivo-banner-nnlive-title1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .nnlive .title .bigTitle {
    background-image: url(../imgv/vivo-banner-nnlive-title1-mini-x2_____images.png);
  }
}

#vivo-high .nnlive .title .viseTitle {
  background-image: url(../imgv/vivo-banner-nnlive-title2_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .nnlive .title .viseTitle {
    background-image: url(../imgv/vivo-banner-nnlive-title2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .nnlive .title .viseTitle {
    background-image: url(../imgv/vivo-banner-nnlive-title2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .nnlive .title .viseTitle {
    background-image: url(../imgv/vivo-banner-nnlive-title2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .nnlive .title .viseTitle {
    background-image: url(../imgv/vivo-banner-nnlive-title2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .nnlive .title .viseTitle {
    background-image: url(../imgv/vivo-banner-nnlive-title2-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .nnlive .title .viseTitle {
    background-image: url(../imgv/vivo-banner-nnlive-title2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .nnlive .title .viseTitle {
    background-image: url(../imgv/vivo-banner-nnlive-title2-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .nnlive .title .viseTitle {
    background-image: url(../imgv/vivo-banner-nnlive-title2-mini-x2_____images.png);
  }
}

#vivo-high .nnlive .title .context {
  background-image: url(../imgv/vivo-banner-nnlive-title3_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .nnlive .title .context {
    background-image: url(../imgv/vivo-banner-nnlive-title3-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .nnlive .title .context {
    background-image: url(../imgv/vivo-banner-nnlive-title3-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .nnlive .title .context {
    background-image: url(../imgv/vivo-banner-nnlive-title3-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .nnlive .title .context {
    background-image: url(../imgv/vivo-banner-nnlive-title3-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .nnlive .title .context {
    background-image: url(../imgv/vivo-banner-nnlive-title3-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .nnlive .title .context {
    background-image: url(../imgv/vivo-banner-nnlive-title3-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .nnlive .title .context {
    background-image: url(../imgv/vivo-banner-nnlive-title3-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .nnlive .title .context {
    background-image: url(../imgv/vivo-banner-nnlive-title3-mini-x2_____images.png);
  }
}

@media (max-width: 767px) {
  #vivo-high .nnlive.v1 {
    background-image: url(../imgv/m-vivo-banner-nnlive-v1_____images.jpg);
  }
}

#vivo-high .nnlive.v1 .bigTitle {
  background-image: url(../imgv/vivo-banner-nnlive-title1-v1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .nnlive.v1 .bigTitle {
    background-image: url(../imgv/vivo-banner-nnlive-title1-v1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .nnlive.v1 .bigTitle {
    background-image: url(../imgv/vivo-banner-nnlive-title1-v1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .nnlive.v1 .bigTitle {
    background-image: url(../imgv/vivo-banner-nnlive-title1-v1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .nnlive.v1 .bigTitle {
    background-image: url(../imgv/vivo-banner-nnlive-title1-v1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .nnlive.v1 .bigTitle {
    background-image: url(../imgv/vivo-banner-nnlive-title1-v1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .nnlive.v1 .bigTitle {
    background-image: url(../imgv/vivo-banner-nnlive-title1-v1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .nnlive.v1 .bigTitle {
    background-image: url(../imgv/vivo-banner-nnlive-title1-v1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .nnlive.v1 .bigTitle {
    background-image: url(../imgv/vivo-banner-nnlive-title1-v1-mini-x2_____images.png);
  }
}

#vivo-high .nnlive.v1 .viseTitle {
  background-image: url(../imgv/vivo-banner-nnlive-title2-v1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .nnlive.v1 .viseTitle {
    background-image: url(../imgv/vivo-banner-nnlive-title2-v1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .nnlive.v1 .viseTitle {
    background-image: url(../imgv/vivo-banner-nnlive-title2-v1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .nnlive.v1 .viseTitle {
    background-image: url(../imgv/vivo-banner-nnlive-title2-v1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .nnlive.v1 .viseTitle {
    background-image: url(../imgv/vivo-banner-nnlive-title2-v1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .nnlive.v1 .viseTitle {
    background-image: url(../imgv/vivo-banner-nnlive-title2-v1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .nnlive.v1 .viseTitle {
    background-image: url(../imgv/vivo-banner-nnlive-title2-v1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .nnlive.v1 .viseTitle {
    background-image: url(../imgv/vivo-banner-nnlive-title2-v1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .nnlive.v1 .viseTitle {
    background-image: url(../imgv/vivo-banner-nnlive-title2-v1-mini-x2_____images.png);
  }
}

#vivo-high .nnlive.v1 .context {
  background-image: url(../imgv/vivo-banner-nnlive-title3-v1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .nnlive.v1 .context {
    background-image: url(../imgv/vivo-banner-nnlive-title3-v1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .nnlive.v1 .context {
    background-image: url(../imgv/vivo-banner-nnlive-title3-v1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .nnlive.v1 .context {
    background-image: url(../imgv/vivo-banner-nnlive-title3-v1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .nnlive.v1 .context {
    background-image: url(../imgv/vivo-banner-nnlive-title3-v1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .nnlive.v1 .context {
    background-image: url(../imgv/vivo-banner-nnlive-title3-v1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .nnlive.v1 .context {
    background-image: url(../imgv/vivo-banner-nnlive-title3-v1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .nnlive.v1 .context {
    background-image: url(../imgv/vivo-banner-nnlive-title3-v1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .nnlive.v1 .context {
    background-image: url(../imgv/vivo-banner-nnlive-title3-v1-mini-x2_____images.png);
  }
}

@media (max-width: 767px) {
  #vivo-high .nn0705 {
    background: #000;
    background-image: url(../imgv/m-vivo-banner-nn0705_____images.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

#vivo-high .nn0705 .title {
  top: 33%;
  left: 2%;
}

@media (min-width: 1921px) {
  #vivo-high .nn0705 .title {
    left: -6%;
  }
}

@media (max-width: 1248px) {
  #vivo-high .nn0705 .title {
    left: 4%;
  }
}

#vivo-high .nn0705 .title div {
  width: 304px;
  height: 45.6px;
  background-size: 100% 100%;
}

@media (min-width: 1921px) {
  #vivo-high .nn0705 .title div {
    width: 400px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .nn0705 .title div {
    width: 240px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .nn0705 .title div {
    width: 240px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .nn0705 .title div {
    width: 240px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .nn0705 .title div {
    width: 240px;
  }
}

@media (max-width: 767px) {
  #vivo-high .nn0705 .title div {
    width: 304px;
  }
}

@media (max-width: 567px) {
  #vivo-high .nn0705 .title div {
    width: 304px;
  }
}

@media (min-width: 1921px) {
  #vivo-high .nn0705 .title div {
    height: 60px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .nn0705 .title div {
    height: 36px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .nn0705 .title div {
    height: 36px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .nn0705 .title div {
    height: 36px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .nn0705 .title div {
    height: 36px;
  }
}

@media (max-width: 767px) {
  #vivo-high .nn0705 .title div {
    height: 45.6px;
  }
}

@media (max-width: 567px) {
  #vivo-high .nn0705 .title div {
    height: 45.6px;
  }
}

#vivo-high .nn0705 .title .bigTitle {
  background-image: url(../imgv/vivo-banner-nn0705-title1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .nn0705 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-nn0705-title1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-nn0705-title1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .nn0705 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-nn0705-title1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-nn0705-title1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .nn0705 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-nn0705-title1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-nn0705-title1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .nn0705 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-nn0705-title1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-nn0705-title1-mini-x2_____images.png);
  }
}

#vivo-high .nn0705 .title .viseTitle {
  background-image: url(../imgv/vivo-banner-nn0705-title2_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .nn0705 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-nn0705-title2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-nn0705-title2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .nn0705 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-nn0705-title2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-nn0705-title2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .nn0705 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-nn0705-title2-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-nn0705-title2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .nn0705 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-nn0705-title2-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-nn0705-title2-mini-x2_____images.png);
  }
}

#vivo-high .nn0705 .title .context {
  background-image: url(../imgv/vivo-banner-nn0705-title3_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .nn0705 .title .context {
    background-image: url(../imgv/vivo-banner-nn0705-title3-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705 .title .context {
    background-image: url(../imgv/vivo-banner-nn0705-title3-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .nn0705 .title .context {
    background-image: url(../imgv/vivo-banner-nn0705-title3-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705 .title .context {
    background-image: url(../imgv/vivo-banner-nn0705-title3-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .nn0705 .title .context {
    background-image: url(../imgv/vivo-banner-nn0705-title3-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705 .title .context {
    background-image: url(../imgv/vivo-banner-nn0705-title3-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .nn0705 .title .context {
    background-image: url(../imgv/vivo-banner-nn0705-title3-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705 .title .context {
    background-image: url(../imgv/vivo-banner-nn0705-title3-mini-x2_____images.png);
  }
}

#vivo-high .nn0705 .title .tipTitle {
  position: relative;
  background-image: url(../imgv/vivo-banner-x9i-tip_____images.png);
  top: 250px;
  left: 50%;
  margin-left: -275px;
  width: 550px;
  height: 15px;
}

@media print, only screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-resolution: 144dpi), screen and (-webkit-min-device-pixel-ratio: 144), screen and (min-resolution: 144dppx) {
  #vivo-high .nn0705 .title .tipTitle {
    background-image: "(../images/vivo-banner-x9i-tip.png)";
  }
}

@media (min-width: 1921px) {
  #vivo-high .nn0705 .title .tipTitle {
    top: 350px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .nn0705 .title .tipTitle {
    top: 150px;
    margin-left: -247.5px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .nn0705 .title .tipTitle {
    width: 440px;
    height: 12px;
    margin-left: -192.5px;
  }
}

@media (max-width: 767px) {
  #vivo-high .nn0705.v1 {
    background-image: url(../imgv/m-vivo-banner-nn0705-v1_____images.jpg);
  }
}

#vivo-high .nn0705.v1 .bigTitle {
  background-image: url(../imgv/vivo-banner-nn0705-v1-title1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .nn0705.v1 .bigTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v1-title1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705.v1 .bigTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v1-title1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .nn0705.v1 .bigTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v1-title1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705.v1 .bigTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v1-title1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .nn0705.v1 .bigTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v1-title1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705.v1 .bigTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v1-title1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .nn0705.v1 .bigTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v1-title1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705.v1 .bigTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v1-title1-mini-x2_____images.png);
  }
}

#vivo-high .nn0705.v1 .viseTitle {
  background-image: url(../imgv/vivo-banner-nn0705-v1-title2_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .nn0705.v1 .viseTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v1-title2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705.v1 .viseTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v1-title2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .nn0705.v1 .viseTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v1-title2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705.v1 .viseTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v1-title2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .nn0705.v1 .viseTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v1-title2-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705.v1 .viseTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v1-title2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .nn0705.v1 .viseTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v1-title2-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705.v1 .viseTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v1-title2-mini-x2_____images.png);
  }
}

#vivo-high .nn0705.v1 .context {
  background-image: url(../imgv/vivo-banner-nn0705-v1-title3_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .nn0705.v1 .context {
    background-image: url(../imgv/vivo-banner-nn0705-v1-title3-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705.v1 .context {
    background-image: url(../imgv/vivo-banner-nn0705-v1-title3-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .nn0705.v1 .context {
    background-image: url(../imgv/vivo-banner-nn0705-v1-title3-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705.v1 .context {
    background-image: url(../imgv/vivo-banner-nn0705-v1-title3-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .nn0705.v1 .context {
    background-image: url(../imgv/vivo-banner-nn0705-v1-title3-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705.v1 .context {
    background-image: url(../imgv/vivo-banner-nn0705-v1-title3-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .nn0705.v1 .context {
    background-image: url(../imgv/vivo-banner-nn0705-v1-title3-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705.v1 .context {
    background-image: url(../imgv/vivo-banner-nn0705-v1-title3-mini-x2_____images.png);
  }
}

@media (max-width: 767px) {
  #vivo-high .nn0705.v2 {
    background-image: url(../imgv/m-vivo-banner-nn0705-v2_____images.jpg);
  }
}

#vivo-high .nn0705.v2 .bigTitle {
  background-image: url(../imgv/vivo-banner-nn0705-v2-title1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .nn0705.v2 .bigTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v2-title1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705.v2 .bigTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v2-title1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .nn0705.v2 .bigTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v2-title1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705.v2 .bigTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v2-title1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .nn0705.v2 .bigTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v2-title1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705.v2 .bigTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v2-title1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .nn0705.v2 .bigTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v2-title1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705.v2 .bigTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v2-title1-mini-x2_____images.png);
  }
}

#vivo-high .nn0705.v2 .viseTitle {
  background-image: url(../imgv/vivo-banner-nn0705-v2-title2_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .nn0705.v2 .viseTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v2-title2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705.v2 .viseTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v2-title2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .nn0705.v2 .viseTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v2-title2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705.v2 .viseTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v2-title2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .nn0705.v2 .viseTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v2-title2-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705.v2 .viseTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v2-title2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .nn0705.v2 .viseTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v2-title2-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705.v2 .viseTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v2-title2-mini-x2_____images.png);
  }
}

#vivo-high .nn0705.v2 .context {
  background-image: url(../imgv/vivo-banner-nn0705-v2-title3_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .nn0705.v2 .context {
    background-image: url(../imgv/vivo-banner-nn0705-v2-title3-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705.v2 .context {
    background-image: url(../imgv/vivo-banner-nn0705-v2-title3-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .nn0705.v2 .context {
    background-image: url(../imgv/vivo-banner-nn0705-v2-title3-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705.v2 .context {
    background-image: url(../imgv/vivo-banner-nn0705-v2-title3-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .nn0705.v2 .context {
    background-image: url(../imgv/vivo-banner-nn0705-v2-title3-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705.v2 .context {
    background-image: url(../imgv/vivo-banner-nn0705-v2-title3-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .nn0705.v2 .context {
    background-image: url(../imgv/vivo-banner-nn0705-v2-title3-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705.v2 .context {
    background-image: url(../imgv/vivo-banner-nn0705-v2-title3-mini-x2_____images.png);
  }
}

@media (max-width: 767px) {
  #vivo-high .nn0705.v3 {
    background-image: url(../imgv/m-vivo-banner-nn0705-v3_____images.jpg);
  }
}

#vivo-high .nn0705.v3 .bigTitle {
  background-image: url(../imgv/vivo-banner-nn0705-v3-title1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .nn0705.v3 .bigTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v3-title1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705.v3 .bigTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v3-title1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .nn0705.v3 .bigTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v3-title1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705.v3 .bigTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v3-title1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .nn0705.v3 .bigTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v3-title1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705.v3 .bigTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v3-title1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .nn0705.v3 .bigTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v3-title1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705.v3 .bigTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v3-title1-mini-x2_____images.png);
  }
}

#vivo-high .nn0705.v3 .viseTitle {
  background-image: url(../imgv/vivo-banner-nn0705-v3-title2_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .nn0705.v3 .viseTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v3-title2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705.v3 .viseTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v3-title2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .nn0705.v3 .viseTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v3-title2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705.v3 .viseTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v3-title2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .nn0705.v3 .viseTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v3-title2-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705.v3 .viseTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v3-title2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .nn0705.v3 .viseTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v3-title2-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705.v3 .viseTitle {
    background-image: url(../imgv/vivo-banner-nn0705-v3-title2-mini-x2_____images.png);
  }
}

#vivo-high .nn0705.v3 .context {
  background-image: url(../imgv/vivo-banner-nn0705-v3-title3_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .nn0705.v3 .context {
    background-image: url(../imgv/vivo-banner-nn0705-v3-title3-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705.v3 .context {
    background-image: url(../imgv/vivo-banner-nn0705-v3-title3-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .nn0705.v3 .context {
    background-image: url(../imgv/vivo-banner-nn0705-v3-title3-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705.v3 .context {
    background-image: url(../imgv/vivo-banner-nn0705-v3-title3-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .nn0705.v3 .context {
    background-image: url(../imgv/vivo-banner-nn0705-v3-title3-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705.v3 .context {
    background-image: url(../imgv/vivo-banner-nn0705-v3-title3-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .nn0705.v3 .context {
    background-image: url(../imgv/vivo-banner-nn0705-v3-title3-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .nn0705.v3 .context {
    background-image: url(../imgv/vivo-banner-nn0705-v3-title3-mini-x2_____images.png);
  }
}

@media (max-width: 767px) {
  #vivo-high .ninired {
    background: #000;
    background-image: url(../imgv/m-vivo-banner-ninired_____images.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

#vivo-high .ninired .title {
  top: 33%;
  left: 10%;
}

@media (min-width: 1921px) {
  #vivo-high .ninired .title {
    left: 0;
  }
}

@media (max-width: 1248px) {
  #vivo-high .ninired .title {
    left: 10%;
  }
}

#vivo-high .ninired .title div {
  width: 304px;
  height: 45.6px;
  background-size: 100% 100%;
}

@media (min-width: 1921px) {
  #vivo-high .ninired .title div {
    width: 400px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .ninired .title div {
    width: 240px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .ninired .title div {
    width: 240px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .ninired .title div {
    width: 240px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .ninired .title div {
    width: 240px;
  }
}

@media (max-width: 767px) {
  #vivo-high .ninired .title div {
    width: 304px;
  }
}

@media (max-width: 567px) {
  #vivo-high .ninired .title div {
    width: 304px;
  }
}

@media (min-width: 1921px) {
  #vivo-high .ninired .title div {
    height: 60px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .ninired .title div {
    height: 36px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .ninired .title div {
    height: 36px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .ninired .title div {
    height: 36px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .ninired .title div {
    height: 36px;
  }
}

@media (max-width: 767px) {
  #vivo-high .ninired .title div {
    height: 45.6px;
  }
}

@media (max-width: 567px) {
  #vivo-high .ninired .title div {
    height: 45.6px;
  }
}

#vivo-high .ninired .title .bigTitle {
  background-image: url(../imgv/vivo-banner-ninired-title1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .ninired .title .bigTitle {
    background-image: url(../imgv/vivo-banner-ninired-title1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .ninired .title .bigTitle {
    background-image: url(../imgv/vivo-banner-ninired-title1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .ninired .title .bigTitle {
    background-image: url(../imgv/vivo-banner-ninired-title1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .ninired .title .bigTitle {
    background-image: url(../imgv/vivo-banner-ninired-title1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .ninired .title .bigTitle {
    background-image: url(../imgv/vivo-banner-ninired-title1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .ninired .title .bigTitle {
    background-image: url(../imgv/vivo-banner-ninired-title1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .ninired .title .bigTitle {
    background-image: url(../imgv/vivo-banner-ninired-title1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .ninired .title .bigTitle {
    background-image: url(../imgv/vivo-banner-ninired-title1-mini-x2_____images.png);
  }
}

#vivo-high .ninired .title .viseTitle {
  background-image: url(../imgv/vivo-banner-ninired-title2_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .ninired .title .viseTitle {
    background-image: url(../imgv/vivo-banner-ninired-title2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .ninired .title .viseTitle {
    background-image: url(../imgv/vivo-banner-ninired-title2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .ninired .title .viseTitle {
    background-image: url(../imgv/vivo-banner-ninired-title2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .ninired .title .viseTitle {
    background-image: url(../imgv/vivo-banner-ninired-title2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .ninired .title .viseTitle {
    background-image: url(../imgv/vivo-banner-ninired-title2-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .ninired .title .viseTitle {
    background-image: url(../imgv/vivo-banner-ninired-title2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .ninired .title .viseTitle {
    background-image: url(../imgv/vivo-banner-ninired-title2-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .ninired .title .viseTitle {
    background-image: url(../imgv/vivo-banner-ninired-title2-mini-x2_____images.png);
  }
}

#vivo-high .ninired .title .context {
  background-image: url(../imgv/vivo-banner-ninired-title3_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .ninired .title .context {
    background-image: url(../imgv/vivo-banner-ninired-title3-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .ninired .title .context {
    background-image: url(../imgv/vivo-banner-ninired-title3-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .ninired .title .context {
    background-image: url(../imgv/vivo-banner-ninired-title3-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .ninired .title .context {
    background-image: url(../imgv/vivo-banner-ninired-title3-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .ninired .title .context {
    background-image: url(../imgv/vivo-banner-ninired-title3-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .ninired .title .context {
    background-image: url(../imgv/vivo-banner-ninired-title3-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .ninired .title .context {
    background-image: url(../imgv/vivo-banner-ninired-title3-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .ninired .title .context {
    background-image: url(../imgv/vivo-banner-ninired-title3-mini-x2_____images.png);
  }
}

#vivo-high .ninired .title span:hover {
  color: #fff;
}

#vivo-high .ninired .title span:hover:after {
  background-color: #fff;
}

@media (max-width: 767px) {
  #vivo-high .x9slive {
    background: #000;
    background-image: url(../imgv/m-vivo-banner-x9slive_____images.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

#vivo-high .x9slive .title {
  top: 15%;
  left: 50%;
  margin-left: -171px;
}

@media (min-width: 1921px) {
  #vivo-high .x9slive .title {
    margin-left: -225px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9slive .title {
    margin-left: -135px;
  }
}

#vivo-high .x9slive .title div {
  width: 342px;
  height: 41.8px;
  background-size: 100% 100%;
}

@media (min-width: 1921px) {
  #vivo-high .x9slive .title div {
    width: 450px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9slive .title div {
    width: 270px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9slive .title div {
    width: 270px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9slive .title div {
    width: 270px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9slive .title div {
    width: 270px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9slive .title div {
    width: 342px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9slive .title div {
    width: 342px;
  }
}

@media (min-width: 1921px) {
  #vivo-high .x9slive .title div {
    height: 55px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9slive .title div {
    height: 33px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9slive .title div {
    height: 33px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .x9slive .title div {
    height: 33px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .x9slive .title div {
    height: 33px;
  }
}

@media (max-width: 767px) {
  #vivo-high .x9slive .title div {
    height: 41.8px;
  }
}

@media (max-width: 567px) {
  #vivo-high .x9slive .title div {
    height: 41.8px;
  }
}

#vivo-high .x9slive .title .bigTitle {
  background-image: url(../imgv/vivo-banner-x9slive-title1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9slive .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9slive-title1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9slive .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9slive-title1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9slive .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9slive-title1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9slive .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9slive-title1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9slive .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9slive-title1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9slive .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9slive-title1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9slive .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9slive-title1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9slive .title .bigTitle {
    background-image: url(../imgv/vivo-banner-x9slive-title1-mini-x2_____images.png);
  }
}

#vivo-high .x9slive .title .viseTitle {
  background-image: url(../imgv/vivo-banner-x9slive-title2_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9slive .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9slive-title2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9slive .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9slive-title2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9slive .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9slive-title2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9slive .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9slive-title2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9slive .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9slive-title2-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9slive .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9slive-title2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9slive .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9slive-title2-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9slive .title .viseTitle {
    background-image: url(../imgv/vivo-banner-x9slive-title2-mini-x2_____images.png);
  }
}

#vivo-high .x9slive .title .context {
  background-image: url(../imgv/vivo-banner-x9slive-title3_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .x9slive .title .context {
    background-image: url(../imgv/vivo-banner-x9slive-title3-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9slive .title .context {
    background-image: url(../imgv/vivo-banner-x9slive-title3-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .x9slive .title .context {
    background-image: url(../imgv/vivo-banner-x9slive-title3-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .x9slive .title .context {
    background-image: url(../imgv/vivo-banner-x9slive-title3-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .x9slive .title .context {
    background-image: url(../imgv/vivo-banner-x9slive-title3-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .x9slive .title .context {
    background-image: url(../imgv/vivo-banner-x9slive-title3-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .x9slive .title .context {
    background-image: url(../imgv/vivo-banner-x9slive-title3-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .x9slive .title .context {
    background-image: url(../imgv/vivo-banner-x9slive-title3-mini-x2_____images.png);
  }
}

#vivo-high .x9slive .title span {
  color: #fff;
}

#vivo-high .x9slive .title span:after {
  background-color: #fff;
}

@media (max-width: 767px) {
  #vivo-high .game0627 {
    background: #000;
    background-image: url(../imgv/m-vivo-banner-game0627_____images.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

#vivo-high .game0627 .title {
  top: 35%;
  left: 10%;
}

#vivo-high .game0627 .title div {
  width: 342px;
  height: 41.8px;
  background-size: 100% 100%;
}

@media (min-width: 1921px) {
  #vivo-high .game0627 .title div {
    width: 450px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .game0627 .title div {
    width: 270px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .game0627 .title div {
    width: 270px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .game0627 .title div {
    width: 270px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .game0627 .title div {
    width: 270px;
  }
}

@media (max-width: 767px) {
  #vivo-high .game0627 .title div {
    width: 342px;
  }
}

@media (max-width: 567px) {
  #vivo-high .game0627 .title div {
    width: 342px;
  }
}

@media (min-width: 1921px) {
  #vivo-high .game0627 .title div {
    height: 55px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .game0627 .title div {
    height: 33px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .game0627 .title div {
    height: 33px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .game0627 .title div {
    height: 33px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .game0627 .title div {
    height: 33px;
  }
}

@media (max-width: 767px) {
  #vivo-high .game0627 .title div {
    height: 41.8px;
  }
}

@media (max-width: 567px) {
  #vivo-high .game0627 .title div {
    height: 41.8px;
  }
}

#vivo-high .game0627 .title .bigTitle {
  background-image: url(../imgv/vivo-banner-game0627-title1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .game0627 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-game0627-title1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .game0627 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-game0627-title1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .game0627 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-game0627-title1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .game0627 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-game0627-title1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .game0627 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-game0627-title1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .game0627 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-game0627-title1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .game0627 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-game0627-title1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .game0627 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-game0627-title1-mini-x2_____images.png);
  }
}

#vivo-high .game0627 .title .viseTitle {
  background-image: url(../imgv/vivo-banner-game0627-title2_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .game0627 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-game0627-title2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .game0627 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-game0627-title2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .game0627 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-game0627-title2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .game0627 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-game0627-title2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .game0627 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-game0627-title2-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .game0627 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-game0627-title2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .game0627 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-game0627-title2-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .game0627 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-game0627-title2-mini-x2_____images.png);
  }
}

#vivo-high .game0627 .title .context {
  background-image: url(../imgv/vivo-banner-game0627-title3_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .game0627 .title .context {
    background-image: url(../imgv/vivo-banner-game0627-title3-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .game0627 .title .context {
    background-image: url(../imgv/vivo-banner-game0627-title3-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .game0627 .title .context {
    background-image: url(../imgv/vivo-banner-game0627-title3-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .game0627 .title .context {
    background-image: url(../imgv/vivo-banner-game0627-title3-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .game0627 .title .context {
    background-image: url(../imgv/vivo-banner-game0627-title3-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .game0627 .title .context {
    background-image: url(../imgv/vivo-banner-game0627-title3-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .game0627 .title .context {
    background-image: url(../imgv/vivo-banner-game0627-title3-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .game0627 .title .context {
    background-image: url(../imgv/vivo-banner-game0627-title3-mini-x2_____images.png);
  }
}

#vivo-high .game0627 .title span {
  color: #fff;
}

#vivo-high .game0627 .title span:after {
  background-color: #fff;
}

@media (max-width: 767px) {
  #vivo-high .x9_2 {
    background: #fff;
  }
}

#vivo-high .x9_2 .title {
  top: 10%;
  left: 50%;
  margin-left: -159.6px;
}

@media (max-width: 1440px) {
  #vivo-high .x9_2 .title {
    margin-left: -126px;
  }
}

#vivo-high .x9_2 .title img {
  width: 319.2px;
  height: 41.8px;
}

@media (max-width: 1440px) {
  #vivo-high .x9_2 .title img {
    width: 252px;
    height: 33px;
  }
}

#vivo-high .x9_2 .figure {
  opacity: 1;
  left: 50%;
  bottom: 0;
  margin-left: -722px;
  width: 1444px;
  height: 494px;
}

@media (max-width: 1440px) {
  #vivo-high .x9_2 .figure {
    width: 1140px;
    height: 390px;
    margin-left: -570px;
  }
}

@media (min-width: 1921px) {
  #vivo-high .x9_2 .figure {
    width: 1900px;
    height: 650px;
    margin-left: -1900px;
  }
}

#vivo-high .x9_2 .figure div {
  width: 100%;
  height: 100%;
  position: absolute;
}

@media (max-width: 767px) {
  #vivo-high .xe1000 {
    background: #fff;
    background-image: url(../imgv/m-vivo-banner-xe1000_____images.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

#vivo-high .xe1000 .title {
  top: 35%;
  left: 15%;
  margin-left: -171px;
}

@media (max-width: 1440px) {
  #vivo-high .xe1000 .title {
    margin-left: -135px;
  }
}

#vivo-high .xe1000 .title div {
  width: 342px;
  height: 41.8px;
  background-size: 100% 100%;
}

@media (min-width: 1921px) {
  #vivo-high .xe1000 .title div {
    width: 450px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .xe1000 .title div {
    width: 270px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .xe1000 .title div {
    width: 270px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .xe1000 .title div {
    width: 270px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .xe1000 .title div {
    width: 270px;
  }
}

@media (max-width: 767px) {
  #vivo-high .xe1000 .title div {
    width: 342px;
  }
}

@media (max-width: 567px) {
  #vivo-high .xe1000 .title div {
    width: 342px;
  }
}

@media (min-width: 1921px) {
  #vivo-high .xe1000 .title div {
    height: 55px;
  }
}

@media (max-width: 1440px) {
  #vivo-high .xe1000 .title div {
    height: 33px;
  }
}

@media (max-width: 1280px) {
  #vivo-high .xe1000 .title div {
    height: 33px;
  }
}

@media (max-width: 1248px) {
  #vivo-high .xe1000 .title div {
    height: 33px;
  }
}

@media (max-width: 1068px) {
  #vivo-high .xe1000 .title div {
    height: 33px;
  }
}

@media (max-width: 767px) {
  #vivo-high .xe1000 .title div {
    height: 41.8px;
  }
}

@media (max-width: 567px) {
  #vivo-high .xe1000 .title div {
    height: 41.8px;
  }
}

#vivo-high .xe1000 .title .bigTitle {
  background-image: url(../imgv/vivo-banner-xe1000-title1_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .xe1000 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-xe1000-title1-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .xe1000 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-xe1000-title1-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .xe1000 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-xe1000-title1-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .xe1000 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-xe1000-title1-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .xe1000 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-xe1000-title1-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .xe1000 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-xe1000-title1-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .xe1000 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-xe1000-title1-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .xe1000 .title .bigTitle {
    background-image: url(../imgv/vivo-banner-xe1000-title1-mini-x2_____images.png);
  }
}

#vivo-high .xe1000 .title .viseTitle {
  background-image: url(../imgv/vivo-banner-xe1000-title2_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .xe1000 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-xe1000-title2-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .xe1000 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-xe1000-title2-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .xe1000 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-xe1000-title2-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .xe1000 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-xe1000-title2-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .xe1000 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-xe1000-title2-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .xe1000 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-xe1000-title2-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .xe1000 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-xe1000-title2-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .xe1000 .title .viseTitle {
    background-image: url(../imgv/vivo-banner-xe1000-title2-mini-x2_____images.png);
  }
}

#vivo-high .xe1000 .title .context {
  background-image: url(../imgv/vivo-banner-xe1000-title3_____images.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  #vivo-high .xe1000 .title .context {
    background-image: url(../imgv/vivo-banner-xe1000-title3-big_____images.png);
  }
}

@media print and (min-width: 1921px), only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 1921px) and (min-resolution: 144dpi), screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (min-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .xe1000 .title .context {
    background-image: url(../imgv/vivo-banner-xe1000-title3-big-x2_____images.png);
  }
}

@media (max-width: 1921px) {
  #vivo-high .xe1000 .title .context {
    background-image: url(../imgv/vivo-banner-xe1000-title3-big_____images.png);
  }
}

@media print and (max-width: 1921px), only screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1921px) and (min-resolution: 144dpi), screen and (max-width: 1921px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1921px) and (min-resolution: 144dppx) {
  #vivo-high .xe1000 .title .context {
    background-image: url(../imgv/vivo-banner-xe1000-title3-big-x2_____images.png);
  }
}

@media (max-width: 1440px) {
  #vivo-high .xe1000 .title .context {
    background-image: url(../imgv/vivo-banner-xe1000-title3-small_____images.png);
  }
}

@media print and (max-width: 1440px), only screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1440px) and (min-resolution: 144dpi), screen and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1440px) and (min-resolution: 144dppx) {
  #vivo-high .xe1000 .title .context {
    background-image: url(../imgv/vivo-banner-xe1000-title3-small-x2_____images.png);
  }
}

@media (max-width: 1280px) {
  #vivo-high .xe1000 .title .context {
    background-image: url(../imgv/vivo-banner-xe1000-title3-mini_____images.png);
  }
}

@media print and (max-width: 1280px), only screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-resolution: 144dpi), screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 144), screen and (max-width: 1280px) and (min-resolution: 144dppx) {
  #vivo-high .xe1000 .title .context {
    background-image: url(../imgv/vivo-banner-xe1000-title3-mini-x2_____images.png);
  }
}

#vivo-contain {
  position: relative;
  width: 100%;
  background-color: #fff;
  margin-bottom: 0px;
  overflow: hidden;
  z-index: 9;
}

@media (max-width: 767px) {
  #vivo-contain {
    margin-bottom: 30px;
  }
}

#vivo-contain .vc-main-promos {
  position: relative;
  overflow: hidden;
  margin: auto;
}

#vivo-contain .vc-main-promos ul {
  width: 100%;
  height: 300px;
}

@media (max-width: 767px) {
  #vivo-contain .vc-main-promos ul {
    width: 100%;
  }
}

@media (max-width: 1440px) {
  #vivo-contain .vc-main-promos ul {
    width: 100%;
    height: 240px;
  }
}

@media (max-width: 767px) {
  #vivo-contain .vc-main-promos ul {
    position: relative;
  }
}

.vc-main-promos li {
  position: relative;
  float: left;
  width: 25%;
  height: 100%;
  overflow: hidden;
}

.vc-main-promos li.f-promos a {
  margin-left: 0;
}

@media (max-width: 1440px) {
  .vc-main-promos li {
    width: 25%;
    height: 240px;
  }
}

@media (max-width: 1068px) {
  .vc-main-promos li {
    width: 50%;
    height: 250px;
  }
}

@media (max-width: 567px) {
  .vc-main-promos li {
    width: 100%;
    height: 250px;
  }
}

.vc-main-promos li a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  text-align: center;
  margin-top: 4px;
  margin-left: 2px;
}

@media (max-width: 767px) {
  .vc-main-promos li a {
    margin-left: 0;
  }
}

#vivo-contain .vc-main-promos li a {
  color: transparent;
}

#vivo-contain .vc-main-promos li a .title {
  color: #333;
}

.vc-main-promos a .title {
  position: absolute;
  width: 100%;
  top: 40px;
  left: 0;
  text-align: center;
  z-index: 2;
}

@media (max-width: 1440px) {
  .vc-main-promos a .title {
    top: 30px;
  }
}

@media (max-width: 1068px) {
  .vc-main-promos a .title {
    top: 20px;
  }
}

.vc-main-promos a .title h2 {
  position: relative;
  font-size: 16px;
  font-weight: 500;
}

.vc-main-promos a .title p {
  position: relative;
  font-size: 14px;
  padding-top: 10px;
}

.vc-main-promos a .title.white-color h2, .vc-main-promos a .title.white-color p {
  color: #fff;
}

.vc-main-promos a .title.blue-color h2, .vc-main-promos a .title.blue-color p {
  color: #0e368d;
}

.vc-main-promos a i {
  position: absolute;
  display: block;
  width: 2000px;
  height: 100%;
  left: 50%;
  margin-left: -1000px;
  text-align: center;
  z-index: 1;
  transfrom: translateZ(0);
}

.vc-main-promos a i img {
  width: auto;
  height: 100%;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.vc-main-promos a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#vivo-contain li.v-c-video b {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-left: 4px;
  margin-top: -1px;
  vertical-align: middle;
}

#vivo-contain li.v-c-video b:before {
  speak: none;
  font-family: "iconfont";
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "?";
  position: absolute;
  font-size: 19px;
  color: #666;
  -webkit-transition: color .4s ease;
  transition: color .4s ease;
  display: block;
}

#vivo-contain li.v-c-video a:hover b {
  background-position: -19px -57px;
}

#vivo-contain li.v-c-video a:hover b:before {
  color: #0087cd;
}

#vivo-contain li.v-c-video a:active b {
  background-position: -19px -57px;
}

#vivo-contain li.v-c-video .white-color b:before {
  color: #fff;
}

.lt8 #vivo-head-wrap {
  background: #000;
}

.lt8 #vivo-m-toast {
  display: none;
}

.lt8 #vivo-foot-wrap #vivo-foot .foot-copyright span {
  margin-left: 0;
}

.lt8 #vivo-high ul li {
  display: none;
}

.lt8 #vivo-high ul li.x9_1 {
  display: block;
}

.lt8 #vivo-high .vivo-bg-wrapper {
  display: none;
}

.lt8 a.vivo-h-logo {
  background-image: url(../imgv/vivo-ie-gb-logo_____images.png);
}

.lt8 .foot-directory ul.directory-phone li dd span {
  display: none;
}

.lt8 #vivo-high-wrap {
  height: 850px;
}

.lt8 .nav-tool .nav-t-search {
  background-image: url(../imgv/sprites_____images.png);
  background-repeat: no-repeat;
  background-position: -92px 0px;
  width: 19px;
  height: 19px;
}

.lt8 .nav-tool .nav-t-search:hover {
  background-position: -78px -127px;
}

.lt8 .nav-tool .nav-t-search:active {
  background-position: -131px 0px;
}

.lt8 .nav-t-user {
  background-image: url(../imgv/sprites_____images.png);
  background-repeat: no-repeat;
  background-position: -131px -78px;
  width: 19px;
  height: 19px;
}

.lt8 .nav-t-user:hover {
  background-position: -117px -127px;
}

.lt8 .nav-t-user:active {
  background-position: -131px -39px;
}

.lt8 .foot-directory ul.directory-phone li dd.online b {
  background-image: url(../imgv/sprites_____images.png);
  background-repeat: no-repeat;
  background-position: -170px 0px;
  width: 20px;
  height: 15px;
}

.lt8 #vivo-foot-wrap #vivo-foot .foot-copyright .other li.notFollow-2 b {
  background-image: url(../imgv/sprites_____images.png);
  background-repeat: no-repeat;
  background-position: -170px -35px;
  width: 17px;
  height: 17px;
}

.lt8 #vivo-foot-wrap #vivo-foot .foot-copyright .other .follow-3 b {
  background-image: url(../imgv/sprites_____images.png);
  background-repeat: no-repeat;
  background-position: -50px 0px;
  width: 22px;
  height: 18px;
}

.lt8 #vivo-foot-wrap #vivo-foot .foot-copyright .other .follow-2 b {
  background-image: url(../imgv/sprites_____images.png);
  background-repeat: no-repeat;
  background-position: -42px -50px;
  width: 22px;
  height: 18px;
}

.lt8 #vivo-foot-wrap #vivo-foot .foot-copyright .other .follow-1 b {
  background-image: url(../imgv/sprites_____images.png);
  background-repeat: no-repeat;
  background-position: 0px -50px;
  width: 22px;
  height: 18px;
}

.lt8 #vivo-contain li.v-c-video a b {
  background-image: url(../imgv/sprites_____images.png);
  background-repeat: no-repeat;
  background-position: 0px -127px;
  width: 19px;
  height: 19px;
}

.lt8 #vivo-contain li.v-c-video a:hover b {
  background-position: -39px -127px;
}

#pd-fly-layer {
  font-size: 14px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99999;
  display: none;
}

#pd-fly-layer i {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

#pd-fly-layer .pd-fly-wrap {
  position: relative;
  z-index: 1;
}

#pd-fly-layer .pd-fly-showbox {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
}

#pd-fly-layer .pd-fly-showbox .pd-fly-close {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  position: absolute;
  right: -80px;
  top: -80px;
  font-weight: 100;
  z-index: 9;
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {
  #pd-fly-layer .pd-fly-showbox .pd-fly-close {
    top: 20px;
    right: 20px;
    color: rgba(255, 255, 255, 0.5);
  }
}

#pd-fly-layer .pd-fly-showbox .pd-fly-close b {
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 40px;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media (max-width: 767px) {
  #pd-fly-layer .pd-fly-showbox .pd-fly-close b {
    width: 28px;
    height: 28px;
    font-size: 28px;
    line-height: 28px;
  }
}

#pd-fly-layer .pd-fly-showbox .pd-fly-close b:before {
  speak: none;
  font-family: "iconfont";
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "?";
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#pd-fly-layer .pd-fly-showbox .pd-fly-close:hover b {
  opacity: .6;
}

#pd-fly-layer .pd-fly-showbox .pd-fly-content {
  position: relative;
  overflow: hidden;
  background-color: #000;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#pd-fly-layer .pd-fly-showbox .pd-fly-content .pd-fly-videobox {
  display: block;
  width: 100%;
  height: 300px;
  position: relative;
  top: 50%;
  margin-top: -150px;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}

#pd-fly-layer .pd-fly-showbox .pd-fly-content .pd-fly-videobox video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -50%;
}
