/**
 * Powered by uimix.com;
 * Vivo product project - 产品库页面开发框架;
 * Version: 3.29.1;
 * Released on: 2021-04-07;
 */

@charset "UTF-8";

.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:1440px) {
  .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:1440px) {
  .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:1440px) {
  .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:1440px) {
  .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: #fff;
  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: #fff;
}

.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 #fff 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: transparent;
  -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: #fff;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  font-size: 20px;
}

@media (max-width:1440px) {
  .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: #fff;
}

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

.expand-container-button .ec-button-wrapper.ec-open-btn a.line {
  margin: 0;
  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 .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 .ec-button-wrapper.ec-open-btn a.line b {
  display: none;
  width: 28px;
  height: 28px;
  border: none;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

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

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

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

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

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

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

.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);
}

.hide {
  display: none;
}

@font-face {
  font-family: HYQiHei-55S_vivo-Design-02;
  src: url("../css/HYQiHei-55S_vivo-Design-02.woff2");
  src: url("../css/HYQiHei-55S_vivo-Design-02.woff2") format("woff2"),url("../css/HYQiHei-55S_vivo-Design-02.woff") format("woff"),url("../css/HYQiHei-55S_vivo-Design-02.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-family: HYQiHei-65S_vivo-Design-02;
  src: url("../css/HYQiHei-65S_vivo-Design-02.woff2");
  src: url("../css/HYQiHei-65S_vivo-Design-02.woff2") format("woff2"),url("../css/HYQiHei-65S_vivo-Design-02.woff") format("woff"),url("../css/HYQiHei-65S_vivo-Design-02.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
}

.product-nav-tab .product-nav-wrapper .product-nav-content ul li {
  font-family: HYQiHei-65S_vivo-Design-02;
}

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

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

@media (max-width:1080px) {
  .section {
    padding-top: 48px;
  }
}

.section .content {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

@media (min-width:1921px) {
  .section .content {
    width: 1200px;
  }
}

@media (max-width:1080px) {
  .section .content {
    width: auto;
    padding: 0 36px;
  }
}

.section .content .title .main-title {
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 1.3;
  color: #000;
  text-align: left;
  margin: 0;
  font-family: HYQiHei-65S_vivo-Design-02;
  font-weight: 700;
}

@media (min-width:1921px) {
  .section .content .title .main-title {
    font-size: 67px;
  }
}

@media (max-width:1080px) {
  .section .content .title .main-title {
    font-size: 36px;
  }
}

.section .content .title .sub-title {
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 1.3;
  color: rgba(0,0,0,.5);
  text-align: left;
  margin: 0;
  font-family: HYQiHei-65S_vivo-Design-02;
  font-weight: 700;
}

@media (min-width:1921px) {
  .section .content .title .sub-title {
    font-size: 67px;
  }
}

@media (max-width:1080px) {
  .section .content .title .sub-title {
    font-size: 36px;
  }
}

.section .content .title .description-text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 1.3;
  color: rgba(0,0,0,.6);
  margin-top: 30px;
  font-family: HYQiHei-65S_vivo-Design-02;
  font-weight: 400;
}

@media (min-width:1921px) {
  .section .content .title .description-text {
    font-size: 25px;
    margin-top: 42px;
  }
}

@media (max-width:1080px) {
  .section .content .title .description-text {
    font-size: 16px;
    margin-top: 16px;
  }
}

.section .content .title .tips-text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 1.3;
  color: rgba(0,0,0,.4);
  margin-top: 15px;
  font-family: HYQiHei-55S_vivo-Design-02;
  font-weight: 400;
}

@media (min-width:1921px) {
  .section .content .title .tips-text {
    font-size: 25px;
    margin-top: 21px;
  }
}

@media (max-width:1080px) {
  .section .content .title .tips-text {
    font-size: 16px;
    margin-top: 10px;
  }
}

.data-items {
  position: relative;
}

.data-items ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.data-items ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.data-items ul li strong {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: HYQiHei-65S_vivo-Design-02;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
}

@media (min-width:1921px) {
  .data-items ul li strong {
    font-size: 56px;
  }
}

@media (max-width:1080px) {
  .data-items ul li strong {
    font-size: 28px;
  }
}

.data-items ul li p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(0,0,0,.5);
  font-family: HYQiHei-55S_vivo-Design-02;
  font-size: 18px;
  line-height: 1.3;
  margin-top: 2px;
}

@media (min-width:1921px) {
  .data-items ul li p {
    font-size: 25px;
    margin-top: 3px;
  }
}

@media (max-width:1080px) {
  .data-items ul li p {
    font-size: 16px;
  }
}

.data-items.expand ul li p {
  margin-top: 6px;
}

.icon-list {
  position: relative;
}

.icon-list ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
}

@media (min-width:1921px) {
  .icon-list ul {
    width: 1200px;
  }
}

@media (max-width:1080px) {
  .icon-list ul {
    width: 100%;
  }
}

.icon-list ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.icon-list ul li svg {
  height: 66px;
}

@media (min-width:1921px) {
  .icon-list ul li svg {
    height: 92px;
  }
}

@media (max-width:1080px) {
  .icon-list ul li svg {
    height: 50px;
  }
}

.icon-list ul li span {
  position: relative;
  font-family: HYQiHei-65S_vivo-Design-02;
  font-size: 18px;
  line-height: 1.3;
  padding-top: 18px;
  font-weight: 400;
}

@media (min-width:1921px) {
  .icon-list ul li span {
    font-size: 25px;
    padding-top: 25px;
  }
}

@media (max-width:1080px) {
  .icon-list ul li span {
    font-size: 16px;
    padding-top: 10px;
  }
}

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

.tips-stage .tip-content {
  width: 1200px;
  margin: auto;
}

@media (max-width:1272px) {
  .tips-stage .tip-content {
    margin: 0 36px;
    width: auto;
  }
}

.tips-stage .tip-content h4 {
  position: relative;
  font-family: HYQiHei-65S_vivo-Design-02;
  font-weight: 400;
  color: rgba(0,0,0,.6);
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 4px;
}

@media (min-width:1921px) {
  .tips-stage .tip-content h4 {
    font-size: 22px;
    padding-top: 6px;
  }
}

@media (max-width:1080px) {
  .tips-stage .tip-content h4 {
    font-size: 12px;
    line-height: 16px;
  }
}

.tips-stage .tip-content ul.case li {
  font-family: HYQiHei-55S_vivo-Design-02;
  color: rgba(0,0,0,.4);
  font-size: 16px;
  line-height: 1.3;
}

@media (min-width:1921px) {
  .tips-stage .tip-content ul.case li {
    font-size: 22px;
  }
}

@media (max-width:1080px) {
  .tips-stage .tip-content ul.case li {
    font-size: 12px;
    line-height: 16px;
  }
}

.tips-stage.dark-theme {
  background-color: #000;
}

.tips-stage.dark-theme .tip-content h4 {
  color: rgba(255,255,255,.6);
}

.tips-stage.dark-theme .tip-content ul.case li {
  color: rgba(255,255,255,.4);
}

.gb-lang-eg-en-2021 .dark-mode .section .title .main-title,
.gb-lang-eg-en-2021 .dark-mode .section .title .sub-title {
  color: #fff;
}

.gb-lang-eg-en-2021 .dark-mode .section .title .description-text {
  color: rgba(255,255,255,.8);
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .dark-mode .section .title .description-text {
    color: rgba(255,255,255,.6);
  }
}

.gb-lang-eg-en-2021 .dark-mode .section .title .tips-text {
  color: rgba(255,255,255,.4);
}

.gb-lang-eg-en-2021 .dark-mode .section .title .data-items ul li p {
  color: rgba(255,255,255,.6);
}

.gb-lang-eg-en-2021 .dark-mode .section .title .data-items ul li strong {
  color: #fff;
}

.gb-lang-eg-en-2021 .y20-kv .figure-box {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1920px;
  height: 850px;
}

@media (min-width:1921px) {
  .gb-lang-eg-en-2021 .y20-kv .figure-box {
    width: 2558px;
    height: 1133px;
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-kv .figure-box {
    position: relative;
    width: 100%;
    height: auto;
  }
}

.gb-lang-eg-en-2021 .y20-kv .figure-box .figure {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 1920px;
  height: 850px;
}

@media (min-width:1921px) {
  .gb-lang-eg-en-2021 .y20-kv .figure-box .figure {
    width: 2560px;
    height: 1133px;
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-kv .figure-box .figure {
    width: 100vw;
    height: auto;
  }
}

.gb-lang-eg-en-2021 .y20-kv .figure-box .figure figure.f1 {
  position: relative;
  background-image: url("../img/y20-kv-img1-lg.jpg");
  background-size: 1920px 850px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1920px;
  height: 850px;
}

@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) {
  .gb-lang-eg-en-2021 .y20-kv .figure-box .figure figure.f1 {
    background-image: url("../img/y20-kv-img1-lg-x2.jpg");
  }
}

@media (min-width:1921px) {
  .gb-lang-eg-en-2021 .y20-kv .figure-box .figure figure.f1 {
    background-image: url("../img/y20-kv-img1-xl.jpg");
    background-size: 2560px 1133px;
    background-position: center;
    background-repeat: no-repeat;
    width: 2560px;
    height: 1133px;
  }
}

@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) {
  .gb-lang-eg-en-2021 .y20-kv .figure-box .figure figure.f1 {
    background-image: url("../img/y20-kv-img1-xl-x2.jpg");
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-kv .figure-box .figure figure.f1 {
    background-image: url("../img/y20-kv-img1-mb.jpg");
    background-size: 375px 667px;
    background-position: center;
    background-repeat: no-repeat;
    width: 375px;
    height: 667px;
  }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (max-width:1080px) and (min-resolution:1.5dppx),(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),(max-width:1080px) and (min-resolution:144dpi) {
  .gb-lang-eg-en-2021 .y20-kv .figure-box .figure figure.f1 {
    background-image: url("../img/y20-kv-img1-mb-x2.jpg");
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-kv .figure-box .figure figure.f1 {
    margin-left: 0;
    background-size: 100vw 177.86667vw;
    width: 100vw;
    height: 177.86667vw;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.gb-lang-eg-en-2021 .y20-kv .figure-box .figure figure.f2 {
  -webkit-transition: top 1s;
  transition: top 1s;
  position: absolute;
  z-index: 999;
  background-image: url("../img/y20-kv-title-lg.png");
  background-size: 407px 115px;
  background-position: center;
  background-repeat: no-repeat;
  width: 407px;
  height: 115px;
  left: 370px;
  top: 440px;
}

@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) {
  .gb-lang-eg-en-2021 .y20-kv .figure-box .figure figure.f2 {
    background-image: url("../img/y20-kv-title-lg-x2.png");
  }
}

@media (min-width:1921px) {
  .gb-lang-eg-en-2021 .y20-kv .figure-box .figure figure.f2 {
    background-image: url("../img/y20-kv-title-lg.png");
    background-size: 510px 144px;
    background-position: center;
    background-repeat: no-repeat;
    width: 510px;
    height: 144px;
    left: 560px;
    top: 630px;
  }
}

@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) {
  .gb-lang-eg-en-2021 .y20-kv .figure-box .figure figure.f2 {
    background-image: url("../img/y20-kv-title-lg-x2.png");
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-kv .figure-box .figure figure.f2 {
    background-image: url("../img/y20-kv-title-mb.png");
    background-size: 213px 60px;
    background-position: center;
    background-repeat: no-repeat;
    width: 213px;
    height: 60px;
  }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (max-width:1080px) and (min-resolution:1.5dppx),(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),(max-width:1080px) and (min-resolution:144dpi) {
  .gb-lang-eg-en-2021 .y20-kv .figure-box .figure figure.f2 {
    background-image: url("../img/y20-kv-title-mb-x2.png");
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-kv .figure-box .figure figure.f2 {
    background-size: 63.2vw 17.86667vw;
    width: 63.2vw;
    height: 17.86667vw;
    left: 50%;
    top: 50px;
    margin-top: 40px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.gb-lang-eg-en-2021 .y20-kv .figure-box .figure.start .f2 {
  will-change: transform;
  -webkit-transition: top 1s;
  transition: top 1s;
  top: 340px;
}

@media (min-width:1921px) {
  .gb-lang-eg-en-2021 .y20-kv .figure-box .figure.start .f2 {
    top: 530px;
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-kv .figure-box .figure.start .f2 {
    top: 0;
  }
}

.gb-lang-eg-en-2021 .y20-kv .section .title .data-items ul {
  width: 1000px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width:1921px) {
  .gb-lang-eg-en-2021 .y20-kv .section .title .data-items ul {
    width: 1200px;
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-kv .section .title .data-items ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
  }
}

.gb-lang-eg-en-2021 .y20-kv .section .title .data-items ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0;
  width: 200px;
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-kv .section .title .data-items ul li {
    padding-top: 20px;
    margin-left: 0;
    width: 50%;
    margin-right: 0;
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-kv .section .title .data-items ul li i {
    height: 110px;
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-kv .section .title .data-items ul li i figure {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    margin-bottom: -20px;
  }
}

.gb-lang-eg-en-2021 .y20-kv .section .title .data-items ul li i figure.f1 {
  background-image: url("../img/y20-kv-svg1.jpg");
  background-size: 142px 140px;
  background-position: center;
  background-repeat: no-repeat;
  width: 142px;
  height: 140px;
}

@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) {
  .gb-lang-eg-en-2021 .y20-kv .section .title .data-items ul li i figure.f1 {
    background-image: url("../img/y20-kv-svg1-x2.jpg");
  }
}

.gb-lang-eg-en-2021 .y20-kv .section .title .data-items ul li i figure.f2 {
  background-image: url("../img/y20-kv-svg2.jpg");
  background-size: 142px 140px;
  background-position: center;
  background-repeat: no-repeat;
  width: 142px;
  height: 140px;
}

@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) {
  .gb-lang-eg-en-2021 .y20-kv .section .title .data-items ul li i figure.f2 {
    background-image: url("../img/y20-kv-svg2-x2.jpg");
  }
}

.gb-lang-eg-en-2021 .y20-kv .section .title .data-items ul li i figure.f3 {
  background-image: url("../img/y20-kv-svg3.jpg");
  background-size: 142px 140px;
  background-position: center;
  background-repeat: no-repeat;
  width: 142px;
  height: 140px;
}

@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) {
  .gb-lang-eg-en-2021 .y20-kv .section .title .data-items ul li i figure.f3 {
    background-image: url("../img/y20-kv-svg3-x2.jpg");
  }
}

.gb-lang-eg-en-2021 .y20-kv .section .title .data-items ul li i figure.f4 {
  background-image: url("../img/y20-kv-svg4.jpg");
  background-size: 142px 140px;
  background-position: center;
  background-repeat: no-repeat;
  width: 142px;
  height: 140px;
}

@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) {
  .gb-lang-eg-en-2021 .y20-kv .section .title .data-items ul li i figure.f4 {
    background-image: url("../img/y20-kv-svg4-x2.jpg");
  }
}

.gb-lang-eg-en-2021 .y20-kv .section .title .data-items ul li i figure.f5 {
  background-image: url("../img/y20-kv-svg5.jpg");
  background-size: 142px 140px;
  background-position: center;
  background-repeat: no-repeat;
  width: 142px;
  height: 140px;
}

@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) {
  .gb-lang-eg-en-2021 .y20-kv .section .title .data-items ul li i figure.f5 {
    background-image: url("../img/y20-kv-svg5-x2.jpg");
  }
}

.gb-lang-eg-en-2021 .y20-kv .section .title .data-items ul li.li-in-show {
  display: none;
}

.gb-lang-eg-en-2021 .y20-kv .section .title .data-items ul li p {
  text-align: center;
  font-family: vivo-Regular;
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-kv .section .title .data-items ul li p {
    margin-top: 0;
  }
}

.gb-lang-eg-en-2021 .y20-color .bg-box .bg {
  -webkit-transition: opacity .5s cubic-bezier(0,.35,.68,1);
  transition: opacity .5s cubic-bezier(0,.35,.68,1);
  opacity: 0;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.gb-lang-eg-en-2021 .y20-color .bg-box .bg.active {
  -webkit-transition: opacity .5s cubic-bezier(0,.35,.68,1);
  transition: opacity .5s cubic-bezier(0,.35,.68,1);
  opacity: 1;
}

.gb-lang-eg-en-2021 .y20-color .bg-box .bg1 {
  background-image: -webkit-gradient(linear,left top,right top,from(#d7daed),color-stop(#fefefe),to(#c6cfe9));
  background-image: -webkit-linear-gradient(left,#d7daed,#fefefe,#c6cfe9);
  background-image: linear-gradient(to right,#d7daed,#fefefe,#c6cfe9);
}

.gb-lang-eg-en-2021 .y20-color .bg-box .bg2 {
  background-image: -webkit-gradient(linear,left bottom,right top,from(#c4e8f6),color-stop(#f6fcff),to(#a9b5d7));
  background-image: -webkit-linear-gradient(left bottom,#c4e8f6,#f6fcff,#a9b5d7);
  background-image: linear-gradient(to right top,#c4e8f6,#f6fcff,#a9b5d7);
}

.gb-lang-eg-en-2021 .y20-color .section {
  position: absolute;
  z-index: 9;
  padding-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-color .section {
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: relative;
  }
}

.gb-lang-eg-en-2021 .y20-color .section .content .title {
  width: 350px;
}

@media (min-width:1921px) {
  .gb-lang-eg-en-2021 .y20-color .section .content .title {
    width: 470px;
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-color .section .content .title {
    width: auto;
  }
}

@media (min-width:1921px) {
  .gb-lang-eg-en-2021 .y20-color .section .content .title .description-text {
    width: 400px;
  }
}

.gb-lang-eg-en-2021 .y20-color .section .content .title .color-circle {
  margin-top: 80px;
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-color .section .content .title .color-circle {
    width: 160px;
    margin-top: 0;
  }
}

.gb-lang-eg-en-2021 .y20-color .section .content .title .color-circle ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gb-lang-eg-en-2021 .y20-color .section .content .title .color-circle ul li {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-color .section .content .title .color-circle ul li {
    width: 24px;
    height: 24px;
  }
}

.gb-lang-eg-en-2021 .y20-color .section .content .title .color-circle ul .grey {
  background: #d1e7ff;
  background: -webkit-linear-gradient(left,#d1e7ff 0,#c4d1ee 25%,#c5caec 50%,#c4d1ee 75%,#d1e7ff 100%);
  background: -webkit-gradient(linear,left top,right top,from(#d1e7ff),color-stop(25%,#c4d1ee),color-stop(50%,#c5caec),color-stop(75%,#c4d1ee),to(#d1e7ff));
  background: linear-gradient(to right,#d1e7ff 0,#c4d1ee 25%,#c5caec 50%,#c4d1ee 75%,#d1e7ff 100%);
}

.gb-lang-eg-en-2021 .y20-color .section .content .title .color-circle ul .blue {
  background: #bbe7f9;
  background: -webkit-linear-gradient(left,#bbe7f9 0,#69acdb 50%,#5f6fff 100%);
  background: -webkit-gradient(linear,left top,right top,from(#bbe7f9),color-stop(50%,#69acdb),to(#5f6fff));
  background: linear-gradient(to right,#bbe7f9 0,#69acdb 50%,#5f6fff 100%);
}

.gb-lang-eg-en-2021 .y20-color .section .content .title .color-circle ul .green {
  background: #bbeff9;
  background: -webkit-linear-gradient(left,#bbeff9 0,#c6edff 50%,#a0b9e4 100%);
  background: -webkit-gradient(linear,left top,right top,from(#bbeff9),color-stop(50%,#c6edff),to(#a0b9e4));
  background: linear-gradient(to right,#bbeff9 0,#c6edff 50%,#a0b9e4 100%);
}

.gb-lang-eg-en-2021 .y20-color .section .content .title .color-circle ul .black {
  background: #cacaca;
  background: -webkit-linear-gradient(left,#cacaca 0,#9a9a9a 50%,#4d4d4d 100%);
  background: -webkit-gradient(linear,left top,right top,from(#cacaca),color-stop(50%,#9a9a9a),to(#4d4d4d));
  background: linear-gradient(to right,#cacaca 0,#9a9a9a 50%,#4d4d4d 100%);
}

.gb-lang-eg-en-2021 .y20-color .section .content .title .color-circle ul .active {
  width: 28px;
  height: 28px;
  border: solid 2px #fff;
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-color .section .content .title .color-circle ul .active {
    width: 22px;
    height: 22px;
  }
}

.gb-lang-eg-en-2021 .y20-color .section .content .title .color-des-box {
  margin-top: 20px;
  width: 350px;
  height: 200px;
}

@media (min-width:1921px) {
  .gb-lang-eg-en-2021 .y20-color .section .content .title .color-des-box {
    width: 400px;
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-color .section .content .title .color-des-box {
    width: auto;
  }
}

.gb-lang-eg-en-2021 .y20-color .section .content .title .color-des-box .color-des {
  position: absolute;
  opacity: 0;
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-color .section .content .title .color-des-box .color-des {
    width: auto;
    padding-right: 36px;
  }
}

.gb-lang-eg-en-2021 .y20-color .section .content .title .color-des-box .color-des .main-title {
  font-size: 18px;
}

.gb-lang-eg-en-2021 .y20-color .section .content .title .color-des-box .color-des p.description-text {
  margin-top: 16px;
  width: 350px;
  font-weight: 400!important;
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-color .section .content .title .color-des-box .color-des p.description-text {
    width: auto;
  }
}

.gb-lang-eg-en-2021 .y20-color .section .content .title .color-des-box .color-des.active {
  opacity: 1;
}

.gb-lang-eg-en-2021 .y20-charge {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge {
    height: auto;
  }
}

.gb-lang-eg-en-2021 .y20-charge .section {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 9;
  padding-top: 0;
  margin-top: 0;
}

@media (min-width:1921px) {
  .gb-lang-eg-en-2021 .y20-charge .section {
    padding-top: 100px;
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .section {
    padding-top: 80px;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.gb-lang-eg-en-2021 .y20-charge .section1 {
  margin-top: -100px;
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .section1 {
    margin-top: 0;
    padding-top: 70px;
  }
}

.gb-lang-eg-en-2021 .y20-charge .section1 .content .title .mb-hide {
  display: block;
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .section1 .content .title .mb-hide {
    display: none;
  }
}

.gb-lang-eg-en-2021 .y20-charge .section1 .content .title .mb-show {
  display: none;
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .section1 .content .title .mb-show {
    display: block;
  }
}

.gb-lang-eg-en-2021 .y20-charge .section2 {
  opacity: 0;
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .section2 {
    opacity: 1;
    padding-top: 120px;
  }
}

.gb-lang-eg-en-2021 .y20-charge .section2 .content .title {
  width: 380px;
}

@media (min-width:1921px) {
  .gb-lang-eg-en-2021 .y20-charge .section2 .content .title {
    width: 500px;
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .section2 .content .title {
    width: auto;
  }
}

.gb-lang-eg-en-2021 .y20-charge .section2 .content .title .main-title,
.gb-lang-eg-en-2021 .y20-charge .section2 .content .title .sub-title {
  color: #fff;
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .section2 .content .title .main-title,
  .gb-lang-eg-en-2021 .y20-charge .section2 .content .title .sub-title {
    color: #000;
  }
}

.gb-lang-eg-en-2021 .y20-charge .section2 .content .title .description-text {
  color: rgba(255,255,255,.8);
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .section2 .content .title .description-text {
    color: rgba(0,0,0,.8);
  }
}

.gb-lang-eg-en-2021 .y20-charge .section2 .content .title .tips-text {
  color: rgba(255,255,255,.4);
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .section2 .content .title .tips-text {
    color: rgba(0,0,0,.4);
  }
}

.gb-lang-eg-en-2021 .y20-charge .section2 .content .title .data-items ul li {
  margin-right: 0;
  margin-left: 60px;
}

@media (min-width:1921px) {
  .gb-lang-eg-en-2021 .y20-charge .section2 .content .title .data-items ul li {
    margin-left: 80px;
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .section2 .content .title .data-items ul li {
    margin-left: 40px;
  }
}

.gb-lang-eg-en-2021 .y20-charge .section2 .content .title .data-items ul li p {
  color: rgba(255,255,255,.6);
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .section2 .content .title .data-items ul li p {
    color: rgba(0,0,0,.6);
    font-size: 14px;
  }
}

.gb-lang-eg-en-2021 .y20-charge .section2 .content .title .data-items ul li strong {
  color: #fff;
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .section2 .content .title .data-items ul li strong {
    color: #000;
  }
}

.gb-lang-eg-en-2021 .y20-charge .figure-box {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 1920px;
  height: 1080px;
  margin-top: 600px;
}

@media screen and (max-width:1400px) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box {
    -webkit-transform: translate(-50%,-50%) scale(.9);
    -ms-transform: translate(-50%,-50%) scale(.9);
    transform: translate(-50%,-50%) scale(.9);
  }
}

@media (min-width:1921px) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box {
    margin-top: 800px;
    -webkit-transform: translate(-50%,-50%) scale(1.2);
    -ms-transform: translate(-50%,-50%) scale(1.2);
    transform: translate(-50%,-50%) scale(1.2);
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box {
    position: relative;
    width: 72.53333vw;
    height: auto;
    margin-top: 40px;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.gb-lang-eg-en-2021 .y20-charge .figure-box .figure {
  position: relative;
  z-index: 1;
  width: 1920px;
  height: 1080px;
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure {
    width: 72.53333vw;
    height: 123.2vw;
  }
}

.gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure {
  opacity: 0;
  position: absolute;
}

.gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f1 {
  background-image: url("../img/y20-charge-img1-lg.png");
  background-size: 424px 914px;
  background-position: center;
  background-repeat: no-repeat;
  width: 424px;
  height: 914px;
  margin-top: 162px;
  margin-left: 1038px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@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) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f1 {
    background-image: url("../img/y20-charge-img1-lg-x2.png");
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f1 {
    background-image: url("../img/y20-charge-img1-mb.jpg");
    background-size: 272px 462px;
    background-position: center;
    background-repeat: no-repeat;
    width: 272px;
    height: 462px;
  }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (max-width:1080px) and (min-resolution:1.5dppx),(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),(max-width:1080px) and (min-resolution:144dpi) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f1 {
    background-image: url("../img/y20-charge-img1-mb-x2.jpg");
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f1 {
    background-size: 72.53333vw 123.2vw;
    width: 72.53333vw;
    height: 123.2vw;
    display: none;
  }
}

.gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f2 {
  background-image: url("../img/y20-charge-img2-lg.jpg");
  background-size: 1920px 1080px;
  background-position: center;
  background-repeat: no-repeat;
  width: 1920px;
  height: 1080px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  height: 100vh;
  width: 100vw;
  background-size: cover;
}

@media screen and (max-width:1400px) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f2 {
    height: 112vh;
    width: 112vw;
  }
}

@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) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f2 {
    background-image: url("../img/y20-charge-img2-lg-x2.jpg");
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f2 {
    background-image: url("../img/y20-charge-img1-mb.jpg");
    background-size: 272px 462px;
    background-position: center;
    background-repeat: no-repeat;
    width: 272px;
    height: 462px;
  }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (max-width:1080px) and (min-resolution:1.5dppx),(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),(max-width:1080px) and (min-resolution:144dpi) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f2 {
    background-image: url("../img/y20-charge-img1-mb-x2.jpg");
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f2 {
    background-size: 72.53333vw 123.2vw;
    width: 72.53333vw;
    height: 123.2vw;
    opacity: 1;
  }
}

.gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f3 {
  opacity: 1;
  background-image: url("../img/y20-charge-img3-lg.jpg");
  background-size: 424px 914px;
  background-position: center;
  background-repeat: no-repeat;
  width: 424px;
  height: 914px;
  margin-top: 162px;
  margin-left: 1038px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@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) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f3 {
    background-image: url("../img/y20-charge-img3-lg-x2.jpg");
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f3 {
    background-image: url("../img/y20-charge-img3-mb.jpg");
    background-size: 375px 476px;
    background-position: center;
    background-repeat: no-repeat;
    width: 375px;
    height: 476px;
  }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (max-width:1080px) and (min-resolution:1.5dppx),(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),(max-width:1080px) and (min-resolution:144dpi) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f3 {
    background-image: url("../img/y20-charge-img3-mb-x2.jpg");
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f3 {
    background-size: 100vw 126.93333vw;
    width: 100vw;
    height: 126.93333vw;
    margin-left: 0;
    margin-top: 0;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f4 {
  background-image: url("../img/y20-charge-img4-lg.jpg");
  background-size: 424px 914px;
  background-position: center;
  background-repeat: no-repeat;
  width: 424px;
  height: 914px;
  margin-top: 162px;
  margin-left: 1038px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@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) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f4 {
    background-image: url("../img/y20-charge-img4-lg-x2.jpg");
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f4 {
    background-image: url("../img/y20-charge-img4-mb.jpg");
    background-size: 375px 476px;
    background-position: center;
    background-repeat: no-repeat;
    width: 375px;
    height: 476px;
  }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (max-width:1080px) and (min-resolution:1.5dppx),(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),(max-width:1080px) and (min-resolution:144dpi) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f4 {
    background-image: url("../img/y20-charge-img4-mb-x2.jpg");
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f4 {
    background-size: 100vw 126.93333vw;
    width: 100vw;
    height: 126.93333vw;
    margin-left: 0;
    margin-top: 0;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f5 {
  background-image: url("../img/y20-charge-img5-lg.jpg");
  background-size: 424px 914px;
  background-position: center;
  background-repeat: no-repeat;
  width: 424px;
  height: 914px;
  margin-top: 162px;
  margin-left: 1038px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@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) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f5 {
    background-image: url("../img/y20-charge-img5-lg-x2.jpg");
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f5 {
    background-image: url("../img/y20-charge-img5-mb.jpg");
    background-size: 375px 476px;
    background-position: center;
    background-repeat: no-repeat;
    width: 375px;
    height: 476px;
  }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (max-width:1080px) and (min-resolution:1.5dppx),(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),(max-width:1080px) and (min-resolution:144dpi) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f5 {
    background-image: url("../img/y20-charge-img5-mb-x2.jpg");
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f5 {
    background-size: 100vw 126.93333vw;
    width: 100vw;
    height: 126.93333vw;
    margin-left: 0;
    margin-top: 0;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f6 {
  background-image: url("../img/y20-charge-img6-lg.jpg");
  background-size: 424px 914px;
  background-position: center;
  background-repeat: no-repeat;
  width: 424px;
  height: 914px;
  margin-top: 162px;
  margin-left: 1038px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@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) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f6 {
    background-image: url("../img/y20-charge-img6-lg-x2.jpg");
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f6 {
    background-image: url("../img/y20-charge-img6-mb.jpg");
    background-size: 375px 476px;
    background-position: center;
    background-repeat: no-repeat;
    width: 375px;
    height: 476px;
  }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (max-width:1080px) and (min-resolution:1.5dppx),(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),(max-width:1080px) and (min-resolution:144dpi) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f6 {
    background-image: url("../img/y20-charge-img6-mb-x2.jpg");
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f6 {
    background-size: 100vw 126.93333vw;
    width: 100vw;
    height: 126.93333vw;
    margin-left: 0;
    margin-top: 0;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f7 {
  background-image: url("../img/y20-charge-img7-lg.png");
  background-size: 461px 160px;
  background-position: center;
  background-repeat: no-repeat;
  width: 461px;
  height: 160px;
  margin-top: 200px;
  margin-left: 1500px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@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) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f7 {
    background-image: url("../img/y20-charge-img7-lg-x2.png");
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f7 {
    background-image: url("../img/y20-charge-img4-mb.jpg");
    background-size: 375px 476px;
    background-position: center;
    background-repeat: no-repeat;
    width: 375px;
    height: 476px;
  }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (max-width:1080px) and (min-resolution:1.5dppx),(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),(max-width:1080px) and (min-resolution:144dpi) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f7 {
    background-image: url("../img/y20-charge-img4-mb-x2.jpg");
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f7 {
    background-size: 100vw 126.93333vw;
    width: 100vw;
    height: 126.93333vw;
    margin-left: 0;
    margin-top: 0;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: none;
  }
}

.gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.circle {
  background-image: url("../img/y20-charge-circle.png");
  background-size: 300px 300px;
  background-position: center;
  background-repeat: no-repeat;
  width: 300px;
  height: 300px;
  background-size: 100% 3000%;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(.8);
  -ms-transform: translateY(-50%) scale(.8);
  transform: translateY(-50%) scale(.8);
  margin-left: 800px;
}

@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) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.circle {
    background-image: url("../img/y20-charge-circle-x2.png");
  }
}

.ie .gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.circle {
  background-position: center bottom;
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.circle {
    display: none;
  }
}

.gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f8 {
  opacity: 1;
  background-image: url("../img/y20-charge-img8-lg.png");
  background-size: 958px 615px;
  background-position: center;
  background-repeat: no-repeat;
  width: 958px;
  height: 615px;
  margin-top: -4px;
  margin-left: 471px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@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) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f8 {
    background-image: url("../img/y20-charge-img8-lg-x2.png");
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f8 {
    background-image: url("../img/y20-charge-img4-mb.jpg");
    background-size: 375px 476px;
    background-position: center;
    background-repeat: no-repeat;
    width: 375px;
    height: 476px;
  }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (max-width:1080px) and (min-resolution:1.5dppx),(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),(max-width:1080px) and (min-resolution:144dpi) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f8 {
    background-image: url("../img/y20-charge-img4-mb-x2.jpg");
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f8 {
    background-size: 100vw 126.93333vw;
    width: 100vw;
    height: 126.93333vw;
    margin-left: 0;
    margin-top: 0;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: none;
  }
}

.gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f9 {
  background-image: url("../img/y20-charge-img9-lg.png");
  background-size: 958px 615px;
  background-position: center;
  background-repeat: no-repeat;
  width: 958px;
  height: 615px;
  margin-top: -4px;
  margin-left: 471px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@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) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f9 {
    background-image: url("../img/y20-charge-img9-lg-x2.png");
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f9 {
    background-image: url("../img/y20-charge-img4-mb.jpg");
    background-size: 375px 476px;
    background-position: center;
    background-repeat: no-repeat;
    width: 375px;
    height: 476px;
  }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (max-width:1080px) and (min-resolution:1.5dppx),(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),(max-width:1080px) and (min-resolution:144dpi) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f9 {
    background-image: url("../img/y20-charge-img4-mb-x2.jpg");
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure figure.f9 {
    background-size: 100vw 126.93333vw;
    width: 100vw;
    height: 126.93333vw;
    margin-left: 0;
    margin-top: 0;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: none;
  }
}

.gb-lang-eg-en-2021 .y20-charge .figure-box .figure .text-box .text-box-inside {
  position: absolute;
  left: 460px;
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure .text-box .text-box-inside {
    top: initial!important;
    left: 58vw!important;
    bottom: 140vw;
    width: 120px;
  }
}

.gb-lang-eg-en-2021 .y20-charge .figure-box .figure .text-box .text-box-inside .text-bold {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  font-family: HYQiHei-65S_vivo-Design-02;
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure .text-box .text-box-inside .text-bold {
    font-size: 26px;
  }
}

.gb-lang-eg-en-2021 .y20-charge .figure-box .figure .text-box .text-box-inside .line {
  position: absolute;
  width: 0;
  height: 2px;
  margin-left: 120px;
  margin-top: 44px;
  background-color: rgba(255,255,255,.3);
}

.gb-lang-eg-en-2021 .y20-charge .figure-box .figure .text-box .text-box-inside .text {
  font-size: 18px;
  color: rgba(255,255,255,.5);
  font-family: HYQiHei-65S_vivo-Design-02;
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure .text-box .text-box-inside .text {
    font-size: 14px;
  }
}

.gb-lang-eg-en-2021 .y20-charge .figure-box .figure .text-box .text-box-inside1 {
  top: 500px;
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure .text-box .text-box-inside1 {
    bottom: 94vw;
  }
}

.gb-lang-eg-en-2021 .y20-charge .figure-box .figure .text-box .text-box-inside2 {
  top: 626px;
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure .text-box .text-box-inside2 {
    bottom: 69vw;
  }
}

.gb-lang-eg-en-2021 .y20-charge .figure-box .figure .text-box .text-box-inside3 {
  top: 745px;
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure .text-box .text-box-inside3 {
    bottom: 40vw;
  }
}

.gb-lang-eg-en-2021 .y20-charge .figure-box .figure canvas {
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .figure-box .figure canvas {
    display: none;
  }
}

.gb-lang-eg-en-2021 .y20-charge #figure-box-mb {
  display: none;
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge #figure-box-mb {
    display: block;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    height: 40.53333vw;
  }
}

.gb-lang-eg-en-2021 .y20-charge #figure-box-mb .figure {
  position: relative;
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge #figure-box-mb .figure {
    display: block;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    height: 40.53333vw;
  }
}

.gb-lang-eg-en-2021 .y20-charge #figure-box-mb .figure figure {
  opacity: 1;
  position: absolute;
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge #figure-box-mb .figure figure.f13 {
    background-image: url("../img/y20-charge-img13-mb.jpg");
    background-size: 375px 152px;
    background-position: center;
    background-repeat: no-repeat;
    width: 375px;
    height: 152px;
  }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (max-width:1080px) and (min-resolution:1.5dppx),(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),(max-width:1080px) and (min-resolution:144dpi) {
  .gb-lang-eg-en-2021 .y20-charge #figure-box-mb .figure figure.f13 {
    background-image: url("../img/y20-charge-img13-mb-x2.jpg");
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge #figure-box-mb .figure figure.f13 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-size: 100vw 40.53333vw;
    width: 100vw;
    height: 40.53333vw;
  }
}

.gb-lang-eg-en-2021 .y20-charge .y20-charge-box1 {
  background-color: #fff;
  top: 0;
  left: 0;
  position: relative;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  z-index: 2;
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .y20-charge-box1 {
    z-index: 1;
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .y20-charge-box1 {
    height: auto;
  }
}

.gb-lang-eg-en-2021 .y20-charge .y20-charge-box1 .y20-charge-box1-inside {
  top: 0;
  left: 0;
  position: absolute;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .y20-charge-box1 .y20-charge-box1-inside {
    height: auto;
    position: relative;
  }
}

.gb-lang-eg-en-2021 .y20-charge .y20-charge-box2 {
  background-color: #000;
  top: 0;
  left: 0;
  position: absolute;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  z-index: 1;
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .y20-charge-box2 {
    z-index: 2;
    position: relative;
    height: 100vh;
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .y20-charge-box2 .figure-box {
    position: absolute;
    width: 100vw;
    height: 126.93333vw;
    margin-top: 0;
    bottom: 0;
    top: initial;
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-charge .y20-charge-box2 .figure-box .figure {
    width: 100vw;
    height: 126.93333vw;
  }
}

.gb-lang-eg-en-2021 .y20-mix-eu .box1 {
  margin-top: 120px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1200px;
  height: 800px;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#fafbff),to(#f7fcff));
  background-image: -webkit-linear-gradient(top,#fafbff,#f7fcff);
  background-image: linear-gradient(to bottom,#fafbff,#f7fcff);
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 120px;
}

@media (min-width:1921px) {
  .gb-lang-eg-en-2021 .y20-mix-eu .box1 {
    width: 1600px;
    height: 1080px;
    margin-top: 160px;
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-mix-eu .box1 {
    width: auto;
    height: auto;
    margin-top: 0;
    border-radius: initial;
    margin-bottom: 0;
  }
}

.gb-lang-eg-en-2021 .y20-mix-eu .box1 .section {
  padding-top: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-mix-eu .box1 .section {
    position: relative;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding-top: 70px;
  }
}

.gb-lang-eg-en-2021 .y20-mix-eu .box1 .section .content .title {
  width: 540px;
}

@media (min-width:1921px) {
  .gb-lang-eg-en-2021 .y20-mix-eu .box1 .section .content .title {
    width: 700px;
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-mix-eu .box1 .section .content .title {
    width: auto;
  }
}

.gb-lang-eg-en-2021 .y20-mix-eu .box1 .figure-box {
  position: absolute;
  right: 60px;
  bottom: 40px;
}

@media (min-width:1921px) {
  .gb-lang-eg-en-2021 .y20-mix-eu .box1 .figure-box {
    bottom: 64px;
    right: 80px;
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-mix-eu .box1 .figure-box {
    margin-top: 40px;
    position: relative;
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80.8vw;
    bottom: initial;
  }
}

.gb-lang-eg-en-2021 .y20-mix-eu .box1 .figure-box .figure figure.f1 {
  background-image: url("../img/y20-mix-img1-lg.png");
  background-size: 327px 713px;
  background-position: center;
  background-repeat: no-repeat;
  width: 327px;
  height: 713px;
}

@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) {
  .gb-lang-eg-en-2021 .y20-mix-eu .box1 .figure-box .figure figure.f1 {
    background-image: url("../img/y20-mix-img1-lg-x2.png");
  }
}

@media (min-width:1921px) {
  .gb-lang-eg-en-2021 .y20-mix-eu .box1 .figure-box .figure figure.f1 {
    background-image: url("../img/y20-mix-img1-xl.png");
    background-size: 438px 952px;
    background-position: center;
    background-repeat: no-repeat;
    width: 438px;
    height: 952px;
  }
}

@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) {
  .gb-lang-eg-en-2021 .y20-mix-eu .box1 .figure-box .figure figure.f1 {
    background-image: url("../img/y20-mix-img1-xl-x2.png");
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-mix-eu .box1 .figure-box .figure figure.f1 {
    background-image: url("../img/y20-mix-img1-mb.jpg");
    background-size: 303px 500px;
    background-position: center;
    background-repeat: no-repeat;
    width: 303px;
    height: 500px;
  }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (max-width:1080px) and (min-resolution:1.5dppx),(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),(max-width:1080px) and (min-resolution:144dpi) {
  .gb-lang-eg-en-2021 .y20-mix-eu .box1 .figure-box .figure figure.f1 {
    background-image: url("../img/y20-mix-img1-mb-x2.jpg");
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-mix-eu .box1 .figure-box .figure figure.f1 {
    background-size: 80.8vw 133.33333vw;
    width: 80.8vw;
    height: 133.33333vw;
  }
}

.gb-lang-eg-en-2021 .y20-mix-eu .box1 .figure-box .figure figure.f2 {
  background-image: url("../img/y20-mix-img2-lg.png");
  background-size: 327px 713px;
  background-position: center;
  background-repeat: no-repeat;
  width: 327px;
  height: 713px;
}

@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) {
  .gb-lang-eg-en-2021 .y20-mix-eu .box1 .figure-box .figure figure.f2 {
    background-image: url("../img/y20-mix-img2-lg-x2.png");
  }
}

@media (min-width:1921px) {
  .gb-lang-eg-en-2021 .y20-mix-eu .box1 .figure-box .figure figure.f2 {
    background-image: url("../img/y20-mix-img2-xl.png");
    background-size: 438px 952px;
    background-position: center;
    background-repeat: no-repeat;
    width: 438px;
    height: 952px;
  }
}

@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) {
  .gb-lang-eg-en-2021 .y20-mix-eu .box1 .figure-box .figure figure.f2 {
    background-image: url("../img/y20-mix-img2-xl-x2.png");
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-mix-eu .box1 .figure-box .figure figure.f2 {
    background-image: url("../img/y20-mix-img2-mb.jpg");
    background-size: 303px 500px;
    background-position: center;
    background-repeat: no-repeat;
    width: 303px;
    height: 500px;
  }
}

@media only screen and (max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (max-width:1080px) and (min-resolution:1.5dppx),(max-width:1080px) and (-webkit-min-device-pixel-ratio:1.5),(max-width:1080px) and (min-resolution:144dpi) {
  .gb-lang-eg-en-2021 .y20-mix-eu .box1 .figure-box .figure figure.f2 {
    background-image: url("../img/y20-mix-img2-mb-x2.jpg");
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-mix-eu .box1 .figure-box .figure figure.f2 {
    background-size: 80.8vw 133.33333vw;
    width: 80.8vw;
    height: 133.33333vw;
  }
}

.gb-lang-eg-en-2021 .y20-mix-eu .box1 .figure-box .figure img {
  z-index: -1;
  position: absolute;
  border-radius: 10px;
  width: 298px;
  margin-left: 10px;
  margin-top: 16px;
}

@media (min-width:1921px) {
  .gb-lang-eg-en-2021 .y20-mix-eu .box1 .figure-box .figure img {
    width: 390px;
    margin-left: 18px;
    margin-top: 21px;
  }
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-mix-eu .box1 .figure-box .figure img {
    width: 62vw;
    margin-left: 19vw;
    margin-top: 3.5vw;
  }
}

.gb-lang-eg-en-2021 .y20-mix-eu .box3 {
  display: none;
}

@media (max-width:1080px) {
  .gb-lang-eg-en-2021 .y20-mix-eu .box3 .section {
    padding-bottom: 50px;
  }
}