
  .vj-container .wx-img {
    display: none;
  }
  .vj-container *,
  .vj-container::before,
  .vj-container::after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }
  .vj-container *:focus,
  .vj-container *:active {
    outline: none;
  }
  .vj-container .tr{
    text-align: right;
  }
  .vj-container .swiper-button-next::after,
  .vj-container .swiper-button-prev::after {
    content: "";
  }
  .vj-container sup {
    font-size: 0.6em;
    line-height: 1;
  }
  .vj-container h2,
  .vj-container h3,
  .vj-container h4 {
    line-height: 1.25;
  }
  .vj-container p,
  .vj-container span {
    line-height: 1.6;
    font-weight: 500;
  }
  .vj-container sup a {
    color: inherit;
  }
  .vj-container sup a[data-href] {
    cursor: pointer;
  }
  .vj-container .pc-show {
    display: initial;
  }
  .vj-container .mob-show {
    display: none !important;
  }
  .vj-container .nowrap {
    white-space: nowrap;
  }
  .vj-container .blur-up {
    filter: blur(20px);
    transition: filter 0.2s;
    will-change: filter;
  }
  .vj-container .blur-up.lazyloaded {
    filter: blur(0);
  }
  .vj-container img,
  .vj-container video {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .vj-container .media-cover {
    position: relative;
    width: 100%;
    display: block;
  }
  .vj-container .media-cover img,
  .vj-container .media-cover video {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
  }
  .vj-container .media-cover:before {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .vj-container .section {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: -1px;
  }

  .vj-container .flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .vj-container .tc {
    text-align: center;
  }
  .vj-container .relative {
    position: relative;
  }
  .vj-container .absolute {
    position: absolute;
  }

  .vj-container .space {
    padding-top: 10.416667vw;
  }
  .vj-container .space-160 {
    padding-top: 8.333333vw;
  }
  .vj-container .black {
    color: #000;
  }
  .vj-container .gray {
    color: #86868B;
  }
  .vj-container .mt-30{
    margin-top: 1.5625vw !important;
  }
  .vj-container .section-radius {
    border-radius: 1.666667vw;
    -webkit-border-radius: 1.666667vw;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
  }
  @media screen and (max-aspect-ratio: 11/10) {
    .vj-container .mt-30{
      margin-top: 4.166667vw !important;
    }
    .vj-container .mob-tc {
      text-align: center;
    }
    .vj-container .pc-show {
      display: none !important;
    }
    .vj-container .mob-show {
      display: initial !important;
    }
    .vj-container .mid-wrap {
      width: 91.666667vw;
    }
   

    .vj-container .space {
      padding-top: 27.777778vw;
    }

    .vj-container .section-radius {
      border-radius: 4.444444vw;
      -webkit-border-radius: 4.444444vw;
    }
  }
  .vj-container .Regular{
    font-weight: 400;
  }
  .vj-container .Medium{
    font-weight: 500;
  }
  .vj-container .Bold{
    font-weight: bold;
  }
  /* kv */
  .vj-container .section-kv{
    display: flex;
    position: relative;
    align-items: center;
  }
  .vj-container .section-kv .kv-bg {
    width: 59.89583333vw;
  }
  .vj-container .section-kv .kv-title {
    width: 31.25vw;
    text-align: center;
    margin: 0 auto;
  }
  .vj-container .section-kv .kv-title img{
    width: 24.375vw;
    margin: 0 auto;
  }
  .vj-container .section-kv .kv-title .kv-solg {
    color:#000000;
    font-size:2.5vw;
    font-weight: 400;
    line-height:1.6;
    letter-spacing: 0.52083333vw;
    margin-top: 2.08333333vw;
  }
  .vj-container .section-kv .kv-title p {
    font-size: 1.25vw;
    color: #000;
    text-align: center;
    margin-top: 2.08333333vw;
  }
  .vj-container .section-kv .kv-title .section-pic-center {
    text-align: center;
  }
  .vj-container .section-kv .kv-title .section-pic-center a {
    color: inherit;
    cursor: pointer;
  }
  .vj-container .section-kv .kv-title .section-pic-center span {
    font-size: 0.45em;
    font-weight: 500;
  }
  .vj-container .section-kv .kv-title .section-pic-center .section-slogan-bottom {
    background-color: #000;
    color: #fff;
    font-size: 13px;
    border: 2px solid #000;
    display: inline-block;
    line-height: 24px;
    font-weight: 800;
    padding: 10px 26px;
    border-radius: 6px;
    text-align: left;
    cursor: pointer;
    transition: 0.3s ease-out;
    margin-top: 24px;
  }
  @media(hover: hover) and (pointer: fine){
    .vj-container .section-kv .kv-title .section-pic-center .section-slogan-bottom:hover {
      opacity: 0.8;
    }
  }
 
  .vj-container .section-kv .kv-title .section-kv-pic {
    line-height: 1.25;
    margin-top: 3.125vw;
    font-size: 1.458333vw;
    font-weight: 400;
    color: #000000;
  }
  .vj-container .section-kv .kv-bottom {
    width: 8.125vw;
    position: absolute;
    bottom: 3.125vw;
    right: 3.125vw;
  }
  @media screen and (max-aspect-ratio: 11/10) {
    .vj-container .section-kv {
      flex-wrap: wrap;
    }
    .vj-container .section-kv .kv-bg {
      width: 100%;
    }
    
    .vj-container .section-kv .kv-title {
      width: 90.27777777vw;
      margin-top: 16.666667vw;
      margin-bottom: 27.777777777vw;
    }
    .vj-container .section-kv .kv-title img {
      width: 76.388889vw;
    }
    .vj-container .section-kv .kv-title .kv-solg {
      font-size: 6.6666666666vw;
      letter-spacing: 1.25vw;
      margin-top: 6.9444444444vw;
    }
    .vj-container .section-kv .kv-title p {
      font-size: 3.61111111vw;
      margin-top: 6.9444444444vw;
    }
    .vj-container .section-kv .kv-title .section-kv-pic {
      font-size: 5.56vw;
      margin-top: 13.888888vw;
      color: rgb(0, 0, 0);
  }
  .vj-container .section-kv .kv-title .section-pic-center span {
    font-size: .65em;
  }
  .vj-container .section-kv .kv-bottom {
    width: 25vw;
    position: absolute;
    bottom: 6.944444vw;
    right: 6.944444vw;
  }
  }
  /* sec video */
  .vj-container .section-id {
    position: relative;
    width: 100%;
    margin-top: -1px;
    height: 200vh;
  }
  .vj-container .section-id .s2-sticky .s2-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    transition: all 0.3s;
    opacity: 0;
    z-index: 2;
    top: 0;
    left: 0;
  }
  .vj-container .section-id .s2-sticky .s2-cover.active {
    opacity: 0.5;
  }
  .vj-container .section-id .s2-sticky .s2-mid-title {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 3;
  }
  
  .vj-container .section-id .s2-sticky .s2-mid-title h3 {
    font-size: 2.5vw;
    font-weight: 600;
    line-height: 1.6;
  }
  .vj-container .section-id .s2-sticky .s2-mid-title .s2-click-btn {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 1.354166vw;
    height: 2.5vw;
    margin: 4.166666vw auto 0;
    border: solid 1.5px #FFFFFF;
    border-radius: 1.614583vw;
  }
  .vj-container .section-id .s2-sticky .s2-mid-title .s2-click-btn a {
    width: 100%;
    height: 100%;
    color: white;
    font-size: .9375vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    line-height: 1.25;
  }
  .vj-container .section-id .s2-sticky .s2-mid-title .s2-click-btn a svg {
    width: 1.09375vw;
    margin-right: 0.640625vw;
  }
  .vj-container .section-id .s2-sticky .s2-mid-title .s2-click-btn a svg:not(:root) {
      overflow: hidden;
  }
  .vj-container .section-id .s2-sticky .s2-bg {
    width: 100%;
    height: 100%;
  }
  .vj-container .section-id .s2-sticky .s2-bg img,
  .vj-container .section-id .s2-sticky .s2-bg video {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .vj-container .sticky-container {
    position: sticky;
    width: 100%;
    height: 100vh;
    top: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  @media screen and (max-aspect-ratio: 11/10) {
    .vj-container .section-id .s2-sticky .s2-bg {
      width: 100%;
      height: 100%;
    }
    .vj-container .section-id .s2-sticky .s2-cover {
      opacity: 0;
    }
    .vj-container .section-id .s2-sticky .s2-mid-title {
      width: 74.611111vw;
    }
    .vj-container .section-id .s2-sticky .s2-mid-title h3 {
      font-size: 6.666667vw;
    }
    .vj-container .section-id .s2-sticky .s2-mid-title .s2-click-btn {
      height: 11.666666vw;
      padding: 0 6.172222vw;
      border-radius: 5.833333vw;
      margin-top: 13.888888vw;
    }
    .vj-container .section-id .s2-sticky .s2-mid-title .s2-click-btn a {
      font-size: 3.333333vw;
    }
    .vj-container .section-id .s2-sticky .s2-mid-title .s2-click-btn a svg {
      width: 4.444444vw;
      height: 4.44444vw;
      margin-right: 2.055555vw;
    }
  }
  .vj-container .s2 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-top: 6.25vw;
  }
 
  .vj-container .s2 .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .vj-container .s2 .swiper-wrapper .swiper-slide {
    width: 67.5vw;
    margin: auto 1.6666vw;
    border-radius: 0.833333vw;
    position: relative;
    overflow: hidden;
  }
  .vj-container .s2 .swiper-wrapper .swiper-slide .s2-con {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .vj-container .s2 .swiper-wrapper .swiper-slide-1 .imgbox,
  .vj-container .s2 .swiper-wrapper .swiper-slide-2 .imgbox,
  .vj-container .s2 .swiper-wrapper .swiper-slide-3 .imgbox-bg,
  .vj-container .s2 .swiper-wrapper .swiper-slide-4 .imgbox,
  .vj-container .s2 .swiper-wrapper .swiper-slide-5 .imgbox-bg,
  .vj-container .s2 .swiper-wrapper .swiper-slide-6 .imgbox-bg {
    border-radius: 0.8333vw;
    width: 67.5vw;
    height: 38vw;
    overflow: hidden;
  }
  .vj-container .s2 .swiper-wrapper .swiper-slide-3 .imgbox{
    position: absolute;
    width: 22.135417vw;
    height: 22.135417vw;
    top: 7.904167vw;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    overflow: hidden;
    z-index: 5;
  }
  .vj-container .s2 .swiper-wrapper .swiper-slide-3 .imgbox video{
    height: 100%;
    width: 100%;
  }
  .vj-container .s2 .swiper-wrapper .swiper-slide video {
    width: 100%;
    height: 38vw;
    border-radius: 0.8333vw;
    overflow: hidden;
    object-fit: cover;
  }
  .vj-container .s2 .swiper-wrapper .swiper-slide .text-box {
    position: absolute;
    font-size: 1.666667vw;
    color: #ffffff;
    top: 2.291667vw;
    left: 2.5vw;
    z-index: 2;
    transform: translateZ(1px);
      -webkit-transform: translateZ(1px);
      -moz-transform: translateZ(1px);
      -ms-transform: translateZ(1px);
      -o-transform: translateZ(1px);
  }
  .vj-container .s2 .swiper-wrapper .swiper-slide .text-box p {
    /* line-height: 1.25; */
    font-weight: 600;
  }
 
  .vj-container .s2 .swiper-wrapper .swiper-slide-3 p{
    width: 16.625vw;
  }
 
 
  .swiper-button-prev img,
  .swiper-button-next img{
    -moz-user-select: none; 
  -webkit-user-select: none; 
  -ms-user-select: none; 
  -khtml-user-select: none; 
  user-select: none;
  }

   .vj-container .s2 .swiper-wrapper .swiper-slide-3 .text-box,
   .vj-container .s2 .swiper-wrapper .swiper-slide-6 .text-box{
    color: #000;
  }
  .vj-container .s2 .swiper-slide-prev,
  .vj-container .s2 .swiper-slide-next {
    cursor: pointer;
  }
  .vj-container .s2 .swiper-button-center {
    width: 15.625vw;
    margin: 0 auto;
    height: 3.33vw;
    background-color: #F7F8FA;
    border-radius: 1.66vw;
    position: relative;
    margin-top: 2.08333vw;
  }
  .vj-container .s2 .swiper-wrapper .swiper-slide-6 .text-left{
    position: absolute;
    width: 11.458333vw;
    left: 6.510417vw;
    top: 12.395833vw;
  }
  .vj-container .s2 .swiper-wrapper .swiper-slide-6 .text-right{
    position: absolute;
    width: 11.458333vw;
    top: 12.395833vw;
    left: unset;
    right: 3.802083vw;
  }
  .vj-container .s2 .swiper-wrapper .swiper-slide-6 .text-left h3,
  .vj-container .s2 .swiper-wrapper .swiper-slide-6 .text-right h3{
    font-size: .833333vw;
    font-weight: 500;
    font-size: max(12px,.833333vw);
  }
  .vj-container .s2 .swiper-wrapper .swiper-slide-6 .text-left p.icon {
    color: #4374A9;
  }
  .vj-container .s2 .swiper-wrapper .swiper-slide-6 p.icon span {
    font-size: 1.666667vw;
    line-height: 1.25;
  }
  .vj-container .s2 .swiper-wrapper .swiper-slide-6 p.tips {
    line-height: 1.6;
    font-size: .833333vw;
    font-size: max(12px, 0.9375vw);
    color: #86868B;
    font-weight: 500;
  }
  .vj-container .s2 .swiper-wrapper .swiper-slide-6 .text-right p.icon {
    color: #B37B4A;
  }
  .vj-container .s2 .swiper-wrapper .swiper-slide-6 .text-left p.icon,
  .vj-container .s2 .swiper-wrapper .swiper-slide-6 .text-right p.icon {
    font-size: 5.208333vw;
    line-height: 1.25;
    font-weight: 500;
  }
  .vj-container .s2 .swiper-button-center .swiper-pagination {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .vj-container .s2 .swiper-button-center .swiper-pagination-bullet {
    width: 0.52vw;
    height: 0.52vw;
    margin: auto 0.26vw;
    transition: all 1s;
    background: #000000;
    opacity: 0.2;
  }
  .vj-container .s2 .swiper-button-center .swiper-pagination-bullet-active {
    background-color: #000000;
    opacity: 0.8;
    transition: all 1s;
  }
  .vj-container .s2 .swiper-button-center .swiper-button-prev {
    left: 1.8vw;
    width: 0.736458vw;
  }
  .vj-container .s2 .swiper-button-center .swiper-button-next {
    right: 1.8vw;
    width: 0.736458vw;
  }
  @media(hover: hover) and (pointer: fine){
    .vj-container .s2 .swiper-button-center .swiper-button-prev:hover,
  .vj-container .s2 .swiper-button-center .swiper-button-next:hover{
    opacity: .5;
  }
  .vj-container .s2 .swiper-button-center .swiper-button-prev:active,
  .vj-container .s2 .swiper-button-center .swiper-button-next:active{
    opacity: 1;
  }
  }
  
  @media screen and (max-aspect-ratio: 11/10) {
    .vj-container .s2 {
      margin-top: 22.222222vw
    }
    .vj-container .s2 .s2-swiper {
      padding-left: 0;
    }
    .vj-container .s2 .swiper-wrapper .swiper-slide .text-box p{
      font-weight: 700;
    }
    .vj-container .s2 .swiper-wrapper .swiper-slide-3 p{
      width: max-content;
    }
    .vj-container .s2 .swiper-wrapper .swiper-slide {
      width: 83.333333vw;
      margin: 0 2.222222vw;
      border-radius: 2.222222vw;
    }
   
    .vj-container .s2 .swiper-wrapper .swiper-slide-1 .imgbox,
    .vj-container .s2 .swiper-wrapper .swiper-slide-2 .imgbox,
    .vj-container .s2 .swiper-wrapper .swiper-slide-3 .imgbox-bg,
    .vj-container .s2 .swiper-wrapper .swiper-slide-4 .imgbox,
    .vj-container .s2 .swiper-wrapper .swiper-slide-6 .imgbox-bg {
      border-radius: 0.8333vw;
      width: 83.333333vw;
      height: 125vw;
      overflow: hidden;
    }
  
    .vj-container .s2 .swiper-wrapper .swiper-slide video {
      width: 100%;
      height: 125vw;
      border-radius: 2.222222vw;
      overflow: hidden;
      object-fit: cover;
    }
    .vj-container .s2 .swiper-wrapper .swiper-slide .text-box {
      font-size: 5vw;
      color: #fff;
      left: 6.666667vw;
      top: 5.555556vw;
      will-change: transform;
      transform: translateZ(1px);
      -webkit-transform: translateZ(1px);
      -moz-transform: translateZ(1px);
      -ms-transform: translateZ(1px);
      -o-transform: translateZ(1px);
      z-index: 2;
    }
    .vj-container .s2 .swiper-wrapper .swiper-slide-3 .text-box{
  color: #000;
    }
    .vj-container .s2 .swiper-wrapper .swiper-slide-3 .imgbox{
      width: 43.75vw;
      height: 44.75vw;
      top: 64.166667vw;
      will-change: transform;
      transform: translateX(-50%) translateZ(1px);
      -webkit-transform: translateX(-50%) translateZ(1px);
      -moz-transform: translateX(-50%) translateZ(1px);
      -ms-transform: translateX(-50%) translateZ(1px);
      -o-transform: translateX(-50%) translateZ(1px);
    }
    .vj-container .s2 .swiper-wrapper .swiper-slide-4 .text-box p{
      width: 64.888889vw;
    }
    .vj-container .s2 .swiper-wrapper .swiper-slide-6 .text-box {
      color: #000;
    }




    .vj-container .s2 .swiper-wrapper .swiper-slide-5 .imgbox {
      width: 83.333333vw;
    }
    .vj-container .s2 .swiper-wrapper .swiper-slide-5 .text-box{
      position: absolute;
      left: 6.666667vw;
      top: 5.555556vw;
    }
    .vj-container .s2 .swiper-wrapper .swiper-slide-6 .imgbox {
      width: 65.555556vw;
      top: 33.333333vw;
      left: 50%;
      transform: translateX(-50%);
    }
    .vj-container .s2 .swiper-button-center {
      width: 62.5vw;
      margin: 0 auto;
      height: 13.333333vw;
      border-radius: 6.666667vw;
      position: relative;
      margin-top: 8.333333vw;
    }
    .vj-container .s2 .swiper-button-center .swiper-pagination-bullet {
      width: 2.222222vw;
      height: 2.222222vw;
      margin: auto 1.666667vw;
    }
    .vj-container .s2 .swiper-button-center .swiper-button-prev {
      left: 6.805556vw;
      width: 2.5vw;
    }
    .vj-container .s2 .swiper-button-center .swiper-button-next {
      right: 6.805556vw;
      width: 2.5vw;
    }
 

  .vj-container .s2 .swiper-wrapper .swiper-slide-6 .text-box-container{
    position: absolute;
    top:5.555556vw ;
  }
  .vj-container .s2 .swiper-wrapper .swiper-slide-6 .text-box{
    position: static;
    inset: 0;
    margin-left: 6.666667vw;
  }
  .vj-container .s2 .swiper-wrapper .swiper-slide-6 .text-left,
  .vj-container .s2 .swiper-wrapper .swiper-slide-6 .text-right {
    position:static;
    inset: 0;
    width: 70.833333vw;
  }
  .vj-container .s2 .swiper-wrapper .swiper-slide-6 .text-left {
    margin-left: 6.666667vw;
    margin-top: 5.555556vw;
  }
  .vj-container .s2 .swiper-wrapper .swiper-slide-6 .text{
    display: flex;
  }
  .vj-container .s2 .swiper-wrapper .swiper-slide-6 .text .item-1{
    margin-right: 13.888889vw;
  }
  .vj-container .s2 .swiper-wrapper .swiper-slide-6 .text-right {
  margin-top: 5.555556vw;
  }
  .vj-container .s2 .swiper-wrapper .swiper-slide-6 .text-left h3,
  .vj-container .s2 .swiper-wrapper .swiper-slide-6 .text-right h3 {
    font-size: 3.333333vw;
    color: #000;
  }
  .vj-container .s2 .swiper-wrapper .swiper-slide-6 p.icon span {
    font-size: 4.444444vw;
  }
  .vj-container .s2 .swiper-wrapper .swiper-slide-6 p.tips {
    font-size: 3.333333vw;
  }
  .vj-container .s2 .swiper-wrapper .swiper-slide-6 .text-left p.icon,
  .vj-container .s2 .swiper-wrapper .swiper-slide-6 .text-right p.icon {
    font-size: 11.111111vw;
    line-height: 1.25;
  }
  .vj-container .s2 .swiper-wrapper .swiper-slide-6 .imgbox {
    width: 68.055556vw;
    top:unset;
    bottom: 0;
    left: 6.666667vw;
  }
  }
  .vj-container .s3 h3 {
    font-size: 5.208333vw;
    font-weight: 600;
    text-align: center;
    color: #18191A;
  }
  .vj-container .s3 .s3-main {
    position: relative;
    margin-top: 4.166667vw;
    overflow: hidden;
  }
  .vj-container .s3 .s3-main .s3-main-item-1 {
    background-image: linear-gradient(180deg, #fff 0%, #EDEFF4 100%);
  }
  .vj-container .s3 .s3-main .s3-main-item p {
    width: 42.708333vw;
    margin: 0 auto 0;
    padding-top: 8.854167vw;
    font-size: 1.041667vw;
    font-weight: 500;
    color: #86868B;
    text-align: center;
  }
  .vj-container .s3 .s3-main .s3-main-item .swiper3-thumb-1 p{
    font-size: 1.25vw;
    width: 14.21875vw;
  }
  .vj-container .s3 .s3-main .s3-main-item {
    transition: opacity .6s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .vj-container .s3 .s3-main .s3-main-item-2 {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    background-image: linear-gradient(180deg, #fff 0%, #F5F0ED 100%);
  }
  .vj-container .s3 .s3-main-change {
    position: absolute;
    left: 50%;
    top: 4.166667vw;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    width: 11.458333vw;
    height: 2.708333vw;
    background-color: #E8E8ED;
    border-radius: 1.40625vw;
    z-index: 9;
  }
  .vj-container .s3 .s3-main-change::after {
    background-color: #1D1D1F;
    content: '';
    position: absolute;
    height: 2.083333vw;
    width: 5.416667vw;
    top: 0.3125vw;
    left: 0.3125vw;
    border-radius: 1.40625vw;
    z-index: -1;
    transition: all 0.3s ease;
  }
  .vj-container .s3 .s3-main[data-index="0"] .s3-main-change::after {
    transform: translateX(0);
  }
  .vj-container .s3 .s3-main[data-index="1"] .s3-main-change::after {
    transform: translateX(100.3%);
  }
  .vj-container .s3 .s3-main[data-index="0"] .s3-main-change .btn[data-index="0"],
  .vj-container .s3 .s3-main[data-index="1"] .s3-main-change .btn[data-index="1"] {
    color: #fff;
  }
  .vj-container .s3 .s3-main-change .btn {
    width: 5.416667vw;
    cursor: pointer;
    height: 2.083333vw;
    margin: 0 auto;
    line-height: 2.083333vw;
    text-align: center;
    font-size: 0.9375vw;
    font-size: max(12px, 0.9375vw);
    font-weight: 500;
  }
  .vj-container .s3 .s3-main[data-index="0"] .s3-main-item-1 {
    opacity: 1;
  }
  .vj-container .s3 .s3-main[data-index="0"] .s3-main-item-2 {
    opacity: 0;
  }
  .vj-container .s3 .s3-main[data-index="1"] .s3-main-item-1 {
    opacity: 0;
  }
  .vj-container .s3 .s3-main[data-index="1"] .s3-main-item-2 {
    opacity: 1;
  }
  .vj-container .s3 .s3-main .s3-main-item .swiper-slide {
    width: 13.54166667vw;
    text-align: center;
  }
  .vj-container .s3 .s3-main .s3-main-item .swiper3-thumb-1 .swiper-slide img{
    width: 13.54166667vw;
  }
  .vj-container .s3 .s3-main .s3-main-item .swiper3-thumb-2 .swiper-slide,
  .vj-container .s3 .s3-main .s3-main-item .swiper3-thumb-2 .swiper-slide img,
  .vj-container .s3 .s3-main .s3-main-item .swiper3-thumb-2 .swiper-slide p {
    width: 11.45833333vw
  }
  .vj-container .s3 .s3-main .s3-main-item .swiper-slide p {
    padding: 0;
    margin-top: 3.125vw;
    font-size: 1.25vw;
    color: #18191A;
    width: 100%;
  }
  .vj-container .s3 .s3-main .s3-main-item .swiper3-thumb-1 {
    margin-top: 4.166667vw;
  }
  .vj-container .s3 .s3-main .s3-main-item .swiper3-thumb-2 {
    margin-top: 4.166667vw;
  }
  .vj-container .s3 .swiper-wrapper {
    padding-bottom: 6.25vw;
    height: 34.114583vw;
    justify-content: center;
  }
  .vj-container .s3 .swiper3-thumb-1 .swiper-slide + .swiper-slide {
    margin: 0 0 0 4.16666667vw;
  }
  .vj-container .s3 .swiper3-thumb-2 .s3-main-2-item {
    margin-right: 4.16666667vw;
  }
  .vj-container .s3 .swiper3-thumb-2 .s3-main-2-item-5 {
    margin-right: 0;
  }
  @media screen and (max-aspect-ratio: 11/10) {
    .vj-container .s3 h3 {
      font-size: 13.888889vw;
    }
    .vj-container .s3 .s3-main {
      margin-top: 16.666667vw;
    }
    .vj-container .s3 .swiper-wrapper {
      justify-content: stretch;
      margin-bottom: 41.666667vw;
      width: 100%;
      height: auto;
      margin-left: 8.222222vw;
    }
    .vj-container .s3 .s3-main .s3-main-item .swiper3-thumb-1,
    .vj-container .s3 .s3-main .s3-main-item .swiper3-thumb-2 {
      margin-top: 14.305556vw;
    }
    .vj-container .s3 .s3-main .s3-main-item p {
      width: 86.111111vw;
      margin: 0 auto 0;
      padding-top: 36.111111vw;
      font-size: 4.444444vw;
    }
    .vj-container .s3 .s3-main-change {
      width: 52.777778vw;
      height: 13.055556vw;
      border-radius: 6.666667vw;
      top: 11.111111vw;
    }
    .vj-container .s3 .s3-main-change::after {
      height: 10.833333vw;
      width: 25vw;
      top: 1.111111vw;
      left: 1.111111vw;
      border-radius: 6.666667vw;
    }
    .vj-container .s3 .s3-main-change .btn {
      height: 11.111111vw;
      width: 25vw;
      cursor: pointer;
      line-height: 11.111111vw;
      font-size: 4.444444vw;
    }
    .vj-container .s3 .s3-main .s3-main-item .swiper3-thumb-1 .swiper-slide {
      display: block;
      width: 55.555556vw !important;
      margin: 0;
      margin-right: 13.888889vw;
    }
    .vj-container .s3 .s3-main .s3-main-item .swiper3-thumb-1 .swiper-slide p{
      width: 55.555556vw;
    }
    .vj-container .s3 .s3-main .s3-main-item .swiper3-thumb-1 p,
    .vj-container .s3 .s3-main .s3-main-item .swiper3-thumb-2 p {
      font-size: 4.444444vw;
    }
    .vj-container .s3 .s3-main .s3-main-item .swiper3-thumb-1  .swiper-slide img{
      width: 55.555556vw;
    }
    .vj-container .s3 .s3-main .s3-main-item .swiper3-thumb-2  .swiper-slide img{
      width: 50vw;
    }
    .vj-container .s3 .s3-main .s3-main-item .swiper-slide p {
      padding: 0;
      margin-top: 5vw;
      font-size: 4.444444vw;
      width: 100%;
    }
    .vj-container .s3 .s3-main-item-1 .swiper-button-center,
    .vj-container .s3 .s3-main-item-2 .swiper-button-center {
      width: 31.944444vw;
      position: absolute;
      margin: 0 auto;
      height: 13.888889vw;
      left: 50%;
      transform: translateX(-50%);
      bottom: 16.666667vw;
      z-index: 9;
    }
    .vj-container .s3 .s3-main-item-2 .swiper-button-center {
      bottom: 16.666667vw;
    }
    .vj-container .s3 .s3-main-item-1 .swiper-button-center .swiper-button-prev,
    .vj-container .s3 .s3-main-item-2 .swiper-button-center .swiper-button-prev {
      left: 0;
      top: 0;
      width: 13.888889vw;
      height: 13.888889vw;
      border-radius: 50%;
      background-color: #E2E2E5;
    }
    .vj-container .s3 .s3-main-item-1 .swiper-button-center .swiper-button-prev img,
    .vj-container .s3 .s3-main-item-1 .swiper-button-center .swiper-button-next img,
    .vj-container .s3 .s3-main-item-2 .swiper-button-center .swiper-button-prev img,
    .vj-container .s3 .s3-main-item-2 .swiper-button-center .swiper-button-next img {
      width: 13.888889vw;
    }
    .vj-container .s3 .s3-main-item-1 .swiper-button-center .swiper-button-next,
    .vj-container .s3 .s3-main-item-2 .swiper-button-center .swiper-button-next {
      right: 0;
      top: 0;
      width: 13.888889vw;
      height: 13.888889vw;
      border-radius: 50%;
      background-color: #E2E2E5;
    }
    .vj-container .s3 .s3-main .s3-main-item .swiper3-thumb-2 .swiper-slide {
      display: block;
      width: 50vw !important;
      margin: 0;
      margin-right: 13.888889vw;
    }
    .vj-container .s3 .s3-main .s3-main-item .swiper3-thumb-2 .swiper-slide p{
      width: 50vw;
    }
  }
  .vj-container .s4 .s4-container {
    display: flex;
  }
  .vj-container .s4 .s4-container .s4-container-left,
  .vj-container .s4 .s4-container .s4-container-right {
    width: 50%;
    overflow: hidden;
    position: relative;
  }
  .vj-container .s4 .s4-container .s4-container-right .swiper-wrapper {
    width: 100%;
  }
  .vj-container .s4 .s4-container .s4-container-right .swiper-slide {
    width: 50vw;
    background-color: #F5F5F7;
    transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0 !important;
  }
  .vj-container .s4 .s4-container .s4-container-right[data-active='0'] .swiper-slide-1 {
    opacity: 1 !important;
  }
  .vj-container .s4 .s4-container .s4-container-right[data-active='1'] .swiper-slide-2 {
    opacity: 1 !important;
  }
  .vj-container .s4 .s4-container .s4-container-right[data-active='2'] .swiper-slide-3 {
    opacity: 1 !important;
  }
  .vj-container .s4 .s4-container,
  .vj-container .s5 .s5-container {
    display: flex;
  }
  .vj-container .s5 .s5-container .s5-container-left,
  .vj-container .s5 .s5-container .s5-container-right {
    width: 50vw;
    overflow: hidden;
    position: relative;
  }
  .vj-container .s5 .s5-container .s5-container-right .swiper-wrapper {
    width: 100%;
  }
  .vj-container .s5 .s5-container .s5-container-right .swiper-slide {
    width: 50vw;
    transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: #F5F5F7;
    opacity: 0 !important;
  }
  .vj-container .s5 .s5-container .s5-container-right[data-active='0'] .swiper-slide-1 {
    opacity: 1 !important;
  }
  .vj-container .s5 .s5-container .s5-container-right[data-active='1'] .swiper-slide-2 {
    opacity: 1 !important;
  }
  .vj-container .s5 .s5-container .s5-container-right[data-active='2'] .swiper-slide-3 {
    opacity: 1 !important;
  }
  .vj-container .s5 .s5-container .s5-container-left {
    order: 2;
  }
  .vj-container .s4 .s4-container .s4-container-right[data-active='0'] .s4-change-box{
    background-color: rgba(255, 255, 255, 0.4);
  }
  .vj-container .s4 .s4-change-box,
  .vj-container .s5 .s5-change-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    width: 13.75vw;
    height: 2.708333vw;
    bottom: 2.083333vw;
    font-size: 0.9375vw;
    font-size: max(12px, 0.9375vw);
    font-weight: 500;
    border-radius: 1.458333vw;
    -webkit-backdrop-filter: blur(20px) brightness(95%);
    backdrop-filter: blur(20px) brightness(95%);
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9;
  }
  .vj-container .s4 .s4-change-box .btn,
  .vj-container .s5 .s5-change-box .btn {
    width: 4.791667vw;
    cursor: pointer;
    height: 2.083333vw;
    margin: 0 auto;
    line-height: 2.083333vw;
    text-align: center;
  }
  .vj-container .s4 .s4-change-box::after,
  .vj-container .s5 .s5-change-box::after {
    background-color: #1D1D1F;
    content: '';
    position: absolute;
    height: 2.083333vw;
    width: 4.375vw;
    top: 0.3125vw;
    left: 0.3125vw;
    border-radius: 1.40625vw;
    z-index: -1;
    transition: all 0.3s ease;
  }
  .vj-container .s5 .s5-container-right[data-active='0'] .s5-change-box::after,
  .vj-container .s4 .s4-container .s4-container-right[data-active='0'] .s4-change-box::after {
    transform: translateX(0);
  }
  .vj-container .s5 .s5-container-right[data-active='1'] .s5-change-box::after,
  .vj-container .s4 .s4-container .s4-container-right[data-active='1'] .s4-change-box::after {
    transform: translateX(100.3%);
  }
  .vj-container .s5 .s5-container-right[data-active='2'] .s5-change-box::after,
  .vj-container .s4 .s4-container .s4-container-right[data-active='2'] .s4-change-box::after {
    transform: translateX(200.3%);
  }
  .vj-container .s4 .s4-container-right[data-active='0'] .btn[data-index="0"],
  .vj-container .s4 .s4-container-right[data-active='1'] .btn[data-index="1"],
  .vj-container .s4 .s4-container-right[data-active='2'] .btn[data-index="2"],
  .vj-container .s5 .s5-container-right[data-active='0'] .btn[data-index="0"],
  .vj-container .s5 .s5-container-right[data-active='1'] .btn[data-index="1"],
  .vj-container .s5 .s5-container-right[data-active='2'] .btn[data-index="2"] {
    color: #fff;
  }
  @media screen and (max-aspect-ratio: 11/10) {
    .vj-container .s4 .s4-container,
    .vj-container .s5 .s5-container {
      flex-wrap: wrap;
    }
    .vj-container .s5 .s5-container .s5-container-right {
      order: 2;
    }
    .vj-container .s4 .s4-container .s4-container-left,
    .vj-container .s4 .s4-container .s4-container-right {
      width: 100%;
    }
    .vj-container .s4 .s4-container .s4-container-right .swiper-slide {
      width: 100%;
    }
    .vj-container .s5 .s5-container .s5-container-left,
    .vj-container .s5 .s5-container .s5-container-right {
      width: 100%;
      overflow: hidden;
      position: relative;
    }
    .vj-container .s5 .s5-container .s5-container-right .swiper-slide {
      width: 100vw;
    }
    .vj-container .s4 .s4-change-box,
    .vj-container .s5 .s5-change-box {
      width: 68.055556vw;
      height: 13.055556vw;
      bottom: 8.333333vw;
      font-size: 4.444444vw;
      border-radius: 6.666667vw;
    }
    .vj-container .s4 .s4-change-box .btn,
    .vj-container .s5 .s5-change-box .btn {
      width: 22.222222vw;
      cursor: pointer;
      height: 11.111111vw;
      margin: 0 auto;
      line-height: 11.111111vw;
      text-align: center;
    }
    .vj-container .s4 .s4-change-box::after,
    .vj-container .s5 .s5-change-box::after {
      background-color: #1D1D1F;
      height: 11.1111vw;
      width: 21.944444vw;
      top: 1.111111vw;
      left: 1.111111vw;
      border-radius: 6.666667vw;
    }
  }
  .vj-container .s6 .s6-container .text-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 65.625vw;
    margin: 0 auto;
  }
  .vj-container .s6 .s6-container .imgbox {
    margin: 0 auto;
    margin-top: 4.166667vw;
  }
  .vj-container .s6 .s6-container .text-box h3 {
    font-size: 3.333333vw;
    width: fit-content;
    font-weight: 600;
  }
  .vj-container .s6 .s6-container .text-box p {
    font-size: 1.25vw;
    line-height: 1.6;
    width: 29.947917vw;
    color: #86868B;
  }
  .vj-container .s6 .s6-container .video-btn{
    position: absolute;
    width: 1.875vw;
    height: 1.875vw;
    bottom: 1.041667vw;
    right: 10.416667vw;
    cursor: pointer;
   }
   .vj-container .s6 .s6-container .video-btn img{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
   }
   .vj-container .s6 .s6-container .video-btn .video-stop{
    opacity: 1;
   }
  @media screen and (max-aspect-ratio: 11/10) {
    .vj-container .s6 .s6-container .text-box {
      flex-wrap: wrap;
      width: 100%;
      margin-left: 6.944444vw;
    }
    .vj-container .s6 .s6-container .text-box h3 {
      width: 68.055556vw;
      font-size: 8.888889vw;
    }
    .vj-container .s6 .s6-container .text-box p {
      width: 86.111111vw;
      margin-top: 8.333333vw;
      color: #86868B;
      font-size: 4.444444vw;
    }
    .vj-container .s6 .s6-container .imgbox {
      margin: 0 auto;
      height: 80.555556vw;
      margin-top: 13.888889vw;
    }
    .vj-container .s6 .s6-container  .video-btn{
      width: 10.833333vw;
      height: 10.833333vw;
      right: 5.555556vw;
      cursor: pointer;
      bottom: 5.555556vw;
    }
  }
  .vj-container .s7 h3 {
    font-size: 3.333333vw;
    text-align: center;
    font-weight: 600;
  }
  .vj-container .s7 .s7-container {
    display: flex;
    justify-content: center;
    margin-top: 4.166667vw;
  }
  .vj-container .s7 .s7-container .s7-item {
    width: 26.041667vw;
    height: 35.416667vw;
    transform: translateY(2vw);
    transition: transform 0.3s cubic-bezier(0, 0, 0.5, 1), opacity 0.2s cubic-bezier(0, 0, 0.5, 1);
    opacity: 0;
    margin-right: 1.5625vw;
    background-color: #F5F5F7;
    position: relative;
  }
  .vj-container .s7 .s7-container .s7-item:last-child {
    margin-right: 0;
    background-color:#FAF3EA;
  }
  .vj-container .s7 .s7-container .s7-item .img-box {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: -1;
  }
  .vj-container .s7 .s7-container .s7-item p {
    font-size: 1.041667vw;
    font-weight: 500;
    width: 21.875vw;
    margin: 3.125vw auto 0;
    color: #86868B;
  }
  .vj-container .s7 .s7-container .s7-item-1 p{
  color: #FFFFFF;
  }
  @media screen and (max-aspect-ratio: 11/10) {
    .vj-container .s7 h3 {
      font-size: 8.888889vw;
      text-align: left;
      width: fit-content;
      margin: 0 auto;
    }
    .vj-container .s7 .s7-container {
      display: flex;
      flex-wrap: wrap;
      margin-top: 13.888889vw;
    }
    .vj-container .s7 .s7-container .s7-item {
      width: 100%;
      height: 133.333333vw;
      transform: none;
      opacity: 1;
      margin: 0 auto;
      margin-bottom: 5.555556vw;
      background:none ;
      position: relative;
    }
    .vj-container .s7 .s7-container .s7-item img{
      height: 100%;
      width: 100%;
      object-fit: cover;
    }
    .vj-container .s7 .s7-container .s7-item-2{
      height: 133.333333vw;
      background:#F5F5F7 ;
    }
    .vj-container .s7 .s7-container .s7-item-2 .img-box{
      z-index: 5;
    }
    .vj-container .s7 .s7-container .s7-item-3{
      height: 141.805556vw;
    }
    .vj-container .s7 .s7-container .s7-item:last-child {
      margin: 0;
    }
    .vj-container .s7 .s7-container .s7-item .img-box {
      position: absolute;
    }
    .vj-container .s7 .s7-container .s7-item-3 .img-box {
      z-index: 2;
    }
    .vj-container .s7 .s7-container .s7-item p {
      font-size: 4.444444vw;
      font-weight: 500;
      width: 86.111111vw;
      position: relative;
      z-index: 5;
      margin: 13.888889vw auto 0;
    }
  }

  .vj-container .s8 .s8-container {
    width: 100%;
    margin-top: 6.25vw;
  }
  .vj-container .s8 {
    width: 100vw;
  }
  .vj-container .s8 h3 {
    font-size: 5.208333vw;
    font-weight: 600;
    text-align: center;
  }
  .vj-container .s8 .s8-swiper {
    width: 100%;
    padding-left: 9.375vw;
    padding-right: 9.375vw;
  }
  .vj-container .s8 .s8-swiper .swiper-wrapper {
    width: 100%;
  }
  .vj-container .s8 .s8-swiper .swiper-slide {
    width: 67.5vw !important;
    margin: 0 1.666667vw;
    font-weight: 500;
  }
  .vj-container .s8 .s8-swiper .swiper-slide .imgbox {
    height: 35.416667vw;
    overflow: hidden;
    position: relative;
  }
  
  .vj-container .s8 .s8-swiper .swiper-slide .imgbox  .video-btn{
    position: absolute;
    width: 1.875vw;
    height: 1.875vw;
    z-index: 2;
    right: 1.041667vw;
    bottom: 1.041667vw;
    cursor: pointer;
  }

  
  
  .vj-container .s8 .s8-swiper .swiper-slide .imgbox  .video-btn img{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    opacity: 0;
  }
  .vj-container .s8 .s8-swiper .swiper-slide .imgbox .video-btn{
    -webkit-transform: translateZ(1px);
    -moz-transform: translateZ(1px);
    -ms-transform: translateZ(1px);
    -o-transform: translateZ(1px);
    transform: translateZ(0);
    backface-visibility: hidden;
  }
  .vj-container .s8 .s8-swiper .swiper-slide .imgbox .video-btn img{
    -webkit-transform: translateZ(1px);
    -moz-transform: translateZ(1px);
    -ms-transform: translateZ(1px);
    -o-transform: translateZ(1px);
    transform: translateZ(0);
    backface-visibility: hidden;
  }
  .vj-container .s8 .s8-swiper-text{
    width: 55.46875vw;
    margin-left: 15.95vw;
  }
  .vj-container .s8 .s8-swiper-text h3{
    font-size: 3.333333vw;
    width: fit-content;
    font-weight: 600;
  }
  .vj-container .s8 .s8-swiper-text .textbox{
    display: flex;
    margin-top: 2.083333vw;
    justify-content: space-between;
  }

  .vj-container .s8 .s8-swiper-text p{
    font-size: 1.25vw;
    width: 34.229167vw;
    color: #86868B;
    line-height: 1.6;
  }
  .vj-container .s8 .s8-swiper .swiper-slide .imgbox  .video-btn .video-start{opacity: 0;}

  .vj-container .s8 .swiper-button-center {
    width: 5.833333vw;
    margin: 0 auto;
    height: 2.5vw;
    position: absolute;
    right: 16.167vw;
    top: 56.833337vw;
  }
  .vj-container .s8 .swiper-button-center .swiper-button-prev {
    left: 0;
    /* top: 0; */
    width: 2.5vw;
    height: 2.5vw;
    border-radius: 50%;
    background-color: #E2E2E5;
  }
  .vj-container .s8 .swiper-button-center .swiper-button-prev img,
  .vj-container .s8 .swiper-button-center .swiper-button-next img {
    width: 2.5vw;
  
  }
  .vj-container .s8 .swiper-button-center .swiper-button-next {
    right: 0;
    /* top: 0; */
    width: 2.5vw;
    height: 2.5vw;
    border-radius: 50%;
    background-color: #E2E2E5;
  }
  
  @media screen and (max-aspect-ratio: 11/10) {
    .vj-container .s8 h3 {
      font-size: 13.888889vw;
    }
    .vj-container  .space-160{
      padding-top: 22.222222vw;
    }
    .vj-container .s8 .s8-container {
      width: 100%;
      
      margin-top: 16.666667vw;
      height: 198.611111vw;
      padding-left: 0;
    }
    .vj-container .s8 .s8-swiper {
      padding-left: 0;
      padding-right: 0;
    }
    .vj-container .s8 .s8-swiper .swiper-slide {
      width: 100% !important;
      margin: 0 ;
    }
    .vj-container .s8 .s8-swiper .swiper-slide .imgbox {
      height: 94.444444vw;
      overflow: hidden;
    }
    .vj-container .s8 .s8-swiper .swiper-slide .imgbox video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
 
    .vj-container .s8 .swiper-button-center {
      width: 31.944444vw;
      margin: 0 auto;
      height: 13.888889vw;
      right: 5.555556vw;
      top: unset;
      bottom: 0;
    }
    .vj-container .s8 .swiper-button-center .swiper-button-prev {
      left: 0;
      top: 0;
      width: 13.888889vw;
      height: 13.888889vw;
      border-radius: 50%;
      background-color: #E2E2E5;
    }
    .vj-container .s8 .s8-swiper .swiper-slide .imgbox .video-btn{
      width: 10.833333vw;
      height: 10.833333vw;
      right: 5.555556vw;
      cursor: pointer;
      bottom: 5.555556vw;
      transform: translateZ(1px);
      -webkit-transform: translateZ(1px);
      -moz-transform: translateZ(1px);
      -ms-transform: translateZ(1px);
      -o-transform: translateZ(1px);
      transform: translateZ(0);
      backface-visibility: hidden;
    }
    .vj-container .s8 .s8-swiper .swiper-slide .imgbox .video-btn img{
      -webkit-transform: translateZ(1px);
      -moz-transform: translateZ(1px);
      -ms-transform: translateZ(1px);
      -o-transform: translateZ(1px);
      transform: translateZ(0);
      backface-visibility: hidden;
    }
    .vj-container .s8 .swiper-button-center .swiper-button-prev img,
    .vj-container .s8 .swiper-button-center .swiper-button-next img {
      width: 13.888889vw;
    }
    .vj-container .s8 .swiper-button-center .swiper-button-next {
      right: 0;
      top: 0;
      width: 13.888889vw;
      height: 13.888889vw;
      border-radius: 50%;
      background-color: #E2E2E5;
    }
    .vj-container .s8 .s8-swiper-text{
      width:86.111111vw;
      margin: 0 auto;
    }
    .vj-container .s8 .s8-swiper-text h3{
      font-size: 8.888889vw;
      width: fit-content;
      font-weight: 500;
    }
    .vj-container .s8 .s8-swiper-text .textbox{
      flex-wrap: wrap;
      margin-top: 13.888889vw;
      justify-content: normal;
    }
    .vj-container .s8 .s8-swiper-text p{
      font-size: 4.444444vw;
      margin-top: 8.333333vw;
      width: 86.111111vw;
    }
  }
  .vj-container .s9 {
    overflow: visible;
  }
  .vj-container .s9 h3 {
    font-size: 3.333333vw;
    font-weight: 600;
    text-align: center;
  }
  .vj-container .s9 .s9-contianer {
    width: 100%;
    margin-top: 6.25vw;
  }
  .vj-container .s9 .s9Swiper {
    width: 100%;
    padding-bottom: 0.5vw;
    padding-left: 9.375vw;
    /* padding-right:9.375vw ; */
  }
  .vj-container .s9 .s9Swiper .swiper-wrapper {
    width: 100%;
  }
  .vj-container .s9 .s9Swiper .swiper-slide {
    width: 26.041667vw !important;
    height: 35.416667vw;
    transform: translateY(2vw);
    opacity: 0;
    margin: 0 0.78125vw;
    color: #DEDDDD;
    font-weight: 500;
    position: relative;
  }
  .vj-container .s9 .s9Swiper .swiper-slide .video-btn{
    position: absolute;
    width: 1.875vw;
    height: 1.875vw;
    right: 1.041667vw;
    cursor: pointer;
    bottom: 1.041667vw;
  }
  .vj-container .s9 .s9Swiper .swiper-slide .video-btn img{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .vj-container .s9 .s9Swiper .swiper-slide .video-btn .video-stop{
    opacity: 1;
  }
  .vj-container .s9 .s9Swiper .swiper-slide:last-child{
    margin-right: 9.375vw;
    background-color: #F5F5F7;
  }
  .vj-container .s9 .s9Swiper .swiper-slide-1 .imgbox ,
  .vj-container .s9 .s9Swiper .swiper-slide-2 .imgbox ,
  .vj-container .s9 .s9Swiper .swiper-slide-3 .imgbox ,
  .vj-container .s9 .s9Swiper .swiper-slide-1 .imgbox img,
  .vj-container .s9 .s9Swiper .swiper-slide-2 .imgbox img,
  .vj-container .s9 .s9Swiper .swiper-slide-3 .imgbox img,
  .vj-container .s9 .s9Swiper .swiper-slide .imgbox video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  }
  .vj-container .s9 .s9Swiper .swiper-slide-1 .imgbox,
  .vj-container .s9 .s9Swiper .swiper-slide-3 .imgbox {
    height: 100%;
  }
  .vj-container .s9 .s9Swiper .swiper-slide-1 .btn {
    display: flex;
    font-size: 0.9375vw;
    font-weight: 500;
    color: #9A9A9A;
    border: 1px solid #FFFFFF;
    border-radius: 1.614583vw;
    width: max-content;
    padding: 0 1.25vw;
    height: 1.979167vw;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    margin-top: 1.5625vw;
  }
  
  .vj-container .s9 .s9Swiper .swiper-slide-1 .btn img {
    width: 0.729167vw;
    margin-right: 0.729167vw;
    height: 0.729167vw;
  }
  
  
  
  .vj-container .s9 .s9Swiper .swiper-slide-1 .imgbox video,
  .vj-container .s9 .s9Swiper .swiper-slide-3 .imgbox video {
    height: 100%;
    Mix-blend-mode: darken;
  }
  .vj-container .s9 .s9Swiper .swiper-slide-3 .imgbox img{
    height: 100%;
  }
  .vj-container .s9 .s9Swiper .swiper-slide .text-box {
    position: absolute;
    top: 3.125vw;
    width: 21.875vw;
    left: 2.083333vw;
    font-size: 1.041667vw;
    font-weight: 500;
    transform: translateZ(1px);
      -webkit-transform: translateZ(1px);
      -moz-transform: translateZ(1px);
      -ms-transform: translateZ(1px);
      -o-transform: translateZ(1px);
    z-index: 5;
  
  }
  .vj-container .s9 .s9Swiper .swiper-slide-1 .text-box {
    color: #BEBEBE;
    width: 22.375vw;
  }
  .vj-container .s9 .s9Swiper .swiper-slide-2 .text-box{
    color: #86868B;
  }
  .vj-container .s9 .s9Swiper .swiper-slide .text-box p {
    font-weight: 500;
  }
  .vj-container .s9 .s9Swiper .swiper-slide .text-box span.cf {
    color: #fff;
    font-weight: 500;
  }
  .vj-container .s9 .s9Swiper .swiper-slide-2 .text-box span.cf{
  color: #000;
  }
  .vj-container .s9 .s9Swiper .swiper-slide-4,
  .vj-container .s9 .s9Swiper .swiper-slide-5 {
    background-color: #f5f5fe;
  }
  .vj-container .s9 .s9Swiper .swiper-slide-4,
  .vj-container .s9 .s9Swiper .swiper-slide-5 {
    color: #86868B;
  }
  .vj-container .s9 .s9Swiper .swiper-slide-4 span,
  .vj-container .s9 .s9Swiper .swiper-slide-5 span {
    color: #000;
    font-weight: 500;
  }
  .vj-container .s9 .s9Swiper .swiper-slide-4 span.nowrap, .vj-container .s9 .s9Swiper .swiper-slide-5 span.nowrap{
    color: #86868B;
  }
  .vj-container .s9 .swiper-slide-4 .imgbox {
    width: 100%;
    position: absolute;
    bottom: 4.166667vw;
  }
  .vj-container .s9 .swiper-slide-5 .imgbox {
    width: 18.75vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4.166667vw;
  }
  .vj-container .s9 .swiper-slide-5  .rebtn{
    position: absolute;
    right: 1.041667vw;
    bottom: 1.041667vw;
    width: 1.875vw;
    height: 1.875vw;
    display: none;
    cursor: pointer;
  }
  
  .vj-container .s9 .swiper-button-center {
    width: 5.833333vw;
    margin: 0 auto;
    margin-right: 7.45vw;
    margin-top: 1.73333vw;
    height: 2.604167vw;
    position: relative;
  }
  .vj-container .s9 .swiper-button-center .swiper-button-prev {
    left: 0;
    width: 2.5vw;
    height: 2.5vw;
    border-radius: 50%;
    background-color: #E2E2E5;
  }
  .vj-container .s9 .swiper-button-center .swiper-button-prev img,
  .vj-container .s9 .swiper-button-center .swiper-button-next img {
    width: 2.5vw;
  }
  .vj-container .s9 .swiper-button-center .swiper-button-next {
    right: 0;
    width: 2.5vw;
    height: 2.5vw;
    border-radius: 50%;
    background-color: #E2E2E5;
  }
  @media screen and (max-aspect-ratio: 11/10) {
    .vj-container .s9 h3 {
      font-size: 8.888889vw;
    }
    .vj-container .s9 .s9Swiper .swiper-slide .video-btn{
      width: 10.833333vw;
      height: 10.833333vw;
      right: 5.555556vw;
      cursor: pointer;
      bottom: 5.555556vw;
    }
    .vj-container .s9 .s9-contianer {
      width: 100%;
      margin-top: 13.888889vw;
      padding-left: 0;
    }
    .vj-container .s9 .s9Swiper {
      width: 100%;
      padding-bottom: 12.11vw;
      padding-left: 0;
      padding-right:0 ;
    }
    .vj-container .s9 .s9Swiper .swiper-slide {
      width: 88.888889vw !important;
      height: 133.333333vw;
      transform: translateY(0vw);
      opacity: 1;
      margin: 0 5.555556vw;
    }
    .vj-container .s9 .swiper-slide-4 .imgbox {
    
      bottom: 13.888889vw;
    }
    .vj-container .s9 .s9Swiper .swiper-slide-1 .btn {
      font-size: 3.611111vw;
      color: #9A9A9A;
      border: 1px solid #FFFFFF;
      border-radius: 4.444444vw;
      padding: 0 4.444444vw;
      height: 7.777778vw;
      cursor: pointer;
      margin-top: 4.166667vw;
    }
    
    .vj-container .s9 .s9Swiper .swiper-slide-1 .btn img {
      width: 3.333333vw;
      height: auto;
      margin-right: 2.083333vw;
    }
    
   
  
    .vj-container .s9 .s9Swiper .swiper-slide .text-box {
      position: absolute;
      top: 9.722222vw;
      width: 77.777778vw;
      left: 6.944444vw;
      font-size: 4.444444vw;
      font-weight: 500;
      z-index: 5;
    }
    .vj-container .s9 .swiper-slide-5 .imgbox {
      width: 66.666667vw;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 16.666667vw;
    }
    .vj-container .s9 .swiper-button-center {
      width: 31.944444vw;
      margin-top: 11.333333vw;
      margin-right: 5.555556vw;
    }
    .vj-container .s9 .swiper-button-center .swiper-button-prev {
      left: 0;
      width: 13.888889vw;
      height: 13.888889vw;
      border-radius: 50%;
      background-color: #E2E2E5;
    }
    .vj-container .s9 .swiper-button-center .swiper-button-prev img,
    .vj-container .s9 .swiper-button-center .swiper-button-next img {
       width: 13.888889vw;
    }
    .vj-container .s9 .swiper-button-center .swiper-button-next {
      right: 0;
      width: 13.888889vw;
      height: 13.888889vw;
      border-radius: 50%;
      background-color: #E2E2E5;
    }
    .vj-container .s9 .s9-swiper-mask-box {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background-color: #f5f5f7;
      z-index: -1;
      opacity: 0;
      transition: opacity 0.4s ease;
      -webkit-transition: opacity 0.4s ease;
      -moz-transition: opacity 0.4s ease;
      -ms-transition: opacity 0.4s ease;
      -o-transition: opacity 0.4s ease;
      overflow-y: auto;
      display: none;
    }
  }
  .vj-container .s13 {
    display: flex;
    margin: 0 auto;
    width: 81.25vw;
    flex-wrap: wrap;
  }
  .vj-container .s13 h2 {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 3.333333vw;
    margin-bottom: 5.208333vw;
  }
  .vj-container .s13 .s13-section-left {
    width: 40vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #f5f5f7;
  }
  .vj-container .s13 .s13-section-left .s13Swiper {
    width: 40vw;
    height: 37.5vw;
  }
  .vj-container .s13 .s13-section-left .s13Swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  .vj-container .s13 .s13-section-right {
    width: 41.25vw;
    background: #f5f5f7;
    position: relative;
  }
  .vj-container .s13 .s13-section-right .s13-section-right-title {
    width: 30.833333vw;
    position: absolute;
    top: 7.083333vw;
    left: 5.208333vw;
  }
  .vj-container .s13 .s13-section-right .s13-section-right-title .swiper-wrapper {
    display: block;
  }
  .vj-container .s13 .s13-section-right .s13-section-right-title .s13-section-right-title-item {
    width: 100%;
    position: relative;
    padding-bottom: 1.5625vw;
    margin-top: 1.5625vw;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .vj-container .s13 .s13-section-right .s13-section-right-title .s13-section-right-title-item-1 {
    margin-top: 0;
  }
  .vj-container .s13 .s13-section-right .s13-section-right-title .s13-section-right-title-item-4 {
    border: none;
  }
  .vj-container .s13 .s13-section-right .s13-section-right-title .s13-section-right-title-item h3 {
    font-size: 1.666667vw;
    width: 25.4375vw;
    line-height: 1.25;
    transition: 0.5s all ease-in-out;
    color: #86868b;
    font-weight: 600;
  }
  .vj-container .s13 .s13-section-right .s13-section-right-title .s13-section-right-title-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .vj-container .s13 .s13-section-right .s13-section-right-title .s13-section-right-title-top .s13-section-right-title-top-icon {
    width: 1.041667vw;
    height: 1.041667vw;
    position: relative;
  }
  .vj-container .s13 .s13-section-right .s13-section-right-title img {
    opacity: 0;
  }
  .vj-container .s13 .s13-section-right .s13-section-right-title .s13-section-right-title-top .s13-section-right-title-top-icon img {
    width: 100%;
    position: absolute;
  }
  .vj-container .s13 .s13-section-right .s13-section-right-title .s13-section-right-title-top .s13-section-right-title-top-icon img.close {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .vj-container .s13 .s13-section-right .s13-section-right-title .s13-section-right-title-top .s13-section-right-title-top-icon img.open {
    top: 0;
    left: 0;
  }
  .vj-container .s13 .s13-section-right .s13-section-right-title .s13-section-right-title-item p {
    font-size: max(1.041667vw, 12px);
    color: #797c80;
    transition: 0.5s all ease-in-out;
    overflow: hidden;
  }
  .vj-container .s13 .s13-section-right .s13-section-right-title .s13-section-right-title-item p span.blue {
    color: #0066cc;
  }
  .vj-container .s13 .s13-section-right .s13-section-right-title .s13-section-right-title-item p a i{
    display: inline-block;
    color: inherit;
    transition: transform 0.6s ease;
    -webkit-transition: transform 0.6s ease;
    -moz-transition: transform 0.6s ease;
    -ms-transition: transform 0.6s ease;
    -o-transition: transform 0.6s ease;
  }
  .vj-container .s13 .s13-section-right .s13-section-right-title .s13-section-right-title-item p a:hover i{
    transform: translateX(3px);
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
  }
  @media screen and (min-aspect-ratio: 11/10) {
    .vj-container .s13 .s13-section-right .s13-section-right-title[data-active="0"] .s13-section-right-title-item-1 h3 {
      color: #000000;
    }
    .vj-container .s13 .s13-section-right .s13-section-right-title[data-active="0"] .s13-section-right-title-item-1 img.close {
      opacity: 1;
    }
    .vj-container .s13 .s13-section-right .s13-section-right-title[data-active="0"] .s13-section-right-title-item-2 img.open,
    .vj-container .s13 .s13-section-right .s13-section-right-title[data-active="0"] .s13-section-right-title-item-3 img.open,
    .vj-container .s13 .s13-section-right .s13-section-right-title[data-active="0"] .s13-section-right-title-item-4 img.open,
    .vj-container .s13 .s13-section-right .s13-section-right-title[data-active="0"] .s13-section-right-title-item-5 img.open {
      opacity: 1;
    }
    .vj-container .s13 .s13-section-right .s13-section-right-title[data-active="0"] .s13-section-right-title-item-1 p {
      margin-top: 1.041667vw;
      height: var(--s13p1) !important;
    }
    .vj-container .s13 .s13-section-right .s13-section-right-title[data-active="1"] .s13-section-right-title-item-2 h3 {
      color: #000000;
    }
    .vj-container .s13 .s13-section-right .s13-section-right-title[data-active="1"] .s13-section-right-title-item-2 img.close {
      opacity: 1;
    }
    .vj-container .s13 .s13-section-right .s13-section-right-title[data-active="1"] .s13-section-right-title-item-1 img.open,
    .vj-container .s13 .s13-section-right .s13-section-right-title[data-active="1"] .s13-section-right-title-item-3 img.open,
    .vj-container .s13 .s13-section-right .s13-section-right-title[data-active="1"] .s13-section-right-title-item-4 img.open,
    .vj-container .s13 .s13-section-right .s13-section-right-title[data-active="1"] .s13-section-right-title-item-5 img.open {
      opacity: 1;
    }
    .vj-container .s13 .s13-section-right .s13-section-right-title[data-active="1"] .s13-section-right-title-item-2 p {
      margin-top: 1.041667vw;
      height: var(--s13p2) !important;
    }
    .vj-container .s13 .s13-section-right .s13-section-right-title[data-active="2"] .s13-section-right-title-item-3 h3 {
      color: #000000;
    }
    .vj-container .s13 .s13-section-right .s13-section-right-title[data-active="2"] .s13-section-right-title-item-3 img.close {
      opacity: 1;
    }
    .vj-container .s13 .s13-section-right .s13-section-right-title[data-active="2"] .s13-section-right-title-item-2 img.open,
    .vj-container .s13 .s13-section-right .s13-section-right-title[data-active="2"] .s13-section-right-title-item-1 img.open,
    .vj-container .s13 .s13-section-right .s13-section-right-title[data-active="2"] .s13-section-right-title-item-4 img.open,
    .vj-container .s13 .s13-section-right .s13-section-right-title[data-active="2"] .s13-section-right-title-item-5 img.open {
      opacity: 1;
    }
    .vj-container .s13 .s13-section-right .s13-section-right-title[data-active="2"] .s13-section-right-title-item-3 p {
      margin-top: 1.041667vw;
      height: var(--s13p3) !important;
    }
    .vj-container .s13 .s13-section-right .s13-section-right-title[data-active="3"] .s13-section-right-title-item-4 h3 {
      color: #000000;
    }
    .vj-container .s13 .s13-section-right .s13-section-right-title[data-active="3"] .s13-section-right-title-item-4 img.close {
      opacity: 1;
    }
    .vj-container .s13 .s13-section-right .s13-section-right-title[data-active="3"] .s13-section-right-title-item-2 img.open,
    .vj-container .s13 .s13-section-right .s13-section-right-title[data-active="3"] .s13-section-right-title-item-3 img.open,
    .vj-container .s13 .s13-section-right .s13-section-right-title[data-active="3"] .s13-section-right-title-item-1 img.open,
    .vj-container .s13 .s13-section-right .s13-section-right-title[data-active="3"] .s13-section-right-title-item-5 img.open {
      opacity: 1;
    }
    .vj-container .s13 .s13-section-right .s13-section-right-title[data-active="3"] .s13-section-right-title-item-4 p {
      margin-top: 1.041667vw;
      height: var(--s13p4) !important;
    }
    .vj-container .s13 .s13-section-right .s13-section-right-title[data-active="4"] .s13-section-right-title-item-5 h3 {
      color: #000000;
    }
    .vj-container .s13 .s13-section-right .s13-section-right-title[data-active="4"] .s13-section-right-title-item-5 img.close {
      opacity: 1;
    }
    .vj-container .s13 .s13-section-right .s13-section-right-title[data-active="4"] .s13-section-right-title-item-2 img.open,
    .vj-container .s13 .s13-section-right .s13-section-right-title[data-active="4"] .s13-section-right-title-item-3 img.open,
    .vj-container .s13 .s13-section-right .s13-section-right-title[data-active="4"] .s13-section-right-title-item-4 img.open,
    .vj-container .s13 .s13-section-right .s13-section-right-title[data-active="4"] .s13-section-right-title-item-1 img.open {
      opacity: 1;
    }
    .vj-container .s13 .s13-section-right .s13-section-right-title[data-active="4"] .s13-section-right-title-item-5 p {
      margin-top: 1.041667vw;
      height: var(--s13p5) !important;
    }
  }
  @media screen and (max-aspect-ratio: 11/10) {
    .vj-container .s13 {
      width: 100%;
    
    }
    .vj-container .s13 h2 {
      font-size: 8.888889vw;
      margin-bottom: 13.888889vw;
    }
    .vj-container .s13 .s13-section-left {
      width: 100%;
      background: #F5F5F7;
    }
    .vj-container .s13 .s13-section-left .s13Swiper {
      width: 100%;
      height: auto;
    }
    .vj-container .s13 .s13-section-right {
      width: 100%;
      padding-top: 13.333333vw;
    }
    .vj-container .s13 .s13-section-right .s13-section-right-title {
      width: 100%;
      position: static;
    }
    .vj-container .s13 .s13-section-right .s13-section-right-title .swiper-wrapper {
      display: flex;
    }
    .vj-container .s13 .s13-section-right .s13-section-right-title .s13-section-right-title-item {
      padding-bottom: 0;
      cursor: auto;
      border-bottom: none;
    }
    .vj-container .s13 .s13-section-right .s13-section-right-title .s13-section-right-title-item h3 {
      font-size: 6.666667vw;
      width: max-content;
      padding: 0 6.944444vw;
      color: #000000;
    }
    .vj-container .s13 .s13-section-right .s13-section-right-title .s13-section-right-title-item p {
      font-size: 4.444444vw;
      font-weight: 500;
      color: #86868b;
      margin-top: 8.333333vw;
      padding: 0 6.944444vw;
      overflow: hidden;
    }
    .vj-container .s13 .s13-section-right .swiper-btn-box {
      display: flex !important;
      justify-content: flex-end;
      align-items: center;
      margin-top: 13.888889vw;
      margin-bottom: 8.333333vw;
    }
    .vj-container .s13 .s13-section-right .swiper-btn-box .swiper-button-next,
    .vj-container .s13 .s13-section-right .swiper-btn-box .swiper-button-prev {
      position: initial;
      width: 13.888889vw;
      height: 13.888889vw;
      border-radius: 50%;
      background-color: #E2E2E5;
    }
    .vj-container .s13 .s13-section-right .swiper-btn-box .swiper-button-next.swiper-button-disabled,
    .vj-container .s13 .s13-section-right .swiper-btn-box .swiper-button-prev.swiper-button-disabled {
      opacity: 0.3;
    }
    .vj-container .s13 .s13-section-right .swiper-btn-box .swiper-button-next::after,
    .vj-container .s13 .s13-section-right .swiper-btn-box .swiper-button-prev::after {
      content: "";
    }
    .vj-container .s13 .s13-section-right .swiper-btn-box .swiper-button-next {
      margin-left: 5.555556vw;
      margin-right: 5.555556vw;
    }
    .vj-container .s13 .s13-section-right .swiper-btn-box img {
      width: 13.888889vw;
    }
  }
  .vj-container .s14 {
    width: 100%;
    padding-top: 8.333333vw;
    background-image: linear-gradient(180deg, #fff 0%, #E8E8ED 100%);
  }
  .vj-container .s14 .s14-container{
    width: 81.25vw;
    margin: 0 auto;
    display: flex;
    /* align-items: center; */
  }
  .vj-container .s14 h3 {
    width: 21.052083vw;
    font-size: 3.333333vw;
    margin-right: 13.583333vw;
    margin-top: 3.125vw;
    font-weight: 600;
  }
  .vj-container .s14 h3 span{
    color: #FF8519;
    font-weight: 600;
    font-size: 3.333333vw;
  }
  .vj-container .s14 p {
    font-size: 1.25vw;
    width: 25.416667vw;
    margin-top: 1.5625vw;
    font-weight: 500;
    color: #797C80;
  }
  .vj-container .s14 .s14-imgbox {
    width: 46.71875vw;
  }
  @media screen and (max-aspect-ratio: 11/10) {
    .vj-container .s14 {
      padding-top:0 ;
      height: auto;
      padding-bottom: 0;
    }
    .vj-container .s14 .s14-container{
      flex-wrap: wrap;
      align-items: center;
      width:100%;
    }
    .vj-container .s14 h3 {
      font-size: 8.888889vw;
      margin-top: 27.777778vw;
      width: 75.361111vw;
      margin-left: 6.944444vw;
      text-align: left;
    }
    .vj-container .s14 p {
      font-size: 4.444444vw;
      font-weight: 500;
      color: #86868b;
      text-align: left;
      margin: 8.333333vw 0 0 6.944444vw;
      width: 86.111111vw;
    }
    .vj-container .s14 .s14-imgbox {
      width: 88.888889vw;
      margin: 13.888889vw auto 0;
    }
    .vj-container .s14 h3 span{
      font-size: 8.888889vw;
    }
  }
  .vj-container .s15{
    overflow: visible;
  }
  .vj-container .s15 h3 {
    font-size: 5.208333vw;
    font-weight: 600;
  }
  .vj-container .s15 .s15-container .s15-container-top {
    display: flex;
    margin: 6.25vw auto 0;
    width: 81.25vw;
  }
  .vj-container .s15 .s15-container .s15-container-left {
    width: 39.84375vw;
    background: #f5f5f7;
    position: relative;
  }
  .vj-container .s15 .s15-container .s15-container-right {
    width: 39.84375vw;
    background-color: #f5f5f7;
    position: relative;
  }
  .vj-container .s15 .s15-container p {
    width: 21.875vw;
    font-size: 1.041667vw;
    color: #86868b;
    margin: 3.125vw auto 0;
    font-weight: 500;
  }
  .vj-container .s15 .s15-container .s15-container-left-item p{
    width: 33.59375vw;
    margin: 3.64583333vw auto 0;
  }
  .vj-container .s15 .s15-container .s15-container-right-item p{
   width: 33.59375vw;
   margin: 3.64583333vw auto 0;
  }
  .vj-container .s15 .s15-container p span {
    color: #000;
    font-weight: 500;
  }
  .vj-container .s15 .s15-container p span.nowrap{
    color: #86868b;
  }
  .vj-container .s15 .s15-container .s15-container-right {
    margin-left: 1.5625vw;
  }
  .vj-container .s15 .s15-container .s15-container-left .s15-container-left-item {
    padding: 0 2.8125vw;
    height: 100%;
  }
  .vj-container .s15 .s15-container .s15-container-right .s15-container-right-item {
    padding: 0 2.8125vw;
    height: 100%;
  }
  .vj-container .s15 .s15-container .s15-container-left .s15-container-left-item-main {
    width: 100%;
    pointer-events: all;
    transition: all 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .vj-container .s15 .s15-container .s15-container-right .s15-container-right-item-main {
    width: 100%;
    pointer-events: all;
    transition: all 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .vj-container .s15 .s15-container .s15-container-left .s15-container-left-item-main .img-box{
    width: 14.583333vw;
    margin: 0 auto;
    margin-top: 2.44791667vw;
    margin-bottom: 2.604167vw;
  }
  .vj-container .s15 .s15-container .s15-container-right .s15-container-right-item-main .img-box{
    width: 14.583333vw;
    margin: 0 auto;
    margin-top: 4.166667vw;
    margin-bottom: 2.604167vw;
  }
  .vj-container .s15 .s15-container .s15-container-bottom {
    margin: 1.5625vw auto 0;
    display: flex;
    overflow: hidden;
  }
  .vj-container .s15 .s15-container .s15-container-bottom .swiper-wrapper{
    height: auto;
    align-items: stretch;
  }
  .vj-container .s15 .s15-container .s15-container-bottom .s15-container-bottom-item {
    width: 26.041667vw;
    height: auto;
    overflow: hidden;
    margin-right: 1.5625vw;
    position: relative;
  }
  .vj-container .s15 .s15-container .s15-container-bottom .s15-container-bottom-item-6{
    margin-right: 0;
  }
  .vj-container .s15 .s15-container .s15-container-bottom .s15-container-bottom-item p {
    width: 21.875vw;
    margin: 0 auto;
    margin-top: 3.125vw;
  }
  .vj-container .s15 .s15-container .s15-container-bottom .s15-container-bottom-item-1 {
    background: #f5f2ed;
  }


  .vj-container .s15 .s15-container .s15-container-bottom .s15-container-bottom-item-1 .imgbox-bg {
    width: 12.1875vw;
    margin: 0 auto;
    margin-top: 3.385417vw;
    position: relative;
  }
  .vj-container .s15 .s15-container .s15-container-bottom .s15-container-bottom-item-1 .imgbox-bg .img-c{
    width: 100%;
  }
  .vj-container .s15 .s15-container .s15-container-bottom .s15-container-bottom-item-1 .s15-container-bottom-item-1-mian {
    position: absolute;
    top: 50%;
    left: calc(50% - 0.59px);
    transform: translate(-50%, -50%);
    width: 9.89vw;
    transform-origin: center;
  }
  .vj-container .s15 .s15-container .s15-container-bottom .s15-container-bottom-item-1 .s15-container-bottom-item-1-mian .img-2{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .vj-container .s15 .s15-container .s15-container-bottom .s15-container-bottom-item-1 .s15-container-bottom-item-1-arrow {
    position: absolute;
    opacity: 0;
    width: 2.29166667vw;
  }
  .vj-container .s15 .s15-container .s15-container-bottom .s15-container-bottom-item-1 .s15-container-bottom-item-1-arrow-1 {
    top: 4.53125vw;
    right: -3.48958333vw;
  }
  .vj-container .s15 .s15-container .s15-container-bottom .s15-container-bottom-item-1 .s15-container-bottom-item-1-arrow-2 {
    width: 2.34375vw;
    top: 16.614583333vw;
    right: -3.07291666vw;
  }
  .vj-container .s15 .s15-container .s15-container-btn {
    width: 1.875vw;
    height: 1.875vw;
    position: absolute;
    right: 1.041666vw;
    bottom: 1.041666vw;
    opacity: 0;
    cursor: pointer;
    pointer-events: none;
  }
  .vj-container .s15 .s15-container .s15-container-btn .s15-container-bottom-item-1-img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }

  .vj-container .s15 .s15-container .s15-container-bottom .s15-container-bottom-item-0 {
    background: #EAEDFA;
  }

  .vj-container .s15 .s15-container .s15-container-bottom .s15-container-bottom-item-0 img {
    margin-top: 3.645833vw;
    width: 100%;
  }
 
  .vj-container .s15 .s15-container .s15-container-bottom .s15-container-bottom-item-2 .img-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .vj-container .s15 .s15-container .s15-container-bottom .s15-container-bottom-item-2 .img-bg img,
  .vj-container .s15 .s15-container .s15-container-bottom .s15-container-bottom-item-4 .img-box img,
  .vj-container .s15 .s15-container .s15-container-bottom .s15-container-bottom-item-5 .img-box img{
    height: 100%;
    object-fit: cover;
  }
  .vj-container .s15 .s15-container .s15-container-bottom .s15-container-bottom-item-6 .img-box{
     width: 17.291667vw;
     margin: 0 auto;
     margin-top: 4.6875vw;
  }
  .vj-container .s15 .s15-container .s15-container-bottom .s15-container-bottom-item-6 {
    background-color: #F5F5F7;
  }
  .vj-container .s15 .s15-container .s15-container-bottom .s15-container-bottom-item-2 p {
    color: #c6c6c6;
  }
  .vj-container .s15 .s15-container .s15-container-bottom .s15-container-bottom-item-2 p span {
    color: #ffffff;
  }
  .vj-container .s15 .s15-container .s15-container-bottom .s15-container-bottom-item-2 .img-box {
    width: 12.1875vw;
    margin: 0 auto;
    margin-top: 3.645833vw;
  }
  .vj-container .s15 .s15-container .s15-container-bottom .s15-container-bottom-item-4 .img-box,
  .vj-container .s15 .s15-container .s15-container-bottom .s15-container-bottom-item-5 .img-box{
     position: absolute;
     top: 0;
     width: 100%;
     height: 100%;
     z-index: -1;
  }
  .vj-container .s15 .s15-container .s15-container-bottom .s15-container-bottom-item-3 {
    background-color: #f5f5f7;
    overflow: hidden;
  }
 
  .vj-container .s15 .s15-container .s15-container-bottom .s15-container-bottom-item-3 .img-box {
    width:14.583333vw;
    margin: 0 auto;
    margin-top: 3.385417vw;
  }
  .vj-container .s15 .swiper-button-center {
    width: 5.833333vw;
    margin: 0 auto;
    height: 2.5vw;
    position: absolute;
    right: 8.375vw;
   bottom: -4.6875vw;
  }
  .vj-container .s15 .swiper-button-center .swiper-button-prev {
    left: 0;
    /* top: 0; */
    width: 2.5vw;
    height: 2.5vw;
    border-radius: 50%;
    background-color: #E2E2E5;
  }
  .vj-container .s15 .swiper-button-center .swiper-button-prev img,
  .vj-container .s15 .swiper-button-center .swiper-button-next img {
    width: 2.5vw;
  
  }
  .vj-container .s15 .swiper-button-center .swiper-button-next {
    right: 0;
    /* top: 0; */
    width: 2.5vw;
    height: 2.5vw;
    border-radius: 50%;
    background-color: #E2E2E5;
  }
  @media screen and (max-aspect-ratio: 11/10) {
    .vj-container .s15 h3 {
      width: 83.833333vw;
      margin: 0 auto;
      font-size: 13.888889vw;
      text-align: center;
    }
    .vj-container .s15 .s15-container .s15-container-top {
      display: flex;
      flex-wrap: wrap;
      margin: 16.666667vw auto 0;
      width: 100%;
    }
    .vj-container .s15 .s15-container .s15-container-left {
      width: 100%;
    }
    .vj-container .s15 .s15-container .s15-container-right {
      width: 100%;
    }
    .vj-container .s15 .s15-container p {
      width: 86.111111vw;
      font-size: 4.444444vw;
      margin: 13.888889vw auto 0;
    }
    .vj-container .s15 .s15-container .s15-container-left-item p{
      width: 86.111111vw;
    }
    .vj-container .s15 .s15-container .s15-container-right-item p{
      width: 86.111111vw;
    }
    
    .vj-container .s15 .s15-container .s15-container-right {
      margin-left: 0;
      margin-top: 5.555556vw;
    }
    .vj-container .s15 .s15-container .s15-container-left .s15-container-left-item {
      padding: 0 6.944444vw;
    }
    .vj-container .s15 .s15-container .s15-container-right .s15-container-right-item {
      padding: 0 6.944444vw;
    }
    .vj-container .s15 .s15-container .s15-container-left .s15-container-left-item-main .img-box{
      width: 64.861111vw;
      margin-top: 13.888889vw;
      margin-bottom: 16.666667vw;
    }
    .vj-container .s15 .s15-container .s15-container-right .s15-container-right-item-main .img-box{
      width: 64.861111vw;
      margin-top: 13.888889vw;
      margin-bottom: 16.666667vw;
    }
    .vj-container .s15 .s15-container .s15-container-right .s15-container-right-item .swiper-slide-active img{
      width: 48.611111vw;
    }
    .vj-container .s15 .s15-container .s15-container-bottom {
      width: 100%;
      padding: 0;
      margin: 22.222222vw auto 0;
      overflow: hidden;
      
    }
    .vj-container .s15 .s15-container .s15-container-bottom .swiper-wrapper{
      height: 133.333333vw;
    }
    .vj-container .s15 .s15-container .s15-container-bottom .s15-container-bottom-item {
      width: 100%;
      height: auto;
      margin: 0 auto;
    }
    
    .vj-container .s15 .s15-swiper-thu .swiper-slide:last-child{
      margin-right: 5.555556vw;
    }
    .vj-container .s15 .s15-container .s15-container-bottom .s15-container-bottom-item p {
      width: 77.777778vw;
      margin: 0 auto;
      margin-top: 11.111111vw;
    }
    
    .vj-container .s15 .s15-container .s15-container-bottom .s15-container-bottom-item-1 .imgbox-bg {
      width: 43.3333333vw;
      margin: 6.9444444vw auto 0;
    }
    .vj-container .s15 .s15-container .s15-container-bottom .s15-container-bottom-item-1 .imgbox-bg .img-c{
      width: 100%;
    }
    .vj-container .s15 .s15-container .s15-container-bottom .s15-container-bottom-item-1 .s15-container-bottom-item-1-mian {
      position: absolute;
      width: 35.4166666vw;
    }
    .vj-container .s15 .s15-container .s15-container-bottom .s15-container-bottom-item-1 .s15-container-bottom-item-1-arrow {
      position: absolute;
      right: 11.527778vw;
      opacity: 0;
      width: 8.194444444vw;
    }
    .vj-container .s15 .s15-container .s15-container-bottom .s15-container-bottom-item-1 .s15-container-bottom-item-1-arrow-1 {
      top:19.44444444vw;
      right: -9.166666666vw;
    }
    .vj-container .s15 .s15-container .s15-container-bottom .s15-container-bottom-item-1 .s15-container-bottom-item-1-arrow-2 {
      width: 8.333333333vw;
      right: -7.3611111111vw;
      top: 55.55555555vw;
    }
    .vj-container .s15 .s15-container .s15-container-btn {
      width: 8.8888888888vw;
      height: 8.8888888888vw;
      right: 4.16666666vw;
      bottom: 4.16666666vw;
    }

    .vj-container .s15 .s15-container .s15-container-bottom .s15-container-bottom-item-0 img {
      position: absolute;
      bottom: 0;
    }

    .vj-container .s15 .s15-container .s15-container-bottom .s15-container-bottom-item-2 .img-box {
      width:43.472222vw;
    margin-top: 13.888889vw;
    }
    .vj-container .s15 .s15-container .s15-container-bottom .s15-container-bottom-item-6 .img-box{
      width: 68.055556vw;
      margin-top: 20.555556vw;
    }
    .vj-container .s15 .s15-container .s15-container-bottom .s15-container-bottom-item-3 .img-box {
    width: 51.666667vw;
    margin-top: 13.888889vw;
    }
    .vj-container .s15  .swiper-button-center {
      display: flex !important;
      justify-content: flex-end;
      align-items: center;
      margin-top: 8.333333vw;
    }
    .vj-container .s15 .swiper-button-center{
      height: 13.888889vw;
      width: 32.777778vw;
      bottom: -19vw;
      right: 5.375vw;
    }
    .vj-container .s15 .swiper-button-center .swiper-button-prev{
      order: 1;
    }
    .vj-container .s15 .swiper-button-center .swiper-button-next,
    .vj-container .s15 .swiper-button-center .swiper-button-prev {
      position: absolute;
      width: 13.888889vw;
      height: 13.888889vw;
      border-radius: 50%;
      background-color: #E2E2E5;
    }
    .vj-container .s15 .swiper-button-center .swiper-button-next{
      right: 0;
    }
    .vj-container .s15 .swiper-button-center .swiper-button-next.swiper-button-disabled,
    .vj-container .s15 .swiper-button-center .swiper-button-prev.swiper-button-disabled {
      opacity: 0.3;
    }
    .vj-container .s15 .swiper-button-centerx img {
      width: 13.888889vw;
    }
    .vj-container .s15 .swiper-button-center .swiper-button-next::after,
    .vj-container .s15 .swiper-button-center .swiper-button-prev::after {
      content: "";
    }
   
    
    .vj-container .s15 .swiper-button-center .swiper-button-prev img, .vj-container .s15 .swiper-button-center .swiper-button-next img{
      width: 13.888889vw;
    }
  }
  .vj-container .s16 {
    display: flex;
    flex-wrap: wrap;
    margin: 11.291667vw auto 0;
    width: 81.25vw;
    background-color: #f5f5f7;
  }
  .vj-container .s16 .text-box {
    font-size: 2.5vw;
    margin-top: 4.166667vw;
    width: 100%;
    font-weight: 600;
    color: #000;
    margin-left: 4.166667vw;
    margin-right: 8.333333vw;
  }
  .vj-container .s16 .s16-item {
    width: 27.604167vw;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
  .vj-container .s16 .s16-item-1 {
    margin-right: 10.416667vw;
    margin-left: 4.166667vw;
    margin-top: 2.083333vw;
    margin-bottom: 5.208333vw;
    padding-top: 1.041667vw;
  }
  .vj-container .s16 .s16-item-2 {
    padding-top: 1.041667vw;
    margin-top: 2.083333vw;
  }
  .vj-container .s16 .s16-item p {
    font-weight: 500;
    font-size: 1.041667vw;
    color: #86868b;
  }
  .vj-container .s16 .s16-item h3 {
    font-weight: 600;
    font-size: 1.041667vw;
    color: #86868b;
  }
  .vj-container .s16 .s16-item .s16-item-main {
    margin-top: 1.083333vw;
  }
  .vj-container .s16 .s16-item .s16-item-main p {
    font-size: 0.729167vw;
    font-size: max(0.729167vw, 12px);
    font-weight: 500;
    line-height: 1.6;
    margin-top: .520833vw;
  }
  .vj-container .s16 .s16-item .s16-item-main .bottom-1 {
    width: 6.25vw;
    margin-left: 4.166667vw;
    margin-right: 4.166667vw;
  }
  .vj-container .s16 .s16-item .s16-item-main .icon {
    font-size: 3.333333vw;
    font-weight: 500;
    line-height: 1.25;
  }
  .vj-container .s16 .s16-item-1 .s16-item-main .icon {
    color: #4374A9;
  }
  .vj-container .s16 .s16-item-2 .s16-item-main .icon {
    color: #B37B4A;
  }
  .vj-container .s16 .s16-item .s16-item-main .icon span {
    font-size: 1.25vw;
    font-weight: 500;
    line-height: 1.25;
  }
  .vj-container .s16 .s16-item .s16-item-main .s16-item-main-left {
    margin-right: 3.75vw;
    display: flex;
  }
  @media screen and (max-aspect-ratio: 11/10) {
    .vj-container .s16 {
      flex-wrap: wrap;
      margin: 0;
      margin-top: 50.777778vw;
      width: 100%;
      height: auto;
    }
    .vj-container .s16 .text-box {
      width: 100%;
      font-size: 8.888889vw;
      margin: 0;
      margin-top: 12.5vw;
      padding-left: 6.944444vw;
      padding-right: 8.333333vw;
    }
    .vj-container .s16 .s16-item-1{
      margin-bottom: 0;
    }
    .vj-container .s16 .s16-item {
      width: 86.111111vw;
      margin-top: 11.111111vw;
      margin-left: 6.944444vw;
      padding-top: 5.555556vw;
    }
    .vj-container .s16 .s16-item-1 {
      margin-right: 0;
    }
    .vj-container .s16 .s16-item p {
      font-size: 4.444444vw;
      color: #86868b;
    }
    .vj-container .s16 .s16-item h3 {
      font-size: 4.444444vw;
      color: #86868b;
    }
    .vj-container .s16 .s16-item .s16-item-main {
      margin-top: 6.666667vw;
    }
    .vj-container .s16 .s16-item .s16-item-main p {
      font-size: 3.333333vw;
      margin-top: 0;
    }
    .vj-container .s16 .s16-item .s16-item-main .bottom-2 {
      width: 100%;
    }
    .vj-container .s16 .s16-item .s16-item-main .bottom-1 {
      margin-left: 19.444444vw;
      margin-right: 0;
      width: 28.333333vw;
    }
    .vj-container .s16 .s16-item .s16-item-main .icon {
      font-size: 13.888889vw;
      line-height: 1.25;
    }
    .vj-container .s16 .s16-item .s16-item-main .icon span {
      font-size: 5.277778vw;
      /* margin-left: 1.388889vw; */
      font-weight: 500;
    }
    .vj-container .s16 .s16-item .s16-item-main .top {
      margin-bottom: 2.777778vw;
      width: 27.777778vw;
    }
    .vj-container .s16 .s16-item .s16-item-main .s16-item-main-left {
      /* margin-right: 22.222222vw; */
      flex-wrap: wrap;
    }
    .vj-container .s16 .s16-item-2 {
      margin-bottom: 16.666667vw;
    }
  }
  .vj-container .s16-1 {
    width: 81.25vw;
    margin: 0 auto;
    margin-top: 1.5625vw;
    display: flex;
  }
  .vj-container .s16-1 .s16-1-item {
    width: 39.84375vw;
    /* height: 38.541667vw; */
    background-color: #f5f5f7;
    padding-left: 4.166667vw;
    position: relative;
  }
  .vj-container .s16-1 .s16-1-item h3 {
    font-size: 2.5vw;
    font-weight: 600;
    color: #000;
    margin-top: 4.166667vw;
  }
  .vj-container .s16-1 .s16-1-item p {
    font-weight: 500;
    font-size: 1.041667vw;
    color: #86868b;
    width: 31.458333vw;
    margin-top: 1.5625vw;
  }
  .vj-container .s16-1 .s16-1-item p.tips{
    position: absolute;
    width: fit-content;
    color: #99999d;
    bottom: 1.5625vw;
    right: 1.5625vw;
    font-size: max(12px,.625vw);
  }
  .vj-container .s16-1 .s16-1-item-1 {
    margin-right: 1.5625vw;
  }
  .vj-container .s16-1 .s16-1-item-1 .imgbox {
    width: 26.5625vw;
    margin: 0;
    margin-left: 2.604167vw;
    margin-top: 3.125vw;
  }
  .vj-container .s16-1 .s16-1-item-2 a {
    color: #0066cc;
    display: block;
    margin-top: 1.5625vw;
    font-size: 1.041667vw;
    font-weight: 500;
  }
  .vj-container .s16-1 .s16-1-item-2 a i{
    display: inline-block;
    color: inherit;
    transition: transform 0.6s ease;
    -webkit-transition: transform 0.6s ease;
    -moz-transition: transform 0.6s ease;
    -ms-transition: transform 0.6s ease;
    -o-transition: transform 0.6s ease;
  }
  .vj-container .s16-1 .s16-1-item-2 a:hover i{
    transform: translateX(3px);
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
  }
  .vj-container .s16-1 .s16-1-item-2 .imgbox {
    width: 26.822917vw;
   margin-top: 5.208333vw;
   margin-left: 2.083333vw;
  }
  @media screen and (max-aspect-ratio: 11/10) {
    .vj-container .s16-1 {
      width: 100%;
      margin: 0;
      margin-top: 5.555556vw;
      flex-wrap: wrap;
    }
    .vj-container .s16-1 .s16-1-item {
      width: 100%;
      height: 133.333333vw;
      padding-left: 0;
    }
    .vj-container .s16-1 .s16-1-item h3 {
      font-size: 8.888889vw;
      margin-top: 12.5vw;
      margin-left: 6.944444vw;
    }
    .vj-container .s16-1 .s16-1-item p {
      font-size: 4.444444vw;
      color: #86868b;
      width: 86.111111vw;
      margin-top: 8.333333vw;
      margin-left: 6.944444vw;
    }
    .vj-container .s16-1 .s16-1-item p.tips{
      position: absolute;
      color: #99999d;
      bottom: 11.111111vw;
      right: 8.333333vw;
      font-size: 3.333333vw;
    }
    .vj-container .s16-1 .s16-1-item-1 {
      margin-right: 0;
    }
    .vj-container .s16-1 .s16-1-item-1 .imgbox {
      width: 70.833333vw;
      margin: 0 auto;
      margin-top: 13.888889vw;
      transform: none;
      position: static;
    }
    .vj-container .s16-1 .s16-1-item-2 {
      margin-top: 5.555556vw;
    }
    .vj-container .s16-1 .s16-1-item-2 a {
      margin-top: 8.333333vw;
      margin-left: 6.944444vw;
      font-size: 4.444444vw;
    }
    .vj-container .s16-1 .s16-1-item-2 .imgbox {
      position: static;
      margin: 0 auto;
      margin-top: 13.888889vw;
      margin-bottom: 16.666667vw;
      transform: none;
      width:81.944444vw;
    }
  }
  .vj-container .section-footnote {
    width: 67.5vw;
    margin: 0 auto;
    margin-top: 10.416667vw;
    line-height: 1.6;
    font-weight: 500;
    color: #86868b;
  }
  .vj-container .section-footnote .section-content {
    font-size: 0.625vw;
    font-size: max(0.625vw, 12px);
    list-style-type: decimal;
    margin-bottom: 10.416667vw;
  }
  .vj-container .section-footnote li.current {
    color: #000;
  }
  .vj-container .section-footnote .section-content li a {
    color: #2997ff;
    word-wrap: break-word;
  }
  .vj-container .section-footnote li.asterisk{
    list-style-type:'*'
  }
  @media screen and (max-aspect-ratio: 11/10) {
    .vj-container .section-footnote {
      width: 86.111111vw;
      margin: 0 auto;
      margin-top: 27.777778vw;
      color: #86868b;
    }
    .vj-container .section-footnote ol{
      padding-left: 2em;
    }
    .vj-container .section-footnote .section-content {
      font-size: 3.333333vw;
      margin-bottom: 27.777778vw;
    }
  }
  @media screen and (max-width: 800px) and (min-aspect-ratio: 11 / 10) {
    .vj-container .s2 {
      width: 100%;
      height: 100%;
      overflow: hidden;
      margin-top: 6.25vw;
    }
    /* .vj-container .s2 .s2-swiper{
        padding-left: 14.6vw;
      } */
    .vj-container .s2 .swiper-wrapper {
      width: 100%;
      height: 100%;
      transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    
    .vj-container .s2 .swiper-wrapper .swiper-slide {
      width: 67.5vw;
      margin: auto 1.6666vw;
      border-radius: 0.833333vw;
      position: relative;
      overflow: hidden;
    }
    .vj-container .s2 .swiper-wrapper .swiper-slide .s2-con {
      width: 100%;
      height: 100%;
      position: relative;
    }
    .vj-container .s2 .swiper-wrapper .swiper-slide-1 .imgbox,
    .vj-container .s2 .swiper-wrapper .swiper-slide-2 .imgbox,
    .vj-container .s2 .swiper-wrapper .swiper-slide-3 .imgbox-bg,
    .vj-container .s2 .swiper-wrapper .swiper-slide-4 .imgbox,
    .vj-container .s2 .swiper-wrapper .swiper-slide-5 .imgbox-bg,
    .vj-container .s2 .swiper-wrapper .swiper-slide-6 .imgbox-bg {
      border-radius: 0.8333vw;
      width: 67.5vw;
      height: 38vw;
      overflow: hidden;
    }
    .vj-container .s2 .swiper-wrapper .swiper-slide-3 .imgbox{
      position: absolute;
      width: 22.135417vw;
      height: 22.135417vw;
      top: 7.604167vw;
      left: 50%;
      transform: translateX(-50%);
      border-radius: 50%;
      overflow: hidden;
      z-index: 5;
    }
    .vj-container .s2 .swiper-wrapper .swiper-slide-3 .imgbox video{
      height: 100%;
      width: 100%;
    }
    .vj-container .s2 .swiper-wrapper .swiper-slide video {
      width: 100%;
      height: 38vw;
      border-radius: 0.8333vw;
      overflow: hidden;
      object-fit: cover;
    }
    .vj-container .s2 .swiper-wrapper .swiper-slide .text-box {
      position: absolute;
      font-size: 1.666667vw;
      color: #ffffff;
      top: 2.291667vw;
      left: 2.5vw;
      z-index: 2;
    }
    .vj-container .s2 .swiper-wrapper .swiper-slide .text-box p {
      line-height: 1.25;
      font-weight: 500;
    }
    .vj-container .s2 .swiper-wrapper .swiper-slide-5 .imgbox,
    .vj-container .s2 .swiper-wrapper .swiper-slide-6 .imgbox {
      position: absolute;
      z-index: 2;
    }
    .vj-container .s2 .swiper-wrapper .swiper-slide-5 .text-left,
    .vj-container .s2 .swiper-wrapper .swiper-slide-5 .text-right {
      position: absolute;
      top: 12.395833vw;
    }
    .vj-container .s2 .swiper-wrapper .swiper-slide-5 .text-left {
      left: 4.166667vw;
    }
    .vj-container .s2 .swiper-wrapper .swiper-slide-5 .text-right {
      left: unset;
      right: 4.166667vw;
    }
    .vj-container .s2 .swiper-wrapper .swiper-slide-5 .text-left h3,
    .vj-container .s2 .swiper-wrapper .swiper-slide-5 .text-right h3 {
      font-size: 0.833333vw;
      font-weight: 500;
    }
    .vj-container .s2 .swiper-wrapper .swiper-slide-5 .text-left p.icon {
      color: #4687CB;
    }
    .vj-container .s2 .swiper-wrapper .swiper-slide-5 p.icon span {
      font-size: 1.666667vw;
    }
    .vj-container .s2 .swiper-wrapper .swiper-slide-5 p.tips {
      line-height: 1.6;
      font-size: .833333vw;
      font-size: max(12px, .833333vw);
      color: #86868B;
      font-weight: 500;
    }
    .vj-container .s2 .swiper-wrapper .swiper-slide-5 .text-right p.icon {
      color: #BC8656;
    }
    .vj-container .s2 .swiper-wrapper .swiper-slide-5 .text-left p.icon,
    .vj-container .s2 .swiper-wrapper .swiper-slide-5 .text-right p.icon {
      font-size: 5.208333vw;
      line-height: 1.25;
    }
    .vj-container .s2 .swiper-wrapper .swiper-slide-5 .imgbox {
      width: 29.6875vw;
      top: 13.020833vw;
      left: 19.166667vw;
    }
    .vj-container .s2 .swiper-wrapper .swiper-slide-6 .imgbox {
      width: 37.135417vw;
      top: 5.625vw;
      left: 14.322917vw;
    }
    .vj-container .s2 .swiper-wrapper .swiper-slide-5 .text-box,
    .vj-container .s2 .swiper-wrapper .swiper-slide-6 .text-box,
    .vj-container .s2 .swiper-wrapper .swiper-slide-3 .text-box {
      color: #000;
    }
    .vj-container .s2 .swiper-slide-prev,
    .vj-container .s2 .swiper-slide-next {
      cursor: pointer;
    }
    .vj-container .s2 .swiper-button-center {
      width: 15.625vw;
      margin: 0 auto;
      height: 3.33vw;
      background-color: #F7F8FA;
      border-radius: 1.66vw;
      position: relative;
      margin-top: 2.08333vw;
    }
    .vj-container .s2 .swiper-button-center .swiper-pagination {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 9;
      display: inline-flex;
      justify-content: center;
      align-items: center;
    }
    .vj-container .s2 .swiper-button-center .swiper-pagination-bullet {
      width: 0.52vw;
      height: 0.52vw;
      margin: auto 0.26vw;
      transition: all 1s;
      background: #000000;
      opacity: 0.2;
    }
    .vj-container .s2 .swiper-button-center .swiper-pagination-bullet-active {
      background-color: #000000;
      opacity: 0.8;
      transition: all 1s;
    }
    .vj-container .s2 .swiper-button-center .swiper-button-prev {
      left: 1.8vw;
      width: 0.736458vw;
    }
    .vj-container .s2 .swiper-button-center .swiper-button-next {
      right: 1.8vw;
      width: 0.736458vw;
    }
 
    .vj-container .s16 .s16-item .s16-item-main p {
      font-size: 0.729167vw;
    }
    .vj-container .section-footnote .section-content {
      font-size: 0.625vw;
    }
    .vj-container .s13 .s13-section-right .s13-section-right-title .s13-section-right-title-item p ,
    .vj-container .section-id .s2-sticky .s2-mid-title .s2-click-btn a{
      font-size: .9375vw;
    }
    .vj-container .video-btn-container {
      font-size: 0.9375vw;
    }
    .vj-container .s2 .swiper-wrapper .swiper-slide-5 .text-left h3,
    .vj-container .s2 .swiper-wrapper .swiper-slide-5 .text-right h3 {
      font-size: 0.833333vw;
    }
    .vj-container .s2 .swiper-wrapper .swiper-slide-5 p.tips{
      font-size: .833333vw;
    }
    .vj-container .s4 .s4-change-box,
    .vj-container .s5 .s5-change-box {
      font-size: 0.9375vw;
    }
    .vj-container .s3 .s3-main-change .btn{
      font-size: 0.9375vw;
    }
    .vj-container .s8 .swiper-button-center{
      top: 90%;
    }
    .vj-container .s9 .swiper-button-center{
      margin-top: 3.3333vw;
      margin-right: 8.45vw;
    }
    .vj-container .s15 .swiper-button-center{
      bottom:-5.6875vw;
    }
    .vj-container .s12-1 .s12-1-container .s12-1-container-left .tips, .vj-container .s12-1 .s12-1-container .s12-1-container-right .tips{
      font-size: 3.333333vw;
    }
    .vj-container .s12-1 .s12-1-container .s12-1-container-left p, .vj-container .s12-1 .s12-1-container .s12-1-container-right p{
      font-size: 4.444444vw;
    }
  }
  @media screen and (min-width: 1023px) and (max-width: 1281px) and (orientation: landscape) {
    .vj-container .s16 .s16-item .s16-item-main p {
      font-size: 0.729167vw;
    }
    .vj-container .section-footnote .section-content {
      font-size: 0.625vw;
    }
    .vj-container .s13 .s13-section-right .s13-section-right-title .s13-section-right-title-item p,
    .vj-container .section-id .s2-sticky .s2-mid-title .s2-click-btn a {
      font-size: .9375vw;
    }
    .vj-container .section-footnote .section-content{
      font-size: max(12px,0.625vw);
    }
    .vj-container .video-btn-container,
    .vj-container .s4 .s4-change-box,
    .vj-container .s5 .s5-change-box {
      font-size: 0.9375vw;
    }
    .vj-container .s2 .swiper-wrapper .swiper-slide-5 .text-left h3,
    .vj-container .s2 .swiper-wrapper .swiper-slide-5 .text-right h3 {
      font-size: 0.833333vw;
    }
    .vj-container .s2 .swiper-wrapper .swiper-slide-5 p.tips {
      font-size: 0.9375vw;
    }
    .vj-container .s8 .swiper-button-center{
      top: 90%;
    }
    .vj-container .s9 .swiper-button-center{
      margin-top: 3.3333vw;
      margin-right: 8.45vw;
    }
    .vj-container .s15 .swiper-button-center{
      bottom:-5.6875vw;
    }
    .vj-container .s12-1 .s12-1-container .s12-1-container-left .tips, .vj-container .s12-1 .s12-1-container .s12-1-container-right .tips{
      font-size: 3.333333vw;
    }
    .vj-container .s12-1 .s12-1-container .s12-1-container-left p, .vj-container .s12-1 .s12-1-container .s12-1-container-right p{
      font-size: 4.444444vw;
    }
  }
  
  .vj-container .s15 .s15-container .s15-container-right .s15-container-btn {
    opacity: 1;
  }
  .vj-container .s15 .s15-container .s15-container-right .s15-container-btn-img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 2;
    pointer-events: none;
  }
  .vj-container .s15 .s15-container .s15-container-right .s15-container-btn-img.active {
    opacity: 1;
    pointer-events: all;
  }
  
  
  
.vj-container .slideup-popup-container {
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  justify-content: flex-end;
  pointer-events: none;
}

.vj-container .slideup-popup-container .content-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity .4s;
  opacity: 0;
}

.vj-container .slideup-popup-1 {
  flex-direction: row;
  align-items: center;
}

.vj-container .slideup-popup-1 .popup-image-wrap {
  width: 24.791666vw;
}

.vj-container .slideup-popup-container .popup-content {
  position: relative;
  width: 67.5vw;
  margin: 1% auto;
  background-color: #FFFFFF;
  transition: transform .4s;
  transform: translateY(100vh);
  border-radius: 0.833333vw;
  overflow-y: scroll;
  scrollbar-width: none;
}

.vj-container .slideup-popup-1 .popup-content-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 2.8125vw 3.0208333vw;
}

.vj-container .slideup-popup-2 .popup-media-wrap {
  width: 100%;
  position: relative;
}

.slideup-popup-1-active .vj-container .slideup-popup-1,
.slideup-popup-2-active .vj-container .slideup-popup-2 {
  pointer-events: all;
}

.slideup-popup-1-active .vj-container .slideup-popup-1,
.slideup-popup-2-active .vj-container .slideup-popup-2 {
  visibility: visible;
}

.slideup-popup-1-active .vj-container .slideup-popup-1 .content-overlay,
.slideup-popup-2-active .vj-container .slideup-popup-2 .content-overlay {
  opacity: 1;
}

.slideup-popup-1-active .vj-container .slideup-popup-1 .popup-content,
.slideup-popup-2-active .vj-container .slideup-popup-2 .popup-content {
  transform: translateY(0%);
}

.vj-container .popup-content .popup-headline-wrap {
  /* width: 40.958333vw; */
  width: 32.958333vw;
  margin: 4.84375vw auto 0 5.625vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vj-container .popup-content .popup-headline {
  width: 32.614583vw;
  font-size: 2.5vw;
  line-height: 1.25;
  font-weight: bold;
  text-align: left;
}

.vj-container .popup-content .popup-headline-image {
  width: 4.58333vw;
  margin-left: 2.760416vw;
  vertical-align: middle;
}

.vj-container .slideup-popup-1 .popup-content .popup-text-wrap {
  width: 26vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.vj-container .slideup-popup-2 .popup-content .popup-text-wrap {
  width: 56.25vw;
  margin: 1.5625vw auto 3.645833vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.vj-container .popup-content .popup-text {
  width: 48%;
  font-size: 1.041666vw;
  line-height: 1.6;
  color: #86868B;
}

.vj-container .popup-content .popup-text-des {
  width: auto;
  font-size: 0.625vw;
  margin-top: 0.9375vw;
  margin-left: 25.233333vw;
  margin-right: auto;
  flex-shrink: 0;
  /* margin-bottom: 2.604166vw; */
}

.vj-container .slideup-popup-1 .popup-content .popup-text {
  width: 23vw;
  margin-left: 1.276041vw;
  line-height: 1.6;
}

.vj-container .popup-content .icon-close {
  position: absolute;
  z-index: 99;
  top: .833333vw;
  right: .833333vw;
  width: 2.1875vw;
  cursor: pointer;
}
.vj-container .slideup-popup-2 .popup-content .popup-text-des {
  margin-left: 32vw;
  display: flex;
  justify-content: flex-end;
  margin-right: 2.604166vw;
  margin-top: 1.5625vw;
  white-space: nowrap;
}
@media screen and (max-aspect-ratio: 11/10) {
  .vj-container .slideup-popup-container {
      flex-direction: column;
  }
  .vj-container .slideup-popup-2 .popup-content .popup-text-des {
    margin-top: 13.888888vw;
    padding-bottom: 13.333333vw;
    width: 86.111111vw;
    margin-left: auto;
    margin-right: auto;
    white-space: normal;
}
  .vj-container .slideup-popup-container .popup-content {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      margin-top: 13.888888vw;
      margin-bottom: 13.888888vw;
      border-radius: 4.444444vw;
  }

  .vj-container .popup-content .icon-close {
      width: 10vw;
      top: 5.555555vw;
      right: 5.555555vw;
  }

  .vj-container .popup-content .popup-headline-wrap {
      width: 86.111111vw;
      font-weight: 500;
      margin: 11.111111vw auto 0;
      flex-wrap: wrap;
      order: 1;
  }

  .vj-container .popup-content .popup-headline {
      width: 100%;
      font-size: 6.666666vw;
  }

  .vj-container .popup-content .popup-headline-image {
      width: 24.344444vw;
      margin-left: 0;
      margin-top: 11.11111vw;
  }

  .vj-container .slideup-popup-container .popup-img-wrap,
  .vj-container .slideup-popup-container .popup-media-wrap {
      order: 2;
      margin: 11.111111vw 0 13.888888vw;
      position: relative;
  }

  .vj-container .popup-content .popup-text-wrap {
      order: 3;
      width: 86.111111vw;
  }

  .vj-container .popup-content .popup-text {
      width: 100%;
      font-size: 4.444444vw;
      line-height: 1.6;
  }

  .vj-container .popup-content .popup-text-des {
      order: 4;
      width: 86.111111vw;
      font-size: 3.333333vw;
      font-weight: 500;
      margin-left: 6.944444vw;
  }

  .vj-container .slideup-popup-1 .popup-content-wrap {
      padding: 22.222222vw 6.9444444vw 13.333333vw;
  }

  .vj-container .slideup-popup-1 .popup-image-wrap {
      width: 100%;
      margin: 20.138888vw 0 11.111111vw;
      margin-top: 13.888889vw;
      order: 2;
  }

  .vj-container .slideup-popup-1 .popup-content .popup-text-wrap {
      width: 100%;
      order: 1;
  }

  .vj-container .slideup-popup-1 .popup-content .popup-text {
      width: 100%;
  }

  .vj-container .slideup-popup-1 .popup-content .popup-text-des {
      font-size: 3.33vw;
      line-height: 1.25;
      font-weight: 500;
  }

  .vj-container .slideup-popup-2 .popup-content .popup-text-des {
      padding-bottom: 13.333333vw;
  }

  .vj-container .slideup-popup-2 .popup-content .popup-text-wrap {
      width: 86.111111vw;
  }
}
  html.html-model-active {
    margin-right: var(--scrollbar-width);
  }
  
  html.html-model-active body {
    overflow: hidden !important;
  }
  
  html.html-model-active #second-navigation-v4 .product-tabs__heading {
    margin-right: var(--scrollbar-width);
  }
  @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .vj-container .backdrop-filter {
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-backdrop-filter: saturate(180%) blur(30px);
        backdrop-filter: saturate(180%) blur(30px);
    }
  }
  .vj-container .slideup-popup-scroll-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .vj-container img,
  .vj-container video {
    width: 100%;
  }
  .vj-container video {
    display: block;
  }
  .vj-container .wx-img {
    display: none;
  }
  .vj-container .visuallyhidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(0 0 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
  }
 
  .vj-container .smaller-text {
    font-size: 1.04vw;
    line-height: 1.6;
  }
  .vj-container .disclaimer {
    font-size: 0.83vw;
  }
  .vj-container .canvas-fallback {
    display: none;
  }
  .vj-container .inline-video-fallback {
    display: none;
  }
  .vj-container .space-400vh {
    height: 400vh;
  }
  .vj-container .space-300vh {
    height: 300vh;
  }
  .vj-container .space-200vh {
    height: 200vh;
  }
  .vj-container .space-100vh {
    height: 100vh;
  }
  .vj-container .space-50vh {
    height: 50vh;
  }
  .vj-container .nowrap {
    white-space: nowrap;
  }
  .vj-container .sticky-viewport {
    position: sticky;
    height: 100vh;
    top: 0;
  }
  .vj-container .sticky-container {
    position: sticky;
    top: 0;
  }
  .vj-container canvas {
    width: 100%;
    height: 100%;
  }
  .vj-container .video-pop-play {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.04vw;
    white-space: nowrap;
  }
  .vj-container .video-fallback {
    display: none;
  }
  .vj-container .popup-btn {
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1.33;
    padding: 0.9375vw 1.354166vw;
    height: auto;
    margin: 4.166666vw auto 0;
    border-radius: 1.614583vw;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .vj-container .popup-btn span {
    font-size: 0.9375vw;
    line-height: 1.33;
    display: block;
  }
  .vj-container .popup-btn-highlight {
    border: solid 1.5px #FFFFFF;
    padding: 0.338541vw 1.588541vw 0.338541vw 1.223958vw;
    margin: 1.411458vw auto 0 0;
  }
  .vj-container .popup-btn-highlight2 {
    border: solid 2px #000000;
    padding: 0.78125vw 2.552083vw 0.885416vw 1.5625vw;
    margin: 2.0833333vw auto 0 0;
  }
  .vj-container .popup-btn-highlight span {
    color: #fff;
  }
  .vj-container .popup-btn-highlight2 span {
    color: #000;
  }
  .vj-container .more-item-popup-image {
    width: 0.729166vw;
    margin-right: 0.729166vw;
  }
  
  .vj-container .s12 {
    overflow: visible;
  }
  .vj-container .s12-text-box h2{
    font-size: 5.208333vw;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
  }
  .vj-container .s12-text-box h3{
    font-size: 3.333333vw;
    font-weight: 600;
    line-height: 1.25;
    margin-top: 5.208333vw;
    text-align: center;
  }
  .vj-container .s12 .sticky-viewport {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .vj-container .s12-canvas-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s;
    z-index: 2;
  }
  .vj-container .s12-background {
    width: 37.36458vw;
    height: 37.36458vw;
    margin: 0 auto;
    position: absolute;
    left: auto;
    top: auto;
    z-index: 2;
  }
  .vj-container .s12-center-circle {
    width: 29.73958333vw;
    height: 29.73958333vw;
    position: absolute;
    top: auto;
    left: auto;
    opacity: 0;
    z-index: 1;
  }
  .vj-container .s12-center-circle-top {
    z-index: 3;
  }
  .vj-container .s12-center-circle-top .s12-name{
    position: absolute;
    left: 50%;
    top: calc(100% + 2.96875vw);
    transform: translateX(-50%) scale(1.42857142);
    transform-origin: top;
    font-weight:500;
    color:#000000;
    font-size:1.25vw;
    line-height:1.25;
    opacity: 0;
  }
  .vj-container .s12-center-circle.active {
    opacity: 1;
  }
  .vj-container .s12-panda-video {
    width: 16.66666667vw;
    position: absolute;
    top: auto;
    left: auto;
  }
  .vj-container .s12-panda-video .s12-name{
    position: absolute;
    left: 50%;
    top: calc(100% + 2.08333333vw);
    transform: translateX(-50%);
    font-weight:500;
    color:#000000;
    font-size:1.25vw;
    line-height:1.25;
    opacity: 0;
  }
  .vj-container .s12-left-video,
  .vj-container .s12-right-video {
    opacity: 0;
  }
  .vj-container .s12-close-container {
    position: absolute;
    top: 50%;
    left: 59.375vw;
    width: 25vw;
    transform: translate(0, -50%);
    z-index: 5;
  }
  .vj-container .s12-close-text {
    position: absolute;
    width: 100%;
    height: max-content;
  }
  .vj-container .s12-stage {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, 50%);
    transition: all 0.1s;
    opacity: 0;
  }
  .vj-container .s12-stage p {
    font-size: 1.25vw;
    color: #797C80;
  }
  .vj-container .s12-stage-2,
  .vj-container .s12-stage-3 {
    z-index: 1;
  }
  .vj-container .s12-stage-1 {
    z-index: 3;
    pointer-events: all;
    width: 30.20833333vw;
    margin-left: -2.44791667vw;
    margin-top: 2.60416667vw;
  }
  .vj-container .s12-center-watch {
    transition: all 0.1s;
    z-index: 1;
  }
  .vj-container .s12-center-watch {
    width: 19.739583vw;
    position: absolute;
    left: 35.3vw;
    top: auto;
    opacity: 0;
    transform: translate(0, 0) scale(1);
}

.vj-container .s12-left-img-wrap {
    position: absolute;
    width: 17.33125vw;
    top: auto;
    left: 15.625vw;
    opacity: 0;
    transform: translateX(-10%);
}

.vj-container .s12-center-watch-2 {
    width: 19.739583vw;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}

.vj-container .s12-left-img-phone-1,
.vj-container .s12-left-img-phone-2 {
    width: 100%;
}

.vj-container .s12-left-img-phone-2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
}
  .vj-container .more-item .more-item-btn,
  .vj-container .item-btn {
    width: 1.875vw;
    height: 1.875vw;
    position: absolute;
    bottom: 1.041666vw;
    right: 1.041666vw;
    cursor: pointer;
    z-index: 4;
  }
  .more-item .more-item-btn .item-img,
   .item-btn .item-img {
      opacity: 0;
      transition: opacity .2s;
      will-change: opacity;
      pointer-events: none;
  }
  
   .more-item .more-item-btn .item-img-2,
   .more-item .more-item-btn .item-img-3,
   .item-btn .item-img-2,
   .item-btn .item-img-3 {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
  }
  
   .more-item .more-item-btn .item-img.active,
   .item-btn .item-img.active {
      opacity: 1;
      pointer-events: all;
  }
  
    .slideup-popup-1-active  .slideup-popup-1 .popup-content,
    .slideup-popup-2-active  .slideup-popup-2 .popup-content {
      transform: translateY(0%);
    }
  @media screen and (max-aspect-ratio: 11/10) {
    .vj-container .slideup-popup-container{
      justify-content: flex-start;
  }
  .vj-container .slideup-popup-scroll-container{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow-y: scroll;
      justify-content: flex-start;
  }
  .vj-container .slideup-popup-container .popup-content{
      overflow: initial;
  }
  .vj-container .popup-content .icon-close{
      position: sticky;
      margin-top: 5.55vw;
      margin-left: 84.5%;
  }
  .vj-container .slideup-popup-container .popup-content{
      border-radius: 7.777vw;
      margin: 5.55vw 2.77vw;
      width: auto;
  }
  .vj-container .slideup-popup-1 .popup-content-wrap{
      padding-top: 7.333333vw;
  }
    .vj-container .s12-text-box h2{
      font-size: 13.888889vw;
      font-weight: 600;
      line-height: 1.25;
    }
    .vj-container .s12-text-box h3{
      font-size: 8.888889vw;
      font-weight: 600;
      line-height: 1.25;
      margin-top:13.888889vw;
    }
    .vj-container .s12 .sticky-viewport {
      width: 100%;
      display: block;
    }
    .vj-container .s12-canvas-wrap {
      width: 100%;
      height: auto;
      align-items: center;
      margin-top: 10vw;
    }
    .vj-container .s12-background {
      width: 100%;
      height: 100vw;
      position: relative;
      top: 0;
    }
    .vj-container .s12-center-circle {
      width: 63.655555vw;
      height: 63.655555vw;
      top: auto;
    }
    .vj-container .s12-close-container {
      width: 86.111111vw;
      position: static;
      margin: 3.33vw auto 0;
      transform: translate(0, 0);
    }
    .vj-container .s12-close-text {
      top: 0;
      position: relative;
    }
    .vj-container .s12-stage-1 {
      position: relative;
      width: 100%;
      margin-left: 0;
      margin-top: 0;
    }
    .vj-container .s12-stage {
      width: 100%;
      opacity: 0;
      top: 0;
      transform: none;
    }
    .vj-container .s12-stage p {
      font-size: 4.444444vw;
    }
    .vj-container .s12-stage {
      transform: translateY(30%);
    }
    .vj-container .s12-panda-video {
      width: 37.576388vw;
      top: auto;
    }
    .vj-container .s12-left-video {
      left: 5.486111vw;
      transform: translateX(10vw);
    }
    .vj-container .s12-right-video {
      left: auto;
      right: 5.486111vw;
      transform: translateX(-10vw);
    }
    .vj-container .s12-center-watch {
      width: 35.058333vw;
      left: 56.52777vw;
      top: 26vw;
      transform-origin: center;
    }
    .vj-container .s12-left-img-wrap {
      width: 43.294444vw;
      height: 93.26944vw;
      left: 48.236111vw;
      top: 13vw;
      transform: translateX(90%);
      opacity: 0;
    }
    .vj-container .s12-left-img-phone {
      width: 100%;
    }
    .vj-container .s12-center-watch-2 {
      width: 100%;
      position: absolute;
      right: 0;
      top: 0;
    }
    .vj-container .popup-btn-highlight2 {
      margin: 8.333333vw auto 0 0;
      padding: 3.333333vw 5.55555vw;
      border-radius: 5.833333vw;
    }
    .vj-container .more-item-popup-image {
      width: 3.202777vw;
      margin-right: 2.083333vw;
    }
    .vj-container .common-swiper-btn-container {
      display: flex;
    }
    .vj-container .common-swiper-btn-container .common-control-swiper-btn:first-child {
      margin-right: 3.722vw;
    }
    .vj-container .popup-btn span {
      font-size: 3.611111vw;
    }
    .vj-container .more-item .wx-img {
      height: 100%;
    }
    .vj-container .more-item .more-item-btn,
    .vj-container .item-btn {
      width: 10.833333vw;
      height: 10.833333vw;
      right: 5.555555vw;
      bottom: 5.555555vw;
    }
  }
  @media screen and (min-width: 820px) and (max-width: 1024px) and (max-aspect-ratio: 11/10) {
    .vj-container .s12-canvas-wrap {
      margin-top: 0;
      width: 70%;
      margin: 0 auto;
    }
    .vj-container .s12-background {
      height: 70vw;
    }
    .vj-container .s12-center-circle {
      width: 50vw;
      height: 50vw;
    }
    .vj-container .s12-center-watch {
      width: 25.058333vw;
      left: 67.52777vw;
      top: 11vw;
    }
    .vj-container .s12-panda-video {
      width: 30vw;
    }
    .vj-container .s12-left-video {
      left: 8.486111vw;
    }
    .vj-container .s12-right-video {
      right: 8.486111vw;
    }
    .vj-container .s12-left-img-wrap {
      top: 3vw;
      width: 29.294444vw;
      height: auto;
      left: 48.236111vw;
    }
    .vj-container .s12-close-container {
      margin-top: 0;
    }
    .vj-container .aesthetics-design-stage,
    .vj-container .aesthetics-s5-stage,
    .vj-container .aesthetics-s5-container-2 .aesthetics-s5-stage-3,
    .vj-container .aesthetics-s5-container-2 .aesthetics-s5-stage-2 {
      top: 3.666666vw;
      font-size: 3.6vw;
    }
    .vj-container .s12-stage p {
      font-size: 3.444444vw;
      color: #797C80;
    }
    .vj-container .aesthetics-design-container .aesthetics-design-img-wrap,
    .vj-container .aesthetics-s5-container .aesthetics-s5-img-wrap {
      width: 100%;
      overflow: hidden;
    }
  }
  @media screen and (max-width: 769px) and (max-aspect-ratio: 11/10) {
    .vj-container .aesthetics-design-container .aesthetics-design-img img,
    .vj-container .aesthetics-s5-container .aesthetics-s5-img img {
      width: 100%;
      margin-left: 0%;
      object-fit: cover;
    }
    .vj-container .s12-close-container {
      margin-top: 5.33vw;
    }
  }
  @media screen and (min-width: 640px) and (max-width: 798px) {
    .vj-container .aesthetics-design-stage,
    .vj-container .aesthetics-s5-stage,
    .vj-container .aesthetics-design-stage-2,
    .vj-container .aesthetics-s5-stage-2,
    .vj-container .aesthetics-s5-container-2 .aesthetics-s5-stage-2,
    .vj-container .aesthetics-s5-container-2 .aesthetics-s5-stage-3 {
      top: 6.777777vw;
      font-size: 3vw;
    }
    .vj-container .s12-canvas-wrap {
      margin-top: 0;
      width: 70%;
      margin: 0 auto;
    }
    .vj-container .s12-background {
      height: 70vw;
    }
    .vj-container .s12-center-circle {
      width: 50vw;
      height: 50vw;
    }
    .vj-container .s12-center-watch {
      width: 25.058333vw;
      left: 67.52777vw;
      top: 11vw;
    }
    .vj-container .s12-panda-video {
      width: 30vw;
    }
    .vj-container .s12-left-video {
      left: 8.486111vw;
    }
    .vj-container .s12-right-video {
      right: 8.486111vw;
    }
    .vj-container .s12-left-img-wrap {
      top: 3vw;
      width: 29.294444vw;
      height: auto;
      left: 48.236111vw;
    }
    .vj-container .s12-close-container {
      margin-top: 0;
    }
    .vj-container .s12-stage p {
      font-size: 3vw;
    }
    .vj-container .s12-stage-1 {
      margin-top: -12vw;
    }
    .vj-container .s12-stage-2,
    .vj-container .s12-stage-3 {
      margin-top: 12vw;
    }
    .vj-container .popup-btn-highlight2 {
      margin-top: 2.5vw;
    }
    .vj-container .aesthetics-design-container .aesthetics-design-img img,
    .vj-container .aesthetics-s5-container .aesthetics-s5-img img {
      width: 60%;
      margin-left: 20%;
      object-fit: contain;
    }
    .vj-container .aesthetics-design-container .aesthetics-design-img-wrap,
    .vj-container .aesthetics-s5-container .aesthetics-s5-img-wrap {
      width: 100%;
      overflow: hidden;
    }
    .vj-container .s16 .s16-item .s16-item-main .icon {
      font-size: 12.2222222vw;
    }
    .vj-container .popup-btn span {
      font-size: 3vw;
    }
  }
  @media screen and (max-width: 769px) and (max-aspect-ratio: 11/10) {
    .vj-container .aesthetics-design-container .aesthetics-design-img img,
    .vj-container .aesthetics-s5-container .aesthetics-s5-img img {
      width: 100%;
      margin-left: 0%;
      object-fit: cover;
    }
  }
  @media screen and (min-width: 670px) and (max-width: 767px) and (min-aspect-ratio: 1/1) {
    .vj-container .aesthetics-design-container .aesthetics-design-img img,
    .vj-container .aesthetics-s5-container .aesthetics-s5-img img {
      width: 60%;
      margin-left: 20%;
      object-fit: contain;
    }
    .vj-container .s12-stage p {
      font-size: 2.5vw;
    }
    .vj-container .aesthetics-design-container .aesthetics-design-img-3 img,
    .vj-container .aesthetics-s5-container .aesthetics-s5-img-3 img {
      width: 100%;
      margin-left: 0%;
      object-fit: cover;
    }
    .vj-container .s12-close-container {
      margin-top: 3.33vw;
    }
    .vj-container .aesthetics-design-container .aesthetics-design-img-wrap,
    .vj-container .aesthetics-s5-container .aesthetics-s5-img-wrap {
      width: 100%;
      overflow: hidden;
    }
    .vj-container .s16 .s16-item .s16-item-main .icon {
      font-size: 12.2222222vw;
    }
    .vj-container .popup-btn span {
      font-size: 2.5vw;
    }
    .vj-container .switch-color-btn {
      font-size: 3.333333vw;
    }
  }
  @media screen and (max-width: 375px) and (max-aspect-ratio: 11/10) {
    .vj-container .s12-canvas-wrap {
      margin-top: 0;
    }
    .vj-container .s12-center-watch {
      top: 16vw;
      left: 58.52777vw;
    }
    .vj-container .s12-center-circle {
      width: 59.655555vw;
      height: 59.655555vw;
    }
    .vj-container .s12-left-img-wrap {
      top: 8vw;
    }
    .vj-container .s12-left-video {
      left: 2.486111vw;
    }
    .vj-container .s12-right-video {
      right: 2.486111vw;
    }
    .vj-container .switch-card-item-2 .switch-card-bg {
      margin-top: 15vw;
    }
    .vj-container .switch-card-item-1 .switch-card-bg {
      margin-top: 10vw;
    }
    .vj-container .s12-stage p {
      font-size: 4vw;
    }
    .vj-container .switch-color-btn {
      font-size: 3.333333vw;
    }
  }
  @media screen and (min-width: 360px) and (max-width: 400px) {
    .vj-container .s12-close-container {
      margin-top: 4vh;
    }
    .vj-container .popup-btn-highlight2 {
      margin-top: 3vw;
    }
    .vj-container .s12-stage p {
      font-size: 4vw;
    }
  }
  @media (max-aspect-ratio: 16 / 25) {
    .s12-content{
        margin-top: calc(78vw - 50vh);
    }
    .vj-container .s12-canvas-wrap {
        margin-top: calc(50vh - 78vw);
    }
    .vj-container .s12-center-watch{
        margin-top: calc(50vh - 78vw);
    }
    .vj-container .s12-left-img-wrap{
        margin-top: calc(50vh - 78vw);
    }
    .vj-container .s13{
        margin-top: calc(78vw - 50vh);
    }
  }
  .vj-container .s12-1 h3{
    font-size: 3.333333vw;
    font-weight: 600;
    text-align: center;
  }
  .vj-container .s12-1 .s12-1-container{
    display: flex;
    margin: 0 auto;
    margin-top: 4.166667vw;
    width: 81.25vw;
  }
  .vj-container .s12-1 .s12-1-container .swiper-wrapper{
    height: auto;
width: 100%;
align-items: stretch;
}
  .vj-container .s12-1 .s12-1-container .s12-1-container-left{
    background-color: #f5f5fe;
    width: 39.84375vw;
  }
  .vj-container .s12-1 .s12-1-container .s12-1-container-right{
    background-color: #f5f5f7;
    width: 39.84375vw;
    margin-left: 1.5625vw;
  }
  .vj-container .s12-1 .s12-1-container .s12-1-container-left h3,
  .vj-container .s12-1 .s12-1-container .s12-1-container-right h3{
    font-size: 1.666667vw;
    font-weight: 600;
    margin-top: 3.125vw;
    width: fit-content;
    margin-left: 4.166667vw;
  }
  .vj-container .s12-1 .s12-1-container .s12-1-container-left p,
  .vj-container .s12-1 .s12-1-container .s12-1-container-right p{
    width: 32.458333vw;
    margin-left: 4.166667vw;
    font-size:max(1.041667vw,12px) ;
    font-weight: 500;
    color: #797C80;
    margin-top: 1.041667vw;
  }
  .vj-container .s12-1 .s12-1-container .s12-1-container-left .imgbox,
  .vj-container .s12-1 .s12-1-container .s12-1-container-right .imgbox{
    width: 25.3125vw;
    margin: 0 auto;
    margin-top: 3.125vw;
    margin-bottom: 3.125vw;
  }
  .vj-container .s12-1 .s12-1-container .s12-1-container-left .tips,
  .vj-container .s12-1 .s12-1-container .s12-1-container-right .tips{
    font-size: max(12px,.625vw);
    margin: 0;
    font-weight: 500;
    margin-left: 4.166667vw;
    color: #86868B;
  }
  .vj-container .s12-1 .s12-1-container .s12-1-container-left .tips:last-child,
  .vj-container .s12-1 .s12-1-container .s12-1-container-right .tips:last-child{
    margin-bottom: 4.6875vw;
  }
  @media screen and (max-aspect-ratio: 11/10){
    .vj-container .s12-1 h3{
      font-size: 8.888889vw;
    }
    .vj-container .s12-1 .s12-1-container{
      margin-top: 13.888889vw;
      width: 100%;
    }
    .vj-container .s12-1 .s12-1-container .s12-1-container-left{
      height:auto;
    }
    .vj-container .s12-1 .s12-1-container .s12-1-container-right{
      height: auto;
      
    }
    .vj-container .s12-1 .s12-1-container .swiper-wrapper{
      width: 100%;
    }
    .vj-container .s12-1 .s12-1-container .swiper-slide{
      margin: 0 5.555556vw;
      width: 88.888889vw !important;
    }
    .vj-container .s12-1 .s12-1-container .s12-1-container-left h3,
.vj-container .s12-1 .s12-1-container .s12-1-container-right h3{
  font-size: 6.666667vw;
  margin-top: 11.111111vw;
  margin-left: 5.555556vw;
}
.vj-container .s12-1 .s12-1-container .s12-1-container-right h3{
  text-align: left;
}
.vj-container .s12-1 .s12-1-container .s12-1-container-left p,
.vj-container .s12-1 .s12-1-container .s12-1-container-right p{
  width: 77.777778vw;
  margin-left: 5.555556vw;
  margin-top: 6.944444vw;
  font-size: 4.444444vw;
}
.vj-container .s12-1 .s12-1-container .s12-1-container-left .imgbox,
.vj-container .s12-1 .s12-1-container .s12-1-container-right .imgbox{
  width: 75vw;
  margin: 0 auto;
  margin-top: 11.111111vw;
  margin-bottom: 11.111111vw;
}
.vj-container .s12-1 .s12-1-container .s12-1-container-left .tips,
.vj-container .s12-1 .s12-1-container .s12-1-container-right .tips{
  font-size: 3.333333vw;
  margin: 0;
  font-weight: 500;
  margin-left: 5.555556vw;
}
.vj-container .s12-1 .s12-1-container .s12-1-container-left .tips.mob-show,
.vj-container .s12-1 .s12-1-container .s12-1-container-right .tips.mob-show{
  display: block !important;
}
.vj-container .s12-1 .s12-1-container .s12-1-container-left .tips:last-child,
.vj-container .s12-1 .s12-1-container .s12-1-container-right .tips:last-child{
  margin-bottom: 22.222222vw;
}
.vj-container .s12-1  .swiper-button-center {
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
  margin-top: 8.333333vw;
}
.vj-container .s12-1 .swiper-button-center{
  height: 13.888889vw;
  position: relative;
}
.vj-container .s12-1 .swiper-button-center .swiper-button-next,
.vj-container .s12-1 .swiper-button-center .swiper-button-prev {
  position: initial;
  width: 13.888889vw;
  height: 13.888889vw;
  border-radius: 50%;
  background-color: #E2E2E5;
}
.vj-container .s12-1 .swiper-button-center .swiper-button-next.swiper-button-disabled,
.vj-container .s12-1 .swiper-button-center .swiper-button-prev.swiper-button-disabled {
  opacity: 0.3;
}
.vj-container .s12-1 .swiper-button-center img {
  width: 13.888889vw;
}
.vj-container .s12-1 .swiper-button-center .swiper-button-next::after,
.vj-container .s12-1 .swiper-button-center .swiper-button-prev::after {
  content: "";
}
.vj-container .s12-1 .swiper-button-center .swiper-button-next {
  margin-left: 5.555556vw;
  margin-right: 5.555556vw;
}
  }
  @media screen and (min-width: 1023px) and (max-width: 1281px) and (orientation: landscape){
    .vj-container .s12-1 .s12-1-container .s12-1-container-left .tips, .vj-container .s12-1 .s12-1-container .s12-1-container-right .tips{
      font-size: .625vw;
    }
    .vj-container .s12-1 .s12-1-container .s12-1-container-left p, .vj-container .s12-1 .s12-1-container .s12-1-container-right p{
      font-size: 1.041667vw;
    }
    .vj-container .s16-1 .s16-1-item p.tips{
      font-size: .625vw;
    }
  }
  @media screen and (max-width: 800px) and (min-aspect-ratio: 11 / 10){
    .vj-container .s12-1 .s12-1-container .s12-1-container-left .tips, .vj-container .s12-1 .s12-1-container .s12-1-container-right .tips{
      font-size: .625vw;
    }
    .vj-container .s12-1 .s12-1-container .s12-1-container-left p, .vj-container .s12-1 .s12-1-container .s12-1-container-right p{
      font-size: 1.041667vw;
    }
    .vj-container .s16-1 .s16-1-item p.tips{
      font-size: .625vw;
    }
  }
  @media screen and (min-width: 820px) and (max-width: 1024px) and (min-aspect-ratio: 11/10){
    .vj-container .s12-1 .s12-1-container .s12-1-container-left .tips, .vj-container .s12-1 .s12-1-container .s12-1-container-right .tips{
      font-size: .625vw;
    }
    .vj-container .s12-1 .s12-1-container .s12-1-container-left p, .vj-container .s12-1 .s12-1-container .s12-1-container-right p{
      font-size: 1.041667vw;
    }
    .vj-container .s16-1 .s16-1-item p.tips{
      font-size: .625vw;
    }
  }
  @media (max-aspect-ratio: 11 / 10) {
    .vj-container .section-status .h3 {
        margin-top: 27.777777vw;
    }

    .vj-container .s12 .sticky-viewport {
        /* position: relative; */
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }

    .vj-container .s12-center-circle {
        opacity: 1;
        width: 51.65555vw;
        height: 51.65555vw;
        display: none;
    }

    .vj-container .s12-background {
        transform: scale(0.56);
        order: 1;
    }

    .vj-container .s12-center-watch {
        display: none;
    }

    .vj-container .s12-close-container {
        order: 2;
    }

    .vj-container .s12-left-img-wrap {
        display: none;
    }

    .vj-container .s12-left-video,
    .vj-container .s12-right-video {
        transform: translateX(0);
        opacity: 1;
        display: none;
    }

    .vj-container .s12 .space-300vh,
    .vj-container .s12 .space-50vh {
        height: 0;
    }

    .vj-container .s12-canvas-wrap {
        margin-top: 13.888889vw;
        margin-bottom: 13.888888vw;
        opacity: 0;
        transition-duration: .3s;
        width: 100%;
    }

    .vj-container .s12-stage {
        transform: translate(0);
        position: relative;
        opacity: 1;
        top: auto;
        pointer-events: all;
        opacity: 0;
        transition-duration: .3s;
        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    .vj-container .s12-close-container {
        margin-top: 0;
    }

    .vj-container .popup-btn-highlight2 {
        margin-top: 11.111111vw;
    }

    .vj-container .s12-stage.animated,
    .vj-container .s12-canvas-wrap.animated {
        opacity: 1;
    }

    .vj-container .s12-stage-1 {
        margin-top: 0;
    }

    .vj-container .s12-stage-2,
    .vj-container .s12-stage-3 {
        margin-top: 13.888888vw;
    }

    .vj-container .s12-stage p {
        font-size: 4.444444vw;
    }

    .vj-container .s12-img-wrap-top {
        width: 88.888888888vw;
        height: auto;
        margin: 0 auto;
        z-index: 3;
        position: relative;
    }

    .vj-container .s12-img-wrap-top .s12-name{
      font-weight:500;
      color:#000000;
      font-size:3.3333333333vw;
      line-height:1.6;
      text-align: center;
    }

    .vj-container .s12-img-wrap-top .s12-name1{
      position: absolute;
      width: 30.555555555vw;
      left: 0;
      top: 40.2777777vw;
    }

    .vj-container .s12-img-wrap-top .s12-name2{
      margin-top: 4.1666666vw;
    }

    .vj-container .s12-img-wrap-top .s12-name3{
      position: absolute;
      width: 30.555555555vw;
      right: 0;
      top: 40.2777777vw;
    }



    .vj-container .s12-img-wrap-1 {
        width: 51.2vw;
        margin: 27.777777vw auto 0;
        opacity: 0;
        transition-duration: .3s;
        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    .vj-container .s12-img-wrap-2 {
        width: 86.111111vw;
        margin-top: 27.777777vw;
        display: flex!important;
        justify-content: space-between;
        align-items: center;
        opacity: 0;
        transition-duration: .3s;
        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    .vj-container .s12-img-wrap-1.animated,
    .vj-container .s12-img-wrap-2.animated,
    .vj-container .s12-img-wrap-3.animated {
        opacity: 1;
    }

    .vj-container .s12-img-wrap-2 .s12-img-l {
        width: 35.058333vw;
    }

    .vj-container .s12-img-wrap-2 .s12-img-r {
        width: 43.294444vw;
        margin-left: 4.166666vw;
    }
}
.vj-container .s12 h3{
  font-size: 3.333333vw;
  font-weight: bold;
  line-height: 1.25;
  margin-top: 2.5vw;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition-duration: all 0.3s;
}
@media (max-aspect-ratio: 11 / 10){
  .vj-container .s12 h3 {
    width: 100%;
    font-size: 8.888889vw;
    font-weight: 600;
    line-height: 1.25;
    margin-top: 13.888889vw;
    position: relative;
    margin-bottom: 0;
    opacity: 1;
  }
}
.vj-container .slideup-popup-scroll-container{z-index:1;}
.vj-container .slideup-popup-container{z-index:999;}

@media screen and (min-width: 459.99px) and (max-width: 500.99px){
  .vj-container .s12 h3{
    margin-top: 29.888889vw;
  }
}
@media screen and (min-width: 419.99px) and (max-width: 459px){
  .vj-container .s12 h3{
    margin-top: 36.888889vw;
  }
}
@media screen and (min-width: 389.99px) and (max-width: 419px){
  .vj-container .s12 h3{
    margin-top: 40.888889vw;
  }
}
@media screen and (min-width: 359.99px) and (max-width: 389px){
  .vj-container .s12 h3{
    margin-top: 51.888889vw;
  }
}
@media screen and (min-width: 319.99px) and (max-width: 359px){
  .vj-container .s12 h3{
    margin-top: 62.888889vw;
  }
}



.vj-container .s111 {
  width: 62.5vw;
  margin: 0 auto;
}
.vj-container .s111 .swiper-slide {
  display: flex;
  align-items: center;
  background: #fff;
}
.vj-container .s111 .s111-text {
  font-weight:500;
  color:#797c80;
  font-size:1.25vw;
  line-height:1.6;
  width: 30vw;
  margin: 0 12.5vw 0 0;
}
.vj-container .s111 .s111-img {
  width: 17.34375vw;
}
.vj-container .s111 .s111-swiper-pagination{
  display: flex;
  justify-content: center;
  width: 17.34375vw;
  margin: 1.5625vw 0 0 42.5vw;
}
.vj-container .s111 .s111-swiper-pagination span {
  width: 0.83vw;
  height: 0.83vw;
  margin: 0;
  overflow: hidden;
  background:#797c80;
  --swiper-pagination-bullet-inactive-opacity:0.3;
  transform: translate3d(0,0,0) rotate(0deg);
}
.vj-container .s111 .s111-swiper-pagination span + span {
  margin: 0 0 0 1.04166667vw;
}
@media (max-aspect-ratio: 11 / 10){
  .vj-container .s111 {
    width: 86.11111111vw;
    margin: 0 auto;
  }
  .vj-container .s111 .swiper-wrapper {
    display: block;
  }
  .vj-container .s111 .swiper-slide {
    flex-direction: column-reverse;
    margin: 27.7777777vw 0 0;
  }
  .vj-container .s111 .s111-text {
    color:#797c80;
    font-size:4.4444444444vw;
    width: 100%;
    margin: 13.888888888vw 0 0 0;
    opacity: 0;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .vj-container .s111 .s111-img {
    width: 46.25vw;
    opacity: 0;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .vj-container .s111 .s111-text.animated,.vj-container .s111 .s111-img.animated{
    opacity: 1;
  }
  .vj-container .s111 .s111-swiper-pagination{
    display: none;
  }
}