<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Powered by uimix.com;
 * Vivo product project - 产品库页面开发框架;
 * Version: 3.8.5;
 * Released on: 2021-11-16;
 */

@charset "UTF-8";

.hide {
  display: none;
}

.gb-lang-au .logo-list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width:720px) {
  .gb-lang-au .logo-list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.gb-lang-au .y52-newos .figure-box2 .figure .box1 {
  display: none;
}

.gb-lang-au .y52-slim {
  height: 400vh;
}

@media (max-width:720px) {
  .gb-lang-au .y52-slim {
    height: 100%;
  }
}

.gb-lang-au .y52-screen .data-items ul li {
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
}</pre></body></html>