/**
 * Powered by ;
 * vivo-product-2023 - ;
 * Version: 1.1.7;
 * Released on: 2025-08-21;
 */
@charset "UTF-8";

.visually-text {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute
}

.hide {
  display: none
}

.expandc-open {
  overflow-y: hidden
}

.expandc-open .expandc-animate {
  overflow-y: hidden
}

.expandc-complete {
  overflow-y: auto
}

.expandc-close {
  overflow-y: hidden
}

.expandc-close .expandc-animate {
  overflow-y: hidden
}

.expand-container-button {
  height: 1px;
  z-index: 9;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 130px;
  text-align: center
}

@media (max-width:1500px) {
  .expand-container-button {
    bottom: 110px
  }
}

@media (max-width:1080px) {
  .expand-container-button {
    bottom: 80px
  }
}

.expand-container-button.gradient,
.expand-container-button.inline {
  position: relative;
  width: auto;
  bottom: auto;
  display: inline-block;
  height: auto
}

.expand-container-button.ec-botton-close {
  pointer-events: none;
  position: fixed;
  bottom: 120px;
  opacity: 0;
  -webkit-transform: translateY(120px);
  -ms-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition: opacity .8s cubic-bezier(.2, 0, .2, 1), -webkit-transform .5s cubic-bezier(.2, 0, .2, 1);
  transition: opacity .8s cubic-bezier(.2, 0, .2, 1), -webkit-transform .5s cubic-bezier(.2, 0, .2, 1);
  transition: opacity .8s cubic-bezier(.2, 0, .2, 1), transform .5s cubic-bezier(.2, 0, .2, 1);
  transition: opacity .8s cubic-bezier(.2, 0, .2, 1), transform .5s cubic-bezier(.2, 0, .2, 1), -webkit-transform .5s cubic-bezier(.2, 0, .2, 1)
}

@media (max-width:1500px) {
  .expand-container-button.ec-botton-close {
    bottom: 80px;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px)
  }
}

.show-close-btn .expand-container-button.ec-botton-close {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.expand-container-button .ec-button-wrapper {
  display: inline-block;
  margin: auto
}

.expand-container-button .ec-button-wrapper p {
  font-size: 18px
}

@media (max-width:1500px) {
  .expand-container-button .ec-button-wrapper p {
    font-size: 16px
  }
}

@media (max-width:1080px) {
  .expand-container-button .ec-button-wrapper p {
    font-size: 14px
  }
}

.expand-container-button .ec-button-wrapper a {
  display: inline-block;
  margin-top: 15px;
  font-size: 22px;
  position: relative;
  overflow: hidden;
  border-radius: 50%
}

.no-csstransforms3d .expand-container-button .ec-button-wrapper a {
  display: table;
  margin-left: auto;
  margin-right: auto
}

.expand-container-button .ec-button-wrapper a b {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle
}

.no-csstransforms3d .expand-container-button .ec-button-wrapper a b {
  display: table-cell
}

@media (max-width:1500px) {
  .expand-container-button .ec-button-wrapper a {
    margin-top: 10px;
    font-size: 18px
  }

  .expand-container-button .ec-button-wrapper a b {
    width: 40px;
    height: 40px
  }
}

.expand-container-button .ec-button-wrapper.ec-open-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #a874e3;
  color: #fff;
  border-radius: 50px;
  padding: 0 15px;
  font-size: 14px;
  height: 50px;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease
}

.windows .expand-container-button .ec-button-wrapper.ec-open-btn a {
  font-size: 15px
}

.expand-container-button .ec-button-wrapper.ec-open-btn a b {
  width: 22px;
  height: 22px;
  border: 1px #fff solid;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 10px;
  border-radius: 50%
}

.expand-container-button .ec-button-wrapper.ec-open-btn a p {
  display: inline-block;
  color: #fff
}

@media (max-width:1080px) {
  .expand-container-button .ec-button-wrapper.ec-open-btn a {
    height: 42px;
    padding: 0 10px
  }

  .expand-container-button .ec-button-wrapper.ec-open-btn a b {
    margin-right: 6px
  }
}

.expand-container-button .ec-button-wrapper.ec-open-btn a:hover {
  background-color: #ad7ce5
}

.expand-container-button .ec-button-wrapper.ec-close-btn a {
  background-color: rgba(0, 0, 0, .85);
  color: #fff
}

.expand-container-button.inline .ec-button-wrapper.ec-open-btn a.line {
  margin: 0;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  border: 1px #a874e3 solid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.expand-container-button.inline .ec-button-wrapper.ec-open-btn a.line b {
  width: 28px;
  height: 28px;
  border: none;
  background-color: #a874e3;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease
}

.expand-container-button.inline .ec-button-wrapper.ec-open-btn a.line b:before {
  font-weight: 700
}

.expand-container-button.inline .ec-button-wrapper.ec-open-btn a.line p {
  font-family: "方正悠黑简体 PR";
  color: #a874e3;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  font-size: 20px
}

@media (max-width:1500px) {
  .expand-container-button.inline .ec-button-wrapper.ec-open-btn a.line p {
    font-size: 18px
  }
}

@media (max-width:1080px) {
  .expand-container-button.inline .ec-button-wrapper.ec-open-btn a.line p {
    font-size: 16px
  }
}

.expand-container-button.inline .ec-button-wrapper.ec-open-btn a.line:hover {
  border-color: #8d4ada
}

.expand-container-button.inline .ec-button-wrapper.ec-open-btn a.line:hover b {
  background-color: #8d4ada
}

.expand-container-button.inline .ec-button-wrapper.ec-open-btn a.line:hover p {
  color: #8d4ada
}

.expand-container-button.gradient .ec-button-wrapper.ec-open-btn a.line {
  margin: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#95e2f8), to(#a874e3));
  background-image: -webkit-linear-gradient(left, #95e2f8 0, #a874e3 100%);
  background-image: linear-gradient(90deg, #95e2f8 0, #a874e3 100%);
  color: #fff;
  font-size: 16px;
  border: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.expand-container-button.gradient .ec-button-wrapper.ec-open-btn a.line:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 1;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border-radius: 50px;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.expand-container-button.gradient .ec-button-wrapper.ec-open-btn a.line b {
  display: none;
  width: 28px;
  height: 28px;
  border: none;
  background-color: #a874e3;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease
}

.expand-container-button.gradient .ec-button-wrapper.ec-open-btn a.line b:before {
  font-weight: 700
}

.expand-container-button.gradient .ec-button-wrapper.ec-open-btn a.line p {
  position: relative;
  z-index: 2;
  font-family: "方正悠黑简体 PR";
  color: #000;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  font-size: 18px
}

@media (min-width:1921px) {
  .expand-container-button.gradient .ec-button-wrapper.ec-open-btn a.line p {
    font-size: 20px
  }
}

@media (max-width:1080px) {
  .expand-container-button.gradient .ec-button-wrapper.ec-open-btn a.line p {
    font-size: 16px
  }
}

.expand-container-button.gradient .ec-button-wrapper.ec-open-btn a.line .active:before,
.expand-container-button.gradient .ec-button-wrapper.ec-open-btn a.line:hover:before {
  opacity: 0
}

.expand-container-button.gradient .ec-button-wrapper.ec-open-btn a.line .active p,
.expand-container-button.gradient .ec-button-wrapper.ec-open-btn a.line:hover p {
  color: #fff
}

.expand-container-mask {
  overflow: hidden;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .6);
  opacity: 0;
  pointer-events: none;
  display: none
}

.expandc-open .expandc-animate .expand-container-mask {
  display: block;
  -webkit-transition: opacity .3s cubic-bezier(.2, 0, .2, 1);
  transition: opacity .3s cubic-bezier(.2, 0, .2, 1)
}

.expandc-open .expandc-animating .expand-container-mask {
  will-change: opacity;
  opacity: 1
}

.expandc-complete .expandc-animate .expand-container-mask {
  display: none
}

.expandc-close .expandc-animate .expand-container-mask {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 1s cubic-bezier(.2, 0, .2, 1);
  transition: opacity 1s cubic-bezier(.2, 0, .2, 1)
}

.expandc-close .expandc-animating .expand-container-mask {
  opacity: 0;
  will-change: opacity
}

.product-main-wrapper {
  position: relative;
  z-index: 1
}

.product-main-wrapper .product-main-content {
  position: relative
}

.expandc-open .expandc-animate .product-main-wrapper .product-main-content {
  -webkit-transform-origin: 50vw 50vh;
  -ms-transform-origin: 50vw 50vh;
  transform-origin: 50vw 50vh;
  -webkit-transition: -webkit-transform 1s cubic-bezier(.2, 0, .2, 1);
  transition: -webkit-transform 1s cubic-bezier(.2, 0, .2, 1);
  transition: transform 1s cubic-bezier(.2, 0, .2, 1);
  transition: transform 1s cubic-bezier(.2, 0, .2, 1), -webkit-transform 1s cubic-bezier(.2, 0, .2, 1)
}

.expandc-open .expandc-animating .product-main-wrapper .product-main-content {
  will-change: transform;
  -webkit-transform: scale(.95);
  -ms-transform: scale(.95);
  transform: scale(.95)
}

.expandc-complete .expandc-animate .product-main-wrapper .product-main-content {
  display: none
}

.expandc-close .expandc-animate .product-main-wrapper .product-main-content {
  -webkit-transform-origin: 50vw 50vh;
  -ms-transform-origin: 50vw 50vh;
  transform-origin: 50vw 50vh;
  -webkit-transform: scale(.95);
  -ms-transform: scale(.95);
  transform: scale(.95);
  -webkit-transition: -webkit-transform .8s cubic-bezier(.2, 0, .2, 1);
  transition: -webkit-transform .8s cubic-bezier(.2, 0, .2, 1);
  transition: transform .8s cubic-bezier(.2, 0, .2, 1);
  transition: transform .8s cubic-bezier(.2, 0, .2, 1), -webkit-transform .8s cubic-bezier(.2, 0, .2, 1)
}

.expandc-close .expandc-animating .product-main-wrapper .product-main-content {
  will-change: transform;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.product-detail-wrapper {
  background-color: #fff;
  z-index: 9;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  min-height: 100vh;
  display: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.ie .product-detail-wrapper {
  overflow: hidden !important;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.product-detail-wrapper [data-detail-content] {
  display: none
}

.product-detail-wrapper [data-detail-content].current {
  display: block
}

.expandc-open .expandc-animate .product-detail-wrapper {
  display: block;
  -webkit-transform: translate(0, 100vh);
  -ms-transform: translate(0, 100vh);
  transform: translate(0, 100vh);
  -webkit-transition: -webkit-transform .5s cubic-bezier(.2, 0, .2, 1);
  transition: -webkit-transform .5s cubic-bezier(.2, 0, .2, 1);
  transition: transform .5s cubic-bezier(.2, 0, .2, 1);
  transition: transform .5s cubic-bezier(.2, 0, .2, 1), -webkit-transform .5s cubic-bezier(.2, 0, .2, 1)
}

.expandc-open .expandc-animating .product-detail-wrapper {
  will-change: transform;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.expandc-complete .expandc-animate .product-detail-wrapper {
  display: block;
  position: relative;
  height: auto
}

.expandc-close .expandc-animate .product-detail-wrapper {
  display: block;
  position: fixed;
  height: 100vh;
  overflow: hidden;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform .8s cubic-bezier(.2, 0, .2, 1);
  transition: -webkit-transform .8s cubic-bezier(.2, 0, .2, 1);
  transition: transform .8s cubic-bezier(.2, 0, .2, 1);
  transition: transform .8s cubic-bezier(.2, 0, .2, 1), -webkit-transform .8s cubic-bezier(.2, 0, .2, 1)
}

.expandc-close .expandc-animating .product-detail-wrapper {
  overflow: hidden;
  will-change: transform;
  -webkit-transform: translate(0, 100vh);
  -ms-transform: translate(0, 100vh);
  transform: translate(0, 100vh)
}

@font-face {
  font-family: footLogoIcon;
  src: url(data:application/octet-stream;base64,AAEAAAALAIAAAwAwT1MvMg8SCDIAAAC8AAAAYGNtYXDpTOm0AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmbK5UcAAAGAAAADQGhlYWQh7XrlAAAEwAAAADZoaGVhD40LyAAABPgAAAAkaG10eBveAYkAAAUcAAAAHGxvY2EAsAIGAAAFOAAAABBtYXhwAA4AyQAABUgAAAAgbmFtZZlKCfsAAAVoAAABhnBvc3QAAwAAAAAG8AAAACAAAwX4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpEAPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg6QHpEP/9//8AAAAAACDpAOkQ//3//wAB/+MXBBb2AAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBWACAAs0DAAAeAAABMzIWFxMWFAcDDgErASImNTQ2NxM2NCcDJjQ3PgEzAWs7DRYI/AgI/AgWDTsICwID9wUF9wUGAwcDAwAKCf7oCRgJ/ugJCgsIBAYDARMGDgYBEwYQBQIDAAAAAQAA/78F3gOJAB4AAAU1NCYnASYiBwEOAR0BFBYzMjY3ATYyFwEWNjc+ATUF3hYU/XUYRBj9dRQWHhQKEgcCfgwgDAJ+DykPBwcOxxwzEwJuFxf9khMzHMcVHgcHAmELC/2fDgEPBxIKAAAABgAxAKYLywOjACEAWgBqAKQAtQDGAAABMhceARcWFxUGBw4BBwYHKwEiJy4BJyY1NDc+ATc2NzsBBTIWFxYXHgEXFjEeATMyNjcwNz4BNzY3PgE3OwEyFgcGBw4BBwYxDgEjIiYnMCcuAScmJyY2NzsBIzIWFREUBisBIiY1ETQ2MyEzMhYXFhceARcWMR4BMzI2NzA3PgE3Njc+ATc7ATIWBwYHDgEHBjEOASMiJicwJy4BJyYnJjY3OwEFIyIGBxUeARc7ATI2NTQmIwEXFhQPAQYiLwEmND8BNjIXCqliOjk7CQgBAQgIOTY3XQ7/ZDo5OwgICAc4NzdfDv/6wBoUCgUoKFsmJQUNBwgMBiUlXCgoBQkSFgdTDgsJBSwtaCsqIT03Nj0hKypoLS0ECQkMBFP/ExAQEz8SERES/BVTGxQKBSgoWyUmBQ0HCAwGJSVcJygFChIWB1MQCQkFLSxoKysgPjY2PSErKmgtLQQJBw0EUwoW/2kzAQEvYgv/bDExbPm+LA8PLA8aECsQECsQGg8C3SIiWy8wGgcaLi5aIyIDIyNeLzAZGC4vXCQjAw0LEAc9PYs5OQgHBwg5OYs9PQcPCwEUDQdERJ5BQDEqKjFAQZ5ERAcMEwIQE/4cExAQEwHkExALEAc9PYs5OQgHBwg5OYs9PQcPCwEUDQdERJ5BQDEqKjFAQZ5ERAcMEwJ1eR0GHXYEfxsbfgFIKxAaDywPDywPGhArEBAAAAABAAAAAAAAsRswZV8PPPUACwQAAAAAANuCG0MAAAAA24IbQwAA/78LywOjAAAACAACAAAAAAAAAAEAAAPA/8AAAAwAAAAAAAvLAAEAAAAAAAAAAAAAAAAAAAAHBAAAAAAAAAAAAAAAAgAAAAQAAVgF3gAADAAAMQAAAAAACgAUAB4AUgCIAaAAAQAAAAcAxwAGAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGljb21vb24AaQBjAG8AbQBvAG8AblZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGljb21vb24AaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AblJlZ3VsYXIAUgBlAGcAdQBsAGEAcmljb21vb24AaQBjAG8AbQBvAG8AbkZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=);
  font-style: normal;
  font-weight: 400
}

::-moz-selection {
  background-color: #415fff;
  color: #fff
}

::selection {
  background-color: #415fff;
  color: #fff
}

* {
  background-color: transparent;
  font-size: inherit;
  color: inherit
}

body,
html {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  font-family: VIVO-FONT-WEB, sans-serif
}

input {
  font-family: VIVO-FONT-WEB, sans-serif
}

br {
  color: transparent
}

@media (max-width:767px) {

  body,
  html {
    min-width: 320px
  }
}

html.limit-content,
html.limit-content body,
html.limit-fly,
html.limit-fly body {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden
}

html.limit-content.windows {
  overflow-y: scroll
}

body,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400
}

dd,
dl,
dt,
li,
ol,
ul {
  list-style: none
}

#vivo-contain a,
#vivo-head-wrap a {
  text-decoration: none;
  cursor: pointer;
  outline: 0 none;
  -webkit-tap-highlight-color: transparent
}

#vivo-contain a {
  color: #333
}

#vivo-contain {
  min-height: 740px
}

@media (max-width:1921px) {
  #vivo-contain {
    min-height: 540px
  }
}

@media (max-width:1440px) {
  #vivo-contain {
    min-height: 440px
  }
}

@media (max-width:1280px) {
  #vivo-contain {
    min-height: 340px
  }
}

@media (max-width:767px) {
  #vivo-contain {
    min-height: auto
  }
}

b,
em,
i {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  font-style: normal
}

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none
}

input {
  outline: 0;
  border: 0
}

a {
  text-decoration: none;
  cursor: pointer;
  outline: 0 none;
  -webkit-tap-highlight-color: transparent
}

address,
article,
aside,
footer,
header,
main,
nav,
section {
  display: block
}

#vivo-wrap {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1
}

.gb-zindex-top {
  z-index: 998 !important
}

.gb-vivo-head {
  position: relative;
  width: 1200px;
  height: 44px;
  margin: auto;
  z-index: 2
}

.gb-vivo-head:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.gb-vivo-head * html {
  height: 1px
}

@media (max-width:767px) {
  .gb-vivo-head {
    width: 100%
  }
}

@media (max-width:1248px) {
  .gb-vivo-head {
    width: auto;
    height: 44px;
    padding: 0 16px
  }
}

@media (max-width:767px) {
  .gb-vivo-head {
    width: 100%;
    padding: 0;
    text-align: center;
    height: 55px;
    -webkit-transition: background 1s ease;
    transition: background 1s ease;
    border-bottom: 1px solid;
    border-bottom-color: #e61A1A1A;
    border-bottom-color: rgba(26, 26, 26, .9)
  }

  .gb-vivo-head.openMenu {
    background-color: #0d0d0d;
    border-bottom: 1px solid #262626
  }

  .gb-vivo-head.openMenu ul.gb-vivo-h-nav,
  .gb-vivo-head.openMenu ul.gb-vivo-s-nav {
    position: fixed;
    bottom: 0;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto
  }

  .gb-vivo-head.openMenu ul.gb-vivo-h-nav {
    z-index: 1
  }

  .gb-vivo-head.openSearch ul.gb-vivo-h-nav {
    z-index: 0
  }

  .gb-vivo-head.openMenu ul.gb-vivo-h-nav::-webkit-scrollbar,
  .gb-vivo-head.openMenu ul.gb-vivo-s-nav::-webkit-scrollbar {
    display: none
  }

  .gb-vivo-head.openMenu .gb-vivo-h-menu span.menu-top {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg)
  }

  .gb-vivo-head.openMenu .gb-vivo-h-menu span.menu-middle {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
  }

  .gb-vivo-head.openMenu .gb-vivo-h-menu span.menu-bottom {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
    transform: translate3d(0, -8px, 0) rotate(-45deg)
  }

  .gb-vivo-head.openSearch a.gb-vivo-h-logo {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
  }

  .gb-vivo-head.openSearch .nav-t-user:before {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
  }
}

@media (max-width:767px) and (max-width:767px) {
  .gb-vivo-head.openSearch .nav-t-user {
    display: none
  }
}

@media (max-width:767px) {
  .gb-vivo-head.openSearch .nav-t-search {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }

  .gb-vivo-head.openSearch .nav-t-bag {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }

  .gb-vivo-head.openSearch .gb-vivo-m-search {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

.gb-vivo-head a.gb-vivo-h-logo {
  width: 5%;
  position: absolute;
  width: 74px;
  height: 20px;
  float: left;
  top: 50%;
  margin-top: -12px
}

@media (max-width:767px) {
  .gb-vivo-head a.gb-vivo-h-logo {
    position: relative;
    left: auto;
    display: inline-block;
    float: none;
    margin: auto;
    margin-top: 18px;
    width: 74px;
    height: 20px;
    background-size: 74px 20px;
    margin-bottom: 19px
  }
}

.gb-vivo-head ul.gb-vivo-h-nav,
.gb-vivo-head ul.gb-vivo-s-nav {
  position: relative;
  width: 60%;
  height: 100%;
  display: table;
  margin: auto;
  color: #fff
}

@media (max-width:767px) {

  .gb-vivo-head ul.gb-vivo-h-nav,
  .gb-vivo-head ul.gb-vivo-s-nav {
    width: 100%
  }
}

@media (max-width:767px) {

  .gb-vivo-head ul.gb-vivo-h-nav,
  .gb-vivo-head ul.gb-vivo-s-nav {
    position: absolute;
    overflow: hidden;
    padding-left: 0;
    display: block;
    text-align: center;
    height: 0;
    background-color: #0d0d0d;
    top: 56px;
    -webkit-transition: height .4s linear;
    transition: height .4s linear
  }
}

@media (max-width:1248px) {

  .gb-vivo-head ul.gb-vivo-h-nav,
  .gb-vivo-head ul.gb-vivo-s-nav {
    width: 70%;
    padding-left: 17px
  }
}

@media (max-width:767px) {

  .gb-vivo-head ul.gb-vivo-h-nav,
  .gb-vivo-head ul.gb-vivo-s-nav {
    width: 100%;
    padding-left: 0
  }
}

.gb-vivo-head ul.gb-vivo-s-nav {
  display: none;
  opacity: 1;
  text-align: left
}

@media (max-width:767px) {
  .gb-vivo-head ul.gb-vivo-s-nav {
    display: block
  }
}

.gb-vivo-head ul.gb-vivo-s-nav li span {
  font-size: 80%;
  position: relative;
  bottom: -6px;
  color: rgba(255, 255, 255, .8)
}

.gb-vivo-head ul.gb-vivo-s-nav li a {
  margin: 0 15% !important;
  padding: 0 !important
}

.gb-vivo-head ul.gb-vivo-s-nav li.f-s-nav span {
  display: block;
  line-height: 54px;
  margin: 0 15% !important;
  border-bottom: 0
}

.gb-vivo-head ul.gb-vivo-s-nav .results a {
  color: #fff
}

.gb-vivo-head ul.gb-vivo-s-nav .results dl {
  position: relative;
  margin: 0 15% !important;
  padding: 0 !important;
  border-bottom: 1px solid #262626
}

.gb-vivo-head ul.gb-vivo-s-nav .results dt {
  font-size: 14px;
  margin: 15px 0
}

.gb-vivo-head ul.gb-vivo-s-nav .results dd {
  font-size: 12px;
  margin: 10px 0
}

.gb-vivo-head .gb-nav-tool {
  position: absolute;
  width: 8%;
  top: 50%;
  margin-top: -9px;
  right: 0;
  z-index: 2
}

@media (max-width:1248px) {
  .gb-vivo-head .gb-nav-tool {
    right: 16px !important
  }
}

@media (max-width:567px) {
  .gb-vivo-head .gb-nav-tool {
    width: 13% !important
  }
}

@media (max-width:767px) {
  .gb-vivo-head .gb-nav-tool {
    width: 17% !important;
    overflow: hidden
  }

  .openSearch .gb-vivo-head .gb-nav-tool {
    overflow: visible
  }
}

.gb-vivo-head .v_h_usercenter {
  position: absolute;
  height: auto;
  padding: 25px 0;
  top: 44px;
  width: 180px;
  right: 0;
  background-color: #fff;
  overflow: hidden;
  visibility: hidden;
  display: none;
  opacity: 0;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out
}

@media (max-width:767px) {
  .gb-vivo-head .v_h_usercenter {
    top: 56px;
    right: 15px
  }
}

@media (max-width:1248px) {
  .gb-vivo-head .v_h_usercenter {
    right: 20px
  }
}

.gb-vivo-head .gb-vivo-h-menu {
  position: absolute;
  width: 55px;
  height: 100%;
  display: none;
  left: 0;
  text-align: center;
  vertical-align: middle;
  z-index: 9
}

@media (max-width:767px) {
  .gb-vivo-head .gb-vivo-h-menu {
    display: inline-block
  }
}

.gb-vivo-head .gb-vivo-h-menu span {
  position: absolute;
  width: 19px;
  height: 1px;
  left: 50%;
  margin-left: -10px;
  background-color: #fff;
  -webkit-transition: opacity .2s, -webkit-transform .4s ease-out;
  transition: opacity .2s, -webkit-transform .4s ease-out;
  transition: transform .4s ease-out, opacity .2s;
  transition: transform .4s ease-out, opacity .2s, -webkit-transform .4s ease-out
}

.gb-vivo-head .gb-vivo-h-menu span.menu-top {
  top: 19px
}

.gb-vivo-head .gb-vivo-h-menu span.menu-middle {
  top: 27px
}

.gb-vivo-head .gb-vivo-h-menu span.menu-bottom {
  top: 35px
}

.gb-vivo-head .gb-vivo-m-search {
  -webkit-transition: opacity .2s, -webkit-transform .4s ease-out;
  transition: opacity .2s, -webkit-transform .4s ease-out;
  transition: transform .4s ease-out, opacity .2s;
  transition: transform .4s ease-out, opacity .2s, -webkit-transform .4s ease-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0
}

@media (max-width:767px) {
  .gb-vivo-head .gb-vivo-m-search {
    display: block
  }
}

.gb-nav-tool a {
  width: 19px;
  height: 19px;
  display: inline-block;
  color: #fff
}

.gb-nav-tool a.leave:before {
  color: #fff !important
}

.gb-nav-tool a.current:before,
.no-mobile .gb-nav-tool a:hover:before {
  color: #b2b2b2
}

.no-mobile .gb-nav-tool a:active:before {
  color: #415fff
}

.gb-nav-tool a:before {
  -webkit-transition: color .4s ease;
  transition: color .4s ease
}

@media (max-width:767px) {
  .gb-nav-tool a {
    -webkit-transition: opacity .2s, -webkit-transform .4s ease-out;
    transition: opacity .2s, -webkit-transform .4s ease-out;
    transition: transform .4s ease-out, opacity .2s;
    transition: transform .4s ease-out, opacity .2s, -webkit-transform .4s ease-out
  }
}

.gb-nav-tool .nav-t-search {
  position: absolute;
  padding-top: 2px;
  float: left;
  left: -18px;
  background-position: -19px 0
}

@media (max-width:767px) {
  .gb-nav-tool .nav-t-search {
    position: absolute;
    float: none;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
    left: 0;
    opacity: 0
  }
}

.gb-nav-tool .nav-t-search:before {
  display: block;
  speak: none;
  font-family: iconfont;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 0;
  font-size: 14px
}

.gb-nav-tool .nav-t-search:active {
  background-position: -38px 0
}

.gb-nav-tool .nav-t-user {
  float: right;
  padding-top: 2px;
  background-position: -19px -19px
}

.gb-nav-tool .nav-t-user:before {
  display: block;
  speak: none;
  font-family: iconfont;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  font-size: 14px
}

@media (max-width:767px) {
  .gb-nav-tool .nav-t-user:before {
    font-size: 18px
  }
}

.gb-nav-tool .nav-t-user:active {
  color: #415fff;
  background-position: -38px -19px
}

@media (max-width:767px) {
  .gb-nav-tool .nav-t-user:hover {
    background-position: 0 -19px
  }

  .gb-nav-tool .nav-t-user:active {
    background-position: 0 -19px
  }
}

.gb-nav-tool .nav-t-bag {
  display: none;
  background-position: 0 -76px;
  position: relative;
  top: 2px
}

.gb-nav-tool .nav-t-bag:before {
  display: block;
  speak: none;
  font-family: iconfont;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  font-size: 14px
}

@media (max-width:767px) {
  .gb-nav-tool .nav-t-bag:before {
    font-size: 18px
  }
}

.gb-nav-tool .nav-t-bag:hover:before {
  color: #fff
}

.gb-nav-tool .nav-t-bag:active:before {
  color: #888
}

@media (max-width:767px) {
  .gb-nav-tool .nav-t-bag {
    float: left;
    display: block
  }
}

.gb-vivo-head ul.gb-vivo-s-nav li,
ul.gb-vivo-h-nav li {
  position: relative;
  width: 1%;
  display: table-cell;
  vertical-align: middle;
  z-index: 1
}

@media (max-width:767px) {

  .gb-vivo-head ul.gb-vivo-s-nav li,
  ul.gb-vivo-h-nav li {
    width: 100%
  }
}

@media (max-width:767px) {

  .gb-vivo-head ul.gb-vivo-s-nav li,
  ul.gb-vivo-h-nav li {
    display: block
  }
}

.gb-vivo-head .lt8 ul.gb-vivo-s-nav li,
.lt8 .gb-vivo-head ul.gb-vivo-s-nav li,
.lt8 ul.gb-vivo-h-nav li {
  width: auto;
  float: left
}

.gb-vivo-head ul.gb-vivo-s-nav li a,
ul.gb-vivo-h-nav li a {
  position: relative;
  display: block;
  height: 100%;
  line-height: 44px;
  font-size: 14px;
  white-space: nowrap;
  padding: 0 22px;
  -webkit-transition: color .4s ease;
  transition: color .4s ease;
  color: #fff
}

@media (max-width:767px) {

  .gb-vivo-head ul.gb-vivo-s-nav li a,
  ul.gb-vivo-h-nav li a {
    margin: 0 10%;
    line-height: 49px;
    border-bottom: 1px solid #262626
  }
}

@media (max-width:1248px) {

  .gb-vivo-head ul.gb-vivo-s-nav li a,
  ul.gb-vivo-h-nav li a {
    padding: 0 12px
  }
}

.gb-vivo-head ul.gb-vivo-s-nav li a:hover,
ul.gb-vivo-h-nav li a:hover {
  color: #b2b2b2
}

.gb-vivo-head ul.gb-vivo-s-nav li a:active,
ul.gb-vivo-h-nav li a:active {
  color: #415fff
}

.gb-vivo-head ul.gb-vivo-s-nav li.menu-search,
ul.gb-vivo-h-nav li.menu-search {
  display: none
}

@media (max-width:767px) {

  .gb-vivo-head ul.gb-vivo-s-nav li.menu-search,
  ul.gb-vivo-h-nav li.menu-search {
    display: block
  }
}

@media (max-width:767px) {

  .gb-vivo-head ul.gb-vivo-s-nav li.menu-search i,
  ul.gb-vivo-h-nav li.menu-search i {
    position: relative;
    width: 14px;
    height: 13px;
    margin-right: 8px;
    display: inline-block
  }

  .gb-vivo-head ul.gb-vivo-s-nav li.menu-search i:before,
  ul.gb-vivo-h-nav li.menu-search i:before {
    speak: none;
    font-family: iconfont;
    font-size: 100%;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    top: -2px;
    left: 0
  }
}

.gb-vivo-head ul.gb-vivo-s-nav li.current a,
ul.gb-vivo-h-nav li.current a {
  color: #415fff
}

@media (max-width:767px) {
  a.gb-vivo-h-logo {
    -webkit-transition: opacity .2s, -webkit-transform .4s ease-out;
    transition: opacity .2s, -webkit-transform .4s ease-out;
    transition: transform .4s ease-out, opacity .2s;
    transition: transform .4s ease-out, opacity .2s, -webkit-transform .4s ease-out
  }
}

a.gb-vivo-h-logo svg.vivo-brand-logo-small {
  display: inline-block;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  fill: #fff
}

a.gb-vivo-h-logo:hover svg.vivo-brand-logo-small {
  fill: #415fff
}

a.gb-vivo-h-logo svg.vivo-brand-logo-large {
  display: none
}

.v_h_usercenter li {
  position: relative;
  display: inline-block;
  text-align: left;
  height: 50px;
  width: 100%
}

.v_h_usercenter li.userlink-1 b:before {
  speak: none;
  font-family: iconfont;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""
}

.v_h_usercenter li.userlink-2 b:before {
  speak: none;
  font-family: iconfont;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""
}

.v_h_usercenter li.userlink-3 b:before {
  speak: none;
  font-family: iconfont;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""
}

.v_h_usercenter li.userlink-4 b:before {
  speak: none;
  font-family: iconfont;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""
}

.v_h_usercenter li:first-child b {
  font-size: 20px
}

.v_h_usercenter li b {
  margin: 0 auto;
  vertical-align: baseline;
  font-size: 19px;
  position: relative
}

.ios .v_h_usercenter li b {
  top: -2px
}

.android .v_h_usercenter li b {
  top: -2px
}

.v_h_usercenter li a {
  display: block;
  color: #666;
  line-height: 50px;
  font-size: 14px;
  -webkit-transition: color .4s ease-out;
  transition: color .4s ease-out;
  padding: 0 38px
}

@media (max-width:767px) {
  .v_h_usercenter li a {
    padding: 0 38px
  }
}

.v_h_usercenter li a:hover {
  color: #415fff
}

.v_h_usercenter li a span {
  position: relative;
  text-align: left;
  display: inline-block;
  margin-left: 18px;
  font-size: 14px;
  line-height: 50px;
  top: -1px
}

@media (max-width:767px) {
  .v_h_usercenter li a span {
    font-size: 14px;
    top: -3px
  }
}

.v_h_usercenter li a i {
  position: relative;
  min-width: 14px;
  height: 14px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  margin-top: -1px;
  font-size: 12px;
  padding: 4px;
  line-height: 14px;
  color: #fff;
  border-radius: 50%;
  -webkit-transform: scale(.7);
  -ms-transform: scale(.7);
  transform: scale(.7);
  background-color: #f51818
}

.windows .v_h_usercenter li a i {
  margin-top: 0
}

.mobile .v_h_usercenter li a i {
  margin-top: -1px
}

.android .v_h_usercenter li a i {
  margin-top: -1px
}

.v_h_usercenter li a b:before {
  position: relative;
  font-size: 14px;
  vertical-align: middle;
  line-height: 18px;
  top: -1px
}

#gb-mask-layer,
#search-curtain {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
  display: none
}

.v_h_search {
  position: absolute;
  width: 81%;
  height: 44px;
  top: 0;
  right: 0;
  z-index: 1;
  display: none
}

@media (max-width:1248px) {
  .v_h_search {
    width: 90%;
    height: 44px;
    right: 220px
  }
}

@media (max-width:1068px) {
  .v_h_search {
    width: 88%;
    height: 44px;
    right: 180px
  }
}

@media (max-width:767px) {
  .v_h_search {
    right: 33%
  }
}

.v_h_search .search-top {
  position: relative;
  width: 100%;
  height: 100%
}

@media (max-width:1248px) {
  .v_h_search .search-top {
    margin-left: 22%
  }
}

.v_h_search .search-content {
  position: absolute;
  width: 90%;
  height: auto;
  min-height: 280px;
  background: #fff;
  top: 44px
}

@media (max-width:1248px) {
  .v_h_search .search-content {
    width: 80%;
    margin-left: 29%
  }
}

@media (max-width:1068px) {
  .v_h_search .search-content {
    width: 82%;
    margin-left: 29%
  }
}

.search-top input {
  width: 750px;
  height: 30px;
  margin-top: 7px;
  background: 0 0;
  padding-left: 43px;
  color: #fff;
  font-size: 14px
}

@media (max-width:1248px) {
  .search-top input {
    width: 70%;
    height: 30px;
    padding-left: 10%
  }
}

.search-top input textarea::-webkit-input-placeholder,
.search-top input::-webkit-input-placeholder {
  color: #888
}

@media (max-width:767px) {
  .search-top input {
    font-size: 16px;
    font-weight: 400;
    height: 38px;
    -webkit-transition: opacity 0s, -webkit-transform .4s ease-out;
    transition: opacity 0s, -webkit-transform .4s ease-out;
    transition: transform .4s ease-out, opacity 0s;
    transition: transform .4s ease-out, opacity 0s, -webkit-transform .4s ease-out
  }
}

@media (max-width:321px) {
  .search-top input {
    padding-left: 20%
  }
}

.search-top .search-close {
  position: absolute;
  width: 13px;
  height: 13px;
  top: 50%;
  margin-top: -7px;
  right: 10%;
  color: #fff;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-size: 250px 250px;
  background-repeat: no-repeat;
  background-position: -19px -38px
}

@media (max-width:1248px) {
  .search-top .search-close {
    right: 13%
  }
}

@media (max-width:1068px) {
  .search-top .search-close {
    right: 12%
  }
}

@media (max-width:767px) {
  .search-top .search-close {
    position: fixed;
    top: -100%
  }
}

.search-top .search-close:before {
  -webkit-transition: color .4s ease;
  transition: color .4s ease;
  speak: none;
  font-family: iconfont;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  font-size: 13px
}

.search-top .search-close.hover:before {
  color: #888
}

.search-top .search-close:hover {
  background-position: 0 -38px
}

.search-top .search-close:hover:before {
  color: #888
}

.search-top .search-close:active {
  background-position: -38px -38px
}

.search-top .search-close:active:before {
  color: #415fff
}

.gb-vivo-m-search {
  display: none;
  vertical-align: middle;
  line-height: 60px
}

@media (max-width:767px) {
  .gb-vivo-m-search {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -35%;
    width: 70%;
    height: 55px
  }
}

.gb-vivo-m-search input {
  background: 0 0;
  width: 100%;
  color: #fff;
  font-size: 16px
}

.gb-vivo-m-search input textarea::-webkit-input-placeholder,
.gb-vivo-m-search input::-webkit-input-placeholder {
  color: #888
}

.search-content dl {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 24px
}

.search-content dl dt {
  width: auto;
  height: auto;
  padding-left: 43px;
  font-size: 12px;
  color: #888;
  padding-top: 28px;
  margin-bottom: 11px
}

@media (max-width:1248px) {
  .search-content dl dt {
    padding-left: 5%
  }
}

.search-content dl dd {
  width: 100%;
  height: 40px;
  font-size: 14px
}

.search-content dl dd a {
  display: block;
  width: auto;
  height: 100%;
  line-height: 40px;
  padding-left: 67px;
  color: #333;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.search-content dl dd a:hover {
  background-color: #f2f2f2;
  color: #415fff
}

.search-content dl dd.current a {
  background-color: #f2f2f2;
  color: #415fff
}

.search-content .results {
  position: relative;
  width: 100%;
  height: 100%;
  display: none
}

.search-content .results dl:before {
  position: absolute;
  width: 694px;
  height: 1px;
  content: '';
  top: 0;
  left: 43px;
  display: block;
  background-color: #0d000000;
  background-color: rgba(0, 0, 0, .05)
}

@media (max-width:1248px) {
  .search-content .results dl:before {
    width: 90%;
    height: 1px;
    left: 5%
  }
}

.gb-vivo-menu-series {
  position: absolute;
  width: 100%;
  height: 245px;
  top: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  overflow: hidden;
  opacity: 0
}

@media (max-width:767px) {
  .gb-vivo-menu-series {
    display: none
  }
}

.gb-vivo-menu-series .vms-bigbox {
  position: relative;
  width: 100%;
  height: 175px;
  top: 44px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background-color: #e61A1A1A;
  background-color: rgba(26, 26, 26, .9)
}

.expand-size .gb-vivo-menu-series .vms-bigbox {
  width: 100%;
  height: 190px
}

.gb-vivo-menu-series .vms-bigbox ul {
  position: absolute;
  height: 175px;
  top: -28px;
  padding-left: 22px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #3ff;
  border-left-color: rgba(255, 255, 255, .2)
}

@media (max-width:1248px) {
  .gb-vivo-menu-series .vms-bigbox ul {
    padding-left: 12px
  }
}

.expand-size .gb-vivo-menu-series .vms-bigbox ul {
  height: 200px
}

.gb-vivo-menu-series .vms-bigbox ul#list1 {
  z-index: 6
}

.gb-vivo-menu-series .vms-bigbox ul#list2 {
  z-index: 5
}

.gb-vivo-menu-series .vms-bigbox ul#list3 {
  z-index: 4
}

.gb-vivo-menu-series .vms-bigbox .nav-item-can {
  width: 180px;
  height: 180px;
  display: inline-block
}

.expand-size .gb-vivo-menu-series .vms-bigbox .nav-item-can {
  width: 210px;
  height: 210px;
  left: -210px
}

.vms-bigbox ul .nav-item-can {
  position: absolute;
  left: -180px;
  top: 0
}

.vms-bigbox ul li {
  font-weight: 400;
  position: relative;
  padding: .6em 0;
  z-index: 2;
  font-size: 14px;
  line-height: 1.2em
}

.vms-bigbox ul li.f-menu-link {
  padding-top: 35px
}

.vms-bigbox ul li:nth-child(n+6) {
  display: none
}

.vms-bigbox ul li a {
  color: rgba(255, 255, 255, .8);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: color .4s ease;
  transition: color .4s ease;
  display: inline-block
}

.vms-bigbox ul li a:hover {
  color: #b2b2b2
}

.vms-bigbox ul li a:active {
  color: #415fff
}

#vivo-m-toast {
  font-size: 14px;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  z-index: 999
}

#vivo-m-toast.openQRCode {
  visibility: visible;
  opacity: 1
}

#vivo-m-toast .back-cover {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 300px;
  background-color: #000;
  background-color: rgba(0, 0, 0, .4);
  -webkit-transition: opacity 2s linear;
  transition: opacity 2s linear
}

#vivo-m-toast .back-cover .closeIcon {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 10px
}

#vivo-m-toast .back-cover .closeIcon:before {
  speak: none;
  font-family: iconfont;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  -webkit-transition: color .4s ease;
  transition: color .4s ease;
  color: #fff;
  font-size: 20px
}

#vivo-m-toast .back-cover .QRContainer {
  position: absolute;
  z-index: 100;
  width: 280px;
  height: 400px;
  top: 50%;
  left: 50%;
  margin-left: -140px;
  margin-top: -200px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle
}

#vivo-m-toast .back-cover .QRContainer .titleP {
  display: none;
  font-size: 16px;
  padding-top: 8%;
  color: #4d4e4f
}

#vivo-m-toast .back-cover .QRContainer .downloadP {
  display: none;
  font-size: 14px;
  color: #415fff;
  margin-top: 8%
}

#vivo-m-toast .back-cover .QRContainer .infomationP {
  display: none;
  font-size: 14px;
  color: #bbb;
  padding-top: 6%
}

#vivo-m-toast .back-cover .QRContainer hr {
  width: 14px;
  height: 1px;
  background-color: #415fff;
  border: 0
}

#vivo-m-toast .back-cover .QRContainer .imgP {
  display: none;
  z-index: 100;
  margin-top: 8%
}

#vivo-m-toast .back-cover .QRContainer .imgP img {
  width: 65%;
  height: 40%;
  -webkit-box-shadow: 0 5px 30px -2px #eaeaea;
  box-shadow: 0 5px 30px -2px #eaeaea;
  padding: 10px
}

#vivo-m-toast.AliCode .downloadP.ali-title,
#vivo-m-toast.AliCode .imgP.ali-img,
#vivo-m-toast.AliCode .infomationP.ali-title,
#vivo-m-toast.AliCode .titleP.ali-title {
  display: block
}

#vivo-m-toast.WechatCode .downloadP.wechat-title,
#vivo-m-toast.WechatCode .imgP.wechat-img,
#vivo-m-toast.WechatCode .infomationP.wechat-title,
#vivo-m-toast.WechatCode .titleP.wechat-title {
  display: block
}

.gb-foot-directory {
  font-size: 14px
}

.gb-foot-directory ul.directory-list {
  position: relative;
  width: 80%;
  display: table;
  color: #333
}

.gb-foot-directory ul.directory-list li {
  position: relative;
  width: 1%;
  height: 100%;
  display: table-cell;
  z-index: 1
}

@media (max-width:767px) {
  .gb-foot-directory ul.directory-list li {
    height: auto;
    overflow: hidden
  }
}

.gb-foot-directory ul.directory-list li .f-d-title {
  font-weight: 600
}

@media (max-width:767px) {
  .gb-foot-directory ul.directory-list li .f-d-title {
    color: #000;
    font-weight: 400
  }
}

.gb-foot-directory ul.directory-list li a {
  position: relative;
  height: 100%;
  line-height: 23px;
  white-space: nowrap;
  -webkit-transition: color .4s ease;
  transition: color .4s ease
}

@media (max-width:767px) {
  .gb-foot-directory ul.directory-list li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 32px
  }
}

@media (max-width:767px) {
  .gb-foot-directory ul.directory-list li dd {
    position: relative;
    padding-left: 1em;
    height: 32px;
    line-height: 32px
  }

  .gb-foot-directory ul.directory-list li dd.l-d-title {
    margin-bottom: 8px
  }
}

@media (max-width:767px) {
  .gb-foot-directory ul.directory-list li dd.f-d-title {
    padding-left: 0;
    font-size: 14px
  }

  .gb-foot-directory ul.directory-list li dd.f-d-title.open b:after {
    -webkit-transform: rotate(45deg) scale(1.1);
    -ms-transform: rotate(45deg) scale(1.1);
    transform: rotate(45deg) scale(1.1)
  }

  .gb-foot-directory ul.directory-list li dd.f-d-title.open b:before {
    -webkit-transform: rotate(45deg) scale(1.1);
    -ms-transform: rotate(45deg) scale(1.1);
    transform: rotate(45deg) scale(1.1)
  }

  .gb-foot-directory ul.directory-list li dd.f-d-title b:after {
    position: absolute;
    content: '';
    display: block;
    width: 7px;
    height: 1px;
    background-color: #666;
    top: 16px;
    right: 0;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1)
  }

  .gb-foot-directory ul.directory-list li dd.f-d-title b:before {
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    height: 7px;
    background-color: #666;
    top: 13px;
    right: 3px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1)
  }
}

.gb-foot-directory ul.directory-list li dd.t-d-title {
  padding-top: 15px
}

@media (max-width:767px) {
  .gb-foot-directory ul.directory-list li dd.t-d-title {
    padding-top: 0;
    margin-top: 8px
  }
}

.gb-foot-directory ul.directory-phone {
  position: absolute;
  width: 20%;
  top: 0;
  right: 0;
  text-align: right
}

@media (max-width:1248px) {
  .gb-foot-directory ul.directory-phone {
    padding-right: 16px
  }
}

.gb-foot-directory ul.directory-phone li dd {
  color: #999;
  line-height: 1;
  font-size: 13px
}

@media (max-width:767px) {
  .gb-foot-directory ul.directory-phone li dd {
    height: 70px;
    line-height: 70px;
    margin-top: 25px;
    font-size: 14px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #f2f2f2
  }
}

.redshield {
  display: inline-block;
  margin: 0 0 -3px 3px;
  width: 18px;
  height: 18px;
  background: center no-repeat url(/wwwstatic.vivo.com.cn/vivoportal/web/dist/common_umix/images/gssw-icon-x2_fe90277.png);
  background-size: contain
}

.gb-foot-directory .directory-phone .online {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 0
}

.gb-foot-directory .directory-phone .online a {
  display: block;
  color: #008cd6 !important;
  font-size: 24px;
  text-align: center
}

.gb-foot-directory .directory-phone .online a::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin: -5px 18px 0 0;
  width: 35px;
  height: 30px;
  background: center no-repeat url(/wwwstatic.vivo.com.cn/vivoportal/web/dist/common_umix/images/online-service-pc_8319a93.png);
  background-size: contain
}

.gb-foot-directory .directory-phone .phone-num {
  font-size: 24px;
  padding-bottom: 6px;
  color: #000
}

.gb-foot-directory .directory-phone span {
  display: none
}

@media (max-width:767px) {
  .gb-foot-directory .directory-phone li {
    margin-top: 13px;
    padding: 25px 0;
    font-size: 0;
    line-height: 1;
    text-align: center;
    border-top: 1px solid #f2f2f2
  }

  .gb-foot-directory .directory-phone li::after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 100%
  }

  .gb-foot-directory .directory-phone .phone-num {
    display: none
  }

  .gb-foot-directory .directory-phone dd:last-child {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0 !important;
    padding: 0 !important;
    width: 49%;
    height: 20px !important;
    font-size: 9px !important;
    line-height: 1 !important;
    text-align: center;
    border: 0 !important
  }

  .gb-foot-directory .directory-phone dd:last-child span {
    display: block !important;
    padding: 0 0 7px !important
  }

  .gb-foot-directory .directory-phone dd:last-child a {
    color: #008cd6 !important;
    font-size: 15px !important
  }

  .gb-foot-directory .directory-phone .online {
    position: relative;
    vertical-align: middle;
    margin: 0 !important;
    width: 50%;
    height: auto !important;
    font-size: 0 !important;
    line-height: 1 !important;
    border: 0 !important
  }

  .gb-foot-directory .directory-phone .online::after {
    content: "";
    position: absolute;
    top: -5px;
    bottom: -5px;
    right: 0;
    width: 1px;
    background: #ccc
  }

  .gb-foot-directory .directory-phone .online a {
    display: inline-block;
    width: auto;
    font-size: 15px;
    line-height: 19px
  }

  .gb-foot-directory .directory-phone .online a::before {
    margin: 0 7px 0 0;
    width: 24px;
    height: 19px
  }
}

a:focus {
  outline: 0
}

::-ms-clear,
::-ms-reveal {
  display: none
}

.hr-center-container {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 50%;
  width: 100%;
  max-width: 1200px;
  min-width: 900px
}

.hr-center-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -50%;
  width: 100%
}

.line-link {
  position: relative;
  padding-bottom: 7px;
  color: #415fff;
  font-size: 14px
}

.line-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1.2em;
  height: 1px;
  background: currentColor;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .3s;
  transition: .3s
}

.line-link:hover::after {
  width: 4em
}

.survey-pc {
  position: fixed;
  z-index: 99;
  right: 85px;
  bottom: 89px;
  width: 469px;
  height: 336px;
  font-size: 0;
  line-height: 1;
  text-align: center;
  background: center no-repeat url(/wwwstatic.vivo.com.cn/vivoportal/web/dist/img/common/survey_28488bc.jpg);
  background-size: contain
}

.survey-pc .survey-close {
  float: right;
  margin: 13px 15px 0 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: center no-repeat url(/wwwstatic.vivo.com.cn/vivoportal/web/dist/img/sprite/close-white-35x36_443a93e.png);
  background-size: contain
}

.survey-pc .survey-title {
  margin-top: 123px;
  color: #fff;
  font-size: 26px
}

.survey-pc .survey-text {
  margin: 16px 37px 29px;
  color: #fff;
  font-size: 18px;
  line-height: 30px
}

.survey-pc .survey-link {
  display: inline-block;
  width: 218px;
  color: #6597f9;
  font-size: 18px;
  line-height: 44px;
  background: #e0efff;
  border-radius: .44px
}

.survey-wap {
  display: none
}

.survey-hide {
  display: none !important
}

@media screen and (max-width:767px) {
  .hr-center-container:not(.unresponsive) {
    display: block;
    margin-left: 0;
    min-width: 0
  }

  :not(.unresponsive)>.hr-center-wrapper {
    margin-left: 0
  }

  .line-link {
    padding-bottom: .19rem;
    font-size: .32rem
  }

  .survey-pc {
    display: none
  }

  .survey-wap {
    display: block;
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .95)
  }

  .survey-wap .survey-close {
    float: right;
    margin: .33rem 0 0 .47rem;
    width: 1.28rem;
    height: .68rem;
    background: center no-repeat url(/wwwstatic.vivo.com.cn/vivoportal/web/dist/img/sprite/close-grey-28x28_076c79c.png);
    background-size: .32rem;
    border-left: 1px solid #9d9d9d
  }

  .survey-wap .survey-link {
    float: right;
    margin-top: .3rem;
    width: 2.26rem;
    color: #fff;
    font-size: .32rem;
    line-height: .75rem;
    text-align: center;
    background: #008ddc;
    border-radius: .0074rem
  }

  .survey-wap .survey-text {
    padding-left: .4rem;
    color: #333;
    font-size: .4rem;
    line-height: 1.34rem
  }
}

a:focus {
  outline: 0
}

::-ms-clear,
::-ms-reveal {
  display: none
}

.hr-center-container {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 50%;
  width: 100%;
  max-width: 1200px;
  min-width: 900px
}

.hr-center-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -50%;
  width: 100%
}

.line-link {
  position: relative;
  padding-bottom: 7px;
  color: #415fff;
  font-size: 14px
}

.line-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1.2em;
  height: 1px;
  background: currentColor;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .3s;
  transition: .3s
}

.line-link:hover::after {
  width: 4em
}

.survey-pc {
  position: fixed;
  z-index: 99;
  right: 85px;
  bottom: 89px;
  width: 469px;
  height: 336px;
  font-size: 0;
  line-height: 1;
  text-align: center;
  background: center no-repeat url(/wwwstatic.vivo.com.cn/vivoportal/web/dist/img/common/survey_28488bc.jpg);
  background-size: contain
}

.survey-pc .survey-close {
  float: right;
  margin: 13px 15px 0 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: center no-repeat url(/wwwstatic.vivo.com.cn/vivoportal/web/dist/img/sprite/close-white-35x36_443a93e.png);
  background-size: contain
}

.survey-pc .survey-title {
  margin-top: 123px;
  color: #fff;
  font-size: 26px
}

.survey-pc .survey-text {
  margin: 16px 37px 29px;
  color: #fff;
  font-size: 18px;
  line-height: 30px
}

.survey-pc .survey-link {
  display: inline-block;
  width: 218px;
  color: #6597f9;
  font-size: 18px;
  line-height: 44px;
  background: #e0efff;
  border-radius: .44px
}

.survey-wap {
  display: none
}

.survey-hide {
  display: none !important
}

@media screen and (max-width:767px) {
  .hr-center-container:not(.unresponsive) {
    display: block;
    margin-left: 0;
    min-width: 0
  }

  :not(.unresponsive)>.hr-center-wrapper {
    margin-left: 0
  }

  .line-link {
    padding-bottom: .19rem;
    font-size: .32rem
  }

  .survey-pc {
    display: none
  }

  .survey-wap {
    display: block;
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .95)
  }

  .survey-wap .survey-close {
    float: right;
    margin: .33rem 0 0 .47rem;
    width: 1.28rem;
    height: .68rem;
    background: center no-repeat url(/wwwstatic.vivo.com.cn/vivoportal/web/dist/img/sprite/close-grey-28x28_076c79c.png);
    background-size: .32rem;
    border-left: 1px solid #9d9d9d
  }

  .survey-wap .survey-link {
    float: right;
    margin-top: .3rem;
    width: 2.26rem;
    color: #fff;
    font-size: .32rem;
    line-height: .75rem;
    text-align: center;
    background: #008ddc;
    border-radius: .0074rem
  }

  .survey-wap .survey-text {
    padding-left: .4rem;
    color: #333;
    font-size: .4rem;
    line-height: 1.34rem
  }
}

.back_top_div {
  width: 72px;
  height: 48px;
  line-height: 48px;
  position: fixed;
  right: 40px;
  bottom: 95px;
  z-index: 99999;
  display: none;
  background-color: rgba(87, 92, 102, .4);
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  border-radius: 24px
}

.back_top_div:before {
  content: "\e901";
  font-family: footLogoIcon;
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.back_top_div.nodisplay {
  display: none !important
}

.back_top_div:hover {
  cursor: pointer;
  background-color: rgba(87, 92, 102, .6)
}

@media screen and (max-width:1199px) {
  .back_top_div {
    width: 54px;
    height: 36px;
    line-height: 36px;
    right: 20px;
    bottom: 44px;
    border-radius: 18px
  }

  .back_top_div:before {
    font-size: 12px
  }
}

footer #vivo-foot-path {
  font-size: 0;
  padding-top: 75px
}

footer #vivo-foot-path .path-link {
  margin: 0 auto
}

footer #vivo-foot-path .path-link ol li {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 32px;
  position: relative
}

footer #vivo-foot-path .path-link ol li:not(:last-of-type):after {
  content: "\e900";
  font-family: footLogoIcon;
  position: absolute;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  right: -24px;
  bottom: 0
}

footer #vivo-foot-path .path-link ol li a,
footer #vivo-foot-path .path-link ol li span {
  display: block;
  font-size: 14px;
  line-height: 16px;
  -webkit-transition: color .3s ease-out;
  transition: color .3s ease-out
}

footer #vivo-foot-path .path-link ol li:last-of-type {
  margin-right: 0
}

footer #vivo-foot-path .path-link ol .home-link {
  width: 81px;
  height: 25px
}

footer #vivo-foot-path .path-link ol .home-link a {
  line-height: 0;
  font-size: 0
}

footer #vivo-foot-path .path-link ol .home-link a:before {
  content: "\e910";
  font-family: footLogoIcon;
  font-size: 26px;
  line-height: 32px;
  -webkit-transition: color .3s ease-out;
  transition: color .3s ease-out
}

footer #vivo-foot-path[data-foot-theme=white] {
  background-color: #fff
}

footer #vivo-foot-path[data-foot-theme=white] .path-link ol li:not(:last-of-type):after {
  color: #242933
}

footer #vivo-foot-path[data-foot-theme=white] .path-link ol li a,
footer #vivo-foot-path[data-foot-theme=white] .path-link ol li span {
  color: #242933
}

footer #vivo-foot-path[data-foot-theme=white] .path-link ol li:hover a span {
  color: #415fff
}

footer #vivo-foot-path[data-foot-theme=white] .path-link ol li:hover a:before {
  color: #415fff
}

footer #vivo-foot-path[data-foot-theme=white] .path-link ol .home-link a:before {
  color: #242933
}

footer #vivo-foot-path[data-foot-theme=black] {
  background-color: #242933
}

footer #vivo-foot-path[data-foot-theme=black] .path-link ol li:not(:last-of-type):after {
  color: #fff
}

footer #vivo-foot-path[data-foot-theme=black] .path-link ol li a,
footer #vivo-foot-path[data-foot-theme=black] .path-link ol li span {
  color: #fff
}

footer #vivo-foot-path[data-foot-theme=black] .path-link ol li:hover a span {
  color: #415fff
}

footer #vivo-foot-path[data-foot-theme=black] .path-link ol li:hover a:before {
  color: #415fff
}

footer #vivo-foot-path[data-foot-theme=black] .path-link ol .home-link a:before {
  color: #fff
}

@media screen and (max-width:768px) {
  footer #vivo-foot-path {
    padding-top: 43px
  }

  footer #vivo-foot-path .path-link {
    padding: 0 20px
  }

  footer #vivo-foot-path .path-link ol li {
    margin-right: 22px
  }

  footer #vivo-foot-path .path-link ol li:not(:last-of-type):after {
    width: 14px;
    height: 14px;
    right: -18px
  }

  footer #vivo-foot-path .path-link ol li a,
  footer #vivo-foot-path .path-link ol li span {
    font-size: 12px;
    line-height: 14px
  }

  footer #vivo-foot-path .path-link ol .home-link {
    width: 59px;
    height: 18px
  }

  footer #vivo-foot-path .path-link ol .home-link a:before {
    font-size: 20px;
    line-height: 22px
  }
}

@media screen and (min-width:769px) and (max-width:1199px) {
  footer #vivo-foot-path .path-link {
    padding: 0 40px
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  footer #vivo-foot-path .path-link {
    padding: 0 80px
  }
}

@media screen and (min-width:1600px) {
  footer #vivo-foot-path .path-link {
    width: 1440px
  }
}

.visually-text {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute
}

.hide {
  display: none
}

@font-face {
  font-family: vivoSansGlobal-ExtraBold;
  src: url(vivoSansGlobal-ExtraBold.woff2);
  src: url(vivoSansGlobal-ExtraBold.woff2) format("woff2"), url(vivoSansGlobal-ExtraBold.woff) format("woff"), url(vivoSansGlobal-ExtraBold.ttf) format("truetype");
  font-style: normal;
  font-weight: 400
}

@font-face {
  font-family: vivoSansGlobal-DemiBold;
  src: url(vivoSansGlobal-DemiBold.woff2);
  src: url(vivoSansGlobal-DemiBold.woff2) format("woff2"), url(vivoSansGlobal-DemiBold.woff) format("woff"), url(vivoSansGlobal-DemiBold.ttf) format("truetype");
  font-style: normal;
  font-weight: 400
}

@font-face {
  font-family: vivoSansGlobal-Bold;
  src: url(vivoSansGlobal-Bold.woff2);
  src: url(vivoSansGlobal-Bold.woff2) format("woff2"), url(vivoSansGlobal-Bold.woff) format("woff"), url(vivoSansGlobal-Bold.ttf) format("truetype");
  font-style: normal;
  font-weight: 400
}

@font-face {
  font-family: vivoSansGlobal-Medium;
  src: url(vivoSansGlobal-Medium.woff2);
  src: url(vivoSansGlobal-Medium.woff2) format("woff2"), url(vivoSansGlobal-Medium.woff) format("woff"), url(vivoSansGlobal-Medium.ttf) format("truetype");
  font-style: normal;
  font-weight: 400
}

@font-face {
  font-family: vivoSansGlobal-Regular;
  src: url(vivoSansGlobal-Regular.woff2);
  src: url(vivoSansGlobal-Regular.woff2) format("woff2"), url(vivoSansGlobal-Regular.woff) format("woff"), url(vivoSansGlobal-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400
}

@font-face {
  font-family: vivoSansGlobal-Heavy;
  src: url(vivoSansGlobal-Heavy.woff2);
  src: url(vivoSansGlobal-Heavy.woff2) format("woff2"), url(vivoSansGlobal-Heavy.woff) format("woff"), url(vivoSansGlobal-Heavy.ttf) format("truetype");
  font-style: normal;
  font-weight: 400
}


@font-face {
  font-family: "vivo Sans Global2";
  src: url('./font/vivoSansGlobal2-Thin.ttf') format('truetype');
  font-style: normal;
  font-weight: 100;
}

@font-face {
  font-family: "vivo Sans Global2";
  src: url('./font/vivoSansGlobal2-ExtraLight.ttf?v=1') format('truetype');
  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-family: "vivo Sans Global2";
  src: url('./font/vivoSansGlobal2-Light.ttf?v=1') format('truetype');
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "vivo Sans Global2";
  src: url('./font/vivoSansGlobal2-Regular.ttf?v=1') format('truetype');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "vivo Sans Global2";
  src: url('./font/vivoSansGlobal2-Medium.ttf?v=1') format('truetype');
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "vivo Sans Global2";
  src: url('./font/vivoSansGlobal2-DemiBold.ttf?v=1') format('truetype');
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "vivo Sans Global2";
  src: url('./font/vivoSansGlobal2-Bold.ttf?v=1') format('truetype');
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "vivo Sans Global2";
  src: url('./font/vivoSansGlobal2-ExtraBold.ttf?v=1') format('truetype');
  font-style: normal;
  font-weight: 750;
}

@font-face {
  font-family: "vivo Sans Global2";
  src: url('./font/vivoSansGlobal2-ExtraBold.ttf?v=1') format('truetype');
  font-style: normal;
  font-weight: 800;
}

@font-face {
  font-family: "vivo Sans Global2";
  src: url('./font/vivoSansGlobal2-Heavy.ttf?v=1') format('truetype');
  font-style: normal;
  font-weight: 900;
}


.visually-text {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute
}

.hide {
  display: none
}

.topNavMaxScreen.J_detail_navi {
  background-color: #fff
}

.lazy-imageom {
  background-image: none !important
}

.lazy-imageom:after,
.lazy-imageom:before {
  background-image: none !important
}

.lazy-imageom-ready {
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease
}

.lazy-imageom-animated {
  opacity: 1
}

.stage .text-center {
  text-align: center
}

.stage a.line-link {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2em;
  padding-bottom: 8px;
  position: relative;
  color: #415fff;
  margin: auto 2em;
  overflow: hidden
}

.stage a.line-link:after {
  content: '';
  left: 50%;
  bottom: 0;
  margin-left: -5px;
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 10px;
  background-color: #415fff;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease
}

.stage a.line-link:hover:after {
  -webkit-transform: scaleX(6);
  -ms-transform: scaleX(6);
  transform: scaleX(6)
}

.stage a.line-link.line-link1:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}

.stage a.line-link.line-link2:hover:after {
  -webkit-transform: scaleX(2);
  -ms-transform: scaleX(2);
  transform: scaleX(2)
}

.stage a.line-link.line-link3:hover:after {
  -webkit-transform: scaleX(3);
  -ms-transform: scaleX(3);
  transform: scaleX(3)
}

.stage a.line-link.line-link4:hover:after {
  -webkit-transform: scaleX(4);
  -ms-transform: scaleX(4);
  transform: scaleX(4)
}

.stage a.line-link.line-link5:hover:after {
  -webkit-transform: scaleX(5);
  -ms-transform: scaleX(5);
  transform: scaleX(5)
}

.stage a.line-link.line-link6:hover:after {
  -webkit-transform: scaleX(6);
  -ms-transform: scaleX(6);
  transform: scaleX(6)
}

.stage a.line-link.line-link7:hover:after {
  -webkit-transform: scaleX(7);
  -ms-transform: scaleX(7);
  transform: scaleX(7)
}

.stage a.line-link.line-link8:hover:after {
  -webkit-transform: scaleX(8);
  -ms-transform: scaleX(8);
  transform: scaleX(8)
}

.stage a.line-link.line-link9:hover:after {
  -webkit-transform: scaleX(9);
  -ms-transform: scaleX(9);
  transform: scaleX(9)
}

.stage a.line-link.line-link10:hover:after {
  -webkit-transform: scaleX(10);
  -ms-transform: scaleX(10);
  transform: scaleX(10)
}

.stage a.line-link.line-link11:hover:after {
  -webkit-transform: scaleX(11);
  -ms-transform: scaleX(11);
  transform: scaleX(11)
}

.stage a.line-link.line-link12:hover:after {
  -webkit-transform: scaleX(12);
  -ms-transform: scaleX(12);
  transform: scaleX(12)
}

.stage a.line-link.line-link13:hover:after {
  -webkit-transform: scaleX(13);
  -ms-transform: scaleX(13);
  transform: scaleX(13)
}

.stage a.line-link.line-link14:hover:after {
  -webkit-transform: scaleX(14);
  -ms-transform: scaleX(14);
  transform: scaleX(14)
}

.stage a.line-link.line-link15:hover:after {
  -webkit-transform: scaleX(15);
  -ms-transform: scaleX(15);
  transform: scaleX(15)
}

.stage a.line-link.line-link16:hover:after {
  -webkit-transform: scaleX(16);
  -ms-transform: scaleX(16);
  transform: scaleX(16)
}

.stage a.line-link.line-link17:hover:after {
  -webkit-transform: scaleX(17);
  -ms-transform: scaleX(17);
  transform: scaleX(17)
}

.stage a.line-link.line-link18:hover:after {
  -webkit-transform: scaleX(18);
  -ms-transform: scaleX(18);
  transform: scaleX(18)
}

.stage a.line-link.line-link19:hover:after {
  -webkit-transform: scaleX(19);
  -ms-transform: scaleX(19);
  transform: scaleX(19)
}

.stage a.line-link.line-link20:hover:after {
  -webkit-transform: scaleX(20);
  -ms-transform: scaleX(20);
  transform: scaleX(20)
}

.stage a.line-link.line-link21:hover:after {
  -webkit-transform: scaleX(21);
  -ms-transform: scaleX(21);
  transform: scaleX(21)
}

.stage a.line-link.line-link22:hover:after {
  -webkit-transform: scaleX(22);
  -ms-transform: scaleX(22);
  transform: scaleX(22)
}

.stage a.line-link.line-link23:hover:after {
  -webkit-transform: scaleX(23);
  -ms-transform: scaleX(23);
  transform: scaleX(23)
}

.stage a.line-link.line-link24:hover:after {
  -webkit-transform: scaleX(24);
  -ms-transform: scaleX(24);
  transform: scaleX(24)
}

.stage a.line-link.line-link25:hover:after {
  -webkit-transform: scaleX(25);
  -ms-transform: scaleX(25);
  transform: scaleX(25)
}

.stage a.line-link.line-link26:hover:after {
  -webkit-transform: scaleX(26);
  -ms-transform: scaleX(26);
  transform: scaleX(26)
}

.stage a.line-link.line-link27:hover:after {
  -webkit-transform: scaleX(27);
  -ms-transform: scaleX(27);
  transform: scaleX(27)
}

.stage a.line-link.line-link28:hover:after {
  -webkit-transform: scaleX(28);
  -ms-transform: scaleX(28);
  transform: scaleX(28)
}

.stage a.line-link.line-link29:hover:after {
  -webkit-transform: scaleX(29);
  -ms-transform: scaleX(29);
  transform: scaleX(29)
}

.stage a.line-link.line-link30:hover:after {
  -webkit-transform: scaleX(30);
  -ms-transform: scaleX(30);
  transform: scaleX(30)
}

#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: #fff
}

#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%
}

@media (max-width:720px) {
  #pd-fly-layer .pd-fly-showbox {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

#pd-fly-layer .pd-fly-showbox .pd-fly-close {
  width: 80px;
  height: 80px;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  position: fixed;
  right: 10px;
  top: 5px;
  font-weight: 100;
  z-index: 9;
  color: rgba(255, 255, 255, .8);
  font-size: 40px;
  background-image: url(../img/close_hover.svg);
  background-repeat: no-repeat;
  background-position: center
}

@media (max-width:1180px) {
  #pd-fly-layer .pd-fly-showbox .pd-fly-close {
    text-align: center;
    left: 90%;
    top: 10px
  }
}

@media (max-width:720px) {
  #pd-fly-layer .pd-fly-showbox .pd-fly-close {
    right: 20px;
    top: 80px;
    font-size: 30px;
    left: 80%
  }

  #pd-fly-layer .pd-fly-showbox .pd-fly-close .icon-supper_close {
    font-size: 28px
  }
}

#pd-fly-layer .pd-fly-showbox .pd-fly-close b {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

#pd-fly-layer .pd-fly-showbox .pd-fly-close b:before {
  content: ''
}

#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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

#pd-fly-layer .pd-fly-showbox .pd-fly-content video {
  width: 100% !important;
  height: auto !important
}

.umx-stage {
  position: relative;
  overflow: hidden
}

.umx-stage .umx-section {
  position: relative;
  width: 100%;
  padding-top: 160px;
  z-index: 2
}

@media (min-width:1921px) {
  .umx-stage .umx-section {
    padding-top: 200px
  }
}

@media (max-width:1500px) {
  .umx-stage .umx-section {
    padding-top: 120px
  }
}

@media (max-width:1000px) {
  .umx-stage .umx-section {
    padding-top: 48px
  }
}

.umx-stage .umx-section .umx-title {
  text-align: left;
  margin: 0 auto;
  width: 1000px
}

@media (min-width:1921px) {
  .umx-stage .umx-section .umx-title {
    width: 1200px
  }
}

@media (max-width:1500px) {
  .umx-stage .umx-section .umx-title {
    width: 800px
  }
}

@media (max-width:1000px) {
  .umx-stage .umx-section .umx-title {
    width: auto;
    text-align: left
  }
}

.umx-stage .umx-section .umx-title .umx-main-title,
.umx-stage .umx-section .umx-title .umx-vice-title {
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  font-weight: 800
}

@media (max-width:1000px) {

  .umx-stage .umx-section .umx-title .umx-main-title,
  .umx-stage .umx-section .umx-title .umx-vice-title {
    width: auto;
    padding-left: 24px;
    padding-right: 24px
  }
}

.umx-stage .umx-section .umx-title .umx-main-title sup,
.umx-stage .umx-section .umx-title .umx-vice-title sup {
  position: relative;
  top: -10px;
  font-size: 32px
}

@media (max-width:1500px) {

  .umx-stage .umx-section .umx-title .umx-main-title sup,
  .umx-stage .umx-section .umx-title .umx-vice-title sup {
    top: -6px;
    font-size: 18px
  }
}

@media (max-width:1000px) {

  .umx-stage .umx-section .umx-title .umx-main-title sup,
  .umx-stage .umx-section .umx-title .umx-vice-title sup {
    font-size: 12px
  }
}

.umx-stage .umx-section .umx-title .umx-main-title sup:hover a,
.umx-stage .umx-section .umx-title .umx-vice-title sup:hover a {
  color: #415fff
}

.umx-stage .umx-section .umx-title .umx-intro {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-weight: 400
}

@media (max-width:1000px) {
  .umx-stage .umx-section .umx-title .umx-intro {
    margin-bottom: 14px;
    padding-left: 24px;
    padding-right: 24px;
    width: auto
  }
}

.umx-stage .umx-section .umx-title .umx-intro sup {
  font-size: 12px;
  position: relative;
  top: -4px
}

@media (max-width:1000px) {
  .umx-stage .umx-section .umx-title .umx-intro sup {
    top: -2px
  }
}

.umx-stage .umx-section .umx-title .umx-intro sup:hover a {
  color: #415fff
}

.umx-stage .umx-section .umx-title .umx-innertips {
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 22px
}

@media (max-width:1500px) {
  .umx-stage .umx-section .umx-title .umx-innertips {
    margin-top: 16px
  }
}

@media (max-width:1000px) {
  .umx-stage .umx-section .umx-title .umx-innertips {
    padding-left: 24px;
    padding-right: 24px
  }
}

.umx-stage .umx-section .umx-title .umx-main-title-bigger {
  font-size: 60px
}

@media (min-width:1921px) {
  .umx-stage .umx-section .umx-title .umx-main-title-bigger {
    font-size: 84px
  }
}

@media (max-width:1000px) {
  .umx-stage .umx-section .umx-title .umx-main-title-bigger {
    font-size: 40px
  }
}

.umx-stage .umx-comma::after {
  content: "， ";
  position: absolute
}

.umx-stage .umx-full::after {
  content: "。 ";
  position: absolute
}

.umx-stage .umx-mb-hide {
  display: block
}

@media (max-width:1000px) {
  .umx-stage .umx-mb-hide {
    display: none
  }
}

.umx-stage .umx-mb-show {
  display: none
}

@media (max-width:1000px) {
  .umx-stage .umx-mb-show {
    display: block
  }
}

.umx-stage .umx-buttonBuy {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: -310px;
  margin-top: 580px
}

@media (min-width:1921px) {
  .umx-stage .umx-buttonBuy {
    margin-left: -393px;
    margin-top: 728px
  }
}

@media (max-width:1500px) {
  .umx-stage .umx-buttonBuy {
    margin-left: -272px;
    margin-top: 451px
  }
}

@media (max-width:1000px) {
  .umx-stage .umx-buttonBuy {
    margin-left: 0;
    margin-top: 48vw
  }
}

.umx-stage .umx-buttonBuy .umx-buttonBuy-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width:1000px) {
  .umx-stage .umx-buttonBuy .umx-buttonBuy-section {
    width: 200px
  }
}

.umx-stage .umx-buttonBuy .umx-purchase {
  -webkit-transition: border .3s cubic-bezier(.645, .045, .355, 1);
  transition: border .3s cubic-bezier(.645, .045, .355, 1);
  border: 2px solid #000;
  border-radius: 50px
}

.umx-stage .umx-buttonBuy .umx-purchase a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 28px
}

@media (min-width:1921px) {
  .umx-stage .umx-buttonBuy .umx-purchase a {
    padding: 24px 32px
  }
}

@media (max-width:1000px) {
  .umx-stage .umx-buttonBuy .umx-purchase a {
    padding: 14px
  }
}

.umx-stage .umx-buttonBuy .umx-purchase a p {
  font-size: 16px;
  line-height: 1;
  margin-right: 8px;
  -webkit-transition: color .3s cubic-bezier(.645, .045, .355, 1);
  transition: color .3s cubic-bezier(.645, .045, .355, 1)
}

@media (min-width:1921px) {
  .umx-stage .umx-buttonBuy .umx-purchase a p {
    font-size: 22px
  }
}

@media (max-width:1000px) {
  .umx-stage .umx-buttonBuy .umx-purchase a p {
    font-size: 12px;
    margin-right: 4px
  }
}

.umx-stage .umx-buttonBuy .umx-purchase a svg {
  fill: #000;
  -webkit-transition: fill .3s cubic-bezier(.645, .045, .355, 1);
  transition: fill .3s cubic-bezier(.645, .045, .355, 1);
  width: 7px;
  height: 12px
}

@media (min-width:1921px) {
  .umx-stage .umx-buttonBuy .umx-purchase a svg {
    width: 10px;
    height: 18px
  }
}

@media (max-width:1000px) {
  .umx-stage .umx-buttonBuy .umx-purchase a svg {
    width: 6px;
    height: 10px
  }
}

.umx-stage .umx-buttonBuy .umx-purchase:hover {
  border: 2px solid #415fff
}

.umx-stage .umx-buttonBuy .umx-purchase:hover a p {
  color: #415fff
}

.umx-stage .umx-buttonBuy .umx-purchase:hover a svg {
  fill: #415fff
}

.umx-stage .umx-buttonBuy .umx-purchase:active {
  background: rgba(65, 95, 255, .3);
  border: 2px solid #415fff
}

.umx-stage .umx-buttonBuy .umx-purchase:active a p {
  color: #415fff
}

.umx-stage .umx-buttonBuy .umx-purchase:active a svg {
  fill: #415fff
}

.umx-stage .umx-buttonBuy .umx-purchase:last-child {
  margin-left: 24px
}

@media (max-width:1000px) {
  .umx-stage .umx-buttonBuy .umx-purchase:last-child {
    margin-left: 12px
  }
}

.umx-stage .umx-buttonBuy .umx-dark-mode .umx-purchase {
  border: 2px solid #fff
}

.umx-stage .umx-buttonBuy .umx-dark-mode .umx-purchase a svg {
  fill: #fff
}

.umx-stage .umx-buttonBuy .umx-dark-mode .umx-purchase a p {
  color: #fff
}

.umx-stage .umx-buttonBuy .umx-dark-mode .umx-purchase:hover {
  border: 2px solid #415fff
}

.umx-stage .umx-buttonBuy .umx-dark-mode .umx-purchase:hover a p {
  color: #415fff
}

.umx-stage .umx-buttonBuy .umx-dark-mode .umx-purchase:hover a svg {
  fill: #415fff
}

.umx-stage .umx-buttonBuy .umx-dark-mode .umx-purchase:active {
  background: rgba(65, 95, 255, .3);
  border: 2px solid #415fff
}

.umx-stage .umx-buttonBuy .umx-dark-mode .umx-purchase:active a p {
  color: #415fff
}

.umx-stage .umx-buttonBuy .umx-dark-mode .umx-purchase:active a svg {
  fill: #415fff
}

.umx-stage .umx-productBuy {
  display: inline-block;
  margin-top: 26px;
  margin-bottom: 26px;
  position: relative;
  width: 100%
}

@media (max-width:1000px) {
  .umx-stage .umx-productBuy {
    padding-left: 24px
  }
}

.umx-stage .umx-productBuy .umx-productBuy-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width:1000px) {
  .umx-stage .umx-productBuy .umx-productBuy-box {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left
  }
}

.umx-stage .umx-productBuy .umx-productBuy-box a {
  -webkit-font-smoothing: antialiased;
  position: relative;
  will-change: transform;
  -webkit-transition: border .3s cubic-bezier(.645, .045, .355, 1);
  transition: border .3s cubic-bezier(.645, .045, .355, 1);
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 2px solid rgba(65, 95, 255, 0)
}

.umx-stage .umx-productBuy .umx-productBuy-box a p {
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 1px;
  -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
  transition: all .3s cubic-bezier(.645, .045, .355, 1)
}

@media (max-width:1000px) {
  .umx-stage .umx-productBuy .umx-productBuy-box a p {
    font-size: 16px;
    line-height: 16px
  }
}

.umx-stage .umx-productBuy .umx-productBuy-box a::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  right: -12px;
  border-width: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 5px;
  border-style: solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
  -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
  transition: all .3s cubic-bezier(.645, .045, .355, 1)
}

@media (max-width:1000px) {
  .umx-stage .umx-productBuy .umx-productBuy-box a::after {
    width: 8px;
    height: 8px;
    right: -10px;
    top: auto;
    margin-top: -13px;
    border-width: 0 2px 2px 0
  }
}

.umx-stage .umx-productBuy .umx-productBuy-box a::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 21px;
  height: 2px;
  -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
  transition: all .3s cubic-bezier(.645, .045, .355, 1)
}

.umx-stage .umx-productBuy .umx-productBuy-box a:hover::after {
  color: #415fff
}

.umx-stage .umx-productBuy .umx-productBuy-box a:hover::before {
  background: #415fff
}

.umx-stage .umx-productBuy .umx-productBuy-box a:hover p {
  color: #415fff
}

.umx-stage .umx-productBuy.umx-productBuy-dark {
  color: #fff
}

.umx-stage.umx-stage-tips {
  background-color: #fff;
  padding: 50px 0
}

@media (max-width:1080px) {
  .umx-stage.umx-stage-tips {
    padding: 26px 0
  }
}

.umx-stage.umx-stage-tips .umx-tip-content {
  margin: auto;
  color: #fff;
  width: 1000px
}

@media (min-width:1921px) {
  .umx-stage.umx-stage-tips .umx-tip-content {
    width: 1200px
  }
}

@media (max-width:1500px) {
  .umx-stage.umx-stage-tips .umx-tip-content {
    width: 1000px
  }
}

@media (max-width:1080px) {
  .umx-stage.umx-stage-tips .umx-tip-content {
    width: 900px
  }
}

@media (max-width:720px) {
  .umx-stage.umx-stage-tips .umx-tip-content {
    width: auto
  }
}

.umx-stage.umx-stage-tips .umx-tip-content h4 {
  padding-bottom: 15px
}

@media (max-width:1000px) {
  .umx-stage.umx-stage-tips .umx-tip-content h4 {
    margin: 0 24px
  }
}

@media (max-width:1000px) {
  .umx-stage.umx-stage-tips .umx-tip-content h4 {
    margin: 0 24px
  }
}

.umx-stage.umx-stage-tips .umx-tip-content li {
  line-height: 26px;
  text-align: left;
  color: rgba(134, 134, 139, .8);
  list-style: decimal;
  margin-left: 25px;
  font-size: 14px
}

@media (max-width:1000px) {
  .umx-stage.umx-stage-tips .umx-tip-content li {
    line-height: 20px;
    font-size: 12px;
    margin: 0 24px
  }
}

@media (max-width:720px) {
  .umx-stage.umx-stage-tips .umx-tip-content li {
    margin-left: 24px
  }
}

@media (max-width:1000px) {
  .umx-stage.umx-stage-tips .umx-tip-content ul {
    margin: 0 24px
  }
}

.umx-stage.umx-stage-tips.umx-drak-mode {
  background-color: #000
}

.umx-stage.umx-stage-tips.umx-drak-mode h4 {
  color: #fff
}

.umx-stage.umx-stage-tips.umx-drak-mode ul li {
  color: rgba(134, 134, 139, .8)
}

.umx-stage .umx-data-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media (max-width:1000px) {
  .umx-stage .umx-data-items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 24px
  }
}

.umx-stage .umx-data-items li {
  -webkit-font-smoothing: antialiased
}

.umx-stage .umx-data-items li strong {
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.5;
  margin: 6px 0 5px 0;
  position: relative;
  display: block
}

@media (max-width:1000px) {
  .umx-stage .umx-data-items li strong {
    margin: 6px 0 0 0
  }
}

.umx-stage .umx-data-items li strong span {
  -webkit-font-smoothing: antialiased
}

.umx-stage .umx-data-items li p {
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.5
}

.umx-stage .umx-data-items li:last-child {
  margin-right: 0;
  margin-bottom: 0
}

.umx-stage .umx-popup-bg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, .8)
}

.umx-stage .umx-popup-scroll {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: auto
}

.umx-stage.active .umx-popup-bg,
.umx-stage.active .umx-popup-scroll {
  display: block
}

.umx-stage .umx-popup-container {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 10px;
  margin-top: 120px;
  margin-bottom: 120px;
  background: #151515
}

.umx-stage .umx-popup-container .svg-box {
  position: absolute;
  height: 100%;
  overflow: inherit;
  top: 66px;
  right: 60px;
  z-index: 10
}

@media (max-width:1500px) {
  .umx-stage .umx-popup-container .svg-box {
    top: 50px;
    right: 30px
  }
}

@media (max-width:1000px) {
  .umx-stage .umx-popup-container .svg-box {
    top: 26px;
    right: 36px
  }
}

.umx-stage .umx-popup-container .svg-box svg {
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  top: 70px;
  width: 50px;
  height: 36px;
  cursor: pointer
}

@media (min-width:1921px) {
  .umx-stage .umx-popup-container .svg-box svg {
    width: 40px;
    height: 40px
  }
}

@media (max-width:1500px) {
  .umx-stage .umx-popup-container .svg-box svg {
    width: 38px;
    height: 27px
  }
}

@media (max-width:1000px) {
  .umx-stage .umx-popup-container .svg-box svg {
    width: 36px;
    height: 25px
  }
}

.umx-stage .umx-open-popup {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  margin-top: 20px;
  font-size: 16px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50px;
  padding: 8px 18px 8px 18px;
  font-weight: 400;
  -webkit-transition: border .5s ease, color .5s ease;
  transition: border .5s ease, color .5s ease;
  z-index: 998
}

@media (max-width:1000px) {
  .umx-stage .umx-open-popup {
    font-size: 16px
  }
}

.umx-stage .umx-open-popup:hover {
  -webkit-transition: border .5s ease, color .5s ease;
  transition: border .5s ease, color .5s ease;
  border: 2px solid #415fff;
  color: #415fff
}

._tween {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  opacity: 0
}

.lt9 ._tween {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.start ._tween {
  will-change: transform;
  -webkit-transition: opacity .5s cubic-bezier(.645, .045, .355, 1), -webkit-transform 1s cubic-bezier(.645, .045, .355, 1);
  transition: opacity .5s cubic-bezier(.645, .045, .355, 1), -webkit-transform 1s cubic-bezier(.645, .045, .355, 1);
  transition: transform 1s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1);
  transition: transform 1s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1), -webkit-transform 1s cubic-bezier(.645, .045, .355, 1);
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.start ._tween._tween_1 {
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}

.start ._tween._tween_2 {
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

.start ._tween._tween_3 {
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

.start ._tween._tween_4 {
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}

.start ._tween._tween_5 {
  -webkit-transition-delay: .5s;
  transition-delay: .5s
}

.start ._tween._tween_6 {
  -webkit-transition-delay: .6s;
  transition-delay: .6s
}

.start ._tween._tween_7 {
  -webkit-transition-delay: .7s;
  transition-delay: .7s
}

.start ._tween._tween_8 {
  -webkit-transition-delay: .8s;
  transition-delay: .8s
}

.start ._tween._tween_9 {
  -webkit-transition-delay: .9s;
  transition-delay: .9s
}

.start ._tween._tween_10 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s
}

.stage-showcase .stage-sc-figure .SC-accessories-a {
  background-image: url(../img/vp-parts-img1.jpg);
  background-size: 456px 304px;
  width: 456px;
  height: 304px;
  left: 50%;
  margin-left: -228px;
  background-position: center;
  background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .stage-showcase .stage-sc-figure .SC-accessories-a {
    background-image: url(../img/vp-parts-img1-x2.jpg)
  }
}

.webp .stage-showcase .stage-sc-figure .SC-accessories-a {
  background-image: url(../img/vp-parts-img1.jpg.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .webp .stage-showcase .stage-sc-figure .SC-accessories-a {
    background-image: url(../img/vp-parts-img1-x2.jpg.webp)
  }
}

@media (min-width:1921px) {
  .stage-showcase .stage-sc-figure .SC-accessories-a {
    background-image: url(../img/vp-parts-img1-lg.jpg);
    background-size: 600px 400px;
    width: 600px;
    height: 400px;
    margin-left: -300px
  }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
  .stage-showcase .stage-sc-figure .SC-accessories-a {
    background-image: url(../img/vp-parts-img1-lg-x2.jpg)
  }
}

@media (min-width:1921px) {
  .webp .stage-showcase .stage-sc-figure .SC-accessories-a {
    background-image: url(../img/vp-parts-img1-lg.jpg.webp)
  }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
  .webp .stage-showcase .stage-sc-figure .SC-accessories-a {
    background-image: url(../img/vp-parts-img1-lg-x2.jpg.webp)
  }
}

@media (max-width:720px) {
  .stage-showcase .stage-sc-figure .SC-accessories-a {
    background-image: url(../img/vp-parts-img1-mb.jpg);
    background-size: 250px 175px;
    background-position: center;
    background-repeat: no-repeat;
    width: 250px;
    height: 175px;
    left: 50%;
    margin-left: -125px;
    margin-left: -125px !important
  }
}

@media only screen and (max-width:720px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:720px) and (min-resolution:1.5dppx),
(max-width:720px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:720px) and (min-resolution:144dpi) {
  .stage-showcase .stage-sc-figure .SC-accessories-a {
    background-image: url(../img/vp-parts-img1-mb-x2.jpg)
  }
}

.stage-showcase .stage-sc-figure .SC-phone-a {
  background-image: url(../img/vp-products-img1.png);
  background-size: 304px 228px;
  width: 304px;
  height: 228px;
  left: 50%;
  margin-left: -152px;
  background-position: center;
  background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .stage-showcase .stage-sc-figure .SC-phone-a {
    background-image: url(../img/vp-products-img1-x2.png)
  }
}

.webp .stage-showcase .stage-sc-figure .SC-phone-a {
  background-image: url(../img/vp-products-img1.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .webp .stage-showcase .stage-sc-figure .SC-phone-a {
    background-image: url(../img/vp-products-img1-x2.png.webp)
  }
}

@media (min-width:1921px) {
  .stage-showcase .stage-sc-figure .SC-phone-a {
    background-image: url(../img/vp-products-img1-lg.png);
    background-size: 400px 300px;
    width: 400px;
    height: 300px;
    margin-left: -200px
  }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
  .stage-showcase .stage-sc-figure .SC-phone-a {
    background-image: url(../img/vp-products-img1-lg-x2.png)
  }
}

@media (min-width:1921px) {
  .webp .stage-showcase .stage-sc-figure .SC-phone-a {
    background-image: url(../img/vp-products-img1-lg.png.webp)
  }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
  .webp .stage-showcase .stage-sc-figure .SC-phone-a {
    background-image: url(../img/vp-products-img1-lg-x2.png.webp)
  }
}

@media (max-width:720px) {
  .stage-showcase .stage-sc-figure .SC-phone-a {
    background-image: url(../img/vp-products-img1.png);
    background-size: 200px 150px;
    background-position: center;
    background-repeat: no-repeat;
    width: 200px;
    height: 150px;
    left: 50%;
    margin-left: -100px;
    margin-left: -100px !important
  }
}

@media only screen and (max-width:720px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:720px) and (min-resolution:1.5dppx),
(max-width:720px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:720px) and (min-resolution:144dpi) {
  .stage-showcase .stage-sc-figure .SC-phone-a {
    background-image: url(../img/vp-products-img1-x2.png)
  }
}

.stage-showcase .stage-sc-figure .SC-phone-b {
  background-image: url(../img/vp-products-img2.png);
  background-size: 304px 228px;
  width: 304px;
  height: 228px;
  left: 50%;
  margin-left: -152px;
  background-position: center;
  background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .stage-showcase .stage-sc-figure .SC-phone-b {
    background-image: url(../img/vp-products-img2-x2.png)
  }
}

.webp .stage-showcase .stage-sc-figure .SC-phone-b {
  background-image: url(../img/vp-products-img2.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .webp .stage-showcase .stage-sc-figure .SC-phone-b {
    background-image: url(../img/vp-products-img2-x2.png.webp)
  }
}

@media (min-width:1921px) {
  .stage-showcase .stage-sc-figure .SC-phone-b {
    background-image: url(../img/vp-products-img2-lg.png);
    background-size: 400px 300px;
    width: 400px;
    height: 300px;
    margin-left: -200px
  }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
  .stage-showcase .stage-sc-figure .SC-phone-b {
    background-image: url(../img/vp-products-img2-lg-x2.png)
  }
}

@media (min-width:1921px) {
  .webp .stage-showcase .stage-sc-figure .SC-phone-b {
    background-image: url(../img/vp-products-img2-lg.png.webp)
  }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
  .webp .stage-showcase .stage-sc-figure .SC-phone-b {
    background-image: url(../img/vp-products-img2-lg-x2.png.webp)
  }
}

@media (max-width:720px) {
  .stage-showcase .stage-sc-figure .SC-phone-b {
    background-image: url(../img/vp-products-img2.png);
    background-size: 200px 150px;
    background-position: center;
    background-repeat: no-repeat;
    width: 200px;
    height: 150px;
    left: 50%;
    margin-left: -100px;
    margin-left: -100px !important
  }
}

@media only screen and (max-width:720px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:720px) and (min-resolution:1.5dppx),
(max-width:720px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:720px) and (min-resolution:144dpi) {
  .stage-showcase .stage-sc-figure .SC-phone-b {
    background-image: url(../img/vp-products-img2-x2.png)
  }
}

.stage-showcase .stage-sc-figure .SC-protection-a {
  background-image: url(../img/vp-broken-img1.png);
  background-size: 228px 319px;
  width: 228px;
  height: 319px;
  left: 50%;
  margin-left: -114px;
  background-position: center;
  background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .stage-showcase .stage-sc-figure .SC-protection-a {
    background-image: url(../img/vp-broken-img1-x2.png)
  }
}

.webp .stage-showcase .stage-sc-figure .SC-protection-a {
  background-image: url(../img/vp-broken-img1.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .webp .stage-showcase .stage-sc-figure .SC-protection-a {
    background-image: url(../img/vp-broken-img1-x2.png.webp)
  }
}

@media (min-width:1921px) {
  .stage-showcase .stage-sc-figure .SC-protection-a {
    background-image: url(../img/vp-broken-img1-lg.png);
    background-size: 300px 420px;
    width: 300px;
    height: 420px;
    margin-left: -150px
  }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
  .stage-showcase .stage-sc-figure .SC-protection-a {
    background-image: url(../img/vp-broken-img1-lg-x2.png)
  }
}

@media (min-width:1921px) {
  .webp .stage-showcase .stage-sc-figure .SC-protection-a {
    background-image: url(../img/vp-broken-img1-lg.png.webp)
  }
}

@media only screen and (min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-width:1921px) and (min-resolution:1.5dppx),
(min-width:1921px) and (-webkit-min-device-pixel-ratio:1.5),
(min-width:1921px) and (min-resolution:144dpi) {
  .webp .stage-showcase .stage-sc-figure .SC-protection-a {
    background-image: url(../img/vp-broken-img1-lg-x2.png.webp)
  }
}

@media (max-width:720px) {
  .stage-showcase .stage-sc-figure .SC-protection-a {
    background-image: url(../img/vp-broken-img1.png);
    background-size: 150px 210px;
    background-position: center;
    background-repeat: no-repeat;
    width: 150px;
    height: 210px;
    left: 50%;
    margin-left: -75px;
    margin-left: -75px !important
  }
}

@media only screen and (max-width:720px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:720px) and (min-resolution:1.5dppx),
(max-width:720px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:720px) and (min-resolution:144dpi) {
  .stage-showcase .stage-sc-figure .SC-protection-a {
    background-image: url(../img/vp-broken-img1-x2.png)
  }
}

.product-main-content {
  background-color: #fff
}

#pd-fly-layer {
  background-color: #000
}

#pd-fly-layer i {
  background-color: #000
}

body {
  overflow: inherit
}

html {
  overflow: inherit
}

html.limit-fly {
  overflow-y: visible
}

footer {
  overflow-x: hidden
}

@media (max-width:1199px) {
  .vp-head-wap .vp-head-wrap-wap {
    width: 100%
  }
}

.vp-head-wap .vp-head-mainbar-pc {
  position: absolute;
  background-color: #fff;
  width: 100%
}

#vivo-product-wrap {
  overflow: inherit
}

#vivo-wrap {
  position: relative;
  width: 100%;
  overflow: inherit
}

.umx-stage_sticky {
  overflow: inherit
}

.umx-stickyBox {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  overflow: hidden;
  top: 0
}

@media (max-width:1000px) {
  .umx-stickyBox {
    overflow-x: hidden
  }
}

body,
html {
  min-width: 320px
}

figure,
picture {
  outline: 0;
  padding: 0;
  margin: 0
}

@media (max-width:1080px) {

  #vivo-head-wrap .gb-vivo-head .gb-nav-tool,
  #vivo-head-wrap .v_h_search {
    overflow: hidden
  }
}

.um-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.um-row .col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%
}

.um-row .col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%
}

.um-row .col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.um-row .col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%
}

.um-row .col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%
}

.um-row .col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.um-row .col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%
}

.um-row .col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%
}

.um-row .col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

.um-row .col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%
}

.um-row .col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%
}

.um-row .col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

@media (min-width:1921px) {
  .um-row .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }

  .um-row .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .um-row .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .um-row .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .um-row .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }

  .um-row .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .um-row .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }

  .um-row .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .um-row .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .um-row .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .um-row .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }

  .um-row .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media (max-width:1500px) {
  .um-row .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }

  .um-row .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .um-row .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .um-row .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .um-row .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }

  .um-row .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .um-row .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }

  .um-row .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .um-row .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .um-row .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .um-row .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }

  .um-row .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media (max-width:1080px) {
  .um-row .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }

  .um-row .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .um-row .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .um-row .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .um-row .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }

  .um-row .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .um-row .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }

  .um-row .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .um-row .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .um-row .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .um-row .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }

  .um-row .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media (max-width:720px) {
  .um-row .col-mb-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }

  .um-row .col-mb-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .um-row .col-mb-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .um-row .col-mb-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .um-row .col-mb-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }

  .um-row .col-mb-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .um-row .col-mb-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }

  .um-row .col-mb-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .um-row .col-mb-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .um-row .col-mb-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .um-row .col-mb-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }

  .um-row .col-mb-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

.J_detail_navi {
  position: fixed;
  background-color: rgba(0, 0, 0, .85)
}

.J_detail_navi_img {
  background-image: url(../img/vivopd-logo.png);
  background-repeat: no-repeat;
  background-position: center left !important;
  background-size: auto 80%
}

@media (max-width:720px) {
  .J_detail_navi_img {
    margin-top: .4rem !important
  }
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .J_detail_navi_img {
    background-image: url(../img/vivopd-logo-x2.png)
  }
}

.topNavMaxScreen .topNavBox .phoneName {
  min-width: 125px !important
}

a,
button,
img {
  outline: 0;
  border: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent
}

#vivo-product-wrap {
  font-size: 14px;
  text-align: left;
  position: relative;
  width: 100%;
  z-index: 1
}

.umx-stage {
  font-family: vivoSansGlobal-DemiBold
}

.umx-stage .umx-section {
  padding-top: 120px
}

@media (max-width:1500px) {
  .umx-stage .umx-section {
    padding-top: 90px
  }
}

@media (max-width:1000px) {
  .umx-stage .umx-section {
    padding-top: 50px
  }
}

.umx-stage .umx-section .umx-title {
  width: 1200px
}

@media (min-width:1921px) {
  .umx-stage .umx-section .umx-title {
    width: 1200px
  }
}

@media (max-width:1500px) {
  .umx-stage .umx-section .umx-title {
    width: 900px
  }
}

@media (max-width:1000px) {
  .umx-stage .umx-section .umx-title {
    width: auto
  }
}

.umx-stage .umx-section .umx-title .umx-vice-title {
  font-family: "vivo Sans Global2";
  font-weight: 400;
  line-height: 1.2;
  color: #1d1d1f;
  font-size: 32px;
  margin-bottom: 20px
}

@media (max-width:1500px) {
  .umx-stage .umx-section .umx-title .umx-vice-title {
    font-size: 24px;
    margin-bottom: 15px
  }
}

@media (max-width:1000px) {
  .umx-stage .umx-section .umx-title .umx-vice-title {
    font-size: 24px;
    padding-left: 30px;
    padding-right: 30px
  }
}

.umx-stage .umx-section .umx-title .umx-vice-title sup {
  top: 0;
  font-size: 20px
}

@media (max-width:1500px) {
  .umx-stage .umx-section .umx-title .umx-vice-title sup {
    font-size: 14px
  }
}

.umx-stage .umx-section .umx-title .umx-main-title {
  line-height: 1;
  font-size: 73px;
  color: #000;
  font-family: "vivo Sans Global2";
  font-weight: 800
}

@media (max-width:1500px) {
  .umx-stage .umx-section .umx-title .umx-main-title {
    font-size: 54px
  }
}

@media (max-width:1000px) {
  .umx-stage .umx-section .umx-title .umx-main-title {
    font-size: 32px;
    padding-left: 30px;
    padding-right: 30px
  }
}

.umx-stage .umx-section .umx-title .umx-main-title sup {
  top: 0
}

.umx-stage .umx-section .umx-title .umx-intro {
  margin-top: 30px;
  color: #6e6e73;
  font-size: 20px;
  font-family: "vivo Sans Global2";
  font-weight: 400
}

@media (max-width:1500px) {
  .umx-stage .umx-section .umx-title .umx-intro {
    font-size: 15px;
    margin-top: 22px
  }
}

@media (max-width:1000px) {
  .umx-stage .umx-section .umx-title .umx-intro {
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 12px;
    margin-bottom: 0
  }
}

.umx-stage .umx-section .umx-title .umx-intro sup {
  top: 0
}

.umx-stage .umx-section .umx-title .umx-innertips {
  color: rgba(0, 0, 0, .3);
  font-size: 16px;
  font-family: "vivo Sans Global2";
  font-weight: 400
}

@media (max-width:1500px) {
  .umx-stage .umx-section .umx-title .umx-innertips {
    font-size: 14px
  }
}

@media (max-width:1000px) {
  .umx-stage .umx-section .umx-title .umx-innertips {
    font-size: 11px
  }
}

.umx-stage .umx-data-items {
  padding: 0;
  margin-top: 50px
}

@media (max-width:1500px) {
  .umx-stage .umx-data-items {
    margin-top: 40px
  }
}

@media (max-width:1000px) {
  .umx-stage .umx-data-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px
  }
}

.umx-stage .umx-data-items li {
  list-style: none;
  margin-bottom: 50px
}

@media (max-width:1500px) {
  .umx-stage .umx-data-items li {
    margin-bottom: 30px
  }
}

@media (max-width:1000px) {
  .umx-stage .umx-data-items li {
    width: 50%;
    margin-bottom: 30px
  }
}

.umx-stage .umx-data-items li strong {
  color: #1d1d1f;
  font-size: 42px;
  font-family: "vivo Sans Global2";
  margin: 0;
  line-height: 1.2;
  font-weight: 600
}

@media (max-width:1500px) {
  .umx-stage .umx-data-items li strong {
    font-size: 32px
  }
}

@media (max-width:1000px) {
  .umx-stage .umx-data-items li strong {
    line-height: 1.2;
    font-size: 32px
  }
}

.umx-stage .umx-data-items li strong sup {
  position: absolute;
  font-size: 18px
}

@media (max-width:1500px) {
  .umx-stage .umx-data-items li strong sup {
    font-size: 12px
  }
}

@media (max-width:1000px) {
  .umx-stage .umx-data-items li strong sup {
    font-size: 16px
  }
}

.umx-stage .umx-data-items li p {
  color: #86868b;
  font-size: 20px;
  font-family: "vivo Sans Global2";
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 400
}

@media (max-width:1500px) {
  .umx-stage .umx-data-items li p {
    font-size: 16px
  }
}

@media (max-width:1000px) {
  .umx-stage .umx-data-items li p {
    font-size: 17px;
    margin-top: 6px;
    line-height: 1.2
  }
}

.umx-stage .umx-data-items li p sup {
  font-size: 12px;
  position: relative;
  font-family: "vivo Sans Global2";
  font-weight: 400
}

@media (max-width:1500px) {
  .umx-stage .umx-data-items li p sup {
    font-size: 10px
  }
}

.umx-stage .umx-data-items li:last-child {
  margin-right: 0;
  margin-bottom: 0
}

.umx-stage .umx-data-linear {
  font-size: 140px !important;
  text-align: center;
  font-family: "vivo Sans Global2";
  font-weight: 400;
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  --gradient-progress: -100%;
  --gradient-progress-2: -50%;
  --gradient-progress-3: -0%;
  background-image: -webkit-linear-gradient(355deg, #98c9fc var(--gradient-progress), #ffdfbd var(--gradient-progress-2), #caae98 var(--gradient-progress-3));
  background-image: linear-gradient(95deg, #98c9fc var(--gradient-progress), #ffdfbd var(--gradient-progress-2), #caae98 var(--gradient-progress-3))
}

@media (min-width:1921px) {
  .umx-stage .umx-data-linear {
    font-size: 150px !important
  }
}

@media (max-width:1500px) {
  .umx-stage .umx-data-linear {
    font-size: 105px !important
  }
}

@media (max-width:1024px) {
  .umx-stage .umx-data-linear {
    font-size: 60px !important
  }
}

@media (max-width:1000px) {
  .umx-stage .umx-data-linear {
    font-size: 48px !important;
    line-height: 1.2 !important;
    padding: 0 !important;
    margin-bottom: 0 !important
  }
}

.ie .umx-stage .umx-data-linear {
  color: #ffaf74;
  background-image: none
}

.umx-stage .umx-linear {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  background: #6a8ae8;
  background: -webkit-linear-gradient(177deg, #63a0f3 47.56%, #6a8ae8 95.95%);
  background: linear-gradient(273deg, #63a0f3 47.56%, #6a8ae8 95.95%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.ie .umx-stage .umx-linear {
  background: 0 0;
  color: #6a8ae8
}

.umx-stage .umx-linear sup {
  color: #6a8ae8;
  position: initial !important
}

.umx-dark-mode {
  background: #000
}

.umx-dark-mode .umx-section .umx-title .umx-main-title {
  color: #fff
}

.umx-dark-mode .umx-section .umx-title .umx-vice-title {
  color: #fff
}

.umx-dark-mode .umx-section .umx-title .umx-intro {
  color: #86868b
}

.umx-dark-mode .umx-section .umx-title .umx-data-items li strong {
  color: #f5f5f7
}

.umx-dark-mode .umx-section .umx-title .umx-data-items li p {
  color: #86868b
}

::-moz-selection {
  background-color: #415fff;
  color: #fff;
  -webkit-text-fill-color: #fff
}

::selection {
  background-color: #415fff;
  color: #fff;
  -webkit-text-fill-color: #fff
}

.umx-stage.umx-stage-tips {
  padding: 80px 0 120px 0
}

@media (max-width:1500px) {
  .umx-stage.umx-stage-tips {
    padding: 60px 0 90px 0
  }
}

@media (max-width:1000px) {
  .umx-stage.umx-stage-tips {
    padding: 40px 0
  }
}

.umx-stage.umx-stage-tips .umx-tip-content {
  width: 1200px
}

@media (max-width:1500px) {
  .umx-stage.umx-stage-tips .umx-tip-content {
    width: 980px
  }
}

@media (max-width:1000px) {
  .umx-stage.umx-stage-tips .umx-tip-content {
    width: auto
  }
}

.umx-stage.umx-stage-tips .umx-tip-content h4 {
  color: #86868b
}

.umx-stage.umx-stage-tips .umx-tip-content li {
  color: #86868b;
  line-height: 1.5;
  font-size: 12px
}

:root {
  --swiper-theme-color: #007aff
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-container-multirow>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.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: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
  -webkit-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, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev'
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next'
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -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-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}

.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;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.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: 6px 0;
  display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform, .2s top;
  transition: .2s transform, .2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform, .2s left;
  transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform, .2s right;
  transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(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, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.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-slide-zoomed {
  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%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.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-container-cube {
  overflow: visible
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.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-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.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-flip {
  overflow: visible
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.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
}

.umx-chapter-section {
  position: relative;
  text-align: center;
  padding: 200px 0
}

@media (max-width:1500px) {
  .umx-chapter-section {
    padding: 150px 0
  }
}

@media (max-width:1000px) {
  .umx-chapter-section {
    padding: 80px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
}

.umx-chapter-section .umx-chapter-title {
  position: relative;
  text-align: center;
  font-family: "vivo Sans Global2";
  font-size: 120px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 auto
}

@media (max-width:1500px) {
  .umx-chapter-section .umx-chapter-title {
    font-size: 90px
  }
}

@media (max-width:1000px) {
  .umx-chapter-section .umx-chapter-title {
    font-size: 48px
  }
}

.vivobudsair3-kv {
  z-index: 2
}

.vivobudsair3-kv .umx-figure-box {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 56.25vw
}

@media (max-width:1000px) {
  .vivobudsair3-kv .umx-figure-box {
    width: 100vw;
    height: 177.86667vw
  }
}

.vivobudsair3-kv .umx-figure-box .umx-figure {
  width: 100%;
  height: 100%
}

.vivobudsair3-kv .umx-figure-box .umx-figure picture {
  font-size: 0
}

.vivobudsair3-kv .umx-figure-box .umx-figure picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.ie .vivobudsair3-kv .umx-figure-box .umx-figure picture img {
  width: 100vm;
  height: auto
}

.vivobudsair3-ksp {
  background-color: #f5f5f5
}

.vivobudsair3-ksp .umx-ksp-section-title {
  position: relative;
  width: 1440px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 46px;
  font-weight: 800;
}

@media (max-width:1680px) {
  .vivobudsair3-ksp .umx-ksp-section-title {
    width: 1152px;
    margin-top: 80px;
    margin-bottom: 36.8px
  }
}

@media (max-width:1500px) {
  .vivobudsair3-ksp .umx-ksp-section-title {
    width: 1080px;
    margin-top: 75px;
    margin-bottom: 34.5px
  }
}

@media (max-width:1280px) {
  .vivobudsair3-ksp .umx-ksp-section-title {
    width: 864px;
    margin-top: 70px;
    margin-bottom: 20px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-ksp .umx-ksp-section-title {
    width: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 6.4vw;
    padding-right: 6.4vw
  }
}

.vivobudsair3-ksp .umx-ksp-section-title p {
  font-family: "vivo Sans Global2";
  font-size: 73px;
  line-height: 1.2;
  color: #000
}

@media (max-width:1500px) {
  .vivobudsair3-ksp .umx-ksp-section-title p {
    font-size: 48px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-ksp .umx-ksp-section-title p {
    font-size: 40px
  }
}

.vivobudsair3-ksp .umx-figure-box {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1440px;
  margin-bottom: 120px;
  gap: 20px
}

@media (max-width:1680px) {
  .vivobudsair3-ksp .umx-figure-box {
    width: 1152px;
    gap: 16px
  }
}

@media (max-width:1500px) {
  .vivobudsair3-ksp .umx-figure-box {
    width: 1080px;
    gap: 15px
  }
}

@media (max-width:1280px) {
  .vivobudsair3-ksp .umx-figure-box {
    width: 864px;
    gap: 12px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-ksp .umx-figure-box {
    position: relative;
    top: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 87.2vw;
    height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
    gap: 20px
  }
}

.vivobudsair3-ksp .umx-figure-box .umx-txt {
  position: absolute;
  font-family: "vivo Sans Global2";
  width: 100%;
  font-weight: 400;
  padding: 40px 60px 0 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden
}

@media (max-width:1500px) {
  .vivobudsair3-ksp .umx-figure-box .umx-txt {
    padding: 30px 45px 0 45px
  }
}

@media (max-width:1280px) {
  .vivobudsair3-ksp .umx-figure-box .umx-txt {
    padding: 24px 36px 0 36px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-ksp .umx-figure-box .umx-txt {
    padding: 30px 30px 0 30px
  }
}

.vivobudsair3-ksp .umx-figure-box .umx-txt .umx-ksp-title {
  position: relative;
  color: #000;
  line-height: 1.2;
  font-size: 30px
}

@media (max-width:1500px) {
  .vivobudsair3-ksp .umx-figure-box .umx-txt .umx-ksp-title {
    font-size: 22px
  }
}

@media (max-width:1280px) {
  .vivobudsair3-ksp .umx-figure-box .umx-txt .umx-ksp-title {
    font-size: 16px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-ksp .umx-figure-box .umx-txt .umx-ksp-title {
    font-size: 22px
  }
}

.vivobudsair3-ksp .umx-figure-box .umx-txt .umx-ksp-title sup {
  font-size: 12px
}

.vivobudsair3-ksp .umx-figure-box .umx-txt .umx-ksp-intro {
  position: relative;
  font-family: vivoSansGlobal-Regular;
  color: #8c8c8c;
  line-height: 1.3;
  font-size: 14px;
  margin-top: 10px
}

.vivobudsair3-ksp .umx-figure-box .umx-txt.umx-black .umx-ksp-title {
  color: #000
}

.vivobudsair3-ksp .umx-figure-box .umx-figure {
  position: relative;
  width: 466px;
  height: 511px;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 30px;
  overflow: hidden
}

@media (max-width:1680px) {
  .vivobudsair3-ksp .umx-figure-box .umx-figure {
    width: 372.8px;
    height: 408.8px
  }
}

@media (max-width:1500px) {
  .vivobudsair3-ksp .umx-figure-box .umx-figure {
    width: 349.5px;
    height: 383.25px
  }
}

@media (max-width:1280px) {
  .vivobudsair3-ksp .umx-figure-box .umx-figure {
    width: 279.6px;
    height: 306.6px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-ksp .umx-figure-box .umx-figure {
    width: 87.2vw;
    height: 112vw;
    margin-bottom: 10px;
    margin-right: 0
  }
}

.vivobudsair3-ksp .umx-figure-box .umx-figure.umx-figure4,
.vivobudsair3-ksp .umx-figure-box .umx-figure.umx-figure5,
.vivobudsair3-ksp .umx-figure-box .umx-figure.umx-figure6 {
  width: 466px;
  height: 434px
}

@media (max-width:1680px) {

  .vivobudsair3-ksp .umx-figure-box .umx-figure.umx-figure4,
  .vivobudsair3-ksp .umx-figure-box .umx-figure.umx-figure5,
  .vivobudsair3-ksp .umx-figure-box .umx-figure.umx-figure6 {
    width: 372.8px;
    height: 347.2px
  }
}

@media (max-width:1500px) {

  .vivobudsair3-ksp .umx-figure-box .umx-figure.umx-figure4,
  .vivobudsair3-ksp .umx-figure-box .umx-figure.umx-figure5,
  .vivobudsair3-ksp .umx-figure-box .umx-figure.umx-figure6 {
    width: 349.5px;
    height: 325.5px
  }
}

@media (max-width:1280px) {

  .vivobudsair3-ksp .umx-figure-box .umx-figure.umx-figure4,
  .vivobudsair3-ksp .umx-figure-box .umx-figure.umx-figure5,
  .vivobudsair3-ksp .umx-figure-box .umx-figure.umx-figure6 {
    width: 279.6px;
    height: 260.4px
  }
}

@media (max-width:1000px) {

  .vivobudsair3-ksp .umx-figure-box .umx-figure.umx-figure4,
  .vivobudsair3-ksp .umx-figure-box .umx-figure.umx-figure5,
  .vivobudsair3-ksp .umx-figure-box .umx-figure.umx-figure6 {
    width: 87.2vw;
    height: 112vw
  }
}

.vivobudsair3-ksp .umx-figure-box .umx-figure .umx-img-box {
  position: absolute;
  width: 100%;
  height: 100%
}

.vivobudsair3-ksp .umx-figure-box .umx-figure .umx-img-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.vivobudsair3-ksp .umx-figure-box .umx-figure:hover .umx-img-box img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

@media (max-width:1000px) {
  .vivobudsair3-ksp .umx-figure-box .umx-figure:hover .umx-img-box img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

.vivobudsair3-battery .umx-section {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 0
}

@media (max-width:1000px) {
  .vivobudsair3-battery .umx-section {
    position: relative;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding-top: 50px;
    margin-bottom: 50px
  }
}

.vivobudsair3-battery .umx-section .umx-title {
  position: relative;
  width: 560px;
  left: 50%;
  margin-left: -600px
}

@media (max-width:1500px) {
  .vivobudsair3-battery .umx-section .umx-title {
    width: 420px;
    margin-left: -450px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-battery .umx-section .umx-title {
    width: auto;
    left: 0;
    margin-left: 0
  }
}

.vivobudsair3-battery .umx-section .umx-data-items {
  width: 560px
}

@media (max-width:1000px) {
  .vivobudsair3-battery .umx-section .umx-data-items {
    width: auto
  }
}

.vivobudsair3-battery .umx-section .umx-data-items li {
  width: 100%;
  margin-right: 0
}

.vivobudsair3-battery .umx-section .umx-f1-mb {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media (max-width:1000px) {
  .vivobudsair3-battery .umx-section .umx-f1-mb {
    background-image: url(../img/vivobudsair3-battery-img1-mb.jpg);
    background-size: 300px 480px;
    background-position: center;
    background-repeat: no-repeat;
    width: 300px;
    height: 480px
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .vivobudsair3-battery .umx-section .umx-f1-mb {
    background-image: url(../img/vivobudsair3-battery-img1-mb-x2.jpg)
  }
}

@media (max-width:1000px) {
  .webp .vivobudsair3-battery .umx-section .umx-f1-mb {
    background-image: url(../img/vivobudsair3-battery-img1-mb.jpg.webp)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-battery .umx-section .umx-f1-mb {
    background-image: url(../img/vivobudsair3-battery-img1-mb-x2.jpg.webp)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-battery .umx-section .umx-f1-mb {
    background-size: 80vw 128vw;
    width: 80vw;
    height: 128vw;
    margin-top: 45px;
    margin-bottom: 30px
  }
}

.vivobudsair3-battery .umx-figure {
  position: relative;
  left: 50%;
  width: 477px;
  height: 757.8px;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%)
}

@media (max-width:1500px) {
  .vivobudsair3-battery .umx-figure {
    width: 397.5px;
    height: 631.5px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-battery .umx-figure {
    width: 80vw;
    height: 128vw;
    margin-top: 40px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

.vivobudsair3-battery .umx-figure .umx-f1 {
  background-image: url(../img/vivobudsair3-battery-img1-lg.jpg);
  background-size: 477px 757px;
  background-position: center;
  background-repeat: no-repeat;
  width: 477px;
  height: 757px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .vivobudsair3-battery .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-battery-img1-lg-x2.jpg)
  }
}

.webp .vivobudsair3-battery .umx-figure .umx-f1 {
  background-image: url(../img/vivobudsair3-battery-img1-lg.jpg.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .webp .vivobudsair3-battery .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-battery-img1-lg-x2.jpg.webp)
  }
}

.avif .vivobudsair3-battery .umx-figure .umx-f1 {
  background-image: url(../img/vivobudsair3-battery-img1-lg.jpg.avif)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .avif .vivobudsair3-battery .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-battery-img1-lg-x2.jpg.avif)
  }
}

@media (max-width:1500px) {
  .vivobudsair3-battery .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-battery-img1-lg.jpg);
    background-size: 397px 631px;
    background-position: center;
    background-repeat: no-repeat;
    width: 397px;
    height: 631px
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .vivobudsair3-battery .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-battery-img1-lg-x2.jpg)
  }
}

@media (max-width:1500px) {
  .webp .vivobudsair3-battery .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-battery-img1-lg.jpg.webp)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-battery .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-battery-img1-lg-x2.jpg.webp)
  }
}

@media (max-width:1500px) {
  .avif .vivobudsair3-battery .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-battery-img1-lg.jpg.avif)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-battery .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-battery-img1-lg-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-battery .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-battery-img1-mb.jpg);
    background-size: 300px 480px;
    background-position: center;
    background-repeat: no-repeat;
    width: 300px;
    height: 480px
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .vivobudsair3-battery .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-battery-img1-mb-x2.jpg)
  }
}

@media (max-width:1000px) {
  .webp .vivobudsair3-battery .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-battery-img1-mb.jpg.webp)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-battery .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-battery-img1-mb-x2.jpg.webp)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-battery .umx-figure .umx-f1 {
    background-size: 80vw 128vw;
    width: 80vw;
    height: 128vw
  }
}

.vivobudsair3-battery .umx-card-list {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  margin-top: 120px;
  margin-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px
}

.vivobudsair3-battery .umx-card-list .umx-card-item {
  position: relative;
  width: 292px;
  height: 198px;
  background-color: #121314;
  padding-top: 30px;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.vivobudsair3-battery .umx-card-list .umx-card-item .umx-card-title {
  position: relative;
  color: #fff;
  font-size: 32px;
  line-height: 1.2
}

.vivobudsair3-battery .umx-card-list .umx-card-item .umx-card-desc {
  position: relative
}

.vivobudsair3-wear .umx-section .umx-title {
  text-align: center;
  width: 1200px
}

@media (max-width:1500px) {
  .vivobudsair3-wear .umx-section .umx-title {
    width: 900px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-wear .umx-section .umx-title {
    text-align: left;
    width: auto
  }
}

.vivobudsair3-wear .umx-section .umx-title .umx-data-items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.vivobudsair3-wear .umx-section .umx-title .umx-data-items li {
  margin: 0 50px
}

.vivobudsair3-wear .umx-figure {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1086px;
  height: 623px;
  margin-top: 20px;
  margin-bottom: 90px
}

@media (max-width:1500px) {
  .vivobudsair3-wear .umx-figure {
    width: 814.5px;
    height: 467.25px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-wear .umx-figure {
    width: 102vw;
    height: 65.06667vw;
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

.vivobudsair3-wear .umx-figure .umx-f1 {
  background-image: url(../img/vivobudsair3-wear-img1-lg.jpg);
  background-size: 1086px 623px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1086px;
  height: 623px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .vivobudsair3-wear .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-wear-img1-lg-x2.jpg)
  }
}

.webp .vivobudsair3-wear .umx-figure .umx-f1 {
  background-image: url(../img/vivobudsair3-wear-img1-lg.jpg.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .webp .vivobudsair3-wear .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-wear-img1-lg-x2.jpg.webp)
  }
}

.avif .vivobudsair3-wear .umx-figure .umx-f1 {
  background-image: url(../img/vivobudsair3-wear-img1-lg.jpg.avif)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .avif .vivobudsair3-wear .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-wear-img1-lg-x2.jpg.avif)
  }
}

@media (max-width:1500px) {
  .vivobudsair3-wear .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-wear-img1-lg.jpg);
    background-size: 814px 467px;
    background-position: center;
    background-repeat: no-repeat;
    width: 814px;
    height: 467px
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .vivobudsair3-wear .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-wear-img1-lg-x2.jpg)
  }
}

@media (max-width:1500px) {
  .webp .vivobudsair3-wear .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-wear-img1-lg.jpg.webp)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-wear .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-wear-img1-lg-x2.jpg.webp)
  }
}

@media (max-width:1500px) {
  .avif .vivobudsair3-wear .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-wear-img1-lg.jpg.avif)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-wear .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-wear-img1-lg-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-wear .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-wear-img1-mb.jpg);
    background-size: 382px 244px;
    background-position: center;
    background-repeat: no-repeat;
    width: 382px;
    height: 244px
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .vivobudsair3-wear .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-wear-img1-mb-x2.jpg)
  }
}

@media (max-width:1000px) {
  .webp .vivobudsair3-wear .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-wear-img1-mb.jpg.webp)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-wear .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-wear-img1-mb-x2.jpg.webp)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-wear .umx-figure .umx-f1 {
    background-size: 102vw 65.06667vw;
    width: 102vw;
    height: 65.06667vw
  }
}

.vivobudsair3-wear .umx-figure .umx-figure-data {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.vivobudsair3-wear .umx-figure .umx-figure-data span {
  position: relative;
  font-family: vivoSansGlobal-Regular;
  color: #f2b823;
  text-align: center;
  font-size: 36px;
  line-height: 1.2
}

.vivobudsair3-color .umx-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 1200px;
  margin: 0 auto
}

@media (max-width:1500px) {
  .vivobudsair3-color .umx-section {
    width: 900px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-color .umx-section {
    position: relative;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.vivobudsair3-color .umx-section .umx-data-items {
  width: 400px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media (max-width:1500px) {
  .vivobudsair3-color .umx-section .umx-data-items {
    width: 320px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-color .umx-section .umx-data-items {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
}

.vivobudsair3-color .umx-section .umx-data-items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-right: 0
}

@media (max-width:1000px) {
  .vivobudsair3-color .umx-section .umx-data-items li {
    margin-bottom: 20px
  }
}

.vivobudsair3-color .umx-section .umx-data-items li strong {
  position: relative;
  font-size: 42px;
  line-height: 1;
  top: 6px
}

@media (max-width:1500px) {
  .vivobudsair3-color .umx-section .umx-data-items li strong {
    font-size: 32px;
    top: 4px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-color .umx-section .umx-data-items li strong {
    font-size: 18px;
    top: 4px
  }
}

.vivobudsair3-color .umx-section .umx-data-items .umx-data-icon {
  position: relative;
  margin-right: 35px
}

@media (max-width:1500px) {
  .vivobudsair3-color .umx-section .umx-data-items .umx-data-icon {
    margin-right: 25px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-color .umx-section .umx-data-items .umx-data-icon {
    margin-right: 20px
  }
}

.vivobudsair3-color .umx-section .umx-data-items .umx-data-icon.umx-color-white {
  background-image: url(../img/vivobudsair3-color-icon1-lg.png);
  background-size: 40px 40px;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .vivobudsair3-color .umx-section .umx-data-items .umx-data-icon.umx-color-white {
    background-image: url(../img/vivobudsair3-color-icon1-lg-x2.png)
  }
}

.webp .vivobudsair3-color .umx-section .umx-data-items .umx-data-icon.umx-color-white {
  background-image: url(../img/vivobudsair3-color-icon1-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .webp .vivobudsair3-color .umx-section .umx-data-items .umx-data-icon.umx-color-white {
    background-image: url(../img/vivobudsair3-color-icon1-lg-x2.png.webp)
  }
}

.avif .vivobudsair3-color .umx-section .umx-data-items .umx-data-icon.umx-color-white {
  background-image: url(../img/vivobudsair3-color-icon1-lg.png.avif)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .avif .vivobudsair3-color .umx-section .umx-data-items .umx-data-icon.umx-color-white {
    background-image: url(../img/vivobudsair3-color-icon1-lg-x2.png.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-color .umx-section .umx-data-items .umx-data-icon.umx-color-white {
    background-image: url(../img/vivobudsair3-color-icon1-lg.png);
    background-size: 28px 28px;
    background-position: center;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .vivobudsair3-color .umx-section .umx-data-items .umx-data-icon.umx-color-white {
    background-image: url(../img/vivobudsair3-color-icon1-lg-x2.png)
  }
}

@media (max-width:1000px) {
  .webp .vivobudsair3-color .umx-section .umx-data-items .umx-data-icon.umx-color-white {
    background-image: url(../img/vivobudsair3-color-icon1-lg.png.webp)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-color .umx-section .umx-data-items .umx-data-icon.umx-color-white {
    background-image: url(../img/vivobudsair3-color-icon1-lg-x2.png.webp)
  }
}

@media (max-width:1000px) {
  .avif .vivobudsair3-color .umx-section .umx-data-items .umx-data-icon.umx-color-white {
    background-image: url(../img/vivobudsair3-color-icon1-lg.png.avif)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-color .umx-section .umx-data-items .umx-data-icon.umx-color-white {
    background-image: url(../img/vivobudsair3-color-icon1-lg-x2.png.avif)
  }
}

.vivobudsair3-color .umx-section .umx-data-items .umx-data-icon.umx-color-blue {
  background-image: url(../img/vivobudsair3-color-icon2-lg.png);
  background-size: 40px 40px;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .vivobudsair3-color .umx-section .umx-data-items .umx-data-icon.umx-color-blue {
    background-image: url(../img/vivobudsair3-color-icon2-lg-x2.png)
  }
}

.webp .vivobudsair3-color .umx-section .umx-data-items .umx-data-icon.umx-color-blue {
  background-image: url(../img/vivobudsair3-color-icon2-lg.png.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .webp .vivobudsair3-color .umx-section .umx-data-items .umx-data-icon.umx-color-blue {
    background-image: url(../img/vivobudsair3-color-icon2-lg-x2.png.webp)
  }
}

.avif .vivobudsair3-color .umx-section .umx-data-items .umx-data-icon.umx-color-blue {
  background-image: url(../img/vivobudsair3-color-icon2-lg.png.avif)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .avif .vivobudsair3-color .umx-section .umx-data-items .umx-data-icon.umx-color-blue {
    background-image: url(../img/vivobudsair3-color-icon2-lg-x2.png.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-color .umx-section .umx-data-items .umx-data-icon.umx-color-blue {
    background-image: url(../img/vivobudsair3-color-icon2-lg.png);
    background-size: 28px 28px;
    background-position: center;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .vivobudsair3-color .umx-section .umx-data-items .umx-data-icon.umx-color-blue {
    background-image: url(../img/vivobudsair3-color-icon2-lg-x2.png)
  }
}

@media (max-width:1000px) {
  .webp .vivobudsair3-color .umx-section .umx-data-items .umx-data-icon.umx-color-blue {
    background-image: url(../img/vivobudsair3-color-icon2-lg.png.webp)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-color .umx-section .umx-data-items .umx-data-icon.umx-color-blue {
    background-image: url(../img/vivobudsair3-color-icon2-lg-x2.png.webp)
  }
}

@media (max-width:1000px) {
  .avif .vivobudsair3-color .umx-section .umx-data-items .umx-data-icon.umx-color-blue {
    background-image: url(../img/vivobudsair3-color-icon2-lg.png.avif)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-color .umx-section .umx-data-items .umx-data-icon.umx-color-blue {
    background-image: url(../img/vivobudsair3-color-icon2-lg-x2.png.avif)
  }
}

.vivobudsair3-color .umx-figure {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1200px;
  height: 929px
}

@media (max-width:1500px) {
  .vivobudsair3-color .umx-figure {
    width: 900px;
    height: 696.75px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-color .umx-figure {
    width: 100vw;
    height: 111.46667vw;
    margin-top: 40px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 40px
  }
}

.vivobudsair3-color .umx-figure .umx-f1 {
  background-image: url(../img/vivobudsair3-color-img1-lg.jpg);
  background-size: 1200px 929px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1200px;
  height: 929px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .vivobudsair3-color .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-color-img1-lg-x2.jpg)
  }
}

.webp .vivobudsair3-color .umx-figure .umx-f1 {
  background-image: url(../img/vivobudsair3-color-img1-lg.jpg.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .webp .vivobudsair3-color .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-color-img1-lg-x2.jpg.webp)
  }
}

.avif .vivobudsair3-color .umx-figure .umx-f1 {
  background-image: url(../img/vivobudsair3-color-img1-lg.jpg.avif)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .avif .vivobudsair3-color .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-color-img1-lg-x2.jpg.avif)
  }
}

@media (max-width:1500px) {
  .vivobudsair3-color .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-color-img1-lg.jpg);
    background-size: 900px 696px;
    background-position: center;
    background-repeat: no-repeat;
    width: 900px;
    height: 696px
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .vivobudsair3-color .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-color-img1-lg-x2.jpg)
  }
}

@media (max-width:1500px) {
  .webp .vivobudsair3-color .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-color-img1-lg.jpg.webp)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-color .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-color-img1-lg-x2.jpg.webp)
  }
}

@media (max-width:1500px) {
  .avif .vivobudsair3-color .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-color-img1-lg.jpg.avif)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-color .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-color-img1-lg-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-color .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-color-img1-mb.jpg);
    background-size: 375px 418px;
    background-position: center;
    background-repeat: no-repeat;
    width: 375px;
    height: 418px
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .vivobudsair3-color .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-color-img1-mb-x2.jpg)
  }
}

@media (max-width:1000px) {
  .webp .vivobudsair3-color .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-color-img1-mb.jpg.webp)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-color .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-color-img1-mb-x2.jpg.webp)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-color .umx-figure .umx-f1 {
    background-size: 100vw 111.46667vw;
    width: 100vw;
    height: 111.46667vw
  }
}

.vivobudsair3-design .umx-section {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 0
}

@media (max-width:1000px) {
  .vivobudsair3-design .umx-section {
    position: relative;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding-top: 50px
  }
}

.vivobudsair3-design .umx-section .umx-title {
  position: relative;
  width: 520px;
  left: 50%;
  margin-left: -600px
}

@media (max-width:1500px) {
  .vivobudsair3-design .umx-section .umx-title {
    width: 390px;
    margin-left: -450px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-design .umx-section .umx-title {
    width: auto;
    left: 0;
    margin-left: 0
  }
}

.vivobudsair3-design .umx-figure {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1031px;
  height: 825px;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  transform: translateX(-25%)
}

@media (max-width:1500px) {
  .vivobudsair3-design .umx-figure {
    width: 773.25px;
    height: 618.75px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-design .umx-figure {
    width: 100vw;
    height: 119.2vw;
    margin-top: 40px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 40px
  }
}

.vivobudsair3-design .umx-figure .umx-f1 {
  background-image: url(../img/vivobudsair3-design-img1-lg.jpg);
  background-size: 1031px 825px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1031px;
  height: 825px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .vivobudsair3-design .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-design-img1-lg-x2.jpg)
  }
}

.webp .vivobudsair3-design .umx-figure .umx-f1 {
  background-image: url(../img/vivobudsair3-design-img1-lg.jpg.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .webp .vivobudsair3-design .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-design-img1-lg-x2.jpg.webp)
  }
}

.avif .vivobudsair3-design .umx-figure .umx-f1 {
  background-image: url(../img/vivobudsair3-design-img1-lg.jpg.avif)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .avif .vivobudsair3-design .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-design-img1-lg-x2.jpg.avif)
  }
}

@media (max-width:1500px) {
  .vivobudsair3-design .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-design-img1-lg.jpg);
    background-size: 773px 618px;
    background-position: center;
    background-repeat: no-repeat;
    width: 773px;
    height: 618px
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .vivobudsair3-design .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-design-img1-lg-x2.jpg)
  }
}

@media (max-width:1500px) {
  .webp .vivobudsair3-design .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-design-img1-lg.jpg.webp)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-design .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-design-img1-lg-x2.jpg.webp)
  }
}

@media (max-width:1500px) {
  .avif .vivobudsair3-design .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-design-img1-lg.jpg.avif)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-design .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-design-img1-lg-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-design .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-design-img1-mb.jpg);
    background-size: 375px 447px;
    background-position: center;
    background-repeat: no-repeat;
    width: 375px;
    height: 447px
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .vivobudsair3-design .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-design-img1-mb-x2.jpg)
  }
}

@media (max-width:1000px) {
  .webp .vivobudsair3-design .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-design-img1-mb.jpg.webp)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-design .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-design-img1-mb-x2.jpg.webp)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-design .umx-figure .umx-f1 {
    background-size: 100vw 119.2vw;
    width: 100vw;
    height: 119.2vw
  }
}

.vivobudsair3-latency .umx-section .umx-title {
  text-align: center;
  width: 1200px
}

@media (max-width:1500px) {
  .vivobudsair3-latency .umx-section .umx-title {
    width: 900px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-latency .umx-section .umx-title {
    text-align: left;
    width: auto
  }
}

.vivobudsair3-latency .umx-section .umx-title .umx-data-items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.vivobudsair3-latency .umx-section .umx-title .umx-data-items li {
  margin: 0 50px
}

.vivobudsair3-latency .umx-figure {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1017px;
  height: 806px;
  margin-top: -50px
}

@media (max-width:1500px) {
  .vivobudsair3-latency .umx-figure {
    width: 762.75px;
    height: 604.5px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-latency .umx-figure {
    width: 103.86667vw;
    height: 94.4vw;
    margin-top: 20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

.vivobudsair3-latency .umx-figure .umx-f1 {
  background-image: url(../img/vivobudsair3-latency-img1-lg.jpg);
  background-size: 1017px 806px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1017px;
  height: 806px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .vivobudsair3-latency .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-latency-img1-lg-x2.jpg)
  }
}

.webp .vivobudsair3-latency .umx-figure .umx-f1 {
  background-image: url(../img/vivobudsair3-latency-img1-lg.jpg.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .webp .vivobudsair3-latency .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-latency-img1-lg-x2.jpg.webp)
  }
}

.avif .vivobudsair3-latency .umx-figure .umx-f1 {
  background-image: url(../img/vivobudsair3-latency-img1-lg.jpg.avif)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .avif .vivobudsair3-latency .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-latency-img1-lg-x2.jpg.avif)
  }
}

@media (max-width:1500px) {
  .vivobudsair3-latency .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-latency-img1-lg.jpg);
    background-size: 762px 604px;
    background-position: center;
    background-repeat: no-repeat;
    width: 762px;
    height: 604px
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .vivobudsair3-latency .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-latency-img1-lg-x2.jpg)
  }
}

@media (max-width:1500px) {
  .webp .vivobudsair3-latency .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-latency-img1-lg.jpg.webp)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-latency .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-latency-img1-lg-x2.jpg.webp)
  }
}

@media (max-width:1500px) {
  .avif .vivobudsair3-latency .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-latency-img1-lg.jpg.avif)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-latency .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-latency-img1-lg-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-latency .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-latency-img1-mb.jpg);
    background-size: 389px 354px;
    background-position: center;
    background-repeat: no-repeat;
    width: 389px;
    height: 354px
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .vivobudsair3-latency .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-latency-img1-mb-x2.jpg)
  }
}

@media (max-width:1000px) {
  .webp .vivobudsair3-latency .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-latency-img1-mb.jpg.webp)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-latency .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-latency-img1-mb-x2.jpg.webp)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-latency .umx-figure .umx-f1 {
    background-size: 103.86667vw 94.4vw;
    width: 103.86667vw;
    height: 94.4vw
  }
}

.vivobudsair3-management .umx-section {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 0
}

@media (max-width:1000px) {
  .vivobudsair3-management .umx-section {
    position: relative;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding-top: 50px
  }
}

.vivobudsair3-management .umx-section .umx-title {
  position: relative;
  width: 550px;
  left: 50%;
  margin-left: -600px
}

@media (max-width:1500px) {
  .vivobudsair3-management .umx-section .umx-title {
    width: 412.5px;
    margin-left: -450px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-management .umx-section .umx-title {
    width: auto;
    left: 0;
    margin-left: 0
  }
}

.vivobudsair3-management .umx-figure {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 557px;
  height: 704px;
  margin-top: 120px;
  margin-bottom: 120px;
  -webkit-transform: translateX(15%);
  -ms-transform: translateX(15%);
  transform: translateX(15%)
}

@media (max-width:1500px) {
  .vivobudsair3-management .umx-figure {
    width: 417.75px;
    height: 528px;
    margin-top: 90px;
    margin-bottom: 90px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-management .umx-figure {
    width: 80.26667vw;
    height: 101.6vw;
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

.vivobudsair3-management .umx-figure .umx-f1 {
  background-image: url(../img/vivobudsair3-management-img1-lg.jpg);
  background-size: 557px 704px;
  background-position: center;
  background-repeat: no-repeat;
  width: 557px;
  height: 704px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .vivobudsair3-management .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-management-img1-lg-x2.jpg)
  }
}

.webp .vivobudsair3-management .umx-figure .umx-f1 {
  background-image: url(../img/vivobudsair3-management-img1-lg.jpg.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .webp .vivobudsair3-management .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-management-img1-lg-x2.jpg.webp)
  }
}

.avif .vivobudsair3-management .umx-figure .umx-f1 {
  background-image: url(../img/vivobudsair3-management-img1-lg.jpg.avif)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .avif .vivobudsair3-management .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-management-img1-lg-x2.jpg.avif)
  }
}

@media (max-width:1500px) {
  .vivobudsair3-management .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-management-img1-lg.jpg);
    background-size: 417px 528px;
    background-position: center;
    background-repeat: no-repeat;
    width: 417px;
    height: 528px
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .vivobudsair3-management .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-management-img1-lg-x2.jpg)
  }
}

@media (max-width:1500px) {
  .webp .vivobudsair3-management .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-management-img1-lg.jpg.webp)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-management .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-management-img1-lg-x2.jpg.webp)
  }
}

@media (max-width:1500px) {
  .avif .vivobudsair3-management .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-management-img1-lg.jpg.avif)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-management .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-management-img1-lg-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-management .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-management-img1-mb.jpg);
    background-size: 301px 381px;
    background-position: center;
    background-repeat: no-repeat;
    width: 301px;
    height: 381px
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .vivobudsair3-management .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-management-img1-mb-x2.jpg)
  }
}

@media (max-width:1000px) {
  .webp .vivobudsair3-management .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-management-img1-mb.jpg.webp)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-management .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-management-img1-mb-x2.jpg.webp)
  }
}

@media (max-width:1000px) {
  .avif .vivobudsair3-management .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-management-img1-mb.jpg.avif)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-management .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-management-img1-mb-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-management .umx-figure .umx-f1 {
    background-size: 80.26667vw 101.6vw;
    width: 80.26667vw;
    height: 101.6vw
  }
}

.vivobudsair3-theme .umx-section .umx-title {
  text-align: center
}

@media (max-width:1000px) {
  .vivobudsair3-theme .umx-section .umx-title {
    text-align: left
  }
}

.vivobudsair3-theme .umx-figure-list {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 80px;
  margin-bottom: 120px;
  gap: 20px
}

@media (max-width:1500px) {
  .vivobudsair3-theme .umx-figure-list {
    width: 900px;
    margin-top: 60px;
    margin-bottom: 90px;
    gap: 15px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-theme .umx-figure-list {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 60px
  }
}

.vivobudsair3-theme .umx-figure-list .umx-figure-item {
  position: relative;
  width: 590px;
  height: 429px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f5f5f5;
  border-radius: 30px;
  overflow: hidden
}

@media (max-width:1500px) {
  .vivobudsair3-theme .umx-figure-list .umx-figure-item {
    width: 442.5px;
    height: 321.75px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-theme .umx-figure-list .umx-figure-item {
    width: 87.2vw;
    height: 94.4vw;
    border-radius: 20px
  }
}

.vivobudsair3-theme .umx-figure-list .umx-figure-item:last-child {
  margin-right: 0
}

.vivobudsair3-theme .umx-figure-list .umx-figure-item h2 {
  position: absolute;
  top: 360px;
  width: 100%;
  text-align: center;
  font-family: "vivo Sans Global2";
  color: #000;
  font-size: 32px;
  line-height: 1.2;
  z-index: 9
}

@media (max-width:1500px) {
  .vivobudsair3-theme .umx-figure-list .umx-figure-item h2 {
    font-size: 24px;
    top: 270px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-theme .umx-figure-list .umx-figure-item h2 {
    font-size: 18px;
    top: auto;
    bottom: 8vw
  }
}

.vivobudsair3-theme .umx-figure-list .umx-figure-item .umx-f1 {
  position: relative;
  background-image: url(../img/vivobudsair3-theme-img1-lg.jpg);
  background-size: 590px 429px;
  background-position: center;
  background-repeat: no-repeat;
  width: 590px;
  height: 429px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .vivobudsair3-theme .umx-figure-list .umx-figure-item .umx-f1 {
    background-image: url(../img/vivobudsair3-theme-img1-lg-x2.jpg)
  }
}

.webp .vivobudsair3-theme .umx-figure-list .umx-figure-item .umx-f1 {
  background-image: url(../img/vivobudsair3-theme-img1-lg.jpg.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .webp .vivobudsair3-theme .umx-figure-list .umx-figure-item .umx-f1 {
    background-image: url(../img/vivobudsair3-theme-img1-lg-x2.jpg.webp)
  }
}

.avif .vivobudsair3-theme .umx-figure-list .umx-figure-item .umx-f1 {
  background-image: url(../img/vivobudsair3-theme-img1-lg.jpg.avif)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .avif .vivobudsair3-theme .umx-figure-list .umx-figure-item .umx-f1 {
    background-image: url(../img/vivobudsair3-theme-img1-lg-x2.jpg.avif)
  }
}

@media (max-width:1500px) {
  .vivobudsair3-theme .umx-figure-list .umx-figure-item .umx-f1 {
    background-image: url(../img/vivobudsair3-theme-img1-lg.jpg);
    background-size: 442px 321px;
    background-position: center;
    background-repeat: no-repeat;
    width: 442px;
    height: 321px
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .vivobudsair3-theme .umx-figure-list .umx-figure-item .umx-f1 {
    background-image: url(../img/vivobudsair3-theme-img1-lg-x2.jpg)
  }
}

@media (max-width:1500px) {
  .webp .vivobudsair3-theme .umx-figure-list .umx-figure-item .umx-f1 {
    background-image: url(../img/vivobudsair3-theme-img1-lg.jpg.webp)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-theme .umx-figure-list .umx-figure-item .umx-f1 {
    background-image: url(../img/vivobudsair3-theme-img1-lg-x2.jpg.webp)
  }
}

@media (max-width:1500px) {
  .avif .vivobudsair3-theme .umx-figure-list .umx-figure-item .umx-f1 {
    background-image: url(../img/vivobudsair3-theme-img1-lg.jpg.avif)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-theme .umx-figure-list .umx-figure-item .umx-f1 {
    background-image: url(../img/vivobudsair3-theme-img1-lg-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-theme .umx-figure-list .umx-figure-item .umx-f1 {
    background-image: url(../img/vivobudsair3-theme-img1-mb.jpg);
    background-size: 327px 354px;
    background-position: center;
    background-repeat: no-repeat;
    width: 327px;
    height: 354px
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .vivobudsair3-theme .umx-figure-list .umx-figure-item .umx-f1 {
    background-image: url(../img/vivobudsair3-theme-img1-mb-x2.jpg)
  }
}

@media (max-width:1000px) {
  .webp .vivobudsair3-theme .umx-figure-list .umx-figure-item .umx-f1 {
    background-image: url(../img/vivobudsair3-theme-img1-mb.jpg.webp)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-theme .umx-figure-list .umx-figure-item .umx-f1 {
    background-image: url(../img/vivobudsair3-theme-img1-mb-x2.jpg.webp)
  }
}

@media (max-width:1000px) {
  .avif .vivobudsair3-theme .umx-figure-list .umx-figure-item .umx-f1 {
    background-image: url(../img/vivobudsair3-theme-img1-mb.jpg.avif)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-theme .umx-figure-list .umx-figure-item .umx-f1 {
    background-image: url(../img/vivobudsair3-theme-img1-mb-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-theme .umx-figure-list .umx-figure-item .umx-f1 {
    background-size: 87.2vw 94.4vw;
    width: 87.2vw;
    height: 94.4vw;
    margin-left: 0
  }
}

.vivobudsair3-theme .umx-figure-list .umx-figure-item .umx-f2 {
  position: relative;
  background-image: url(../img/vivobudsair3-theme-img2-lg.jpg);
  background-size: 590px 429px;
  background-position: center;
  background-repeat: no-repeat;
  width: 590px;
  height: 429px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .vivobudsair3-theme .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-theme-img2-lg-x2.jpg)
  }
}

.webp .vivobudsair3-theme .umx-figure-list .umx-figure-item .umx-f2 {
  background-image: url(../img/vivobudsair3-theme-img2-lg.jpg.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .webp .vivobudsair3-theme .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-theme-img2-lg-x2.jpg.webp)
  }
}

.avif .vivobudsair3-theme .umx-figure-list .umx-figure-item .umx-f2 {
  background-image: url(../img/vivobudsair3-theme-img2-lg.jpg.avif)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .avif .vivobudsair3-theme .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-theme-img2-lg-x2.jpg.avif)
  }
}

@media (max-width:1500px) {
  .vivobudsair3-theme .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-theme-img2-lg.jpg);
    background-size: 442px 321px;
    background-position: center;
    background-repeat: no-repeat;
    width: 442px;
    height: 321px
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .vivobudsair3-theme .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-theme-img2-lg-x2.jpg)
  }
}

@media (max-width:1500px) {
  .webp .vivobudsair3-theme .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-theme-img2-lg.jpg.webp)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-theme .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-theme-img2-lg-x2.jpg.webp)
  }
}

@media (max-width:1500px) {
  .avif .vivobudsair3-theme .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-theme-img2-lg.jpg.avif)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-theme .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-theme-img2-lg-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-theme .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-theme-img2-mb.jpg);
    background-size: 327px 354px;
    background-position: center;
    background-repeat: no-repeat;
    width: 327px;
    height: 354px
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .vivobudsair3-theme .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-theme-img2-mb-x2.jpg)
  }
}

@media (max-width:1000px) {
  .webp .vivobudsair3-theme .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-theme-img2-mb.jpg.webp)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-theme .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-theme-img2-mb-x2.jpg.webp)
  }
}

@media (max-width:1000px) {
  .avif .vivobudsair3-theme .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-theme-img2-mb.jpg.avif)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-theme .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-theme-img2-mb-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-theme .umx-figure-list .umx-figure-item .umx-f2 {
    background-size: 87.2vw 94.4vw;
    width: 87.2vw;
    height: 94.4vw;
    margin-left: 0
  }
}

.vivobudsair3-companion .umx-section .umx-title {
  text-align: center
}

@media (max-width:1000px) {
  .vivobudsair3-companion .umx-section .umx-title {
    text-align: left
  }
}

.vivobudsair3-companion .umx-data-items {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 60px;
  margin-bottom: 120px
}

@media (max-width:1500px) {
  .vivobudsair3-companion .umx-data-items {
    width: 900px;
    margin-top: 45px;
    gap: 45px;
    margin-bottom: 90px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-companion .umx-data-items {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 50px
  }
}

.vivobudsair3-companion .umx-data-items li {
  width: 33.333%;
  text-align: center
}

@media (max-width:1000px) {
  .vivobudsair3-companion .umx-data-items li {
    width: 100%;
    text-align: left
  }
}

.vivobudsair3-companion .umx-data-items li .umx-companion-icon1 {
  position: relative;
  margin-bottom: 40px;
  background-image: url(../img/vivobudsair3-companion-icon1-lg.jpg);
  background-size: 108px 108px;
  background-position: center;
  background-repeat: no-repeat;
  width: 108px;
  height: 108px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .vivobudsair3-companion .umx-data-items li .umx-companion-icon1 {
    background-image: url(../img/vivobudsair3-companion-icon1-lg-x2.jpg)
  }
}

.webp .vivobudsair3-companion .umx-data-items li .umx-companion-icon1 {
  background-image: url(../img/vivobudsair3-companion-icon1-lg.jpg.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .webp .vivobudsair3-companion .umx-data-items li .umx-companion-icon1 {
    background-image: url(../img/vivobudsair3-companion-icon1-lg-x2.jpg.webp)
  }
}

.avif .vivobudsair3-companion .umx-data-items li .umx-companion-icon1 {
  background-image: url(../img/vivobudsair3-companion-icon1-lg.jpg.avif)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .avif .vivobudsair3-companion .umx-data-items li .umx-companion-icon1 {
    background-image: url(../img/vivobudsair3-companion-icon1-lg-x2.jpg.avif)
  }
}

@media (max-width:1500px) {
  .vivobudsair3-companion .umx-data-items li .umx-companion-icon1 {
    background-image: url(../img/vivobudsair3-companion-icon1-lg.jpg);
    background-size: 81px 81px;
    background-position: center;
    background-repeat: no-repeat;
    width: 81px;
    height: 81px
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .vivobudsair3-companion .umx-data-items li .umx-companion-icon1 {
    background-image: url(../img/vivobudsair3-companion-icon1-lg-x2.jpg)
  }
}

@media (max-width:1500px) {
  .webp .vivobudsair3-companion .umx-data-items li .umx-companion-icon1 {
    background-image: url(../img/vivobudsair3-companion-icon1-lg.jpg.webp)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-companion .umx-data-items li .umx-companion-icon1 {
    background-image: url(../img/vivobudsair3-companion-icon1-lg-x2.jpg.webp)
  }
}

@media (max-width:1500px) {
  .avif .vivobudsair3-companion .umx-data-items li .umx-companion-icon1 {
    background-image: url(../img/vivobudsair3-companion-icon1-lg.jpg.avif)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-companion .umx-data-items li .umx-companion-icon1 {
    background-image: url(../img/vivobudsair3-companion-icon1-lg-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-companion .umx-data-items li .umx-companion-icon1 {
    background-image: url(../img/vivobudsair3-companion-icon1-lg.jpg);
    background-size: 90px 90px;
    background-position: center;
    background-repeat: no-repeat;
    width: 90px;
    height: 90px
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .vivobudsair3-companion .umx-data-items li .umx-companion-icon1 {
    background-image: url(../img/vivobudsair3-companion-icon1-lg-x2.jpg)
  }
}

@media (max-width:1000px) {
  .webp .vivobudsair3-companion .umx-data-items li .umx-companion-icon1 {
    background-image: url(../img/vivobudsair3-companion-icon1-lg.jpg.webp)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-companion .umx-data-items li .umx-companion-icon1 {
    background-image: url(../img/vivobudsair3-companion-icon1-lg-x2.jpg.webp)
  }
}

@media (max-width:1000px) {
  .avif .vivobudsair3-companion .umx-data-items li .umx-companion-icon1 {
    background-image: url(../img/vivobudsair3-companion-icon1-lg.jpg.avif)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-companion .umx-data-items li .umx-companion-icon1 {
    background-image: url(../img/vivobudsair3-companion-icon1-lg-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-companion .umx-data-items li .umx-companion-icon1 {
    background-size: 24vw 24vw;
    width: 24vw;
    height: 24vw;
    margin-bottom: 20px
  }
}

.vivobudsair3-companion .umx-data-items li .umx-companion-icon2 {
  position: relative;
  margin-bottom: 40px;
  background-image: url(../img/vivobudsair3-companion-icon2-lg.jpg);
  background-size: 108px 108px;
  background-position: center;
  background-repeat: no-repeat;
  width: 108px;
  height: 108px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .vivobudsair3-companion .umx-data-items li .umx-companion-icon2 {
    background-image: url(../img/vivobudsair3-companion-icon2-lg-x2.jpg)
  }
}

.webp .vivobudsair3-companion .umx-data-items li .umx-companion-icon2 {
  background-image: url(../img/vivobudsair3-companion-icon2-lg.jpg.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .webp .vivobudsair3-companion .umx-data-items li .umx-companion-icon2 {
    background-image: url(../img/vivobudsair3-companion-icon2-lg-x2.jpg.webp)
  }
}

.avif .vivobudsair3-companion .umx-data-items li .umx-companion-icon2 {
  background-image: url(../img/vivobudsair3-companion-icon2-lg.jpg.avif)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .avif .vivobudsair3-companion .umx-data-items li .umx-companion-icon2 {
    background-image: url(../img/vivobudsair3-companion-icon2-lg-x2.jpg.avif)
  }
}

@media (max-width:1500px) {
  .vivobudsair3-companion .umx-data-items li .umx-companion-icon2 {
    background-image: url(../img/vivobudsair3-companion-icon2-lg.jpg);
    background-size: 81px 81px;
    background-position: center;
    background-repeat: no-repeat;
    width: 81px;
    height: 81px
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .vivobudsair3-companion .umx-data-items li .umx-companion-icon2 {
    background-image: url(../img/vivobudsair3-companion-icon2-lg-x2.jpg)
  }
}

@media (max-width:1500px) {
  .webp .vivobudsair3-companion .umx-data-items li .umx-companion-icon2 {
    background-image: url(../img/vivobudsair3-companion-icon2-lg.jpg.webp)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-companion .umx-data-items li .umx-companion-icon2 {
    background-image: url(../img/vivobudsair3-companion-icon2-lg-x2.jpg.webp)
  }
}

@media (max-width:1500px) {
  .avif .vivobudsair3-companion .umx-data-items li .umx-companion-icon2 {
    background-image: url(../img/vivobudsair3-companion-icon2-lg.jpg.avif)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-companion .umx-data-items li .umx-companion-icon2 {
    background-image: url(../img/vivobudsair3-companion-icon2-lg-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-companion .umx-data-items li .umx-companion-icon2 {
    background-image: url(../img/vivobudsair3-companion-icon2-lg.jpg);
    background-size: 90px 90px;
    background-position: center;
    background-repeat: no-repeat;
    width: 90px;
    height: 90px
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .vivobudsair3-companion .umx-data-items li .umx-companion-icon2 {
    background-image: url(../img/vivobudsair3-companion-icon2-lg-x2.jpg)
  }
}

@media (max-width:1000px) {
  .webp .vivobudsair3-companion .umx-data-items li .umx-companion-icon2 {
    background-image: url(../img/vivobudsair3-companion-icon2-lg.jpg.webp)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-companion .umx-data-items li .umx-companion-icon2 {
    background-image: url(../img/vivobudsair3-companion-icon2-lg-x2.jpg.webp)
  }
}

@media (max-width:1000px) {
  .avif .vivobudsair3-companion .umx-data-items li .umx-companion-icon2 {
    background-image: url(../img/vivobudsair3-companion-icon2-lg.jpg.avif)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-companion .umx-data-items li .umx-companion-icon2 {
    background-image: url(../img/vivobudsair3-companion-icon2-lg-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-companion .umx-data-items li .umx-companion-icon2 {
    background-size: 24vw 24vw;
    width: 24vw;
    height: 24vw;
    margin-bottom: 20px
  }
}

.vivobudsair3-companion .umx-data-items li .umx-companion-icon3 {
  position: relative;
  margin-bottom: 40px;
  background-image: url(../img/vivobudsair3-companion-icon3-lg.jpg);
  background-size: 108px 108px;
  background-position: center;
  background-repeat: no-repeat;
  width: 108px;
  height: 108px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .vivobudsair3-companion .umx-data-items li .umx-companion-icon3 {
    background-image: url(../img/vivobudsair3-companion-icon3-lg-x2.jpg)
  }
}

.webp .vivobudsair3-companion .umx-data-items li .umx-companion-icon3 {
  background-image: url(../img/vivobudsair3-companion-icon3-lg.jpg.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .webp .vivobudsair3-companion .umx-data-items li .umx-companion-icon3 {
    background-image: url(../img/vivobudsair3-companion-icon3-lg-x2.jpg.webp)
  }
}

.avif .vivobudsair3-companion .umx-data-items li .umx-companion-icon3 {
  background-image: url(../img/vivobudsair3-companion-icon3-lg.jpg.avif)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .avif .vivobudsair3-companion .umx-data-items li .umx-companion-icon3 {
    background-image: url(../img/vivobudsair3-companion-icon3-lg-x2.jpg.avif)
  }
}

@media (max-width:1500px) {
  .vivobudsair3-companion .umx-data-items li .umx-companion-icon3 {
    background-image: url(../img/vivobudsair3-companion-icon3-lg.jpg);
    background-size: 81px 81px;
    background-position: center;
    background-repeat: no-repeat;
    width: 81px;
    height: 81px
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .vivobudsair3-companion .umx-data-items li .umx-companion-icon3 {
    background-image: url(../img/vivobudsair3-companion-icon3-lg-x2.jpg)
  }
}

@media (max-width:1500px) {
  .webp .vivobudsair3-companion .umx-data-items li .umx-companion-icon3 {
    background-image: url(../img/vivobudsair3-companion-icon3-lg.jpg.webp)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-companion .umx-data-items li .umx-companion-icon3 {
    background-image: url(../img/vivobudsair3-companion-icon3-lg-x2.jpg.webp)
  }
}

@media (max-width:1500px) {
  .avif .vivobudsair3-companion .umx-data-items li .umx-companion-icon3 {
    background-image: url(../img/vivobudsair3-companion-icon3-lg.jpg.avif)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-companion .umx-data-items li .umx-companion-icon3 {
    background-image: url(../img/vivobudsair3-companion-icon3-lg-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-companion .umx-data-items li .umx-companion-icon3 {
    background-image: url(../img/vivobudsair3-companion-icon3-lg.jpg);
    background-size: 90px 90px;
    background-position: center;
    background-repeat: no-repeat;
    width: 90px;
    height: 90px
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .vivobudsair3-companion .umx-data-items li .umx-companion-icon3 {
    background-image: url(../img/vivobudsair3-companion-icon3-lg-x2.jpg)
  }
}

@media (max-width:1000px) {
  .webp .vivobudsair3-companion .umx-data-items li .umx-companion-icon3 {
    background-image: url(../img/vivobudsair3-companion-icon3-lg.jpg.webp)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-companion .umx-data-items li .umx-companion-icon3 {
    background-image: url(../img/vivobudsair3-companion-icon3-lg-x2.jpg.webp)
  }
}

@media (max-width:1000px) {
  .avif .vivobudsair3-companion .umx-data-items li .umx-companion-icon3 {
    background-image: url(../img/vivobudsair3-companion-icon3-lg.jpg.avif)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-companion .umx-data-items li .umx-companion-icon3 {
    background-image: url(../img/vivobudsair3-companion-icon3-lg-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-companion .umx-data-items li .umx-companion-icon3 {
    background-size: 24vw 24vw;
    width: 24vw;
    height: 24vw;
    margin-bottom: 20px
  }
}

.vivobudsair3-companion .umx-data-items li .umx-companion-icon4 {
  position: relative;
  margin-bottom: 40px;
  background-image: url(../img/vivobudsair3-companion-icon4-lg.jpg);
  background-size: 108px 108px;
  background-position: center;
  background-repeat: no-repeat;
  width: 108px;
  height: 108px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .vivobudsair3-companion .umx-data-items li .umx-companion-icon4 {
    background-image: url(../img/vivobudsair3-companion-icon4-lg-x2.jpg)
  }
}

.webp .vivobudsair3-companion .umx-data-items li .umx-companion-icon4 {
  background-image: url(../img/vivobudsair3-companion-icon4-lg.jpg.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .webp .vivobudsair3-companion .umx-data-items li .umx-companion-icon4 {
    background-image: url(../img/vivobudsair3-companion-icon4-lg-x2.jpg.webp)
  }
}

.avif .vivobudsair3-companion .umx-data-items li .umx-companion-icon4 {
  background-image: url(../img/vivobudsair3-companion-icon4-lg.jpg.avif)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .avif .vivobudsair3-companion .umx-data-items li .umx-companion-icon4 {
    background-image: url(../img/vivobudsair3-companion-icon4-lg-x2.jpg.avif)
  }
}

@media (max-width:1500px) {
  .vivobudsair3-companion .umx-data-items li .umx-companion-icon4 {
    background-image: url(../img/vivobudsair3-companion-icon4-lg.jpg);
    background-size: 81px 81px;
    background-position: center;
    background-repeat: no-repeat;
    width: 81px;
    height: 81px
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .vivobudsair3-companion .umx-data-items li .umx-companion-icon4 {
    background-image: url(../img/vivobudsair3-companion-icon4-lg-x2.jpg)
  }
}

@media (max-width:1500px) {
  .webp .vivobudsair3-companion .umx-data-items li .umx-companion-icon4 {
    background-image: url(../img/vivobudsair3-companion-icon4-lg.jpg.webp)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-companion .umx-data-items li .umx-companion-icon4 {
    background-image: url(../img/vivobudsair3-companion-icon4-lg-x2.jpg.webp)
  }
}

@media (max-width:1500px) {
  .avif .vivobudsair3-companion .umx-data-items li .umx-companion-icon4 {
    background-image: url(../img/vivobudsair3-companion-icon4-lg.jpg.avif)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-companion .umx-data-items li .umx-companion-icon4 {
    background-image: url(../img/vivobudsair3-companion-icon4-lg-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-companion .umx-data-items li .umx-companion-icon4 {
    background-image: url(../img/vivobudsair3-companion-icon4-lg.jpg);
    background-size: 90px 90px;
    background-position: center;
    background-repeat: no-repeat;
    width: 90px;
    height: 90px
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .vivobudsair3-companion .umx-data-items li .umx-companion-icon4 {
    background-image: url(../img/vivobudsair3-companion-icon4-lg-x2.jpg)
  }
}

@media (max-width:1000px) {
  .webp .vivobudsair3-companion .umx-data-items li .umx-companion-icon4 {
    background-image: url(../img/vivobudsair3-companion-icon4-lg.jpg.webp)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-companion .umx-data-items li .umx-companion-icon4 {
    background-image: url(../img/vivobudsair3-companion-icon4-lg-x2.jpg.webp)
  }
}

@media (max-width:1000px) {
  .avif .vivobudsair3-companion .umx-data-items li .umx-companion-icon4 {
    background-image: url(../img/vivobudsair3-companion-icon4-lg.jpg.avif)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-companion .umx-data-items li .umx-companion-icon4 {
    background-image: url(../img/vivobudsair3-companion-icon4-lg-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-companion .umx-data-items li .umx-companion-icon4 {
    background-size: 24vw 24vw;
    width: 24vw;
    height: 24vw;
    margin-bottom: 20px
  }
}

.vivobudsair3-companion .umx-data-items li strong {
  font-size: 36px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 10px
}

@media (max-width:1500px) {
  .vivobudsair3-companion .umx-data-items li strong {
    font-size: 28px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-companion .umx-data-items li strong {
    font-size: 32px
  }
}

.vivobudsair3-companion .umx-data-items li p {
  color: #000;
  font-size: 20px;
  line-height: 1.5
}

@media (max-width:1500px) {
  .vivobudsair3-companion .umx-data-items li p {
    font-size: 16px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-companion .umx-data-items li p {
    font-size: 17px
  }
}

.vivobudsair3-control .umx-section .umx-title {
  text-align: center
}

@media (max-width:1000px) {
  .vivobudsair3-control .umx-section .umx-title {
    text-align: left
  }
}

.vivobudsair3-control .umx-figure-list {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 120px;
  gap: 20px
}

@media (max-width:1500px) {
  .vivobudsair3-control .umx-figure-list {
    width: 900px;
    margin-top: 45px;
    margin-bottom: 9px;
    gap: 15px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-control .umx-figure-list {
    width: 87.2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    margin-bottom: 50px
  }
}

.vivobudsair3-control .umx-figure-list .umx-figure-item {
  position: relative;
  width: 590px;
  height: 572px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 24px;
  background-color: #f5f5f5;
  overflow: hidden
}

@media (max-width:1500px) {
  .vivobudsair3-control .umx-figure-list .umx-figure-item {
    width: 442.5px;
    height: 429px;
    padding: 0 60px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-control .umx-figure-list .umx-figure-item {
    width: 87.2vw;
    height: auto;
    padding: 0 30px
  }
}

.vivobudsair3-control .umx-figure-list .umx-figure-item:first-child {
  width: 100%;
  height: 536px
}

@media (max-width:1500px) {
  .vivobudsair3-control .umx-figure-list .umx-figure-item:first-child {
    height: 536px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-control .umx-figure-list .umx-figure-item:first-child {
    width: 87.2vw;
    height: auto
  }
}

.vivobudsair3-control .umx-figure-list .umx-figure-item:first-child .umx-figure-content {
  margin-top: 60px;
  width: 460px
}

@media (max-width:1500px) {
  .vivobudsair3-control .umx-figure-list .umx-figure-item:first-child .umx-figure-content {
    margin-top: 45px;
    width: 345px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-control .umx-figure-list .umx-figure-item:first-child .umx-figure-content {
    width: auto;
    margin-top: 30px
  }
}

.vivobudsair3-control .umx-figure-list .umx-figure-item:first-child .umx-figure-content h2:first-of-type {
  margin-bottom: 50px
}

@media (max-width:1500px) {
  .vivobudsair3-control .umx-figure-list .umx-figure-item:first-child .umx-figure-content h2:first-of-type {
    margin-bottom: 37.5px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-control .umx-figure-list .umx-figure-item:first-child .umx-figure-content h2:first-of-type {
    margin-bottom: 30px
  }
}

.vivobudsair3-control .umx-figure-list .umx-figure-item:first-child .umx-figure-content h2:last-of-type {
  margin-top: 30px
}

.vivobudsair3-control .umx-figure-list .umx-figure-item:last-child .umx-figure-content {
  margin-top: 60px
}

@media (max-width:1500px) {
  .vivobudsair3-control .umx-figure-list .umx-figure-item:last-child .umx-figure-content {
    margin-top: 45px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-control .umx-figure-list .umx-figure-item:last-child .umx-figure-content {
    margin-top: 30px
  }
}

.vivobudsair3-control .umx-figure-list .umx-figure-item .umx-figure-innerbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:1500px) {
  .vivobudsair3-control .umx-figure-list .umx-figure-item .umx-figure-innerbox {
    margin: 22.5px 0
  }
}

@media (max-width:1000px) {
  .vivobudsair3-control .umx-figure-list .umx-figure-item .umx-figure-innerbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 30px 0
  }
}

.vivobudsair3-control .umx-figure-list .umx-figure-item .umx-figure-line {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #b2b2b2
}

.vivobudsair3-control .umx-figure-list .umx-figure-item .umx-figure-content {
  position: relative;
  width: 100%;
  z-index: 9
}

.vivobudsair3-control .umx-figure-list .umx-figure-item .umx-figure-content h2 {
  position: relative;
  font-family: "vivo Sans Global2";
  color: #000;
  font-size: 36px;
  line-height: 1.2
}

@media (max-width:1500px) {
  .vivobudsair3-control .umx-figure-list .umx-figure-item .umx-figure-content h2 {
    font-size: 28px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-control .umx-figure-list .umx-figure-item .umx-figure-content h2 {
    font-size: 32px
  }
}

.vivobudsair3-control .umx-figure-list .umx-figure-item .umx-figure-content h2 sup {
  font-size: 18px
}

@media (max-width:1000px) {
  .vivobudsair3-control .umx-figure-list .umx-figure-item .umx-figure-content h2 sup {
    font-size: 16px
  }
}

.vivobudsair3-control .umx-figure-list .umx-figure-item .umx-figure-content p {
  position: relative;
  font-family: vivoSansGlobal-DemiBold;
  color: #000;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 10px
}

@media (max-width:1500px) {
  .vivobudsair3-control .umx-figure-list .umx-figure-item .umx-figure-content p {
    font-size: 16px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-control .umx-figure-list .umx-figure-item .umx-figure-content p {
    font-size: 17px
  }
}

.vivobudsair3-control .umx-figure-list figure.umx-f1 {
  position: absolute;
  bottom: 30px;
  right: 37px;
  background-image: url(../img/vivobudsair3-control-img1-lg.jpg);
  background-size: 610px 378px;
  background-position: center;
  background-repeat: no-repeat;
  width: 610px;
  height: 378px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .vivobudsair3-control .umx-figure-list figure.umx-f1 {
    background-image: url(../img/vivobudsair3-control-img1-lg-x2.jpg)
  }
}

.webp .vivobudsair3-control .umx-figure-list figure.umx-f1 {
  background-image: url(../img/vivobudsair3-control-img1-lg.jpg.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .webp .vivobudsair3-control .umx-figure-list figure.umx-f1 {
    background-image: url(../img/vivobudsair3-control-img1-lg-x2.jpg.webp)
  }
}

.avif .vivobudsair3-control .umx-figure-list figure.umx-f1 {
  background-image: url(../img/vivobudsair3-control-img1-lg.jpg.avif)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .avif .vivobudsair3-control .umx-figure-list figure.umx-f1 {
    background-image: url(../img/vivobudsair3-control-img1-lg-x2.jpg.avif)
  }
}

@media (max-width:1500px) {
  .vivobudsair3-control .umx-figure-list figure.umx-f1 {
    background-image: url(../img/vivobudsair3-control-img1-lg.jpg);
    background-size: 457px 283px;
    background-position: center;
    background-repeat: no-repeat;
    width: 457px;
    height: 283px
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .vivobudsair3-control .umx-figure-list figure.umx-f1 {
    background-image: url(../img/vivobudsair3-control-img1-lg-x2.jpg)
  }
}

@media (max-width:1500px) {
  .webp .vivobudsair3-control .umx-figure-list figure.umx-f1 {
    background-image: url(../img/vivobudsair3-control-img1-lg.jpg.webp)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-control .umx-figure-list figure.umx-f1 {
    background-image: url(../img/vivobudsair3-control-img1-lg-x2.jpg.webp)
  }
}

@media (max-width:1500px) {
  .avif .vivobudsair3-control .umx-figure-list figure.umx-f1 {
    background-image: url(../img/vivobudsair3-control-img1-lg.jpg.avif)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-control .umx-figure-list figure.umx-f1 {
    background-image: url(../img/vivobudsair3-control-img1-lg-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-control .umx-figure-list figure.umx-f1 {
    background-image: url(../img/vivobudsair3-control-img1-mb.jpg);
    background-size: 305px 189px;
    background-position: center;
    background-repeat: no-repeat;
    width: 305px;
    height: 189px
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .vivobudsair3-control .umx-figure-list figure.umx-f1 {
    background-image: url(../img/vivobudsair3-control-img1-mb-x2.jpg)
  }
}

@media (max-width:1000px) {
  .webp .vivobudsair3-control .umx-figure-list figure.umx-f1 {
    background-image: url(../img/vivobudsair3-control-img1-mb.jpg.webp)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-control .umx-figure-list figure.umx-f1 {
    background-image: url(../img/vivobudsair3-control-img1-mb-x2.jpg.webp)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-control .umx-figure-list figure.umx-f1 {
    position: relative;
    background-size: 81.33333vw 50.4vw;
    width: 81.33333vw;
    height: 50.4vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    right: auto;
    margin-top: 30px
  }
}

.vivobudsair3-control .umx-figure-list figure.umx-f2 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url(../img/vivobudsair3-control-img2-lg.jpg);
  background-size: 127px 221px;
  background-position: center;
  background-repeat: no-repeat;
  width: 127px;
  height: 221px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .vivobudsair3-control .umx-figure-list figure.umx-f2 {
    background-image: url(../img/vivobudsair3-control-img2-lg-x2.jpg)
  }
}

.webp .vivobudsair3-control .umx-figure-list figure.umx-f2 {
  background-image: url(../img/vivobudsair3-control-img2-lg.jpg.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .webp .vivobudsair3-control .umx-figure-list figure.umx-f2 {
    background-image: url(../img/vivobudsair3-control-img2-lg-x2.jpg.webp)
  }
}

.avif .vivobudsair3-control .umx-figure-list figure.umx-f2 {
  background-image: url(../img/vivobudsair3-control-img2-lg.jpg.avif)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .avif .vivobudsair3-control .umx-figure-list figure.umx-f2 {
    background-image: url(../img/vivobudsair3-control-img2-lg-x2.jpg.avif)
  }
}

@media (max-width:1500px) {
  .vivobudsair3-control .umx-figure-list figure.umx-f2 {
    background-image: url(../img/vivobudsair3-control-img2-lg.jpg);
    background-size: 95px 165px;
    background-position: center;
    background-repeat: no-repeat;
    width: 95px;
    height: 165px
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .vivobudsair3-control .umx-figure-list figure.umx-f2 {
    background-image: url(../img/vivobudsair3-control-img2-lg-x2.jpg)
  }
}

@media (max-width:1500px) {
  .webp .vivobudsair3-control .umx-figure-list figure.umx-f2 {
    background-image: url(../img/vivobudsair3-control-img2-lg.jpg.webp)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-control .umx-figure-list figure.umx-f2 {
    background-image: url(../img/vivobudsair3-control-img2-lg-x2.jpg.webp)
  }
}

@media (max-width:1500px) {
  .avif .vivobudsair3-control .umx-figure-list figure.umx-f2 {
    background-image: url(../img/vivobudsair3-control-img2-lg.jpg.avif)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-control .umx-figure-list figure.umx-f2 {
    background-image: url(../img/vivobudsair3-control-img2-lg-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-control .umx-figure-list figure.umx-f2 {
    background-image: url(../img/vivobudsair3-control-img2-mb.jpg);
    background-size: 127px 221px;
    background-position: center;
    background-repeat: no-repeat;
    width: 127px;
    height: 221px
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .vivobudsair3-control .umx-figure-list figure.umx-f2 {
    background-image: url(../img/vivobudsair3-control-img2-mb-x2.jpg)
  }
}

@media (max-width:1000px) {
  .webp .vivobudsair3-control .umx-figure-list figure.umx-f2 {
    background-image: url(../img/vivobudsair3-control-img2-mb.jpg.webp)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-control .umx-figure-list figure.umx-f2 {
    background-image: url(../img/vivobudsair3-control-img2-mb-x2.jpg.webp)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-control .umx-figure-list figure.umx-f2 {
    background-size: 33.86667vw 58.93333vw;
    width: 33.86667vw;
    height: 58.93333vw;
    margin-top: 30px
  }
}

.vivobudsair3-control .umx-figure-list figure.umx-f3 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url(../img/vivobudsair3-control-img3-lg.jpg);
  background-size: 127px 221px;
  background-position: center;
  background-repeat: no-repeat;
  width: 127px;
  height: 221px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .vivobudsair3-control .umx-figure-list figure.umx-f3 {
    background-image: url(../img/vivobudsair3-control-img3-lg-x2.jpg)
  }
}

.webp .vivobudsair3-control .umx-figure-list figure.umx-f3 {
  background-image: url(../img/vivobudsair3-control-img3-lg.jpg.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .webp .vivobudsair3-control .umx-figure-list figure.umx-f3 {
    background-image: url(../img/vivobudsair3-control-img3-lg-x2.jpg.webp)
  }
}

.avif .vivobudsair3-control .umx-figure-list figure.umx-f3 {
  background-image: url(../img/vivobudsair3-control-img3-lg.jpg.avif)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .avif .vivobudsair3-control .umx-figure-list figure.umx-f3 {
    background-image: url(../img/vivobudsair3-control-img3-lg-x2.jpg.avif)
  }
}

@media (max-width:1500px) {
  .vivobudsair3-control .umx-figure-list figure.umx-f3 {
    background-image: url(../img/vivobudsair3-control-img3-lg.jpg);
    background-size: 95px 165px;
    background-position: center;
    background-repeat: no-repeat;
    width: 95px;
    height: 165px
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .vivobudsair3-control .umx-figure-list figure.umx-f3 {
    background-image: url(../img/vivobudsair3-control-img3-lg-x2.jpg)
  }
}

@media (max-width:1500px) {
  .webp .vivobudsair3-control .umx-figure-list figure.umx-f3 {
    background-image: url(../img/vivobudsair3-control-img3-lg.jpg.webp)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-control .umx-figure-list figure.umx-f3 {
    background-image: url(../img/vivobudsair3-control-img3-lg-x2.jpg.webp)
  }
}

@media (max-width:1500px) {
  .avif .vivobudsair3-control .umx-figure-list figure.umx-f3 {
    background-image: url(../img/vivobudsair3-control-img3-lg.jpg.avif)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-control .umx-figure-list figure.umx-f3 {
    background-image: url(../img/vivobudsair3-control-img3-lg-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-control .umx-figure-list figure.umx-f3 {
    background-image: url(../img/vivobudsair3-control-img3-mb.jpg);
    background-size: 127px 221px;
    background-position: center;
    background-repeat: no-repeat;
    width: 127px;
    height: 221px
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .vivobudsair3-control .umx-figure-list figure.umx-f3 {
    background-image: url(../img/vivobudsair3-control-img3-mb-x2.jpg)
  }
}

@media (max-width:1000px) {
  .webp .vivobudsair3-control .umx-figure-list figure.umx-f3 {
    background-image: url(../img/vivobudsair3-control-img3-mb.jpg.webp)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-control .umx-figure-list figure.umx-f3 {
    background-image: url(../img/vivobudsair3-control-img3-mb-x2.jpg.webp)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-control .umx-figure-list figure.umx-f3 {
    background-size: 33.86667vw 58.93333vw;
    width: 33.86667vw;
    height: 58.93333vw;
    margin-top: 30px
  }
}

.vivobudsair3-control .umx-figure-list figure.umx-f4 {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 40px;
  background-image: url(../img/vivobudsair3-control-img4-lg.jpg);
  background-size: 127px 221px;
  background-position: center;
  background-repeat: no-repeat;
  width: 127px;
  height: 221px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .vivobudsair3-control .umx-figure-list figure.umx-f4 {
    background-image: url(../img/vivobudsair3-control-img4-lg-x2.jpg)
  }
}

.webp .vivobudsair3-control .umx-figure-list figure.umx-f4 {
  background-image: url(../img/vivobudsair3-control-img4-lg.jpg.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .webp .vivobudsair3-control .umx-figure-list figure.umx-f4 {
    background-image: url(../img/vivobudsair3-control-img4-lg-x2.jpg.webp)
  }
}

.avif .vivobudsair3-control .umx-figure-list figure.umx-f4 {
  background-image: url(../img/vivobudsair3-control-img4-lg.jpg.avif)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .avif .vivobudsair3-control .umx-figure-list figure.umx-f4 {
    background-image: url(../img/vivobudsair3-control-img4-lg-x2.jpg.avif)
  }
}

@media (max-width:1500px) {
  .vivobudsair3-control .umx-figure-list figure.umx-f4 {
    background-image: url(../img/vivobudsair3-control-img4-lg.jpg);
    background-size: 95px 165px;
    background-position: center;
    background-repeat: no-repeat;
    width: 95px;
    height: 165px;
    margin-top: 20px
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .vivobudsair3-control .umx-figure-list figure.umx-f4 {
    background-image: url(../img/vivobudsair3-control-img4-lg-x2.jpg)
  }
}

@media (max-width:1500px) {
  .webp .vivobudsair3-control .umx-figure-list figure.umx-f4 {
    background-image: url(../img/vivobudsair3-control-img4-lg.jpg.webp)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-control .umx-figure-list figure.umx-f4 {
    background-image: url(../img/vivobudsair3-control-img4-lg-x2.jpg.webp)
  }
}

@media (max-width:1500px) {
  .avif .vivobudsair3-control .umx-figure-list figure.umx-f4 {
    background-image: url(../img/vivobudsair3-control-img4-lg.jpg.avif)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-control .umx-figure-list figure.umx-f4 {
    background-image: url(../img/vivobudsair3-control-img4-lg-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-control .umx-figure-list figure.umx-f4 {
    background-image: url(../img/vivobudsair3-control-img4-mb.jpg);
    background-size: 127px 221px;
    background-position: center;
    background-repeat: no-repeat;
    width: 127px;
    height: 221px
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .vivobudsair3-control .umx-figure-list figure.umx-f4 {
    background-image: url(../img/vivobudsair3-control-img4-mb-x2.jpg)
  }
}

@media (max-width:1000px) {
  .webp .vivobudsair3-control .umx-figure-list figure.umx-f4 {
    background-image: url(../img/vivobudsair3-control-img4-mb.jpg.webp)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-control .umx-figure-list figure.umx-f4 {
    background-image: url(../img/vivobudsair3-control-img4-mb-x2.jpg.webp)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-control .umx-figure-list figure.umx-f4 {
    background-size: 33.86667vw 58.93333vw;
    width: 33.86667vw;
    height: 58.93333vw;
    margin-top: 30px;
    margin-bottom: 30px
  }
}

.vivobudsair3-connection .umx-section {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 0
}

@media (max-width:1000px) {
  .vivobudsair3-connection .umx-section {
    position: relative;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding-top: 50px
  }
}

.vivobudsair3-connection .umx-section .umx-title {
  position: relative;
  width: 550px;
  left: 50%;
  margin-left: -600px
}

@media (max-width:1500px) {
  .vivobudsair3-connection .umx-section .umx-title {
    width: 412.5px;
    margin-left: -450px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-connection .umx-section .umx-title {
    width: auto;
    left: 0;
    margin-left: 0
  }
}

.vivobudsair3-connection .umx-figure {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 737px;
  height: 628px;
  margin-top: 120px;
  margin-bottom: 120px;
  -webkit-transform: translateX(-5%);
  -ms-transform: translateX(-5%);
  transform: translateX(-5%)
}

@media (max-width:1500px) {
  .vivobudsair3-connection .umx-figure {
    width: 552.75px;
    height: 471px;
    margin-top: 90px;
    margin-bottom: 90px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-connection .umx-figure {
    width: 98.13333vw;
    height: 83.73333vw;
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

.vivobudsair3-connection .umx-figure .umx-f1 {
  background-image: url(../img/vivobudsair3-connection-img1-lg.jpg);
  background-size: 737px 628px;
  background-position: center;
  background-repeat: no-repeat;
  width: 737px;
  height: 628px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .vivobudsair3-connection .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-connection-img1-lg-x2.jpg)
  }
}

.webp .vivobudsair3-connection .umx-figure .umx-f1 {
  background-image: url(../img/vivobudsair3-connection-img1-lg.jpg.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .webp .vivobudsair3-connection .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-connection-img1-lg-x2.jpg.webp)
  }
}

.avif .vivobudsair3-connection .umx-figure .umx-f1 {
  background-image: url(../img/vivobudsair3-connection-img1-lg.jpg.avif)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .avif .vivobudsair3-connection .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-connection-img1-lg-x2.jpg.avif)
  }
}

@media (max-width:1500px) {
  .vivobudsair3-connection .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-connection-img1-lg.jpg);
    background-size: 552px 471px;
    background-position: center;
    background-repeat: no-repeat;
    width: 552px;
    height: 471px
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .vivobudsair3-connection .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-connection-img1-lg-x2.jpg)
  }
}

@media (max-width:1500px) {
  .webp .vivobudsair3-connection .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-connection-img1-lg.jpg.webp)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-connection .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-connection-img1-lg-x2.jpg.webp)
  }
}

@media (max-width:1500px) {
  .avif .vivobudsair3-connection .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-connection-img1-lg.jpg.avif)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-connection .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-connection-img1-lg-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-connection .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-connection-img1-mb.jpg);
    background-size: 368px 314px;
    background-position: center;
    background-repeat: no-repeat;
    width: 368px;
    height: 314px
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .vivobudsair3-connection .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-connection-img1-mb-x2.jpg)
  }
}

@media (max-width:1000px) {
  .webp .vivobudsair3-connection .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-connection-img1-mb.jpg.webp)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-connection .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-connection-img1-mb-x2.jpg.webp)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-connection .umx-figure .umx-f1 {
    background-size: 98.13333vw 83.73333vw;
    width: 98.13333vw;
    height: 83.73333vw
  }
}

.vivobudsair3-deepx .umx-section {
  position: absolute;
  padding-top: 240px
}

@media (max-width:1000px) {
  .vivobudsair3-deepx .umx-section {
    position: relative;
    padding-top: 50px
  }
}

.vivobudsair3-deepx .umx-section .umx-title {
  position: relative;
  width: 560px;
  left: 50%;
  margin-left: -600px
}

@media (max-width:1500px) {
  .vivobudsair3-deepx .umx-section .umx-title {
    width: 420px;
    margin-left: -450px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-deepx .umx-section .umx-title {
    width: auto;
    left: 0;
    margin-left: 0
  }
}

.vivobudsair3-deepx .umx-figure {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1422px;
  height: 1460px;
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%)
}

@media (max-width:1500px) {
  .vivobudsair3-deepx .umx-figure {
    width: 1066.5px;
    height: 1095px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-deepx .umx-figure {
    width: 100vw;
    height: 190.66667vw;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

.vivobudsair3-deepx .umx-figure .umx-f1 {
  background-image: url(../img/vivobudsair3-deepx-img1-lg.jpg);
  background-size: 1422px 1460px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1422px;
  height: 1460px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .vivobudsair3-deepx .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-deepx-img1-lg-x2.jpg)
  }
}

.webp .vivobudsair3-deepx .umx-figure .umx-f1 {
  background-image: url(../img/vivobudsair3-deepx-img1-lg.jpg.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .webp .vivobudsair3-deepx .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-deepx-img1-lg-x2.jpg.webp)
  }
}

.avif .vivobudsair3-deepx .umx-figure .umx-f1 {
  background-image: url(../img/vivobudsair3-deepx-img1-lg.jpg.avif)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .avif .vivobudsair3-deepx .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-deepx-img1-lg-x2.jpg.avif)
  }
}

@media (max-width:1500px) {
  .vivobudsair3-deepx .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-deepx-img1-lg.jpg);
    background-size: 1066px 1095px;
    background-position: center;
    background-repeat: no-repeat;
    width: 1066px;
    height: 1095px
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .vivobudsair3-deepx .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-deepx-img1-lg-x2.jpg)
  }
}

@media (max-width:1500px) {
  .webp .vivobudsair3-deepx .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-deepx-img1-lg.jpg.webp)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-deepx .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-deepx-img1-lg-x2.jpg.webp)
  }
}

@media (max-width:1500px) {
  .avif .vivobudsair3-deepx .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-deepx-img1-lg.jpg.avif)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-deepx .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-deepx-img1-lg-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-deepx .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-deepx-img1-mb.jpg);
    background-size: 375px 715px;
    background-position: center;
    background-repeat: no-repeat;
    width: 375px;
    height: 715px
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .vivobudsair3-deepx .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-deepx-img1-mb-x2.jpg)
  }
}

@media (max-width:1000px) {
  .webp .vivobudsair3-deepx .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-deepx-img1-mb.jpg.webp)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-deepx .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-deepx-img1-mb-x2.jpg.webp)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-deepx .umx-figure .umx-f1 {
    background-size: 100vw 190.66667vw;
    width: 100vw;
    height: 190.66667vw
  }
}

.vivobudsair3-deepx .umx-figure-list {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: -400px;
  margin-bottom: 120px
}

@media (max-width:1500px) {
  .vivobudsair3-deepx .umx-figure-list {
    width: 900px;
    margin-top: -300px;
    margin-bottom: 90px;
    gap: 15px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-deepx .umx-figure-list {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
    margin-top: -53.33333vw;
    margin-bottom: 40px
  }
}

.vivobudsair3-deepx .umx-figure-list .umx-figure-item {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 30px;
  overflow: hidden
}

@media (max-width:1000px) {
  .vivobudsair3-deepx .umx-figure-list .umx-figure-item {
    border-radius: 20px
  }
}

.vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-figure-content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 60px 60px 0 60px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9
}

@media (max-width:1500px) {
  .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-figure-content {
    padding: 45px 45px 0 45px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-figure-content {
    padding: 30px 30px 0 30px
  }
}

.vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-figure-content h2 {
  position: relative;
  font-family: "vivo Sans Global2";
  color: #fff;
  font-size: 32px;
  line-height: 1.2
}

@media (max-width:1500px) {
  .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-figure-content h2 {
    font-size: 24px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-figure-content h2 {
    font-size: 32px
  }
}

.vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-figure-content p {
  position: relative;
  font-family: vivoSansGlobal-DemiBold;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 10px
}

@media (max-width:1500px) {
  .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-figure-content p {
    font-size: 16px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-figure-content p {
    font-size: 17px;
    color: #6e6e73
  }
}

.vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f2 {
  position: relative;
  background-image: url(../img/vivobudsair3-deepx-img2-lg.jpg);
  background-size: 590px 429px;
  background-position: center;
  background-repeat: no-repeat;
  width: 590px;
  height: 429px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-deepx-img2-lg-x2.jpg)
  }
}

.webp .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f2 {
  background-image: url(../img/vivobudsair3-deepx-img2-lg.jpg.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .webp .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-deepx-img2-lg-x2.jpg.webp)
  }
}

.avif .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f2 {
  background-image: url(../img/vivobudsair3-deepx-img2-lg.jpg.avif)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .avif .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-deepx-img2-lg-x2.jpg.avif)
  }
}

@media (max-width:1500px) {
  .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-deepx-img2-lg.jpg);
    background-size: 442px 321px;
    background-position: center;
    background-repeat: no-repeat;
    width: 442px;
    height: 321px
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-deepx-img2-lg-x2.jpg)
  }
}

@media (max-width:1500px) {
  .webp .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-deepx-img2-lg.jpg.webp)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-deepx-img2-lg-x2.jpg.webp)
  }
}

@media (max-width:1500px) {
  .avif .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-deepx-img2-lg.jpg.avif)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-deepx-img2-lg-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-deepx-img2-mb.jpg);
    background-size: 327px 375px;
    background-position: center;
    background-repeat: no-repeat;
    width: 327px;
    height: 375px
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-deepx-img2-mb-x2.jpg)
  }
}

@media (max-width:1000px) {
  .webp .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-deepx-img2-mb.jpg.webp)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-deepx-img2-mb-x2.jpg.webp)
  }
}

@media (max-width:1000px) {
  .avif .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-deepx-img2-mb.jpg.avif)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-deepx-img2-mb-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f2 {
    background-size: 87.2vw 100vw;
    width: 87.2vw;
    height: 100vw;
    margin-left: 0
  }
}

.vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f3 {
  position: relative;
  background-image: url(../img/vivobudsair3-deepx-img3-lg.jpg);
  background-size: 590px 429px;
  background-position: center;
  background-repeat: no-repeat;
  width: 590px;
  height: 429px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f3 {
    background-image: url(../img/vivobudsair3-deepx-img3-lg-x2.jpg)
  }
}

.webp .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f3 {
  background-image: url(../img/vivobudsair3-deepx-img3-lg.jpg.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .webp .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f3 {
    background-image: url(../img/vivobudsair3-deepx-img3-lg-x2.jpg.webp)
  }
}

.avif .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f3 {
  background-image: url(../img/vivobudsair3-deepx-img3-lg.jpg.avif)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .avif .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f3 {
    background-image: url(../img/vivobudsair3-deepx-img3-lg-x2.jpg.avif)
  }
}

@media (max-width:1500px) {
  .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f3 {
    background-image: url(../img/vivobudsair3-deepx-img3-lg.jpg);
    background-size: 442px 321px;
    background-position: center;
    background-repeat: no-repeat;
    width: 442px;
    height: 321px
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f3 {
    background-image: url(../img/vivobudsair3-deepx-img3-lg-x2.jpg)
  }
}

@media (max-width:1500px) {
  .webp .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f3 {
    background-image: url(../img/vivobudsair3-deepx-img3-lg.jpg.webp)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f3 {
    background-image: url(../img/vivobudsair3-deepx-img3-lg-x2.jpg.webp)
  }
}

@media (max-width:1500px) {
  .avif .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f3 {
    background-image: url(../img/vivobudsair3-deepx-img3-lg.jpg.avif)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f3 {
    background-image: url(../img/vivobudsair3-deepx-img3-lg-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f3 {
    background-image: url(../img/vivobudsair3-deepx-img3-mb.jpg);
    background-size: 327px 375px;
    background-position: center;
    background-repeat: no-repeat;
    width: 327px;
    height: 375px
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f3 {
    background-image: url(../img/vivobudsair3-deepx-img3-mb-x2.jpg)
  }
}

@media (max-width:1000px) {
  .webp .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f3 {
    background-image: url(../img/vivobudsair3-deepx-img3-mb.jpg.webp)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f3 {
    background-image: url(../img/vivobudsair3-deepx-img3-mb-x2.jpg.webp)
  }
}

@media (max-width:1000px) {
  .avif .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f3 {
    background-image: url(../img/vivobudsair3-deepx-img3-mb.jpg.avif)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f3 {
    background-image: url(../img/vivobudsair3-deepx-img3-mb-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f3 {
    background-size: 87.2vw 100vw;
    width: 87.2vw;
    height: 100vw;
    margin-left: 0
  }
}

.vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f4 {
  position: relative;
  background-image: url(../img/vivobudsair3-deepx-img4-lg.jpg);
  background-size: 590px 429px;
  background-position: center;
  background-repeat: no-repeat;
  width: 590px;
  height: 429px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f4 {
    background-image: url(../img/vivobudsair3-deepx-img4-lg-x2.jpg)
  }
}

.webp .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f4 {
  background-image: url(../img/vivobudsair3-deepx-img4-lg.jpg.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .webp .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f4 {
    background-image: url(../img/vivobudsair3-deepx-img4-lg-x2.jpg.webp)
  }
}

.avif .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f4 {
  background-image: url(../img/vivobudsair3-deepx-img4-lg.jpg.avif)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .avif .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f4 {
    background-image: url(../img/vivobudsair3-deepx-img4-lg-x2.jpg.avif)
  }
}

@media (max-width:1500px) {
  .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f4 {
    background-image: url(../img/vivobudsair3-deepx-img4-lg.jpg);
    background-size: 442px 321px;
    background-position: center;
    background-repeat: no-repeat;
    width: 442px;
    height: 321px
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f4 {
    background-image: url(../img/vivobudsair3-deepx-img4-lg-x2.jpg)
  }
}

@media (max-width:1500px) {
  .webp .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f4 {
    background-image: url(../img/vivobudsair3-deepx-img4-lg.jpg.webp)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f4 {
    background-image: url(../img/vivobudsair3-deepx-img4-lg-x2.jpg.webp)
  }
}

@media (max-width:1500px) {
  .avif .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f4 {
    background-image: url(../img/vivobudsair3-deepx-img4-lg.jpg.avif)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f4 {
    background-image: url(../img/vivobudsair3-deepx-img4-lg-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f4 {
    background-image: url(../img/vivobudsair3-deepx-img4-mb.jpg);
    background-size: 327px 375px;
    background-position: center;
    background-repeat: no-repeat;
    width: 327px;
    height: 375px
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f4 {
    background-image: url(../img/vivobudsair3-deepx-img4-mb-x2.jpg)
  }
}

@media (max-width:1000px) {
  .webp .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f4 {
    background-image: url(../img/vivobudsair3-deepx-img4-mb.jpg.webp)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f4 {
    background-image: url(../img/vivobudsair3-deepx-img4-mb-x2.jpg.webp)
  }
}

@media (max-width:1000px) {
  .avif .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f4 {
    background-image: url(../img/vivobudsair3-deepx-img4-mb.jpg.avif)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f4 {
    background-image: url(../img/vivobudsair3-deepx-img4-mb-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f4 {
    background-size: 87.2vw 100vw;
    width: 87.2vw;
    height: 100vw;
    margin-left: 0
  }
}

.vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f5 {
  position: relative;
  background-image: url(../img/vivobudsair3-deepx-img5-lg.jpg);
  background-size: 590px 429px;
  background-position: center;
  background-repeat: no-repeat;
  width: 590px;
  height: 429px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f5 {
    background-image: url(../img/vivobudsair3-deepx-img5-lg-x2.jpg)
  }
}

.webp .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f5 {
  background-image: url(../img/vivobudsair3-deepx-img5-lg.jpg.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .webp .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f5 {
    background-image: url(../img/vivobudsair3-deepx-img5-lg-x2.jpg.webp)
  }
}

.avif .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f5 {
  background-image: url(../img/vivobudsair3-deepx-img5-lg.jpg.avif)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .avif .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f5 {
    background-image: url(../img/vivobudsair3-deepx-img5-lg-x2.jpg.avif)
  }
}

@media (max-width:1500px) {
  .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f5 {
    background-image: url(../img/vivobudsair3-deepx-img5-lg.jpg);
    background-size: 442px 321px;
    background-position: center;
    background-repeat: no-repeat;
    width: 442px;
    height: 321px
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f5 {
    background-image: url(../img/vivobudsair3-deepx-img5-lg-x2.jpg)
  }
}

@media (max-width:1500px) {
  .webp .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f5 {
    background-image: url(../img/vivobudsair3-deepx-img5-lg.jpg.webp)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f5 {
    background-image: url(../img/vivobudsair3-deepx-img5-lg-x2.jpg.webp)
  }
}

@media (max-width:1500px) {
  .avif .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f5 {
    background-image: url(../img/vivobudsair3-deepx-img5-lg.jpg.avif)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f5 {
    background-image: url(../img/vivobudsair3-deepx-img5-lg-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f5 {
    background-image: url(../img/vivobudsair3-deepx-img5-mb.jpg);
    background-size: 327px 375px;
    background-position: center;
    background-repeat: no-repeat;
    width: 327px;
    height: 375px
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f5 {
    background-image: url(../img/vivobudsair3-deepx-img5-mb-x2.jpg)
  }
}

@media (max-width:1000px) {
  .webp .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f5 {
    background-image: url(../img/vivobudsair3-deepx-img5-mb.jpg.webp)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f5 {
    background-image: url(../img/vivobudsair3-deepx-img5-mb-x2.jpg.webp)
  }
}

@media (max-width:1000px) {
  .avif .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f5 {
    background-image: url(../img/vivobudsair3-deepx-img5-mb.jpg.avif)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f5 {
    background-image: url(../img/vivobudsair3-deepx-img5-mb-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-deepx .umx-figure-list .umx-figure-item .umx-f5 {
    background-size: 87.2vw 100vw;
    width: 87.2vw;
    height: 100vw;
    margin-left: 0
  }
}

.vivobudsair3-driver .umx-section .umx-title {
  text-align: center
}

@media (max-width:1000px) {
  .vivobudsair3-driver .umx-section .umx-title {
    text-align: left
  }
}

.vivobudsair3-driver .umx-tips-box {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1200px;
  margin-top: 50px;
  margin-bottom: 120px
}

@media (max-width:1500px) {
  .vivobudsair3-driver .umx-tips-box {
    width: 900px;
    margin-top: 37.5px;
    margin-bottom: 90px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-driver .umx-tips-box {
    width: 87.2vw;
    margin-top: 30px;
    margin-bottom: 50px
  }
}

.vivobudsair3-driver .umx-tips-box .umx-innertips {
  text-align: right;
  color: #86868b;
  line-height: 1.5
}

@media (max-width:1000px) {
  .vivobudsair3-driver .umx-tips-box .umx-innertips {
    text-align: left;
    font-size: 12px
  }
}

.vivobudsair3-driver .umx-figure {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1200px;
  height: 806px;
  margin-top: 60px
}

@media (max-width:1500px) {
  .vivobudsair3-driver .umx-figure {
    width: 900px;
    height: 604.5px;
    margin-top: 45px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-driver .umx-figure {
    width: 94.8vw;
    height: auto;
    margin-top: 40px
  }
}

.vivobudsair3-driver .umx-figure .umx-f1 {
  background-image: url(../img/vivobudsair3-driver-img1-lg.jpg);
  background-size: 1200px 806px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1200px;
  height: 806px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .vivobudsair3-driver .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-driver-img1-lg-x2.jpg)
  }
}

.webp .vivobudsair3-driver .umx-figure .umx-f1 {
  background-image: url(../img/vivobudsair3-driver-img1-lg.jpg.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .webp .vivobudsair3-driver .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-driver-img1-lg-x2.jpg.webp)
  }
}

.avif .vivobudsair3-driver .umx-figure .umx-f1 {
  background-image: url(../img/vivobudsair3-driver-img1-lg.jpg.avif)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .avif .vivobudsair3-driver .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-driver-img1-lg-x2.jpg.avif)
  }
}

@media (max-width:1500px) {
  .vivobudsair3-driver .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-driver-img1-lg.jpg);
    background-size: 900px 604px;
    background-position: center;
    background-repeat: no-repeat;
    width: 900px;
    height: 604px
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .vivobudsair3-driver .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-driver-img1-lg-x2.jpg)
  }
}

@media (max-width:1500px) {
  .webp .vivobudsair3-driver .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-driver-img1-lg.jpg.webp)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-driver .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-driver-img1-lg-x2.jpg.webp)
  }
}

@media (max-width:1500px) {
  .avif .vivobudsair3-driver .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-driver-img1-lg.jpg.avif)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-driver .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-driver-img1-lg-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-driver .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-driver-img1-mb.jpg);
    background-size: 355px 382px;
    background-position: center;
    background-repeat: no-repeat;
    width: 355px;
    height: 382px
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .vivobudsair3-driver .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-driver-img1-mb-x2.jpg)
  }
}

@media (max-width:1000px) {
  .webp .vivobudsair3-driver .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-driver-img1-mb.jpg.webp)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-driver .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-driver-img1-mb-x2.jpg.webp)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-driver .umx-figure .umx-f1 {
    background-size: 94.8vw 102vw;
    width: 94.8vw;
    height: 102vw
  }
}

.vivobudsair3-driver .umx-figure .umx-figure-content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 570px;
  left: 80px;
  bottom: 60px
}

@media (max-width:1500px) {
  .vivobudsair3-driver .umx-figure .umx-figure-content {
    width: 456px;
    left: 60px;
    bottom: 45px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-driver .umx-figure .umx-figure-content {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -50px;
    width: 100vw;
    bottom: 0;
    padding: 0 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
}

.vivobudsair3-driver .umx-figure .umx-figure-content .umx-figure-logo {
  position: relative;
  margin-bottom: 30px;
  background-image: url(../img/vivobudsair3-driver-logo-lg.jpg);
  background-size: 133px 74px;
  background-position: center;
  background-repeat: no-repeat;
  width: 133px;
  height: 74px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .vivobudsair3-driver .umx-figure .umx-figure-content .umx-figure-logo {
    background-image: url(../img/vivobudsair3-driver-logo-lg-x2.jpg)
  }
}

.webp .vivobudsair3-driver .umx-figure .umx-figure-content .umx-figure-logo {
  background-image: url(../img/vivobudsair3-driver-logo-lg.jpg.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .webp .vivobudsair3-driver .umx-figure .umx-figure-content .umx-figure-logo {
    background-image: url(../img/vivobudsair3-driver-logo-lg-x2.jpg.webp)
  }
}

.avif .vivobudsair3-driver .umx-figure .umx-figure-content .umx-figure-logo {
  background-image: url(../img/vivobudsair3-driver-logo-lg.jpg.avif)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .avif .vivobudsair3-driver .umx-figure .umx-figure-content .umx-figure-logo {
    background-image: url(../img/vivobudsair3-driver-logo-lg-x2.jpg.avif)
  }
}

@media (max-width:1500px) {
  .vivobudsair3-driver .umx-figure .umx-figure-content .umx-figure-logo {
    background-image: url(../img/vivobudsair3-driver-logo-lg.jpg);
    background-size: 99px 55px;
    background-position: center;
    background-repeat: no-repeat;
    width: 99px;
    height: 55px
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .vivobudsair3-driver .umx-figure .umx-figure-content .umx-figure-logo {
    background-image: url(../img/vivobudsair3-driver-logo-lg-x2.jpg)
  }
}

@media (max-width:1500px) {
  .webp .vivobudsair3-driver .umx-figure .umx-figure-content .umx-figure-logo {
    background-image: url(../img/vivobudsair3-driver-logo-lg.jpg.webp)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-driver .umx-figure .umx-figure-content .umx-figure-logo {
    background-image: url(../img/vivobudsair3-driver-logo-lg-x2.jpg.webp)
  }
}

@media (max-width:1500px) {
  .avif .vivobudsair3-driver .umx-figure .umx-figure-content .umx-figure-logo {
    background-image: url(../img/vivobudsair3-driver-logo-lg.jpg.avif)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-driver .umx-figure .umx-figure-content .umx-figure-logo {
    background-image: url(../img/vivobudsair3-driver-logo-lg-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-driver .umx-figure .umx-figure-content .umx-figure-logo {
    background-image: url(../img/vivobudsair3-driver-logo-lg.jpg);
    background-size: 133px 74px;
    background-position: center;
    background-repeat: no-repeat;
    width: 133px;
    height: 74px
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .vivobudsair3-driver .umx-figure .umx-figure-content .umx-figure-logo {
    background-image: url(../img/vivobudsair3-driver-logo-lg-x2.jpg)
  }
}

@media (max-width:1000px) {
  .webp .vivobudsair3-driver .umx-figure .umx-figure-content .umx-figure-logo {
    background-image: url(../img/vivobudsair3-driver-logo-lg.jpg.webp)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-driver .umx-figure .umx-figure-content .umx-figure-logo {
    background-image: url(../img/vivobudsair3-driver-logo-lg-x2.jpg.webp)
  }
}

@media (max-width:1000px) {
  .avif .vivobudsair3-driver .umx-figure .umx-figure-content .umx-figure-logo {
    background-image: url(../img/vivobudsair3-driver-logo-lg.jpg.avif)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-driver .umx-figure .umx-figure-content .umx-figure-logo {
    background-image: url(../img/vivobudsair3-driver-logo-lg-x2.jpg.avif)
  }
}

.vivobudsair3-driver .umx-figure .umx-figure-content .umx-figure-title {
  position: relative;
  font-family: "vivo Sans Global2";
  color: #000;
  font-size: 42px;
  line-height: 1.2
}

@media (max-width:1500px) {
  .vivobudsair3-driver .umx-figure .umx-figure-content .umx-figure-title {
    font-size: 32px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-driver .umx-figure .umx-figure-content .umx-figure-title {
    font-size: 32px
  }
}

.vivobudsair3-driver .umx-figure .umx-figure-content .umx-figure-intro {
  position: relative;
  font-family: vivoSansGlobal-DemiBold;
  color: #6e6e73;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 10px
}

@media (max-width:1500px) {
  .vivobudsair3-driver .umx-figure .umx-figure-content .umx-figure-intro {
    font-size: 16px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-driver .umx-figure .umx-figure-content .umx-figure-intro {
    font-size: 17px
  }
}

.vivobudsair3-noise .umx-section {
  position: relative;
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 auto
}

@media (max-width:1500px) {
  .vivobudsair3-noise .umx-section {
    width: 900px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-noise .umx-section {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.vivobudsair3-noise .umx-section .umx-data-items {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media (max-width:1000px) {
  .vivobudsair3-noise .umx-section .umx-data-items {
    width: 100%
  }
}

@media (max-width:1000px) {
  .vivobudsair3-noise .umx-section .umx-data-items li {
    width: 100%
  }
}

.vivobudsair3-noise .umx-figure {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1327px;
  height: 777px;
  margin-top: 50px;
  margin-bottom: 100px
}

@media (max-width:1500px) {
  .vivobudsair3-noise .umx-figure {
    width: 995.25px;
    height: 582.75px;
    margin-top: 37.5px;
    margin-bottom: 75px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-noise .umx-figure {
    width: 128.53333vw;
    height: 75.46667vw;
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

.vivobudsair3-noise .umx-figure .umx-f1 {
  background-image: url(../img/vivobudsair3-noise-img1-lg.jpg);
  background-size: 1327px 777px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1327px;
  height: 777px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .vivobudsair3-noise .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-noise-img1-lg-x2.jpg)
  }
}

.webp .vivobudsair3-noise .umx-figure .umx-f1 {
  background-image: url(../img/vivobudsair3-noise-img1-lg.jpg.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .webp .vivobudsair3-noise .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-noise-img1-lg-x2.jpg.webp)
  }
}

.avif .vivobudsair3-noise .umx-figure .umx-f1 {
  background-image: url(../img/vivobudsair3-noise-img1-lg.jpg.avif)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .avif .vivobudsair3-noise .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-noise-img1-lg-x2.jpg.avif)
  }
}

@media (max-width:1500px) {
  .vivobudsair3-noise .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-noise-img1-lg.jpg);
    background-size: 995px 582px;
    background-position: center;
    background-repeat: no-repeat;
    width: 995px;
    height: 582px
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .vivobudsair3-noise .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-noise-img1-lg-x2.jpg)
  }
}

@media (max-width:1500px) {
  .webp .vivobudsair3-noise .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-noise-img1-lg.jpg.webp)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-noise .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-noise-img1-lg-x2.jpg.webp)
  }
}

@media (max-width:1500px) {
  .avif .vivobudsair3-noise .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-noise-img1-lg.jpg.avif)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-noise .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-noise-img1-lg-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-noise .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-noise-img1-mb.jpg);
    background-size: 482px 283px;
    background-position: center;
    background-repeat: no-repeat;
    width: 482px;
    height: 283px
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .vivobudsair3-noise .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-noise-img1-mb-x2.jpg)
  }
}

@media (max-width:1000px) {
  .webp .vivobudsair3-noise .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-noise-img1-mb.jpg.webp)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-noise .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-noise-img1-mb-x2.jpg.webp)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-noise .umx-figure .umx-f1 {
    background-size: 128.53333vw 75.46667vw;
    width: 128.53333vw;
    height: 75.46667vw
  }
}

.vivobudsair3-quality .umx-figure-list {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 480px;
  margin-top: 60px;
  margin-bottom: 120px
}

@media (max-width:1500px) {
  .vivobudsair3-quality .umx-figure-list {
    width: 900px;
    height: 360px;
    margin-top: 45px;
    margin-bottom: 90px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-quality .umx-figure-list {
    width: auto;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
    margin-bottom: 40px
  }
}

.vivobudsair3-quality .umx-figure-list .umx-figure-item {
  position: relative;
  width: 285px;
  height: 480px;
  border-radius: 30px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px
}

@media (max-width:1500px) {
  .vivobudsair3-quality .umx-figure-list .umx-figure-item {
    width: 213.75px;
    height: 360px;
    margin-right: 15px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-quality .umx-figure-list .umx-figure-item {
    width: 87.2vw;
    height: 100vw;
    border-radius: 20px;
    margin-right: 0
  }
}

.vivobudsair3-quality .umx-figure-list .umx-figure-item:last-child {
  margin-right: 0
}

.vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-figure-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9
}

@media (max-width:1500px) {
  .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-figure-content {
    padding: 0 37.5px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-figure-content {
    padding: 0 30px
  }
}

.vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-figure-content h2 {
  position: relative;
  font-family: "vivo Sans Global2";
  font-size: 42px;
  line-height: 1.2
}

@media (max-width:1000px) {
  .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-figure-content h2 {
    font-size: 32px
  }
}

.vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-figure-content p {
  position: relative;
  font-family: "vivo Sans Global2";
  font-size: 20px;
  line-height: 1.5;
  margin-top: 10px
}

@media (max-width:1000px) {
  .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-figure-content p {
    font-size: 17px
  }
}

.vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f1 {
  position: relative;
  background-image: url(../img/vivobudsair3-quality-img1-lg.jpg);
  background-size: 285px 480px;
  background-position: center;
  background-repeat: no-repeat;
  width: 285px;
  height: 480px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f1 {
    background-image: url(../img/vivobudsair3-quality-img1-lg-x2.jpg)
  }
}

.webp .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f1 {
  background-image: url(../img/vivobudsair3-quality-img1-lg.jpg.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .webp .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f1 {
    background-image: url(../img/vivobudsair3-quality-img1-lg-x2.jpg.webp)
  }
}

.avif .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f1 {
  background-image: url(../img/vivobudsair3-quality-img1-lg.jpg.avif)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .avif .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f1 {
    background-image: url(../img/vivobudsair3-quality-img1-lg-x2.jpg.avif)
  }
}

@media (max-width:1500px) {
  .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f1 {
    background-image: url(../img/vivobudsair3-quality-img1-lg.jpg);
    background-size: 213px 360px;
    background-position: center;
    background-repeat: no-repeat;
    width: 213px;
    height: 360px
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f1 {
    background-image: url(../img/vivobudsair3-quality-img1-lg-x2.jpg)
  }
}

@media (max-width:1500px) {
  .webp .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f1 {
    background-image: url(../img/vivobudsair3-quality-img1-lg.jpg.webp)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f1 {
    background-image: url(../img/vivobudsair3-quality-img1-lg-x2.jpg.webp)
  }
}

@media (max-width:1500px) {
  .avif .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f1 {
    background-image: url(../img/vivobudsair3-quality-img1-lg.jpg.avif)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f1 {
    background-image: url(../img/vivobudsair3-quality-img1-lg-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f1 {
    background-image: url(../img/vivobudsair3-quality-img1-mb.jpg);
    background-size: 327px 375px;
    background-position: center;
    background-repeat: no-repeat;
    width: 327px;
    height: 375px
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f1 {
    background-image: url(../img/vivobudsair3-quality-img1-mb-x2.jpg)
  }
}

@media (max-width:1000px) {
  .webp .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f1 {
    background-image: url(../img/vivobudsair3-quality-img1-mb.jpg.webp)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f1 {
    background-image: url(../img/vivobudsair3-quality-img1-mb-x2.jpg.webp)
  }
}

@media (max-width:1000px) {
  .avif .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f1 {
    background-image: url(../img/vivobudsair3-quality-img1-mb.jpg.avif)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f1 {
    background-image: url(../img/vivobudsair3-quality-img1-mb-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f1 {
    background-size: 87.2vw 100vw;
    width: 87.2vw;
    height: 100vw;
    margin-left: 0
  }
}

.vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f2 {
  position: relative;
  background-image: url(../img/vivobudsair3-quality-img2-lg.jpg);
  background-size: 285px 480px;
  background-position: center;
  background-repeat: no-repeat;
  width: 285px;
  height: 480px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-quality-img2-lg-x2.jpg)
  }
}

.webp .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f2 {
  background-image: url(../img/vivobudsair3-quality-img2-lg.jpg.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .webp .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-quality-img2-lg-x2.jpg.webp)
  }
}

.avif .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f2 {
  background-image: url(../img/vivobudsair3-quality-img2-lg.jpg.avif)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .avif .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-quality-img2-lg-x2.jpg.avif)
  }
}

@media (max-width:1500px) {
  .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-quality-img2-lg.jpg);
    background-size: 213px 360px;
    background-position: center;
    background-repeat: no-repeat;
    width: 213px;
    height: 360px
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-quality-img2-lg-x2.jpg)
  }
}

@media (max-width:1500px) {
  .webp .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-quality-img2-lg.jpg.webp)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-quality-img2-lg-x2.jpg.webp)
  }
}

@media (max-width:1500px) {
  .avif .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-quality-img2-lg.jpg.avif)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-quality-img2-lg-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-quality-img2-mb.jpg);
    background-size: 327px 375px;
    background-position: center;
    background-repeat: no-repeat;
    width: 327px;
    height: 375px
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-quality-img2-mb-x2.jpg)
  }
}

@media (max-width:1000px) {
  .webp .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-quality-img2-mb.jpg.webp)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-quality-img2-mb-x2.jpg.webp)
  }
}

@media (max-width:1000px) {
  .avif .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-quality-img2-mb.jpg.avif)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f2 {
    background-image: url(../img/vivobudsair3-quality-img2-mb-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f2 {
    background-size: 87.2vw 100vw;
    width: 87.2vw;
    height: 100vw;
    margin-left: 0
  }
}

.vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f3 {
  position: relative;
  background-image: url(../img/vivobudsair3-quality-img3-lg.jpg);
  background-size: 285px 480px;
  background-position: center;
  background-repeat: no-repeat;
  width: 285px;
  height: 480px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f3 {
    background-image: url(../img/vivobudsair3-quality-img3-lg-x2.jpg)
  }
}

.webp .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f3 {
  background-image: url(../img/vivobudsair3-quality-img3-lg.jpg.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .webp .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f3 {
    background-image: url(../img/vivobudsair3-quality-img3-lg-x2.jpg.webp)
  }
}

.avif .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f3 {
  background-image: url(../img/vivobudsair3-quality-img3-lg.jpg.avif)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .avif .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f3 {
    background-image: url(../img/vivobudsair3-quality-img3-lg-x2.jpg.avif)
  }
}

@media (max-width:1500px) {
  .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f3 {
    background-image: url(../img/vivobudsair3-quality-img3-lg.jpg);
    background-size: 213px 360px;
    background-position: center;
    background-repeat: no-repeat;
    width: 213px;
    height: 360px
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f3 {
    background-image: url(../img/vivobudsair3-quality-img3-lg-x2.jpg)
  }
}

@media (max-width:1500px) {
  .webp .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f3 {
    background-image: url(../img/vivobudsair3-quality-img3-lg.jpg.webp)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f3 {
    background-image: url(../img/vivobudsair3-quality-img3-lg-x2.jpg.webp)
  }
}

@media (max-width:1500px) {
  .avif .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f3 {
    background-image: url(../img/vivobudsair3-quality-img3-lg.jpg.avif)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f3 {
    background-image: url(../img/vivobudsair3-quality-img3-lg-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f3 {
    background-image: url(../img/vivobudsair3-quality-img3-mb.jpg);
    background-size: 327px 375px;
    background-position: center;
    background-repeat: no-repeat;
    width: 327px;
    height: 375px
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f3 {
    background-image: url(../img/vivobudsair3-quality-img3-mb-x2.jpg)
  }
}

@media (max-width:1000px) {
  .webp .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f3 {
    background-image: url(../img/vivobudsair3-quality-img3-mb.jpg.webp)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f3 {
    background-image: url(../img/vivobudsair3-quality-img3-mb-x2.jpg.webp)
  }
}

@media (max-width:1000px) {
  .avif .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f3 {
    background-image: url(../img/vivobudsair3-quality-img3-mb.jpg.avif)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f3 {
    background-image: url(../img/vivobudsair3-quality-img3-mb-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f3 {
    background-size: 87.2vw 100vw;
    width: 87.2vw;
    height: 100vw;
    margin-left: 0
  }
}

.vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f4 {
  position: relative;
  background-image: url(../img/vivobudsair3-quality-img4-lg.jpg);
  background-size: 285px 480px;
  background-position: center;
  background-repeat: no-repeat;
  width: 285px;
  height: 480px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f4 {
    background-image: url(../img/vivobudsair3-quality-img4-lg-x2.jpg)
  }
}

.webp .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f4 {
  background-image: url(../img/vivobudsair3-quality-img4-lg.jpg.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .webp .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f4 {
    background-image: url(../img/vivobudsair3-quality-img4-lg-x2.jpg.webp)
  }
}

.avif .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f4 {
  background-image: url(../img/vivobudsair3-quality-img4-lg.jpg.avif)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .avif .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f4 {
    background-image: url(../img/vivobudsair3-quality-img4-lg-x2.jpg.avif)
  }
}

@media (max-width:1500px) {
  .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f4 {
    background-image: url(../img/vivobudsair3-quality-img4-lg.jpg);
    background-size: 213px 360px;
    background-position: center;
    background-repeat: no-repeat;
    width: 213px;
    height: 360px
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f4 {
    background-image: url(../img/vivobudsair3-quality-img4-lg-x2.jpg)
  }
}

@media (max-width:1500px) {
  .webp .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f4 {
    background-image: url(../img/vivobudsair3-quality-img4-lg.jpg.webp)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f4 {
    background-image: url(../img/vivobudsair3-quality-img4-lg-x2.jpg.webp)
  }
}

@media (max-width:1500px) {
  .avif .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f4 {
    background-image: url(../img/vivobudsair3-quality-img4-lg.jpg.avif)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f4 {
    background-image: url(../img/vivobudsair3-quality-img4-lg-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f4 {
    background-image: url(../img/vivobudsair3-quality-img4-mb.jpg);
    background-size: 327px 375px;
    background-position: center;
    background-repeat: no-repeat;
    width: 327px;
    height: 375px
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f4 {
    background-image: url(../img/vivobudsair3-quality-img4-mb-x2.jpg)
  }
}

@media (max-width:1000px) {
  .webp .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f4 {
    background-image: url(../img/vivobudsair3-quality-img4-mb.jpg.webp)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f4 {
    background-image: url(../img/vivobudsair3-quality-img4-mb-x2.jpg.webp)
  }
}

@media (max-width:1000px) {
  .avif .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f4 {
    background-image: url(../img/vivobudsair3-quality-img4-mb.jpg.avif)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f4 {
    background-image: url(../img/vivobudsair3-quality-img4-mb-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-quality .umx-figure-list .umx-figure-item .umx-f4 {
    background-size: 87.2vw 100vw;
    width: 87.2vw;
    height: 100vw;
    margin-left: 0
  }
}

.vivobudsair3-water .umx-section {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 0
}

@media (max-width:1000px) {
  .vivobudsair3-water .umx-section {
    position: relative;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding-top: 50px
  }
}

.vivobudsair3-water .umx-section .umx-title {
  position: relative;
  width: 390px;
  left: 50%;
  margin-left: -600px
}

@media (max-width:1500px) {
  .vivobudsair3-water .umx-section .umx-title {
    width: 292.5px;
    margin-left: -450px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-water .umx-section .umx-title {
    width: auto;
    left: 0;
    margin-left: 0
  }
}

.vivobudsair3-water .umx-figure {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 778px;
  height: 711px;
  margin-top: 120px;
  margin-bottom: 120px;
  -webkit-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%)
}

@media (max-width:1500px) {
  .vivobudsair3-water .umx-figure {
    width: 583.5px;
    height: 533.25px;
    margin-top: 90px;
    margin-bottom: 90px
  }
}

@media (max-width:1000px) {
  .vivobudsair3-water .umx-figure {
    width: 87.2vw;
    height: 79.73333vw;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 40px;
    margin-bottom: 40px
  }
}

.vivobudsair3-water .umx-figure .umx-f1 {
  background-image: url(../img/vivobudsair3-water-img1-lg.jpg);
  background-size: 778px 711px;
  background-position: center;
  background-repeat: no-repeat;
  width: 778px;
  height: 711px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .vivobudsair3-water .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-water-img1-lg-x2.jpg)
  }
}

.webp .vivobudsair3-water .umx-figure .umx-f1 {
  background-image: url(../img/vivobudsair3-water-img1-lg.jpg.webp)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .webp .vivobudsair3-water .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-water-img1-lg-x2.jpg.webp)
  }
}

.avif .vivobudsair3-water .umx-figure .umx-f1 {
  background-image: url(../img/vivobudsair3-water-img1-lg.jpg.avif)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
  .avif .vivobudsair3-water .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-water-img1-lg-x2.jpg.avif)
  }
}

@media (max-width:1500px) {
  .vivobudsair3-water .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-water-img1-lg.jpg);
    background-size: 583px 533px;
    background-position: center;
    background-repeat: no-repeat;
    width: 583px;
    height: 533px
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .vivobudsair3-water .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-water-img1-lg-x2.jpg)
  }
}

@media (max-width:1500px) {
  .webp .vivobudsair3-water .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-water-img1-lg.jpg.webp)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-water .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-water-img1-lg-x2.jpg.webp)
  }
}

@media (max-width:1500px) {
  .avif .vivobudsair3-water .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-water-img1-lg.jpg.avif)
  }
}

@media only screen and (max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1500px) and (min-resolution:1.5dppx),
(max-width:1500px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1500px) and (min-resolution:144dpi) {
  .avif .vivobudsair3-water .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-water-img1-lg-x2.jpg.avif)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-water .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-water-img1-mb.jpg);
    background-size: 327px 299px;
    background-position: center;
    background-repeat: no-repeat;
    width: 327px;
    height: 299px
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .vivobudsair3-water .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-water-img1-mb-x2.jpg)
  }
}

@media (max-width:1000px) {
  .webp .vivobudsair3-water .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-water-img1-mb.jpg.webp)
  }
}

@media only screen and (max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:1000px) and (min-resolution:1.5dppx),
(max-width:1000px) and (-webkit-min-device-pixel-ratio:1.5),
(max-width:1000px) and (min-resolution:144dpi) {
  .webp .vivobudsair3-water .umx-figure .umx-f1 {
    background-image: url(../img/vivobudsair3-water-img1-mb-x2.jpg.webp)
  }
}

@media (max-width:1000px) {
  .vivobudsair3-water .umx-figure .umx-f1 {
    background-size: 87.2vw 79.73333vw;
    width: 87.2vw;
    height: 79.73333vw
  }
}

.stage-service {
  background-color: #fff;
  position: relative;
  overflow: hidden
}

.stage-service .ac-service-content,
.stage-service .ac-special-content {
  padding: 40px 0;
  margin: auto;
  width: 1200px
}

@media (max-width:720px) {

  .stage-service .ac-service-content,
  .stage-service .ac-special-content {
    padding: 20px 0
  }
}

@media (min-width:1921px) {

  .stage-service .ac-service-content,
  .stage-service .ac-special-content {
    width: 1200px
  }
}

@media (max-width:1500px) {

  .stage-service .ac-service-content,
  .stage-service .ac-special-content {
    width: 1200px
  }
}

@media (max-width:1080px) {

  .stage-service .ac-service-content,
  .stage-service .ac-special-content {
    width: ""
  }
}

@media (max-width:1232px) {

  .stage-service .ac-service-content,
  .stage-service .ac-special-content {
    width: auto
  }
}

@media (max-width:1232px) {

  .stage-service .ac-service-content,
  .stage-service .ac-special-content {
    margin: 0 16px
  }
}

.stage-service.border-top-grey .ac-service-content,
.stage-service.border-top-grey .ac-special-content {
  border-top-color: #e5e5e5;
  border-top-width: 1px;
  border-top-style: solid
}

.stage-service.border-bottom-grey .ac-service-content,
.stage-service.border-bottom-grey .ac-special-content {
  border-bottom-color: #e5e5e5;
  border-bottom-width: 1px;
  border-bottom-style: solid
}

.stage-service .ac-special-content ul {
  display: table;
  position: relative;
  margin: auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

@media (max-width:720px) {
  .stage-service .ac-special-content ul {
    width: 80%
  }
}

.stage-service .ac-special-content ul li {
  position: relative;
  vertical-align: text-top;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: table-cell;
  width: 1%;
  color: #999;
  font-family: "方正悠黑简体 PR"
}

.android .stage-service .ac-special-content ul li:nth-child(3),
.android .stage-service .ac-special-content ul li:nth-child(4) {
  margin-bottom: -5px
}

@media (max-width:720px) {
  .stage-service .ac-special-content ul li {
    display: inline-block;
    width: 50%;
    text-align: left;
    padding: .5em 0
  }
}

.stage-service .ac-special-content ul li b {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 5px
}

.stage-service .ac-special-content ul li b:before {
  position: relative;
  top: -1px;
  vertical-align: middle
}

.stage-service .ac-service-content ul {
  display: table;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%
}

@media (max-width:720px) {
  .stage-service .ac-service-content ul {
    display: block
  }
}

.stage-service .ac-service-content ul li {
  position: relative;
  overflow: hidden;
  vertical-align: top;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: table-cell;
  width: 1%
}

@media (max-width:720px) {
  .stage-service .ac-service-content ul li {
    width: 100%;
    display: block;
    margin-top: 20px
  }

  .stage-service .ac-service-content ul li:first-child {
    margin-top: 0
  }
}

.stage-service .ac-service-content ul li b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0;
  overflow: hidden;
  font-size: 68px;
  color: #666
}

@media (max-width:720px) {
  .stage-service .ac-service-content ul li b {
    margin: 20px 0
  }
}

.windows.firefox .stage-service .ac-service-content ul li b:after {
  line-height: 80px
}

.stage-service .ac-service-content ul li h3 {
  color: #333;
  font-size: 18px
}

.stage-service .ac-service-content ul li p {
  font-size: 14px;
  line-height: 1.5em;
  padding: 20px 60px 0 60px;
  color: #666
}

@media (max-width:1160px) {
  .stage-service .ac-service-content ul li p {
    padding: 20px 2em 0 2em
  }
}

@media (max-width:966px) {
  .stage-service .ac-service-content ul li p {
    padding: 20px 1em 0 1em
  }
}

@media (max-width:768px) {
  .stage-service .ac-service-content ul li p {
    padding: 15px 2em 0 2em
  }
}

.stage-service .ac-service-content ul li .ext-more-link {
  padding-top: 20px
}

@media (max-width:720px) {
  .stage-service .ac-service-content ul li .ext-more-link {
    padding-top: 15px
  }
}

.stage-showcase {
  font-family: "方正悠黑简体_纤 PR";
  background-color: #fff;
  position: relative;
  overflow: hidden
}

.stage-showcase .stage-sc-title {
  text-align: center;
  padding-top: 100px;
  margin: auto;
  width: 600px
}

@media (max-width:720px) {
  .stage-showcase .stage-sc-title {
    padding-top: 70px;
    width: auto
  }
}

.stage-showcase .stage-sc-title h2 {
  line-height: 1em;
  color: #000;
  font-family: "Avenir Next PR", "方正悠黑简体 PR";
  font-size: 50px
}

@media (min-width:1921px) {
  .stage-showcase .stage-sc-title h2 {
    font-size: 60px
  }
}

@media (max-width:1500px) {
  .stage-showcase .stage-sc-title h2 {
    font-size: 50px
  }
}

@media (max-width:1080px) {
  .stage-showcase .stage-sc-title h2 {
    font-size: 50px
  }
}

@media (max-width:720px) {
  .stage-showcase .stage-sc-title h2 {
    font-size: 24px
  }
}

.stage-showcase .stage-sc-title h3 {
  line-height: 1em;
  color: #000;
  padding-top: 15px;
  font-size: 40px
}

@media (min-width:1921px) {
  .stage-showcase .stage-sc-title h3 {
    font-size: 50px
  }
}

@media (max-width:1500px) {
  .stage-showcase .stage-sc-title h3 {
    font-size: 40px
  }
}

@media (max-width:1080px) {
  .stage-showcase .stage-sc-title h3 {
    font-size: 40px
  }
}

@media (max-width:720px) {
  .stage-showcase .stage-sc-title h3 {
    font-size: 18px
  }
}

.stage-showcase .stage-sc-title .buy-more-link {
  position: relative;
  padding-top: 30px
}

@media (max-width:720px) {
  .stage-showcase .stage-sc-title .buy-more-link {
    padding-top: 20px
  }
}

.stage-showcase .stage-sc-title .buy-more-link a.line-link {
  top: 0
}

.stage-showcase .stage-sc-row {
  margin: auto;
  margin-bottom: 100px;
  width: 700px
}

.stage-showcase .stage-sc-row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.stage-showcase .stage-sc-row * html {
  height: 1px
}

@media (min-width:1921px) {
  .stage-showcase .stage-sc-row {
    width: 940px
  }
}

@media (max-width:1500px) {
  .stage-showcase .stage-sc-row {
    width: 700px
  }
}

@media (max-width:1080px) {
  .stage-showcase .stage-sc-row {
    width: 540px
  }
}

@media (max-width:720px) {
  .stage-showcase .stage-sc-row {
    width: 340px
  }
}

@media (max-width:720px) {
  .stage-showcase .stage-sc-row {
    margin-bottom: 50px
  }
}

.stage-showcase .stage-sc-row .stage-sc-col {
  text-align: center;
  width: 50%
}

.stage-showcase .stage-sc-row .stage-sc-col p {
  line-height: 1em;
  font-size: 25px;
  color: #000
}

@media (max-width:720px) {
  .stage-showcase .stage-sc-row .stage-sc-col p {
    font-size: 16px
  }
}

.stage-showcase .stage-sc-row .stage-sc-col .figure {
  margin-bottom: 30px
}

@media (max-width:720px) {
  .stage-showcase .stage-sc-row .stage-sc-col .figure {
    margin-bottom: 20px
  }
}

.stage-showcase .stage-sc-row .stage-sc-left {
  float: left
}

.stage-showcase .stage-sc-row .stage-sc-right {
  float: right
}

.stage-showcase .stage-sc-figure {
  margin-top: 50px
}

@media (max-width:720px) {
  .stage-showcase .stage-sc-figure {
    margin-top: 30px
  }
}

.stage-showcase .stage-sc-figure a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent
}

.stage-showcase .stage-sc-figure a.line-link {
  position: relative;
  margin-top: 35px
}

@media (max-width:720px) {
  .stage-showcase .stage-sc-figure a.line-link {
    margin-top: 15px
  }
}

@media (max-width:720px) {
  .stage-showcase .stage-sc-figure .stage-sc-title {
    padding-top: 10px
  }
}

.stage-showcase .stage-sc-figure .stage-sc-title .line-link {
  top: -10px;
  visibility: visible
}

.stage-showcase.bg-grey {
  background-color: #fafafa
}

body,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0
}